hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
37ceabc0cf771e79e8e015057818a37137b3376e
diff --git a/drivers/python/rethinkdb/_dump.py b/drivers/python/rethinkdb/_dump.py index <HASH>..<HASH> 100755 --- a/drivers/python/rethinkdb/_dump.py +++ b/drivers/python/rethinkdb/_dump.py @@ -23,6 +23,7 @@ def print_dump_help(): print(" --clients NUM_CLIENTS number of tables to export simultaneously...
rethinkdb-dump: Add `--overwrite-file` option This is useful when writing files tat have a fixed name, that have file permissions already set, or file descriptors.
rethinkdb_rethinkdb
train
0fdeefc049927c7503feac0a8a9abc94f5589574
diff --git a/python/thunder/utils/context.py b/python/thunder/utils/context.py index <HASH>..<HASH> 100644 --- a/python/thunder/utils/context.py +++ b/python/thunder/utils/context.py @@ -199,9 +199,8 @@ class ThunderContext(): elif dataset == "zebrafish-optomotor-response": path = 'zebrafish.datas...
Use spark textFile to load params Supports "requester pays" buckets, whereas direct http requests require authentication
thunder-project_thunder
train
4f9630298f47caf62ae2fc30676d941f44ead18c
diff --git a/lib/BlockingHandle.php b/lib/BlockingHandle.php index <HASH>..<HASH> 100644 --- a/lib/BlockingHandle.php +++ b/lib/BlockingHandle.php @@ -31,7 +31,7 @@ class BlockingHandle implements Handle { */ public function read(int $length = self::DEFAULT_READ_LENGTH): Promise { if ($this->fh === ...
Throw FilesytemException on closed file We may wish to change this later, but at least it is consistent between drivers now.
amphp_file
train
0546d886e591e1292bf09b9c9d043ef5d12785d8
diff --git a/app/controllers/mno_enterprise/auth/confirmations_controller.rb b/app/controllers/mno_enterprise/auth/confirmations_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/mno_enterprise/auth/confirmations_controller.rb +++ b/app/controllers/mno_enterprise/auth/confirmations_controller.rb @@ -36,11...
wip: two-step confirmation process
maestrano_mno-enterprise
train
410caf8e79b8e03be959fd3aae86a3f30b9801f9
diff --git a/categories/base.py b/categories/base.py index <HASH>..<HASH> 100644 --- a/categories/base.py +++ b/categories/base.py @@ -108,10 +108,11 @@ class CategoryBaseAdminForm(forms.ModelForm): # Validate Category Parent # Make sure the category doesn't set itself or any of its children as ...
Avoid the "Cannot call get_descendants on unsaved Category instances" ValueError when adding categories in admin interface.
callowayproject_django-categories
train
4c6655509e5df39d841b6c9b93722a73ce4fae76
diff --git a/src/com/google/javascript/jscomp/graph/Graph.java b/src/com/google/javascript/jscomp/graph/Graph.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/graph/Graph.java +++ b/src/com/google/javascript/jscomp/graph/Graph.java @@ -170,6 +170,16 @@ public abstract class Graph<N, E> implements...
Avoid creating temporary datastructures by adding a getEdge method in Graph. R=nicksantos DELTA=<I> (<I> added, 0 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-compiler
train
48ccc952958a1e42bcde290e71aefceefc92d2a8
diff --git a/workbench/workers/pe_features.py b/workbench/workers/pe_features.py index <HASH>..<HASH> 100644 --- a/workbench/workers/pe_features.py +++ b/workbench/workers/pe_features.py @@ -94,7 +94,7 @@ class PEFileWorker(object): ''' Open the PE File using the Python pefile module. ''' try: ...
add AttributeError exception to what's caught from pefile
SuperCowPowers_workbench
train
103153f30e8e396470e83fc417d14bc338f03047
diff --git a/assets/assets/scripts/ruboto.rb b/assets/assets/scripts/ruboto.rb index <HASH>..<HASH> 100644 --- a/assets/assets/scripts/ruboto.rb +++ b/assets/assets/scripts/ruboto.rb @@ -365,7 +365,7 @@ def ruboto_register_handler(handler_class, unique_name, for_class, method_name) for_class.class_eval " alias_...
Minor change to distinguish between RubotoActivity and other listeners
ruboto_ruboto
train
0b092405d864186cda398f3e4938f6483f4d09fd
diff --git a/tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/generator/input/RotaryEncoderInputCreator.java b/tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/generator/input/RotaryEncoderInputCreator.java index <HASH>..<HASH> 100644 --- a/tcMenuGenerator/src/main/java/com/thecoderscorner...
Ensure input io abstraction gets properly referenced.
davetcc_tcMenu
train
f3cf7a8924c161510c6864d39f1e08f92304bf33
diff --git a/packages/veui/src/common/global.js b/packages/veui/src/common/global.js index <HASH>..<HASH> 100644 --- a/packages/veui/src/common/global.js +++ b/packages/veui/src/common/global.js @@ -1,6 +1,5 @@ import Vue from 'vue' import { uniq } from 'lodash' -import 'focus-visible' if (!Vue.config.optionMergeS...
fix: revert auto importing focus-visible as it does not support duplication detection yet
ecomfe_veui
train
cc4a4c339a125f0df415cefdedbeb27730102f54
diff --git a/taskw/test/test_datas.py b/taskw/test/test_datas.py index <HASH>..<HASH> 100644 --- a/taskw/test/test_datas.py +++ b/taskw/test/test_datas.py @@ -132,6 +132,20 @@ class _BaseTestDB(object): tasks = self.tw.load_tasks() eq_(len(tasks['pending']), 1) + + # For compatibility with th...
Compatibility between experimental and normal modes.
ralphbean_taskw
train
7a57b2e7c04ceb29274c5adb72961b7d1410ffae
diff --git a/koordinates/api.py b/koordinates/api.py index <HASH>..<HASH> 100644 --- a/koordinates/api.py +++ b/koordinates/api.py @@ -177,17 +177,24 @@ def dump_class_attributes_to_dict(obj, path=[], dic_out={}, value of the instance attributes keyed on the original attribute names. - If `skip_under...
Extensive changes to docstrings to enhance docs Extensive reformatting and enhancing of docstrings to ensure the that Sphinx docs are pleasant and useful to read.
koordinates_python-client
train
d8b15aa678bd01a953e57d34627f1862177d6cfa
diff --git a/test/unit/gateways/orbital_test.rb b/test/unit/gateways/orbital_test.rb index <HASH>..<HASH> 100644 --- a/test/unit/gateways/orbital_test.rb +++ b/test/unit/gateways/orbital_test.rb @@ -411,8 +411,8 @@ class OrbitalGatewayTest < Test::Unit::TestCase stub_comms do @gateway.purchase(50, credit_ca...
Fix Rubocop error in Orbital unit test Unit: <I> tests, <I> assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications <I>% passed
activemerchant_active_merchant
train
6011cc4dde8e270c23391cc49a9fba390089a27c
diff --git a/dolo/compiler/compiler_recs.py b/dolo/compiler/compiler_recs.py index <HASH>..<HASH> 100644 --- a/dolo/compiler/compiler_recs.py +++ b/dolo/compiler/compiler_recs.py @@ -184,6 +184,7 @@ switch flag {exp_fun_block} case 'e' + n = size(s,1); {equation_error_block} case 'params' @@ -222,6 +223,...
Correct a bug (missing n = size(s,1))
EconForge_dolo
train
1a73ca624f9f3e292d366b34d3b72caedb4de0af
diff --git a/src/base/Bootstrap.php b/src/base/Bootstrap.php index <HASH>..<HASH> 100644 --- a/src/base/Bootstrap.php +++ b/src/base/Bootstrap.php @@ -2,7 +2,7 @@ namespace luya\base; -use yii; +use Yii; /** * create basic bootstraping which is allowed for console and web components. @@ -36,6 +36,12 @@ abstra...
added registerComponent method to bootstrap
luyadev_luya
train
6188185b22621d16d5d98dea5c5fa3849904b7e5
diff --git a/cmd/syncthing/upgrade_supported.go b/cmd/syncthing/upgrade_supported.go index <HASH>..<HASH> 100644 --- a/cmd/syncthing/upgrade_supported.go +++ b/cmd/syncthing/upgrade_supported.go @@ -93,13 +93,24 @@ func currentRelease() (githubRelease, error) { json.NewDecoder(resp.Body).Decode(&rels) resp.Body.Clo...
Beta versions *should* upgrade to other beta version (ref #<I>)
syncthing_syncthing
train
b1e7f129c6eaf75f50221160cdb2f303e9d4f6a3
diff --git a/lib/baby_erubis/renderer.rb b/lib/baby_erubis/renderer.rb index <HASH>..<HASH> 100644 --- a/lib/baby_erubis/renderer.rb +++ b/lib/baby_erubis/renderer.rb @@ -85,15 +85,23 @@ module BabyErubis end def _eruby_load_template(fpath, cache, now) - template, timestamp, last_checked = cache[fpath]...
ruby: fix renderer to update last_check in cache
kwatch_baby_erubis
train
3d535fc4d8fd99a9106485d0495106fcd2983305
diff --git a/conftest.py b/conftest.py index <HASH>..<HASH> 100644 --- a/conftest.py +++ b/conftest.py @@ -13,6 +13,7 @@ import warnings import gevent from gevent import socket +import pytest from singledispatch import singledispatch import zmq.green as zmq @@ -493,6 +494,15 @@ def run_device(in_sock, out_sock,...
Make failed test case for proxied router-dealer
sublee_zeronimo
train
ddecff6524c054e926d1b23c1416729b3ce8bbfe
diff --git a/publisher.js b/publisher.js index <HASH>..<HASH> 100644 --- a/publisher.js +++ b/publisher.js @@ -3,30 +3,46 @@ var s3 = require('gulp-s3'); module.exports = function( opts ) { + + var aws = checkValidity( opts ); + + aws.bucket = 'gaudi-cdn-test'; + + var options = { + // Need the trailing...
Separated creds check into it's own function, and only allow key and secret to be in the aws.
Brightspace_frau-publisher
train
dd191a9cb79b6af4638f6577bb48849161ecad61
diff --git a/tests/specs/scoped.js b/tests/specs/scoped.js index <HASH>..<HASH> 100644 --- a/tests/specs/scoped.js +++ b/tests/specs/scoped.js @@ -82,6 +82,63 @@ test('scoped Store .find()', function (t) { .catch(t.fail) }) +test('scoped Store .find(array) items not found', function (t) { + t.plan(5) + + var st...
test: find() should return 'Not found' for out of scope items Adding tests for out of scope items and an array not found test for code coverage
hoodiehq_hoodie-store-client
train
de571820b56689afc23f15e0473778c0de52db6d
diff --git a/cli/cumulusci.py b/cli/cumulusci.py index <HASH>..<HASH> 100644 --- a/cli/cumulusci.py +++ b/cli/cumulusci.py @@ -223,8 +223,9 @@ def get_build_info(): # command: ci deploy @click.command(name='deploy', help="Determines the right kind of build for the branch and runs the build including tests") +@click...
- Added --debug-logdir option to ci deploy to allow capturing debug logs of apex tests and parsing them for data - dev deploy now sets --json-output to test_results.json by default
SFDO-Tooling_CumulusCI
train
2de65ac1ad03364a37e6da647eaf3c5083a16547
diff --git a/ryu/services/protocols/ovsdb/client.py b/ryu/services/protocols/ovsdb/client.py index <HASH>..<HASH> 100644 --- a/ryu/services/protocols/ovsdb/client.py +++ b/ryu/services/protocols/ovsdb/client.py @@ -146,6 +146,7 @@ class Idl(idl.Idl): self._events = [] self.tables = schema.tables + ...
protocols/ovsdb: Update wrapped Idl() Upstream ovs added the `Idl.readonly` property after ryu embeded ovs. Add the property for compatability.
osrg_ryu
train
697b1f30d8545af231e2a8dd13cfb1f074717cb0
diff --git a/src/Ractive/prototype/render.js b/src/Ractive/prototype/render.js index <HASH>..<HASH> 100644 --- a/src/Ractive/prototype/render.js +++ b/src/Ractive/prototype/render.js @@ -2,8 +2,14 @@ import { getElement } from '../../utils/dom'; import { toArray } from '../../utils/array'; import render from '../rend...
keep torn down instances from attempting to render - see #<I>
ractivejs_ractive
train
1a03306d8a4051cc8785cf3cba43ae8f2ba94f19
diff --git a/lib/delorean/functions.rb b/lib/delorean/functions.rb index <HASH>..<HASH> 100644 --- a/lib/delorean/functions.rb +++ b/lib/delorean/functions.rb @@ -26,13 +26,13 @@ module Delorean ###################################################################### - def DATE_PART(date, part) + def DATEP...
fixed bug in DATEPART. Doeesn't like _ in DATE_PART.
arman000_delorean_lang
train
98bdb913b1f8fa69df3cb64d64a4f6fea6ddac32
diff --git a/bridge/examples/chat/public/chat.html b/bridge/examples/chat/public/chat.html index <HASH>..<HASH> 100644 --- a/bridge/examples/chat/public/chat.html +++ b/bridge/examples/chat/public/chat.html @@ -7,7 +7,7 @@ <script> //var bridge = new Bridge({url: 'http://ec2-50-19-181-20.compute-1.amazonaws.com:808...
use host/port instead of url for browser js
getbridge_bridge-js
train
fb151b066eae15f2b91caf43f73bb96280976e61
diff --git a/library/Hydrator/Strategy/MongoBinDataStrategy.php b/library/Hydrator/Strategy/MongoBinDataStrategy.php index <HASH>..<HASH> 100644 --- a/library/Hydrator/Strategy/MongoBinDataStrategy.php +++ b/library/Hydrator/Strategy/MongoBinDataStrategy.php @@ -27,7 +27,7 @@ class MongoBinDataStrategy implements Strat...
MongoBinData::GENERIC was added in <I>, reverted default type
matryoshka-model_mongo-wrapper
train
138db0d13e0ac5ae7cbe53f6c1eff4fa908b5427
diff --git a/psamm/datasource/native.py b/psamm/datasource/native.py index <HASH>..<HASH> 100644 --- a/psamm/datasource/native.py +++ b/psamm/datasource/native.py @@ -239,6 +239,10 @@ class NativeModel(object): self._context, self._model['compounds']): yield compound + @proper...
native: Add property to access the root FilePathContext This can be used to obtain information on where the model was loaded from.
zhanglab_psamm
train
43f7b2b2e3fbf9097785a914473fce2535d865aa
diff --git a/vstutils/models/__init__.py b/vstutils/models/__init__.py index <HASH>..<HASH> 100644 --- a/vstutils/models/__init__.py +++ b/vstutils/models/__init__.py @@ -154,13 +154,6 @@ class BModel(BaseModel): (None value disables overriding). - ``_search_fields`` - tuple or list of fields using ...
Feature: Provide additional classes to viewsets. Currently supported handlers: - filter_backends - permission_classes - authentication_classes - throttle_classes - renderer_classes - parser_classes
vstconsulting_vstutils
train
4cb8e4e2511ef84d6d751f67fc2218616b8bfb48
diff --git a/pykechain/client.py b/pykechain/client.py index <HASH>..<HASH> 100644 --- a/pykechain/client.py +++ b/pykechain/client.py @@ -135,12 +135,12 @@ class Client(object): def _build_url(self, resource, **kwargs): # type: (str, **str) -> str - """A helper method to build the correct API ur...
small documentation changes accoriding to PEP<I>
KE-works_pykechain
train
7cd45ad2209fdab6301becad07ba720098ea58f5
diff --git a/lib/ruote/parser.rb b/lib/ruote/parser.rb index <HASH>..<HASH> 100644 --- a/lib/ruote/parser.rb +++ b/lib/ruote/parser.rb @@ -155,6 +155,9 @@ module Ruote eval(s) rescue Exception => e + #puts '=' * 80 + #p s + #puts '-' * 80 #puts e #e.backtrace.each { |l| puts l...
preparing further peeks into faulty process definitions / links to process definitions
jmettraux_ruote
train
2b3e285fb615ef86997ec05d01a3732b56f3e97e
diff --git a/elasticmock/fake_elasticsearch.py b/elasticmock/fake_elasticsearch.py index <HASH>..<HASH> 100644 --- a/elasticmock/fake_elasticsearch.py +++ b/elasticmock/fake_elasticsearch.py @@ -12,7 +12,7 @@ from elasticmock.utilities import get_random_id class FakeElasticsearch(Elasticsearch): __documents_dict ...
Match Elasticsearch __init__ signature in FakeElasticSearch Fortunately it hasn't changed from <I> to latest master.
vrcmarcos_elasticmock
train
5a3e02b16e67ae6a9b4dd8da6cc5007714c3899e
diff --git a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/ediscovery.js b/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/ediscovery.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/ediscovery.js +++ b/packages/node_modules/@cisco...
feat(ediscovery): aligning with new report request property name
webex_spark-js-sdk
train
8e67c4528977aca0f4e63cef5b091f3dd63dedf4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -86,8 +86,8 @@ setup( 'License :: OSI Approved :: MIT License', 'Natural Language :: English', 'Operating System :: POSIX', - 'Programming Language :: Python :: 2.6', 'Programming Lan...
Update supported Python versions in setup.py
bzurkowski_boil
train
147c3217dd87cc0f402b0e00c800760ca91a46b7
diff --git a/pywb/recorder/multifilewarcwriter.py b/pywb/recorder/multifilewarcwriter.py index <HASH>..<HASH> 100644 --- a/pywb/recorder/multifilewarcwriter.py +++ b/pywb/recorder/multifilewarcwriter.py @@ -44,6 +44,9 @@ class MultiFileWARCWriter(BaseWARCWriter): if not self.dedup_index or record.rec_type != '...
update to warcio==<I> recorder: use ArcWarcRecordLoader() for parsing response record multifilewarcwriter: ensure digest is computed before trying to lookup revisits
webrecorder_pywb
train
34c7a0a3db2d36483350222067e7c46583afe77b
diff --git a/tests/junit/org/jgroups/tests/MultiplexerConcurrentTest.java b/tests/junit/org/jgroups/tests/MultiplexerConcurrentTest.java index <HASH>..<HASH> 100644 --- a/tests/junit/org/jgroups/tests/MultiplexerConcurrentTest.java +++ b/tests/junit/org/jgroups/tests/MultiplexerConcurrentTest.java @@ -1,10 +1,7 @@ pac...
annotated all Multiplexer related tests with groups="multiplexer"
belaban_JGroups
train
f4533c83dcbd25f5da25557569912fc3fe8b47a9
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -815,6 +815,17 @@ engine.executeUpdate(view); |[as](https://feedzai.github.io/pdb/com/feedzai/commons/sql/abstraction/dml/View.html#as(com.feedzai.commons.sql.abstraction.dml.Expression))|Defines the query that provides t...
Add support to drop a view. (#<I>) * Add suport for drop view query Added dropView method in DatabaseEngine.
feedzai_pdb
train
1793ad5be2e37b2ff7a8094c7d8a52f7c55b6269
diff --git a/primus.js b/primus.js index <HASH>..<HASH> 100644 --- a/primus.js +++ b/primus.js @@ -486,7 +486,8 @@ Primus.prototype.plugin = function plugin(name) { * @api private */ Primus.prototype.initialise = function initalise(options) { - var primus = this; + var primus = this + , start; primus.on(...
[minor] Start with time to connect as initial latency. This fixes 2 important issues: 1. When we're reconnecting we don't set an insanely high latency as our old ping messages were never send. 2. It gives the latency it's initial value. A connect usually involves some package thats send back and forth so it gi...
primus_primus
train
913116ec12539759691646440c3be069b2a1d9fe
diff --git a/uproot/_help.py b/uproot/_help.py index <HASH>..<HASH> 100644 --- a/uproot/_help.py +++ b/uproot/_help.py @@ -1533,6 +1533,11 @@ u"""Get the number of entries in a TTree without fully opening the file. {executor} {blocking} + + Returns + ------- + int or ``OrderedDict`` + total ...
Missed that 'Returns' block...
scikit-hep_uproot
train
63b9f2823a654645c76e4a86d6fb41b866ee830a
diff --git a/app.go b/app.go index <HASH>..<HASH> 100644 --- a/app.go +++ b/app.go @@ -28,14 +28,18 @@ func NewApp() *App { } func (a *App) Run(arguments []string) { + // parse flags set := flagSet(a.Flags) set.Parse(arguments[1:]) + // append help to commands + a.Commands = append(a.Commands, HelpCommand) + ...
JMS #<I>: Improved help. Brought help commadn back to commands
urfave_cli
train
fd399fff3f429dc202582b3534db5760ada7178b
diff --git a/packages/cozy-client/src/associations/Association.js b/packages/cozy-client/src/associations/Association.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/associations/Association.js +++ b/packages/cozy-client/src/associations/Association.js @@ -7,7 +7,7 @@ * * Example: The schema defines a...
doc: Update language of code blocks in example
cozy_cozy-client
train
eaad0f85c17ce6927d94172da638b342bd4c6246
diff --git a/lib/porch/step_decorators/class_step_decorator.rb b/lib/porch/step_decorators/class_step_decorator.rb index <HASH>..<HASH> 100644 --- a/lib/porch/step_decorators/class_step_decorator.rb +++ b/lib/porch/step_decorators/class_step_decorator.rb @@ -7,7 +7,9 @@ module Porch end def execute(context)...
Implement the ClassStepDecorator execute method
jwright_porch
train
81ec4f06eae7e92fce47d377126cf478d1bef11f
diff --git a/src/Command.php b/src/Command.php index <HASH>..<HASH> 100644 --- a/src/Command.php +++ b/src/Command.php @@ -60,7 +60,7 @@ class Command public $locale; /** - * @var string to pipe to standard input + * @var null|string|resource to pipe to standard input */ protected $_stdIn...
allow stdin to be a stream
mikehaertl_php-shellcommand
train
58df428b119ad0ce2e9f42366f908ee530ed8c4e
diff --git a/lib/mail.rb b/lib/mail.rb index <HASH>..<HASH> 100644 --- a/lib/mail.rb +++ b/lib/mail.rb @@ -71,6 +71,8 @@ module Mail # :doc: # Autoload header field elements and transfer encodings. require 'mail/elements' require 'mail/encodings' + require 'mail/encodings/base64' + require 'mail/encodings/qu...
Adding loads for encodings files
mikel_mail
train
f816d628f96dca9c9c0d6ff433c624b1c37e36c9
diff --git a/src/DSQ/Compiler/TypeBasedCompiler.php b/src/DSQ/Compiler/TypeBasedCompiler.php index <HASH>..<HASH> 100644 --- a/src/DSQ/Compiler/TypeBasedCompiler.php +++ b/src/DSQ/Compiler/TypeBasedCompiler.php @@ -13,6 +13,14 @@ namespace DSQ\Compiler; use DSQ\Expression\Expression; +/** + * Class TypeBasedCompil...
Tests for Builder exception cases. Added a brief description to TypeBasedCompiler class.
nicmart_DomainSpecificQuery
train
ca8fc38793b498cbe6fd8776d5c6e0189a36a3a0
diff --git a/components/number.js b/components/number.js index <HASH>..<HASH> 100644 --- a/components/number.js +++ b/components/number.js @@ -41,8 +41,6 @@ app.run([ '<form-builder-option property="validate.required"></form-builder-option>' + '<form-builder-option property="validate.min" type="number...
Removed redundant greater/lesser validation rules
formio_ngFormBuilder
train
8cfe3ad13038004a57108dd578ebdaa7eb6fc079
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/behavior/IntermediateThrowCompensationEventActivityBehavior.java b/engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/behavior/IntermediateThrowCompensationEventActivityBehavior.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/...
fix(engine): Fix intermediate throwing compensation with activityRef for task activities related to #CAM-<I>
camunda_camunda-bpm-platform
train
f85b00369ea67cfbcc755f92b1c36f88d081ff26
diff --git a/src/HttpClient/Request.php b/src/HttpClient/Request.php index <HASH>..<HASH> 100644 --- a/src/HttpClient/Request.php +++ b/src/HttpClient/Request.php @@ -370,6 +370,7 @@ class Request $request['http_method'] = 'GET'; } $request['url'] = $location; + (new Request($req...
Small whitespace to clarify when we are done setting the new request up
WyriHaximus_ReactGuzzleRing
train
732fbfd9a5a1cee1162cd2311a39d2e574ac15e6
diff --git a/includes/functions.php b/includes/functions.php index <HASH>..<HASH> 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -4,12 +4,6 @@ * Function library */ -if (defined('YOURLS_DEBUG') && YOURLS_DEBUG == true) { - error_reporting(E_ALL); -} else { - error_reporting(E_ERROR | E_...
- move test for error reporting - rework sanitization of version number. Fixes issue <I>. git-svn-id: <URL>
YOURLS_YOURLS
train
6ed2ab0e79d5ab0a45995a6c30794310e9bb9e71
diff --git a/drivers/virtualbox/network.go b/drivers/virtualbox/network.go index <HASH>..<HASH> 100644 --- a/drivers/virtualbox/network.go +++ b/drivers/virtualbox/network.go @@ -154,45 +154,36 @@ func getOrCreateHostOnlyNetwork(hostIP net.IP, netmask net.IPMask, vbox VBoxMana return nil, err } + // Search for a...
Always wait for the host-only adapter to appear
docker_machine
train
7dfcc38d1c470e928e8cd31c2050d472b4a04e5e
diff --git a/hypervisor/libvirt/libvirt.go b/hypervisor/libvirt/libvirt.go index <HASH>..<HASH> 100644 --- a/hypervisor/libvirt/libvirt.go +++ b/hypervisor/libvirt/libvirt.go @@ -221,17 +221,20 @@ type seclab struct { } type domain struct { - XMLName xml.Name `xml:"domain"` - Type string `xml:"type,attr"` - ...
disable guest vm restart when guest crash or reboot
hyperhq_runv
train
14f5a646878d33f2bf46fb82affe240061c22c48
diff --git a/src/de/lmu/ifi/dbs/elki/evaluation/clustering/EditDistance.java b/src/de/lmu/ifi/dbs/elki/evaluation/clustering/EditDistance.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/elki/evaluation/clustering/EditDistance.java +++ b/src/de/lmu/ifi/dbs/elki/evaluation/clustering/EditDistance.java @@ -26,7 ...
corrections in the comments (references)
elki-project_elki
train
f0cdbbfcc68de0d0c334dabc265e045a0933c609
diff --git a/src/main/java/net/openhft/chronicle/network/NetworkStats.java b/src/main/java/net/openhft/chronicle/network/NetworkStats.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/openhft/chronicle/network/NetworkStats.java +++ b/src/main/java/net/openhft/chronicle/network/NetworkStats.java @@ -91,5 +91,24 @...
added nano time collection to the network stats
OpenHFT_Chronicle-Network
train
b658d4bdfe1c72511bade3cdbd3f10a04a0d7193
diff --git a/aptly/client.py b/aptly/client.py index <HASH>..<HASH> 100644 --- a/aptly/client.py +++ b/aptly/client.py @@ -127,16 +127,13 @@ class Publish(object): # Check if latest merged snapshot has same source snapshots like us # Unfortunately we have to decide by description - ...
Fix idempotency on merged snapshots
tcpcloud_python-aptly
train
8e57bf0da2380a5dea8bdef8314c5b7fd86afa4b
diff --git a/consul/consul.go b/consul/consul.go index <HASH>..<HASH> 100644 --- a/consul/consul.go +++ b/consul/consul.go @@ -15,8 +15,8 @@ const DefaultInterval = "10s" func init() { f := new(Factory) - bridge.Register(f, "consul-tls") bridge.Register(f, "consul") + bridge.Register(f, "consul-tls") bridge.Re...
Ordering consul backend schemes in alphabetical order
gliderlabs_registrator
train
54a61e4a4bdc000ee4eabe8c4634a1701053ec84
diff --git a/src/Builder.php b/src/Builder.php index <HASH>..<HASH> 100644 --- a/src/Builder.php +++ b/src/Builder.php @@ -9,11 +9,13 @@ class Builder protected $store_code; protected $writer; - public function __construct($store_code) + public function __construct($store_code = null) { $this->writer = new X...
Added append to domain ability & method cleanup.
pdeans_miva-provision
train
8d54180700172fc58776938ec2f0b0ef9191da88
diff --git a/ratcave/utils/observers.py b/ratcave/utils/observers.py index <HASH>..<HASH> 100644 --- a/ratcave/utils/observers.py +++ b/ratcave/utils/observers.py @@ -3,49 +3,44 @@ class Observable(object): def __init__(self, **kwargs): super(Observable, self).__init__(**kwargs) - self.observers ...
Updated interfaces to make a little cleaner and hide implementation details.
ratcave_ratcave
train
e02f9aeb63b8baa41fff354b5ba4845646f4b350
diff --git a/common.go b/common.go index <HASH>..<HASH> 100644 --- a/common.go +++ b/common.go @@ -604,7 +604,7 @@ func GetExecutableCommand(isSystemCommand bool, command ...string) *exec.Cmd { } return &exec.Cmd{ Path: command[0], - Args: append([]string{command[0]}), + Args: append([]string{command[0]},...
passing the correct arguments to runner command
getgauge_common
train
f8e9b798761f58c5e503d95aa64386eef0d74fcd
diff --git a/src/views/partials/header.blade.php b/src/views/partials/header.blade.php index <HASH>..<HASH> 100644 --- a/src/views/partials/header.blade.php +++ b/src/views/partials/header.blade.php @@ -218,7 +218,7 @@ <li class="dropdown user user-menu"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"...
Add logged user email information in header
pingpong-labs_admin
train
f3e90ffe0438b9c2109215011b23441cdcab5fb3
diff --git a/test/web.test.js b/test/web.test.js index <HASH>..<HASH> 100644 --- a/test/web.test.js +++ b/test/web.test.js @@ -28,10 +28,9 @@ suite('configuration suite', function() { test('bad', function(done) { - var cc = 0 var lsi = seneca( {log:'silent',debug:{undead:true} , errhandler:function(err){...
fixed tests for seneca <I>
senecajs_seneca-web
train
d94859258d8ed83b0f28c94d0a8176d3d35f9de3
diff --git a/src/collectors/conntrack/conntrack.py b/src/collectors/conntrack/conntrack.py index <HASH>..<HASH> 100644 --- a/src/collectors/conntrack/conntrack.py +++ b/src/collectors/conntrack/conntrack.py @@ -80,6 +80,9 @@ class ConnTrackCollector(diamond.collector.Collector): self.log.error("Fai...
log error when no conntrack metric was collected
python-diamond_Diamond
train
ed78502b1e2cd2617d37ab19dacd075a4f9c7d70
diff --git a/lib/less/parser.js b/lib/less/parser.js index <HASH>..<HASH> 100644 --- a/lib/less/parser.js +++ b/lib/less/parser.js @@ -409,7 +409,7 @@ less.Parser = function Parser(env) { new(tree.joinSelectorVisitor)() .run(evaldRoot); - va...
cleanup join selectors from toCSS
less_less.js
train
06c21e67cc8675618315929e0fc1404dad9cbaf0
diff --git a/line/line.class.rb b/line/line.class.rb index <HASH>..<HASH> 100644 --- a/line/line.class.rb +++ b/line/line.class.rb @@ -8,13 +8,13 @@ class Line attr_reader :point, :v_dir, :equ_para # == Parameters: - # x,y,z:: - # There is the coordonates of the first point [TODO : directly take a point] ...
Fix line::new : Arguments are typed by Point or Vector
Nephos_epimath100
train
dd1d4ca567026fad94c475cc849fd59f830f6f65
diff --git a/src/Behat/Testwork/Argument/ConstructorArgumentOrganiser.php b/src/Behat/Testwork/Argument/ConstructorArgumentOrganiser.php index <HASH>..<HASH> 100644 --- a/src/Behat/Testwork/Argument/ConstructorArgumentOrganiser.php +++ b/src/Behat/Testwork/Argument/ConstructorArgumentOrganiser.php @@ -70,7 +70,7 @@ fin...
Fix coding style issues @stof discovered
Behat_Behat
train
28ec8881731601cd4bdf4857188d7c4e2f529517
diff --git a/driver/src/main/java/org/apache/tinkerpop/gremlin/orientdb/OrientGraph.java b/driver/src/main/java/org/apache/tinkerpop/gremlin/orientdb/OrientGraph.java index <HASH>..<HASH> 100644 --- a/driver/src/main/java/org/apache/tinkerpop/gremlin/orientdb/OrientGraph.java +++ b/driver/src/main/java/org/apache/tinke...
allow to configure to use a connection pool and it's size via Configuration
orientechnologies_orientdb-gremlin
train
a3930b97c121286548103ab29f30211ef7e78247
diff --git a/code/src/main/com/lmax/disruptor/ClaimStrategy.java b/code/src/main/com/lmax/disruptor/ClaimStrategy.java index <HASH>..<HASH> 100644 --- a/code/src/main/com/lmax/disruptor/ClaimStrategy.java +++ b/code/src/main/com/lmax/disruptor/ClaimStrategy.java @@ -105,14 +105,12 @@ public interface ClaimStrategy ...
Tidy up construction and usage of padded longs.
LMAX-Exchange_disruptor
train
5336239e7c8503afa064d8809d6dede948848d8b
diff --git a/support/cas-server-support-oidc/src/main/java/org/apereo/cas/config/OidcConfiguration.java b/support/cas-server-support-oidc/src/main/java/org/apereo/cas/config/OidcConfiguration.java index <HASH>..<HASH> 100644 --- a/support/cas-server-support-oidc/src/main/java/org/apereo/cas/config/OidcConfiguration.jav...
Cleaning up interceptors in oauth and oidc
apereo_cas
train
3a805afecf424378b7f7e13efdf37cb1a49b8bf6
diff --git a/code/sitefeatures/PageCommentInterface.php b/code/sitefeatures/PageCommentInterface.php index <HASH>..<HASH> 100755 --- a/code/sitefeatures/PageCommentInterface.php +++ b/code/sitefeatures/PageCommentInterface.php @@ -120,7 +120,11 @@ class PageCommentInterface_Form extends Form { //check if spam questi...
Changed spam protection so that user is redirected back to comment form if they get the question wrong and don't use javascript. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
silverstripe_silverstripe-reports
train
5d6e8c132ade3c8a81b6583013c072cd836dd1a9
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ install: script: - - cd ./lems/test && nosetests -v + - cd ./lems/test && nosetests -vs diff --git a/lems/model/model.py b/lems/model/model.py index <HASH>..<HASH> 100644 --- a/lems/model/...
Improved tests on units, now including celsius
LEMS_pylems
train
ffc3e73c7786dcf2e857eb962196f401a11217bb
diff --git a/java/mon-kafka/src/main/java/com/hpcloud/configuration/KafkaConsumerConfiguration.java b/java/mon-kafka/src/main/java/com/hpcloud/configuration/KafkaConsumerConfiguration.java index <HASH>..<HASH> 100644 --- a/java/mon-kafka/src/main/java/com/hpcloud/configuration/KafkaConsumerConfiguration.java +++ b/java...
Marked KafkaConsumerProperties and KafkaConsumerConfiguration as Serializable so they can be used with Storm
openstack_monasca-common
train
23722fbdfa910ab664d5750b0a534592f95c5dbf
diff --git a/pkg/volume/local/local.go b/pkg/volume/local/local.go index <HASH>..<HASH> 100644 --- a/pkg/volume/local/local.go +++ b/pkg/volume/local/local.go @@ -169,6 +169,7 @@ func (plugin *localVolumePlugin) NewBlockVolumeUnmapper(volName string, // TODO: check if no path and no topology constraints are ok func...
fix localvolume volume mode not found issue
kubernetes_kubernetes
train
baf8fdd734d2501623fae8cdc382d2edd6e09465
diff --git a/data_structures/hash_table.js b/data_structures/hash_table.js index <HASH>..<HASH> 100644 --- a/data_structures/hash_table.js +++ b/data_structures/hash_table.js @@ -32,6 +32,12 @@ function HashTable(initialCapacity) { return this._table.length; } }); + + Object.defineProperty(this, 'size',...
Add .size to Hash Table
felipernb_algorithms.js
train
98257ef8c9bd23a24a330731ae54ed086d9ce4a7
diff --git a/baselines/common/misc_util.py b/baselines/common/misc_util.py index <HASH>..<HASH> 100644 --- a/baselines/common/misc_util.py +++ b/baselines/common/misc_util.py @@ -224,6 +224,7 @@ def relatively_safe_pickle_dump(obj, path, compression=False): # Using gzip here would be simpler, but the size is l...
Flush temporary file before compressing it. We need to flush the buffer after `pickle.dump`, otherwise the resulting zip archive might be incomplete (reproducible, if the state consists of a single integer).
openai_baselines
train
be3bf9a783ba99c45d4080fef2a93b99fa92add8
diff --git a/views/js/test/runner/plugins/tools/areaMasking/mask/test.js b/views/js/test/runner/plugins/tools/areaMasking/mask/test.js index <HASH>..<HASH> 100644 --- a/views/js/test/runner/plugins/tools/areaMasking/mask/test.js +++ b/views/js/test/runner/plugins/tools/areaMasking/mask/test.js @@ -97,7 +97,7 @@ define(...
TAO-<I> broken unit test for are masking plugin
oat-sa_extension-tao-testqti
train
fa9c485b71d42d59417ff0fc790c53dcf562ff5c
diff --git a/www/src/py2js.js b/www/src/py2js.js index <HASH>..<HASH> 100644 --- a/www/src/py2js.js +++ b/www/src/py2js.js @@ -1581,6 +1581,20 @@ function $ContinueCtx(context){ } } +function $DebuggerCtx(context){ + // Class for keyword "continue" + this.type = 'continue' + this.parent = context + ...
addedd debugger statement __debugger__ in python code haivng it translate to debugger; which will aid in setp debugging through the javascript generated python code
brython-dev_brython
train
76a000f926246f8eaf9b5bba3dc5fde7615df0fb
diff --git a/graphite_influxdb.py b/graphite_influxdb.py index <HASH>..<HASH> 100644 --- a/graphite_influxdb.py +++ b/graphite_influxdb.py @@ -189,8 +189,10 @@ class InfluxdbReader(object): :param target_start_time: Target start time of datapoint array :param step: Step increment in seconds :...
WIP - Fixing gap filling algorithms
vimeo_graphite-influxdb
train
24edfb9e87b3b2172ed765f6fa4637a65cccc2fa
diff --git a/src/lib/create-from-script-tag.js b/src/lib/create-from-script-tag.js index <HASH>..<HASH> 100644 --- a/src/lib/create-from-script-tag.js +++ b/src/lib/create-from-script-tag.js @@ -14,7 +14,7 @@ function createFromScriptTag(createFunction, scriptTag) { authorization = scriptTag.getAttribute('data-brain...
Throw an error if authorization is not provided in script tag int
braintree_braintree-web-drop-in
train
80ae7ef5db78ef479af308124baddce969098f0f
diff --git a/structr-ui/src/main/java/org/structr/web/entity/dom/Page.java b/structr-ui/src/main/java/org/structr/web/entity/dom/Page.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/java/org/structr/web/entity/dom/Page.java +++ b/structr-ui/src/main/java/org/structr/web/entity/dom/Page.java @@ -337,29 +337,2...
Minor: Removed unused code from Importer because this is now handled in Page.createElement()
structr_structr
train
889b320fdb18f47544561188a0790111b50318a7
diff --git a/tests/test_unifac_assignment.py b/tests/test_unifac_assignment.py index <HASH>..<HASH> 100644 --- a/tests/test_unifac_assignment.py +++ b/tests/test_unifac_assignment.py @@ -33,7 +33,7 @@ from thermo.unifac import UFIP, LLEUFIP, LUFIP, DOUFIP2006, DOUFIP2016, NISTUFIP from thermo import Chemical from the...
Add Br and I to UNIFAC
CalebBell_thermo
train
012a62158873c6fe5b5c000c1788280220896b33
diff --git a/tests/test.py b/tests/test.py index <HASH>..<HASH> 100644 --- a/tests/test.py +++ b/tests/test.py @@ -11,7 +11,7 @@ try: except ImportError: import configparser as ConfigParser -from oauth2client.client import SignedJwtAssertionCredentials +from oauth2client.service_account import ServiceAccountCre...
update test.py to support oauth2client <I>
burnash_gspread
train
50de0f5e396ee63bfbea91e2770f3184e67a9904
diff --git a/tests/test_exception_handling.py b/tests/test_exception_handling.py index <HASH>..<HASH> 100644 --- a/tests/test_exception_handling.py +++ b/tests/test_exception_handling.py @@ -21,7 +21,6 @@ from zipline.utils.test_utils import ( DEFAULT_TIMEOUT = 15 # seconds EXTENDED_TIMEOUT = 90 -allocator = Addres...
support of qexec refactoring
quantopian_zipline
train
bad5b6bc8b3c738bd4ee33fe5b39bf835e262719
diff --git a/tests/scripts/fastserializer.py b/tests/scripts/fastserializer.py index <HASH>..<HASH> 100755 --- a/tests/scripts/fastserializer.py +++ b/tests/scripts/fastserializer.py @@ -488,7 +488,7 @@ class FastSerializer: return val[0].decode("utf-8") def readString(self): - # length preceeded...
Adopt the serializable exception length length change in the Python fast serializer.
VoltDB_voltdb
train
0792e89fb29ced4cbffa78d458c0b52e7e79ce4f
diff --git a/src/WireMock/Client/ResponseDefinitionBuilder.php b/src/WireMock/Client/ResponseDefinitionBuilder.php index <HASH>..<HASH> 100644 --- a/src/WireMock/Client/ResponseDefinitionBuilder.php +++ b/src/WireMock/Client/ResponseDefinitionBuilder.php @@ -15,6 +15,8 @@ class ResponseDefinitionBuilder protected ...
Support withTransformers(...) on stub response definitions
rowanhill_wiremock-php
train
d4f12fd6e5a3765b8d65f309a0a7f86d9066f374
diff --git a/test/post_spec.rb b/test/post_spec.rb index <HASH>..<HASH> 100644 --- a/test/post_spec.rb +++ b/test/post_spec.rb @@ -87,7 +87,7 @@ describe Serif::Post do end it "calls save and writes out the new timestamp value" do - @temporary_post.should_receive(:save).once + @temporary_post.shou...
Don't break saving just from our expectation.
aprescott_serif
train
c227caf3794d840f992151d1749302f7097a896f
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +1117.3.6 +======== + +* Restore namespace package declaration in package metadata. + 1117.3.5 ======== diff --git a/pmxbot/__init__.py b/pmxbot/__init__.py index <HASH>..<HASH> 100644 --- a/pmxbot...
Namespace package needs to be named explicitly as there's no . in the project name.
yougov_pmxbot
train
15f25cd2839767cc96305db26af7926f6492ff6f
diff --git a/tcex/input/input.py b/tcex/input/input.py index <HASH>..<HASH> 100644 --- a/tcex/input/input.py +++ b/tcex/input/input.py @@ -282,8 +282,14 @@ class Input: v = self.resolve_variable( match.group('provider'), match.group('lookup'), match.group('id') ...
updated input.py contents_resolved logic to use re.sub when resolving variables only if value being resolved is not an exact variable reference string. Updated input test logic to be able to test variable values after other tcex updates broke this functionality
ThreatConnect-Inc_tcex
train
2f712cfcf8c48f203962ab6707a566d8017ea0d3
diff --git a/html/pfappserver/root/static/admin/common.js b/html/pfappserver/root/static/admin/common.js index <HASH>..<HASH> 100644 --- a/html/pfappserver/root/static/admin/common.js +++ b/html/pfappserver/root/static/admin/common.js @@ -22,8 +22,11 @@ function update_dynamic_accordion_ids(elements, base_id, count) { ...
Fix id and href replacing
inverse-inc_packetfence
train
b8e7a359570d2bb59edf9aae7787f5b57b2c16c3
diff --git a/RELEASE.rst b/RELEASE.rst index <HASH>..<HASH> 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -197,6 +197,8 @@ pandas 0.9.0 - Set index names in DataFrame.from_records (#1744) - Fix time series indexing error with duplicates, under and over hash table size cutoff (#1821) + - Handle list keys in ...
BUG: handle lists too in DataFrame.xs when partially selecting data from DataFrame. close #<I>
pandas-dev_pandas
train
294738650644a82c7fa68878e3e7240167cdd51b
diff --git a/addon/mixins/router.js b/addon/mixins/router.js index <HASH>..<HASH> 100644 --- a/addon/mixins/router.js +++ b/addon/mixins/router.js @@ -1,19 +1,20 @@ import Ember from 'ember'; +function trackPage() { + Ember.run.scheduleOnce('afterRender', () => { + this.get('metrics').trackPage({ + page: th...
don't pollute the Router "namespace" with _trackEvent
kellyselden_ember-metrics-mixins
train
61ae3ac419c1c7e56d71a6fa547f948c5b92b331
diff --git a/ricecooker/utils/jsontrees.py b/ricecooker/utils/jsontrees.py index <HASH>..<HASH> 100644 --- a/ricecooker/utils/jsontrees.py +++ b/ricecooker/utils/jsontrees.py @@ -84,7 +84,7 @@ def build_tree_from_json(parent_node, sourcetree): if kind == TOPIC: child_node = nodes.TopicNode( - ...
Fix bug where source_id is not required for TopicNodes
learningequality_ricecooker
train
ed30db6047e7dbd6f7589b49e68302c1c68828ce
diff --git a/src/Command/Environment/EnvironmentDeleteCommand.php b/src/Command/Environment/EnvironmentDeleteCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/Environment/EnvironmentDeleteCommand.php +++ b/src/Command/Environment/EnvironmentDeleteCommand.php @@ -20,6 +20,7 @@ class EnvironmentDeleteCommand exte...
Default to NO for removing remote branch and add option to not delete
platformsh_platformsh-cli
train
b7d45174af7bfb223f12f5bd8699ac0c272d44c5
diff --git a/src/main/java/com/github/umeshawasthi/struts2/jsr303/validation/constant/ValidatorConstants.java b/src/main/java/com/github/umeshawasthi/struts2/jsr303/validation/constant/ValidatorConstants.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/umeshawasthi/struts2/jsr303/validation/constant/Vali...
Add support for converting messages to UTF-8
umeshawasthi_jsr303-validator-plugin
train
7c1d326729dc9b0a07135f8902ddcc050ff8ab64
diff --git a/benchmark/benchmain/main.go b/benchmark/benchmain/main.go index <HASH>..<HASH> 100644 --- a/benchmark/benchmain/main.go +++ b/benchmark/benchmain/main.go @@ -143,8 +143,11 @@ var ( networkModeWAN: latency.WAN, networkLongHaul: latency.Longhaul, } - keepaliveTime = 10 * time.Second // this is ...
benchmark: Enable server keepalive in benchmarks (#<I>)
grpc_grpc-go
train
40c1fb06162f2eebe6cd5e40a0e289cd568ec8e1
diff --git a/lib/puppet/type/file.rb b/lib/puppet/type/file.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/type/file.rb +++ b/lib/puppet/type/file.rb @@ -601,14 +601,14 @@ Puppet::Type.newtype(:file) do end def perform_recursion(path) - params = { + Puppet::FileServing::Metadata.search( + ...
Resolving conflicts with ??? When checksum is a parameter corresponding to checksum_type in the filesets rather than a checksum "strategy" the value :none should generally be computed rather than provided. If neither a source nor contents are provided, there is no need for a checksum and thus it should be :none; othe...
puppetlabs_puppet
train
78484e43890395a3485dda8b14f3a83f4295fb5a
diff --git a/src/Keboola/StorageApi/Client.php b/src/Keboola/StorageApi/Client.php index <HASH>..<HASH> 100644 --- a/src/Keboola/StorageApi/Client.php +++ b/src/Keboola/StorageApi/Client.php @@ -132,6 +132,9 @@ class Client } if (isset($config['jobPollRetryDelay'])) { + if (!is_callable($...
check that jobPollRetryDelay is callable
keboola_storage-api-php-client
train
237e556f0d5d18302f43e881f7fab7dea4944d29
diff --git a/java-api-gateway/synth.py b/java-api-gateway/synth.py index <HASH>..<HASH> 100644 --- a/java-api-gateway/synth.py +++ b/java-api-gateway/synth.py @@ -28,6 +28,3 @@ for version in versions: ) java.common_templates() - -# TODO: Remove this before publishing to the staging repository -java.custom_templa...
chore: remove readme generation code from synth.py (#3)
googleapis_google-cloud-java
train
7d99750da4afc3ba1411004d7a045e902de8e19d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -520,7 +520,7 @@ class Hyperdrive extends EventEmitter { else cb = fd if (!cb) cb = noop - this.contentReady(err => { + this.ready(err => { if (err) return cb(err) this.metadataFeed.close(err =>...
Fix bug in close + moved sodium-universal to dependencies
mafintosh_hyperdrive
train
6bcdd321e6c99872e43b3f24c82f2e9c67a50ca1
diff --git a/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php b/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php +++ b/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php @@ -19,7 +19,...
[HttpKernel] fixed unit tests when run standalone (closes #<I>, patch from Gator<I>)
symfony_symfony
train
53f23a5a12298cb59ebdf684bd6b64c6e7c70baa
diff --git a/aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/DriverConductor.java b/aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/DriverConductor.java index <HASH>..<HASH> 100644 --- a/aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/DriverConductor.java +++ b/aeron-driver/src/main/java/uk/c...
[Java] Remove by index rather than by object for an O(n) rather than O(n^2) algorithm.
real-logic_aeron
train
3a0267be79aad1c08300d60fd7808a3389095032
diff --git a/lib/fluent/plugin/in_monitor_agent.rb b/lib/fluent/plugin/in_monitor_agent.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/in_monitor_agent.rb +++ b/lib/fluent/plugin/in_monitor_agent.rb @@ -282,7 +282,7 @@ module Fluent::Plugin # from the plugin `pe` recursively def self.collect_children(...
Treat <I> MultiOutput plugin as output plugins
fluent_fluentd
train
26fa93528d51065b84e5e0d52bcdb9e52b4e4c3f
diff --git a/data/cli/cli.sh.erb b/data/cli/cli.sh.erb index <HASH>..<HASH> 100644 --- a/data/cli/cli.sh.erb +++ b/data/cli/cli.sh.erb @@ -5,6 +5,8 @@ set -e set -o pipefail APP_NAME=$(basename $0) +# list of application wizard addons +ADDONS="<%= addons.map{|addon| addon.name}.join(" ") %>" # useful for testing ...
Add reconfigure option to CLI Works only on debian for now.
crohr_pkgr
train