hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3a5bdd4ba6c995cad43ede1c5471cf5af6f059cb
diff --git a/pyecore/ecore.py b/pyecore/ecore.py index <HASH>..<HASH> 100644 --- a/pyecore/ecore.py +++ b/pyecore/ecore.py @@ -756,9 +756,16 @@ class EClass(EClassifier): '_staticEClass': instance._staticEClass, '__init__': new_init } - instance.python_class = t...
Fix issue with MRO calculation This happend when the Ecore inheritence tree is not compatible with Python C3 linearization algorithm
pyecore_pyecore
train
9285a0f537a140afcc8b7a2efb5cadcde7676392
diff --git a/lib/rib/test.rb b/lib/rib/test.rb index <HASH>..<HASH> 100644 --- a/lib/rib/test.rb +++ b/lib/rib/test.rb @@ -18,8 +18,9 @@ copy :rib do singleton_class.module_eval do def test_for *plugins, &block require 'rib/all' # exhaustive tests + rest = Rib.plugins - plugins + before do - ...
doh, this is stupid. why local works?
godfat_rib
train
e661ad4432ff0f3c9fb821df084e93d4127be385
diff --git a/src/Common/Traits/GetCountCommon.php b/src/Common/Traits/GetCountCommon.php index <HASH>..<HASH> 100644 --- a/src/Common/Traits/GetCountCommon.php +++ b/src/Common/Traits/GetCountCommon.php @@ -33,14 +33,31 @@ trait GetCountCommon $sAlias = $this->getTableAlias(true); - foreach ...
Added support for concactenated `searchableFields` Although, this whole “feature” should be removed
nails_common
train
d4ce287766adb7003c35dd78675d2821576049b8
diff --git a/src/Moip/Http/HTTPCookieManager.php b/src/Moip/Http/HTTPCookieManager.php index <HASH>..<HASH> 100644 --- a/src/Moip/Http/HTTPCookieManager.php +++ b/src/Moip/Http/HTTPCookieManager.php @@ -145,22 +145,22 @@ class HTTPCookieManager implements CookieManager foreach ($matches as $key => $val...
There must be no space before the colon in a CASE statement
wirecardBrasil_moip-sdk-php
train
34c4afec0e2643ccfc1695c6da477fa8f20ec0e8
diff --git a/js/binance.js b/js/binance.js index <HASH>..<HASH> 100644 --- a/js/binance.js +++ b/js/binance.js @@ -810,6 +810,7 @@ module.exports = class binance extends Exchange { } async withdraw (code, amount, address, tag = undefined, params = {}) { + await this.loadMarkets (); let curre...
added loadMarkets to binance withdraw fix #<I>
ccxt_ccxt
train
1173c682e0c37fc63c7abe73e1ff162bcd11ec62
diff --git a/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/TabView.java b/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/TabView.java index <HASH>..<HASH> 100644 --- a/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/TabView....
Built menu items from view pager adapter Copied idea from Android's TabLayout
grahammendick_navigation
train
cb18e873aac87d88fcbdad11101afc07681daf82
diff --git a/lib/chef/knife/solo_cook.rb b/lib/chef/knife/solo_cook.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/solo_cook.rb +++ b/lib/chef/knife/solo_cook.rb @@ -63,7 +63,7 @@ class Chef librarian_install if config[:librarian] rsync_kitchen add_patches - add_solo_confi...
Backwards conditional (yay integration tests!)
matschaffer_knife-solo
train
0fd791ed2c01a2a6aabbff383661fe34dc0d9d8d
diff --git a/lib/sidetiq/schedulable.rb b/lib/sidetiq/schedulable.rb index <HASH>..<HASH> 100644 --- a/lib/sidetiq/schedulable.rb +++ b/lib/sidetiq/schedulable.rb @@ -42,12 +42,14 @@ module Sidetiq schedule.set_options(options) # deleting schedulable keys if schedule changed since last reccurence de...
Don't try to connect to redis from client-side sidekiq.
endofunky_sidetiq
train
02211e82fe3946ac77b663cb0f3a5c91b7ca97a2
diff --git a/tests/test_encrypted_fields.py b/tests/test_encrypted_fields.py index <HASH>..<HASH> 100644 --- a/tests/test_encrypted_fields.py +++ b/tests/test_encrypted_fields.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +import shutil import tempfile from contextlib import contextmanager @@ -42,7 +43,6 @@ def keycz...
moved import shutil on the top of the file
django-extensions_django-extensions
train
fdd5fdae58afe56f0af8077875c302c31bc9be7f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( license=license, packages=find_packages(exclude=('tests', 'docs')), install_requires=[ - 'ethereum==2.0.5', + 'ethereum==2.1.0', 'bumpversion', 'pytest-cov',...
Upgraded the version of pyethereum to <I>
ethereum_vyper
train
286709336577c767498785bc7be486eefe3faa4b
diff --git a/activesupport/lib/active_support/testing/pending.rb b/activesupport/lib/active_support/testing/pending.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/testing/pending.rb +++ b/activesupport/lib/active_support/testing/pending.rb @@ -11,32 +11,36 @@ module ActiveSupport @@at_ex...
Delegate pending to skip if Minitest is available
rails_rails
train
5b5814412cb95cb034b12385bc1907e0507b47df
diff --git a/org.ektorp/src/main/java/org/ektorp/impl/StdObjectMapperFactory.java b/org.ektorp/src/main/java/org/ektorp/impl/StdObjectMapperFactory.java index <HASH>..<HASH> 100644 --- a/org.ektorp/src/main/java/org/ektorp/impl/StdObjectMapperFactory.java +++ b/org.ektorp/src/main/java/org/ektorp/impl/StdObjectMapperFa...
configuration method should be protected so that we can override the configuration
helun_Ektorp
train
f8d3c22393215a49273790f84ed76cb74c782793
diff --git a/ext/mkrf_conf_xapian.rb b/ext/mkrf_conf_xapian.rb index <HASH>..<HASH> 100644 --- a/ext/mkrf_conf_xapian.rb +++ b/ext/mkrf_conf_xapian.rb @@ -1,4 +1,6 @@ require 'rubygems' +require 'rubygems/command.rb' +require 'rubygems/dependency_installer.rb' require 'rbconfig' begin
fix #<I>: readd require rubygems/.. Originally fixed in #<I>.
sup-heliotrope_sup
train
097a09d225445cde032f3208269fb5be861fe84a
diff --git a/src/scs_core/aws/greengrass/aws_group.py b/src/scs_core/aws/greengrass/aws_group.py index <HASH>..<HASH> 100644 --- a/src/scs_core/aws/greengrass/aws_group.py +++ b/src/scs_core/aws/greengrass/aws_group.py @@ -52,13 +52,19 @@ class AWSGroup(JSONable): d_groups = PathDict(response) g_nod...
Added AWSDeploymentReporter class
south-coast-science_scs_core
train
c6d71f8fc2a47437b16071dd085317639e8f8af3
diff --git a/spec/config/ConfigurationLoader.spec.php b/spec/config/ConfigurationLoader.spec.php index <HASH>..<HASH> 100644 --- a/spec/config/ConfigurationLoader.spec.php +++ b/spec/config/ConfigurationLoader.spec.php @@ -4,8 +4,9 @@ use Assert\Assertion; use expect\config\ConfigurationFileNotFoundException; use exp...
Update spec for php<I>
expectation-php_expect
train
18d7ae969179891448fb510e92ed984fe59aeaa9
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -265,7 +265,7 @@ EXPRESSION_ELISION_ENGLISH_AFFIX = new RegExp( 'twas|tis|twere|' + /* Groups of years. */ - '\\d\\ds' + + '\\d\\ds?' + ')$' );
Add functionality for merging singular years preceded by an apostrophe as elision
wooorm_parse-english
train
a62870b0c368c3c29de27027be67d855e308cc37
diff --git a/email.go b/email.go index <HASH>..<HASH> 100644 --- a/email.go +++ b/email.go @@ -23,6 +23,7 @@ import ( "path/filepath" "strings" "time" + "unicode" ) const ( @@ -61,12 +62,27 @@ func NewEmail() *Email { return &Email{Headers: textproto.MIMEHeader{}} } +// trimReader is a custom io.Reader t...
Added stripping of whitespace at the beginning of emails when importing from a reader.
jordan-wright_email
train
083a139488764f45e2601d5dd61e978b4c6f0aae
diff --git a/lib/transports/polling-xhr.js b/lib/transports/polling-xhr.js index <HASH>..<HASH> 100755 --- a/lib/transports/polling-xhr.js +++ b/lib/transports/polling-xhr.js @@ -219,6 +219,10 @@ Request.prototype.create = function () { } catch (e) {} } + try { + xhr.setRequestHeader('Accept', '*/...
[fix] Set accept header to */* to support react app proxy (#<I>)
socketio_engine.io-client
train
0beac9a0db62a49b3447337119d22a86fb36b6b9
diff --git a/lib/collection/header.js b/lib/collection/header.js index <HASH>..<HASH> 100644 --- a/lib/collection/header.js +++ b/lib/collection/header.js @@ -80,6 +80,14 @@ _.extend(Header, /** @lends Header */ { _postman_propertyName: 'Header', /** + * Specify the key to be used while indexing this ob...
Added _postman_propertyIndexKey key in Properties to be used for reading in PropertyList to decide the indexing key name
postmanlabs_postman-collection
train
53fcf507c6eb865b7b04c876226556b561e3e37c
diff --git a/src/components/EditorSearchBar.js b/src/components/EditorSearchBar.js index <HASH>..<HASH> 100644 --- a/src/components/EditorSearchBar.js +++ b/src/components/EditorSearchBar.js @@ -43,6 +43,8 @@ const EditorSearchBar = React.createClass({ if (isEnabled("editorSearch")) { shortcuts.off("CmdOrCt...
Open code search when pressing ctrl+g/ctrl+shift+g with no selection (#<I>)
firefox-devtools_debugger
train
2f2ef5c3bbc417ebbfa5909982c2e9943870dbc1
diff --git a/js/bw.js b/js/bw.js index <HASH>..<HASH> 100644 --- a/js/bw.js +++ b/js/bw.js @@ -272,7 +272,7 @@ module.exports = class bw extends Exchange { 'rangeType': 0, // limit order 'marketId': market['id'], }; - if (type.toLowerCase () === 'buy') { + if (side.toLow...
bw.com: fix issues
ccxt_ccxt
train
6a7a3782ea53d1e8a2da9028a80616333b15fdec
diff --git a/src/Block/Notify/Call/NotifyCall.php b/src/Block/Notify/Call/NotifyCall.php index <HASH>..<HASH> 100644 --- a/src/Block/Notify/Call/NotifyCall.php +++ b/src/Block/Notify/Call/NotifyCall.php @@ -31,7 +31,8 @@ class NotifyCall extends AbstractCall $this->setName('notify') ->setDescripti...
fixing and reordering for consistency
bldr-io_bldr
train
5f930d72f2a73758b5943ec422e671090bc75d82
diff --git a/src/Jit/Interceptor.php b/src/Jit/Interceptor.php index <HASH>..<HASH> 100644 --- a/src/Jit/Interceptor.php +++ b/src/Jit/Interceptor.php @@ -460,8 +460,9 @@ class Interceptor { if (!@file_exists(dirname($path))) { mkdir(dirname($path), 0755, true); } - - file_put_cont...
Throws an error when a cache file can't be created.
kahlan_kahlan
train
9364172f2de64046b583a9c566143dc0ea2ab287
diff --git a/pkg/tar/tar.go b/pkg/tar/tar.go index <HASH>..<HASH> 100644 --- a/pkg/tar/tar.go +++ b/pkg/tar/tar.go @@ -98,14 +98,15 @@ type ChmodAdapter struct { // being written func (a ChmodAdapter) WriteHeader(hdr *tar.Header) error { if hdr.FileInfo().Mode()&os.ModeSymlink == 0 { - hdr.Mode &^= 0777 + newMode...
ChmodAdapter: don't set hdr.Mode early as subsequent lines still need to read it
openshift_source-to-image
train
e74be5fa01333e8672f62e2f4d0a832354476316
diff --git a/eureka-core/src/main/java/com/netflix/eureka/cluster/PeerEurekaNodes.java b/eureka-core/src/main/java/com/netflix/eureka/cluster/PeerEurekaNodes.java index <HASH>..<HASH> 100644 --- a/eureka-core/src/main/java/com/netflix/eureka/cluster/PeerEurekaNodes.java +++ b/eureka-core/src/main/java/com/netflix/eurek...
Support eureka servers configured with IP addresses
Netflix_eureka
train
597092836b67db161568c93d78a7a2b716b1fe3b
diff --git a/h2o-core/src/main/java/water/currents/ASTVariance.java b/h2o-core/src/main/java/water/currents/ASTVariance.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/water/currents/ASTVariance.java +++ b/h2o-core/src/main/java/water/currents/ASTVariance.java @@ -2,13 +2,50 @@ package water.currents; ...
Scalar variance copied from Rapids Not sure it's behaving as intended, but should behave the same way
h2oai_h2o-3
train
9ddc590ad0f7c7b9966608dfb5ff85c0e0e180cc
diff --git a/plugins/test/kg/apc/cmdtools/ReporterToolTest.java b/plugins/test/kg/apc/cmdtools/ReporterToolTest.java index <HASH>..<HASH> 100644 --- a/plugins/test/kg/apc/cmdtools/ReporterToolTest.java +++ b/plugins/test/kg/apc/cmdtools/ReporterToolTest.java @@ -1,19 +1,15 @@ package kg.apc.cmdtools; -import java.te...
Change file path getting way. Stef, does this affect your unit tests at windows?
undera_jmeter-plugins
train
d11c428407f42d7cbcee77efbe48132ba7b5d472
diff --git a/src/ocrmypdf/_pipeline.py b/src/ocrmypdf/_pipeline.py index <HASH>..<HASH> 100644 --- a/src/ocrmypdf/_pipeline.py +++ b/src/ocrmypdf/_pipeline.py @@ -251,9 +251,18 @@ def is_ocr_required(pageinfo, log, options): log.info(msg.format(page, "rasterizing text and r...
Redo OCR: disallow in cases that will damage the output PDF
jbarlow83_OCRmyPDF
train
e4331bc72f9409f617bc3cece37735f2514217a7
diff --git a/src/joint.dia.js b/src/joint.dia.js index <HASH>..<HASH> 100644 --- a/src/joint.dia.js +++ b/src/joint.dia.js @@ -764,7 +764,7 @@ Element.prototype = { this.properties.sx = sx; this.properties.sy = sy; - this.shadow.scale.apply(this.shadow, arguments); + this.shadow && this.shadow.scale.apply(this.sh...
fixed bug in scale method: missing test on this.shadow
clientIO_joint
train
c0c0207bb743163e227fdddf668028921f26edf8
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -155,7 +155,7 @@ def test_datetime_time_only(): assert dt.day == now.day assert dt.hour == 11 assert dt.minute == 22 - assert dt.second == 0 + assert dt.second == 0 def test_datetime_date_only(): @@ -166...
added unit test for YYYY date with no month or day
TadLeonard_tfatool
train
e1bc535a5458db21acf36ede1b8ffecd0195335a
diff --git a/test/test_settings.js b/test/test_settings.js index <HASH>..<HASH> 100644 --- a/test/test_settings.js +++ b/test/test_settings.js @@ -201,6 +201,10 @@ describe('prep', function() { fs.renameSync(apiKeyFile, apiKeyFileBackup); } + if (!fs.existsSync(path.join(homeDir, '.stormpath')) { + ...
Testing fix for ~/.stormpath.
stormpath_express-stormpath
train
c7e9afdae222dde3fad9684261bb5e3fa910a7c6
diff --git a/transcoding.go b/transcoding.go index <HASH>..<HASH> 100644 --- a/transcoding.go +++ b/transcoding.go @@ -2,6 +2,7 @@ package gocb import ( "encoding/json" + "gopkg.in/couchbase/gocbcore.v4" ) // Transcoder provides an interface for transforming Go values to and @@ -21,24 +22,15 @@ type DefaultTra...
Utilize gocbcore-exposed common flags transcoding methods. Change-Id: Ib<I>f<I>d<I>c<I>a8b7fe<I> Reviewed-on: <URL>
couchbase_gocb
train
57fe735d3ee726354b51874822d7d19c2cbf611e
diff --git a/src/main/java/edu/jhu/pacaya/gm/model/FactorGraph.java b/src/main/java/edu/jhu/pacaya/gm/model/FactorGraph.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/jhu/pacaya/gm/model/FactorGraph.java +++ b/src/main/java/edu/jhu/pacaya/gm/model/FactorGraph.java @@ -220,7 +220,7 @@ public class FactorGraph ...
Allowing BipartiteGraph to order its edges such that messages incoming to each T1 node are adjacent to each other.
mgormley_pacaya
train
c06d8d7097bc522159c8c533eb018317560568ab
diff --git a/languages_plus/admin.py b/languages_plus/admin.py index <HASH>..<HASH> 100644 --- a/languages_plus/admin.py +++ b/languages_plus/admin.py @@ -4,7 +4,8 @@ from .models import Language, CultureCode class LanguageAdmin(admin.ModelAdmin): - list_display = ('name_en', 'name_native', 'iso_639_1', 'iso_63...
Minor changes to make Python 3 compliant and made couple of changes to be PEP8 compliant
cordery_django-languages-plus
train
8c2c43fc492a47f9529cf2f08510ce1aec1fdfd1
diff --git a/glue/segmentdb/segmentdb_utils.py b/glue/segmentdb/segmentdb_utils.py index <HASH>..<HASH> 100644 --- a/glue/segmentdb/segmentdb_utils.py +++ b/glue/segmentdb/segmentdb_utils.py @@ -305,7 +305,7 @@ def split_segment_ids(segment_ids): -def find_segments(doc, key): +def find_segments(doc, key, use_segm...
New utility method for segment summaries
gwastro_pycbc-glue
train
814f259f80d4c58de060ab870bab65943134c901
diff --git a/torchtext/vocab.py b/torchtext/vocab.py index <HASH>..<HASH> 100644 --- a/torchtext/vocab.py +++ b/torchtext/vocab.py @@ -1,3 +1,4 @@ +from __future__ import unicode_literals import array from collections import defaultdict import io
Fix charngram <I> failure due to joining unicode and byte strings
pytorch_text
train
b9e21363f445304007faa881e3eb85d3f913d14f
diff --git a/common/src/main/java/com/turn/ttorrent/common/LoggerUtils.java b/common/src/main/java/com/turn/ttorrent/common/LoggerUtils.java index <HASH>..<HASH> 100644 --- a/common/src/main/java/com/turn/ttorrent/common/LoggerUtils.java +++ b/common/src/main/java/com/turn/ttorrent/common/LoggerUtils.java @@ -14,6 +14,...
added log utility method and using it in handshake receiver
mpetazzoni_ttorrent
train
55d0ad9a9fc65e196eeb0ef15c7a71ad2ba30cb9
diff --git a/bosh-director/lib/bosh/director/event_log.rb b/bosh-director/lib/bosh/director/event_log.rb index <HASH>..<HASH> 100644 --- a/bosh-director/lib/bosh/director/event_log.rb +++ b/bosh-director/lib/bosh/director/event_log.rb @@ -38,7 +38,7 @@ module Bosh::Director def warn_deprecated(message) ...
Deprecation message should include current time
cloudfoundry_bosh
train
1dd84a8244f3a1ce6c17aa4b5f606a3fef0fff0c
diff --git a/lib/devise/controllers/helpers.rb b/lib/devise/controllers/helpers.rb index <HASH>..<HASH> 100644 --- a/lib/devise/controllers/helpers.rb +++ b/lib/devise/controllers/helpers.rb @@ -102,7 +102,7 @@ module Devise # tries to find a resource_root_path, otherwise it uses the root_path. def signed...
Don't couple the routing object to the whole system.. pass around the RoutingDetails object instead. NOTE: RoutingDetails is supposed to be a simple data transfer object.
plataformatec_devise
train
70caf3e0d7c176324580880b1f90b004722a0cee
diff --git a/lib/cluestr-file-hydrater/helpers/hydrater.js b/lib/cluestr-file-hydrater/helpers/hydrater.js index <HASH>..<HASH> 100644 --- a/lib/cluestr-file-hydrater/helpers/hydrater.js +++ b/lib/cluestr-file-hydrater/helpers/hydrater.js @@ -12,6 +12,7 @@ var async = require('async'); var domain = require('domain'); ...
Test for long_poll and errors
AnyFetch_anyfetch-hydrater.js
train
cc37207f9c62a2b1e06fef68c9a451098b0853a0
diff --git a/plugins/commands/plugin/command/expunge.rb b/plugins/commands/plugin/command/expunge.rb index <HASH>..<HASH> 100644 --- a/plugins/commands/plugin/command/expunge.rb +++ b/plugins/commands/plugin/command/expunge.rb @@ -43,9 +43,10 @@ module VagrantPlugins @env.ui.info(I18n.t("vagrant.commands.p...
Update key names when passing to install action
hashicorp_vagrant
train
12a72750bd36febd49355f08fa3512ea1908c0f8
diff --git a/azurerm/resource_arm_cosmosdb_sql_container.go b/azurerm/resource_arm_cosmosdb_sql_container.go index <HASH>..<HASH> 100644 --- a/azurerm/resource_arm_cosmosdb_sql_container.go +++ b/azurerm/resource_arm_cosmosdb_sql_container.go @@ -63,6 +63,7 @@ func resourceArmCosmosDbSQLContainer() *schema.Resource { ...
Added ForceNew equal true to unique_key paths schema (#<I>)
terraform-providers_terraform-provider-azurerm
train
91ce91ead6303390f394ab2b6896c279ae61dcb6
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -53,9 +53,6 @@ type InternalClient interface { EvacuateCrashedActualLRP(lager.Logger, *models.ActualLRPKey, *models.ActualLRPInstanceKey, string) (bool, error) RemoveEvacuatingActualLRP(lager.Logger, *models.ActualLRPK...
Remove Converge methods and route since handlers no longer exist [#<I>]
cloudfoundry_bbs
train
5ff6d3528dae8ec90700152845f9e6d9a464d200
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -137,9 +137,9 @@ Telnet.prototype.send = function(data, opts, callback) { if (opts && opts instanceof Object) { this.ors = opts.ors || self.ors self.sendTimeout = opts.timeout || self.sendTim...
check if opts provided; resolves #<I>
mkozjak_node-telnet-client
train
bbd3e7b3dd5952f96de97b0baa3e965a68845dad
diff --git a/spec/lib/sso/server/middleware/passport_destruction_spec.rb b/spec/lib/sso/server/middleware/passport_destruction_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/sso/server/middleware/passport_destruction_spec.rb +++ b/spec/lib/sso/server/middleware/passport_destruction_spec.rb @@ -18,7 +18,7 @@ RSpec.d...
Attempting to fix a random travis error
halo_sso
train
5078d59a157b028355cba1b474a419bef2e738cb
diff --git a/py25/bacpypes/service/detect.py b/py25/bacpypes/service/detect.py index <HASH>..<HASH> 100755 --- a/py25/bacpypes/service/detect.py +++ b/py25/bacpypes/service/detect.py @@ -37,6 +37,7 @@ class DetectionMonitor: # if the algorithm is already triggered, don't bother checking for more if se...
apply patch mentioned in #<I>
JoelBender_bacpypes
train
09e9778e8a33052d8c27105aee5310649637233d
diff --git a/src/main/org/codehaus/groovy/runtime/MethodClosure.java b/src/main/org/codehaus/groovy/runtime/MethodClosure.java index <HASH>..<HASH> 100644 --- a/src/main/org/codehaus/groovy/runtime/MethodClosure.java +++ b/src/main/org/codehaus/groovy/runtime/MethodClosure.java @@ -32,9 +32,11 @@ import java.util.List;...
Fix potential problem when deserializing
apache_groovy
train
37ebeba723d72d0cbfbc0ad0f0e3d2bc6eb5d093
diff --git a/tests/Sabre/DAV/TreeTest.php b/tests/Sabre/DAV/TreeTest.php index <HASH>..<HASH> 100644 --- a/tests/Sabre/DAV/TreeTest.php +++ b/tests/Sabre/DAV/TreeTest.php @@ -61,6 +61,18 @@ class TreeTest extends \PHPUnit_Framework_TestCase { } + function testGetMultipleNodes() { + + $tree = new Tree...
Added another test for the Tree class.
sabre-io_dav
train
c2cc57352a15f2e9306e22e4e79928bd89c322b7
diff --git a/src/main/java/com/yahoo/sketches/tuple/strings/ArrayOfStringsSketch.java b/src/main/java/com/yahoo/sketches/tuple/strings/ArrayOfStringsSketch.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/yahoo/sketches/tuple/strings/ArrayOfStringsSketch.java +++ b/src/main/java/com/yahoo/sketches/tuple/strings...
clean up hashing of string arrays
DataSketches_sketches-core
train
ba247ae340ee69a6b71292aa63ff9ca376afd65d
diff --git a/chef/lib/providers/right_link_tag_provider.rb b/chef/lib/providers/right_link_tag_provider.rb index <HASH>..<HASH> 100644 --- a/chef/lib/providers/right_link_tag_provider.rb +++ b/chef/lib/providers/right_link_tag_provider.rb @@ -40,7 +40,7 @@ class Chef # === Return # true:: Always return tr...
Fix right_link tag provider to work from cook process
rightscale_right_agent
train
fac7ff4ee2f076fa6649617f00baf6e79cd0e776
diff --git a/restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java b/restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Call.java index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.telephony/src/main/java/org/mobicents/servlet/restcomm/telephony/Ca...
Issue #<I> Fixed Fix o line to use public one when needed, tested and validated at customer (cherry picked from commit f<I>eacbb0f<I>dc6fa7ea<I>c<I>e<I>a<I>f)
RestComm_Restcomm-Connect
train
9df2f8d567e44315a82471ca43beab08610412f0
diff --git a/Controller/Administration/RolesController.php b/Controller/Administration/RolesController.php index <HASH>..<HASH> 100644 --- a/Controller/Administration/RolesController.php +++ b/Controller/Administration/RolesController.php @@ -182,6 +182,7 @@ class RolesController extends Controller */ public...
Adding security for RolesController.
claroline_CoreBundle
train
f0364f971a94f250c38ec72f1848c5e66441b959
diff --git a/storio-content-resolver/src/test/java/com/pushtorefresh/storio/contentresolver/integration/IntegrationTest.java b/storio-content-resolver/src/test/java/com/pushtorefresh/storio/contentresolver/integration/IntegrationTest.java index <HASH>..<HASH> 100644 --- a/storio-content-resolver/src/test/java/com/pusht...
Throw exception if we receive unexpected value after completion
pushtorefresh_storio
train
202262392df1b2877823fe8d39bf6fba3ef33813
diff --git a/identities/models.py b/identities/models.py index <HASH>..<HASH> 100644 --- a/identities/models.py +++ b/identities/models.py @@ -183,7 +183,8 @@ def handle_optout(sender, instance, created, **kwargs): sender=None, event_name='optout.requested', payload={ - 'details': ...
Send identity_id in the hook payload and test
praekeltfoundation_seed-identity-store
train
e3403d408e1fffc7ec2ca12cdc207d960928d833
diff --git a/src/Lib/Repo/Def/Module.php b/src/Lib/Repo/Def/Module.php index <HASH>..<HASH> 100644 --- a/src/Lib/Repo/Def/Module.php +++ b/src/Lib/Repo/Def/Module.php @@ -24,7 +24,7 @@ class Module extends Db implements IModule protected $_repoBonusLogRank; /** @var BonusLoyaltyRepo */ protected $_repoBo...
MOBI-<I> generic project does not deployed correctly
praxigento_mobi_mod_bonus_global_sales
train
9551817f4bfaa6f41a9b8e01a4a78c1596da3501
diff --git a/lib/riemann/message.rb b/lib/riemann/message.rb index <HASH>..<HASH> 100644 --- a/lib/riemann/message.rb +++ b/lib/riemann/message.rb @@ -1,7 +1,7 @@ module Riemann class Message include Beefcake::Message - + optional :ok, :bool, 2 optional :error, :string, 3 repeated :states, S...
Refactor Message#encode_with_length Use encoded string rather than Beefcake Buffer. Use << to concat strings for slight performance gain.
riemann_riemann-ruby-client
train
20eeb221d40dba00bce80f5d1a5f058b14ada3cd
diff --git a/spec/classy_enum_owner_reference_spec.rb b/spec/classy_enum_owner_reference_spec.rb index <HASH>..<HASH> 100644 --- a/spec/classy_enum_owner_reference_spec.rb +++ b/spec/classy_enum_owner_reference_spec.rb @@ -16,6 +16,12 @@ class Cat < ActiveRecord::Base end describe Cat do - subject { Cat.new(:breed...
Added 2nd test to ensure owner is unique
beerlington_classy_enum
train
b075cc6286d60f0073b4f1b05b75f0a3e9dab656
diff --git a/datacats/cli/pull.py b/datacats/cli/pull.py index <HASH>..<HASH> 100644 --- a/datacats/cli/pull.py +++ b/datacats/cli/pull.py @@ -43,12 +43,13 @@ def pull_image(image_name): sys.stdout.write('Pulling image ' + image_name) sys.stdout.flush() for s in pull_stream(image_name): - if 'erro...
Make JSON not appear all the time in pull.
datacats_datacats
train
4f47ee5c994ca21078ff6c91e1df6514e76fd50a
diff --git a/client/__init__.py b/client/__init__.py index <HASH>..<HASH> 100644 --- a/client/__init__.py +++ b/client/__init__.py @@ -89,7 +89,7 @@ class DCIClient(object): raise DCIServerError(r) return r - def list_items(self, item_type, where={}, embedded={}, + def list_items(self, pat...
client: rename variable for consistency Rename item_type to path like for the other functions. Change-Id: I<I>d<I>a8e<I>c1ff6a<I>e<I>b<I>b<I>
redhat-cip_dci-control-server
train
d85f0ffcd3ff891fc4b56c994f01adc2433c4335
diff --git a/azure-toolkit-libs/azure-toolkit-cosmos-lib/src/main/java/com/microsoft/azure/toolkit/lib/cosmos/CosmosDBAccountDraft.java b/azure-toolkit-libs/azure-toolkit-cosmos-lib/src/main/java/com/microsoft/azure/toolkit/lib/cosmos/CosmosDBAccountDraft.java index <HASH>..<HASH> 100644 --- a/azure-toolkit-libs/azure-...
Fix wording in cosmos db account creation message, AB#<I>
Microsoft_azure-maven-plugins
train
26062a0ebc683d5c076d875f6047ceecad2c35a5
diff --git a/gu.js b/gu.js index <HASH>..<HASH> 100644 --- a/gu.js +++ b/gu.js @@ -71,11 +71,11 @@ Gu.prototype._write = function (obj, encoding, cb) { var handler = this.handlers[i]; if (handler.reg.test(msg)) { if (this.verbose) { - this.log.info(user + ':' + msg, '- matched:', handler.reg); +...
tweaks - obj.name is dead
clux_gu
train
d7ca710f0b0bd55275d0a4d6836fe95b233ed3e5
diff --git a/plugins/CoreConsole/Commands/GeneratePlugin.php b/plugins/CoreConsole/Commands/GeneratePlugin.php index <HASH>..<HASH> 100644 --- a/plugins/CoreConsole/Commands/GeneratePlugin.php +++ b/plugins/CoreConsole/Commands/GeneratePlugin.php @@ -61,7 +61,6 @@ class GeneratePlugin extends GeneratePluginBase ...
Refs #<I>, do not generate .travis.yml file in GeneratePlugin command since this is done by special GenerateTravisYml command.
matomo-org_matomo
train
2c6fcd9d82fa38dcc3c2bee937afb0891d7e2700
diff --git a/config/ore.template.php b/config/ore.template.php index <HASH>..<HASH> 100644 --- a/config/ore.template.php +++ b/config/ore.template.php @@ -28,7 +28,7 @@ return [ ], 'router' => [ - 'prefix' => '/admin/templates', + 'prefix' => '/admin/templates', 'middlewares' => ...
Apply fixes from StyleCI (#2)
railken_amethyst-template
train
b8e46cbc80b5182628e3f35c921ffdb770ab5fe3
diff --git a/src/Fixer/ControlStructure/NoSuperfluousElseifFixer.php b/src/Fixer/ControlStructure/NoSuperfluousElseifFixer.php index <HASH>..<HASH> 100644 --- a/src/Fixer/ControlStructure/NoSuperfluousElseifFixer.php +++ b/src/Fixer/ControlStructure/NoSuperfluousElseifFixer.php @@ -84,7 +84,7 @@ final class NoSuperfluo...
Fix escape sequence is invalid in character clas
FriendsOfPHP_PHP-CS-Fixer
train
b4d7d183ab9963e8feb80e0ee92e329a7270f994
diff --git a/tests/test_redshift/test_redshift.py b/tests/test_redshift/test_redshift.py index <HASH>..<HASH> 100644 --- a/tests/test_redshift/test_redshift.py +++ b/tests/test_redshift/test_redshift.py @@ -76,7 +76,7 @@ def test_create_snapshot_copy_grant(): client.describe_snapshot_copy_grants.when.called_with...
Add additional detail to ClientError assertions We check the message now to ensure we've raised the *correct* ClientError
spulec_moto
train
7bc9a2c4e1b6551c946601dfd8809589f69dea3b
diff --git a/src/core.js b/src/core.js index <HASH>..<HASH> 100644 --- a/src/core.js +++ b/src/core.js @@ -930,12 +930,10 @@ function QTip(target, options, id) } // Set tooltip position class - if(tooltip.hasClass('ui-tooltip-pos-' + my.abbreviation())) { - tooltip.attr('class', function(i, val) { - ...
Removed faulty logic causing tooltip position class not to be applied
qTip2_qTip2
train
b7b129775386a26bc3204ca96c498ddca9168016
diff --git a/billy/web/public/views/legislators.py b/billy/web/public/views/legislators.py index <HASH>..<HASH> 100644 --- a/billy/web/public/views/legislators.py +++ b/billy/web/public/views/legislators.py @@ -149,8 +149,7 @@ def legislator(request, abbr, _id, slug=None): sponsored_bills=sponsored_bills, ...
get rid of left-right references in feeds view code
openstates_billy
train
d609a5a583546469a5d1e0a291f8a64f14a84f9a
diff --git a/src/Driver/SqsDriver.php b/src/Driver/SqsDriver.php index <HASH>..<HASH> 100644 --- a/src/Driver/SqsDriver.php +++ b/src/Driver/SqsDriver.php @@ -59,9 +59,13 @@ class SqsDriver extends AbstractPrefetchDriver */ public function createQueue($queueName) { - $this->sqs->createQueue([ - ...
Don't try to create SQS queue if it already exists
bernardphp_bernard
train
afcfe758f3d68f7acabdffb5ba1eb287dbd6660b
diff --git a/cmd/client-s3.go b/cmd/client-s3.go index <HASH>..<HASH> 100644 --- a/cmd/client-s3.go +++ b/cmd/client-s3.go @@ -1428,21 +1428,12 @@ func (c *s3Client) listIncompleteRecursiveInRoutineDirOpt(contentCh chan *client } // Returns new path by joining path segments with URL path separator. -func (c *s3Clie...
Fix joinPath function to handle directories properly (#<I>)
minio_mc
train
0da3d32d5a301e18dac2ca8d23fcbb05ae1b79df
diff --git a/src/BoomCMS/BoomCMS.php b/src/BoomCMS/BoomCMS.php index <HASH>..<HASH> 100644 --- a/src/BoomCMS/BoomCMS.php +++ b/src/BoomCMS/BoomCMS.php @@ -9,7 +9,7 @@ class BoomCMS * * @var string */ - const VERSION = '5.0.8'; + const VERSION = '5.0.9'; /** * Returns the BoomCMS ver...
Increased version to <I>
boomcms_boom-core
train
45388a7ca4a7c85cc146cc0623b05fab80d5297a
diff --git a/ezp/Persistence/Storage/Legacy/Content/Type/Gateway/EzcDatabase.php b/ezp/Persistence/Storage/Legacy/Content/Type/Gateway/EzcDatabase.php index <HASH>..<HASH> 100644 --- a/ezp/Persistence/Storage/Legacy/Content/Type/Gateway/EzcDatabase.php +++ b/ezp/Persistence/Storage/Legacy/Content/Type/Gateway/EzcDataba...
Fixed: Updated Type group on publish.
ezsystems_ezpublish-kernel
train
2d1bcc1dd9e51e1b6ff92edd17d7d61d4dfa127d
diff --git a/shared/clearwater/router/route.rb b/shared/clearwater/router/route.rb index <HASH>..<HASH> 100644 --- a/shared/clearwater/router/route.rb +++ b/shared/clearwater/router/route.rb @@ -10,10 +10,12 @@ module Clearwater @target = options.fetch(:target) @parent = options.fetch(:parent) - ...
Warn on caching persistent components only in Opal This isn't worthwhile code to run on the server
clearwater-rb_clearwater
train
a2bd510ccc4d7f4324a22bae1e2ccf1579500806
diff --git a/Route.php b/Route.php index <HASH>..<HASH> 100755 --- a/Route.php +++ b/Route.php @@ -263,7 +263,9 @@ class Route continue; } - $mapValue = (is_array($mapValue) && isset($mapValue["to"])) ? $mapValue["to"] : ""; + if (is_array($mapValue)) { + ...
Little fix for when mapping was defined only with transform action
phpalchemy_phpalchemy
train
30725386745342c6398dee6dec475200bddda02d
diff --git a/eZ/Publish/Core/FieldType/Tests/Url/UrlStorageTest.php b/eZ/Publish/Core/FieldType/Tests/Url/UrlStorageTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/FieldType/Tests/Url/UrlStorageTest.php +++ b/eZ/Publish/Core/FieldType/Tests/Url/UrlStorageTest.php @@ -34,6 +34,15 @@ class UrlStorageTest exten...
EZP-<I>: Fixed removal of outdated links when publishing (#<I>)
ezsystems_ezpublish-kernel
train
f8290a67a2b45cdcd26dcfbb90802d4520c41316
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php index <HASH>..<HASH> 100644 --- a/plugins/Installation/Controller.php +++ b/plugins/Installation/Controller.php @@ -442,12 +442,13 @@ class Piwik_Installation_Controller extends Piwik_Controller { $name = urlencode($form->getS...
Refs #<I> During Piwik installation, when creating first website, possible to enable Ecommerce during the install git-svn-id: <URL>
matomo-org_matomo
train
f5dee363dc8bc58c3b6d88d1f81960286c8da8db
diff --git a/lib/centurion/deploy_dsl.rb b/lib/centurion/deploy_dsl.rb index <HASH>..<HASH> 100644 --- a/lib/centurion/deploy_dsl.rb +++ b/lib/centurion/deploy_dsl.rb @@ -72,7 +72,7 @@ module Centurion::DeployDSL end def registry(type) - set(:registry, type) + set(:registry, type.to_s) end private
allows registry :dogestry as well as registry “dogestry”
newrelic_centurion
train
e80e69b04eaf341efc49c6bd2e2f2e626cd7217f
diff --git a/shutit_main.py b/shutit_main.py index <HASH>..<HASH> 100755 --- a/shutit_main.py +++ b/shutit_main.py @@ -735,7 +735,7 @@ def shutit_main(): ]) digraph = digraph + '\n}' if cfg['action']['show_depgraph']: - shutit.log(digraph, force_stdout=True) + shutit.log('\n' + digraph, force_stdout=True) sh...
digraph always computed ready to write out to a file
ianmiell_shutit
train
e8778bae6f938b75db2eef081aa8d83a43efdc78
diff --git a/src/Routing/helpers.php b/src/Routing/helpers.php index <HASH>..<HASH> 100644 --- a/src/Routing/helpers.php +++ b/src/Routing/helpers.php @@ -2,7 +2,7 @@ use Illuminate\Http\RedirectResponse; -if (! function_exists('redirect_with_errors')) { +if (! \function_exists('redirect_with_errors')) { /** ...
Update helper to use \ as prefix for global functions.
orchestral_kernel
train
900a559a3c0f54e9ae0aea033e189a1bb9abba56
diff --git a/enrol/bulkchange_forms.php b/enrol/bulkchange_forms.php index <HASH>..<HASH> 100644 --- a/enrol/bulkchange_forms.php +++ b/enrol/bulkchange_forms.php @@ -44,8 +44,8 @@ abstract class enrol_bulk_enrolment_change_form extends moodleform { $statusoptions = $this->get_status_options(); $form-...
MDL-<I> enrol: allow times to be chose on bulk enrolment forms Previously only a date was available, which made it ambigious whether the the enrolment was inclusive of the date. Now we use a time to make it less ambigious. This matches changes done in other forms in MDL-<I>.
moodle_moodle
train
0f80639acd3c3f6da41fa2846fe44b7fb022b036
diff --git a/agrona/src/test/java/org/agrona/concurrent/AgentInvokerTest.java b/agrona/src/test/java/org/agrona/concurrent/AgentInvokerTest.java index <HASH>..<HASH> 100644 --- a/agrona/src/test/java/org/agrona/concurrent/AgentInvokerTest.java +++ b/agrona/src/test/java/org/agrona/concurrent/AgentInvokerTest.java @@ -6...
[Java] verify onStart called once only
real-logic_agrona
train
0c5ed6f3ba8c0777daac9a9c3814f6fb0655c5b9
diff --git a/pkg/api/api_test.go b/pkg/api/api_test.go index <HASH>..<HASH> 100644 --- a/pkg/api/api_test.go +++ b/pkg/api/api_test.go @@ -33,6 +33,7 @@ import ( "github.com/minio-io/minio/pkg/api" "github.com/minio-io/minio/pkg/drivers" + "github.com/minio-io/minio/pkg/drivers/donut" "github.com/minio-io/minio...
Add partial object support to donut driver
minio_minio
train
a9d6025e7165453cd58770b0fdda0f0acdd29146
diff --git a/botometer/__init__.py b/botometer/__init__.py index <HASH>..<HASH> 100644 --- a/botometer/__init__.py +++ b/botometer/__init__.py @@ -27,7 +27,7 @@ class Botometer(object): self.access_token_secret = access_token_secret self.wait_on_ratelimit = kwargs.get('wait_on_ratelimit', False) - ...
Add backwards-compatibility to Botometer constructor
IUNetSci_botometer-python
train
7c9d96d20c74f8a8ca2670d04f85c257ba1727fb
diff --git a/glue/ligolw/lsctables.py b/glue/ligolw/lsctables.py index <HASH>..<HASH> 100644 --- a/glue/ligolw/lsctables.py +++ b/glue/ligolw/lsctables.py @@ -32,6 +32,7 @@ Maintenance of the table definitions is left to the conscience of interested users. """ + import numpy from xml import sax @@ -50,6 +51,7 @...
lsctables.py: aesthetics, typos in comments
gwastro_pycbc-glue
train
f136b79f1a5df99753fd4e0c5290fcee1eb45f47
diff --git a/testing/test_meta.py b/testing/test_meta.py index <HASH>..<HASH> 100644 --- a/testing/test_meta.py +++ b/testing/test_meta.py @@ -7,29 +7,29 @@ namespace being set, which is critical for the initialization of xdist. import pkgutil import subprocess import sys +from typing import List import _pytest ...
Fix test_no_warnings to handle e.g. `_pytest.async` (#<I>) Before this patch it would result in a SyntaxError with e.g. `import _pytest.async`.
pytest-dev_pytest
train
4982c0237071ff78ca722fa6393d2bb4aba3cd33
diff --git a/stanza/utils/prepare_tokenizer_treebank.py b/stanza/utils/prepare_tokenizer_treebank.py index <HASH>..<HASH> 100755 --- a/stanza/utils/prepare_tokenizer_treebank.py +++ b/stanza/utils/prepare_tokenizer_treebank.py @@ -74,7 +74,7 @@ def split_train_file(treebank, train_input_conllu, random.shuffle(sent...
Prepare labels and mwt as well for the partial datasets
stanfordnlp_stanza
train
391ddc5d8e19253a2b8bd289e2a4ab9709c259e4
diff --git a/core/src/main/java/net/kuujo/copycat/Copycat.java b/core/src/main/java/net/kuujo/copycat/Copycat.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/net/kuujo/copycat/Copycat.java +++ b/core/src/main/java/net/kuujo/copycat/Copycat.java @@ -149,7 +149,7 @@ public abstract class Copycat implements Mana...
Remove generic type from Copycat.Builder.
atomix_atomix
train
b0eefbe2de7bc6d1a7ca62491b4a4792c0006f16
diff --git a/install/lang/eu_utf8/installer.php b/install/lang/eu_utf8/installer.php index <HASH>..<HASH> 100644 --- a/install/lang/eu_utf8/installer.php +++ b/install/lang/eu_utf8/installer.php @@ -131,12 +131,15 @@ Horrek Moodlek berak memoria-muga ezartzea ahalbidetzen du.</li> </ol>'; $string['missingrequiredfiel...
Automatic installer.php lang files by installer_builder (<I>)
moodle_moodle
train
023f9acd3fcd4c9963ed60ccccde5387eb68ae70
diff --git a/phy/plot/view_models/base.py b/phy/plot/view_models/base.py index <HASH>..<HASH> 100644 --- a/phy/plot/view_models/base.py +++ b/phy/plot/view_models/base.py @@ -63,6 +63,7 @@ class BaseViewModel(object): self._store = store if cluster_ids is not None: cluster_ids = _as_list(...
WIP: refactor selection in view model.
kwikteam_phy
train
f9950c76845b3db3e8e9326d394f23607c03501c
diff --git a/src/renderer/layer/ImageGLRenderable.js b/src/renderer/layer/ImageGLRenderable.js index <HASH>..<HASH> 100644 --- a/src/renderer/layer/ImageGLRenderable.js +++ b/src/renderer/layer/ImageGLRenderable.js @@ -285,6 +285,7 @@ const ImageGLRenderable = Base => { */ clearGLCanvas() { ...
set stencil clear value to 0xFF
maptalks_maptalks.js
train
8fec29c97430ec162b7a05d59aef971439f580f1
diff --git a/cmd/camput/files.go b/cmd/camput/files.go index <HASH>..<HASH> 100644 --- a/cmd/camput/files.go +++ b/cmd/camput/files.go @@ -371,15 +371,20 @@ func (up *Uploader) uploadNode(n *node) (*client.PutResult, error) { // using modtime so two identical files don't // have different modtimes? TODO(bradfit...
camput: make file permanodes consistent between runs (fix claim times) Change-Id: Idd2bbda<I>eaeaf6fe2e<I>f9bcdd<I>
perkeep_perkeep
train
2dcfaf5a4679f580fecb9ac72d33f40b4b066549
diff --git a/pycoin/wallet/SQLite3Wallet.py b/pycoin/wallet/SQLite3Wallet.py index <HASH>..<HASH> 100644 --- a/pycoin/wallet/SQLite3Wallet.py +++ b/pycoin/wallet/SQLite3Wallet.py @@ -41,11 +41,6 @@ class SQLite3Wallet(object): if total_input_value < amount + estimated_fee: raise ValueError...
Mark Spendable as used only after Tx created.
richardkiss_pycoin
train
bfa0c360752707846e520ded00a8a5c62e859f8d
diff --git a/phonopy/api_qha.py b/phonopy/api_qha.py index <HASH>..<HASH> 100644 --- a/phonopy/api_qha.py +++ b/phonopy/api_qha.py @@ -250,6 +250,9 @@ class PhonopyQHA(object): def write_helmholtz_volume(self, filename='helmholtz-volume.dat'): self._qha.write_helmholtz_volume(filename=filename) + def...
write fitted helmholts_volume to gnuplot style file
atztogo_phonopy
train
4296b7f815dd672a39cc3c58bc6dbbfe9b3ac62f
diff --git a/src/docker.js b/src/docker.js index <HASH>..<HASH> 100644 --- a/src/docker.js +++ b/src/docker.js @@ -660,14 +660,24 @@ Docker.prototype.outdent = function(code){ lineIndent += 1; } - smallestIndent = Math.min(lineIndent, smallestIndent); + // If the line consists entirely of whitespace...
This should fix indented comments (in particular coffeescript).
jbt_docker
train
041f6b3a49798497bca8ad0efeac6b4e3a33cda6
diff --git a/hypermap/settings.py b/hypermap/settings.py index <HASH>..<HASH> 100644 --- a/hypermap/settings.py +++ b/hypermap/settings.py @@ -127,21 +127,6 @@ CELERY_DEFAULT_EXCHANGE = os.getenv('CELERY_DEFAULT_EXCHANGE', 'hypermap') CELERY_RESULT_BACKEND = os.getenv('CELERY_RESULT_BACKEND', 'django-db') CELERY_CACH...
Removing CELERYBEAT_SCHEDULE as it is causing these processed to run by the beat but there is no way to disable them using the admin. Better to create them by scratch from the administrator
cga-harvard_Hypermap-Registry
train
07b497258569e401cb9876db22ad4a837f5f0848
diff --git a/modules/Route.js b/modules/Route.js index <HASH>..<HASH> 100644 --- a/modules/Route.js +++ b/modules/Route.js @@ -67,7 +67,7 @@ class Route { if (PathUtils.isAbsolute(path)) { if (parentRoute) { invariant( - parentRoute.paramNames.length === 0, + path === pa...
[fixed] Allow repetition in child paths Allow nested <Route>s to repeat the initial portion of their parent. Fixes #<I>
taion_rrtr
train
2edfe0e06655d94f49ab99fbde38457883791ed0
diff --git a/openquake/risklib/riskinput.py b/openquake/risklib/riskinput.py index <HASH>..<HASH> 100644 --- a/openquake/risklib/riskinput.py +++ b/openquake/risklib/riskinput.py @@ -26,7 +26,7 @@ import numpy from openquake.baselib.general import groupby, block_splitter from openquake.hazardlib.imt import from_str...
Moved the `gen_out_by_rlz` logic to the Workflow class
gem_oq-engine
train
d2dad9f6f2e4aa97a1f9f5ed5d1c7c5f5b837b98
diff --git a/test/test_example.js b/test/test_example.js index <HASH>..<HASH> 100644 --- a/test/test_example.js +++ b/test/test_example.js @@ -19,7 +19,7 @@ function run (dirName, cb) { cb(cwd) }) .stdout.pipe(process.stdout) - }, 5000) + }, 2000) }) .stdout.pipe(process.stdout) }
reduce install-to-cmd timeout
etpinard_karma-benchmark-json-reporter
train
a25ec958abddefe015342e1cbd5a885e1d01b570
diff --git a/spyderlib/plugins/editor.py b/spyderlib/plugins/editor.py index <HASH>..<HASH> 100644 --- a/spyderlib/plugins/editor.py +++ b/spyderlib/plugins/editor.py @@ -931,23 +931,30 @@ class Editor(PluginWidget): self.editortabwidgets = [] + # Tabbed editor widget + Find/Repla...
Editor plugin/layout fix: Find/Replace widget was taking too much space horizontally
spyder-ide_spyder
train
049ee436138df5996dd119e3426684f4efea1ddd
diff --git a/lib/vault/defaults.rb b/lib/vault/defaults.rb index <HASH>..<HASH> 100644 --- a/lib/vault/defaults.rb +++ b/lib/vault/defaults.rb @@ -1,9 +1,15 @@ +require "pathname" + module Vault module Defaults # The default vault address. # @return [String] VAULT_ADDRESS = "https://127.0.0.1:8200".f...
Read local tokens as well as the environment variable
hashicorp_vault-ruby
train
884fe078566a3c569e3da1112ff21f45830df2fe
diff --git a/src/stringify.js b/src/stringify.js index <HASH>..<HASH> 100644 --- a/src/stringify.js +++ b/src/stringify.js @@ -247,13 +247,10 @@ function plainString(item, ctx, onComment, onChompKeep) { return blockString(item, ctx, onComment, onChompKeep) } const str = value.replace(/\n+/g, `$&\n${indent}`)...
Fix stringification of timestamp-like strings in a YAML <I> context (fixes #<I>)
eemeli_yaml
train