hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
5b75786208f58cd17f0c9d6a43f7471f5c1aeedb
diff --git a/tests/integration/modules/mac_system.py b/tests/integration/modules/mac_system.py index <HASH>..<HASH> 100644 --- a/tests/integration/modules/mac_system.py +++ b/tests/integration/modules/mac_system.py @@ -9,6 +9,7 @@ import random import string # Import Salt Testing libs +from salttesting import skipI...
Switch to using skipIf instead of a custom decorator
saltstack_salt
train
5a3a539cadc1ac232d790837fde18fd2cefabaf0
diff --git a/plan/cbo_test.go b/plan/cbo_test.go index <HASH>..<HASH> 100644 --- a/plan/cbo_test.go +++ b/plan/cbo_test.go @@ -99,6 +99,10 @@ func (s *testAnalyzeSuite) TestIndexRead(c *C) { sql: "select * from t where t.b <= 1 order by t.a limit 10", best: "IndexLookUp(Index(t.b)[[-inf,1]]->TopN([test.t.a],0,...
plan: fix bug about processing property of reader plan. (#<I>)
pingcap_tidb
train
ce8d09c6e5fd275fa49b0f7cd08d5b9cfd65dbb6
diff --git a/splunklib/client.py b/splunklib/client.py index <HASH>..<HASH> 100644 --- a/splunklib/client.py +++ b/splunklib/client.py @@ -558,6 +558,8 @@ class Service(_BaseService): :type kwargs: ``dict`` :return: A semantic map of the parsed search query. """ + if self.splunk_versio...
[DVPL-<I>] Update all jobs endpoints to use v2 paths [DVPL-<I>] v1 and v2 path for search/parser
splunk_splunk-sdk-python
train
9aa9ae252691687ce5a856f9f60b1088e63783f6
diff --git a/testproject/settings.py b/testproject/settings.py index <HASH>..<HASH> 100644 --- a/testproject/settings.py +++ b/testproject/settings.py @@ -50,3 +50,4 @@ ROOT_URLCONF = 'testproject.urls' DEBUG = True TEMPLATE_DEBUG = True +STATIC_URL = '/static/'
something out there needs STATIC_URL, cant really remember what
mbi_django-rosetta
train
66c9255b189f32694ed508309e33104a4aba663f
diff --git a/lib/daemon/injector.js b/lib/daemon/injector.js index <HASH>..<HASH> 100644 --- a/lib/daemon/injector.js +++ b/lib/daemon/injector.js @@ -15,7 +15,15 @@ function Injector(conf) { this._dbconn = conf.dbconn; this._worker = new MultiserverWorker(conf.servers, 'submitJobDelayed', function(payload, ...
added try-catch around json parsing
meetings_gearsloth
train
a734d81edc5aafd2d58532fa2c71f2984c9c080a
diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go index <HASH>..<HASH> 100644 --- a/test/helpers/kubectl.go +++ b/test/helpers/kubectl.go @@ -2803,7 +2803,7 @@ func (kub *Kubectl) ciliumHealthPreFlightCheck() error { if len(ciliumPods) != len(nodeCount) { return fmt.Errorf( "cilium-agent '%s': ...
test: fix message with number of nodes running cilium Fixes: <I>dae<I>fd4 ("Test: Added Pre flight checks on ExpectCiliumReady")
cilium_cilium
train
00e05887184204cc20bf4ff32761b4e3594d2d00
diff --git a/auth.js b/auth.js index <HASH>..<HASH> 100644 --- a/auth.js +++ b/auth.js @@ -22,7 +22,7 @@ var merge = require('merge'); * the middleware. */ module.exports = function(app, options) { - // define private variables + // begin private variables var _options = { auth0: { callbackURL: '/...
Fix broken module prototype Assign public methods to 'this' and set private ones as local variables
DecodedCo_express-auth0-simple
train
e27eea512ad8104ead8bb637179d7da41b7e9b5d
diff --git a/plugins/spamassassin.js b/plugins/spamassassin.js index <HASH>..<HASH> 100644 --- a/plugins/spamassassin.js +++ b/plugins/spamassassin.js @@ -256,7 +256,7 @@ exports.get_spamd_socket = function(next, connection, headers) { socket.on('connect', function () { if (!connection.transaction) { ...
spamd: don't call next() 2x when transaction gone
haraka_Haraka
train
c1042954f18a469191459378d2925f0e74cb33f0
diff --git a/axis/__init__.py b/axis/__init__.py index <HASH>..<HASH> 100644 --- a/axis/__init__.py +++ b/axis/__init__.py @@ -29,7 +29,7 @@ class AxisDevice(object): self._url = config['host'] self._username = config['username'] self._password = config['password'] - self._http_port = ...
Change http_port to port Up version to <I>
Kane610_axis
train
2465b533e9780022288d79ce21ff2e1587ed9a51
diff --git a/functions/timber-helper.php b/functions/timber-helper.php index <HASH>..<HASH> 100644 --- a/functions/timber-helper.php +++ b/functions/timber-helper.php @@ -200,6 +200,10 @@ class TimberHelper { } public static function get_wp_title() { + add_filter('wp_title', function($title) { + return $title ...
Add default wp_title filter appending site name Priority 0 to allow any other defined filters to override (where priority is defaulted to <I>)
timber_timber
train
89255d8191fa0381bfc743934414f038bfb4810c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -28,64 +28,65 @@ if sys.version_info[0] == 3: config_section = 'src_package_dir' else: config_section = 'dst_package_dir' + PROJECT_PACKAGES = config.options(config_section) PROJECT_PACKAGE_DIR = dict(config.items...
setup.py: Moves setup args into a dict.
ArchiveTeam_wpull
train
0fe8d5f92295392ddaee0f7d26eec587ee03d743
diff --git a/fastlane/lib/fastlane/actions/register_devices.rb b/fastlane/lib/fastlane/actions/register_devices.rb index <HASH>..<HASH> 100644 --- a/fastlane/lib/fastlane/actions/register_devices.rb +++ b/fastlane/lib/fastlane/actions/register_devices.rb @@ -48,7 +48,7 @@ module Fastlane return device_objs ...
Fix new try_create_device method (#<I>) * Change to class method with keyword args * Fixed lint errors
fastlane_fastlane
train
643bd3bf2a3698e15f67bde41cd0fcd49a403253
diff --git a/src/main/java/org/vesalainen/parser/util/CharInput.java b/src/main/java/org/vesalainen/parser/util/CharInput.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/vesalainen/parser/util/CharInput.java +++ b/src/main/java/org/vesalainen/parser/util/CharInput.java @@ -21,7 +21,6 @@ import java.io.IOExcept...
Fixed bug that returned illegal string when input length == 0
tvesalainen_lpg
train
60cebff7414a5ef4c462752b787e8f773c91caf0
diff --git a/resources/views/model/edit.blade.php b/resources/views/model/edit.blade.php index <HASH>..<HASH> 100644 --- a/resources/views/model/edit.blade.php +++ b/resources/views/model/edit.blade.php @@ -17,11 +17,13 @@ {{ cms_trans('common.home') }} </a> </li> + @if ( !...
Added support for single-item display models Now shows create/edit view instead of listing if enabled.
czim_laravel-cms-models
train
d34ceda7efd624e5aa81e56703e07317aa7a8afd
diff --git a/src/Container/Container.php b/src/Container/Container.php index <HASH>..<HASH> 100644 --- a/src/Container/Container.php +++ b/src/Container/Container.php @@ -199,7 +199,7 @@ class Container implements ContainerInterface $constructorMethod = $classMeta->getMethod('__construct'); - if ($c...
[TASK] Don't require Inject annotation in constructor
story75_Bonefish-Injection
train
53a4129bf68f2ea6ab7d192ed93d50bea5ceaa84
diff --git a/scs_core/gas/afe_datum.py b/scs_core/gas/afe_datum.py index <HASH>..<HASH> 100644 --- a/scs_core/gas/afe_datum.py +++ b/scs_core/gas/afe_datum.py @@ -31,7 +31,9 @@ class AFEDatum(JSONable): def as_json(self): jdict = OrderedDict() - jdict['pt1'] = self.pt1000 + if self.pt1000:...
Added AFEConf class.
south-coast-science_scs_core
train
8923bab50d354d975540861e7a4f36a9c9ca68be
diff --git a/jax/core.py b/jax/core.py index <HASH>..<HASH> 100644 --- a/jax/core.py +++ b/jax/core.py @@ -1424,6 +1424,7 @@ def pp_kv_pairs(kv_pairs): else: return pp('') +axis_frame = None # TODO(mattjj): remove when omnistaging fully lands @config.omnistaging_enablers.append diff --git a/jax/lib/__init...
fixes for pytype (#<I>)
tensorflow_probability
train
e8da30780dae1e7fa6f4d98ffed68de4030e1a90
diff --git a/PlugIns/Scan/ScanAcquisition.py b/PlugIns/Scan/ScanAcquisition.py index <HASH>..<HASH> 100644 --- a/PlugIns/Scan/ScanAcquisition.py +++ b/PlugIns/Scan/ScanAcquisition.py @@ -124,8 +124,10 @@ class ScanAcquisitionController(object): data_shape = data_element["data"].shape ...
Creating/display of data item should occur on main UI thread. Was svn r<I>
nion-software_nionswift-instrumentation-kit
train
6aaa2df0ef708b7c48233e9ad5e3d89442e1b1cf
diff --git a/lib/services/document.js b/lib/services/document.js index <HASH>..<HASH> 100644 --- a/lib/services/document.js +++ b/lib/services/document.js @@ -263,7 +263,7 @@ module.exports.deleteDocument = function (resource, filter, state) { if (out.lastErrorObject.n === 0) return reject(new Error('Not Found')...
Delete Document should return an object.
campsi_campsi-service-docs
train
556b4ad352b5caba2e1782bebe70ff3b8865d04c
diff --git a/test/functional/eft_36_read.rb b/test/functional/eft_36_read.rb index <HASH>..<HASH> 100644 --- a/test/functional/eft_36_read.rb +++ b/test/functional/eft_36_read.rb @@ -7,8 +7,12 @@ # over Canada, between SFO and FRA # + require File.join(File.dirname(__FILE__), 'base') +require_json +Rufus::Json.d...
read expression : wrote "over http" test
jmettraux_ruote
train
5c3c0fce48842b2c0bbaa99b4e61b0175d84b47c
diff --git a/bitset.go b/bitset.go index <HASH>..<HASH> 100644 --- a/bitset.go +++ b/bitset.go @@ -55,6 +55,9 @@ const wordSize = uint(64) // log2WordSize is lg(wordSize) const log2WordSize = uint(6) +// allBits has every bit set +const allBits uint64 = 0xffffffffffffffff + // A BitSet is a set of bits. The zero v...
Add NextClear method (PR #<I>)
willf_bitset
train
3185bb8b2208090eee34e25e5fba9236d85f4dac
diff --git a/blockchain/v0/reactor.go b/blockchain/v0/reactor.go index <HASH>..<HASH> 100644 --- a/blockchain/v0/reactor.go +++ b/blockchain/v0/reactor.go @@ -256,8 +256,13 @@ func (bcR *BlockchainReactor) Receive(chID byte, src p2p.Peer, msgBytes []byte) func (bcR *BlockchainReactor) poolRoutine(stateSynced bool) { ...
blockchain/v0: stop tickers on poolRoutine exit (#<I>) Fixes #<I>.
tendermint_tendermint
train
1112e1fd99a0d94131a0ce5c3cd6d8d2bbcc3d6c
diff --git a/abaaso.js b/abaaso.js index <HASH>..<HASH> 100644 --- a/abaaso.js +++ b/abaaso.js @@ -1849,7 +1849,8 @@ var abaaso = function(){ * * Selectors "contains(string)", "even", "first", "has(tag)", "last", "not(tag)", "odd" are optional * The "has" and "not" selectors accept comma delimited strings, ...
Updated the docblock for utility.$()
avoidwork_abaaso
train
46c9be628b0b4adabf6687a8929dc2738a413b86
diff --git a/javascript/libjoynr-js/src/main/js/joynr/system/WebWorkerMessagingAppender.js b/javascript/libjoynr-js/src/main/js/joynr/system/WebWorkerMessagingAppender.js index <HASH>..<HASH> 100644 --- a/javascript/libjoynr-js/src/main/js/joynr/system/WebWorkerMessagingAppender.js +++ b/javascript/libjoynr-js/src/main...
[JS] Fix bug in WebWorkerMessagingAppender append function has been dropped, as the prototype of the appender has been replaced subsequently -> drop prototype redefinition, as not needed. Change-Id: I<I>f8e<I>b3be5db<I>ad4f<I>b<I>b<I>ffc<I>
bmwcarit_joynr
train
53b9642b7283d8296d0dd643215d8ab2b7f1d39f
diff --git a/src/main/java/com/github/tomakehurst/wiremock/core/WireMockConfiguration.java b/src/main/java/com/github/tomakehurst/wiremock/core/WireMockConfiguration.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/tomakehurst/wiremock/core/WireMockConfiguration.java +++ b/src/main/java/com/github/tomake...
Fixed #<I>. Deprecated max request journal entries config setting taking Optional in the parameter and replaced with an int.
tomakehurst_wiremock
train
44862a8ffa506dbce3c9a9e75012ad59213245e7
diff --git a/src/streamlink/stream/hls.py b/src/streamlink/stream/hls.py index <HASH>..<HASH> 100644 --- a/src/streamlink/stream/hls.py +++ b/src/streamlink/stream/hls.py @@ -53,7 +53,7 @@ class HLSStreamWriter(SegmentedStreamWriter): def create_decryptor(self, key: Key, num: int) -> AES: if key.method ...
stream.hls: Fix error msg for 'Unable to decrypt cipher ...' from ``` [stream.hls][error] Failed to create decryptor: ('Unable to decrypt cipher {0}', 'SAMPLE-AES') ``` to ``` [stream.hls][error] Failed to create decryptor: Unable to decrypt cipher SAMPLE-AES ```
streamlink_streamlink
train
2ee21257237054783f358c5b67697af75e44c83f
diff --git a/src/session-pool.js b/src/session-pool.js index <HASH>..<HASH> 100644 --- a/src/session-pool.js +++ b/src/session-pool.js @@ -295,6 +295,10 @@ SessionPool.prototype.release = function(session) { * Make an API request, first assuring an active session is used. */ SessionPool.prototype.request = functio...
tests: fix snippet tests in sandbox env (#<I>)
googleapis_nodejs-spanner
train
c287fdfa7dcf8ab03c9a06ba34a723039e1d07b1
diff --git a/dev/com.ibm.ws.channelfw/src/com/ibm/ws/tcpchannel/internal/ChannelSelector.java b/dev/com.ibm.ws.channelfw/src/com/ibm/ws/tcpchannel/internal/ChannelSelector.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.channelfw/src/com/ibm/ws/tcpchannel/internal/ChannelSelector.java +++ b/dev/com.ibm.ws.channel...
revise ChannelSelector comment
OpenLiberty_open-liberty
train
2283c1295cafd49d509da7ac878db9489d2fe913
diff --git a/src/Patreon/API.php b/src/Patreon/API.php index <HASH>..<HASH> 100644 --- a/src/Patreon/API.php +++ b/src/Patreon/API.php @@ -20,6 +20,15 @@ class API { return $this->__get_json("current_user/campaigns?include=rewards,creator,goals"); } + public function fetch_page_of_pledges($campaign_id, $page...
paginate the list of pledges on a campaign
Patreon_patreon-php
train
790ff84f1ec6c7f8346d55d0a0121ac56c1a45f0
diff --git a/src/main/java/org/iq80/leveldb/impl/DbImpl.java b/src/main/java/org/iq80/leveldb/impl/DbImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/iq80/leveldb/impl/DbImpl.java +++ b/src/main/java/org/iq80/leveldb/impl/DbImpl.java @@ -1041,6 +1041,18 @@ public class DbImpl implements SeekingIterable<Cha...
Added getApproximateSizes to DbImpl for testing
dain_leveldb
train
fd13bd6bb27424f765a5a856e16f75e282e07939
diff --git a/spec/input_spec.rb b/spec/input_spec.rb index <HASH>..<HASH> 100644 --- a/spec/input_spec.rb +++ b/spec/input_spec.rb @@ -129,19 +129,25 @@ describe 'SemanticFormBuilder#input' do describe 'and an object was given' do - describe 'and the validation reflection plugin is available' do +...
Please convert the tests from reflection_validation to activemodel validation. #todo clean up
justinfrench_formtastic
train
ca196eb6583fe21c89646861d97b9751b877c9d7
diff --git a/lib/rake-pipeline-web-filters/jade_filter.rb b/lib/rake-pipeline-web-filters/jade_filter.rb index <HASH>..<HASH> 100644 --- a/lib/rake-pipeline-web-filters/jade_filter.rb +++ b/lib/rake-pipeline-web-filters/jade_filter.rb @@ -42,10 +42,12 @@ module Rake::Pipeline::Web::Filters inputs.each do |inpu...
Added support for includes & extend in jade filter
wycats_rake-pipeline-web-filters
train
5937a3262f482b1bf96bf71ad24f0f53510fdad1
diff --git a/pkg/endpoint/policy.go b/pkg/endpoint/policy.go index <HASH>..<HASH> 100644 --- a/pkg/endpoint/policy.go +++ b/pkg/endpoint/policy.go @@ -248,8 +248,8 @@ func (e *Endpoint) applyL4PolicyLocked(oldIdentities, newIdentities *identityPkg oldL4Policy, newL4Policy *policy.L4Policy) (addedPolicyMapEntries, rem...
pkg/endpoint: Don't declare errs variable in function scope errs variables are used only to get the result of applyNewFilter method and it should be declred in the smallest scope possible.
cilium_cilium
train
de7b3b1e68c7c0545fbff67b283fb8fc63e95211
diff --git a/glue/lars/__init__.py b/glue/lars/__init__.py index <HASH>..<HASH> 100644 --- a/glue/lars/__init__.py +++ b/glue/lars/__init__.py @@ -31,7 +31,11 @@ def checkProxy(fname): print "Warning: You seem to be using a pre-RFC proxy." print "Try doing grid-proxy-init -rfc" except Imp...
Try to detect some missing system packages and offer helpful advice.
gwastro_pycbc-glue
train
5d7e5687b35559927a2bfe89e1805f6080e091a4
diff --git a/honeybadger/contrib/django.py b/honeybadger/contrib/django.py index <HASH>..<HASH> 100644 --- a/honeybadger/contrib/django.py +++ b/honeybadger/contrib/django.py @@ -81,7 +81,11 @@ class DjangoPlugin(Plugin): if hasattr(request, 'session'): payload['session'] = filter_dict(dict(reques...
fixed wrong getattr statement (#<I>)
honeybadger-io_honeybadger-python
train
71229ebdb09ab5a88aa28ec92fa3a0a78c0aafd0
diff --git a/lib/database/index-field.js b/lib/database/index-field.js index <HASH>..<HASH> 100644 --- a/lib/database/index-field.js +++ b/lib/database/index-field.js @@ -205,7 +205,9 @@ IndexField.prototype = { }, get type() { - return this._type || this.actualType; + if (!this._type) + this._type =...
Don't cache value of actualType to type
groonga_gcs
train
adf7460c6ac66db0a2dc9291208a4e666b809fe4
diff --git a/generator/pear/BuildPropelGenPEARPackageTask.php b/generator/pear/BuildPropelGenPEARPackageTask.php index <HASH>..<HASH> 100644 --- a/generator/pear/BuildPropelGenPEARPackageTask.php +++ b/generator/pear/BuildPropelGenPEARPackageTask.php @@ -137,8 +137,7 @@ class BuildPropelGenPEARPackageTask extends Match...
[<I>] updating PEAR package (wip)
propelorm_Propel
train
a2aff8c6a8c919cb5793ad1738ed7fdbc58350da
diff --git a/pkg/skel/skel.go b/pkg/skel/skel.go index <HASH>..<HASH> 100644 --- a/pkg/skel/skel.go +++ b/pkg/skel/skel.go @@ -1,4 +1,4 @@ -// Copyright 2014 CNI authors +// Copyright 2014-2016 CNI authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
misc: fix up copyright dates
containernetworking_cni
train
901407d4e1e9d25277e1be962479f650649bfb7f
diff --git a/apiserver/facades/client/bundle/state.go b/apiserver/facades/client/bundle/state.go index <HASH>..<HASH> 100644 --- a/apiserver/facades/client/bundle/state.go +++ b/apiserver/facades/client/bundle/state.go @@ -33,6 +33,7 @@ func (m *stateShim) GetExportConfig() state.ExportConfig { cfg.SkipMachineAgentBi...
Rename create ops function The following changes the name of the function operation as it's not really a create, but an upsert. Driveby: fixes typos.
juju_juju
train
2e3102ecbbd9d6d4b7abe89baa2311de8bcc401b
diff --git a/test/spec/EditorManager-test.js b/test/spec/EditorManager-test.js index <HASH>..<HASH> 100644 --- a/test/spec/EditorManager-test.js +++ b/test/spec/EditorManager-test.js @@ -46,22 +46,11 @@ define(function (require, exports, module) { // used in the available height calculation. We create ...
Move mock editors offscreen to avoid spec runner window jumping around in unit tests
adobe_brackets
train
da312b12d453f2042f4e94143f3296efc414980a
diff --git a/src/src/com/tns/JsDebugger.java b/src/src/com/tns/JsDebugger.java index <HASH>..<HASH> 100644 --- a/src/src/com/tns/JsDebugger.java +++ b/src/src/com/tns/JsDebugger.java @@ -510,7 +510,7 @@ public class JsDebugger int port = bundle.getInt("debuggerPort", INVALID_PORT); if (port == INVALID_POR...
once debug is running on every attach returns same debug port
NativeScript_android-runtime
train
10107aedba03b0d265296d279bd3440c98d39902
diff --git a/lib/sinja.rb b/lib/sinja.rb index <HASH>..<HASH> 100644 --- a/lib/sinja.rb +++ b/lib/sinja.rb @@ -138,7 +138,7 @@ module Sinja def can?(action) roles = settings._resource_config[:resource].fetch(action, {})[:roles] - roles.nil? || roles.empty? || roles.intersect?(memoized_role) + ...
Revert role memoization for the short term
mwpastore_sinja
train
6757a3645646a14c65ee668b3fd3090ad7759f05
diff --git a/src/main/java/com/github/susom/database/DatabaseProvider.java b/src/main/java/com/github/susom/database/DatabaseProvider.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/susom/database/DatabaseProvider.java +++ b/src/main/java/com/github/susom/database/DatabaseProvider.java @@ -26,6 +26,7 @@...
Always set the HikariCP pool name to avoid errors inside security sandbox
susom_database
train
8d86ead49077936ec629c8545f9312248b19ec44
diff --git a/apps/test_pyglet.py b/apps/test_pyglet.py index <HASH>..<HASH> 100644 --- a/apps/test_pyglet.py +++ b/apps/test_pyglet.py @@ -32,8 +32,8 @@ class TiledRenderer(object): tm = load_pyglet(filename) self.size = tm.width * tm.tilewidth, tm.height * tm.tileheight self.tmx_data = tm - ...
A little clean-up, comments.
bitcraft_PyTMX
train
e72a674b27c28bde7c45a918ea9064391ae9a111
diff --git a/VERSION b/VERSION index <HASH>..<HASH> 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4 diff --git a/degu.gemspec b/degu.gemspec index <HASH>..<HASH> 100644 --- a/degu.gemspec +++ b/degu.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = "degu" - s.version = "0.0.3" + s.ve...
New version that allows foo.set = [] to work
tuskenraiders_degu
train
392408e238bf508dc5f23d461c5ba9d480413822
diff --git a/src/main/java/com/github/tomakehurst/wiremock/http/ResponseDefinition.java b/src/main/java/com/github/tomakehurst/wiremock/http/ResponseDefinition.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/tomakehurst/wiremock/http/ResponseDefinition.java +++ b/src/main/java/com/github/tomakehurst/wir...
fix for bug <I> - Wiremock recorder space before the Target URL (#<I>)
tomakehurst_wiremock
train
b06557bb7ffc6912cda64fd3a7956f7a1e8320fa
diff --git a/echo_handler.go b/echo_handler.go index <HASH>..<HASH> 100644 --- a/echo_handler.go +++ b/echo_handler.go @@ -2,6 +2,8 @@ package telnet import ( + "github.com/reiver/go-oi" + "io" ) @@ -19,10 +21,19 @@ func (handler internalEchoHandler) ServeTELNET(ctx Context, w io.Writer, r io.Re writer := N...
changed how EchoHandler is implemented. needed to get rid of (implict) buffering, so that response (to client) is instant.
reiver_go-telnet
train
e49030ca0ea6f08e58d81c7b19e82db4b8d88581
diff --git a/classes/Boom/Template/Template.php b/classes/Boom/Template/Template.php index <HASH>..<HASH> 100644 --- a/classes/Boom/Template/Template.php +++ b/classes/Boom/Template/Template.php @@ -9,6 +9,12 @@ use \View; use Request; use DB; +/** + * Base template class. + * + * Templates should extend this class...
Added base methods to Template\Template Conflicts: classes/Boom/Template/Template.php
boomcms_boom-core
train
17d2d4eaf58011ceb33a4d5944253578c2b5edd1
diff --git a/pmdarima/preprocessing/endog/tests/test_log.py b/pmdarima/preprocessing/endog/tests/test_log.py index <HASH>..<HASH> 100644 --- a/pmdarima/preprocessing/endog/tests/test_log.py +++ b/pmdarima/preprocessing/endog/tests/test_log.py @@ -8,10 +8,19 @@ import pytest from pmdarima.preprocessing import LogEndogT...
Add test_invertible to log transformer test
tgsmith61591_pmdarima
train
bc3a70e1fde1ece8388b56cf20be1fd32490ea92
diff --git a/tests/test_api.py b/tests/test_api.py index <HASH>..<HASH> 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -560,6 +560,24 @@ class TestUsersAPI(APITestCase): }, json.loads(response.content)) def testDynamicMethodFieldRespectsSeparateFilter(self): + """ + This tes...
add comment about the new prefetch merging logic
AltSchool_dynamic-rest
train
c4e8647d72cb7c5cc869e35ad0eab901776fd3a5
diff --git a/lib/graphql/upgrader/member.rb b/lib/graphql/upgrader/member.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/upgrader/member.rb +++ b/lib/graphql/upgrader/member.rb @@ -334,10 +334,10 @@ module GraphQL # This is not good, it will hit false positives # Should use AST to make this subs...
Support class methods and hash keys in upgrader
rmosolgo_graphql-ruby
train
df4f25e35fb127a7759acad9346c5a89db358b3d
diff --git a/containers/pax-exam-container-karaf/src/main/java/org/ops4j/pax/exam/karaf/container/internal/runner/KarafEmbeddedRunner.java b/containers/pax-exam-container-karaf/src/main/java/org/ops4j/pax/exam/karaf/container/internal/runner/KarafEmbeddedRunner.java index <HASH>..<HASH> 100644 --- a/containers/pax-exam...
Enable to customize bootdelegation (#<I>) * Enable to configure boot delegation for embedded karaf runner
ops4j_org.ops4j.pax.exam2
train
2c9e2b4fb47b6582d04b3dab2eec9adab7b44793
diff --git a/versions/models.py b/versions/models.py index <HASH>..<HASH> 100644 --- a/versions/models.py +++ b/versions/models.py @@ -59,7 +59,7 @@ class VersionManager(models.Manager): :return: VersionedQuerySet """ qs = VersionedQuerySet(self.model, using=self._db) - if hasattr(self...
Prevent multiple errors occuring when a non-versioned model has a relation to a versioned one
swisscom_cleanerversion
train
8f6f3691107cdc6ffebdc3dd62a59634aece69a2
diff --git a/cmd/cmd.go b/cmd/cmd.go index <HASH>..<HASH> 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -25,6 +25,9 @@ func (m *Manager) Register(command interface{}) { } func (m *Manager) Run(args []string) { + if len(args) == 0 { + args = []string{"help"} + } command, exist := m.commands[args[0]] if !exist { ...
help returns usage and doc for a command
tsuru_tsuru
train
77bb14443daeb4e2101c9b77fcf9c4119146f8f7
diff --git a/java/src/main/java/org/apache/calcite/rel/externalize/MapDRelJsonWriter.java b/java/src/main/java/org/apache/calcite/rel/externalize/MapDRelJsonWriter.java index <HASH>..<HASH> 100644 --- a/java/src/main/java/org/apache/calcite/rel/externalize/MapDRelJsonWriter.java +++ b/java/src/main/java/org/apache/calc...
Output column names in Calcite serializer Need this for integration since indices in Calcite aren't consistent with column ids in C++ land.
omnisci_mapd-core
train
44d1cba4af9a1953caece0f734829c887d45fd24
diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php index <HASH>..<HASH> 100644 --- a/mod/quiz/attempt.php +++ b/mod/quiz/attempt.php @@ -57,13 +57,10 @@ } $accessmanager->do_password_check($attemptobj->is_preview_user()); -/// Log continuation of the attempt, but only if some time has passed. - if ...
quiz: MDL-<I> log every single hit to mod/quiz/attempts.php I don't know why the quiz only logged every <I> minutes. No other part of Moodle worked like that. However, it has always been like that and I did not have a good reason to change it until now. What was a problem becuase it made it harder to catch people doi...
moodle_moodle
train
a4cc7f1023e4e2f3221bafb6dfcfbfcd3f96fd74
diff --git a/trace/trace.go b/trace/trace.go index <HASH>..<HASH> 100644 --- a/trace/trace.go +++ b/trace/trace.go @@ -92,6 +92,10 @@ type Trace struct { // error (or nil) when the span has been serialized and sent. Sent chan<- error + // Samples holds a list of samples / metrics to be reported + // alongside a s...
Allow putting Samples on a trace.Trace span This makes it easier to report samples together with any spans during whose lifetimes they get reported.
stripe_veneur
train
d76bacee0e99ef58b57871310e278ff4049b47a8
diff --git a/htlcswitch/link.go b/htlcswitch/link.go index <HASH>..<HASH> 100644 --- a/htlcswitch/link.go +++ b/htlcswitch/link.go @@ -9,6 +9,7 @@ import ( "sync/atomic" "time" + "github.com/btcsuite/btcd/chaincfg/chainhash" "github.com/davecgh/go-spew/spew" "github.com/go-errors/errors" "github.com/lightni...
htlcswitch/link: send FailFinalExpiryTooSoon from exit hop This commit corrects our exit hop logic to return FailFinalExpiryTooSoon if the following check is true: pd.Timeout-expiryGraceDelta <= heightNow Previously we returned FailFinalIncorrectCltvExpiry, which should only be returned if the packet was misconstr...
lightningnetwork_lnd
train
f6e0a092cca0dac1601f41e445101ca10daec82d
diff --git a/src/Engine/AlgoliaEngine.php b/src/Engine/AlgoliaEngine.php index <HASH>..<HASH> 100644 --- a/src/Engine/AlgoliaEngine.php +++ b/src/Engine/AlgoliaEngine.php @@ -20,36 +20,42 @@ class AlgoliaEngine implements EngineInterface public function add($searchableEntities) { - $this->update($sea...
Change return time of AlgoliaEngine You can know access the taskID per index
algolia_search-bundle
train
d1cabc3e37fa973894e50d79f9fd5a4e6749bc04
diff --git a/structr-ui/src/main/resources/structr/js/schema.js b/structr-ui/src/main/resources/structr/js/schema.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/schema.js +++ b/structr-ui/src/main/resources/structr/js/schema.js @@ -753,27 +753,19 @@ var _Schema = { var contentDiv = $('...
removed useless Command.get four times as the entity is passed into the function
structr_structr
train
63b2eac9cfa52369a5383fb70af3ae271f70fef9
diff --git a/lib/rule/tech.js b/lib/rule/tech.js index <HASH>..<HASH> 100644 --- a/lib/rule/tech.js +++ b/lib/rule/tech.js @@ -8,7 +8,7 @@ var legacyTech = [ var environments = [ 'bbedit', 'dreamweaver', 'eclipse', 'emacs', 'netbeans', 'notepad', 'sublime text', - 'text wrangler', 'textmate', 'textwrangler',...
Vim is also called "vi"
rowanmanning_joblint
train
f40c9ce75e3ab03f9d08eec2f9c2e967c23f610a
diff --git a/phynixx/phynixx-connection/src/main/java/org/csc/phynixx/connection/DynaPhynixxManagedConnectionFactory.java b/phynixx/phynixx-connection/src/main/java/org/csc/phynixx/connection/DynaPhynixxManagedConnectionFactory.java index <HASH>..<HASH> 100644 --- a/phynixx/phynixx-connection/src/main/java/org/csc/phyn...
XAResourceRecorder restructured
csc19601128_Phynixx
train
3c9c8cc5718efc26589aed9fa20171449b4bdcc8
diff --git a/apiserver/firewaller/firewaller_test.go b/apiserver/firewaller/firewaller_test.go index <HASH>..<HASH> 100644 --- a/apiserver/firewaller/firewaller_test.go +++ b/apiserver/firewaller/firewaller_test.go @@ -5,7 +5,7 @@ package firewaller_test import ( "sort" - + "github.com/juju/names" jc "github....
go fmt, be happy
juju_juju
train
65d22a8f9e37a36b54a8a723d38474ed5b68ebe7
diff --git a/src/materials/LuminanceMaterial.js b/src/materials/LuminanceMaterial.js index <HASH>..<HASH> 100644 --- a/src/materials/LuminanceMaterial.js +++ b/src/materials/LuminanceMaterial.js @@ -28,7 +28,7 @@ export class LuminanceMaterial extends ShaderMaterial { /** * Constructs a new luminance material. ...
Add colorOutput and luminanceRange Deprecate setLuminanceRangeEnabled and setColorOutputEnabled.
vanruesc_postprocessing
train
7e2877467ad076b93d164464ef3339ffd1870db4
diff --git a/src/lib/ymodem.js b/src/lib/ymodem.js index <HASH>..<HASH> 100644 --- a/src/lib/ymodem.js +++ b/src/lib/ymodem.js @@ -169,28 +169,28 @@ module.exports = class YModem { return send(); }) .then(() => { - let buf = new Buffer([ymodem.EOT]); + let buf = Buffer.from([ymodem.EOT]); log.ve...
update buffer initialization calls for node@8 and beyond fixes (node:<I>) [DEP<I>] DeprecationWarning: Buffer() is deprecated
particle-iot_particle-cli
train
edff604e78075c4db3d567ca593da313224ed76f
diff --git a/src/DatePicker2.js b/src/DatePicker2.js index <HASH>..<HASH> 100644 --- a/src/DatePicker2.js +++ b/src/DatePicker2.js @@ -67,6 +67,7 @@ export default class DatePicker2 extends Component { const { value, showMonthDropdown, showYearDropdown } = this.props; return ( <ReactDatePicker + ...
set locale as zh-CN
yyssc_ssc-grid
train
cafdcf8cfa44e747b9b8672760080a1dd483940f
diff --git a/examples/plot_hpd.py b/examples/plot_hpd.py index <HASH>..<HASH> 100644 --- a/examples/plot_hpd.py +++ b/examples/plot_hpd.py @@ -1,6 +1,6 @@ """ Plot HPD -==================== +======== _thumb: .8, .8 """
tiny fix (#<I>)
arviz-devs_arviz
train
1fad5195190619197c737860c3189ece63e83931
diff --git a/src/hypercorn/protocol/ws_stream.py b/src/hypercorn/protocol/ws_stream.py index <HASH>..<HASH> 100644 --- a/src/hypercorn/protocol/ws_stream.py +++ b/src/hypercorn/protocol/ws_stream.py @@ -1,6 +1,7 @@ from __future__ import annotations from enum import auto, Enum +from io import BytesIO, StringIO fro...
use StringIO and BytesIO for more performant websocket buffers
pgjones_hypercorn
train
b1bd58581be2be6e7d18ffb9ee0c0998837d45bb
diff --git a/python/ray/worker.py b/python/ray/worker.py index <HASH>..<HASH> 100644 --- a/python/ray/worker.py +++ b/python/ray/worker.py @@ -622,13 +622,16 @@ def init( if address: redis_address, _, _ = services.validate_redis_address(address) - print("Connecting to existing Ray cluster at addr...
Print "Connecting to existing cluster" message to stderr instead of stdout (#<I>)
ray-project_ray
train
05cef65f18e336eb9a1f639a33820ac6fa02116d
diff --git a/src/Imposter/Stub/Response/IsResponse.php b/src/Imposter/Stub/Response/IsResponse.php index <HASH>..<HASH> 100644 --- a/src/Imposter/Stub/Response/IsResponse.php +++ b/src/Imposter/Stub/Response/IsResponse.php @@ -151,9 +151,10 @@ class IsResponse implements IResponse public function setHeaders(array ...
Closes #5 - does not perform any type checks on IsResponse header value (int values are allowed now), it's client and mb responsibility to provide valid header values
meare_juggler
train
e38fe7c899132807cd36dee9ffa9ee71bf09a8f4
diff --git a/docs/rule/no-invalid-role.md b/docs/rule/no-invalid-role.md index <HASH>..<HASH> 100644 --- a/docs/rule/no-invalid-role.md +++ b/docs/rule/no-invalid-role.md @@ -50,8 +50,7 @@ This rule **allows** the following: * boolean - `true` to enable / `false` to disable -* object - { 'catchNonexistentRoles' : ...
feat: enable catchNonexistentRoles by default on no-invalid-role rule
ember-template-lint_ember-template-lint
train
af7db9207b9e6c6519f32a496fa47c866c6c13e9
diff --git a/pyemma/coordinates/api.py b/pyemma/coordinates/api.py index <HASH>..<HASH> 100644 --- a/pyemma/coordinates/api.py +++ b/pyemma/coordinates/api.py @@ -140,11 +140,15 @@ def load(trajfiles, features=None, top=None, stride=1, chunk_size=100, **kw): Parameters ---------- - trajfiles : str or lis...
[coor.api] added fragmented reader support docstring
markovmodel_PyEMMA
train
a9440b1f07aff04bb77f2041b3b3ad40deba1c24
diff --git a/src/molecules.py b/src/molecules.py index <HASH>..<HASH> 100644 --- a/src/molecules.py +++ b/src/molecules.py @@ -19,7 +19,7 @@ # # -- -import Numeric, RandomArray, math, copy +import Numeric, math from pychem.moldata import periodic from pychem.units import from_angstrom @@ -78,13 +78,6 @@ class ...
Removed code that belongs in ffaudit.
molmod_molmod
train
a989490ee780686f613321e21d2b81d164b37db8
diff --git a/environs/config/config.go b/environs/config/config.go index <HASH>..<HASH> 100644 --- a/environs/config/config.go +++ b/environs/config/config.go @@ -1437,7 +1437,6 @@ var immutableAttributes = []string{ "prefer-ipv6", IdentityURL, IdentityPublicKey, - AutomaticallyRetryHooks, } var (
Make automatically-retry-hooks non immutable
juju_juju
train
ba73749c4bdf2403cfffc5c5187239ffb5045efe
diff --git a/app/controllers/copycat_translations_controller.rb b/app/controllers/copycat_translations_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/copycat_translations_controller.rb +++ b/app/controllers/copycat_translations_controller.rb @@ -1,4 +1,8 @@ class CopycatTranslationsController < Applic...
commented out http basic auth wip
Vermonster_copycat
train
a1e8115baaca703da4a5453387533fd5909a5eac
diff --git a/sources/scalac/backend/Primitives.java b/sources/scalac/backend/Primitives.java index <HASH>..<HASH> 100644 --- a/sources/scalac/backend/Primitives.java +++ b/sources/scalac/backend/Primitives.java @@ -997,6 +997,116 @@ public class Primitives { } //#############################################...
- Added methods getConvertSymbol
scala_scala
train
d142e1e89dd2d87f3601d82494ee668adf61b44a
diff --git a/test/unsupported_test.rb b/test/unsupported_test.rb index <HASH>..<HASH> 100644 --- a/test/unsupported_test.rb +++ b/test/unsupported_test.rb @@ -93,7 +93,7 @@ describe 'unsupported behavior' do let(:schema_content) do { 'properties' => { - ARBITRARY_OBJECT => {}, + ...
test validation failure in unsupported property names which are not strings
notEthan_jsi
train
0a2ac4c9bdeb61524554b76941d97d15f5c05bcf
diff --git a/bytecode/instr.py b/bytecode/instr.py index <HASH>..<HASH> 100644 --- a/bytecode/instr.py +++ b/bytecode/instr.py @@ -34,6 +34,27 @@ def const_key(obj): return (type(obj), id(obj)) +def pushes_back(opname): + if opname in ["CALL_FINALLY"]: + return False + return ( + opname...
- Moved pushes_back to a function instead of a method - Addes ROT_* support
vstinner_bytecode
train
6257f66455245c93b07c8099204f38f4971065c6
diff --git a/mod/scorm/lib.php b/mod/scorm/lib.php index <HASH>..<HASH> 100644 --- a/mod/scorm/lib.php +++ b/mod/scorm/lib.php @@ -1059,7 +1059,10 @@ function scorm_print_overview($courses, &$htmlarray) { if ($scorm->timeclose) { $str .= '<div class="info">'.$strduedate.': '.userdate($scorm->timec...
SCORM MDL-<I> add attempt status to My home
moodle_moodle
train
f15869492fab866ee3990890b88f220bf856a43a
diff --git a/sinatra-contrib/lib/sinatra/respond_with.rb b/sinatra-contrib/lib/sinatra/respond_with.rb index <HASH>..<HASH> 100644 --- a/sinatra-contrib/lib/sinatra/respond_with.rb +++ b/sinatra-contrib/lib/sinatra/respond_with.rb @@ -224,6 +224,7 @@ module Sinatra :css => [:less, :sass, :scss], :xml =...
Add yajl json support
sinatra_sinatra
train
829cca35f4b44e45b8b77367f0dd6fba93e7007e
diff --git a/src/test/org/openscience/cdk/AbstractChemObjectBuilderTest.java b/src/test/org/openscience/cdk/AbstractChemObjectBuilderTest.java index <HASH>..<HASH> 100644 --- a/src/test/org/openscience/cdk/AbstractChemObjectBuilderTest.java +++ b/src/test/org/openscience/cdk/AbstractChemObjectBuilderTest.java @@ -28,7 ...
Don't test chem object builders for creation of IAtomParity.
cdk_cdk
train
d95d513e008a8c02e88ca1c14dfa1aa13b765cf4
diff --git a/packages/sproutcore-handlebars/lib/controls/text_area.js b/packages/sproutcore-handlebars/lib/controls/text_area.js index <HASH>..<HASH> 100644 --- a/packages/sproutcore-handlebars/lib/controls/text_area.js +++ b/packages/sproutcore-handlebars/lib/controls/text_area.js @@ -40,7 +40,7 @@ SC.TextArea = SC.Vi...
SC.TextArea attempts to update element before it exists SC.TextArea writes its value into the DOM using `this.$().val(...)`, but it's trying to do this from `willInsertElement`.
emberjs_ember.js
train
413013e537172eb5e69ca670ec10984288a09d76
diff --git a/lib/metriks/timer.rb b/lib/metriks/timer.rb index <HASH>..<HASH> 100644 --- a/lib/metriks/timer.rb +++ b/lib/metriks/timer.rb @@ -12,6 +12,10 @@ module Metriks @interval = Hitimes::Interval.now end + def restart + @interval.split + end + def stop @interval...
Add restart() method to Timer context to restart timing
eric_metriks
train
bc540d5ee1b1c865bc442d08d3991a800180ca5c
diff --git a/handler/src/main/java/io/netty/handler/traffic/TrafficCounter.java b/handler/src/main/java/io/netty/handler/traffic/TrafficCounter.java index <HASH>..<HASH> 100644 --- a/handler/src/main/java/io/netty/handler/traffic/TrafficCounter.java +++ b/handler/src/main/java/io/netty/handler/traffic/TrafficCounter.ja...
Proposal for fix related to 1rst issue of #<I> => in configure (newcheckInterval/<I>)*<I> (see <URL>)
netty_netty
train
a701e835438128933e6e14bbfae5d4a7a91287bf
diff --git a/test/test_cassandraclient.py b/test/test_cassandraclient.py index <HASH>..<HASH> 100644 --- a/test/test_cassandraclient.py +++ b/test/test_cassandraclient.py @@ -428,12 +428,29 @@ class ManagedCassandraClientFactoryTest(unittest.TestCase): @defer.inlineCallbacks def test_api_match(self): - ...
fix test_api_match for new behavior
driftx_Telephus
train
37a8f6300be963a5713794330ef4e9cd2db4223a
diff --git a/spec/functional/resource/ifconfig_spec.rb b/spec/functional/resource/ifconfig_spec.rb index <HASH>..<HASH> 100644 --- a/spec/functional/resource/ifconfig_spec.rb +++ b/spec/functional/resource/ifconfig_spec.rb @@ -23,8 +23,8 @@ describe Chef::Resource::Ifconfig, :unix_only do let(:new_resource) do ...
ifconfig spec - metric and mtu should be strings.
chef_chef
train
357dd54ab77620669b9c7f69e205ce3191807885
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,9 @@ setuptools.setup( author_email="stefano.palazzo@gmail.com", url="https://github.com/sfstpala/flake8-import-style", license="ISC", + install_requires=[ + "setuptools", + ], test_s...
Declare dependency on setuptools for pkg_resources
sfstpala_flake8-import-style
train
03c2d1be312154e3a96972800faed5cfb6459119
diff --git a/tools/node.js b/tools/node.js index <HASH>..<HASH> 100644 --- a/tools/node.js +++ b/tools/node.js @@ -3,6 +3,13 @@ var fs = require("fs"); var vm = require("vm"); var sys = require("util"); +if (typeof console == 'object' && typeof console.error == 'function') { + sys.print = console.log; + sys.puts = ...
Another use of deprecated node APIs
kovidgoyal_rapydscript-ng
train
20fb21ee81a155c4dc7efabed3e32f833a362cba
diff --git a/packages/material-ui/src/Autocomplete/Autocomplete.js b/packages/material-ui/src/Autocomplete/Autocomplete.js index <HASH>..<HASH> 100644 --- a/packages/material-ui/src/Autocomplete/Autocomplete.js +++ b/packages/material-ui/src/Autocomplete/Autocomplete.js @@ -1023,7 +1023,7 @@ Autocomplete.propTypes /* r...
[Autocomplete] Update warning for `value` prop (#<I>)
mui-org_material-ui
train
0326641d9a437cb6aa467c073b8e4ca586c0f2d7
diff --git a/RestService/Server.php b/RestService/Server.php index <HASH>..<HASH> 100644 --- a/RestService/Server.php +++ b/RestService/Server.php @@ -883,6 +883,7 @@ class Server foreach ($this->routes as $routeUri => $routeMethods) { + $matches = []; if (!$pUri || ($pUri && preg_m...
Fixed `describe` method with closures.
marcj_php-rest-service
train
1be508a95effca1c9672b5963a6adc94859a2514
diff --git a/scripts/homestead.rb b/scripts/homestead.rb index <HASH>..<HASH> 100644 --- a/scripts/homestead.rb +++ b/scripts/homestead.rb @@ -167,8 +167,10 @@ class Homestead config.vm.synced_folder folder["map"], folder["to"], type: folder["type"] ||= nil, **options # Bindf...
Don’t add bindfs configs if the share type is not NFS (#<I>) You’ll get errors when trying to access these folders otherwise: ls: reading directory '.': Software caused connection abort ls: cannot open directory '.': Transport endpoint is not connected
laravel_homestead
train
517364da9c1623026fc987f8f867d79cbb1a2d5b
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.log + # Java *.class diff --git a/src/main/java/eu/project/ttc/tools/cli/TermSuiteCLIUtils.java b/src/main/java/eu/project/ttc/tools/cli/TermSuiteCLIUtils.java index <HASH>..<HASH> 100644 --- a/src/...
Added logging to logs/ dir for TermSuiteTerminoCLI
termsuite_termsuite-core
train
4cd4415a4630a9f681b5a365d687fe987b84aebd
diff --git a/extargsparse/__init__.py b/extargsparse/__init__.py index <HASH>..<HASH> 100644 --- a/extargsparse/__init__.py +++ b/extargsparse/__init__.py @@ -9,6 +9,3 @@ sys.path.append(os.path.abspath(os.path.dirname(__file__))) from __lib__ import ExtArgsParse , set_attr_args , SUB_COMMAND_JSON_SET,COMMAND_JSON_SET...
to make the release <I>
jeppeter_extargsparse
train
0bf966a23befb02be1f332378529f48eae5f22d6
diff --git a/app/assets/javascripts/translation_center/inspector.js b/app/assets/javascripts/translation_center/inspector.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/translation_center/inspector.js +++ b/app/assets/javascripts/translation_center/inspector.js @@ -1,29 +1,29 @@ //= require js-routes $...
renamed and refactored classes to better names and prefixing with 'tc'
BadrIT_translation_center
train
b896127099089c1394c3df66d5112281aefa554e
diff --git a/src/Controller/Component/RequestHandlerComponent.php b/src/Controller/Component/RequestHandlerComponent.php index <HASH>..<HASH> 100644 --- a/src/Controller/Component/RequestHandlerComponent.php +++ b/src/Controller/Component/RequestHandlerComponent.php @@ -240,8 +240,8 @@ class RequestHandlerComponent ext...
Fix incorrect handling of request data. Request data that is invalid should not be parsed into null. Instead it should always be cast as an array. This prevents other parts of the framework from failing. For example patchEntity() will emit errors when passed non-array data.
cakephp_cakephp
train
a37cb42fa416bb6018f68754ac5630b97f574069
diff --git a/TYPO3.TYPO3CR/Classes/F3_TYPO3CR_Repository.php b/TYPO3.TYPO3CR/Classes/F3_TYPO3CR_Repository.php index <HASH>..<HASH> 100644 --- a/TYPO3.TYPO3CR/Classes/F3_TYPO3CR_Repository.php +++ b/TYPO3.TYPO3CR/Classes/F3_TYPO3CR_Repository.php @@ -82,7 +82,6 @@ class F3_TYPO3CR_Repository implements F3_PHPCR_Reposit...
TYPO3CR: The Repository again connects to the storage backend only when login() is called. Original-Commit-Hash: a<I>ce<I>c2a<I>c<I>c<I>f<I>dcc<I>fed<I>
neos_neos-development-collection
train
1230c85af7b2e15ab15147966cd02540766671b5
diff --git a/lib/generators/sabisu_rails/templates/sabisu_rails.rb b/lib/generators/sabisu_rails/templates/sabisu_rails.rb index <HASH>..<HASH> 100644 --- a/lib/generators/sabisu_rails/templates/sabisu_rails.rb +++ b/lib/generators/sabisu_rails/templates/sabisu_rails.rb @@ -12,6 +12,10 @@ SabisuRails.setup do |config| ...
Removes accept header for default application type and let the dev configure it
kurenn_sabisu-rails
train
7284cabdb667e00986858d32c3cc3812eeaecb1c
diff --git a/parsing-made-easy/src/org/codehaus/jparsec/lambda/App.java b/parsing-made-easy/src/org/codehaus/jparsec/lambda/App.java index <HASH>..<HASH> 100644 --- a/parsing-made-easy/src/org/codehaus/jparsec/lambda/App.java +++ b/parsing-made-easy/src/org/codehaus/jparsec/lambda/App.java @@ -4,7 +4,7 @@ public class ...
successfully parse nested applications [pme]
jparsec_jparsec
train
48792758aaeafcb24a7391c73581ae581fe69c09
diff --git a/src/profiles/geometry_profiles.py b/src/profiles/geometry_profiles.py index <HASH>..<HASH> 100644 --- a/src/profiles/geometry_profiles.py +++ b/src/profiles/geometry_profiles.py @@ -222,8 +222,8 @@ def transform_grid(func): """ if not isinstance(grid, TransformedGrid): result...
commented out transforming grids back... <I> fails to <I>
Jammy2211_PyAutoLens
train
1f62dffaff5dd9324b56b48a87fb4a4f237df4cb
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages setup( name='x-utils', - version='0.3.3', + version='0.3.4', packages=find_packages(), url='https://github.com/iLampard/x-utils', license='Apache-2...
fix bugs in decorator and bump to new version
iLampard_x-utils
train