hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
5def3256aefdaaf71520ff30207e922a385c0b41
diff --git a/ArgusCore/src/test/java/com/salesforce/dva/argus/service/metric/transform/FillTransformTest.java b/ArgusCore/src/test/java/com/salesforce/dva/argus/service/metric/transform/FillTransformTest.java index <HASH>..<HASH> 100644 --- a/ArgusCore/src/test/java/com/salesforce/dva/argus/service/metric/transform/Fil...
Update FillTransformTest.java
salesforce_Argus
train
java
f5b3ccb7f9813943f477204a4b61370b0def76bb
diff --git a/runtests/mpi/tester.py b/runtests/mpi/tester.py index <HASH>..<HASH> 100644 --- a/runtests/mpi/tester.py +++ b/runtests/mpi/tester.py @@ -312,6 +312,13 @@ class Tester(BaseTester): # mpi subs will use system version of package cmdargs.extend(['--mpisub-site-dir=' + site_dir]) + ...
workaround oversubscription of openmpi.
bccp_runtests
train
py
5ee9658682c4da44a2369dda77209ff84fa72e7b
diff --git a/listing-bundle/contao/modules/ModuleListing.php b/listing-bundle/contao/modules/ModuleListing.php index <HASH>..<HASH> 100644 --- a/listing-bundle/contao/modules/ModuleListing.php +++ b/listing-bundle/contao/modules/ModuleListing.php @@ -51,7 +51,7 @@ class ModuleListing extends \Module { $objTempla...
[Listing] Use the module names as back end wildcards (see #<I>)
contao_contao
train
php
e2b982d0bee939e5b037ae99148075b6321f9b1c
diff --git a/slave/buildslave/runprocess.py b/slave/buildslave/runprocess.py index <HASH>..<HASH> 100644 --- a/slave/buildslave/runprocess.py +++ b/slave/buildslave/runprocess.py @@ -36,6 +36,7 @@ from twisted.internet import protocol from twisted.internet import reactor from twisted.internet import task from twiste...
output traceback to log for AbandonChain exeption
buildbot_buildbot
train
py
1d0fd879bca318e75f1fdddd0100bf8fd321a27e
diff --git a/src/pymlab/sensors/iic.py b/src/pymlab/sensors/iic.py index <HASH>..<HASH> 100644 --- a/src/pymlab/sensors/iic.py +++ b/src/pymlab/sensors/iic.py @@ -780,8 +780,8 @@ def load_driver(**kwargs): h.open(0x10C4, 0xEA90, serial) # Try Connect HID kwargs['serial'] = h.get_serial...
Disable CP<I> reset causing unexpected disconnect. This behavior connot be handled in OpenWrt usbhid implementation used in Turris MOX.
MLAB-project_pymlab
train
py
a3d2eadbb03de02750223ca7596ff62716bf1dda
diff --git a/cachestore/jdbc/src/test/java/org/horizon/loader/jdbc/PooledConnectionFactoryTest.java b/cachestore/jdbc/src/test/java/org/horizon/loader/jdbc/PooledConnectionFactoryTest.java index <HASH>..<HASH> 100644 --- a/cachestore/jdbc/src/test/java/org/horizon/loader/jdbc/PooledConnectionFactoryTest.java +++ b/cach...
Fixed up PooledConnectionFactoryTest. Was looking @ wrong place for UnitTestDatabaseManager.
infinispan_infinispan
train
java
178413fe0c57b10a0cb25a827175d10ae18a587a
diff --git a/pywb/warcserver/index/cdxobject.py b/pywb/warcserver/index/cdxobject.py index <HASH>..<HASH> 100644 --- a/pywb/warcserver/index/cdxobject.py +++ b/pywb/warcserver/index/cdxobject.py @@ -149,7 +149,7 @@ class CDXObject(OrderedDict): cdxformat = i if not cdxformat: - ms...
More detailed logging of invalid cdxlines. (#<I>)
webrecorder_pywb
train
py
94ccea7bc11c72d1c744f9fc8cbf3073a6659b9f
diff --git a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/service/TtlConfig.java b/blueflood-core/src/main/java/com/rackspacecloud/blueflood/service/TtlConfig.java index <HASH>..<HASH> 100644 --- a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/service/TtlConfig.java +++ b/blueflood-core/src/mai...
setting ttl const to 5 days and forcing ttls to false based on review comments
rackerlabs_blueflood
train
java
1e550559daebe97b1f4c9d284dad13ab8e049c66
diff --git a/profitbricks/client.py b/profitbricks/client.py index <HASH>..<HASH> 100644 --- a/profitbricks/client.py +++ b/profitbricks/client.py @@ -1619,8 +1619,14 @@ class ProfitBricksService(object): json_response = response.json() if 'location' in response.headers: - request_id = re...
Improve extraction of the request ID The response header 'location' contains the request ID URL which contains the host base URL. The URL could change anytime and thus do some sanity check when parsing the response header.
profitbricks_profitbricks-sdk-python
train
py
fff3d27305de71f47c05d7ec474f2e7611b7d5f8
diff --git a/masonite/drivers/UploadDiskDriver.py b/masonite/drivers/UploadDiskDriver.py index <HASH>..<HASH> 100644 --- a/masonite/drivers/UploadDiskDriver.py +++ b/masonite/drivers/UploadDiskDriver.py @@ -35,4 +35,4 @@ class UploadDiskDriver(BaseUploadDriver, UploadContract): open(location + prepend + file...
added test for disk driver store prepend
MasoniteFramework_masonite
train
py,py
ff67f259d7111ce675bbd1466214b87e8cae4ba8
diff --git a/clients/unshaded/src/main/java/tachyon/client/file/BaseFileSystem.java b/clients/unshaded/src/main/java/tachyon/client/file/BaseFileSystem.java index <HASH>..<HASH> 100644 --- a/clients/unshaded/src/main/java/tachyon/client/file/BaseFileSystem.java +++ b/clients/unshaded/src/main/java/tachyon/client/file/B...
Check we are not opening a directory.
Alluxio_alluxio
train
java
bc1a397bd1e23acae5e7aeb1a1fb4280818c372f
diff --git a/src/lib/ToastContainer.js b/src/lib/ToastContainer.js index <HASH>..<HASH> 100644 --- a/src/lib/ToastContainer.js +++ b/src/lib/ToastContainer.js @@ -139,11 +139,10 @@ export default class ToastContainer extends Component { } render() { - const divProps = _.omit(this.props, [`toastType`, `toastM...
fix(ToastContainer): replace _.omit with object rest * Original commit: ca<I>f0b<I>e<I>c<I>a7c<I>f<I>e<I> * Original
tomchentw_react-toastr
train
js
c815da66ff669dfcec94c45617943320aa76b897
diff --git a/parsl/monitoring/db_manager.py b/parsl/monitoring/db_manager.py index <HASH>..<HASH> 100644 --- a/parsl/monitoring/db_manager.py +++ b/parsl/monitoring/db_manager.py @@ -33,7 +33,7 @@ RESOURCE = 'resource' # Resource table includes task resource utilization NODE = 'node' # Node table include...
Remove python2 object superclass idiom from monitoring. (#<I>) This is a mechanism to enable python2 new-style classes which is unnecessary noise now. This change should not affect behaviour.
Parsl_parsl
train
py,py
c94dab63dcccda2f9d46c3896958503d0ff249c2
diff --git a/include/setup.php b/include/setup.php index <HASH>..<HASH> 100644 --- a/include/setup.php +++ b/include/setup.php @@ -49,8 +49,6 @@ if ( ! isset($CFG->vendorinclude) ) $CFG->vendorinclude = $CFG->dirroot."/vendor if ( ! isset($CFG->vendorstatic) ) $CFG->vendorstatic = $CFG->dirroot."/vendor/tsugi/lib/stat...
Remove LTI <I> bit
tsugiproject_tsugi-php
train
php
a5a83a959591df0e59ea1be26bbc839551ad69c9
diff --git a/src/base-configuration-optimizer.js b/src/base-configuration-optimizer.js index <HASH>..<HASH> 100644 --- a/src/base-configuration-optimizer.js +++ b/src/base-configuration-optimizer.js @@ -200,19 +200,21 @@ var BaseConfigurationOptimizer = ConfigurationOptimizer.extend({ if (!config) { ...
Fix several bugs in `BaseConfigurationOptimizer`.
danielwippermann_resol-vbus
train
js
f48ada15d9af559c64a936e6e85dd85e69c0d4fc
diff --git a/src/Form/FormDefault.php b/src/Form/FormDefault.php index <HASH>..<HASH> 100644 --- a/src/Form/FormDefault.php +++ b/src/Form/FormDefault.php @@ -392,7 +392,7 @@ class FormDefault implements DisplayInterface, FormInterface 'instance' => $this->getModel(), 'attributes' => $this->ht...
fix support laravel <I>
LaravelRUS_SleepingOwlAdmin
train
php,php
6a7cba59c8c04dc225de94893ef0c1017fcdf7d6
diff --git a/src/sap.m/src/sap/m/SplitContainer.js b/src/sap.m/src/sap/m/SplitContainer.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/SplitContainer.js +++ b/src/sap.m/src/sap/m/SplitContainer.js @@ -1240,7 +1240,8 @@ sap.ui.define(['jquery.sap.global', './library', 'sap/ui/core/Control', 'sap/ui/ this....
[FIX] sap.m.SplitContainer: Master view properly closing issue - Fixed master view closing on fiori client BCP: <I> Change-Id: I<I>a<I>fbe<I>e<I>b<I>e<I>cfacaeff
SAP_openui5
train
js
7fb855ca5eb546c03d1b7ea84b5b48093958ae9a
diff --git a/h2o-core/src/main/java/hex/Model.java b/h2o-core/src/main/java/hex/Model.java index <HASH>..<HASH> 100755 --- a/h2o-core/src/main/java/hex/Model.java +++ b/h2o-core/src/main/java/hex/Model.java @@ -512,8 +512,16 @@ public abstract class Model<M extends Model<M,P,O>, P extends Model.Parameters, String...
Make predition frame column names non-integer instead of predict, 0, 1, the col names are now predict, p0, p1, for example.
h2oai_h2o-3
train
java
356040fb6c047fba3dc3942116195f16cbaf89f8
diff --git a/sigh/lib/sigh/version.rb b/sigh/lib/sigh/version.rb index <HASH>..<HASH> 100644 --- a/sigh/lib/sigh/version.rb +++ b/sigh/lib/sigh/version.rb @@ -1,3 +1,3 @@ module Sigh - VERSION = "1.9.0" + VERSION = "1.10.0" end
Sigh version bump (#<I>) [<I>:<I>:<I>]: Changes since release <I>: * Added --keychain-path to sigh (#<I>) * Sigh/<I> extract entitlements from app (#<I>) * Add a ROOT path constant for sigh (#<I>) * Disable the rubocop rules for MethodLength and AbcSize (#<I>)
fastlane_fastlane
train
rb
7cd24ce02641eb645e0287f0d033830407565fde
diff --git a/spec/adapters/active_record_spec.rb b/spec/adapters/active_record_spec.rb index <HASH>..<HASH> 100644 --- a/spec/adapters/active_record_spec.rb +++ b/spec/adapters/active_record_spec.rb @@ -4,7 +4,11 @@ unless defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby' require 'spec_helper' require 'active_recor...
Added transaction verbosity for activerecord
chanks_que
train
rb
c9d0a77657ccc3be144ed4de12d43c8cfcca8590
diff --git a/daemon/names.go b/daemon/names.go index <HASH>..<HASH> 100644 --- a/daemon/names.go +++ b/daemon/names.go @@ -72,7 +72,7 @@ func (daemon *Daemon) reserveName(id, name string) (string, error) { logrus.Errorf("got unexpected error while looking up reserved name: %v", err) return "", err } - r...
Added the word "container" to clarify the error message.
moby_moby
train
go
3dcf602b010ff5c092f6adad849d9243d4acc7dc
diff --git a/src/extensions/renderer/base/load-listeners.js b/src/extensions/renderer/base/load-listeners.js index <HASH>..<HASH> 100644 --- a/src/extensions/renderer/base/load-listeners.js +++ b/src/extensions/renderer/base/load-listeners.js @@ -281,6 +281,12 @@ BRp.load = function(){ } }; + var blurActiveD...
`touchstart` and `mousedown` on the canvas do not cause the active DOM element to blur #<I>
cytoscape_cytoscape.js
train
js
451a06603b19b896e9582d010c183b62c5c5fdb3
diff --git a/bin/permutation_test.py b/bin/permutation_test.py index <HASH>..<HASH> 100755 --- a/bin/permutation_test.py +++ b/bin/permutation_test.py @@ -29,8 +29,16 @@ def start_logging(log_file='', log_level='INFO'): If os.devnull is specified as the log_file then the log file will not actually be written ...
Automatically create log directory if not present
KarchinLab_probabilistic2020
train
py
032af7c65e1337f90547f6ad702c9dbea64a2e23
diff --git a/src/Kodeine/Acl/Models/Eloquent/Role.php b/src/Kodeine/Acl/Models/Eloquent/Role.php index <HASH>..<HASH> 100644 --- a/src/Kodeine/Acl/Models/Eloquent/Role.php +++ b/src/Kodeine/Acl/Models/Eloquent/Role.php @@ -28,7 +28,7 @@ class Role extends Model */ public function users() { - retu...
Add support for <I> auth config
kodeine_laravel-acl
train
php
fed689bbd1e61ce3c1087433835ea7ed8b901346
diff --git a/packer/rpc/server.go b/packer/rpc/server.go index <HASH>..<HASH> 100644 --- a/packer/rpc/server.go +++ b/packer/rpc/server.go @@ -31,11 +31,14 @@ type Server struct { mux *MuxConn streamId uint32 server *rpc.Server + closeMux bool } // NewServer returns a new Packer RPC server. func NewSe...
packer/rpc: log when a muxconn is shut down
hashicorp_packer
train
go
9a47979bb7a9c9696ed12ce3e53e26a99141945f
diff --git a/api/src/main/java/org/ocpsoft/rewrite/config/ConfigurationRuleBuilderPerform.java b/api/src/main/java/org/ocpsoft/rewrite/config/ConfigurationRuleBuilderPerform.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/org/ocpsoft/rewrite/config/ConfigurationRuleBuilderPerform.java +++ b/api/src/main/java/o...
For now the builder methods should return ConfigurationRuleParameterBuilder directly to get the code to compile
ocpsoft_rewrite
train
java,java
88402fc81581af4fe0c3eee590cfe9d153d63968
diff --git a/asammdf/blocks/mdf_v4.py b/asammdf/blocks/mdf_v4.py index <HASH>..<HASH> 100755 --- a/asammdf/blocks/mdf_v4.py +++ b/asammdf/blocks/mdf_v4.py @@ -459,10 +459,11 @@ class MDF4(object): # Check for finalization past version 4.10 finalisation_flags = self._check_finalised() - ...
remove the block search in case of unfinalised files
danielhrisca_asammdf
train
py,py
0fe78de923bd8a2135615a72a9b853a59dc50686
diff --git a/editor.py b/editor.py index <HASH>..<HASH> 100644 --- a/editor.py +++ b/editor.py @@ -172,6 +172,7 @@ class Editor(Widget): self.cur_line = cur_line self.adjust_cursor_eol() self.set_cursor() + return True def handle_key(self, key): ...
editor: handle_mouse(): Return True if event successfully processed.
pfalcon_picotui
train
py
09091947c7b0554d4e0e8b1ff305ad296eb9dd90
diff --git a/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java b/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java +++ b/liquibase-core/src/...
Fix loop to determine last table index in diffToChangeLog sort code
liquibase_liquibase
train
java
933cd0d8ac4b4bb63570f62a8eaa90278af8a087
diff --git a/ohmdb-utils/src/main/java/com/ohmdb/util/U.java b/ohmdb-utils/src/main/java/com/ohmdb/util/U.java index <HASH>..<HASH> 100644 --- a/ohmdb-utils/src/main/java/com/ohmdb/util/U.java +++ b/ohmdb-utils/src/main/java/com/ohmdb/util/U.java @@ -366,7 +366,12 @@ public class U { } public static void delete(S...
Enriched delete util with paranoid checks.
ohmdb_ohmdb
train
java
75e0211977111c5aa11ee1dfc8aaae70529fbe8c
diff --git a/lib/ajax-datatables-rails/version.rb b/lib/ajax-datatables-rails/version.rb index <HASH>..<HASH> 100644 --- a/lib/ajax-datatables-rails/version.rb +++ b/lib/ajax-datatables-rails/version.rb @@ -9,7 +9,7 @@ module AjaxDatatablesRails module VERSION MAJOR = 1 MINOR = 3 - TINY = 0 + TINY ...
Bunp to version <I>
jbox-web_ajax-datatables-rails
train
rb
65d90b207da8e47c41beb64de31a8382ba1902e0
diff --git a/lib/veewee/session.rb b/lib/veewee/session.rb index <HASH>..<HASH> 100644 --- a/lib/veewee/session.rb +++ b/lib/veewee/session.rb @@ -132,7 +132,7 @@ module Veewee end def self.list_definitions - puts "The following defined baseboxes exit:" + puts "The following defined baseboxes ...
fixed build when the box definition does not exist
jedi4ever_veewee
train
rb
94eed43d8fb7a8c8ec43c8fa7fd80ad0ccfc0d0f
diff --git a/chalice/app.py b/chalice/app.py index <HASH>..<HASH> 100644 --- a/chalice/app.py +++ b/chalice/app.py @@ -18,15 +18,15 @@ _PARAMS = re.compile(r'{\w+}') # on other parts of chalice so it can stay small and lightweight, with minimal # startup overhead. This also means we need to handle py2/py3 compat iss...
Make pylint/flake8 happy
aws_chalice
train
py
d3404ac0e82ff5629b6b9c0e858655be40ed79f0
diff --git a/tests/PHPUnit/Plugins/LanguagesManagerTest.php b/tests/PHPUnit/Plugins/LanguagesManagerTest.php index <HASH>..<HASH> 100755 --- a/tests/PHPUnit/Plugins/LanguagesManagerTest.php +++ b/tests/PHPUnit/Plugins/LanguagesManagerTest.php @@ -73,7 +73,7 @@ class Test_LanguagesManager extends PHPUnit_Framework_TestC...
we should at least expect <I> translations now, as translations for language names, countries, days and months have been imported
matomo-org_matomo
train
php
5d5cfaf145ea05cf39f311d4d968aeaf55824ff1
diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index <HASH>..<HASH> 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -318,7 +318,7 @@ define({ "MISSING_PACKAGE_VERSION" : "The package.json file doesn't specify a package version.", "INVALID_VERSION_NUMBER" ...
fix the DISALLOWED_WORDS string to include the field name properly.
adobe_brackets
train
js
9f8dc77fd2e52692a61e6159152b0c54caa32f6f
diff --git a/lib/perpetuity/postgres/serialized_data.rb b/lib/perpetuity/postgres/serialized_data.rb index <HASH>..<HASH> 100644 --- a/lib/perpetuity/postgres/serialized_data.rb +++ b/lib/perpetuity/postgres/serialized_data.rb @@ -15,6 +15,11 @@ module Perpetuity "(#{column_names.join(',')}) VALUES #{value_str...
Allow SerializedData to be accessed like a hash
jgaskins_perpetuity-postgres
train
rb,rb
c283919b3a1be84a2a16a5f986fc615be92b6985
diff --git a/test/router_test.rb b/test/router_test.rb index <HASH>..<HASH> 100644 --- a/test/router_test.rb +++ b/test/router_test.rb @@ -8,15 +8,19 @@ describe Committee::Router do end it "builds routes without parameters" do - assert @router.routes?("GET", "/apps") + refute_nil @router.routes?("GET", "...
More/better tests on router Especially check that a request to / doesn't get handled by some random link inside the schema.
interagent_committee
train
rb
cab6831597b271c2cb313a2a360f0430def6112c
diff --git a/lib/ezutils/classes/ezini.php b/lib/ezutils/classes/ezini.php index <HASH>..<HASH> 100644 --- a/lib/ezutils/classes/ezini.php +++ b/lib/ezutils/classes/ezini.php @@ -1358,11 +1358,11 @@ class eZINI { $GLOBALS[$globalsIsLoadedKey] = false; - $impl = new eZINI( $fileName, $...
- Fixed bug: eZINI doesn't use its $GLOBALS cache, introduced in rev. <I> git-svn-id: file:///home/patrick.allaert/svn-git/ezp-repo/ezpublish/unstable/<I>-<I>-<I>-php5@<I> a<I>eee8c-daba-<I>-acae-fa<I>f<I>
ezsystems_ezpublish-legacy
train
php
d31dbfa77738d63a79bce1662328793808972752
diff --git a/src/Tipsy/Tipsy.php b/src/Tipsy/Tipsy.php index <HASH>..<HASH> 100644 --- a/src/Tipsy/Tipsy.php +++ b/src/Tipsy/Tipsy.php @@ -610,8 +610,12 @@ class Db { if (!$args) { throw new Exception('Invalid DB config.'); } + + if (!$args['dsn']) { + $args['dsn'] = 'mysql:host='.$args['host'].';dbname=...
Added direct dsn setting
tipsyphp_tipsy
train
php
3eefeb56cc47b96bc964826aa5946f4c0f132af9
diff --git a/test_vcversioner.py b/test_vcversioner.py index <HASH>..<HASH> 100644 --- a/test_vcversioner.py +++ b/test_vcversioner.py @@ -386,5 +386,4 @@ def test_setup_astounding_success(tmpdir): dist, 'vcversioner', {str('Popen'): basic_version, str('version_file'): None, str('vcs_args'):...
And now make the test less astounding.
habnabit_vcversioner
train
py
65070be5f0e29c8c817d62f7492e5a2cc80c3d5f
diff --git a/classes/hypeJunction/Prototyper/Elements/CategoryField.php b/classes/hypeJunction/Prototyper/Elements/CategoryField.php index <HASH>..<HASH> 100644 --- a/classes/hypeJunction/Prototyper/Elements/CategoryField.php +++ b/classes/hypeJunction/Prototyper/Elements/CategoryField.php @@ -42,7 +42,7 @@ class Categ...
fix(categories): fix category input class
hypeJunction_hypePrototyper
train
php
51d246f408980e56f9e28b815486cc1fad3815ae
diff --git a/src/components/tabs/__tests__/CdrTabs.spec.js b/src/components/tabs/__tests__/CdrTabs.spec.js index <HASH>..<HASH> 100644 --- a/src/components/tabs/__tests__/CdrTabs.spec.js +++ b/src/components/tabs/__tests__/CdrTabs.spec.js @@ -168,7 +168,7 @@ describe('CdrTabs.vue', () => { wrapper.vm.activeTabInde...
refactor(tabs): added unit test coverage affects: @rei/cdr-tabs
rei_rei-cedar
train
js
87ea7bf5ab4fb377878494060f6824ef2acab942
diff --git a/infutils.py b/infutils.py index <HASH>..<HASH> 100644 --- a/infutils.py +++ b/infutils.py @@ -239,7 +239,6 @@ def raise_if_nothing_infered(func): # special inference objects (e.g. may be returned as nodes by .infer()) ####### YES = _Yes() -del _Yes class Instance(Proxy):
shouldn't delete anymore _Yes class, used in super()
PyCQA_astroid
train
py
a66b4e79885e480d5806640ff415d6fa7e0dd110
diff --git a/PPI/Cache/Disk.php b/PPI/Cache/Disk.php index <HASH>..<HASH> 100644 --- a/PPI/Cache/Disk.php +++ b/PPI/Cache/Disk.php @@ -37,13 +37,10 @@ class Disk implements \PPI\Cache\CacheInterface { * @return boolean */ public function remove($key) { - if ($this->exists($key)) { - $path = $this->getKeyCach...
[Cache] Fixing an issue with Disk->remove() to no longer need the exists() function.
ppi_framework
train
php
bed4069a10226c7e233eba326a28816cef6c749f
diff --git a/seleniumbase/fixtures/base_case.py b/seleniumbase/fixtures/base_case.py index <HASH>..<HASH> 100755 --- a/seleniumbase/fixtures/base_case.py +++ b/seleniumbase/fixtures/base_case.py @@ -3562,7 +3562,6 @@ class BaseCase(unittest.TestCase): if len(sb_actions) > 0: for action in sb_actio...
Remove a debugging statement from the previous release
seleniumbase_SeleniumBase
train
py
6a6b6296ea6acb323925ae0e4b48f8c422f816d8
diff --git a/holoviews/core/spaces.py b/holoviews/core/spaces.py index <HASH>..<HASH> 100644 --- a/holoviews/core/spaces.py +++ b/holoviews/core/spaces.py @@ -11,7 +11,7 @@ import param from . import traversal, util from .dimension import OrderedDict, Dimension, ViewableElement, redim -from .layout import Layout, A...
Fix to allow use of Empty in AdjointLayouts (#<I>)
pyviz_holoviews
train
py
a18c71739d8279a451d85f8a7d56a378b31d7762
diff --git a/vtki/plotting.py b/vtki/plotting.py index <HASH>..<HASH> 100644 --- a/vtki/plotting.py +++ b/vtki/plotting.py @@ -1401,16 +1401,16 @@ class BasePlotter(object): if position_x is None: if vertical: position_x = rcParams['colorbar_vertical']['position_x'] + ...
Fix scalar bar placement issue
vtkiorg_vtki
train
py
84cd11a5f3582aea4adb50eb4c568832bf19c856
diff --git a/src/main/java/org/efaps/ui/wicket/pages/AbstractMergePage.java b/src/main/java/org/efaps/ui/wicket/pages/AbstractMergePage.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/efaps/ui/wicket/pages/AbstractMergePage.java +++ b/src/main/java/org/efaps/ui/wicket/pages/AbstractMergePage.java @@ -24,6 +24,...
- Issue #1: Prepare Webapp for Wicket 7 container must be transparent
eFaps_eFaps-WebApp
train
java
d46d9f83f37e0057c8d9c288c429305dc1aae357
diff --git a/test_isort.py b/test_isort.py index <HASH>..<HASH> 100644 --- a/test_isort.py +++ b/test_isort.py @@ -2024,6 +2024,7 @@ def test_import_line_mangles_issues_439(): """Test to ensure comment on import with parens doesn't cause issues""" test_input = ('import a # () import\n' 'fr...
Ensure this test does something useful (lint error)
timothycrosley_isort
train
py
841ea1bde530b7d046262861cc39a041f42bdce3
diff --git a/scope.go b/scope.go index <HASH>..<HASH> 100644 --- a/scope.go +++ b/scope.go @@ -938,14 +938,30 @@ func (scope *Scope) initialize() *Scope { return scope } +func (scope *Scope) isQueryForColumn(query interface{}, column string) bool { + queryStr := fmt.Sprint(query) + if queryStr == column { + retur...
Do not always override select on pluck
jinzhu_gorm
train
go
5e0d9fab8e7365a386504dc9f28eb2aceaffd331
diff --git a/Controller/Box/ProductStatusBoxController.php b/Controller/Box/ProductStatusBoxController.php index <HASH>..<HASH> 100644 --- a/Controller/Box/ProductStatusBoxController.php +++ b/Controller/Box/ProductStatusBoxController.php @@ -23,7 +23,7 @@ use WellCommerce\Bundle\CoreBundle\Controller\Box\AbstractBoxCo...
Finished restructurisation of bundles (cherry picked from commit 7fa<I>b1af<I>e1d2bcf9ad5b4a<I>bfe<I>c)
WellCommerce_WishlistBundle
train
php
a21b23097616f9f1a0a4394448de5446efc41473
diff --git a/test/spec/system/mixin_spec.rb b/test/spec/system/mixin_spec.rb index <HASH>..<HASH> 100644 --- a/test/spec/system/mixin_spec.rb +++ b/test/spec/system/mixin_spec.rb @@ -119,7 +119,7 @@ describe PoiseLanguages::System::Mixin do end # /describe #system_package_candidates describe '#system_package_na...
Got a little overzealous with the search and replace.
poise_poise-languages
train
rb
ffc31a8eb46185186d55a9244679d8bd58b4ef19
diff --git a/lib/capybara/session.rb b/lib/capybara/session.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/session.rb +++ b/lib/capybara/session.rb @@ -199,7 +199,7 @@ module Capybara # # Will actually navigate to `http://google.com:4567/test`. # - # @param [String] url The URL to navigate to +...
Update visit's documentation to indicate that it requires something that can become a string
teamcapybara_capybara
train
rb
3ee3cf4a9211d13176df1b8cc53d69c83896751c
diff --git a/allennlp/training/metrics/srl_eval_scorer.py b/allennlp/training/metrics/srl_eval_scorer.py index <HASH>..<HASH> 100644 --- a/allennlp/training/metrics/srl_eval_scorer.py +++ b/allennlp/training/metrics/srl_eval_scorer.py @@ -86,7 +86,9 @@ class SrlEvalScorer(Metric): gold_path = os.path.join(temp...
Change SrlEvalScorer to use UTF-8 encoded files (#<I>)
allenai_allennlp
train
py
c37567051956d4977b474a644946ead30af976ad
diff --git a/DB.php b/DB.php index <HASH>..<HASH> 100644 --- a/DB.php +++ b/DB.php @@ -29,6 +29,7 @@ use WASP\Config; use WASP\Dictionary; use PDO; use WASP\Debug\LoggerAwareStaticTrait; +use WASP\System; /** * The DB class wraps a PDO allowing for lazy connecting. @@ -112,7 +113,7 @@ class DB if (...
Fixed one request test and some small bugs
Wedeto_DB
train
php
f43040472fb11cce38d3a5c16fefb748d1fd0f00
diff --git a/test/helper/bento_search_helper_test.rb b/test/helper/bento_search_helper_test.rb index <HASH>..<HASH> 100644 --- a/test/helper/bento_search_helper_test.rb +++ b/test/helper/bento_search_helper_test.rb @@ -106,7 +106,7 @@ class BentoSearchHelperTest < ActionView::TestCase assert_present loading_msg, "...
noscript is intentionally not inside loading_msg div anymore
jrochkind_bento_search
train
rb
db36f8dfa10224384dfc2895d1b07c6ccf41a487
diff --git a/app/assets/javascripts/govuk_publishing_components/components/step-by-step-nav.js b/app/assets/javascripts/govuk_publishing_components/components/step-by-step-nav.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/govuk_publishing_components/components/step-by-step-nav.js +++ b/app/assets/javascri...
Remove preventLinkFollowingForCurrentTab code - this was a hangover from the original code where the element in question was a link, not a button - allowed users to open the link in a new tab, but buttons don't allow this
alphagov_govuk_publishing_components
train
js
7b8b11ac8e160096bca98dbf797403ab9f53d179
diff --git a/secedgar/filings/cik_validator.py b/secedgar/filings/cik_validator.py index <HASH>..<HASH> 100644 --- a/secedgar/filings/cik_validator.py +++ b/secedgar/filings/cik_validator.py @@ -17,6 +17,8 @@ class _CIKValidator(object): .. versionadded:: 0.1.5 """ + # See Stack Overflow's answer to how-...
MAINT: Note on abbrev in class names
coyo8_sec-edgar
train
py
7e13942c06f61f1fda11bb8b9986cfd947edf560
diff --git a/src/Option.php b/src/Option.php index <HASH>..<HASH> 100644 --- a/src/Option.php +++ b/src/Option.php @@ -57,6 +57,18 @@ class Option implements OptionInterface } /** + * Returns the value. + * + * @since 1.0.0 + * + * @return string The value. + */ + public function ...
Add getValue method to Option
themichaelhall_bluemvc-forms
train
php,php
f20697e4e448904027458f7cfad5546536205b60
diff --git a/lib/Doctrine/DBAL/SQLParserUtils.php b/lib/Doctrine/DBAL/SQLParserUtils.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/SQLParserUtils.php +++ b/lib/Doctrine/DBAL/SQLParserUtils.php @@ -22,8 +22,26 @@ namespace Doctrine\DBAL; use Doctrine\DBAL\Connection; +/** + * Utility class that parses sql...
Add some more comments for SQLParserUtils class.
doctrine_dbal
train
php
d4f8078b590eb0877befbf111584be1ea3e6dce1
diff --git a/src/Database/Log/QueryLogger.php b/src/Database/Log/QueryLogger.php index <HASH>..<HASH> 100644 --- a/src/Database/Log/QueryLogger.php +++ b/src/Database/Log/QueryLogger.php @@ -71,6 +71,7 @@ class QueryLogger $keys = []; $limit = is_int(key($params)) ? 1 : -1; + $params = array_...
QueryLogger interpolate While interpolating the placeholders gets wrongly replaced. When :c1 gets replaced by his param, every placeholder from :c<I> to :c<I> gets replaced with the wrong param too + last number from original placeholder. an array_reverse() will prevent this behavior
cakephp_cakephp
train
php
bcd82f35fa8504202f666c585a7f6818109b59a1
diff --git a/src/Binder.php b/src/Binder.php index <HASH>..<HASH> 100644 --- a/src/Binder.php +++ b/src/Binder.php @@ -28,10 +28,4 @@ interface Binder * @return mixed */ public function bindToInstance($abstract, $instance); - - /** - * @param string $abstract - * @param string $alias - *...
Remove alias from Binder interface
jjtorroglosa_cliphar
train
php,php
340539d0e98c4eb08b5ddd4bc51642cb041d29b8
diff --git a/mozilla/gcli/index.js b/mozilla/gcli/index.js index <HASH>..<HASH> 100644 --- a/mozilla/gcli/index.js +++ b/mozilla/gcli/index.js @@ -56,10 +56,15 @@ define(function(require, exports, module) { require('gcli/types/javascript').startup(); require('gcli/types/node').startup(); require('gcli/types/re...
Bug <I> (refactor<I>a): Catchup moz index with main index
joewalker_gcli
train
js
9da68bb1294b846bd0bfdbe49c131da42a5669e5
diff --git a/lib/vagrant.rb b/lib/vagrant.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant.rb +++ b/lib/vagrant.rb @@ -4,12 +4,17 @@ PROJECT_ROOT = File.join(libdir, '..') unless defined?(PROJECT_ROOT) # The libs which must be loaded prior to the rest %w{tempfile open-uri json pathname logger uri net/http virtualbo...
Expand paths properly for loading so that files already loaded aren't loaded twice
hashicorp_vagrant
train
rb
d0682de146e60af7fe1084d8b1a9906c63e5050b
diff --git a/generated/python/gapic-google-cloud-speech-v1beta1/setup.py b/generated/python/gapic-google-cloud-speech-v1beta1/setup.py index <HASH>..<HASH> 100644 --- a/generated/python/gapic-google-cloud-speech-v1beta1/setup.py +++ b/generated/python/gapic-google-cloud-speech-v1beta1/setup.py @@ -17,7 +17,7 @@ install...
Bump speech to <I>. We had released <I> on January before the lib_name changes.
googleapis_api-client-staging
train
py
d1ebf655974093388b4e01551aa8303b7e82414a
diff --git a/framework/yii/db/ActiveQuery.php b/framework/yii/db/ActiveQuery.php index <HASH>..<HASH> 100644 --- a/framework/yii/db/ActiveQuery.php +++ b/framework/yii/db/ActiveQuery.php @@ -124,10 +124,14 @@ class ActiveQuery extends Query { $command = $this->createCommand($db); $row = $command->queryOne(); - ...
Fixed the issue that ActiveQuery::one() doesn't bring back related objects when asArray is true.
yiisoft_yii2-debug
train
php
2a57c5a2b06903e1ce12954c157f4ead2a0139a4
diff --git a/test/6-buddy-test.js b/test/6-buddy-test.js index <HASH>..<HASH> 100644 --- a/test/6-buddy-test.js +++ b/test/6-buddy-test.js @@ -20,6 +20,7 @@ describe('Buddy', () => { }); beforeEach(() => { buddy = null; + process.env.NODE_ENV = 'test'; }); afterEach(() => { if (buddy) buddy.des...
fix NODE_ENV during test
popeindustries_buddy
train
js
178f658b08ba2eb66d51fb417abfc15e5fb162f9
diff --git a/src/Support/BridgeStack.php b/src/Support/BridgeStack.php index <HASH>..<HASH> 100644 --- a/src/Support/BridgeStack.php +++ b/src/Support/BridgeStack.php @@ -26,7 +26,16 @@ class BridgeStack extends Collection parent::__construct($items); } - + /** + * Mounts a Bridge on the stac...
Fix Styles after service provider reworked
findbrok_php-watson-api-bridge
train
php,php
a73a6be42d8a0d6968a8dd4581330e1d5e959029
diff --git a/test/travis-only.test.js b/test/travis-only.test.js index <HASH>..<HASH> 100644 --- a/test/travis-only.test.js +++ b/test/travis-only.test.js @@ -23,7 +23,7 @@ test.serial('not create a dev certificate on production also with ssl specified' const {server, url} = await listen( './fixture', {h: 'localho...
chore: fix throws method for ava
LasaleFamine_http-server-pwa
train
js
adfa65ac3ebc183f189f93877eb76254ccd87573
diff --git a/src/main/java/com/blade/Environment.java b/src/main/java/com/blade/Environment.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/blade/Environment.java +++ b/src/main/java/com/blade/Environment.java @@ -246,6 +246,16 @@ public class Environment { } return defaultValue; } + ...
🎄 add get map by prefix
lets-blade_blade
train
java
a805e3461fc8528778de50369f4925c71e006a83
diff --git a/tests/Common/ConfigurationRowTest.php b/tests/Common/ConfigurationRowTest.php index <HASH>..<HASH> 100644 --- a/tests/Common/ConfigurationRowTest.php +++ b/tests/Common/ConfigurationRowTest.php @@ -214,7 +214,7 @@ class ConfigurationRowTest extends StorageApiTestCase $command = "curl '" . STORAGE_...
Remove brotli from request header as it's not supported by bundled curl
keboola_storage-api-php-client
train
php
f6d1ea4d7fcef5352a23034853e6a024efbfc97f
diff --git a/engine.go b/engine.go index <HASH>..<HASH> 100644 --- a/engine.go +++ b/engine.go @@ -110,6 +110,14 @@ func squaresAreAttacked(pos *Position, sqs ...Square) bool { otherColor := pos.Turn().Other() occ := ^pos.board.emptySqs for _, sq := range sqs { + // hot path check to see if attack vector is poss...
added quick skip if attack vector is not possible
notnil_chess
train
go
fa6de3e5d9d18b4894bf80d268e728ac427079c8
diff --git a/packages/wpcom.js/lib/post.js b/packages/wpcom.js/lib/post.js index <HASH>..<HASH> 100644 --- a/packages/wpcom.js/lib/post.js +++ b/packages/wpcom.js/lib/post.js @@ -97,8 +97,27 @@ Post.prototype.getBySlug = function (query, fn) { */ Post.prototype.add = function (query, body, fn) { + if ('function' ...
Merge pull request #<I> from Automattic/improve/post-add post: propagate `id` and `slug` when post is added
Automattic_wp-calypso
train
js
9214574ab59115099c7f3eea6ab280f4f5f5a965
diff --git a/addon/services/clock.js b/addon/services/clock.js index <HASH>..<HASH> 100644 --- a/addon/services/clock.js +++ b/addon/services/clock.js @@ -10,13 +10,21 @@ export default Ember.Service.extend({ init() { this._super(...arguments); + this.start(); + }, + + start() { this.set('interval',...
services/clock: Extract start() and stop() methods Calling init() and willDestroy() may have undesired side-effects
jerel_ember-cli-clock
train
js
0f3667c6ce48eb26e759018ca0d1f39b2d33acaa
diff --git a/Spryker/Sniffs/Commenting/TypeHintSniff.php b/Spryker/Sniffs/Commenting/TypeHintSniff.php index <HASH>..<HASH> 100644 --- a/Spryker/Sniffs/Commenting/TypeHintSniff.php +++ b/Spryker/Sniffs/Commenting/TypeHintSniff.php @@ -75,7 +75,7 @@ class TypeHintSniff extends AbstractSprykerSniff '\\ArrayAcces...
Add Countable into sorting.
spryker_code-sniffer
train
php
1128a609201427190f5e8eafa8e022dfe4a776d5
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -6,10 +6,16 @@ var stat = require('hyperdrive/lib/messages').Stat var path = require('path') module.exports = function (dir) { + let secret_dir = undefined; + if (typeof dir === 'object') { + secret_dir = dir.secret_d...
Add software for specifying directory of secret storage. Secret storage specification occurs when the directory passed to createStore is specified as an object rather than a string. That object takes the form of: {dir: 'data-dir', secret_dir: 'secrets'}
datproject_dat-storage
train
js
7e28ca9607c847127984bc5dcde79814607fd619
diff --git a/arguments/__init__.py b/arguments/__init__.py index <HASH>..<HASH> 100644 --- a/arguments/__init__.py +++ b/arguments/__init__.py @@ -377,12 +377,17 @@ class Arguments(object): self.m_reprdict = {} self.m_doc = "" whitespacecount = 0 + keeplookingforindention = True ...
markdown-to-ebook Friday <I> March <I> (week:<I> day:<I>), <I>:<I>:<I>
erikdejonge_arguments
train
py
68879af4145c1a5697de4cec04b6b8697337bcdf
diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/plugins/cross_region_copying.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/plugins/cross_region_copying.rb index <HASH>..<HASH> 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/plugins/cross_region_copying.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/plugins/cross_region_copying.rb @@ -1...
Removed incorrect docstring from rds plugin.
aws_aws-sdk-ruby
train
rb
fe86454f2932b29d9c7b90a8c4afe9cfa9513544
diff --git a/connection.go b/connection.go index <HASH>..<HASH> 100644 --- a/connection.go +++ b/connection.go @@ -619,8 +619,30 @@ func (c *Connection) writeFrames() { c.closeNetwork() } -// inboundExchangeRemoved is called whenever an exchange is removed, and when Close is called. +// checkExchanges is called wh...
Transition connection states when Closing When all inbound connections are drained, transition to InboundClosed When all outbound connections are drained, transition to Closed
uber_tchannel-go
train
go
5aed836fdd27a22bb645a270e7c93c43bd2fabe1
diff --git a/test/module.js b/test/module.js index <HASH>..<HASH> 100644 --- a/test/module.js +++ b/test/module.js @@ -309,4 +309,12 @@ describe('Unsupported CartoCSS', function () { }`; assert.throws(() => { tangram_carto.cartoCssToDrawGroups(ccss, 0); }); }); + it('due to mapnik identifier...
Test different cartocss with spaces
CartoDB_tangram-cartocss
train
js
b0ffd86e34b50eacb2b266a0e98768465bdf47cd
diff --git a/GenerateRepositoriesDoctrineCommand.php b/GenerateRepositoriesDoctrineCommand.php index <HASH>..<HASH> 100644 --- a/GenerateRepositoriesDoctrineCommand.php +++ b/GenerateRepositoriesDoctrineCommand.php @@ -58,7 +58,7 @@ EOT } if ($metadata->customRepositoryClassName) { -...
[DoctrineBundle][DoctrineMongoDBBUndle]Fixed generate:repositories throws exception using the general bundle naming conventions (VendorBundleName)
saxulum_saxulum-doctrine-orm-commands
train
php
453d72b4684f782cced2fdad348f7462b612a316
diff --git a/js/kucoin.js b/js/kucoin.js index <HASH>..<HASH> 100644 --- a/js/kucoin.js +++ b/js/kucoin.js @@ -127,6 +127,7 @@ module.exports = class kucoin extends Exchange { '1w': '1week', }, 'exceptions': { + 'order not exist': OrderNotFound, ...
[kucoin] handle new error message seen today when cancelling an order that's already canceled
ccxt_ccxt
train
js
bf871fc1c818d2a2680406ef2d72cbda184309b3
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -11,6 +11,7 @@ function Runner(options) { return new Runner(options); } + options = options || {}; this.loader = createLoader(options.loader); this.bundler = createBundler(options.bundler); }
Added ability to handle construction with no options
MiguelCastillo_bit-bundler
train
js
fe4e68cb71e4630283b445982e942b887566c635
diff --git a/spacy/about.py b/spacy/about.py index <HASH>..<HASH> 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -4,13 +4,13 @@ # fmt: off __title__ = "spacy-nightly" -__version__ = "2.1.0a5" +__version__ = "2.1.0a6.dev0" __summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cyt...
Set version to <I>a6.dev0
explosion_spaCy
train
py
54a529960db439de9a42f986c98a5defcabc4772
diff --git a/http.js b/http.js index <HASH>..<HASH> 100644 --- a/http.js +++ b/http.js @@ -38,7 +38,6 @@ exports.get = (getUrl, params, callback, redirects) => { }).then(result => { callback(result.data, result.headers, result.status); }).catch(err => { - console.error(JSON.stringify(err)); ...
removed logging that i used during testing
havard_node-openid
train
js
60ae7793a136f9421d4a400f650156768900bf45
diff --git a/devices/plugwise.js b/devices/plugwise.js index <HASH>..<HASH> 100644 --- a/devices/plugwise.js +++ b/devices/plugwise.js @@ -149,4 +149,27 @@ module.exports = [ .withDescription('Calibrates valve on next wakeup'), ], }, + { + zigbeeModel: ['158-01'], + model...
Add <I>-<I> (#<I>)
Koenkk_zigbee-shepherd-converters
train
js
6a30e001ff9282b54dcf9b00d896c02973b84a60
diff --git a/km3pipe/tests/test_dataclasses.py b/km3pipe/tests/test_dataclasses.py index <HASH>..<HASH> 100644 --- a/km3pipe/tests/test_dataclasses.py +++ b/km3pipe/tests/test_dataclasses.py @@ -196,7 +196,9 @@ class TestTable(TestCase): def test_from_columns_with_colnames(self): t = Table.from_columns(...
Add print to see the values on Jenkins
tamasgal_km3pipe
train
py
6b8d0e47e7448f2686975c32e113387de351b14a
diff --git a/examples/xrmp-three.js b/examples/xrmp-three.js index <HASH>..<HASH> 100644 --- a/examples/xrmp-three.js +++ b/examples/xrmp-three.js @@ -263,6 +263,7 @@ class XRMultiplayerTHREE { if (objectMesh.needsUpdate) { objectMesh.position.toArray(objectMesh.object.objectMatrix.position); o...
Add XRMP three.js bindings object mesh scale support
exokitxr_exokit
train
js
437b84820d55e031dc4a775cf400fcedbd41494f
diff --git a/unittests/parser_test_case.py b/unittests/parser_test_case.py index <HASH>..<HASH> 100644 --- a/unittests/parser_test_case.py +++ b/unittests/parser_test_case.py @@ -21,16 +21,15 @@ class parser_test_case_t(unittest.TestCase): else: pass - def _test_type_composition(self, type, e...
Use type_ instead of type as variable name.
gccxml_pygccxml
train
py
f7aba1ca92f298b0d0f21145d3e4f27cb32596ef
diff --git a/juicer/juicer/__init__.py b/juicer/juicer/__init__.py index <HASH>..<HASH> 100644 --- a/juicer/juicer/__init__.py +++ b/juicer/juicer/__init__.py @@ -114,7 +114,7 @@ def promote(args): def merge(args): pulp = j(args) - pulp.merge(carts=args.carts, new_cart_namename=args.new_cart_name) + pulp....
fix merging into a new cart
juicer_juicer
train
py
d7590f7a7cca170302a6f1f847b47226769f90ab
diff --git a/src/main/java/org/cactoos/io/OutputTo.java b/src/main/java/org/cactoos/io/OutputTo.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/cactoos/io/OutputTo.java +++ b/src/main/java/org/cactoos/io/OutputTo.java @@ -64,7 +64,7 @@ public final class OutputTo implements Output { this( ...
(#<I>) Using getAbsoluteFile() to fix error for single filename files
yegor256_cactoos
train
java
598e17692546fe49a02c90a412f4c239d0671d65
diff --git a/photutils/utils/tests/test_convolution.py b/photutils/utils/tests/test_convolution.py index <HASH>..<HASH> 100644 --- a/photutils/utils/tests/test_convolution.py +++ b/photutils/utils/tests/test_convolution.py @@ -5,7 +5,6 @@ Tests for the convolution module. from astropy.convolution import Gaussian2DKe...
Remove test due to upstream astropy changes
astropy_photutils
train
py
616e0dd3984ac175e1333e949aac091c21fd5cb8
diff --git a/src/structures/Message.js b/src/structures/Message.js index <HASH>..<HASH> 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -166,7 +166,7 @@ class Message { const clone = Util.cloneObject(this); this._edits.unshift(clone); - if ('editedTimestamp' in data) this.edited...
fix(Message): properly check for an edited_timestamp in patch Fixes #<I>
discordjs_discord.js
train
js
34809ac51302d05b6b7a3004d34e8c9c45b25aa0
diff --git a/system/Test/Mock/MockEmail.php b/system/Test/Mock/MockEmail.php index <HASH>..<HASH> 100644 --- a/system/Test/Mock/MockEmail.php +++ b/system/Test/Mock/MockEmail.php @@ -13,13 +13,12 @@ class MockEmail extends Email public function send($autoClear = true) { - $this->archive = get_object_vars($this);...
place archiving after clear() check
codeigniter4_CodeIgniter4
train
php,php
5aaf59e5e5c2adc4396d8f9c211ef18e98cff96d
diff --git a/src/module-elasticsuite-core/Client/ClientConfiguration.php b/src/module-elasticsuite-core/Client/ClientConfiguration.php index <HASH>..<HASH> 100644 --- a/src/module-elasticsuite-core/Client/ClientConfiguration.php +++ b/src/module-elasticsuite-core/Client/ClientConfiguration.php @@ -131,6 +131,7 @@ class...
#<I> Add Basic HTTP Authentication (encrypted) support for Open Distro
Smile-SA_elasticsuite
train
php
3ac822d5e20f973d536c30cf5036de263bece0d7
diff --git a/src/Composer/Util/RemoteFilesystem.php b/src/Composer/Util/RemoteFilesystem.php index <HASH>..<HASH> 100644 --- a/src/Composer/Util/RemoteFilesystem.php +++ b/src/Composer/Util/RemoteFilesystem.php @@ -233,7 +233,10 @@ class RemoteFilesystem $origFileUrl = $fileUrl; if (isset($options['...
Fix access_token param being incorrectly added on github requests after a redirection, fixes #<I>
composer_composer
train
php
58c661ffcfc9e2b74ff293b0ddfd5ee13369dfb1
diff --git a/lib/sauce/config.rb b/lib/sauce/config.rb index <HASH>..<HASH> 100644 --- a/lib/sauce/config.rb +++ b/lib/sauce/config.rb @@ -85,12 +85,17 @@ module Sauce end def load_options_from_heroku - begin - require 'heroku/command' - command = Heroku::Command::BaseWithApp.new([]) - ...
Don't depend on heroku being loaded
saucelabs_sauce_ruby
train
rb
816ea519bdd65c252981e6735ac75d67aef267c4
diff --git a/Kwc/List/ChildPages/Teaser/Update/20150309Legacy00002.php b/Kwc/List/ChildPages/Teaser/Update/20150309Legacy00002.php index <HASH>..<HASH> 100644 --- a/Kwc/List/ChildPages/Teaser/Update/20150309Legacy00002.php +++ b/Kwc/List/ChildPages/Teaser/Update/20150309Legacy00002.php @@ -19,7 +19,7 @@ class Kwc_List_...
Add missing save statement in update script without this save nothing at all will be updated
koala-framework_koala-framework
train
php
d7a91db097e500c6e9bae69339be6159cff80e60
diff --git a/lib/instance/network_configurator/ubuntu_network_configurator.rb b/lib/instance/network_configurator/ubuntu_network_configurator.rb index <HASH>..<HASH> 100644 --- a/lib/instance/network_configurator/ubuntu_network_configurator.rb +++ b/lib/instance/network_configurator/ubuntu_network_configurator.rb @@ -3...
acu<I> don't save gateway in config if gateway is not provided
rightscale_right_link
train
rb
466b0487f60e71e88924e3b78d3e52a41244a2a6
diff --git a/xchange-btcchina/src/main/java/com/xeiam/xchange/btcchina/dto/trade/streaming/BTCChinaBalance.java b/xchange-btcchina/src/main/java/com/xeiam/xchange/btcchina/dto/trade/streaming/BTCChinaBalance.java index <HASH>..<HASH> 100644 --- a/xchange-btcchina/src/main/java/com/xeiam/xchange/btcchina/dto/trade/strea...
Changing trade.streaming.BTCChinaBalance.toString() method to be prettier. Before, the method printed out a nasty string that prefixed the entire package name like: com.xeiam.xchange...streaming.BTCChinaBalance@7f<I>, which is not a useful string. The method is now changed to behave like the toString() method in BTCC...
knowm_XChange
train
java