hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
b2de090542e889da80860739b35cc5509b15d4f3
diff --git a/lib/reader.rb b/lib/reader.rb index <HASH>..<HASH> 100644 --- a/lib/reader.rb +++ b/lib/reader.rb @@ -229,6 +229,7 @@ module Authorization if block_given? @current_rule = rule yield + raise DSLError, "has_permission_on block content specifies no privileges" if rule.p...
Additional sanity checks on DSL syntax. By glongman
stffn_declarative_authorization
train
db728d0d32b3b94c45770216d4f269f8a93aa378
diff --git a/lib/active_mocker/generate.rb b/lib/active_mocker/generate.rb index <HASH>..<HASH> 100644 --- a/lib/active_mocker/generate.rb +++ b/lib/active_mocker/generate.rb @@ -106,7 +106,7 @@ class Generate end def delete_mocks - FileUtils.rm Dir.glob(File.join(mock_dir, '*.rb')) + FileUtils.rm Dir.glo...
Will only delete files in the mocks directory if they end with the mock_append_name.
zeisler_active_mocker
train
2885f925a2401d2609336f01bf59bd988cbd5368
diff --git a/lib/gimme/method_resolver.rb b/lib/gimme/method_resolver.rb index <HASH>..<HASH> 100644 --- a/lib/gimme/method_resolver.rb +++ b/lib/gimme/method_resolver.rb @@ -3,21 +3,31 @@ module Gimme class MethodResolver def self.resolve_sent_method(double,sym,args,raises_no_method_error=true) cls = do...
Check for existing method based on the Ruby version.
searls_gimme
train
657c1c1bf7f675a6ed1fa4f810b11ee16b096893
diff --git a/lib/cxxproject/buildingblocks/linkable.rb b/lib/cxxproject/buildingblocks/linkable.rb index <HASH>..<HASH> 100644 --- a/lib/cxxproject/buildingblocks/linkable.rb +++ b/lib/cxxproject/buildingblocks/linkable.rb @@ -98,8 +98,8 @@ module Cxxproject when HasLibraries::SEARCH_PATH tm...
Use File::PATH_SEPARATOR
marcmo_cxxproject
train
3ac4e4502903e4d8731dc9ce59a830074b0632b1
diff --git a/lib/active_scaffold/data_structures/association.rb b/lib/active_scaffold/data_structures/association.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/data_structures/association.rb +++ b/lib/active_scaffold/data_structures/association.rb @@ -63,11 +63,7 @@ module ActiveScaffold::DataStructures ...
readonly not return true for through association
activescaffold_active_scaffold
train
45e4f72394949128764d46e13d1f3c5ba06b9b31
diff --git a/Type/CaptchaType.php b/Type/CaptchaType.php index <HASH>..<HASH> 100644 --- a/Type/CaptchaType.php +++ b/Type/CaptchaType.php @@ -110,7 +110,7 @@ class CaptchaType extends AbstractType )); $persistOptions = array(); - foreach (array('phrase', 'width', 'height', 'distortion', 'qua...
[CaptchaType] Adding length to the persisted options to work with as_url (see #<I>)
Gregwar_CaptchaBundle
train
5afdf2945b345502d781831955014759a8a611c5
diff --git a/util/batch/general/system.py b/util/batch/general/system.py index <HASH>..<HASH> 100644 --- a/util/batch/general/system.py +++ b/util/batch/general/system.py @@ -80,7 +80,6 @@ class NodesState(): - class NodeSetup: def __init__(self, memory=None, node_kind=None, nodes=None, cpus=None, nodes_m...
API: util.options: 'Options' renamed in 'OptionsFile'
jor-_util
train
5a30305fbc1b923c687f049c65c66ad20fef153b
diff --git a/lib/compact_index/versions_file.rb b/lib/compact_index/versions_file.rb index <HASH>..<HASH> 100644 --- a/lib/compact_index/versions_file.rb +++ b/lib/compact_index/versions_file.rb @@ -49,7 +49,7 @@ class CompactIndex::VersionsFile def parse_gems_for_create(gems) fixed_format_gems = gems.map...
Fix parse_gems_for_create to also handle separate platform and version
bundler_compact_index
train
4b149e219b62defc34f755f8ad28720c7cdcc9e5
diff --git a/src/Behat/Mink/Driver/SahiDriver.php b/src/Behat/Mink/Driver/SahiDriver.php index <HASH>..<HASH> 100644 --- a/src/Behat/Mink/Driver/SahiDriver.php +++ b/src/Behat/Mink/Driver/SahiDriver.php @@ -422,7 +422,7 @@ JS; JS; $value = $this->evaluateScript($function); - if ('' === $value...
Fix bug with multiselects
minkphp_MinkSahiDriver
train
530307b895441e0250c4d71e664c5fb78f02ab27
diff --git a/mopidy_youtube/apis/youtube_bs4api.py b/mopidy_youtube/apis/youtube_bs4api.py index <HASH>..<HASH> 100644 --- a/mopidy_youtube/apis/youtube_bs4api.py +++ b/mopidy_youtube/apis/youtube_bs4api.py @@ -211,6 +211,7 @@ class bs4API(scrAPI): "search_query": '"' + id + '"', "sp":...
add a couple more "persist_app": 1, I'm going to pay for doing this using the GitHub web interface, I'm sure...
mopidy_mopidy-youtube
train
d84149677893e83a402db72378267551c131280d
diff --git a/mhctools/base_commandline_predictor.py b/mhctools/base_commandline_predictor.py index <HASH>..<HASH> 100644 --- a/mhctools/base_commandline_predictor.py +++ b/mhctools/base_commandline_predictor.py @@ -47,6 +47,7 @@ class BaseCommandlinePredictor(BasePredictor): input_fasta_flag, ...
working on Netmhc input mode
openvax_mhctools
train
025f6a780e672b372df8e637a96c02d4821c7892
diff --git a/spyderlib/widgets/sourcecode/syntaxhighlighters.py b/spyderlib/widgets/sourcecode/syntaxhighlighters.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/sourcecode/syntaxhighlighters.py +++ b/spyderlib/widgets/sourcecode/syntaxhighlighters.py @@ -817,26 +817,6 @@ class HtmlSH(BaseWebSH): """HTML Sy...
Editor: CSS syntax highlighter was buggy (multiline comments) and replaced by a pygments lexer (CSS syntax highlighting in Spyder will thus require pygments) Update Issue <I> Status: Fixed
spyder-ide_spyder
train
5ba79aadbd43176b74a4f25ab3a13c9390ff9235
diff --git a/lib/commands/context.js b/lib/commands/context.js index <HASH>..<HASH> 100644 --- a/lib/commands/context.js +++ b/lib/commands/context.js @@ -1,7 +1,7 @@ import { iosCommands, IOSPerformanceLog, NATIVE_WIN, WEBVIEW_WIN } from 'appium-ios-driver'; import { createRemoteDebugger, RemoteDebugger } from 'appi...
feat: add option for wait duration for mobile context list (#<I>) * feat: add option for wait duration for mobile context list * return an array * make sure getting contexts happens once
appium_appium-xcuitest-driver
train
0bc4a38e48969513c524ff4795daecf2576725cf
diff --git a/__tests__/src/getPropLiteralValue-test.js b/__tests__/src/getPropLiteralValue-test.js index <HASH>..<HASH> 100644 --- a/__tests__/src/getPropLiteralValue-test.js +++ b/__tests__/src/getPropLiteralValue-test.js @@ -80,6 +80,15 @@ describe('getLiteralPropValue', () => { assert.equal(expected, actual);...
Normalize literal string value before converting to boolean (#<I>) Fixes #<I>
evcohen_jsx-ast-utils
train
584fb319b311ea9013f0dad52b102df065c8d0cb
diff --git a/lib/atdis/models/event.rb b/lib/atdis/models/event.rb index <HASH>..<HASH> 100644 --- a/lib/atdis/models/event.rb +++ b/lib/atdis/models/event.rb @@ -3,14 +3,14 @@ module ATDIS class Event < Model set_field_mappings ({ id: String, - date: DateTime, + times...
Attribute has been renamed as per the spec
openaustralia_atdis
train
a03d49cbf16940707f4734e8440d106304bafd68
diff --git a/lib/jets/controller/rendering.rb b/lib/jets/controller/rendering.rb index <HASH>..<HASH> 100644 --- a/lib/jets/controller/rendering.rb +++ b/lib/jets/controller/rendering.rb @@ -72,7 +72,8 @@ class Jets::Controller end def actual_host - headers["host"] + # actually host is in headers[...
use headers origin for actual host in case of cloudfront in front
tongueroo_jets
train
7c9796e693939c651a6eb5a3d50ac94a7bbcc58c
diff --git a/lib/ecwid_api/error.rb b/lib/ecwid_api/error.rb index <HASH>..<HASH> 100644 --- a/lib/ecwid_api/error.rb +++ b/lib/ecwid_api/error.rb @@ -4,7 +4,7 @@ module EcwidApi class ResponseError < Error def initialize(response) if response.respond_to?(:reason_phrase) - super("#{response.reason...
Adds the response body when an Exception occurs
davidbiehl_ecwid_api
train
335f9e683b91cd68d7e33c2b64cd586202fe8387
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,10 @@ module.exports.pitch = function(remainingRequest) { // Change the request from an /abolute/path.js to a relative ./path.js // This prevents [chunkhash] values from changing when running webpack // builds ...
fix(remainingRequest): resolve issue when multiple variables are exposed for the same request. (#<I>) The previous commit for more consistent hashes naively overwrote the entire request, assuming there weren't additional loaders to be run against the file. This modifies the changes to the request to only change the ...
webpack-contrib_expose-loader
train
c3aba3fc096bc2207d9d944cc0d56239066332c6
diff --git a/lib/rails-footnotes.rb b/lib/rails-footnotes.rb index <HASH>..<HASH> 100644 --- a/lib/rails-footnotes.rb +++ b/lib/rails-footnotes.rb @@ -32,6 +32,9 @@ module Footnotes delegate :lock_top_right, :to => Filter delegate :lock_top_right=, :to => Filter + + delegate :font_size, :to => Filter + ...
add font_size option <I>px font is hard for some people to read
josevalim_rails-footnotes
train
9e3ea2913569be2cd8cb4e1ae37a67e4b0f93397
diff --git a/Makefile b/Makefile index <HASH>..<HASH> 100644 --- a/Makefile +++ b/Makefile @@ -148,10 +148,10 @@ gui_test_suite: compile testdata # commit rights. See issue https://github.com/AIFDR/inasafe/issues/232 testdata: @echo - @echo "-----------------------------------------------------------" + @echo "----...
Fixed functionality to work with keyword values that can be python structures
inasafe_inasafe
train
dc008faea1e4b1e38a0858ae582874ea95e637b0
diff --git a/tests/units/test_lib.rb b/tests/units/test_lib.rb index <HASH>..<HASH> 100644 --- a/tests/units/test_lib.rb +++ b/tests/units/test_lib.rb @@ -32,7 +32,7 @@ class TestLib < Test::Unit::TestCase assert(a.first.is_a?(String)) assert_equal(10, a.size) - a = @lib.log_commits :count => 20, :si...
Fix tests failing if run between Nov 7 <I>:<I>:<I> -<I> and Jan 1 <I>:<I>:<I> -<I>
ruby-git_ruby-git
train
74b0e9ea8750ac41e9970b23a7a8253f07b7963a
diff --git a/lib/twirp/version.rb b/lib/twirp/version.rb index <HASH>..<HASH> 100644 --- a/lib/twirp/version.rb +++ b/lib/twirp/version.rb @@ -1,3 +1,3 @@ module Twirp - VERSION = "0.4.1" + VERSION = "0.5.0" end
bump to version <I> => Twirp::ClientJSON
twitchtv_twirp-ruby
train
52f5a65fb0a987368a36f85abb75e4aee9cdda51
diff --git a/bosh-stemcell/spec/stemcells/stig_spec.rb b/bosh-stemcell/spec/stemcells/stig_spec.rb index <HASH>..<HASH> 100644 --- a/bosh-stemcell/spec/stemcells/stig_spec.rb +++ b/bosh-stemcell/spec/stemcells/stig_spec.rb @@ -71,6 +71,7 @@ describe 'Stig test case verification', { stemcell_image: true, stig_check: tru...
Prevent loading from USB as per stig V-<I> [#<I>](<URL>)
cloudfoundry_bosh
train
8710d248a815c5ffa59ed13b717892edf830bf93
diff --git a/Core/MVC/Symfony/View/Builder/InvisibleContentViewBuilder.php b/Core/MVC/Symfony/View/Builder/InvisibleContentViewBuilder.php index <HASH>..<HASH> 100644 --- a/Core/MVC/Symfony/View/Builder/InvisibleContentViewBuilder.php +++ b/Core/MVC/Symfony/View/Builder/InvisibleContentViewBuilder.php @@ -51,18 +51,6 @...
Remove superfluous method override
netgen_site-bundle
train
88879b420de49dfaeab9dced9b8df85546fdf289
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ deps = { "eth-bloom>=1.0.3,<2.0.0", "eth-keys>=0.2.1,<0.4.0", "eth-typing>=2.2.0,<3.0.0", - "eth-utils>=1.7.0,<2.0.0", + "eth-utils>=1.8.0,<2.0.0", "lru-dict>=1....
setup: update to package versions that have Python <I> wheels. Minimal set of dependencies that otherwise break the virtualenv, detailed here: <URL>. <I> is installed now anyway, but this has been suggested in <URL>
ethereum_py-evm
train
d8111e4c9f0b501a257d595e7ced1b3d45a65852
diff --git a/packages/ludumpad-client/src/app.js b/packages/ludumpad-client/src/app.js index <HASH>..<HASH> 100644 --- a/packages/ludumpad-client/src/app.js +++ b/packages/ludumpad-client/src/app.js @@ -304,3 +304,17 @@ function sendData () { oldData = currentData socket.emit('ld:input-update', currentData) } + ...
Log errors on LudumPad controllers
dasilvacontin_ludumpad
train
d4900ee454c6faa0ac7c823b5519bab760591ac9
diff --git a/tests/packaging/release.py b/tests/packaging/release.py index <HASH>..<HASH> 100644 --- a/tests/packaging/release.py +++ b/tests/packaging/release.py @@ -563,6 +563,15 @@ _confirm_true = _confirm(True) _confirm_false = _confirm(False) +# This is shit but I'm too tired and angry right now to give a fuc...
Update tests to account for non broken confirm() call. Sigh
pyinvoke_invocations
train
c78a447d78cc37330300e40f353c92330f1ee723
diff --git a/src/sap.ui.rta/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js b/src/sap.ui.rta/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.rta/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +++ b/src/sap.ui.rta/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js @@ -247,10 +2...
[INTERNAL][FIX] sap.ui.rta: Fix typo in extension point plugin The function getAction of AddXMLAtExtensionPoint has overwritten the function of the whole base plugin, not only for itself. Change-Id: Ibfdfc8c8f<I>a<I>a<I>d<I>ba<I>fa<I>
SAP_openui5
train
fb5b3d0fda042d1094be9437a3c0c62e807776fc
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires = [ # For more details, see: # http://packages.python.org/distribute/setuptools.html#declaring-dependencies "nltk", "enum", "lxml", "networkx", "pygraphviz", - "brewer2mpl", "u...
added pydot to dependencies
arne-cl_discoursegraphs
train
fb9e1abb920d4b5b77b9169c37d4e0dec09d5d1d
diff --git a/zipline/gens/tradesimulation.py b/zipline/gens/tradesimulation.py index <HASH>..<HASH> 100644 --- a/zipline/gens/tradesimulation.py +++ b/zipline/gens/tradesimulation.py @@ -153,10 +153,10 @@ class AlgorithmSimulator(object): if midnight_dt in algo.capital_changes: # process...
LOG: Log the dt and amount when each capital change executes
quantopian_zipline
train
f50929a52f171bb26c1d2df5348374ac6990b5a7
diff --git a/lib/dnsimple/client/registrar.rb b/lib/dnsimple/client/registrar.rb index <HASH>..<HASH> 100644 --- a/lib/dnsimple/client/registrar.rb +++ b/lib/dnsimple/client/registrar.rb @@ -22,8 +22,7 @@ module Dnsimple end - def check(account_id, domain_name, attributes = {}, options = {}) - op...
This endpoint doesn't need attributes
dnsimple_dnsimple-ruby
train
fe43e3b89d0612836333629783012b72c18727ab
diff --git a/integration/all.sh b/integration/all.sh index <HASH>..<HASH> 100755 --- a/integration/all.sh +++ b/integration/all.sh @@ -1,5 +1,8 @@ -#!/bin/sh +#!/bin/bash +set -euo pipefail +IFS=$'\n\t' -./test-http.sh || exit -./test-merge.sh || exit -./test-delupd.sh || exit +go test -tags integration -v +./test-ht...
Try not to leave directories behind with incorrect permissions
syncthing_syncthing
train
8d238259fffa6c63a05b5d5b4d75b4128c02ca31
diff --git a/lib/abstractor/abstractable.rb b/lib/abstractor/abstractable.rb index <HASH>..<HASH> 100644 --- a/lib/abstractor/abstractable.rb +++ b/lib/abstractor/abstractable.rb @@ -42,7 +42,7 @@ module Abstractor if options[:namespace_type] || options[:namespace_id] abstractor_abstractions_by_name...
Soft deleted rows should not be included in abstraction groups. Closes #<I>
NUBIC_abstractor
train
6589a20a4eea74359e16a8d5a3dd679347151293
diff --git a/run_tests.py b/run_tests.py index <HASH>..<HASH> 100644 --- a/run_tests.py +++ b/run_tests.py @@ -75,18 +75,18 @@ def run_parallel_to_xml(suite, args): os.unlink(name) num_failures = 0 index = itertools.count() - + # Keep track of the running popen objects by keyword keywor...
fix: Propagate the metadata field in more steps
DataBiosphere_toil
train
68720584ba50e7bed1746e46e0f55ea687b5cf86
diff --git a/src/consumer/__tests__/instrumentationEvents.spec.js b/src/consumer/__tests__/instrumentationEvents.spec.js index <HASH>..<HASH> 100644 --- a/src/consumer/__tests__/instrumentationEvents.spec.js +++ b/src/consumer/__tests__/instrumentationEvents.spec.js @@ -183,6 +183,7 @@ describe('Consumer > Instrumentat...
refactor: minor changes before refactoring to single requests per broker due to blocking fetch request limitations
tulios_kafkajs
train
71b12b9473c2f737d789c7b373849864b9bfea79
diff --git a/php/utils-wp.php b/php/utils-wp.php index <HASH>..<HASH> 100644 --- a/php/utils-wp.php +++ b/php/utils-wp.php @@ -344,7 +344,7 @@ function wp_get_table_names( $args, $assoc_args = array() ) { if ( empty( $tables_sql ) ) { $tables_sql = $wpdb->prepare( 'SHOW TABLES LIKE %s', esc_like( $wpdb->get_blog...
fix and make internally consistent building of sql
wp-cli_wp-cli
train
05d32517ef678989baad4411060a02b646d64e57
diff --git a/lib/astrails/safe.rb b/lib/astrails/safe.rb index <HASH>..<HASH> 100644 --- a/lib/astrails/safe.rb +++ b/lib/astrails/safe.rb @@ -1,5 +1,6 @@ require "aws/s3" require 'fileutils' +require 'benchmark' require 'tempfile' require 'extensions/mktmpdir' diff --git a/lib/astrails/safe/local.rb b/lib/astrai...
added code to measure time of operations and print it in verbose mode
astrails_safe
train
3b86237d3c3adea161e58353ca3b04e79c3f203e
diff --git a/rcli/display/__init__.py b/rcli/display/__init__.py index <HASH>..<HASH> 100644 --- a/rcli/display/__init__.py +++ b/rcli/display/__init__.py @@ -159,17 +159,6 @@ def timed_display(msg): print_header("completed in {:.2f}s".format(delta), False) -def line(char="\u2500", start="\u2500", end=...
Remove prototype functions and add footer support.
contains-io_rcli
train
947209a0286c3fa6cb047fc39eb7b9d8999a377c
diff --git a/packer.go b/packer.go index <HASH>..<HASH> 100644 --- a/packer.go +++ b/packer.go @@ -5,12 +5,21 @@ import ( "github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer/plugin" "fmt" + "io/ioutil" "log" "os" "os/exec" ) func main() { + if os.Getenv("PACKER_LOG") == "" { + // I...
packer: PACKER_LOG to toggle logging from an env var [GH-3]
hashicorp_packer
train
c3c7152c55f04ab846f2c5b0f8f0e2b8f7fd5fa7
diff --git a/pkg/proxy/ipvs/proxier.go b/pkg/proxy/ipvs/proxier.go index <HASH>..<HASH> 100644 --- a/pkg/proxy/ipvs/proxier.go +++ b/pkg/proxy/ipvs/proxier.go @@ -1009,7 +1009,7 @@ func (proxier *Proxier) syncProxyRules() { } if err := proxier.syncService(svcNameString, serv, true); err == nil { // chec...
Corrected condition. Fix for #<I>
kubernetes_kubernetes
train
5b5449b0aaa2dcca032da999875bc847cfd6ae08
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -476,6 +476,7 @@ class BuildExt(build_ext): self.compiler.linker_so.extend( ["-Wl,-rpath", os.path.join(JAVA_HOME, 'jre/lib/server')] ) + self.compiler.linker_so.append("-Wl,--no-as-needed") bu...
Override --as-needed passed to ld by default on some popular distributions This fix cures the problem "undefined symbol: BIO_s_mem" which arises on some platforms when loading pipes, even though pipes seems to build properly.
crs4_pydoop
train
5b7b266f6f94ee5faa1d36e4a17c98ff5eef8436
diff --git a/bakery/tasks.py b/bakery/tasks.py index <HASH>..<HASH> 100644 --- a/bakery/tasks.py +++ b/bakery/tasks.py @@ -407,7 +407,8 @@ def fontaine_process(project, log): log.write('pyFontaine (fontaine/main.py)\n', prefix = 'Header: ') os.chdir(_out) files = glob.glob('*.ttf') - cmd = "python %s/...
Fix: pyFontaine report generation should be in a for loop
googlefonts_fontbakery
train
5f56253c3e5d55f1432b1a8ea69611c18b8f4807
diff --git a/internal/services/consumption/migration/consumption_budget_subscription.go b/internal/services/consumption/migration/consumption_budget_subscription.go index <HASH>..<HASH> 100644 --- a/internal/services/consumption/migration/consumption_budget_subscription.go +++ b/internal/services/consumption/migration/...
Fix type issue in migration logic (#<I>)
terraform-providers_terraform-provider-azurerm
train
302260b014e1d593ad01c528104d050c587c1ac8
diff --git a/core/raftlease/store.go b/core/raftlease/store.go index <HASH>..<HASH> 100644 --- a/core/raftlease/store.go +++ b/core/raftlease/store.go @@ -99,7 +99,21 @@ func (s *Store) ClaimLease(key lease.Key, req lease.Request) error { Lease: key.Lease, Holder: req.Holder, Duration: req.Duration, - ...
Initial work to support aborting claims. Allow passing in a 'stop' channel, and allow it to return a 'cancelled' error.
juju_juju
train
a15ac8524ac1b3445685f52da34660070b410ed7
diff --git a/bokeh/server/tornado.py b/bokeh/server/tornado.py index <HASH>..<HASH> 100644 --- a/bokeh/server/tornado.py +++ b/bokeh/server/tornado.py @@ -52,7 +52,9 @@ class BokehTornado(TornadoApplication): else: route = key + p[0] relative_patterns.append((route...
Allow both "/foo" and "/foo/" for application routes
bokeh_bokeh
train
a56b98333c42e693959e28c52114779b0e15433f
diff --git a/molgenis-data-annotators/src/main/java/org/molgenis/data/annotation/impl/DbnsfpVariantServiceAnnotator.java b/molgenis-data-annotators/src/main/java/org/molgenis/data/annotation/impl/DbnsfpVariantServiceAnnotator.java index <HASH>..<HASH> 100644 --- a/molgenis-data-annotators/src/main/java/org/molgenis/dat...
removed superclass constants. Made feature list public for test. Position check is now done with string.
molgenis_molgenis
train
e1f0b259b425f85761c3a8aad0ab7bdd96df6f65
diff --git a/lib/application.js b/lib/application.js index <HASH>..<HASH> 100644 --- a/lib/application.js +++ b/lib/application.js @@ -2077,33 +2077,38 @@ function setupStaticViews() { var self = this; - // Generate static file regex - this.views.static = []; - - fileModule.walkSync(this.mvcpath + 'view...
Add ability to run bare apps These are apps with the smallest number of files possible. Any unncessessary files can safely be removed, to have the smallest application possible.
derdesign_protos
train
f410c13e329520976f3e730c1c5eab2da6f731b2
diff --git a/WebRequest/ChromiumMixin.py b/WebRequest/ChromiumMixin.py index <HASH>..<HASH> 100644 --- a/WebRequest/ChromiumMixin.py +++ b/WebRequest/ChromiumMixin.py @@ -127,7 +127,7 @@ class WebGetCrMixin(object): if hasattr(sup, '__del__'): sup.__del__() - def stepThroughJsWaf_cr(self, url, titleContains=''...
Ok, switch over to chromium unwrapping. TODO: Similar shit for firefox.
fake-name_WebRequest
train
379bba537a4824952c9c3a17d1b6474ef1e2c3a6
diff --git a/Datagrid/PropelDatagrid.php b/Datagrid/PropelDatagrid.php index <HASH>..<HASH> 100644 --- a/Datagrid/PropelDatagrid.php +++ b/Datagrid/PropelDatagrid.php @@ -346,10 +346,8 @@ abstract class PropelDatagrid implements PropelDatagridInterface foreach ($sort as $column => $order) { $met...
Fail silently when sorting on unknown column.
spyrit_PropelDatagridBundle
train
97e180258c4bb3d5a7d811e6045933feba43da68
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -208,8 +208,13 @@ class build_swig(Command): self.announce('swigging gphoto2 versions %s' % str(gp_versions), 2) # do -builtin and not -builtin swig_bis = [False] - swig_version = str(subproce...
Better error message if swig is not installed
jim-easterbrook_python-gphoto2
train
57eb9b42d320c1abc0ea7b70528caef5a131916a
diff --git a/pyamg/krylov/tests/test_krylov.py b/pyamg/krylov/tests/test_krylov.py index <HASH>..<HASH> 100644 --- a/pyamg/krylov/tests/test_krylov.py +++ b/pyamg/krylov/tests/test_krylov.py @@ -90,10 +90,10 @@ class TestKrylov(TestCase): 'b': b, 'x0': x0, 'tol': 1e-16, 'maxiter': 2, ...
change to nose.SkipTest for so that nosetests works
pyamg_pyamg
train
bad0f657de2215947a3dbe4da203969f6c9a97aa
diff --git a/tsdb/engine/tsm1/cache.go b/tsdb/engine/tsm1/cache.go index <HASH>..<HASH> 100644 --- a/tsdb/engine/tsm1/cache.go +++ b/tsdb/engine/tsm1/cache.go @@ -86,7 +86,7 @@ func (a *entries) clone() Values { // dedupe returns a copy of all underlying Values. Values are deduped and sorted. func (a *entries) dedu...
Deduplicate supports requesting sort order
influxdata_influxdb
train
04169852cb8135066391239c4a6ce18bf8c94a80
diff --git a/DataFixtures/ORM/LoadProductStatusData.php b/DataFixtures/ORM/LoadProductStatusData.php index <HASH>..<HASH> 100755 --- a/DataFixtures/ORM/LoadProductStatusData.php +++ b/DataFixtures/ORM/LoadProductStatusData.php @@ -13,8 +13,8 @@ namespace WellCommerce\Bundle\ProductStatusBundle\DataFixtures\ORM; use...
Insight fixes (cherry picked from commit <I>ad<I>b<I>bbccd<I>a9eaf2f<I>dab<I>e<I>a)
WellCommerce_CouponBundle
train
472f271dd8cf430943c5431b9d9b4b6d7113a0cf
diff --git a/src/main/java/org/mutabilitydetector/unittesting/MutabilityAssert.java b/src/main/java/org/mutabilitydetector/unittesting/MutabilityAssert.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mutabilitydetector/unittesting/MutabilityAssert.java +++ b/src/main/java/org/mutabilitydetector/unittesting/Mut...
Add more references to javadocs.
MutabilityDetector_MutabilityDetector
train
c085dc72cffc7e964488eccb65bfb01e4c4ec392
diff --git a/bosh-dev/lib/bosh/dev/emitable_example.rb b/bosh-dev/lib/bosh/dev/emitable_example.rb index <HASH>..<HASH> 100644 --- a/bosh-dev/lib/bosh/dev/emitable_example.rb +++ b/bosh-dev/lib/bosh/dev/emitable_example.rb @@ -6,7 +6,7 @@ module Bosh end def metric - 'bosh.ci.bat.duration' + ...
Change the BAT DataDog metric name [finish #<I>] * Also make sure that we test that our EmitableExample strips colons out of the example names.
cloudfoundry_bosh
train
85b191c4b9ad4a95dd76ef8f4f3b725f443a660b
diff --git a/tests/unit/utils/config_test.py b/tests/unit/utils/config_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/utils/config_test.py +++ b/tests/unit/utils/config_test.py @@ -218,6 +218,83 @@ class ConfigTestCase(TestCase): } self.assertDictEqual(expected, Requirements.serialize()) + ...
Test case to make sure plain string requirements have the same outcome
saltstack_salt
train
3d6a37cecc0e13d821601c1bc592827155999cc9
diff --git a/jaxrs/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsDependencyProcessor.java b/jaxrs/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsDependencyProcessor.java index <HASH>..<HASH> 100755 --- a/jaxrs/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsDependencyProcessor.java +++ b/jaxrs/src/main/java/org/j...
[WFLY-<I>]:Add resteasy-json-binding-provider dependency to jaxrs deployment processor"
wildfly_wildfly
train
bbaa518488f3eb68e25880a171614daa3c1cccd0
diff --git a/fakejuju.py b/fakejuju.py index <HASH>..<HASH> 100644 --- a/fakejuju.py +++ b/fakejuju.py @@ -174,7 +174,15 @@ class FakeEnvironmentState: for containers in self.containers.values(): containers.discard(container_id) - def remove_machine(self, machine_id): + def remove_machine(...
Refuse to remove machines with units.
juju_juju
train
7458f1e7861e5146da61cbff9393d72c88a3608c
diff --git a/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py b/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py index <HASH>..<HASH> 100644 --- a/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py +++ b/airflow/providers/google/cloud/transfers/gcs_to_bigquery.py @@ -20,7 +20,6 @@ import...
Remove check for at least one schema in GCSToBigquery (#<I>) For the case when updating an existing table or insert data to a particular partition, no schema is needed. Autodetect doesn't always work, e.g. cannot distinguish partition correctly. Other options requires forking the schema to airflow.
apache_airflow
train
9a66b8182d25a45ba667997611c38433483b7c57
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -14,11 +14,16 @@ def identity(f, *a, **k): def f1(): "f1" +def getfname(func): + fname = os.path.basename(func.func_globals['__file__']) + return os.path.splitext(fname)[0] + '.py' + def test0(): - assert os.path...
Fixed two tests of the decorator module
micheles_decorator
train
0fa75c089cb190cd0a3f780d17fa9a7ae9c5ee16
diff --git a/bumpr/helpers.py b/bumpr/helpers.py index <HASH>..<HASH> 100644 --- a/bumpr/helpers.py +++ b/bumpr/helpers.py @@ -4,9 +4,6 @@ from __future__ import print_function, unicode_literals import logging import shlex import subprocess -import sys - -IS_PY26 = sys.version_info[:2] == (2, 6) class BumprErro...
Drop some py<I> specific code
noirbizarre_bumpr
train
6d780106502509b2598f4f1b9b2b647230ec8d7c
diff --git a/src/util.js b/src/util.js index <HASH>..<HASH> 100644 --- a/src/util.js +++ b/src/util.js @@ -70,13 +70,27 @@ function mixin(target, source, force) { } /** - * Get a globally unique ID + * Get a unique ID. * @method getId * @static */ function getId() { - // TODO: make better. - return 'getid-...
fix bug in getId() for better guid generation
freedomjs_freedom
train
bfc6ce95e4b4938afa6b3644cc35aea29cc60ead
diff --git a/src/flux-dispatcher.js b/src/flux-dispatcher.js index <HASH>..<HASH> 100644 --- a/src/flux-dispatcher.js +++ b/src/flux-dispatcher.js @@ -70,7 +70,6 @@ export class FluxDispatcher { this.typesPromises = new Map(); this.instanceDispatchers.forEach((dispatchers, type) => { - ...
fix(waitFor): @waitFor decorated handler will now properly handle dispatch
tfrydrychewicz_aurelia-flux
train
f5e359f70408d565ae8754e83cc4f9dd3b493b43
diff --git a/UntappdClient.js b/UntappdClient.js index <HASH>..<HASH> 100644 --- a/UntappdClient.js +++ b/UntappdClient.js @@ -151,7 +151,7 @@ var UntappdClient = function(debug) { that.getUserAuthenticationURL = function(returnRedirectionURL) { if (returnRedirectionURL===undefined || returnRedirectionURL===null)...
Switch Auth call to use SSL Received this email and was digging through our Hubot script to ensure everything would continue working. This appears to be the only instance where SSL is not being used. --- >As an Untappd API developer, we wanted to inform you that you will need to update your application to use our se...
arei_node-untappd
train
dfb57e33bcada12647fb916b6d971a541d2cbb9b
diff --git a/lib/simple_form/inputs/base.rb b/lib/simple_form/inputs/base.rb index <HASH>..<HASH> 100644 --- a/lib/simple_form/inputs/base.rb +++ b/lib/simple_form/inputs/base.rb @@ -100,7 +100,7 @@ module SimpleForm end def action_validators?(validator) - validator.options.include?(:on) ? ACTIO...
Feature #<I> re-fixed for ruby <I>
plataformatec_simple_form
train
cbf015164ceeec55bbd1b43726eb999cd0b9d42a
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,7 +79,7 @@ v0.9.0 (201x-xx-xx) they can also define the needed logic in their command classes by implementing `Predis\Command\PrefixableCommandInterface` just like before. -- The client can now send...
Rename Predis\Client::raw() to Predis\Client::executeRaw(). This is more consistent with Predis\Client::executeRaw() and its more explicit since simply "raw" as a method name was a bit too vague even despite being nicely short.
nrk_predis
train
298a22d96ca512ab3910303ae8f2913e608d0a64
diff --git a/pylint/message/message_handler_mix_in.py b/pylint/message/message_handler_mix_in.py index <HASH>..<HASH> 100644 --- a/pylint/message/message_handler_mix_in.py +++ b/pylint/message/message_handler_mix_in.py @@ -343,7 +343,7 @@ class MessagesHandlerMixIn: } return by_checker -...
Refactor - Rename an overlapsing function in MessageHandlerMixIn BaseChecker and MessageHandlerMixIn can be the same instance.
PyCQA_pylint
train
09fd4edfd01c1744052f8db1c36f9641e865507b
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -80,7 +80,8 @@ class Data { this.fanout = fanout this.blockSizes = blockSizes || [] this.mtime = mtime || new Date(0) - this.mode = mode + this.mode = mode || mode === 0 ? (mode & 0xFFF) : ...
fix: mask file mode (#<I>) Only expose documented bits to calling code but respect them when turning the entry into a protobuf.
ipfs_js-ipfs-unixfs
train
45603be3298366394fef05125d36f00c2fcccd04
diff --git a/lib/models/messaging_client.js b/lib/models/messaging_client.js index <HASH>..<HASH> 100644 --- a/lib/models/messaging_client.js +++ b/lib/models/messaging_client.js @@ -129,6 +129,7 @@ function MessagingClient(type) { context.sendRedundantly(data, function(err, result){ vennApiServ...
Update Twilio service status handler to handle unregistered 'from' numbers. Test covers contents of sendLog. resolves #<I>
TeamLifecycle_venn-messaging-node
train
22b2328e26fd112d80cf131bd9b5093bd227f1c9
diff --git a/container/src/main/java/org/wildfly/swarm/container/Container.java b/container/src/main/java/org/wildfly/swarm/container/Container.java index <HASH>..<HASH> 100644 --- a/container/src/main/java/org/wildfly/swarm/container/Container.java +++ b/container/src/main/java/org/wildfly/swarm/container/Container.ja...
Consolidate ctor code path in Container.class
thorntail_thorntail
train
22aef0124e2a8f6d5fa7395410faf3f498ffc044
diff --git a/doc/05-repositories.md b/doc/05-repositories.md index <HASH>..<HASH> 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -229,22 +229,18 @@ In this case the short name of the channel is `pear2`, so the It is possible to alias all pear channel packages with custom name. Example: - You ow...
Revert Locker change, ignore PEAR packages whose version cannot be parsed.
mothership-ec_composer
train
ccf7723778676b2b1f8ce3844c4ccb7dd855ff0f
diff --git a/lib/adhearsion/voip/asterisk/commands.rb b/lib/adhearsion/voip/asterisk/commands.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/voip/asterisk/commands.rb +++ b/lib/adhearsion/voip/asterisk/commands.rb @@ -929,10 +929,10 @@ module Adhearsion end # allows setting of the callerid ...
[#<I>] Allow :name and :caller_id to be used together on dial() method
adhearsion_adhearsion
train
6ebd308237c12138eaf40bd149e74267ebcb7e59
diff --git a/lib/sendwithus.rb b/lib/sendwithus.rb index <HASH>..<HASH> 100644 --- a/lib/sendwithus.rb +++ b/lib/sendwithus.rb @@ -28,7 +28,17 @@ module SendWithUs @debug = options[:debug] || false end + ## + # send a templated email! + + def send(email_name, email_to, data = {}) + data[...
Move code around to stop using public/private unecessarily. Public marks all methods after it as public. Private does the same. Initially, methods are public, so I've reduced this to just one use of "private"
sendwithus_sendwithus_ruby
train
e0f6d476dbd980e4587502d0936505f7e675eb33
diff --git a/core/src/main/java/hudson/model/Queue.java b/core/src/main/java/hudson/model/Queue.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/Queue.java +++ b/core/src/main/java/hudson/model/Queue.java @@ -1365,14 +1365,18 @@ public class Queue extends ResourceController implements Saveable { ...
expanding the contract to improve the usability of LabelAssignmentAction
jenkinsci_jenkins
train
12b51ff859ffaee3dfb46c29a72445894ab4a20f
diff --git a/command/agent/cache/lease_cache.go b/command/agent/cache/lease_cache.go index <HASH>..<HASH> 100644 --- a/command/agent/cache/lease_cache.go +++ b/command/agent/cache/lease_cache.go @@ -12,6 +12,7 @@ import ( "io/ioutil" "net/http" "strings" + "sync" "github.com/hashicorp/errwrap" hclog "github...
Add locking around base context (#<I>) Got offline 👍 from Calvin.
hashicorp_vault
train
033813421d0f644077887cb908f87ba747a7561e
diff --git a/lib/Base.js b/lib/Base.js index <HASH>..<HASH> 100644 --- a/lib/Base.js +++ b/lib/Base.js @@ -32,6 +32,12 @@ Base.prototype.init = function(iface,callback) { } if(callback) callback(err,self.properties); + + // emit current properties after init callback, + // so added listeners can ...
emit current properties after init callback
Doodle3D_connman-simplified
train
27649b81ee35dac0e51885ad4faac13a80153be7
diff --git a/spec/dummy/config/environments/test.rb b/spec/dummy/config/environments/test.rb index <HASH>..<HASH> 100644 --- a/spec/dummy/config/environments/test.rb +++ b/spec/dummy/config/environments/test.rb @@ -12,10 +12,6 @@ Rails.application.configure do # preloads Rails for running tests, you may have to set ...
Removes deprecated settings from dummy app's test environment
csm123_starburst
train
5fd23e49a0155c04b53dcaf4d5a18e31511c76ab
diff --git a/src/Illuminate/Cache/RedisTaggedCache.php b/src/Illuminate/Cache/RedisTaggedCache.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Cache/RedisTaggedCache.php +++ b/src/Illuminate/Cache/RedisTaggedCache.php @@ -9,13 +9,13 @@ class RedisTaggedCache extends TaggedCache * * @var string */...
Change redis ref keys to avoid breaking upgrades (#<I>)
laravel_framework
train
7431735ebbc83b8fdf647bc044864f8663b6e1b4
diff --git a/soco/data_structures.py b/soco/data_structures.py index <HASH>..<HASH> 100755 --- a/soco/data_structures.py +++ b/soco/data_structures.py @@ -501,10 +501,13 @@ class DidlObject(with_metaclass(DidlMetaClass, object)): if parent_id is None: raise DIDLMetadataError("Missing parentID attr...
removed check for missing restricted attribute and set True as default
SoCo_SoCo
train
5bf7699dd432904cf52a012c72d8653771cef97f
diff --git a/src/java/com/samskivert/util/HashIntMap.java b/src/java/com/samskivert/util/HashIntMap.java index <HASH>..<HASH> 100644 --- a/src/java/com/samskivert/util/HashIntMap.java +++ b/src/java/com/samskivert/util/HashIntMap.java @@ -463,8 +463,7 @@ public class HashIntMap<V> extends AbstractMap<Integer,V> ...
Missed a spot. Oh baby, look at the @SuppressWarnings and cast removal. It's all itchy, flakey, and pale under the cast! git-svn-id: <URL>
samskivert_samskivert
train
f07ca5db72be5770ba8587abcbe3886f47b2430e
diff --git a/diff_cover/report_generator.py b/diff_cover/report_generator.py index <HASH>..<HASH> 100644 --- a/diff_cover/report_generator.py +++ b/diff_cover/report_generator.py @@ -202,21 +202,16 @@ class TemplateReportGenerator(BaseReportGenerator): def generate_report(self, output_file): """ ...
Make sure we pass in bytes only handlers. This means that in python2 we can use sys.stdout, but in python3 we need to pass in sys.stdout.buffer
Bachmann1234_diff-cover
train
5d415ab5e642a02a4a67c51319977ee1c2983aa6
diff --git a/skpy/user.py b/skpy/user.py index <HASH>..<HASH> 100644 --- a/skpy/user.py +++ b/skpy/user.py @@ -147,6 +147,27 @@ class SkypeUser(SkypeObj): auth=SkypeConnection.Auth.SkypeToken, json={"mri": "8:{0}".format(self.id), ...
Add support for user (un)block and listing blocks
Terrance_SkPy
train
bb3cc738c5cd09d36ce590cc820fbe3b7ad1d442
diff --git a/api/secret.go b/api/secret.go index <HASH>..<HASH> 100644 --- a/api/secret.go +++ b/api/secret.go @@ -293,6 +293,7 @@ type SecretAuth struct { IdentityPolicies []string `json:"identity_policies"` Metadata map[string]string `json:"metadata"` Orphan bool `json:"o...
Added missing entity_id to SecretAuth struct (#<I>)
hashicorp_vault
train
9ab128e2121453e1801fe8d5ce3fd565944efd27
diff --git a/core/src/main/java/org/cache2k/impl/BaseCache.java b/core/src/main/java/org/cache2k/impl/BaseCache.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/cache2k/impl/BaseCache.java +++ b/core/src/main/java/org/cache2k/impl/BaseCache.java @@ -2103,15 +2103,12 @@ public abstract class BaseCache<E ext...
working on storage passivation / cache evition and the dirty flag
cache2k_cache2k
train
78029487fe241b4098cb9c3b0dbe6decdfff3c80
diff --git a/src/livestreamer_curses/main.py b/src/livestreamer_curses/main.py index <HASH>..<HASH> 100755 --- a/src/livestreamer_curses/main.py +++ b/src/livestreamer_curses/main.py @@ -38,6 +38,7 @@ import termios import imp from livestreamer import Livestreamer from multiprocessing.pool import ThreadPool as Pool ...
options to dump/load stream list from file
gapato_livestreamer-curses
train
18aa1cd8022919d8e7d6ab70532f55c8a5d71da2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -12,6 +12,7 @@ module.exports = function(afterAllCb) { ' Make sure all the calls to "next" are on the same tick'; var calls = 0; var done = false; + var finalError = null; process.nextTick(function() { if...
Call the after-all callback in the end (even in the case of an error).
sorribas_after-all
train
70b334c1b383e914c4d7414f9a0cf90423eb9197
diff --git a/src/Factory/Api.php b/src/Factory/Api.php index <HASH>..<HASH> 100644 --- a/src/Factory/Api.php +++ b/src/Factory/Api.php @@ -28,10 +28,9 @@ class Api Client $client = null, SerializerInterface $serializer = null ) { - AnnotationRegistry::registerLoader('class_exists'); ...
Guzzle6 changed base_url to base_uri
culturekings_afterpay
train
5a84dd8990131f906dab21768b5b0487aac49fd5
diff --git a/src/org/zoodb/internal/util/DBLogger.java b/src/org/zoodb/internal/util/DBLogger.java index <HASH>..<HASH> 100644 --- a/src/org/zoodb/internal/util/DBLogger.java +++ b/src/org/zoodb/internal/util/DBLogger.java @@ -101,7 +101,7 @@ public class DBLogger { private static RuntimeException newEx(Class<? e...
Removed double logging of exceptions as SEVERE error
tzaeschke_zoodb
train
fca8af88d20ffae6e8f0367f45c88af39cdfd0e0
diff --git a/release/.buildkite/build_pipeline.py b/release/.buildkite/build_pipeline.py index <HASH>..<HASH> 100644 --- a/release/.buildkite/build_pipeline.py +++ b/release/.buildkite/build_pipeline.py @@ -361,6 +361,7 @@ def build_pipeline(steps): RAY_BRANCH = os.environ.get("RAY_BRANCH", "master") RAY_REPO...
[release] Fix e2e environment variable passing from pipeline (#<I>)
ray-project_ray
train
96ba0f5184bf28b61fc3afde8791bc81fa9627da
diff --git a/tests/test_creation_and_reading_functional.py b/tests/test_creation_and_reading_functional.py index <HASH>..<HASH> 100644 --- a/tests/test_creation_and_reading_functional.py +++ b/tests/test_creation_and_reading_functional.py @@ -8,6 +8,8 @@ import pytest from dtoolcore.filehasher import sha256sum_hexdi...
Fix defect in test; now works in iRODS space rather than on local file system disk
jic-dtool_dtool-irods
train
b58faffeacebf6d4e0735c5a5edfe0b78be628cb
diff --git a/consul/server_test.go b/consul/server_test.go index <HASH>..<HASH> 100644 --- a/consul/server_test.go +++ b/consul/server_test.go @@ -321,14 +321,14 @@ func TestServer_JoinSeparateLanAndWanAddresses(t *testing.T) { // Check the WAN members on s1 testutil.WaitForResult(func() (bool, error) { - return...
Fixes a unit test that needed to account for WAN flooding.
hashicorp_consul
train
cffb425d8baf071fbdf89e9d16289caeb3487f6c
diff --git a/src/Message/Request/Ftp/FtpRequest.php b/src/Message/Request/Ftp/FtpRequest.php index <HASH>..<HASH> 100644 --- a/src/Message/Request/Ftp/FtpRequest.php +++ b/src/Message/Request/Ftp/FtpRequest.php @@ -87,7 +87,10 @@ class FtpRequest extends AbstractRequest */ protected function prepare() {...
FTP: Use given passive mode value if there is one
bee4_transport
train
a73425840e12bb5da9d7b133a35b80cdb2615a70
diff --git a/extras.py b/extras.py index <HASH>..<HASH> 100644 --- a/extras.py +++ b/extras.py @@ -1,14 +1,20 @@ # Here are a few functions that aren't critical to properly scrobbling a song # However, I they were fun to put together and might be of use to others. import requests +import datetime import os api_r...
Add function for extracting tracks played by user that day
huberf_lastfm-scrobbler
train
fa90f1cd0d2c25f7bcb305645e61d2124f56326f
diff --git a/consul/catalog_endpoint_test.go b/consul/catalog_endpoint_test.go index <HASH>..<HASH> 100644 --- a/consul/catalog_endpoint_test.go +++ b/consul/catalog_endpoint_test.go @@ -232,6 +232,57 @@ func TestCatalogListNodes(t *testing.T) { } } +func TestCatalogListNodes_StaleRaad(t *testing.T) { + dir1, s1 :...
consul: Support a stale read query
hashicorp_consul
train
00ce7488726e2663115839bf0a9c2db52e469177
diff --git a/test/main.js b/test/main.js index <HASH>..<HASH> 100644 --- a/test/main.js +++ b/test/main.js @@ -12,11 +12,12 @@ test.beforeEach(t => { const parseArguments = sinon.stub().returns({logLevel: 'info'}) const travis = sinon.stub() const run = sinon.stub() - const stubs = {} - stubs[require.resolve...
Refactor test cases to use computed property names
jcollado_multitest
train
b15babf682088ea7ae7b5c5630807a0864475c9f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ def readme(): return f.read() setup(name='pycabara', - version='0.3', + version='0.4', description='Python implementation of Capybara, an acceptance test framework for web applicat...
Version set to <I> (alpha 4)
excellalabs_pycabara
train
85c4d581db3d9652116bf30dbd2efe7388d6369c
diff --git a/eventsourcing/persistence.py b/eventsourcing/persistence.py index <HASH>..<HASH> 100644 --- a/eventsourcing/persistence.py +++ b/eventsourcing/persistence.py @@ -413,3 +413,8 @@ class InfrastructureFactory(ABC): or default ) ) + + +class Tracking(ImmutableObject): + ...
Moved Tracking class to persistence.py.
johnbywater_eventsourcing
train
d13337401c5da901699e53edfb29b4c6b5e3134d
diff --git a/core/src/main/java/io/neba/core/util/JsonUtil.java b/core/src/main/java/io/neba/core/util/JsonUtil.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/neba/core/util/JsonUtil.java +++ b/core/src/main/java/io/neba/core/util/JsonUtil.java @@ -21,7 +21,6 @@ import java.util.Map; import java.util.Obj...
Review: Wildcard instead of raw type
unic_neba
train
5e133165c6f2f6e6fff83e893d4e1d804327be10
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ const options = { /** * whether or not to include null values as empty strings in FormData instance - * defaults to false + * defaults to true */ - noNulls: false + nulls: true }; cons...
Clarifying noNulls option by replacing it with nulls option
therealparmesh_object-to-formdata
train
e02ec9184b88ba5a0df2e83352b976743ac4b5cf
diff --git a/ModelBundle/DataFixtures/MongoDB/LoadDemoSiteData.php b/ModelBundle/DataFixtures/MongoDB/LoadDemoSiteData.php index <HASH>..<HASH> 100644 --- a/ModelBundle/DataFixtures/MongoDB/LoadDemoSiteData.php +++ b/ModelBundle/DataFixtures/MongoDB/LoadDemoSiteData.php @@ -33,7 +33,7 @@ class LoadDemoSiteData extends ...
update host <I> site fixture
open-orchestra_open-orchestra-model-bundle
train