hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d87bb430e386fa9ecb671d5283f18dafe8c65b20
diff --git a/src/Entities/Menu.php b/src/Entities/Menu.php index <HASH>..<HASH> 100644 --- a/src/Entities/Menu.php +++ b/src/Entities/Menu.php @@ -1,6 +1,7 @@ <?php namespace Arcanedev\Menus\Entities; use Closure; +use IteratorAggregate; /** * Class Menu @@ -8,7 +9,7 @@ use Closure; * @package Arcanedev...
Adding IteratorAggregate Interface to Menu Entity
ARCANEDEV_Menus
train
1baf805206e277859ebe7c097739fd50ef068053
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -48,8 +48,8 @@ <gwt.version>2.7.0</gwt.version> <jbox2d.version>2.2.1.1</jbox2d.version> <lwjgl.version>2.9.3</lwjgl.version> - <robovm.version>1.7.0</robovm.version> - <robovm.maven.version>1.7.0</robovm.mave...
Upgrade to RoboVM <I>.
playn_playn
train
e13ec14c65994c21fd40dde958292783603e3354
diff --git a/cf/commands/application/app.go b/cf/commands/application/app.go index <HASH>..<HASH> 100644 --- a/cf/commands/application/app.go +++ b/cf/commands/application/app.go @@ -175,7 +175,7 @@ func (cmd *ShowApp) ShowApp(app models.Application, orgName, spaceName string) { } //temp solution, diego app metri...
do not call GetContainerMetrics() when a diego app is stopped - GetContainerMetrics() might still return metrics for an stopped app, while v2/app/summary endpoint reports instance=0, this causes CLI to crash. [#<I>]
cloudfoundry_cli
train
e673963057eb11cd0ec95935b1d163a69820ceda
diff --git a/lib/runner.js b/lib/runner.js index <HASH>..<HASH> 100644 --- a/lib/runner.js +++ b/lib/runner.js @@ -159,6 +159,7 @@ Runner.prototype.hook = function(name, fn){ }); hook.run(function(err){ + hook.removeAllListeners('error'); if (err) return self.failHook(hook, err); self.emi...
Fixed event emitter leak. Closes #<I>
mochajs_mocha
train
cbbfff48fbb7cb2bfdbb06dec22f7e93e8da9dfe
diff --git a/openhtf/capabilities/__init__.py b/openhtf/capabilities/__init__.py index <HASH>..<HASH> 100644 --- a/openhtf/capabilities/__init__.py +++ b/openhtf/capabilities/__init__.py @@ -175,6 +175,9 @@ def requires(**capabilities): 'Capabilities %s required multiple times on phase %s' % ( ...
save wrapped phase func as an attribute on capability-wrapped phases
google_openhtf
train
c3d9d9690ff40d428dba316714c82ea1af6b4622
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - myreplicator (1.1.63) + myreplicator (1.1.64) json mysql2 net-sftp diff --git a/lib/loader/loader.rb b/lib/loader/loader.rb index <HASH>..<...
Adding check for inveral refresh to run only at night and some other small fixes
Raybeam_myreplicator
train
efaad45b0914f9d1016f63c210491433dd25c736
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index <HASH>..<HASH> 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -49,57 +49,3 @@ Metrics/ModuleLength: # Offense count: 1 Metrics/PerceivedComplexity: Max: 10 - -# Offense count: 1 -# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhi...
Fix some RuboCop violations Fixed all remaining violations except for those related to length and complexity. Those types of violations will be taken care of during the big refactor that is soon to happen.
enkessler_cql
train
e48f63b12dd79b9bb97e560b8e18ab280399fca2
diff --git a/lib/travis/services/cancel_job.rb b/lib/travis/services/cancel_job.rb index <HASH>..<HASH> 100644 --- a/lib/travis/services/cancel_job.rb +++ b/lib/travis/services/cancel_job.rb @@ -19,7 +19,7 @@ module Travis end def cancel - publish! + publish! unless job.created? j...
Don't send cancel event to the worker if a job hasn't started yet
travis-ci_travis-core
train
5837222285832c73c0516e8ef07352c2b6dc0f66
diff --git a/dateutils_tests.py b/dateutils_tests.py index <HASH>..<HASH> 100644 --- a/dateutils_tests.py +++ b/dateutils_tests.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- ## ## $Id$ -## +## ## This file is part of CDS Invenio. ## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 CERN. ## @@ -13,7 +13,7 @@ ## CDS...
Added test of handling CVS $id tag by convert_datecvs_to_datestruct(..).
inveniosoftware-attic_invenio-utils
train
221b62b1680914142ea948ebeacc83d2d88659f2
diff --git a/middleware/swagger/src/main/java/com/jetdrone/vertx/yoke/annotations/ResponseMessage.java b/middleware/swagger/src/main/java/com/jetdrone/vertx/yoke/annotations/ResponseMessage.java index <HASH>..<HASH> 100644 --- a/middleware/swagger/src/main/java/com/jetdrone/vertx/yoke/annotations/ResponseMessage.java +...
swagger add support for responseModel (cherry picked from commit <I>ffb<I>)
pmlopes_yoke
train
14d6014a379f51a2e602f6edde5fcb8a7a664de2
diff --git a/cluster-master.js b/cluster-master.js index <HASH>..<HASH> 100644 --- a/cluster-master.js +++ b/cluster-master.js @@ -7,6 +7,9 @@ var cluster = require("cluster") , clusterSize = 0 , os = require("os") , onmessage +, repl = require('repl') +, net = require('net') +, fs = require('fs') exports = modul...
Control the cluster with a repl
isaacs_cluster-master
train
5e4d833eb44a714b130fdc2981d868189d6ae717
diff --git a/mysqldump.php b/mysqldump.php index <HASH>..<HASH> 100644 --- a/mysqldump.php +++ b/mysqldump.php @@ -28,7 +28,7 @@ class MySQLDump $this->list_tables(); $this->create_sql(); - file_put_contents($this->filename, $this->sql_file); + return file_put_contents($this->filen...
Return status of backup file_put_contents returns the number of bytes that were written, or false on failure. This is useful for testing that the backup was performed successfully :)
ifsnop_mysqldump-php
train
e9f683e06cb8351d0a2883eb8e49a4856c36779a
diff --git a/quarkc/_metadata.py b/quarkc/_metadata.py index <HASH>..<HASH> 100644 --- a/quarkc/_metadata.py +++ b/quarkc/_metadata.py @@ -19,7 +19,7 @@ __all__ = [ "__license__", "__copyright__", ] -__title__ = 'datawire-quark' +__title__ = 'datawire-quarkdev' __version__ = '0.6.74' __summary__ = "Quark: a...
Changed version to datawire-quarkdev, <I> (doc 1). [ci skip]
datawire_quark
train
c7e1f49e783f92960441b88fe23bc1e933797daa
diff --git a/src/Composer/DependencyResolver/Rule.php b/src/Composer/DependencyResolver/Rule.php index <HASH>..<HASH> 100644 --- a/src/Composer/DependencyResolver/Rule.php +++ b/src/Composer/DependencyResolver/Rule.php @@ -43,8 +43,6 @@ class Rule protected $job; - protected $ruleHash; - public functio...
Rule hashes are only used in the rule set, so no need to store them
composer_composer
train
4d711ebfb84276f53346ea246c93d1f629446929
diff --git a/lib/bolt/inventory/group.rb b/lib/bolt/inventory/group.rb index <HASH>..<HASH> 100644 --- a/lib/bolt/inventory/group.rb +++ b/lib/bolt/inventory/group.rb @@ -125,7 +125,7 @@ module Bolt # Require nodes to be parseable as a Target. begin Target.new(n) - rescue Add...
(BOLT-<I>) Convert Addressable::URI errors to Bolt errors Previously exceptions raised by the `Addressable::URI.parse` method would be surfaced. This commit converts `InvalidURIError`s in to `Bolt::ParseError`s.
puppetlabs_bolt
train
6b61f45379652dca1808c4a1098bb1f24bce97a9
diff --git a/src/ol/color/color.js b/src/ol/color/color.js index <HASH>..<HASH> 100644 --- a/src/ol/color/color.js +++ b/src/ol/color/color.js @@ -33,9 +33,17 @@ ol.Color; /** * @type {RegExp} * @private - * This RegExp matches # followed by 3, 4, 6, or 8 hex digits. + * This RegExp matches # followed by 3 or 6 he...
Remove support for 4- and 8- digit hex colors These are not supported by canvas.
openlayers_openlayers
train
3e9ba1ab5338e7f26c66068bba17783b38721ef8
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-06-15 Ingo Renner <ingo.renner@dkd.de> + + * Fixed a bug in status report configuration check that crashed the status report when a site was not configred correctly + 2012-06-13 Ingo Renner <ingo.re...
Fixed a bug in status report configuration check that crashed the status report when a site was not configred correctly git-svn-id: <URL>
TYPO3-Solr_ext-solr
train
86345095cb4f1a871852a55967778750c2e6ff76
diff --git a/linux_backend/container_pool/rootfs_provider/rootfs_provider_suite_test.go b/linux_backend/container_pool/rootfs_provider/rootfs_provider_suite_test.go index <HASH>..<HASH> 100644 --- a/linux_backend/container_pool/rootfs_provider/rootfs_provider_suite_test.go +++ b/linux_backend/container_pool/rootfs_prov...
simplify snapshot writing strategy renaming can't be relied upon as tmpdir -> destination may cross filesystem boundaries
cloudfoundry-attic_garden-linux
train
8ca95cbfc39ac040f7a0fd907c952a0ab01e1315
diff --git a/lib/rango/core_ext.rb b/lib/rango/core_ext.rb index <HASH>..<HASH> 100644 --- a/lib/rango/core_ext.rb +++ b/lib/rango/core_ext.rb @@ -102,3 +102,17 @@ class Hash end end end + +module ParamsMixin + def [](key) + super(key.to_s) + end + + def []=(key, value) + super(key.to_s, value) + end...
Fixed security issue, we can't symbolize params, otherwise attacker can run our server out of memory
botanicus_rango
train
99c1ef6210c1485398f478ac5444a25099b5b065
diff --git a/invoiceregistry.go b/invoiceregistry.go index <HASH>..<HASH> 100644 --- a/invoiceregistry.go +++ b/invoiceregistry.go @@ -151,6 +151,8 @@ func (i *invoiceRegistry) SettleInvoice(rHash chainhash.Hash) error { return } + ltndLog.Infof("Payment received: %v", spew.Sdump(invoice)) + i.notifyClient...
lnd: add additional logging statement on payment recv
lightningnetwork_lnd
train
03bf8b47ced8d03dc88663e1c0dc36fcfe281bde
diff --git a/lib/acme/client/resources/authorization.rb b/lib/acme/client/resources/authorization.rb index <HASH>..<HASH> 100644 --- a/lib/acme/client/resources/authorization.rb +++ b/lib/acme/client/resources/authorization.rb @@ -3,7 +3,7 @@ class Acme::Client::Resources::Authorization DNS01 = Acme::Client::Resourc...
Expose the authorization expiration timestamp The ACME server returns an optional timestamp that signifies the expiration date of the domain authorization challenge. The time format is RFC<I> and can be parsed by Time#parse. See: <URL>
unixcharles_acme-client
train
1d493b318c49900800ceb94bf8ae01e5da6128e1
diff --git a/lib/locabulary/json_creator.rb b/lib/locabulary/json_creator.rb index <HASH>..<HASH> 100644 --- a/lib/locabulary/json_creator.rb +++ b/lib/locabulary/json_creator.rb @@ -96,9 +96,9 @@ module Locabulary def get_required_data_from_spreadsheet formatted_data = [] - line = [] - spreadsh...
Minor method refactor To better convey what is happening
ndlib_locabulary
train
8a23738a92666bbebb5f7f88766ad1eee3af76c2
diff --git a/hcn/hcnendpoint.go b/hcn/hcnendpoint.go index <HASH>..<HASH> 100644 --- a/hcn/hcnendpoint.go +++ b/hcn/hcnendpoint.go @@ -304,6 +304,7 @@ func (endpoint *HostComputeEndpoint) Create() (*HostComputeEndpoint, error) { return nil, err } + logrus.Debugf("hcn::HostComputeEndpoint::Create JSON: %s", jsonS...
Debug prints out the json provided to HNS.
Microsoft_hcsshim
train
b10a127a0304dfccd8aaaaee2372b6d12fcfcf7a
diff --git a/src/main/java/com/plaid/client/DefaultPlaidUserClient.java b/src/main/java/com/plaid/client/DefaultPlaidUserClient.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/plaid/client/DefaultPlaidUserClient.java +++ b/src/main/java/com/plaid/client/DefaultPlaidUserClient.java @@ -91,12 +91,24 @@ public cl...
Handle mfa array for auth and connect step
plaid_plaid-java
train
f55ca0e6ea2573879d2542b11ef22faeefa8e11e
diff --git a/lib/fog/google/examples/eric-fail.rb b/lib/fog/google/examples/eric-fail.rb index <HASH>..<HASH> 100755 --- a/lib/fog/google/examples/eric-fail.rb +++ b/lib/fog/google/examples/eric-fail.rb @@ -12,7 +12,7 @@ def test disk.wait_for { disk.ready? } - server = connection.servers.create(defaults = { + ...
[google|compute] Fix spelling errors in example
fog_fog
train
2388dfe22de67e2681a0fc9bb83114389848dc16
diff --git a/lib/bridge.js b/lib/bridge.js index <HASH>..<HASH> 100644 --- a/lib/bridge.js +++ b/lib/bridge.js @@ -22,6 +22,8 @@ const MembershipCache = require("./components/membership-cache"); const RoomLinkValidator = require("./components/room-link-validator").RoomLinkValidator; const RLVStatus = require("./compo...
Add logic for reacting to permanent errors
matrix-org_matrix-appservice-bridge
train
6b4b356f826c1d101878be2718c2ef7032d96ef1
diff --git a/mod/glossary/sql.php b/mod/glossary/sql.php index <HASH>..<HASH> 100644 --- a/mod/glossary/sql.php +++ b/mod/glossary/sql.php @@ -18,14 +18,7 @@ /// fullpivot indicate if the whole pivot should be compared agasint the db or just the first letter /// printpivot indicate if the pivot should be printed or...
Using the standard sql_as() function, although it could be not used.
moodle_moodle
train
44d3c1ca74bd64700b97fd32cb9c3ebe54bc2c53
diff --git a/lib/oneview-sdk/client.rb b/lib/oneview-sdk/client.rb index <HASH>..<HASH> 100644 --- a/lib/oneview-sdk/client.rb +++ b/lib/oneview-sdk/client.rb @@ -108,12 +108,14 @@ module OneviewSDK # Get array of all resources of a specified type # @param [String] type Resource type # @param [Integer] a...
Updated client.get_all to support variant
HewlettPackard_oneview-sdk-ruby
train
5bfb36e333b9e269ce2752202b31b3cfc54e2511
diff --git a/python/src/nnabla/utils/converter/onnx/exporter.py b/python/src/nnabla/utils/converter/onnx/exporter.py index <HASH>..<HASH> 100644 --- a/python/src/nnabla/utils/converter/onnx/exporter.py +++ b/python/src/nnabla/utils/converter/onnx/exporter.py @@ -1349,29 +1349,6 @@ class OnnxExporter: return nl...
Support deconv's output_padding for ONNX Exporter.
sony_nnabla
train
93e5a5a2cddedfbcdb4c84d64c32565152628e62
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index <HASH>..<HASH> 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -50,6 +50,13 @@ types, because it is only expected to be useful for coming OTel Bridge work. [float] ===== Bug fixes +- Fix a possible crash in the instrumentation of an incoming HTT...
fix: possible crash in instrumentation of an incoming HTTP/2 request (#<I>) This also fixes a crash that was possible in instrumentation if an HTTP/2 server called `stream.respond()` after the stream had been destroyed (and the transaction ended): ../lib/instrumentation/modules/http2.js:<I> trans.r...
elastic_apm-agent-nodejs
train
8d7a39ab08bda371846c5d8ebdbd4123d618e37b
diff --git a/lib/falcor/operations/bind/bind.js b/lib/falcor/operations/bind/bind.js index <HASH>..<HASH> 100644 --- a/lib/falcor/operations/bind/bind.js +++ b/lib/falcor/operations/bind/bind.js @@ -41,12 +41,10 @@ module.exports = function bind(boundPath) { if(paths.length > 0) { return b...
fix(bind): catchException => ['catch'] I'm working off master so this was a problem for me. This is the quick fix for me until the #<I> issue is resolved
Netflix_falcor
train
587bd8c89a2bb7c6626517339ad6d569287196ec
diff --git a/policy/policy-authority.go b/policy/policy-authority.go index <HASH>..<HASH> 100644 --- a/policy/policy-authority.go +++ b/policy/policy-authority.go @@ -44,6 +44,7 @@ func NewPolicyAuthorityImpl(dbMap *gorp.DbMap, enforceWhitelist bool, challengeT } // Take note of which challenges to offer + pa.sup...
Initialize the challenge type map before using it
letsencrypt_boulder
train
b2e623fb45b8044e64139e112a9a12ccf9f7d6b6
diff --git a/lib/should.js b/lib/should.js index <HASH>..<HASH> 100644 --- a/lib/should.js +++ b/lib/should.js @@ -632,14 +632,16 @@ Assertion.prototype = { err = e; } - if (typeof message === 'string') { - ok = message === err.message; - } else if (message instanceof RegExp) { - ok = mess...
Reverted failure message to only mention expected exception
tj_should.js
train
61943d2f3900a37929a263f775270c687efbfcbc
diff --git a/test/test_io.py b/test/test_io.py index <HASH>..<HASH> 100644 --- a/test/test_io.py +++ b/test/test_io.py @@ -414,6 +414,23 @@ class TestReadTextSegment(unittest.TestCase): end=len(raw_text_segment)-1), (text_dict, delim)) + if six.PY3: + def test_primary_b...
Add unit tests for IO warning.
taborlab_FlowCal
train
69646f624b5888cddefa2b6a63495bc02f8ae2ea
diff --git a/src/java/com/threerings/presents/client/BlockingCommunicator.java b/src/java/com/threerings/presents/client/BlockingCommunicator.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/presents/client/BlockingCommunicator.java +++ b/src/java/com/threerings/presents/client/BlockingCommunicator.java @...
Roll this back - calling interrupt() in this way caused the other end's writer to get fairly upset. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train
65a0b0e018b1fff56943484e4593888169f78fa9
diff --git a/tests/DocumentExtendedTest.php b/tests/DocumentExtendedTest.php index <HASH>..<HASH> 100644 --- a/tests/DocumentExtendedTest.php +++ b/tests/DocumentExtendedTest.php @@ -175,13 +175,6 @@ class DocumentExtendedTest extends \PHPUnit_Framework_TestCase $this->assertTrue(true === ($resultingDocument3-...
removed var_dump and debug_break calls
arangodb_arangodb-php
train
ddb397b8bebc98611b5699586e30313e699109f8
diff --git a/sos/jupyter/completer.py b/sos/jupyter/completer.py index <HASH>..<HASH> 100644 --- a/sos/jupyter/completer.py +++ b/sos/jupyter/completer.py @@ -55,7 +55,7 @@ class SoS_MagicsCompleter(Completer): else: return None elif text.startswith('%') and line.startswith(text):...
Move interactive summary from README to a tutorial
vatlab_SoS
train
f0101503bf0f32b99b94d44e76791a4bd6320dfa
diff --git a/integration/tools/validation/src/test/java/alluxio/cli/ValidationTestUtils.java b/integration/tools/validation/src/test/java/alluxio/cli/ValidationTestUtils.java index <HASH>..<HASH> 100644 --- a/integration/tools/validation/src/test/java/alluxio/cli/ValidationTestUtils.java +++ b/integration/tools/validat...
Fix HDFSProxyUserValidationTaskTest Using Powermock makes it now such that you can no longer fetch the resource after Java 9 because (See <URL>) pr-link: Alluxio/alluxio#<I> change-id: cid-a<I>de<I>acf<I>be<I>e2afe<I>aeb<I>dc5c5
Alluxio_alluxio
train
48454a33b53a2007a0a511ecc0ae90213a782d8f
diff --git a/src/main/java/com/xebialabs/restito/semantics/Action.java b/src/main/java/com/xebialabs/restito/semantics/Action.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/xebialabs/restito/semantics/Action.java +++ b/src/main/java/com/xebialabs/restito/semantics/Action.java @@ -172,4 +172,21 @@ public class...
Added support from combinedd actions alongside with applicables
mkotsur_restito
train
590dd6f1cf726c477db3a97e8f742bf6e1a9fb07
diff --git a/src/ol/imagetile.js b/src/ol/imagetile.js index <HASH>..<HASH> 100644 --- a/src/ol/imagetile.js +++ b/src/ol/imagetile.js @@ -61,7 +61,7 @@ ol.inherits(ol.ImageTile, ol.Tile); ol.ImageTile.prototype.disposeInternal = function() { if (this.state == ol.TileState.LOADING) { this.unlistenImage_(); - ...
Always create a new blank image to avoid CSP violations
openlayers_openlayers
train
88ce8e9aa23ad84b5786c2778e7632479f27058a
diff --git a/src/main/java/stormpot/whirlpool/Whirlpool.java b/src/main/java/stormpot/whirlpool/Whirlpool.java index <HASH>..<HASH> 100644 --- a/src/main/java/stormpot/whirlpool/Whirlpool.java +++ b/src/main/java/stormpot/whirlpool/Whirlpool.java @@ -87,14 +87,25 @@ public class Whirlpool<T extends Poolable> implements...
add some asserts in the hope that it would expose a bug, but it did not.
chrisvest_stormpot
train
e687192bafdf5f91ca4eed977f9c006fd1e4018d
diff --git a/datatableview/helpers.py b/datatableview/helpers.py index <HASH>..<HASH> 100644 --- a/datatableview/helpers.py +++ b/datatableview/helpers.py @@ -22,7 +22,7 @@ import six from .utils import resolve_orm_path, XEDITABLE_FIELD_TYPES -if get_version().split('.') >= ['1', '5']: +if [int(v) for v in get_ver...
Update helpers.py to properly detect Django <I> and up Was not allowing localtime adjustment due to incorrect version check which fails on DJango versions over <I>.
pivotal-energy-solutions_django-datatable-view
train
a3a5e62584c6be61e65941982056f4568e9c8b85
diff --git a/src/Controllers/ElementalAreaController.php b/src/Controllers/ElementalAreaController.php index <HASH>..<HASH> 100644 --- a/src/Controllers/ElementalAreaController.php +++ b/src/Controllers/ElementalAreaController.php @@ -165,6 +165,14 @@ class ElementalAreaController extends CMSMain return HTTPRe...
DOCS Documention form field action controller method
dnadesign_silverstripe-elemental
train
21f2e8fa3e073784c5d2f973a31f1165ede09a9f
diff --git a/tests/__init__.py b/tests/__init__.py index <HASH>..<HASH> 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -58,7 +58,7 @@ def _all_objects_in_storage_broker(storage_broker): bucket = storage_broker.s3resource.Bucket(storage_broker.bucket) - for obj in bucket.objects.filter(Prefix=stor...
Bulk out the prefix for storage location functional test
jic-dtool_dtool-s3
train
4711e0925603b6be51553196a938f42c6d190a5a
diff --git a/Application.php b/Application.php index <HASH>..<HASH> 100644 --- a/Application.php +++ b/Application.php @@ -112,6 +112,7 @@ class Application extends \Silex\Application 'controller.render:renderRawAction' )->bind('pattern_render_raw'); $this->match('/{name}', 'controller.ui...
Improve robustness and debuggability of server command
LastCallMedia_Mannequin-Core
train
7af2b8be3e60631c715bcda663ee4501b6927757
diff --git a/decode_test.go b/decode_test.go index <HASH>..<HASH> 100644 --- a/decode_test.go +++ b/decode_test.go @@ -32,6 +32,7 @@ pi = 3.14 colors = [ ["red", "green", "blue"], ["cyan", "magenta", "yellow", "black"], + [pink,brown], ] my { @@ -76,6 +77,7 @@ my { Colors: [][]string{ {"red", "green", "...
allow unquoted values in arrays
lytics_confl
train
00e91bf8c6a4179255f31ed5cac127b175030e7e
diff --git a/test/dummy/app/models/event.rb b/test/dummy/app/models/event.rb index <HASH>..<HASH> 100644 --- a/test/dummy/app/models/event.rb +++ b/test/dummy/app/models/event.rb @@ -2,8 +2,9 @@ class Event < ActiveRecord::Base after_initialize :init_event def init_event - self.date||= Date.tomorrow - s...
Fixed default datetime not defined but used by form in create view
benignware_date_picker
train
cfffc7c0a60a1ead19647ed28decb3e886e0eaed
diff --git a/spyderlib/widgets/qteditor/syntaxhighlighters.py b/spyderlib/widgets/qteditor/syntaxhighlighters.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/qteditor/syntaxhighlighters.py +++ b/spyderlib/widgets/qteditor/syntaxhighlighters.py @@ -38,16 +38,17 @@ def make_python_patterns(additional_keywords=[], ...
QtEditor: improved syntax highlighting (multiline string)
spyder-ide_spyder
train
8c99d47d4cf48960e3aa89e2f8f2127f818dee38
diff --git a/bolt/local/array.py b/bolt/local/array.py index <HASH>..<HASH> 100644 --- a/bolt/local/array.py +++ b/bolt/local/array.py @@ -17,6 +17,12 @@ class BoltArrayLocal(ndarray, BoltArray): return self._mode = getattr(obj, 'mode', None) + def __array_wrap__(self, obj): + if obj.s...
Added the __array_wrap__ function to BoltArrayLocal so that ufuncs will return scalars if their output is a BoltArrayLocal of shape ()
bolt-project_bolt
train
99442b5c930c86f78bd35d961f7166afe2c9c58f
diff --git a/javascript/lib/amigo/commonjs-modules_1_0-shim.js b/javascript/lib/amigo/commonjs-modules_1_0-shim.js index <HASH>..<HASH> 100644 --- a/javascript/lib/amigo/commonjs-modules_1_0-shim.js +++ b/javascript/lib/amigo/commonjs-modules_1_0-shim.js @@ -4,5 +4,12 @@ // (browser environment, etc.), take no action ...
better commonjs export tacked on
geneontology_amigo
train
3a230024831c2c9be3fd27edc1f596f94d12686a
diff --git a/src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/Scanner.java b/src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/Scanner.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/lukehutch/fastclasspathscanner/scanner/Scanner.java +++ b/src/main/java/io/github/lukehutch/fas...
Add module location to verbose log (#<I>)
classgraph_classgraph
train
e6c85bf4871ca5c4c230cf6455d20841716cbaae
diff --git a/lib/sample_models/sampler.rb b/lib/sample_models/sampler.rb index <HASH>..<HASH> 100644 --- a/lib/sample_models/sampler.rb +++ b/lib/sample_models/sampler.rb @@ -41,7 +41,11 @@ module SampleModels attrs = args.last.is_a?(Hash) ? args.pop : {} args.each do |associated_value| ass...
fix to shortcut associations when the model has other polymorphic associations
fhwang_sample_models
train
4591bc9f83c1e818192df2f38ede7e35c3071d9b
diff --git a/tests/PHPMockTest.php b/tests/PHPMockTest.php index <HASH>..<HASH> 100644 --- a/tests/PHPMockTest.php +++ b/tests/PHPMockTest.php @@ -58,10 +58,8 @@ class PHPMockTest extends AbstractMockTest $time->__phpunit_verify(); $this->fail("Expectation should fail"); - }...
Comply to the latest phpcs PSR-2 code style
php-mock_php-mock-phpunit
train
73fa67736f51a8529d7107f93b84775f19cee5c9
diff --git a/flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/api/TableUtilsStreamingITCase.java b/flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/api/TableUtilsStreamingITCase.java index <HASH>..<HASH> 100644 --- a/flink-table/flink-table-planner-blink/src/test/java...
[FLINK-<I>][table-planner-blink] Extend batch integration tests with TestLogger This closes #<I>
apache_flink
train
0a6ead4f432d75410b0f0a09d2e682362f5b95dd
diff --git a/pkg/cmd/server/start/start_master.go b/pkg/cmd/server/start/start_master.go index <HASH>..<HASH> 100644 --- a/pkg/cmd/server/start/start_master.go +++ b/pkg/cmd/server/start/start_master.go @@ -425,6 +425,17 @@ func (m *Master) Start() error { } if m.api { + // start etcd if configured to run in pro...
Hoist etcd startup first for all-in-one
openshift_origin
train
ec4afa3cfd3bc50692eac922c53063037549c34c
diff --git a/modules/module-test/mockito/junit4/src/test/java/samples/powermockito/junit4/spy/SpyTest.java b/modules/module-test/mockito/junit4/src/test/java/samples/powermockito/junit4/spy/SpyTest.java index <HASH>..<HASH> 100644 --- a/modules/module-test/mockito/junit4/src/test/java/samples/powermockito/junit4/spy/Sp...
#<I> suppress(method) doesn't work for spies. One more test to check that doNothing.
powermock_powermock
train
2a08c5e114c6a655697b98bc3c656ba7ece22db2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -4,13 +4,13 @@ iPOPO installation script :author: Thomas Calmant -:copyright: Copyright 2017, Thomas Calmant +:copyright: Copyright 2018, Thomas Calmant :license: Apache License 2.0 :version: 0.7.1 .. - Copyright...
Review of setup.py Changed copyright year and added missing pelix.shell.completion package.
tcalmant_ipopo
train
bb3bab7dfa9f8e8416bd5f725c6f3c23cb5644a5
diff --git a/lib/steam/community/css/CSSStats.php b/lib/steam/community/css/CSSStats.php index <HASH>..<HASH> 100644 --- a/lib/steam/community/css/CSSStats.php +++ b/lib/steam/community/css/CSSStats.php @@ -58,7 +58,7 @@ class CSSStats extends GameStats { $this->lastMatchStats['damage'] = (int) $statsData-...
Fix for a change in CS:S stats XML data The favorite weapon of the last game is now an numeric ID. Right now, there seems no way to tell the weapon name from this ID programatically. Closes #<I>
koraktor_steam-condenser-php
train
f74fa201d8b3c94094ed9f7fe5b4cd0a5417ef6b
diff --git a/src/BoomCMS/Http/Controllers/CMS/Page/Settings/View.php b/src/BoomCMS/Http/Controllers/CMS/Page/Settings/View.php index <HASH>..<HASH> 100644 --- a/src/BoomCMS/Http/Controllers/CMS/Page/Settings/View.php +++ b/src/BoomCMS/Http/Controllers/CMS/Page/Settings/View.php @@ -2,7 +2,6 @@ namespace BoomCMS\Http...
Removed redundant code from page settings view controller
boomcms_boom-core
train
4469010c1be3a94f74d6448497051468f617baf2
diff --git a/src/transformers/integrations.py b/src/transformers/integrations.py index <HASH>..<HASH> 100644 --- a/src/transformers/integrations.py +++ b/src/transformers/integrations.py @@ -382,9 +382,10 @@ class TensorBoardCallback(TrainerCallback): def __init__(self, tb_writer=None): has_tensorboard ...
Replace assertions with RuntimeError exceptions (#<I>)
huggingface_pytorch-pretrained-BERT
train
67cc3119c4ab98d5088aba9b28e75ae2a8213ffd
diff --git a/test/unit/Reflection/ReflectionClassTest.php b/test/unit/Reflection/ReflectionClassTest.php index <HASH>..<HASH> 100644 --- a/test/unit/Reflection/ReflectionClassTest.php +++ b/test/unit/Reflection/ReflectionClassTest.php @@ -400,7 +400,7 @@ class ReflectionClassTest extends \PHPUnit_Framework_TestCase ...
Correcting test asset: imported interfaces were wrong
Roave_BetterReflection
train
59866a1fcdcf9e17d68d764c13066b058667143d
diff --git a/logger.go b/logger.go index <HASH>..<HASH> 100644 --- a/logger.go +++ b/logger.go @@ -79,7 +79,14 @@ func (r *Record) Message() string { } type Logger struct { - Module string + Module string + backend LeveledBackend + haveBackend bool +} + +func (l *Logger) SetBackend(backend LeveledBackend) ...
Add ability to set backend to separate logger
ckeyer_go-log
train
0600b50ec757ee0451fb42f07721a4bc537fabcd
diff --git a/src/web/org/codehaus/groovy/grails/web/servlet/GrailsHttpServletResponse.java b/src/web/org/codehaus/groovy/grails/web/servlet/GrailsHttpServletResponse.java index <HASH>..<HASH> 100644 --- a/src/web/org/codehaus/groovy/grails/web/servlet/GrailsHttpServletResponse.java +++ b/src/web/org/codehaus/groovy/gra...
Don't call setCharacterEncoding when getting the writer of outpustream since this method is not part of J2EE <I>. git-svn-id: <URL>
grails_grails-core
train
bcb33d5af8e98915325f7aaecdf6008154ce3521
diff --git a/topologies/mongos.js b/topologies/mongos.js index <HASH>..<HASH> 100644 --- a/topologies/mongos.js +++ b/topologies/mongos.js @@ -900,7 +900,7 @@ var executeWriteOperation = function(self, op, ns, ops, options, callback) { server[op](ns, ops, options, (err, result) => { if (!err) return callback(...
feat(retryable-writes): retry on "not master" stepdown errors NODE-<I>
mongodb_node-mongodb-native
train
1493378d8cdf8334068462378316d216b63bcdd8
diff --git a/utils/parse_command_line.py b/utils/parse_command_line.py index <HASH>..<HASH> 100644 --- a/utils/parse_command_line.py +++ b/utils/parse_command_line.py @@ -193,7 +193,8 @@ def parse_command_line(parser): with open(args_command_list.targets_in) as f: for target in f.readlines...
Support for comments in --targets_in files
nabla-c0d3_sslyze
train
5976e9f37be1c90c042e9112bff3b6d12d790e3f
diff --git a/main/core/Library/Installation/AdditionalInstaller.php b/main/core/Library/Installation/AdditionalInstaller.php index <HASH>..<HASH> 100644 --- a/main/core/Library/Installation/AdditionalInstaller.php +++ b/main/core/Library/Installation/AdditionalInstaller.php @@ -12,6 +12,7 @@ namespace Claroline\CoreBu...
[CoreBundle] Logo platform move (#<I>) * Fixed web folder deletion * [CoreBundle] Logo paths
claroline_Distribution
train
6459e77b6e8e6342c492c0e074b64dea5e50e1c9
diff --git a/service/s3/s3manager/upload.go b/service/s3/s3manager/upload.go index <HASH>..<HASH> 100644 --- a/service/s3/s3manager/upload.go +++ b/service/s3/s3manager/upload.go @@ -9,6 +9,7 @@ import ( "time" "github.com/awslabs/aws-sdk-go/aws/awserr" + "github.com/awslabs/aws-sdk-go/aws/awsutil" "github.com/...
service/s3/s3manager: Added support for all UploadInput parameters Using the updated awsutil.Copy the upload manager can now use all the fields in its UploadInput struct. Fixes #<I>
aws_aws-sdk-go
train
a32624a461941a88aa550739201f8edb6ebe345e
diff --git a/gems/vfs/lib/torquebox/vfs/ext/jdbc.rb b/gems/vfs/lib/torquebox/vfs/ext/jdbc.rb index <HASH>..<HASH> 100644 --- a/gems/vfs/lib/torquebox/vfs/ext/jdbc.rb +++ b/gems/vfs/lib/torquebox/vfs/ext/jdbc.rb @@ -21,7 +21,9 @@ class Java::java.sql::DriverManager alias_method :register_driver_without_vfs, :regist...
Monkey path arjdbc <I> and up to work with sqlite vfs paths [TORQUE-<I>]
torquebox_torquebox
train
2351fc6b3fd81a9ae19690010a7d85ae69102b20
diff --git a/bin/inline_forms_installer_core.rb b/bin/inline_forms_installer_core.rb index <HASH>..<HASH> 100755 --- a/bin/inline_forms_installer_core.rb +++ b/bin/inline_forms_installer_core.rb @@ -17,7 +17,7 @@ gem 'carrierwave' gem 'remotipart', '~> 1.0' gem 'paper_trail' gem 'devise' -gem 'inline_forms' +gem 'in...
the installer installed inline_forms <I>... strange...
acesuares_inline_forms
train
8e12500350f2852fc22cff0571cb23ec39cb1098
diff --git a/net/http/Media.php b/net/http/Media.php index <HASH>..<HASH> 100644 --- a/net/http/Media.php +++ b/net/http/Media.php @@ -113,9 +113,9 @@ class Media extends \lithium\core\StaticObject { * Examples: * {{{ embed:lithium\tests\cases\net\http\MediaTest::testMediaTypes(1-2) }}} * - * {{{ embed:lithiu...
Fix wrong embedded code for Media docs examples
UnionOfRAD_lithium
train
8ae0a20305114bae6c0cd3ea66ccb910fba6ebba
diff --git a/.flowconfig b/.flowconfig index <HASH>..<HASH> 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,5 +1,9 @@ +[options] +all=true + [ignore] +.*/node_modules/.* .*/dist/.* [libs] -<PROJECT_ROOT>/flow-typed +flow-typed diff --git a/workspaces/cli/src/__tests__/freighter.test.js b/workspaces/cli/src/__test...
Remove pragma restriction Freighter is a greenfield project. Flow should be enabled without needing explicit pragmas.
PsychoLlama_freighter
train
c1807031ac9d5e749d5cd43161bd7c333d50a620
diff --git a/lib/kaminari/config.rb b/lib/kaminari/config.rb index <HASH>..<HASH> 100644 --- a/lib/kaminari/config.rb +++ b/lib/kaminari/config.rb @@ -24,6 +24,7 @@ module Kaminari config_accessor :left config_accessor :right config_accessor :page_method_name + config_accessor :max_pages def pa...
Add max_pages and max_pages_per methods to limit displayed pages per model or globally
kaminari_kaminari
train
b62fa406d857448931789a78d5a65025a27ea571
diff --git a/cmd/share-download-main.go b/cmd/share-download-main.go index <HASH>..<HASH> 100644 --- a/cmd/share-download-main.go +++ b/cmd/share-download-main.go @@ -17,6 +17,7 @@ package cmd import ( + "strings" "time" "github.com/minio/cli" @@ -57,9 +58,9 @@ EXAMPLES: $ {{.HelpName}} --expire=10m s3...
share: Presign objects under a dir prefix (#<I>) From now on, when the user specifies to share a prefix which represents a directory, all objects under that directory will be shared without having to check for --recursive flag. If the latter is specified, all objects in all subdirs will be shared.
minio_mc
train
2b4cfe9328a2da59367bebb62c6e6136818e1ec5
diff --git a/lib/mediawiki.TokenTransformManager.js b/lib/mediawiki.TokenTransformManager.js index <HASH>..<HASH> 100644 --- a/lib/mediawiki.TokenTransformManager.js +++ b/lib/mediawiki.TokenTransformManager.js @@ -1194,6 +1194,12 @@ TokenAccumulator.prototype.receiveToksFromChild = function ( ret ) { // Send async...
Small optimization: Concat child and sibling chunk Concat child and sibling chunks if the child is done and the ranks of child and sibling are matching. Change-Id: I7c<I>bc<I>c<I>d4c7dfa<I>a<I>b8
wikimedia_parsoid
train
e184d8adfc306a89b5c69502a69b6ad4edfa6bd9
diff --git a/tests/base_tests.py b/tests/base_tests.py index <HASH>..<HASH> 100644 --- a/tests/base_tests.py +++ b/tests/base_tests.py @@ -185,12 +185,7 @@ async def hsession_t_smallpool(s): # Test stateful Session async def hsession_t_stateful(s): - r = await s.get() - assert r.status_code == 200 - - -async ...
use httpbin instead of google.ie for cookie tests
theelous3_asks
train
f6e2fec2cabdd5baa8bb2cef47ecad34872b1591
diff --git a/packages/ember-extension-support/lib/data_adapter.js b/packages/ember-extension-support/lib/data_adapter.js index <HASH>..<HASH> 100644 --- a/packages/ember-extension-support/lib/data_adapter.js +++ b/packages/ember-extension-support/lib/data_adapter.js @@ -369,11 +369,17 @@ export default EmberObject.exte...
[BUGFIX beta] Filter models in the data adapter when looping over namespaces
emberjs_ember.js
train
a034bcab1579f44c675c7d4d9daffac847cd7aa9
diff --git a/dateparser/search/text_detection.py b/dateparser/search/text_detection.py index <HASH>..<HASH> 100644 --- a/dateparser/search/text_detection.py +++ b/dateparser/search/text_detection.py @@ -26,6 +26,11 @@ class FullTextLanguageDetector(BaseLanguageDetector): self.language_unique_chars.append(u...
modifed detection, added some more tests
scrapinghub_dateparser
train
10fe675583a0f33866357e79ddaf83025bb1f566
diff --git a/lib/rdkafka/bindings.rb b/lib/rdkafka/bindings.rb index <HASH>..<HASH> 100644 --- a/lib/rdkafka/bindings.rb +++ b/lib/rdkafka/bindings.rb @@ -164,6 +164,7 @@ module Rdkafka attach_function :rd_kafka_offset_store, [:pointer, :int32, :int64], :int attach_function :rd_kafka_pause_partitions, [:point...
implement seek (#<I>) Implement seek for consumer
appsignal_rdkafka-ruby
train
d9d12638d2fb6e6c39f56011ffdcb213fafbee8d
diff --git a/bin/templates/scripts/cordova/lib/prepare.js b/bin/templates/scripts/cordova/lib/prepare.js index <HASH>..<HASH> 100644 --- a/bin/templates/scripts/cordova/lib/prepare.js +++ b/bin/templates/scripts/cordova/lib/prepare.js @@ -47,8 +47,8 @@ module.exports.prepare = function (cordovaProject) { retur...
CB-<I> correct the paths for iOS icon and splashscreen resources
apache_cordova-ios
train
0c971013a662a700f1ad5f633628c34ad6892bc7
diff --git a/djangosaml2/views.py b/djangosaml2/views.py index <HASH>..<HASH> 100644 --- a/djangosaml2/views.py +++ b/djangosaml2/views.py @@ -24,6 +24,7 @@ from django.conf import settings from django.contrib import auth from django.contrib.auth.decorators import login_required from django.contrib.auth.views import...
Have assertion_consumer service raise PermissionDenied exception instead of calling PermissionDenied. This enables custom views using handler<I>.
knaperek_djangosaml2
train
11904551f748a0404c8ccc26f096952901069d9b
diff --git a/.ropeproject/globalnames b/.ropeproject/globalnames index <HASH>..<HASH> 100644 --- a/.ropeproject/globalnames +++ b/.ropeproject/globalnames @@ -1,2 +1,2 @@ �}q(Utest]qUmainqaUpython]Uobjects]q(UAnimeqUMangaqeUhelpers]Uspice]q(UMANGA_SCRAPE_BASEqUsearchq Uthisq -UMANGAq U search_idq ...
Add docs to manga object.
Utagai_spice
train
1bf53a98989e53375b58655c051772222069fcb8
diff --git a/fulfil_client/client.py b/fulfil_client/client.py index <HASH>..<HASH> 100755 --- a/fulfil_client/client.py +++ b/fulfil_client/client.py @@ -52,6 +52,9 @@ class Client(object): def model(self, name): return Model(self, name) + def record(self, model_name, id): + return Record(sel...
Introduce a record fetcher on client
fulfilio_fulfil-python-api
train
3df79fef0bbf67200301e52ab55d4ba181eb02f8
diff --git a/app/models/camaleon_cms/custom_field_group.rb b/app/models/camaleon_cms/custom_field_group.rb index <HASH>..<HASH> 100644 --- a/app/models/camaleon_cms/custom_field_group.rb +++ b/app/models/camaleon_cms/custom_field_group.rb @@ -52,7 +52,7 @@ class CamaleonCms::CustomFieldGroup < CamaleonCms::CustomField ...
casting to hash to avoid error in rails 5
owen2345_camaleon-cms
train
9598a25baccec2a4c919ca05862634f5bd95cc1a
diff --git a/lib/cloud_sesame/query/dsl/k_gram_phrase_methods.rb b/lib/cloud_sesame/query/dsl/k_gram_phrase_methods.rb index <HASH>..<HASH> 100644 --- a/lib/cloud_sesame/query/dsl/k_gram_phrase_methods.rb +++ b/lib/cloud_sesame/query/dsl/k_gram_phrase_methods.rb @@ -10,7 +10,7 @@ module CloudSesame words =...
[al] Increase boost on the exact phrase to account for phrase boost and term boost being the same with one word
47colborne_cloud-sesame
train
29d115cfd6a37e1f656784c0262f3b11c5a85f8e
diff --git a/ui/app/build-configs/detail/dependencies-tab/pncBuildConfigDependenciesTab.js b/ui/app/build-configs/detail/dependencies-tab/pncBuildConfigDependenciesTab.js index <HASH>..<HASH> 100644 --- a/ui/app/build-configs/detail/dependencies-tab/pncBuildConfigDependenciesTab.js +++ b/ui/app/build-configs/detail/dep...
[NCL-<I>] Editing build configuration dependencies works
project-ncl_pnc
train
5439bd72342405a171080ac3cfa7a8b4487afe8d
diff --git a/repository/spec/integration/typed_structs_spec.rb b/repository/spec/integration/typed_structs_spec.rb index <HASH>..<HASH> 100644 --- a/repository/spec/integration/typed_structs_spec.rb +++ b/repository/spec/integration/typed_structs_spec.rb @@ -37,7 +37,7 @@ RSpec.describe 'ROM repository with typed struc...
Ensure read types are used only once
rom-rb_rom
train
2512341872db7da8ce89dd19676e68678e1e8caf
diff --git a/mod/quiz/report/statistics/responseanalysis.php b/mod/quiz/report/statistics/responseanalysis.php index <HASH>..<HASH> 100644 --- a/mod/quiz/report/statistics/responseanalysis.php +++ b/mod/quiz/report/statistics/responseanalysis.php @@ -182,6 +182,7 @@ class quiz_statistics_response_analyser { } ...
MDL-<I> quiz statistics: fix stict syntax problem.
moodle_moodle
train
033fc09d3028c46e277d4aad470576f805ff867d
diff --git a/src/components/TimeTravel/TimeTravel.js b/src/components/TimeTravel/TimeTravel.js index <HASH>..<HASH> 100644 --- a/src/components/TimeTravel/TimeTravel.js +++ b/src/components/TimeTravel/TimeTravel.js @@ -291,14 +291,14 @@ class TimeTravel extends React.Component { } switchToLiveMode() { - if (...
Do not use onChangeLiveMode callback if live mode is not supported.
weaveworks_ui-components
train
6cb1924468f09d6e4901aff7214ac8f1d76d2f2e
diff --git a/test/profile/valgrind.rb b/test/profile/valgrind.rb index <HASH>..<HASH> 100644 --- a/test/profile/valgrind.rb +++ b/test/profile/valgrind.rb @@ -59,8 +59,8 @@ class Worker when "get-increasing" @i.times do |i| key = "#{@key1}_#{'x'*i}"[0..256] - @cache.set key, 'Val'*i ...
Raw mode so we can predict the size.
arthurnn_memcached
train
11c564594740f23559de234e6c56fc04984e9f4c
diff --git a/salt/states/cmd.py b/salt/states/cmd.py index <HASH>..<HASH> 100644 --- a/salt/states/cmd.py +++ b/salt/states/cmd.py @@ -672,6 +672,14 @@ def run(name, ### of unsupported arguments in a cmd.run state will result in a ### traceback. + test_name = None + if not isinstance(state...
Support test mode for the cmd states when stateful=True (WIP)
saltstack_salt
train
3220c796f6c565440e7f0250d60fc0c9a2b51b6c
diff --git a/lib/softlayer/Account.rb b/lib/softlayer/Account.rb index <HASH>..<HASH> 100644 --- a/lib/softlayer/Account.rb +++ b/lib/softlayer/Account.rb @@ -4,6 +4,10 @@ module SoftLayer class Account < SoftLayer::ModelBase include ::SoftLayer::ModelResource + ## + # The bare metal (or Hardware) serve...
Improved the documentation for the softlayer_resource metaprogramming system
softlayer_softlayer-ruby
train
c76ac17cbfcfb07d2f1e4ea26907f7ab509d0039
diff --git a/lib/graphite/graphiteCollector.js b/lib/graphite/graphiteCollector.js index <HASH>..<HASH> 100644 --- a/lib/graphite/graphiteCollector.js +++ b/lib/graphite/graphiteCollector.js @@ -27,7 +27,7 @@ GraphiteCollector.prototype.collect = function(aggregates, pages, domains) { if (this.config.graphiteData.i...
better naming of runs and number of tested pages #<I>
sitespeedio_sitespeed.io
train
a700e37cf56887959bee2d137c7817a1dc1970d6
diff --git a/cp-main.go b/cp-main.go index <HASH>..<HASH> 100644 --- a/cp-main.go +++ b/cp-main.go @@ -199,14 +199,14 @@ func doCopyCmdSession(session *sessionV2) { isCopied := isCopiedFactory(session.Header.LastCopied) wg := new(sync.WaitGroup) - // Limit numner of cast routines based on available CPU resources....
Change more cast to 'mirror' and fix some typos
minio_mc
train
167921aba483d66d43257361fcdac48c68dc5e21
diff --git a/src/pyrocore/torrent/queue.py b/src/pyrocore/torrent/queue.py index <HASH>..<HASH> 100644 --- a/src/pyrocore/torrent/queue.py +++ b/src/pyrocore/torrent/queue.py @@ -58,15 +58,22 @@ class QueueManager(object): # Start eligible items for idx, item in enumerate(startable): + ...
take 'downloading_min' into account
pyroscope_pyrocore
train
ff3273c96917555eb7a574ecea21196323ca7b6b
diff --git a/AnnotationReader.php b/AnnotationReader.php index <HASH>..<HASH> 100644 --- a/AnnotationReader.php +++ b/AnnotationReader.php @@ -58,7 +58,7 @@ final class AnnotationReader implements Reader 'access', 'author', 'copyright', 'deprecated', 'example', 'ignore', 'internal', 'link', 'see', 'si...
added @license and @todo to globally ignored names
doctrine_annotations
train
450e5d8faed3c513bb59c63f73ac34e939904910
diff --git a/nipap-www/nipapwww/controllers/pool.py b/nipap-www/nipapwww/controllers/pool.py index <HASH>..<HASH> 100644 --- a/nipap-www/nipapwww/controllers/pool.py +++ b/nipap-www/nipapwww/controllers/pool.py @@ -56,7 +56,7 @@ class PoolController(BaseController): """ c.pool = Pool.get(int(id)) - ...
Various small fixes... Part of #<I>
SpriteLink_NIPAP
train
ec9bc848e1ad23bf77f5bb05f31ad0640d1bc318
diff --git a/generator/lib/model/Column.php b/generator/lib/model/Column.php index <HASH>..<HASH> 100644 --- a/generator/lib/model/Column.php +++ b/generator/lib/model/Column.php @@ -212,7 +212,12 @@ class Column extends XMLElement // Add type, size information to associated Domain object $this->getDoma...
[<I>][<I>] Fixed generated SQL code for VARCHAR columns with custom SQLType
propelorm_Propel
train
953c9ded77fec1cda589594f1f41dab5003fe5b8
diff --git a/core/src/main/java/org/infinispan/util/logging/Log.java b/core/src/main/java/org/infinispan/util/logging/Log.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/util/logging/Log.java +++ b/core/src/main/java/org/infinispan/util/logging/Log.java @@ -1395,7 +1395,7 @@ public interface Lo...
ISPN<I> use outdated release for deprecation warning Indexing work was moved to ISPN <I>
infinispan_infinispan
train
e4fbd210f5d4c82de8a723fd84074556edc5dc0d
diff --git a/djangojs/runners.py b/djangojs/runners.py index <HASH>..<HASH> 100644 --- a/djangojs/runners.py +++ b/djangojs/runners.py @@ -110,7 +110,7 @@ class PhantomJsRunner(object): ''' separator = '=' * LINE_SIZE title = kwargs['title'] if 'title' in kwargs else 'phantomjs output' - ...
Support Python3 using 2to3. Have setup run 2to3 during installation. Use .decode() to get unicode strings in tests. Use integer division.
noirbizarre_django.js
train
7428f9fbb10c91d6b35a1c9e6513a605c732b9d0
diff --git a/input/carbon/carbon.go b/input/carbon/carbon.go index <HASH>..<HASH> 100644 --- a/input/carbon/carbon.go +++ b/input/carbon/carbon.go @@ -117,19 +117,21 @@ func New() *Carbon { addrStr: addr, addr: addrT, schemas: schemas, - quit: make(chan struct{}), connTrack: NewConnTrack(), ...
support calling Start and Stop over and over
grafana_metrictank
train