hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3bcf2c0bb0028083a1ed1be30ae79b28d35b1a31
diff --git a/lib/controllerWrapper.js b/lib/controllerWrapper.js index <HASH>..<HASH> 100644 --- a/lib/controllerWrapper.js +++ b/lib/controllerWrapper.js @@ -4,13 +4,37 @@ const co = require('co') const errorResponse = require('./errorResponse') const successResponse = require('./successResponse') +/** + * Check ...
added async/await support
edus44_express-deliver
train
aa18c9ab391d8549e4b50f4009325fbd56074c48
diff --git a/lib/merged_tree.js b/lib/merged_tree.js index <HASH>..<HASH> 100644 --- a/lib/merged_tree.js +++ b/lib/merged_tree.js @@ -1,6 +1,7 @@ var RSVP = require('rsvp') var temp = require('temp') temp.track() +var rimraf = require('rimraf') var helpers = require('./helpers') @@ -11,7 +12,9 @@ function Merg...
Add afterBuild cleanup for MergedTree
broccolijs_broccoli
train
ede46956e54e173a0ac3ec6f936f15e7a924dd33
diff --git a/spec/unit/api_spec.rb b/spec/unit/api_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/api_spec.rb +++ b/spec/unit/api_spec.rb @@ -43,7 +43,7 @@ describe WebMock::API do end end - context "when args are an emtpy hash" do + context "when args are an empty hash" do sub...
Tweaked a spelling mistake in a test context
bblimke_webmock
train
7329ee0d41a6819a375254bc190155bc389380a6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -84,30 +84,54 @@ Sentry.prototype.log = function(level, msg, meta, fn) { if (this.silent) return fn(null, true); if (!(level in this._levelsMap)) return fn(null, true); - meta = meta || {}; - meta.level = this._level...
Make transport more flexible by refactor functionality to own functions
niftylettuce_winston-raven-sentry
train
0fb707b7d746744c736da7e90c18b4ecc2472944
diff --git a/txmongo/collection.py b/txmongo/collection.py index <HASH>..<HASH> 100644 --- a/txmongo/collection.py +++ b/txmongo/collection.py @@ -179,8 +179,8 @@ class Collection(object): return result.get('md5') if not isinstance(spec, ObjectId): - raise ValueError(_("filemd5 expect...
Fix pyflakes warnings.
twisted_txmongo
train
a230bb483dde7e976302e44eb9c449ae6e10166b
diff --git a/components/api/src/main/java/org/openengsb/core/api/xlink/model/RemoteTool.java b/components/api/src/main/java/org/openengsb/core/api/xlink/model/RemoteTool.java index <HASH>..<HASH> 100644 --- a/components/api/src/main/java/org/openengsb/core/api/xlink/model/RemoteTool.java +++ b/components/api/src/main/j...
[OPENENGSB-<I>] added equals and hash to RemoteTool (cherry picked from commit ca<I>a<I>fd<I>f<I>cdcb5be8b0ef8ab<I>a<I>)
openengsb_openengsb
train
e0f43628a507d63cf3f8afb34e300b6c6e15a3be
diff --git a/UPGRADE.md b/UPGRADE.md index <HASH>..<HASH> 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -166,6 +166,9 @@ powerful and developer friendly way to create and register a CompoundColumn.** * The `add` method no longer accepts a Column object, use the new method `set` method instead. *This was needed to mak...
Allow to set a view-builder for DatagridBuilder
rollerworks-graveyard_datagrid
train
25c884158f76a46550c31e6c52e963d813545475
diff --git a/tests/go_test.go b/tests/go_test.go index <HASH>..<HASH> 100644 --- a/tests/go_test.go +++ b/tests/go_test.go @@ -1251,9 +1251,9 @@ func CheckVtableDeduplication(fail func(string, ...interface{})) { len(want), want, len(got), got) } - table0 := &flatbuffers.Table{Bytes: b.Bytes, UOffset: flatbuffer...
go: fix unknown field 'UOffset' to 'Pos'
google_flatbuffers
train
733ab627a5cfce8d11c045cb2f12cf0e3fa83729
diff --git a/tests/integration/test_integration_sanity.py b/tests/integration/test_integration_sanity.py index <HASH>..<HASH> 100644 --- a/tests/integration/test_integration_sanity.py +++ b/tests/integration/test_integration_sanity.py @@ -4,15 +4,19 @@ import sys import subprocess THIS_FILE = os.path.abspath(__file...
Made integration sanity test cross-platform
gregoil_rotest
train
212badff4dd8610f53ecd1ce908489907e8a043f
diff --git a/admin/settings/subsystems.php b/admin/settings/subsystems.php index <HASH>..<HASH> 100644 --- a/admin/settings/subsystems.php +++ b/admin/settings/subsystems.php @@ -17,6 +17,9 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page $optionalsubsystems->add(new admin_setti...
message MDL-<I> added something to cron to remove read notifications
moodle_moodle
train
66af495b531534584821e6da9ea599a93e88cbf5
diff --git a/tests/test_base.py b/tests/test_base.py index <HASH>..<HASH> 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -73,6 +73,10 @@ class TestBlox(TestBlok): self.blok += self.hi self.blok += self.bacon + def test_list_like(self): + assert self.hi in self.blok + as...
Initial work toward ensuring blox are list like
timothycrosley_blox
train
bfabd623662b6283ae6400c274b92bb8f40c04c6
diff --git a/ifaddrs.go b/ifaddrs.go index <HASH>..<HASH> 100644 --- a/ifaddrs.go +++ b/ifaddrs.go @@ -129,7 +129,7 @@ func GetIfSockAddrs() ([]IfAddr, error) { for _, addr := range addrs { ipAddr, err := NewIPAddr(addr.String()) if err != nil { - continue + return []IfAddr{}, fmt.Errorf("unable to cre...
Bail early if GetIfSockAddrs() can't parse an address returned from net.Interfaces().
hashicorp_go-sockaddr
train
5661c0b8f3c77bfebdf9fc4b72165a763dbcaeee
diff --git a/main/ejml-core/src/org/ejml/FancyPrint.java b/main/ejml-core/src/org/ejml/FancyPrint.java index <HASH>..<HASH> 100644 --- a/main/ejml-core/src/org/ejml/FancyPrint.java +++ b/main/ejml-core/src/org/ejml/FancyPrint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2018, Peter Abeles. All Rights Reserved. + * C...
- added another variant of fancy print which doesn't add a space for positive numbers
lessthanoptimal_ejml
train
70bc05a4d0a9150569e0ad1950ea9961ac630ce3
diff --git a/lib/oanda_api/client/client.rb b/lib/oanda_api/client/client.rb index <HASH>..<HASH> 100644 --- a/lib/oanda_api/client/client.rb +++ b/lib/oanda_api/client/client.rb @@ -163,7 +163,7 @@ module OandaAPI delta = now - (last_request_at || now) _throttle(delta, now) if delta < OandaAPI.configurat...
Fixed assignment of last_request_at time in Cilent.throttle_request_rate
nukeproof_oanda_api
train
c86e18f28c5eba0d6ede7d557756d978ea83d3c9
diff --git a/src/Gateways/Gateway.php b/src/Gateways/Gateway.php index <HASH>..<HASH> 100644 --- a/src/Gateways/Gateway.php +++ b/src/Gateways/Gateway.php @@ -77,8 +77,6 @@ abstract class Gateway curl_setopt($request, CURLOPT_CONNECTTIMEOUT, $this->timeout); curl_setopt($request, CURLOPT_TIMEO...
Remove unsecure CURLOPT_SSL_VERIFY* options Verification of peer certificate against trusted CAs and hostname verification should never be turned off otherwise MITM attacks are possible.
globalpayments_php-sdk
train
8c33dc26046147ceef162b2306d2a69faeddd201
diff --git a/slb/listeners.go b/slb/listeners.go index <HASH>..<HASH> 100644 --- a/slb/listeners.go +++ b/slb/listeners.go @@ -153,7 +153,7 @@ type TCPListenerType struct { BackendServerPort int Bandwidth int Scheduler SchedulerType - PersistenceTimeout int + Persist...
make Persistence int pointer to distinguish zero value from unset
denverdino_aliyungo
train
f1a59c5e0f0e29364caa57fa8734c5f98f4e0eb8
diff --git a/src/Monolog/Handler/RavenHandler.php b/src/Monolog/Handler/RavenHandler.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Handler/RavenHandler.php +++ b/src/Monolog/Handler/RavenHandler.php @@ -39,6 +39,12 @@ class RavenHandler extends AbstractProcessingHandler ); /** + * @var string should...
add release number to every log This adds an internal release number to the raven handler. The release number is added to what is sent to sentry unless something already is present because a release number was sent via "context" or "extra".
Seldaek_monolog
train
089ac771a7488b6cf20cd3a15183970b31ffcc58
diff --git a/lib/node_modules/@stdlib/strided/napi/lib/index.js b/lib/node_modules/@stdlib/strided/napi/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/strided/napi/lib/index.js +++ b/lib/node_modules/@stdlib/strided/napi/lib/index.js @@ -31,9 +31,9 @@ // MODULES // -var dir = require( './m...
Add JSDoc and rename vars
stdlib-js_stdlib
train
147479ca770a8b725b3d41e73fab9199597f49b6
diff --git a/src/ossos/core/ossos/__version__.py b/src/ossos/core/ossos/__version__.py index <HASH>..<HASH> 100644 --- a/src/ossos/core/ossos/__version__.py +++ b/src/ossos/core/ossos/__version__.py @@ -1 +1 @@ -version = "0.9.2" +version = "0.9.3a0"
push an alpha release as we try to get MOP / OSSOS working on VM.
OSSOS_MOP
train
96230b6efc0b997220a705805bc5074d8e82d970
diff --git a/lib/em-systemcommand/pipe.rb b/lib/em-systemcommand/pipe.rb index <HASH>..<HASH> 100644 --- a/lib/em-systemcommand/pipe.rb +++ b/lib/em-systemcommand/pipe.rb @@ -17,12 +17,20 @@ module EventMachine @outputbuffer.string end - # Convenience method to create a callback that matches a re...
implemented "match last" option for `#match` When calling `Pipe#match` you may now use the `match: :first` or `match: :last` options to match appropriately.
leoc_em-systemcommand
train
20d4e4086a11f419c83abd55f7266c10dc302feb
diff --git a/wrappers/java/src/test/java/org/hyperledger/indy/sdk/pool/CreatePoolTest.java b/wrappers/java/src/test/java/org/hyperledger/indy/sdk/pool/CreatePoolTest.java index <HASH>..<HASH> 100644 --- a/wrappers/java/src/test/java/org/hyperledger/indy/sdk/pool/CreatePoolTest.java +++ b/wrappers/java/src/test/java/org...
[java] Update pool tests after merge with master.
hyperledger_indy-sdk
train
2ef4237adfbf3367f95c0be242ec90c7d9046e84
diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java index <HASH>..<HASH> 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/Engine.java +++ b/dependency-check-core/src/main/java/org/owa...
Fix typo: Engine.isDataBseRequired() Also make the method private.
jeremylong_DependencyCheck
train
d60c3812b03cdbe2369061f5b1df7692302e6c99
diff --git a/mike/driver.py b/mike/driver.py index <HASH>..<HASH> 100644 --- a/mike/driver.py +++ b/mike/driver.py @@ -6,6 +6,49 @@ from . import git_utils from . import mkdocs_utils from .app_version import version as app_version +description = """ +mike is a utility to make it easy to deploy multiple versions of ...
Add help messages for all the subcommands
jimporter_mike
train
9fa55c99eb5bbac75072d455a43d00a52ab70b36
diff --git a/commerce-product-service/src/main/java/com/liferay/commerce/product/service/impl/CPDefinitionSpecificationOptionValueLocalServiceImpl.java b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/impl/CPDefinitionSpecificationOptionValueLocalServiceImpl.java index <HASH>..<HASH> 100644...
COMMERCE-<I> Refactor services implementation
liferay_com-liferay-commerce
train
d9cec374d2fef70461e4d67e768e5af946e914a0
diff --git a/src/Adapter/S3Adapter.php b/src/Adapter/S3Adapter.php index <HASH>..<HASH> 100644 --- a/src/Adapter/S3Adapter.php +++ b/src/Adapter/S3Adapter.php @@ -8,6 +8,7 @@ use InvalidArgumentException; class S3Adapter implements BuildableAdapterInterface, StorageAdapterInterface { const DEFAULT_ACL = 'public-...
Fix S3 creds. config and add region and version
linkorb_objectstorage
train
7959141ad08212d5c94be25c740d7c5ee049ec5a
diff --git a/locales/index.js b/locales/index.js index <HASH>..<HASH> 100644 --- a/locales/index.js +++ b/locales/index.js @@ -2,6 +2,7 @@ require('moment/locale/da') require('moment/locale/pt-br') require('moment/locale/pt') require('moment/locale/zh-cn') +require('moment/locale/fr-FR') module.exports = { 'en...
Updated index.js to add fr-FR locale
ssbc_patchwork-classic-translations
train
34d5334d6abbba7b869f5825ffa96152bae535d3
diff --git a/tests/tapeTemplateTests.js b/tests/tapeTemplateTests.js index <HASH>..<HASH> 100644 --- a/tests/tapeTemplateTests.js +++ b/tests/tapeTemplateTests.js @@ -1,41 +1,27 @@ var test = require('tape'); +var template = require('template-utils.js'); +var tapeTemplates = require('tape-templates.js'); // TEST FI...
Added utility function test for object with 0 assertions
speckjs_speckjs
train
4874327401e96ef553e96ff69767539e693fac38
diff --git a/lib/core/base/audit.js b/lib/core/base/audit.js index <HASH>..<HASH> 100644 --- a/lib/core/base/audit.js +++ b/lib/core/base/audit.js @@ -144,7 +144,7 @@ Audit.prototype.run = function (context, options, resolve, reject) { 'use strict'; this.validateOptions(options); - axe._tree = axe.utils.getFlatte...
fix: get tests all passing (#<I>)
dequelabs_axe-core
train
3a2b10d6ae310a081cd8c6f8e8b2212a41f92443
diff --git a/tests/unit/test_mixins.py b/tests/unit/test_mixins.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_mixins.py +++ b/tests/unit/test_mixins.py @@ -356,7 +356,7 @@ class SendMixinTest(QuickbooksUnitTestCase): invoice.Id = 2 send_to_email = urllib.parse.quote("test@email.com", safe='') ...
fixed test_send_with_send_to_email to not use already parsed email
sidecars_python-quickbooks
train
cdf7240cf1d4e9ccedaaca6b16be1cfc3c939ee8
diff --git a/framework/utils/CVarDumper.php b/framework/utils/CVarDumper.php index <HASH>..<HASH> 100644 --- a/framework/utils/CVarDumper.php +++ b/framework/utils/CVarDumper.php @@ -121,7 +121,7 @@ class CVarDumper self::$_output.=get_class($var).'(...)'; else { - $id=self::$_objects[]=$var; + ...
Merge pull request #<I> from and-ers/master array_push optimizations (reverse-merged from commit <I>ff<I>a<I>b<I>a<I>a2db3ffda<I>)
yiisoft_yii
train
a1ed6b6499baf6905f083b31c0d929deae49d81c
diff --git a/pax-web-itest/pax-web-itest-container/pax-web-itest-container-jetty/src/test/java/org/ops4j/pax/web/itest/jetty/support/DocumentServlet.java b/pax-web-itest/pax-web-itest-container/pax-web-itest-container-jetty/src/test/java/org/ops4j/pax/web/itest/jetty/support/DocumentServlet.java index <HASH>..<HASH> 10...
Replaces magic-string w/ a constant from StandardCharsets (cherry picked from commit <I>f8c6facbf<I>f5b7f<I>d<I>f6a<I>)
ops4j_org.ops4j.pax.web
train
46eac532766be51ee961494cf85e7c24a3716986
diff --git a/src/Data/Model.php b/src/Data/Model.php index <HASH>..<HASH> 100644 --- a/src/Data/Model.php +++ b/src/Data/Model.php @@ -44,7 +44,6 @@ abstract class Model return Database::getConnex(); } - /** * Shortcut for Counting * @param string $cond diff --git a/src/Request/D...
Fix unrecognized action when get query
SandratraRM_mora-core
train
96833bd663a6c69c7989787cfdbd7b962aa948da
diff --git a/spec_test.go b/spec_test.go index <HASH>..<HASH> 100644 --- a/spec_test.go +++ b/spec_test.go @@ -104,8 +104,12 @@ func TestNext(t *testing.T) { // Leap year {"Mon Jul 9 23:35 2012", "0 0 0 29 Feb ?", "Mon Feb 29 00:00 2016"}, - // Daylight savings time - {"Sun Mar 11 00:00 2012 EST", "0 30 2 11 ...
Fix daylight savings time test for non-EST/EDT zones time.Parse("Mon Jan 2 <I>:<I> <I> MST", "Sun Mar <I> <I>:<I> <I> EST") in non-EST/EDT zone returns <I> as offset. Changed to use ISO <I> format with a location set to America/New_York.
robfig_cron
train
b8238dfdf152f7310e3d77505e5e403ac4253db4
diff --git a/dimod/variables.py b/dimod/variables.py index <HASH>..<HASH> 100644 --- a/dimod/variables.py +++ b/dimod/variables.py @@ -48,7 +48,7 @@ def iter_serialize_variables(variables): yield float(v) elif isinstance(v, str): yield v - # we want Collection, but that's not a...
Don't use collections.abc.Collection for py<I>
dwavesystems_dimod
train
60437868636273098e6e5fd839236382de07f873
diff --git a/tests/Stagehand/FSMTestCase.php b/tests/Stagehand/FSMTestCase.php index <HASH>..<HASH> 100644 --- a/tests/Stagehand/FSMTestCase.php +++ b/tests/Stagehand/FSMTestCase.php @@ -519,6 +519,19 @@ class Stagehand_FSMTestCase extends PHPUnit_TestCase $GLOBALS['finalizeCalled'] = true; } + funct...
- Added a test case for checking whether an event is a protected event such as the special events and so on.
phpmentors-jp_stagehand-fsm
train
379579fb327d88db7bbd669d067d97b0b7af1174
diff --git a/astroid/brain/builtin_inference.py b/astroid/brain/builtin_inference.py index <HASH>..<HASH> 100644 --- a/astroid/brain/builtin_inference.py +++ b/astroid/brain/builtin_inference.py @@ -13,6 +13,9 @@ from astroid.builder import AstroidBuilder def _extend_str(class_node, rvalue): """function to exte...
Improve the brain definition of string methods. This patch drops the dynamic building of the methods and adds a couple of arguments for some methods. Nevertheless, this approach will make astroid to believe that some methods accept keyword arguments, while this is not true.
PyCQA_astroid
train
b55b361f97461996eec01c6013c6617601c77b12
diff --git a/src/core/core.animation.js b/src/core/core.animation.js index <HASH>..<HASH> 100644 --- a/src/core/core.animation.js +++ b/src/core/core.animation.js @@ -46,6 +46,8 @@ export default class Animation { update(cfg, to, date) { const me = this; if (me._active) { + me._notify(false); + const curr...
Reject pending promises when animation is updated (#<I>) * Reject pending promises when animation is updated * Add tests
chartjs_Chart.js
train
f511ac20fe53ea0d270b84be650658609d743e9c
diff --git a/lib/ey_services_api/base_connection.rb b/lib/ey_services_api/base_connection.rb index <HASH>..<HASH> 100644 --- a/lib/ey_services_api/base_connection.rb +++ b/lib/ey_services_api/base_connection.rb @@ -46,9 +46,23 @@ module EY @backend ||= Rack::Client::Handler::NetHTTP end + class R...
AUTHENTICATED-(ish)
engineyard_ey_services_api
train
52a9dc8ab5a82700147b31227397374964826d03
diff --git a/lib/emit.js b/lib/emit.js index <HASH>..<HASH> 100644 --- a/lib/emit.js +++ b/lib/emit.js @@ -15,8 +15,8 @@ var b = types.builders; var n = types.namedTypes; var leap = require("./leap"); var meta = require("./meta"); -var runtimeProperty = require("./util").runtimeProperty; -var runtimeKeysMethod = run...
Be smarter about renaming catch parameters. Fixes #<I>.
facebook_regenerator
train
1b9842f20b4d37727e0668bbec0a4ccd57b67447
diff --git a/src/ai/backend/common/__init__.py b/src/ai/backend/common/__init__.py index <HASH>..<HASH> 100644 --- a/src/ai/backend/common/__init__.py +++ b/src/ai/backend/common/__init__.py @@ -1 +1 @@ -__version__ = '1.5.0b1' +__version__ = '18.12.0a1'
Pre-release <I>a1
lablup_backend.ai-common
train
f3b99533e491b35f2bf76bb118083c1c32b82e29
diff --git a/isovar/translate.py b/isovar/translate.py index <HASH>..<HASH> 100644 --- a/isovar/translate.py +++ b/isovar/translate.py @@ -186,7 +186,7 @@ def count_mismatches(reference_prefix, cdna_prefix): def compute_offset_to_first_complete_codon( offset_to_first_complete_reference_codon, - n_tri...
continued struggles with py2 str vs. py3 str
openvax_isovar
train
fd1985587856995b9904abf914c2ba218a466386
diff --git a/command/status.go b/command/status.go index <HASH>..<HASH> 100644 --- a/command/status.go +++ b/command/status.go @@ -75,6 +75,7 @@ func (c *StatusCommand) Run(args []string) int { // No output if we have no jobs if len(jobs) == 0 { + c.Ui.Output("No running jobs") return 0 }
Add message to nomad status when there are no jobs
hashicorp_nomad
train
f5d329d72354f9492b8752631b31a8d0a5aa7ee6
diff --git a/cqlengine/columns.py b/cqlengine/columns.py index <HASH>..<HASH> 100644 --- a/cqlengine/columns.py +++ b/cqlengine/columns.py @@ -763,6 +763,12 @@ class Map(BaseContainerColumn): cq = cql_quote return '{' + ', '.join([cq(k) + ':' + cq(v) for k,v in self.value.items()]) + '}' + ...
reverts so we don't need to change the update_context method for map, we just allow the dict column Quoter to have get() and keys() methods
cqlengine_cqlengine
train
a19881868ea6c599e576e1f8e593a073438bd1e0
diff --git a/user/externallib.php b/user/externallib.php index <HASH>..<HASH> 100644 --- a/user/externallib.php +++ b/user/externallib.php @@ -141,6 +141,7 @@ class moodle_user_external extends external_api { } $user['confirmed'] = true; + $user['mnethostid'] = $CFG->mnet_localhos...
webservice MDL-<I> create_users should create user with mnethostid = local
moodle_moodle
train
28a8c2f863fc01d8f0dcef5a2277027fec797aa0
diff --git a/lib/puppet/ssl/state_machine.rb b/lib/puppet/ssl/state_machine.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/ssl/state_machine.rb +++ b/lib/puppet/ssl/state_machine.rb @@ -192,10 +192,10 @@ class Puppet::SSL::StateMachine def next_state time = @machine.onetime ? 0 : @machine.waitforcert ...
(PUP-<I>) Improve message when cert hasn't been signed yet Improve message when cert can't be downloaded, so it's clear the agent is waiting for the cert to be signed on the CA. Previously the stdout expectation wasn't testing anything due to the SystemExit. Switch the order of expectations so we rescue the SystemExi...
puppetlabs_puppet
train
5112fe8bf71731f60681069f7ab0f4835f451bba
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -2,11 +2,11 @@ module.exports = function (options) { options = options ? options : {}; let maxAge = options.maxAge ? options.maxAge : 86400; let includeSubDomains = options.includeSubDomains !== undefi...
fix ignoreRequest to be reset on every request
JustinBeckwith_yes-https
train
0a0404e82e12f5f43a78bf30b6ba1eeae7a0833d
diff --git a/tests/test_PGPSignature.py b/tests/test_PGPSignature.py index <HASH>..<HASH> 100644 --- a/tests/test_PGPSignature.py +++ b/tests/test_PGPSignature.py @@ -45,7 +45,7 @@ class TestPGPSignature: assert sigpkt.hash_algorithm == pgpd.raw_hash_algorithm # hashed subpackets # creation ...
modified test slightly to use the changed name for SigCreationTime
SecurityInnovation_PGPy
train
c511593892ef87071e61c3a2eac300c53baa9245
diff --git a/forms.py b/forms.py index <HASH>..<HASH> 100644 --- a/forms.py +++ b/forms.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- ## ## This file is part of Invenio. -## Copyright (C) 2012, 2013, 2014 CERN. +## Copyright (C) 2012, 2013, 2014, 2015 CERN. ## ## Invenio is free software; you can redistribute it and/...
global: removal of depreated WTForms extenstion * Replaces TextField with StringField. * Fixes PEP8/<I>.
inveniosoftware-attic_invenio-utils
train
091167afb95327d46fcb2f12aa08fa1e3564718c
diff --git a/lib/API/Values/Content.php b/lib/API/Values/Content.php index <HASH>..<HASH> 100644 --- a/lib/API/Values/Content.php +++ b/lib/API/Values/Content.php @@ -91,7 +91,7 @@ abstract class Content extends ValueObject * @param int $maxPerPage * @param int $currentPage * - * @return \Netgen\E...
Properly document return type of new methods
netgen_ezplatform-site-api
train
693beba39470df0bcc6a1237ecde09991434a02c
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java index <HASH>..<HASH> 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java +++ b/gwtquery-core/src/main/java/com/google/gwt/query/client...
small re-ractoring
ArcBees_gwtquery
train
ea0c34f672a6d15b942b64edf350f7afeeb55297
diff --git a/dftimewolf/lib/exporters/local_filesystem.py b/dftimewolf/lib/exporters/local_filesystem.py index <HASH>..<HASH> 100644 --- a/dftimewolf/lib/exporters/local_filesystem.py +++ b/dftimewolf/lib/exporters/local_filesystem.py @@ -100,7 +100,10 @@ class LocalFilesystemCopy(module.BaseModule): full_path...
Warn on same file error (#<I>)
log2timeline_dftimewolf
train
c216b8f469087b528f4e44f28b82e46df3fc3615
diff --git a/dwave/cloud/utils.py b/dwave/cloud/utils.py index <HASH>..<HASH> 100644 --- a/dwave/cloud/utils.py +++ b/dwave/cloud/utils.py @@ -19,6 +19,13 @@ import time import random import platform import itertools + +try: + import collections.abc as abc +except ImportError: + # 2.7 + import collections a...
Support Mapping abc in uniform iterators
dwavesystems_dwave-cloud-client
train
53bc95e15098102e37083efab01189e5ee3f678c
diff --git a/core.js b/core.js index <HASH>..<HASH> 100644 --- a/core.js +++ b/core.js @@ -26,8 +26,8 @@ var uuid = require('uuid'); // The primary object containing all config options and common functions var core = { - name: 'backend', - version: '2014.03.25', + name: 'backendjs', + version: '2014.04....
mergeObj return new obj to avoid side effects
vseryakov_backendjs
train
9308db14c9e24067a81562236ce9ea6a5518f339
diff --git a/tools/otci/otci/__init__.py b/tools/otci/otci/__init__.py index <HASH>..<HASH> 100644 --- a/tools/otci/otci/__init__.py +++ b/tools/otci/otci/__init__.py @@ -35,7 +35,9 @@ from .otci import \ connect_cli_serial, \ connect_ncp_sim, \ connect_cmd_handler, \ - connect_otbr_ssh + connect_o...
[otci] support ADB connection for OTCI (#<I>)
openthread_openthread
train
f2a547dccd92793c534e0527b0942d5172189321
diff --git a/marklogic-jena/src/main/java/com/marklogic/semantics/jena/engine/MarkLogicQueryEngine.java b/marklogic-jena/src/main/java/com/marklogic/semantics/jena/engine/MarkLogicQueryEngine.java index <HASH>..<HASH> 100644 --- a/marklogic-jena/src/main/java/com/marklogic/semantics/jena/engine/MarkLogicQueryEngine.jav...
Issue <I>, nullpointer in MarkLogicQueryEngine
marklogic_marklogic-jena
train
8acdf00adcc329ce015e7b8f49a3acdcb71b3521
diff --git a/app/controllers/user_import_files_controller.rb b/app/controllers/user_import_files_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/user_import_files_controller.rb +++ b/app/controllers/user_import_files_controller.rb @@ -47,7 +47,10 @@ class UserImportFilesController < ApplicationControlle...
start import when a file is uploaded Conflicts: app/controllers/user_import_files_controller.rb
next-l_enju_leaf
train
44f0d36381f962aaa7e1319671689a92d9dab8a0
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -348,6 +348,12 @@ Ribose::SpaceInvitation.create( ) ``` +#### Cancel a space invitation + +```ruby +Ribose::SpaceInvitation.cancel(invitation_id) +``` + ### Calendar #### List user calendars diff --git a/lib/ribose...
Interface to cancel a space invitation Ribose API offers endpoint to invite other user to a user space, but sometime we might sent some wrong invitation or we might not have want to send invitation to some user and what's there this interface comes it, it provides an easier interface to cancel any of the un-intended i...
riboseinc_ribose-ruby
train
6b30f74ae00e1ac93e3f27d21cd420fe49a93692
diff --git a/driver-compat/src/test/com/mongodb/DBCursorTest.java b/driver-compat/src/test/com/mongodb/DBCursorTest.java index <HASH>..<HASH> 100644 --- a/driver-compat/src/test/com/mongodb/DBCursorTest.java +++ b/driver-compat/src/test/com/mongodb/DBCursorTest.java @@ -20,6 +20,7 @@ import org.bson.BSONCallback; impo...
Temporary fix of build failing for jdk8-b<I>
mongodb_mongo-java-driver
train
5d7c5f74712a6f666a11dfc999785e826f5167f8
diff --git a/test/transports.xhr-polling.test.js b/test/transports.xhr-polling.test.js index <HASH>..<HASH> 100644 --- a/test/transports.xhr-polling.test.js +++ b/test/transports.xhr-polling.test.js @@ -43,10 +43,12 @@ module.exports = { res.statusCode.should.eql(200); packets.should.have.length(1);...
Changed; make sure to compare the decoded packet representation with an empty endpoint and advice.
socketio_socket.io
train
9efe4325e685b040a4af87a65e0885b950b0cc5a
diff --git a/pa11ycrawler/settings.py b/pa11ycrawler/settings.py index <HASH>..<HASH> 100644 --- a/pa11ycrawler/settings.py +++ b/pa11ycrawler/settings.py @@ -28,6 +28,6 @@ CONCURRENT_REQUESTS = 16 CONCURRENT_REQUESTS_PER_DOMAIN = 8 COOKIES_DEBUG = False COOKIES_ENABLED = True -DEPTH_LIMIT = 2 +DEPTH_LIMIT = 6 LOG_...
Increase max depth to 6 At 2, it only has enough depth to log in.
edx_pa11ycrawler
train
2b3e11e84cea776554a139c38eb7dfed88d0b77f
diff --git a/src/main/java/org/dasein/cloud/google/compute/server/ServerSupport.java b/src/main/java/org/dasein/cloud/google/compute/server/ServerSupport.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/google/compute/server/ServerSupport.java +++ b/src/main/java/org/dasein/cloud/google/compute/ser...
FB <I>. was blowing up with a NPE when trying to get disk size on listProducts. Relates to FB <I> as well. Conflicts: src/main/java/org/dasein/cloud/google/compute/server/ServerSupport.java
dasein-cloud_dasein-cloud-google
train
1a0dc3084cf5743de4908ec743b0ced6cfdeaa97
diff --git a/waveform.go b/waveform.go index <HASH>..<HASH> 100644 --- a/waveform.go +++ b/waveform.go @@ -121,34 +121,6 @@ func New(r io.Reader, options ...OptionsFunc) (*Waveform, error) { return w, w.SetOptions(options...) } -/* -// ComputeOptions are used to customize the ComputeValues operation. -type Compute...
waveform: remove commented out struct definitions
mdlayher_waveform
train
047e27c96629ddd0212535b46a7d72a1de4c3fdb
diff --git a/uncompyle6/parsers/parse30.py b/uncompyle6/parsers/parse30.py index <HASH>..<HASH> 100644 --- a/uncompyle6/parsers/parse30.py +++ b/uncompyle6/parsers/parse30.py @@ -15,6 +15,9 @@ class Python30Parser(Python31Parser): pt_bp ::= POP_TOP POP_BLOCK assert ::= assert_...
<I> assert2... Not like other 3.x due to the lack of POP_JUMP_IF
rocky_python-uncompyle6
train
2e02493fb09ddf668843f29e0be4b31d8f8ae12a
diff --git a/actstream/registry.py b/actstream/registry.py index <HASH>..<HASH> 100644 --- a/actstream/registry.py +++ b/actstream/registry.py @@ -14,6 +14,8 @@ def setup_generic_relations(model_class): """ Set up GenericRelations for actionable models. """ + Action = get_model('actstream', 'Action') ...
Fix deletion of target/actor objects
justquick_django-activity-stream
train
645d56f3920ce54c120e0a00f4889f34982721d8
diff --git a/lib/Angular1Processor.js b/lib/Angular1Processor.js index <HASH>..<HASH> 100644 --- a/lib/Angular1Processor.js +++ b/lib/Angular1Processor.js @@ -36,7 +36,7 @@ var Angular1Processor = extend(RegexpProcessor, { this.minimizer = new Minimize(this.config.minimize); if (!this.config.minimize....
Update Angular1Processor.js
laxa1986_gulp-angular-embed-templates
train
e2c1c03e66c8b5b02e4c74c02db721322baab9a9
diff --git a/examples/datachannel-filexfer/filexfer.py b/examples/datachannel-filexfer/filexfer.py index <HASH>..<HASH> 100644 --- a/examples/datachannel-filexfer/filexfer.py +++ b/examples/datachannel-filexfer/filexfer.py @@ -54,7 +54,7 @@ async def run_answer(pc, signaling, filename): ) ...
[examples] correctly exit file transfer example
aiortc_aiortc
train
a60ff2fb9f199f9d15b43da8a62fe2b7e779be5b
diff --git a/Controller/TipsManagerController.php b/Controller/TipsManagerController.php index <HASH>..<HASH> 100644 --- a/Controller/TipsManagerController.php +++ b/Controller/TipsManagerController.php @@ -17,23 +17,22 @@ class TipsManagerController extends Controller */ private function getTipTransUnit(Req...
The LexikTranslationBundle repository tends to hydrate to arrays rather than entities
tamago-db_TamagoTipsManagerBundle
train
4b0dbd87286dc98c8a671bbe4a62e5b210931585
diff --git a/tests/test_gocamgen.py b/tests/test_gocamgen.py index <HASH>..<HASH> 100644 --- a/tests/test_gocamgen.py +++ b/tests/test_gocamgen.py @@ -71,6 +71,15 @@ def test_ref_picker(): result = gocamgen.ReferencePreference.pick(test_refs) assert result == "PMID:9834189" + test_refs = [ + "GO_R...
Flip PMID and WB_REF in test
biolink_ontobio
train
6a460ff3296d15ea899abc25dd298b98ed4074a8
diff --git a/assess_autoload_credentials.py b/assess_autoload_credentials.py index <HASH>..<HASH> 100755 --- a/assess_autoload_credentials.py +++ b/assess_autoload_credentials.py @@ -439,9 +439,9 @@ def write_openstack_config_file(tmp_dir, user, credential_details): def ensure_openstack_personal_cloud_exists(clien...
Improve sanity check for writing clouds.yaml.
juju_juju
train
8aa17d55e28b9209440c7fb0faf2ac3ea58b0673
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -207,15 +207,38 @@ module.exports = { assert.strictEqual(expectedResult, result.code); test.done(); + }, + + testExportWithGlobalNameFunction: function(test) { + var babelOptions = getBabelOpti...
Adds test case for using globalName as a function
mairatma_babel-plugin-globals
train
ce83dc98bb042b71c19bec600c2f3885efa33adf
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index <HASH>..<HASH> 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -199,7 +199,7 @@ The full set of methods that can be used in this block are as follows: Every Rails application comes with a standard set of midd...
Make the `static_index` config part of the `config.public_server` config Also call it `public_server.index_name` so it'll make more sense.
rails_rails
train
28ff5d34ca6aff7ffb99247f71e6e95f47db6626
diff --git a/core.js b/core.js index <HASH>..<HASH> 100644 --- a/core.js +++ b/core.js @@ -28,6 +28,7 @@ const XMLHttpRequest = (Old => class XMLHttpRequest extends Old { response.headers = { 'content-length': buffer.length + '', }; + response.end(buffer); cb(respo...
Bugfix XMLHttpRequest open blob url not writing buffer to response
exokitxr_exokit
train
9fb830d3535a82428a6a07d1861ae60881e64293
diff --git a/tests/webdriver/unit/undo_redo.rb b/tests/webdriver/unit/undo_redo.rb index <HASH>..<HASH> 100644 --- a/tests/webdriver/unit/undo_redo.rb +++ b/tests/webdriver/unit/undo_redo.rb @@ -27,9 +27,9 @@ describe "Test undo redo" do "endLength" => 4, "ops" => [{ "value" => "abc\n" }] } @adapter.type_te...
Add messages to failed tests in undo/redo suite.
quilljs_quill
train
16ee133b480787101edc039d94c4f6ff055d4ff7
diff --git a/core/src/main/java/hudson/model/AbstractProject.java b/core/src/main/java/hudson/model/AbstractProject.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/AbstractProject.java +++ b/core/src/main/java/hudson/model/AbstractProject.java @@ -1451,9 +1451,9 @@ public abstract class AbstractP...
[FIXED JENKINS-<I>] Be sure to release WorkspaceList.Lease deterministically in a finally block. (cherry picked from commit <I>fa<I>ba<I>dac<I>b5a9bb<I>ed<I>c6) Conflicts: changelog.html
jenkinsci_jenkins
train
5426770c7368b8e68893f41a622e769088d1e1a0
diff --git a/tools/run_tests/xds_k8s_test_driver/framework/test_app/client_app.py b/tools/run_tests/xds_k8s_test_driver/framework/test_app/client_app.py index <HASH>..<HASH> 100644 --- a/tools/run_tests/xds_k8s_test_driver/framework/test_app/client_app.py +++ b/tools/run_tests/xds_k8s_test_driver/framework/test_app/cli...
xds-k8s driver: remove "Client subchannel must have no sockets" check (#<I>)
grpc_grpc
train
5dd484fb3855811c7b4a976e4835e062ee972420
diff --git a/servlets/src/main/java/com/meltmedia/cadmium/servlets/guice/CadmiumListener.java b/servlets/src/main/java/com/meltmedia/cadmium/servlets/guice/CadmiumListener.java index <HASH>..<HASH> 100644 --- a/servlets/src/main/java/com/meltmedia/cadmium/servlets/guice/CadmiumListener.java +++ b/servlets/src/main/java...
CADMIUM-<I>: Fixed bug in CadmiumListener that broken the Relfections in jboss 5
meltmedia_cadmium
train
aeffa6c2c331ea489ae0f948b7e327fa14458da2
diff --git a/app/assets/javascripts/fae/navigation/_accordion.js b/app/assets/javascripts/fae/navigation/_accordion.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/fae/navigation/_accordion.js +++ b/app/assets/javascripts/fae/navigation/_accordion.js @@ -19,7 +19,7 @@ Fae.navigation.accordion = { accordi...
refs #<I> - write accordion specs and fix nav click highlighting
wearefine_fae
train
acdc1ea56fcffc067558f5aee202b252e5fa253c
diff --git a/definitions/npm/react-bootstrap_v0.32.x/flow_v0.53.x-/react-bootstrap_v0.32.x.js b/definitions/npm/react-bootstrap_v0.32.x/flow_v0.53.x-/react-bootstrap_v0.32.x.js index <HASH>..<HASH> 100644 --- a/definitions/npm/react-bootstrap_v0.32.x/flow_v0.53.x-/react-bootstrap_v0.32.x.js +++ b/definitions/npm/react-...
overlayTrigger trigger prop takes array of triggers, not any strings (#<I>)
flow-typed_flow-typed
train
20bee16cde805e3f1d1223d7bbcaa04a3c9482d5
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -2,6 +2,7 @@ package couchbase import ( "encoding/json" + "errors" "fmt" "math/rand" "net/http" @@ -89,6 +90,10 @@ func (b *Bucket) View(ddoc, name string, params map[string]interface{}) (vres Vi } defer res...
Error on an inability to access a view.
couchbase_go-couchbase
train
f64aa8d351159b8c454249557869d9c908322d18
diff --git a/sentry.go b/sentry.go index <HASH>..<HASH> 100644 --- a/sentry.go +++ b/sentry.go @@ -225,6 +225,16 @@ func (hook *SentryHook) Levels() []logrus.Level { return hook.levels } +// SetRelease sets release tag. +func (hook *SentryHook) SetRelease(release string) { + hook.client.SetRelease(release) +} + +/...
Add SetRelease and SetEnvironment (#<I>)
evalphobia_logrus_sentry
train
511d5349dfa68169873b5c821363a423c9fa2e45
diff --git a/unitypack/asset.py b/unitypack/asset.py index <HASH>..<HASH> 100644 --- a/unitypack/asset.py +++ b/unitypack/asset.py @@ -71,6 +71,7 @@ class Asset: self.bundle = None self.name = "" self.long_object_ids = False + self.tree = TypeMetadata(self) def __repr__(self): return "<%s %s>" % (self....
Set Asset.tree at init time
HearthSim_UnityPack
train
0083f5f793b1f90317d18fdafecf8de98560194a
diff --git a/app/src/Bolt/Configuration/ResourceManager.php b/app/src/Bolt/Configuration/ResourceManager.php index <HASH>..<HASH> 100644 --- a/app/src/Bolt/Configuration/ResourceManager.php +++ b/app/src/Bolt/Configuration/ResourceManager.php @@ -140,7 +140,7 @@ class ResourceManager $theme_path = $app['confi...
fix to themepath, no trailing slash
bolt_bolt
train
5d2b825e4183eba888f92999f0075fd03a8af8e2
diff --git a/AmqpContext.php b/AmqpContext.php index <HASH>..<HASH> 100644 --- a/AmqpContext.php +++ b/AmqpContext.php @@ -220,7 +220,7 @@ class AmqpContext implements InteropAmqpContext, DelayStrategyAware $bind->getTarget()->getTopicName(), $bind->getRoutingKey(), (b...
Solves binding Headers Exchange with Queue using custom arguments
php-enqueue_amqp-lib
train
ac8f692b8823703355e192d900272dc8771f3c5e
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,5 +1,5 @@ -require 'codeclimate-test-reporter' -CodeClimate::TestReporter.start +require 'simplecov' +SimpleCov.start # This file was generated by the `rspec --init` command. C...
Run SimpleCov instead of CodeClimate at the start of specs
meew0_discordrb
train
78ebf1dd743cf746e39268028519d19298095935
diff --git a/Neos.Flow/Tests/Functional/SignalSlot/Fixtures/SubClass.php b/Neos.Flow/Tests/Functional/SignalSlot/Fixtures/SubClass.php index <HASH>..<HASH> 100644 --- a/Neos.Flow/Tests/Functional/SignalSlot/Fixtures/SubClass.php +++ b/Neos.Flow/Tests/Functional/SignalSlot/Fixtures/SubClass.php @@ -22,6 +22,8 @@ class S...
TASK: Add test that covers signal arguments by reference passing
neos_flow-development-collection
train
397122fb47310a0bdc1b779cbcd949a153c01e2f
diff --git a/lib/ObjectServer.js b/lib/ObjectServer.js index <HASH>..<HASH> 100644 --- a/lib/ObjectServer.js +++ b/lib/ObjectServer.js @@ -2,7 +2,9 @@ var atom = require('atom') var o = atom.o(module) var oo = atom.oo(module) var _o = atom._o(module) -var __ = atom.__(module) + +var fiber = require('fiber') +var __...
moving __ to fiber repo
carbon-io_carbond
train
dd47e7a346b4fed997e491f5c87111079460bb74
diff --git a/src/androidTest/java/com/couchbase/lite/LiteTestCase.java b/src/androidTest/java/com/couchbase/lite/LiteTestCase.java index <HASH>..<HASH> 100644 --- a/src/androidTest/java/com/couchbase/lite/LiteTestCase.java +++ b/src/androidTest/java/com/couchbase/lite/LiteTestCase.java @@ -635,7 +635,9 @@ public abstra...
Re-Merge pull request #<I> from yaronyg/patch-<I> Hand merge this since it didn't merge cleanly when merging in the feature/issue_<I>_restart_replications feature branch. Fix <URL>
couchbase_couchbase-lite-android
train
97e9eb203eae0bcc9e55e96ac789e27fc173b444
diff --git a/question/engine/lib.php b/question/engine/lib.php index <HASH>..<HASH> 100644 --- a/question/engine/lib.php +++ b/question/engine/lib.php @@ -595,9 +595,11 @@ class question_display_options { /** * @since 2.9 - * @var string extra HTML to include in the info box of the question display. - ...
MDL-<I> questions: Show extra info in the outcomes area not info Currently the only use is the quiz Redo question button, and that would be much better placed in the feedback area, not least for langages where the button label needs to be longer.
moodle_moodle
train
b0438f260adc3ebc3c7f515f8519d02e3cd90707
diff --git a/consumer_metadata_response.go b/consumer_metadata_response.go index <HASH>..<HASH> 100644 --- a/consumer_metadata_response.go +++ b/consumer_metadata_response.go @@ -1,10 +1,16 @@ package sarama +import ( + "net" + "strconv" +) + type ConsumerMetadataResponse struct { Err KError - Coordin...
Automatically construct a broker from the ConsumerMetadataResponse
Shopify_sarama
train
67a49db5bdb229dfce2f02d9a4d22dc7ad6817ef
diff --git a/core/src/main/java/io/atomix/core/iterator/impl/PartitionedProxyIterator.java b/core/src/main/java/io/atomix/core/iterator/impl/PartitionedProxyIterator.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/atomix/core/iterator/impl/PartitionedProxyIterator.java +++ b/core/src/main/java/io/atomix/co...
Ensure async iterator is initialized safely.
atomix_atomix
train
c921948db53c86a8cb2d1bdba3f4d2b0ea7d2739
diff --git a/src/com/aoindustries/servlet/filter/LocaleFilter.java b/src/com/aoindustries/servlet/filter/LocaleFilter.java index <HASH>..<HASH> 100644 --- a/src/com/aoindustries/servlet/filter/LocaleFilter.java +++ b/src/com/aoindustries/servlet/filter/LocaleFilter.java @@ -467,7 +467,7 @@ abstract public class LocaleF...
Using Locale.ROOT for locale-neutral comparisons and conversions.
aoindustries_ao-servlet-filter
train
574f2c7809cf264b374516b6a73e5aad022dbb8d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( author='RJ Gilligan', author_email='rj.gilligan@nrgnergy.com', url='https://github.com/narwhaljames/restapi-logging-handler.git', - download_url='https://github.com/narwhaljames/restapi-...
Fixed manifest.in and setup.py issues
narwhaljames_restapi-logging-handler
train
5e676df8d6e5da93f3b6d329682600b5d0d5d047
diff --git a/lottie/src/main/java/com/airbnb/lottie/PathKeyframe.java b/lottie/src/main/java/com/airbnb/lottie/PathKeyframe.java index <HASH>..<HASH> 100644 --- a/lottie/src/main/java/com/airbnb/lottie/PathKeyframe.java +++ b/lottie/src/main/java/com/airbnb/lottie/PathKeyframe.java @@ -37,6 +37,8 @@ class PathKeyframe ...
Added a comment for why equals(float, float) is used in PathKeyframe
airbnb_lottie-android
train
476425a76d35619df6ddda57ee5431785c404a62
diff --git a/lib/roo/csv.rb b/lib/roo/csv.rb index <HASH>..<HASH> 100644 --- a/lib/roo/csv.rb +++ b/lib/roo/csv.rb @@ -10,7 +10,6 @@ require 'csv' class Roo::Csv < Roo::GenericSpreadsheet def initialize(filename, packed=nil, file_warning=:error, tmpdir=nil) @filename = filename - super() @cell = Ha...
GenericSpreadsheet's initialization doesn't actually do anything - no point in calling it explicitly
roo-rb_roo
train
768df141c3cfbc95b6d5a89183a040d61a8ebb82
diff --git a/src/main/java/org/jboss/aesh/cl/internal/ProcessedOption.java b/src/main/java/org/jboss/aesh/cl/internal/ProcessedOption.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/aesh/cl/internal/ProcessedOption.java +++ b/src/main/java/org/jboss/aesh/cl/internal/ProcessedOption.java @@ -26,6 +26,7 @@...
[AESH-<I>] required options are now rendered in bold
aeshell_aesh
train
effd51f90e621d1b9ae03f6d9d6dbbe3762fbc34
diff --git a/bookstore/bookstore_config.py b/bookstore/bookstore_config.py index <HASH>..<HASH> 100644 --- a/bookstore/bookstore_config.py +++ b/bookstore/bookstore_config.py @@ -75,10 +75,23 @@ def validate_bookstore(settings: BookstoreSettings): settings: bookstore.bookstore_config.BookstoreSettings The...
change API for validation to return an dict with feature specific checks - "bookstore_validation" Checks whether bookstore overall has been validated (is false by default unless you set a s3_bucket) - "archive_validation" Checks whether archiving has been configured - "published_validation" Checks whether publishing ...
nteract_bookstore
train
b3a70abe40ea6acbeb698fb9acaf6055a9e81d63
diff --git a/tpl/template_funcs_test.go b/tpl/template_funcs_test.go index <HASH>..<HASH> 100644 --- a/tpl/template_funcs_test.go +++ b/tpl/template_funcs_test.go @@ -1523,18 +1523,33 @@ func TestChomp(t *testing.T) { } func TestHumanize(t *testing.T) { - for _, e := range []struct { - in, exp string + for i, this...
tpl: Complete coverage for Humanize
gohugoio_hugo
train
26f213c63b9c9aba4cede91f6fb109cae8c8dd08
diff --git a/tests/network/test_timeseries.py b/tests/network/test_timeseries.py index <HASH>..<HASH> 100644 --- a/tests/network/test_timeseries.py +++ b/tests/network/test_timeseries.py @@ -1955,12 +1955,61 @@ class TestTimeSeriesRaw: ).all() def test_to_csv(self): - # ToDo implement - pa...
Add tests to_ and from_csv
openego_eDisGo
train
a72796bc95cc82449ee09ea726d9f4a11cc2baac
diff --git a/lib/lifx/client.rb b/lib/lifx/client.rb index <HASH>..<HASH> 100644 --- a/lib/lifx/client.rb +++ b/lib/lifx/client.rb @@ -26,7 +26,7 @@ module LIFX end def lights - sites.map(&:lights) + sites.map(&:lights).flatten end end end diff --git a/lib/lifx/light.rb b/lib/lifx/light.r...
Add on! and off! to lights
LIFX_lifx-gem
train
ec4d7e4e9f1278105c3c62ed3af9d8ec60f63f12
diff --git a/cachesim/cache.py b/cachesim/cache.py index <HASH>..<HASH> 100755 --- a/cachesim/cache.py +++ b/cachesim/cache.py @@ -62,7 +62,9 @@ class CacheSimulator(object): if last_addr is not None, it all addresses between addr and last_addr (exclusive) are loaded if length is not None, all address...
ignoring Nones in addresses version bump
RRZE-HPC_pycachesim
train