hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
633b7066cc083788336f059e1aac67999b243b03
diff --git a/examples/tomo/backends/astra_performance_cuda_parallel_2d_cg.py b/examples/tomo/backends/astra_performance_cuda_parallel_2d_cg.py index <HASH>..<HASH> 100644 --- a/examples/tomo/backends/astra_performance_cuda_parallel_2d_cg.py +++ b/examples/tomo/backends/astra_performance_cuda_parallel_2d_cg.py @@ -3,7 +...
MAINT: Fix funny spelling error in astra performance example
odlgroup_odl
train
a379fc3eaf52c3aba04d30777c491b4c6d47399b
diff --git a/lib/merb-core/dispatch/session/cookie.rb b/lib/merb-core/dispatch/session/cookie.rb index <HASH>..<HASH> 100644 --- a/lib/merb-core/dispatch/session/cookie.rb +++ b/lib/merb-core/dispatch/session/cookie.rb @@ -21,6 +21,7 @@ module Merb new_session = request.session.read_cookie if @original_se...
Set cookie expires to nil when session_expiry is set to 0. Setting session_expiry to 0 used to expires the session immediately. See #<I> in merb-core.
wycats_merb
train
039ba40456f1cc1f90c23df04e28456137ec2644
diff --git a/lib/webspicy/tester/asserter.rb b/lib/webspicy/tester/asserter.rb index <HASH>..<HASH> 100644 --- a/lib/webspicy/tester/asserter.rb +++ b/lib/webspicy/tester/asserter.rb @@ -79,13 +79,13 @@ module Webspicy id, path = path, '' end unless @assertions.idFD(@target, path, id, expec...
Slightly improve failure descr for idFD and pathFD
enspirit_webspicy
train
c1391a9dc4a605a9819cd57034e98d0b2227d32e
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ print(page.title.text) # verify we remain logged in (thanks to cookies) as we browse the rest of # the site -page3 = browser.open("https://github.com/hickford/MechanicalSoup") +page3 = browser.open("http...
Update repository URL We have moved to the `MechanicalSoup` organization, so we need to update the repository URL in the examples, documentation, and badges. No functionality changes.
MechanicalSoup_MechanicalSoup
train
dd110e03a1216986ed91fd1974dc578d8c4f2979
diff --git a/lib/skr/concerns/is_order_like.rb b/lib/skr/concerns/is_order_like.rb index <HASH>..<HASH> 100644 --- a/lib/skr/concerns/is_order_like.rb +++ b/lib/skr/concerns/is_order_like.rb @@ -6,32 +6,6 @@ module Skr module InstanceMethods - def other_charge_lines - ...
Concern for records that are related to orders Used by SalesOrder, PickTicket, and Invoice
argosity_hippo
train
730fa149eed49a5656812b345cd5e48d5041245e
diff --git a/lib/fastly_api.php b/lib/fastly_api.php index <HASH>..<HASH> 100644 --- a/lib/fastly_api.php +++ b/lib/fastly_api.php @@ -85,11 +85,6 @@ class FastlyAPI { $url = $this->apphost . $path; curl_setopt($this->_ch, CURLOPT_URL, $url); - # we have a key set? pass it along with our call; - if( !empty($t...
move key->header loader from _post to _curl makes key based auth work on all types, not just POST calls
fastly_fastly-php
train
900e20c57e2a6c2a2053b68651b0896f28e6ca2f
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,4 +1,4 @@ -var ApiError = require('./errors').ApiError; +var APIError = require('./exceptions').APIError; var utils = module.exports = {}; @@ -22,7 +22,7 @@ utils.responseHandler = function(onError, onS...
Update path to custom exception in utils.js
auth0_node-auth0
train
8be278a739e9283a598dc69e98df7f8e977f559e
diff --git a/src/Organizer/ReadModel/Permission/Projector.php b/src/Organizer/ReadModel/Permission/Projector.php index <HASH>..<HASH> 100644 --- a/src/Organizer/ReadModel/Permission/Projector.php +++ b/src/Organizer/ReadModel/Permission/Projector.php @@ -10,6 +10,7 @@ use CultuurNet\UDB3\EventHandling\DelegateEventHand...
Fix bug in cdbxml import discovered while testing replay
cultuurnet_udb3-php
train
1a4da01a05e213b00304abb8dfb31154addaf5e4
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,8 @@ Besides that, `swag` also accepts aliases for some MIME Types as follows: // @Param int query int false "int valid" minimum(1) maximum(10) // @Param default query string false "string default" default(A)...
feat: add extensions for params (#<I>) * feat: add extensions for params
swaggo_swag
train
b8f531c2f318629dbbd744148aa5e8aa749661a7
diff --git a/src/org/joml/Intersectiond.java b/src/org/joml/Intersectiond.java index <HASH>..<HASH> 100644 --- a/src/org/joml/Intersectiond.java +++ b/src/org/joml/Intersectiond.java @@ -4762,13 +4762,13 @@ public class Intersectiond { } /** - * Test if the two polygons, given via their vertices, inters...
Say that Intersection.testPolygonPolygon only works for convex polygons
JOML-CI_JOML
train
f6510b5fff3602379180f6a5e5836db3c3cc2f47
diff --git a/library/CM/Response/Resource/CSS.php b/library/CM/Response/Resource/CSS.php index <HASH>..<HASH> 100644 --- a/library/CM/Response/Resource/CSS.php +++ b/library/CM/Response/Resource/CSS.php @@ -9,6 +9,11 @@ class CM_Response_Resource_CSS extends CM_Response_Resource_Abstract { foreach (CM_Util::rglob(...
Include and compile less files in static css-library
cargomedia_cm
train
5f7b847146a3e50fbdc9488af626739de5e0bed3
diff --git a/flask_permissions/models.py b/flask_permissions/models.py index <HASH>..<HASH> 100644 --- a/flask_permissions/models.py +++ b/flask_permissions/models.py @@ -112,7 +112,7 @@ class UserMixin(db.Model): for role in roles: existing_role = Role.query.filter_by(name=role).first() ...
Swaps default_role for role
raddevon_flask-permissions
train
6085ed9d6cb1f948479dfde02af829c703dcb249
diff --git a/bosh-director/lib/bosh/director/api/snapshot_manager.rb b/bosh-director/lib/bosh/director/api/snapshot_manager.rb index <HASH>..<HASH> 100644 --- a/bosh-director/lib/bosh/director/api/snapshot_manager.rb +++ b/bosh-director/lib/bosh/director/api/snapshot_manager.rb @@ -85,8 +85,8 @@ module Bosh::Director ...
multi-cpi: move retrieval of cloud above the loop
cloudfoundry_bosh
train
f3e119572a6d81e0d923198e1d0abefe8a2c1dda
diff --git a/lib/Koine/Http/Response.php b/lib/Koine/Http/Response.php index <HASH>..<HASH> 100644 --- a/lib/Koine/Http/Response.php +++ b/lib/Koine/Http/Response.php @@ -170,6 +170,7 @@ class Response */ public function send() { + $this->setResponseCode(); $this->getHeaders()->send(); ...
Added method to set the response status code
koinephp_Http
train
adf35952fc5b25b8133399b89c4878549fe91b27
diff --git a/lib/helper.js b/lib/helper.js index <HASH>..<HASH> 100644 --- a/lib/helper.js +++ b/lib/helper.js @@ -158,18 +158,23 @@ class Helper { * @return {string} */ function stringifyArgument(arg) { - if (typeof arg !== 'function') { - try { - return JSON.stringify(arg); - ...
[DEBUG] More descriptive event reporting This patch improves DEBUG reporting so that circular event arguments are shown with some information.
GoogleChrome_puppeteer
train
96e339cc585fa266dc9e15cb05ff84a886e70f94
diff --git a/backup/moodle2/restore_final_task.class.php b/backup/moodle2/restore_final_task.class.php index <HASH>..<HASH> 100644 --- a/backup/moodle2/restore_final_task.class.php +++ b/backup/moodle2/restore_final_task.class.php @@ -61,11 +61,8 @@ class restore_final_task extends restore_task { $this->ad...
MDL-<I> restore: handle course completion if still not defined Before this patch course completion only was restored if, appart from other conditions... we were restoring to new course, never to existing one. This relaxes a bit that condition in order to be able to restore to an existing course not having any course ...
moodle_moodle
train
c2974ed483195e358a96575803a13c59c1e8c72b
diff --git a/test/util.strings.js b/test/util.strings.js index <HASH>..<HASH> 100644 --- a/test/util.strings.js +++ b/test/util.strings.js @@ -41,7 +41,7 @@ $(document).ready(function() { QUnit.test('toQuery', function(assert) { var obj = {'foo&bar': 'baz', 'test': 'total success', 'nested': {'works': 'too'},...
Realign _.toQuery with jQuery 3 $.param (#<I>)
documentcloud_underscore-contrib
train
5144cf38f43e82778f9fb55b9ffb1c86e6436baa
diff --git a/lib/chef/cookbook/syntax_check.rb b/lib/chef/cookbook/syntax_check.rb index <HASH>..<HASH> 100644 --- a/lib/chef/cookbook/syntax_check.rb +++ b/lib/chef/cookbook/syntax_check.rb @@ -104,13 +104,13 @@ class Chef end def chefignore - @chefignore ||= Chefignore.new(File.dirname(@cookboo...
Use cookbook_path accessor instead of instance variable in syntax_check
chef_chef
train
f15bf6685f1e62a7e4d752c6f54f6d1efcae2765
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,7 @@ -enum34-custom |travis| |coveralls| |release| |downloads| |pythons| |license| -============================================================================ +enum34-custom +============= + +|travis| |covera...
Improved documentation for MultiValueEnum changes. Explained generators, internal operations, types expected, dict behavior.
kissgyorgy_enum34-custom
train
6eb1196ae6fdbd34018876c209b8166d4ca920f0
diff --git a/src/Network/Response.php b/src/Network/Response.php index <HASH>..<HASH> 100644 --- a/src/Network/Response.php +++ b/src/Network/Response.php @@ -1666,4 +1666,24 @@ class Response { exit($status); } + + /** + * Returns an array that can be used to describe the internal state of th...
Add debugInfo to Response for better debugging.
cakephp_cakephp
train
af996be9cdbaf709399beae55f5f094ff5c97b03
diff --git a/lib/ice_cube/deprecated.rb b/lib/ice_cube/deprecated.rb index <HASH>..<HASH> 100644 --- a/lib/ice_cube/deprecated.rb +++ b/lib/ice_cube/deprecated.rb @@ -7,7 +7,7 @@ module IceCube def deprecated_alias(name, replacement) # Create a wrapped version define_method(name) do |*args, &block| -...
Update deprecation messages to print caller on own line
seejohnrun_ice_cube
train
c65a76208681877c22de7a35c44dbade67919528
diff --git a/logback-core/src/test/java/ch/qos/logback/core/rolling/TimeBasedRollingWithArchiveRemovalTest.java b/logback-core/src/test/java/ch/qos/logback/core/rolling/TimeBasedRollingWithArchiveRemovalTest.java index <HASH>..<HASH> 100644 --- a/logback-core/src/test/java/ch/qos/logback/core/rolling/TimeBasedRollingWi...
better implementation for extraFolder method in TimeBasedRollingWithArchiveRemovalTest
tony19_logback-android
train
34e09e195b863998ae7463611d11e3f3006afebd
diff --git a/lib/puppet/application/device.rb b/lib/puppet/application/device.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/application/device.rb +++ b/lib/puppet/application/device.rb @@ -297,10 +297,10 @@ Licensed under the Apache 2.0 License Puppet.info _("retrieving resource: %{resource} from %{targe...
(PUP-<I>) Serialize valid YAML The Puppet string serialization produce invalid YAML strings where quotes are found. Add a unit test that ensures the produced YAML is valid and does not raise an exception when parsed. Rely on YAML#dump instead of Puppet's function for serializing objects. While this change the raw YA...
puppetlabs_puppet
train
d208d9d8aad86bb5fe0f8e309eaa8be8bd7cb283
diff --git a/Kwf/Component/Abstract/MenuConfig/SameClass/Events.php b/Kwf/Component/Abstract/MenuConfig/SameClass/Events.php index <HASH>..<HASH> 100644 --- a/Kwf/Component/Abstract/MenuConfig/SameClass/Events.php +++ b/Kwf/Component/Abstract/MenuConfig/SameClass/Events.php @@ -11,11 +11,21 @@ class Kwf_Component_Abstr...
also listen to recursiveAdded and recursiveRemoved if we change the pagetype the acl cache did not get cleared properly
koala-framework_koala-framework
train
3e94d1546730d238eb28e505db86efd21474f99a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( 'go_http==0.3.0', 'drfdocs==0.0.11', 'django-redis-cache==1.7.1', - 'seed-papertrail>=1.4.2', + 'seed-papertrail>=1.4.3', ], classifiers=[ 'Deve...
require <I> for py3 support
praekeltfoundation_seed-message-sender
train
1642c5e2797ad0caa597b6bd22bfc78e4c5b9e50
diff --git a/lib/hub/runner.rb b/lib/hub/runner.rb index <HASH>..<HASH> 100644 --- a/lib/hub/runner.rb +++ b/lib/hub/runner.rb @@ -11,7 +11,7 @@ module Hub @args = Args.new(args) # Hack to emulate git-style - @args.unshift 'help' if @args.grep(/^[^-]|version/).empty? + @args.unshift 'help' if ...
don't show help page when --exec-path or --html-path are requested hub would erroneously display the help page instead of forwarding the arguments to git. Bonus: make test/fakebin/git POSIX shell compatible; was using bashisms.
github_hub
train
74931be9e91a57da204853fb528acae48e9c9c1f
diff --git a/lib/gjp/cli.rb b/lib/gjp/cli.rb index <HASH>..<HASH> 100644 --- a/lib/gjp/cli.rb +++ b/lib/gjp/cli.rb @@ -110,7 +110,7 @@ module Gjp end subcommand "generate-kit-archive", "Create or refresh the kit tarball" do - option ["-i", "--incremental"], :flag, "create an archive with only the diffe...
Incremental kit archive activated by default
moio_tetra
train
dfa4e66b150ae074e5f7e63838c65624d6a762a8
diff --git a/pkg/kubelet/config/file_linux_test.go b/pkg/kubelet/config/file_linux_test.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/config/file_linux_test.go +++ b/pkg/kubelet/config/file_linux_test.go @@ -261,32 +261,13 @@ func watchFileAdded(watchDir bool, t *testing.T) { testCase.writeToFile(dirName, fileN...
Fix #<I>, IN_CREATE event does not guarantee file content written
kubernetes_kubernetes
train
b2f13b498ddca438be819271dff5afa5d67b2803
diff --git a/sharq/queue.py b/sharq/queue.py index <HASH>..<HASH> 100644 --- a/sharq/queue.py +++ b/sharq/queue.py @@ -447,12 +447,12 @@ class SharQ(object): return response - def ping(self): + def deep_status(self): """ To check the availability of redis. If redis is down get will ...
rename function ping to deep_status
plivo_sharq
train
f15b282ad8c99f4692c24621a87ca3a7b0ce90fc
diff --git a/WebPConvert.php b/WebPConvert.php index <HASH>..<HASH> 100755 --- a/WebPConvert.php +++ b/WebPConvert.php @@ -43,6 +43,41 @@ class WebPConvert return pathinfo($path, PATHINFO_DIRNAME); } + // Creates the provided folder & sets correct permissions + public static function createFolder(...
Extracting createFolder() from convert()
rosell-dk_webp-convert
train
56b6561d02012a8b16d5e2b5ed9acabcee0fb610
diff --git a/pandas/core/indexes/multi.py b/pandas/core/indexes/multi.py index <HASH>..<HASH> 100644 --- a/pandas/core/indexes/multi.py +++ b/pandas/core/indexes/multi.py @@ -1,7 +1,7 @@ from collections import OrderedDict import datetime from sys import getsizeof -from typing import List, Optional +from typing impo...
DOC: .get_slice_bound in MultiIndex needs documentation. (#<I>) (#<I>)
pandas-dev_pandas
train
bf03207e3f7d7410e2100c2a4dbf8d6056a17fe8
diff --git a/src/pixi/renderers/canvas/CanvasRenderer.js b/src/pixi/renderers/canvas/CanvasRenderer.js index <HASH>..<HASH> 100644 --- a/src/pixi/renderers/canvas/CanvasRenderer.js +++ b/src/pixi/renderers/canvas/CanvasRenderer.js @@ -164,6 +164,9 @@ PIXI.CanvasRenderer.prototype.render = function(stage) this.co...
Fix for blendMode bug in CanvasRenderer The stage background (fill) was affected by the last used blendMode. In my case the stage quickly turned white after having PIXI.blendModes.ADD Sprites being rendered last on my stage.
pixijs_pixi.js
train
145e446ceb243ccd546b22c8041438a6954a9ed7
diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -707,19 +707,21 @@ OpenLayers.Map = OpenLayers.Class({ //redraw all layers var center = this.getCenter(); if (center != nul...
rearranging the style here for setBaseLayer() so that it's more readable, less duplication of code. No functional change, all tests pass git-svn-id: <URL>
openlayers_openlayers
train
a4c7c862fe5c1547efd3f6ea4ba0bda76c0a0f10
diff --git a/rtcpeerconnection.js b/rtcpeerconnection.js index <HASH>..<HASH> 100644 --- a/rtcpeerconnection.js +++ b/rtcpeerconnection.js @@ -863,9 +863,8 @@ module.exports = function(window, edgeVersion) { usingBundle); } - if (cands.length) { - if (isComplete && (!usingBundl...
setRemoteDescription: dont attempt to add ice candidates when transport up currently this code will try to add ice candidates in a subsequent offer that it has not seen before. As this will happen after addRemoteCandidate({}) it will fail. Prevent this from happening by only adding the candidates if the ice transport ...
otalk_rtcpeerconnection-shim
train
7d4c8c93e160f87c4ef3e813b90878d177ff6d0a
diff --git a/src/ZfcUser/Controller/UserController.php b/src/ZfcUser/Controller/UserController.php index <HASH>..<HASH> 100644 --- a/src/ZfcUser/Controller/UserController.php +++ b/src/ZfcUser/Controller/UserController.php @@ -87,7 +87,10 @@ class UserController extends AbstractActionController $this->flas...
Clear the auth adapter and identity if successfully posted a new login request
ZF-Commons_ZfcUser
train
c80fa2ca4a5b2d93ac5905eaba669714444a784d
diff --git a/scripts/partitioner/sql/process.js b/scripts/partitioner/sql/process.js index <HASH>..<HASH> 100644 --- a/scripts/partitioner/sql/process.js +++ b/scripts/partitioner/sql/process.js @@ -312,11 +312,14 @@ Process.prototype._lookupOrCreateCol = function (col) { Process.prototype._lookupOrCreateCols = func...
fix(partitioner): lookup sequentially
delta-db_deltadb-server
train
4bccfc6861e976b890bd0d4d0944d1c16b19ec1a
diff --git a/pgmpy/models/BayesianModel.py b/pgmpy/models/BayesianModel.py index <HASH>..<HASH> 100644 --- a/pgmpy/models/BayesianModel.py +++ b/pgmpy/models/BayesianModel.py @@ -168,7 +168,8 @@ class BayesianModel(DirectedGraph): def get_cpds(self, node=None): """ - Returns the cpds that have be...
adds get_cardinality method in BayesianModel class
pgmpy_pgmpy
train
25351dfa88b303aa075d5d3cbf0dc9d1648aa548
diff --git a/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/NavigationStackView.java b/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/NavigationStackView.java index <HASH>..<HASH> 100644 --- a/NavigationReactNative/src/android/app/src/main/java/com/navigat...
Moved orientation constant into SceneActivity
grahammendick_navigation
train
88e06e0934a49f4fa30b359f2dae687fe4b6e5bc
diff --git a/libraries/joomla/database/database.php b/libraries/joomla/database/database.php index <HASH>..<HASH> 100644 --- a/libraries/joomla/database/database.php +++ b/libraries/joomla/database/database.php @@ -816,7 +816,7 @@ abstract class JDatabase implements JDatabaseInterface // Prepare and sanitize the ...
Reduce the use of deprecated functions.
joomla_joomla-framework
train
c2760c94fc9559c4516795369bf96f0eb6bc1c44
diff --git a/plans/models.py b/plans/models.py index <HASH>..<HASH> 100644 --- a/plans/models.py +++ b/plans/models.py @@ -277,15 +277,15 @@ class Order(models.Model): ]) user = models.ForeignKey('auth.User', verbose_name=_('user')) - plan = models.ForeignKey('Plan', verbose_name=_('plan'), related_name=...
packages_data added to setup.py
django-getpaid_django-plans
train
caa82a97177b946b7f6d3766603483c99b4d5135
diff --git a/lib/rollbar/item/locals.rb b/lib/rollbar/item/locals.rb index <HASH>..<HASH> 100644 --- a/lib/rollbar/item/locals.rb +++ b/lib/rollbar/item/locals.rb @@ -32,6 +32,8 @@ module Rollbar end def locals_for(frame) + return {} unless frame + {}.tap do |hash| f...
fix: (locals) gracefully handle binding error when on a Fiber (#<I>)
rollbar_rollbar-gem
train
529fe05980ea5d5714d46c2c0c3927af49143e2a
diff --git a/tests/test_matcher.py b/tests/test_matcher.py index <HASH>..<HASH> 100644 --- a/tests/test_matcher.py +++ b/tests/test_matcher.py @@ -111,6 +111,26 @@ class SrpyMatcherTest(unittest.TestCase): matcher = PacketMatcher(pkt, wildcard=['arp_tha'], exact=False) matcher.match(xcopy) +...
Add test that exposes bad output in wildcard test matching
jsommers_switchyard
train
47e48d3d223cbc208a4d3762e291c3dde2654a1f
diff --git a/client/client.go b/client/client.go index <HASH>..<HASH> 100644 --- a/client/client.go +++ b/client/client.go @@ -2594,8 +2594,9 @@ func (c *Client) deriveToken(alloc *structs.Allocation, taskNames []string, vcli AllocID: alloc.ID, Tasks: verifiedTasks, QueryOptions: structs.QueryOptions{ - ...
client: wait for alloc create index when deriving vault token (#<I>)
hashicorp_nomad
train
26713adab2a60340b03c6fd4796f748259b6d630
diff --git a/core/src/main/java/hudson/model/AbstractBuild.java b/core/src/main/java/hudson/model/AbstractBuild.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/AbstractBuild.java +++ b/core/src/main/java/hudson/model/AbstractBuild.java @@ -332,6 +332,11 @@ public abstract class AbstractBuild<P ex...
[FIXED HUDSON-<I>] Custom workspace is now subject to to the variable expansion. This will be in <I>. git-svn-id: <URL>
jenkinsci_jenkins
train
4f7476b064cc571f26b0c2b89867add74e1011ee
diff --git a/dbbackup/storage/dropbox_storage.py b/dbbackup/storage/dropbox_storage.py index <HASH>..<HASH> 100644 --- a/dbbackup/storage/dropbox_storage.py +++ b/dbbackup/storage/dropbox_storage.py @@ -6,7 +6,6 @@ from __future__ import (absolute_import, division, import pickle import os import tempfile -import io ...
Send file via /chunk_upload API method
django-dbbackup_django-dbbackup
train
9649feff1cb7f563b273f389964aed23740f2dfd
diff --git a/examples/widgets/interactive_console.py b/examples/widgets/interactive_console.py index <HASH>..<HASH> 100644 --- a/examples/widgets/interactive_console.py +++ b/examples/widgets/interactive_console.py @@ -8,6 +8,6 @@ from pyqode.qt import QtWidgets from pyqode.core.widgets import InteractiveConsole app ...
Fix interactive console (changed to test a bug on window in open cobol ide and forget to restore it before committing)
pyQode_pyqode.core
train
6e9f59be5753567027ba0e2ddd59392d45440182
diff --git a/tests/test_separation.py b/tests/test_separation.py index <HASH>..<HASH> 100644 --- a/tests/test_separation.py +++ b/tests/test_separation.py @@ -14,7 +14,7 @@ import json import os import warnings -A_TOL = 1e-12 +A_TOL = 1e-2 REF_GLOB = 'data/separation/ref*' EST_GLOB = 'data/separation/est*'
Loosen separation test tolerance (#<I>) For some tests, the difference between the scores produced by Travis' build and my own build is as large as <I>e-<I>. In practice, we shouldn't care much about differences larger than <I>e-3 for separation tasks since it would be very unusual for anyone to pay attention to d...
craffel_mir_eval
train
da525878a48ff8a332a60caee17a350d684ff9b2
diff --git a/yii2fullcalendar.php b/yii2fullcalendar.php index <HASH>..<HASH> 100644 --- a/yii2fullcalendar.php +++ b/yii2fullcalendar.php @@ -27,9 +27,13 @@ class yii2fullcalendar extends elWidget * If a value is null, the corresponding attribute will not be rendered. */ public $options = [ - 'cl...
Update yii2fullcalendar.php Clean the theme functionality and moved theme option into a main config param
philippfrenzel_yii2fullcalendar
train
0cfc118304c4ebbc57b1bab388ae2ac37d790796
diff --git a/src/Commands/Install.php b/src/Commands/Install.php index <HASH>..<HASH> 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -74,9 +74,9 @@ class Install extends Command // Composer install if (function_exists('system')) { - system('find storage -type d -e...
command modern backtick during install proccess
TypiCMS_Core
train
2e2a27a9bc195067a17c73390d29bda20ef8701b
diff --git a/mod/hotpot/db/update_to_v2.php b/mod/hotpot/db/update_to_v2.php index <HASH>..<HASH> 100644 --- a/mod/hotpot/db/update_to_v2.php +++ b/mod/hotpot/db/update_to_v2.php @@ -7,7 +7,7 @@ function hotpot_update_to_v2_1_16() { $length = 20; $field = 'name'; $table = 'hotpot_questions'; - $index = "{$tabl...
changed line <I> to: $index = "{$table}_{$field}_idx"; (bug <I>)
moodle_moodle
train
91b49b5c4fc9eeeb3573b59ca322555c30741c0e
diff --git a/src/Console/Commands/Flush.php b/src/Console/Commands/Flush.php index <HASH>..<HASH> 100644 --- a/src/Console/Commands/Flush.php +++ b/src/Console/Commands/Flush.php @@ -1,7 +1,6 @@ <?php namespace GeneaLabs\LaravelModelCaching\Console\Commands; use Illuminate\Console\Command; -use GeneaLabs\LaravelMod...
Update tests and code to support cachable trait
GeneaLabs_laravel-model-caching
train
5dd1a33369d472360cfa4e174d30680c4b1a1113
diff --git a/d1_client_onedrive/src/impl/os_escape.py b/d1_client_onedrive/src/impl/os_escape.py index <HASH>..<HASH> 100755 --- a/d1_client_onedrive/src/impl/os_escape.py +++ b/d1_client_onedrive/src/impl/os_escape.py @@ -57,6 +57,44 @@ try: getattr(logging,'ONEDRIVE_MODULES')[__name__]) ) except: ...
New implementation of identifier to filename quoting / unquoting that preserves unicode filenames. Untested on windows.
DataONEorg_d1_python
train
1f00b374813009156634a698b0e76229eabf52dd
diff --git a/lib/scorpio/openapi.rb b/lib/scorpio/openapi.rb index <HASH>..<HASH> 100644 --- a/lib/scorpio/openapi.rb +++ b/lib/scorpio/openapi.rb @@ -147,6 +147,12 @@ module Scorpio parameter['in'] == 'body' end end + + def request_schema + if body_parameter && body_par...
OpenAPI::V2::Operation#request_schema
notEthan_jsi
train
90356186ee55d1df51a5ceca139da611ee5f9a4d
diff --git a/lib/server-code/publisher.js b/lib/server-code/publisher.js index <HASH>..<HASH> 100644 --- a/lib/server-code/publisher.js +++ b/lib/server-code/publisher.js @@ -9,6 +9,7 @@ const ServerCodeModel = require('./model'), ApiServerService = require('./services/api-server'); const PACKAGE_FILE = 'pac...
fix (deploy) dev dependencies are included into zip
Backendless_JS-Code-Runner
train
6b0b85f6bd2f18d8e507dc530e8730a381586f72
diff --git a/isort/api.py b/isort/api.py index <HASH>..<HASH> 100644 --- a/isort/api.py +++ b/isort/api.py @@ -165,9 +165,8 @@ def sort_stream( config = _config(path=file_path, config=config, **config_kwargs) content_source = str(file_path or "Passed in content") - if not disregard_skip: - if file...
Merge combinabele if statements as recommended by deepsource
timothycrosley_isort
train
f24168edd201ce2b1a7cf24c631dbdc3c415eda5
diff --git a/src/pydocstyle/wordlists.py b/src/pydocstyle/wordlists.py index <HASH>..<HASH> 100644 --- a/src/pydocstyle/wordlists.py +++ b/src/pydocstyle/wordlists.py @@ -26,10 +26,10 @@ def load_wordlist(name): """ text = pkgutil.get_data('pydocstyle', 'data/' + name).decode('utf8') - for l in text.spli...
Don't use 'l' as a variable name
PyCQA_pydocstyle
train
51b0ffa7bf2de4f79b65075b9b654692a43c9b3e
diff --git a/src/babel/generation/index.js b/src/babel/generation/index.js index <HASH>..<HASH> 100644 --- a/src/babel/generation/index.js +++ b/src/babel/generation/index.js @@ -267,7 +267,7 @@ class CodeGenerator { generateComment(comment) { var val = comment.value; - if (comment.type === "Line") { + ...
prepend Comment to comment node types
babel_babel
train
a7e62dc2798eb2874f7eee6023ec0d450530a81d
diff --git a/lib/aegis/has_role.rb b/lib/aegis/has_role.rb index <HASH>..<HASH> 100644 --- a/lib/aegis/has_role.rb +++ b/lib/aegis/has_role.rb @@ -8,11 +8,13 @@ module Aegis may_pattern = /^may_(.+?)([\!\?])$/ send :define_method, :role do - permissions.call.find_role_by_name(role_name) + ...
HasRole#role_name can serialize multiple role names
makandra_aegis
train
3d29589c95fa722c6cd6197fca108e4dd97ce4ff
diff --git a/revapi-standalone/src/main/java/org/revapi/standalone/Main.java b/revapi-standalone/src/main/java/org/revapi/standalone/Main.java index <HASH>..<HASH> 100644 --- a/revapi-standalone/src/main/java/org/revapi/standalone/Main.java +++ b/revapi-standalone/src/main/java/org/revapi/standalone/Main.java @@ -16,6 ...
Update standalone to use the new version of maven utils.
revapi_revapi
train
01f08803a5a23fa5efadd8771558ef2316fcfaec
diff --git a/web/concrete/src/Routing/DispatcherRouteCallback.php b/web/concrete/src/Routing/DispatcherRouteCallback.php index <HASH>..<HASH> 100644 --- a/web/concrete/src/Routing/DispatcherRouteCallback.php +++ b/web/concrete/src/Routing/DispatcherRouteCallback.php @@ -141,7 +141,7 @@ class DispatcherRouteCallback ext...
Avoid infinite multilingual redirection If redirect_home_to_default_locale is true and the home page of the default locale is the root page, we may have an infinite redirection. It's a good idea to avoid it ;) Former-commit-id: <I>ffd<I>b<I>a<I>b<I>afedccd<I>e6a<I>db9f1
concrete5_concrete5
train
ab73e43653b19e13864ceb67b30b6c651043a8da
diff --git a/closure/goog/promise/promise.js b/closure/goog/promise/promise.js index <HASH>..<HASH> 100644 --- a/closure/goog/promise/promise.js +++ b/closure/goog/promise/promise.js @@ -965,7 +965,7 @@ goog.Promise.CancellationError.prototype.name = 'cancel'; * Internal implementation of the resolver interface. * ...
goog.promise.Resolver: Fix the interface for the resolve method by making the result parameter optional. This matches the goog.Promise resolve interface. ------------- Created by MOE: <URL>
google_closure-library
train
85f3293b85f1d84f086e8c75f36fe18a6ddf9569
diff --git a/rqalpha/events.py b/rqalpha/events.py index <HASH>..<HASH> 100644 --- a/rqalpha/events.py +++ b/rqalpha/events.py @@ -31,16 +31,16 @@ class EventBus(object): def __init__(self): self._listeners = defaultdict(list) - def add_listener(self, event, listener): - self._listeners[event]...
refactor variable's name in EventBus
ricequant_rqalpha
train
a6b70e0ac7220817c7d0f42c69dfa8cfde7cda84
diff --git a/src/main/java/rx/functions/Action1.java b/src/main/java/rx/functions/Action1.java index <HASH>..<HASH> 100644 --- a/src/main/java/rx/functions/Action1.java +++ b/src/main/java/rx/functions/Action1.java @@ -18,6 +18,6 @@ package rx.functions; /** * A one-argument action. */ -public interface Action1<T1...
use simpler naming in Action1, Func1 because is used as a default for IDEs when generating implementing methods
ReactiveX_RxJava
train
8af54036a31cf506d54019d798ce053cbd13c2e7
diff --git a/redis_sessions/session.py b/redis_sessions/session.py index <HASH>..<HASH> 100644 --- a/redis_sessions/session.py +++ b/redis_sessions/session.py @@ -12,9 +12,9 @@ class SessionStore(SessionBase): def __init__(self, *args, **kwargs): super(SessionStore, self).__init__(*args, **kwargs) ...
Oops. Fixed loading of settings.
martinrusev_django-redis-sessions
train
c76b19bf37b5740dd1d4f8199db84e1e91f15101
diff --git a/mod/feedback/edit.php b/mod/feedback/edit.php index <HASH>..<HASH> 100644 --- a/mod/feedback/edit.php +++ b/mod/feedback/edit.php @@ -159,7 +159,7 @@ $PAGE->set_heading(format_string($course->fullname)); $PAGE->set_title(format_string($feedback->name)); //Adding the javascript module for the items drag...
MDL-<I> feedback - added check for ->enableajax
moodle_moodle
train
7e6670317f92cc6a56cd6a28500022a9b0b8441c
diff --git a/src/sources/raster.js b/src/sources/raster.js index <HASH>..<HASH> 100644 --- a/src/sources/raster.js +++ b/src/sources/raster.js @@ -1,6 +1,8 @@ +import log from '../utils/log'; import DataSource, {NetworkTileSource} from './data_source'; import Tile from '../tile'; import Geo from '../geo'; +import Ut...
add support for geo-referenced raster images currently, only axis-aligned, rectangular North-up images are supported
tangrams_tangram
train
b54ffbffdea04819969f789375d5ff5e3d8346fa
diff --git a/structr-rest/src/main/java/org/structr/rest/auth/AuthHelper.java b/structr-rest/src/main/java/org/structr/rest/auth/AuthHelper.java index <HASH>..<HASH> 100644 --- a/structr-rest/src/main/java/org/structr/rest/auth/AuthHelper.java +++ b/structr-rest/src/main/java/org/structr/rest/auth/AuthHelper.java @@ -2...
Bugfix: Replaced pipe in confirmationKey by exclamation mark
structr_structr
train
86e423ccb52886c44549a4fb527ea89d898c3bab
diff --git a/src/Metrics/Calculator.php b/src/Metrics/Calculator.php index <HASH>..<HASH> 100644 --- a/src/Metrics/Calculator.php +++ b/src/Metrics/Calculator.php @@ -77,7 +77,7 @@ final class Calculator return new self( $calculator->getRoundingPrecision(), $calculator->getKilledCount...
Count syntax errors caused by a mutatan as a failure of a mutant (#<I>) Fixes #<I>, related to #<I>
infection_infection
train
407324a2e4c0ce5f227cd2c3e55d5ecdb3f0a262
diff --git a/lib/pdk/util.rb b/lib/pdk/util.rb index <HASH>..<HASH> 100644 --- a/lib/pdk/util.rb +++ b/lib/pdk/util.rb @@ -3,6 +3,34 @@ require 'tempfile' module PDK module Util + # Finds the parent directory path of the target file + # + # @param target [String] A string with the name of the target file...
(maint) Adds method to find base module dir.
puppetlabs_pdk
train
be7fb409b0d17841053efe10e27fa0c69702f610
diff --git a/angr/analyses/variable_recovery/engine_vex.py b/angr/analyses/variable_recovery/engine_vex.py index <HASH>..<HASH> 100644 --- a/angr/analyses/variable_recovery/engine_vex.py +++ b/angr/analyses/variable_recovery/engine_vex.py @@ -71,7 +71,9 @@ class SimEngineVRVEX( size = self.tyenv.sizeof(stm...
VRA: Fix the wrong temp variable in VEXEngine._handle_LLSC. (#<I>)
angr_angr
train
d8ec759668e6e482f74bfe5786c14adef106e606
diff --git a/qpimage/series.py b/qpimage/series.py index <HASH>..<HASH> 100644 --- a/qpimage/series.py +++ b/qpimage/series.py @@ -8,7 +8,7 @@ class QPSeries(object): _instances = 0 def __init__(self, qpimage_list=[], meta_data={}, - h5file=None, h5mode="a", h5dtype="float32", identifier=Non...
reg: QPSeries should not have h5dtype
RI-imaging_qpimage
train
700a50d4231df597320445e15be8e48d66edf107
diff --git a/docs/content/tutorial/intro-tutorial/single-op-job.mdx b/docs/content/tutorial/intro-tutorial/single-op-job.mdx index <HASH>..<HASH> 100644 --- a/docs/content/tutorial/intro-tutorial/single-op-job.mdx +++ b/docs/content/tutorial/intro-tutorial/single-op-job.mdx @@ -39,8 +39,6 @@ def hello_cereal(): li...
remove output from tutorial first example (#<I>)
dagster-io_dagster
train
79a5ddc557840fc1771d363906cd54f50edb6b10
diff --git a/bin/gulp-dynamic-routing.js b/bin/gulp-dynamic-routing.js index <HASH>..<HASH> 100644 --- a/bin/gulp-dynamic-routing.js +++ b/bin/gulp-dynamic-routing.js @@ -7,6 +7,7 @@ var fs = require('fs'); module.exports = function(options) { var configs = []; + var directory = process.cwd(); fun...
Using process cwd to get directory name, might need to switch to callsite
base-apps_angular-base-apps
train
004fddc77db782a722320cd8bcdc2528a2cfb17b
diff --git a/proso_flashcards/models.py b/proso_flashcards/models.py index <HASH>..<HASH> 100644 --- a/proso_flashcards/models.py +++ b/proso_flashcards/models.py @@ -83,8 +83,8 @@ class FlashcardManager(models.Manager): optionSets = get_option_set().get_option_for_flashcards(flashcards) options = opt...
proso_flashcards: fix of language of flashcard options
adaptive-learning_proso-apps
train
c159c48f5e70cf94872a2fa03858611fb3e2029c
diff --git a/builtin/providers/heroku/resource_heroku_domain.go b/builtin/providers/heroku/resource_heroku_domain.go index <HASH>..<HASH> 100644 --- a/builtin/providers/heroku/resource_heroku_domain.go +++ b/builtin/providers/heroku/resource_heroku_domain.go @@ -51,7 +51,7 @@ func resourceHerokuDomainCreate(d *schema.R...
provider/heroku: Correct issue with setting CName in heroku_domain (#<I>)
hashicorp_terraform
train
bcf88835ad444b4e092800edacb7209bfd99076c
diff --git a/src/Illuminate/Cache/Repository.php b/src/Illuminate/Cache/Repository.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Cache/Repository.php +++ b/src/Illuminate/Cache/Repository.php @@ -207,7 +207,9 @@ class Repository implements CacheContract, ArrayAccess if (! is_null($minutes = $this->getMi...
Fire KeyWritten event only on success
laravel_framework
train
d275cac1a32ebbe8b7a7874e24b5a0404f61396b
diff --git a/consul/server_manager/server_manager.go b/consul/server_manager/server_manager.go index <HASH>..<HASH> 100644 --- a/consul/server_manager/server_manager.go +++ b/consul/server_manager/server_manager.go @@ -286,6 +286,7 @@ FAILED_SERVER_DURING_REBALANCE: // Early abort if there is no value to shuffling ...
Logging improvements Comment out noisly loggers for the time being. Improve the final logging statement to be useful and hint what the next active server for the client is going to be.
hashicorp_consul
train
e1ab0aac6217a0269f631f6ed1fbcda1d4aa07b3
diff --git a/test/EventSourcing/DBAL/UniqueDBALEventStoreDecoratorTest.php b/test/EventSourcing/DBAL/UniqueDBALEventStoreDecoratorTest.php index <HASH>..<HASH> 100644 --- a/test/EventSourcing/DBAL/UniqueDBALEventStoreDecoratorTest.php +++ b/test/EventSourcing/DBAL/UniqueDBALEventStoreDecoratorTest.php @@ -26,12 +26,12 ...
III-<I> Fixed the creation of the merged event store before creating the unique event store. This is now a two step setup.
cultuurnet_udb3-php
train
15b527257d196fa66cb357b72a21f52164a377ba
diff --git a/commitlint.config.js b/commitlint.config.js index <HASH>..<HASH> 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -11,7 +11,7 @@ function getPackageAbbreviations() { .map(pkg => pkg.name) .map(name => (name.charAt(0) === '@' ? name.split('/')[1] : name)) .map(name => (/-/.test...
refactor: add storybook-addon-theme to commitlint scopes
pluralsight_design-system
train
6d17860581f9915932e25a53bfefa5d4d57c5a55
diff --git a/barcode/writer.py b/barcode/writer.py index <HASH>..<HASH> 100755 --- a/barcode/writer.py +++ b/barcode/writer.py @@ -10,11 +10,14 @@ import xml.dom from barcode import __release__ try: - from PIL import Image, ImageDraw, ImageFont + import Image, ImageDraw, ImageFont except ImportError: - im...
Fixed issue #2. PIL check is now working with PIL installed as egg.
WhyNotHugo_python-barcode
train
448f3af9a610edfe23222345c3741c34e23e60a8
diff --git a/lib/statsd/instrument/matchers.rb b/lib/statsd/instrument/matchers.rb index <HASH>..<HASH> 100644 --- a/lib/statsd/instrument/matchers.rb +++ b/lib/statsd/instrument/matchers.rb @@ -55,7 +55,10 @@ module StatsD::Instrument::Matchers [:sample_rate, :value, :tags].each do |expectation| next u...
fixed rspec matchers: :times with other expects When :times expectation option was combined with other expectation options, the matcher always succeeded. This was due to the .all?(:!=) statement in the matcher. The solution was to match the found metrics count which matched to the :times parameter (or allow for > 0 i...
Shopify_statsd-instrument
train
3e4029c83abff542cb1b0d4d0c90a313a905a51e
diff --git a/spec/disk_spec.rb b/spec/disk_spec.rb index <HASH>..<HASH> 100644 --- a/spec/disk_spec.rb +++ b/spec/disk_spec.rb @@ -37,7 +37,7 @@ eos disk = LinuxAdmin::Disk.new :path => '/dev/hda' allow(disk).to receive(:run!).and_return(double(:output => fdisk)) - expect(disk.size).to eq(500.1.gig...
Updated disk spec to expect size in bytes parsed directly from fdisk.
ManageIQ_linux_admin
train
483f828bce15ff82fdec7414c32ee9b3f017b5ca
diff --git a/binding/binding_test.go b/binding/binding_test.go index <HASH>..<HASH> 100644 --- a/binding/binding_test.go +++ b/binding/binding_test.go @@ -1430,3 +1430,31 @@ func TestBindingTimeDuration(t *testing.T) { err = Form.Bind(req, &s) assert.Error(t, err) } + +func TestBindingArray(t *testing.T) { + var s...
add support arrays on mapping (#<I>) * add support arrays on mapping * not allow default value on array mapping
gin-gonic_gin
train
d42ead59a3b62475cdafb038666d3013e9f92735
diff --git a/src/com/google/javascript/refactoring/ErrorToFixMapper.java b/src/com/google/javascript/refactoring/ErrorToFixMapper.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/refactoring/ErrorToFixMapper.java +++ b/src/com/google/javascript/refactoring/ErrorToFixMapper.java @@ -150,7 +150,8 @@ publi...
When there are two insertions in the same place, make sure they are applied in the right order. We don't actually need this now because the collections we're using in ApplySuggestedFixes keep items in insertion order. However, in an upcoming change, I'm switching from ImmutableSetMultimap to HashMultimap so that is no...
google_closure-compiler
train
feb3c8b0ee3e57073f1b34e8f2ab0b613c18b329
diff --git a/tests/ezmq.rb b/tests/ezmq.rb index <HASH>..<HASH> 100644 --- a/tests/ezmq.rb +++ b/tests/ezmq.rb @@ -1,6 +1,8 @@ #!/usr/bin/env ruby require 'simplecov' +require 'coveralls' +SimpleCov.formatter = Coveralls::SimpleCov::Formatter SimpleCov.command_name 'Kintama' SimpleCov.start { add_filter '/tests/'...
Added coveralls to test reporting.
colstrom_ezmq
train
c39da2ffad2e7dac82ad604db70ece513fe5b255
diff --git a/packets.go b/packets.go index <HASH>..<HASH> 100644 --- a/packets.go +++ b/packets.go @@ -336,7 +336,7 @@ func (mc *mysqlConn) readResultOK() (e error) { // OK case 0: return mc.handleOkPacket(data) - // EOF, a galoot is using old_passwords + // EOF, someone is using old_passwords case 254: e =...
Check twice what your dictionary is suggesting to you I hope nobody felt insulted
go-sql-driver_mysql
train
70baf96cf2b12538cda0a087fc1cb657fb55215e
diff --git a/pyOCD/gdbserver/gdbserver.py b/pyOCD/gdbserver/gdbserver.py index <HASH>..<HASH> 100644 --- a/pyOCD/gdbserver/gdbserver.py +++ b/pyOCD/gdbserver/gdbserver.py @@ -298,8 +298,9 @@ class GDBServer(threading.Thread): if self.target.getState() == TARGET_HALTED: loggin...
pyOCD/gdbserver: Fixed XPSR variable name 'IPSR' was used into the code while it was reading 'XPSR'.
mbedmicro_pyOCD
train
6c49f238059e5090046017b2ae8d9bab2ea235f6
diff --git a/src/org/zaproxy/zap/control/ExtensionFactory.java b/src/org/zaproxy/zap/control/ExtensionFactory.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/control/ExtensionFactory.java +++ b/src/org/zaproxy/zap/control/ExtensionFactory.java @@ -300,6 +300,11 @@ public class ExtensionFactory { } ...
Do not try to load resources for core extensions Change ExtensionFactory to skip core extensions when loading resources (Messages.properties and help), core extensions don't have their own resources.
zaproxy_zaproxy
train
15cc7df35c74372b9d615728e1299b61085bf613
diff --git a/lib/mutator_rails/mutation_log.rb b/lib/mutator_rails/mutation_log.rb index <HASH>..<HASH> 100644 --- a/lib/mutator_rails/mutation_log.rb +++ b/lib/mutator_rails/mutation_log.rb @@ -28,7 +28,7 @@ module MutatorRails def pct return 100 unless total.positive? - (100.0 * kills.to_f) / total...
Round large floats to 3 decimal places
dinj-oss_mutator_rails
train
0829638f23343a79dc47b9c38133cb6f29603348
diff --git a/lib/views/consult-edit-view.js b/lib/views/consult-edit-view.js index <HASH>..<HASH> 100755 --- a/lib/views/consult-edit-view.js +++ b/lib/views/consult-edit-view.js @@ -258,7 +258,7 @@ //Add the reference lists names to the json. if (this.model.references) { - ...
[views] Fix #<I> references are now given to the template as first level properties of the JSON object.
KleeGroup_focus-core
train
e130ce456290f1efd39118419ca0783da0677ff1
diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/testing/integration.rb +++ b/actionpack/lib/action_dispatch/testing/integration.rb @@ -336,8 +336,10 @@ module ActionDispatch ...
make `as` option work with get parameters Currently, if path is a relative path, add format without the discrimination of the query. Therefore, if there is a query, format at end of the query would been added, format was not be specified correctly. This fix add format to end of path rather than query.
rails_rails
train
2f9b15e916107fd82b142130a693302f13887d16
diff --git a/src/test/java/org/takes/misc/HrefTest.java b/src/test/java/org/takes/misc/HrefTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/takes/misc/HrefTest.java +++ b/src/test/java/org/takes/misc/HrefTest.java @@ -118,26 +118,18 @@ public final class HrefTest { } /** - * Href can build ...
#<I> Href handles URI with fragment part
yegor256_takes
train
8e0cb6745dd7c11541af76af5ab4e3a79a2a32cb
diff --git a/services/dialog/v1.js b/services/dialog/v1.js index <HASH>..<HASH> 100644 --- a/services/dialog/v1.js +++ b/services/dialog/v1.js @@ -50,7 +50,7 @@ Dialog.prototype.getProfile = function(params, callback) { method: 'GET', json: true, path: params, - qs: pick(params, ['client_id'])...
[dialog] fix for name not being send when retrieven a profile #<I>
watson-developer-cloud_node-sdk
train
d5f314582d64e5d7f44a3a639da7a374349c13b6
diff --git a/lib/bud/viz.rb b/lib/bud/viz.rb index <HASH>..<HASH> 100644 --- a/lib/bud/viz.rb +++ b/lib/bud/viz.rb @@ -6,7 +6,7 @@ require 'set' class VizOnline #:nodoc: all attr_reader :logtab - META_TABLES = %w[t_cycle t_depends t_provides t_rules + META_TABLES = %w[t_cycle t_depends t_depends_tc t_provides t...
On second thought, reinstitute depends_tc. When the dependency analysis code is loaded, it is effectively a builtin table.
bloom-lang_bud
train
65f842c15dc66ad7e864f062fdf7b558e6af08c9
diff --git a/src/MadeYourDay/Contao/CustomElements.php b/src/MadeYourDay/Contao/CustomElements.php index <HASH>..<HASH> 100644 --- a/src/MadeYourDay/Contao/CustomElements.php +++ b/src/MadeYourDay/Contao/CustomElements.php @@ -604,8 +604,8 @@ class CustomElements extends \Backend $fileFullPath = TL_ROOT . '/' . $fil...
Fixed bug with unexpected return value of glob()
madeyourday_contao-rocksolid-custom-elements
train
bc3bf488c363193847a5372b6ee526a813c7f0be
diff --git a/drivers/bridge/bridge.go b/drivers/bridge/bridge.go index <HASH>..<HASH> 100644 --- a/drivers/bridge/bridge.go +++ b/drivers/bridge/bridge.go @@ -1047,7 +1047,11 @@ func (d *driver) DeleteEndpoint(nid, eid types.UUID) error { // Release the v6 address allocated to this endpoint's sandbox interface if...
Fixed a bug in DeleteEndpoint to properly release v6 ip When fixed-cidrv6 is used, the allocation and release must happen from the appropriate network. Allocation is done properly in createendpoint, but the DeleteEndpoint wasnt taking care of this case.
docker_libnetwork
train
71c7dbe976700ed2ddb484eb335d535a03fa104f
diff --git a/app/Functions/Functions.php b/app/Functions/Functions.php index <HASH>..<HASH> 100644 --- a/app/Functions/Functions.php +++ b/app/Functions/Functions.php @@ -21,6 +21,7 @@ namespace Fisharebest\Webtrees\Functions; use Exception; use Fisharebest\Webtrees\Auth; +use Fisharebest\Webtrees\Fact; use Fishar...
Fix: #<I>, Fix: #<I> - include fiance in relationship names
fisharebest_webtrees
train
0e4a943b0214c3490a764a110ba26dc28b19786b
diff --git a/src/feat/models/texthtml.py b/src/feat/models/texthtml.py index <HASH>..<HASH> 100644 --- a/src/feat/models/texthtml.py +++ b/src/feat/models/texthtml.py @@ -318,9 +318,14 @@ class ModelWriter(log.Logger): value = "" get_action = yield model.fetch_action('get') if get_action is n...
Fix texthtml document writing failing to write model whose attribute publish() method raised.
f3at_feat
train
65bcf02bd5946f8204d0e2fa0501e37abc518441
diff --git a/lib/htmlbeautifier/html_parser.rb b/lib/htmlbeautifier/html_parser.rb index <HASH>..<HASH> 100644 --- a/lib/htmlbeautifier/html_parser.rb +++ b/lib/htmlbeautifier/html_parser.rb @@ -32,9 +32,7 @@ module HtmlBeautifier :foreign_block p.map %r{(<pre#{ELEMENT_CONTENT}>)(.*?)(</pre>)}mi, ...
Fix pathological regexp behaviour on large files Fixes #<I>.
threedaymonk_htmlbeautifier
train
7bd4c8e4bd2bf984bd0f2c152277867609016c6f
diff --git a/xmlrpc2/serializer.py b/xmlrpc2/serializer.py index <HASH>..<HASH> 100644 --- a/xmlrpc2/serializer.py +++ b/xmlrpc2/serializer.py @@ -42,6 +42,34 @@ class Serializer(object): return etree.tostring(xml) + def deserialize(self, data): + xml = etree.fromstring(data) + + if xml.ta...
Make deserialization work for methodCalls
dstufft_xmlrpc2
train