hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
74351e4791603d9e0de297777da91e470dfbf2a6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ try: readme = f.read() except: print "Failed to load README file" + readme = "" try: import pypandoc
don't fail install if README missing
openvax_pepdata
train
e3e17a70dc0c6074d86858333194cbae9709ca25
diff --git a/builder/builder.go b/builder/builder.go index <HASH>..<HASH> 100644 --- a/builder/builder.go +++ b/builder/builder.go @@ -153,7 +153,7 @@ func BuildMapFromString(m Map, mml *mml.MML, style string) error { for _, l := range mml.Layers { rules := carto.MSS().LayerRules(l.ID, l.Classes...) - if len(ru...
add inactive layers in BuildMapFromString layers are still inactive in the output style
omniscale_magnacarto
train
5876c0b3aae941558c592971e2bc8006566e6415
diff --git a/src/models/BrowserStyleSheet.js b/src/models/BrowserStyleSheet.js index <HASH>..<HASH> 100644 --- a/src/models/BrowserStyleSheet.js +++ b/src/models/BrowserStyleSheet.js @@ -32,6 +32,23 @@ const USE_SPEEDY = IS_BROWSER && !IS_DEV export const COMPONENTS_PER_TAG = 40 +// Source: https://github.com/thre...
Add sheetForTag and try-catch around insertRule - Fix known Firefox quirk - Add try-catch around error-prone insertRule
styled-components_styled-components
train
69a0e9680475fbbca0302b0a4b1f23420a429607
diff --git a/addons/storyshots/storyshots-core/src/frameworks/rn/loader.js b/addons/storyshots/storyshots-core/src/frameworks/rn/loader.js index <HASH>..<HASH> 100644 --- a/addons/storyshots/storyshots-core/src/frameworks/rn/loader.js +++ b/addons/storyshots/storyshots-core/src/frameworks/rn/loader.js @@ -10,7 +10,7 @@...
storyshots should also relate to the .storybook dir
storybooks_storybook
train
ad947727cdeb6cffd34ec1cd981a793230004635
diff --git a/astrobase/lcproc.py b/astrobase/lcproc.py index <HASH>..<HASH> 100644 --- a/astrobase/lcproc.py +++ b/astrobase/lcproc.py @@ -604,8 +604,8 @@ def stetson_threshold(featuresdir, for magcol in magcols[1:]: allobjects['overallthreshold'] = ( - np.intersect(allobjects['overallthresho...
lcproc: also get objects above stetson threshold across all magcols
waqasbhatti_astrobase
train
18c8a9128edbbe6bc8ec36060addaad01c46e960
diff --git a/src/TwoFactorAuth/TwoFactorAuthHelper.php b/src/TwoFactorAuth/TwoFactorAuthHelper.php index <HASH>..<HASH> 100644 --- a/src/TwoFactorAuth/TwoFactorAuthHelper.php +++ b/src/TwoFactorAuth/TwoFactorAuthHelper.php @@ -35,6 +35,7 @@ use Lasallecms\Helpers\TwoFactorAuth\SendMessagesViaTwilio; // Laravel facad...
Add helper methods for 2FA cookie feature. #<I>
lasallecms_lasallecms-l5-helpers-pkg
train
f9f2ba49294ef98bb0f41398ebc806fef5f93abb
diff --git a/optlang/cplex_interface.py b/optlang/cplex_interface.py index <HASH>..<HASH> 100644 --- a/optlang/cplex_interface.py +++ b/optlang/cplex_interface.py @@ -403,6 +403,10 @@ class Model(interface.Model): sense = 'G' rhs = float(constraint.lb) range_value = 0....
cplex_interface understands equality constraints now
biosustain_optlang
train
8c88e5af00310a7a62b15530502002fdd67b98ce
diff --git a/src/Wrapper/FixerWrapper/MethodWrapper.php b/src/Wrapper/FixerWrapper/MethodWrapper.php index <HASH>..<HASH> 100644 --- a/src/Wrapper/FixerWrapper/MethodWrapper.php +++ b/src/Wrapper/FixerWrapper/MethodWrapper.php @@ -109,7 +109,7 @@ final class MethodWrapper if ($returnTypeAnalysis) { ...
[PackageBuilder] merge PrivatesGetter and PrivatesSetter to PrivatesAccessor
Symplify_TokenRunner
train
0bff591bb0bc5a11ec22eb4f0b6104a79dea0819
diff --git a/distribution/pull_v2.go b/distribution/pull_v2.go index <HASH>..<HASH> 100644 --- a/distribution/pull_v2.go +++ b/distribution/pull_v2.go @@ -334,18 +334,18 @@ func (p *v2Puller) pullV2Tag(ctx context.Context, ref reference.Named) (tagUpdat manifest distribution.Manifest tagOrDigest string // Used...
Prefer digest over tag on pull If a reference passed to the pull code contains both a tag and a digest, currently the tag is used instead of the digest in the request to the registry. This is the wrong behavior. Change it to favor the digest.
moby_moby
train
834c0d1cf7c13cedeebddbb1a71b41a17f7c297b
diff --git a/src/senaite/core/z3cform/widgets/address.py b/src/senaite/core/z3cform/widgets/address.py index <HASH>..<HASH> 100644 --- a/src/senaite/core/z3cform/widgets/address.py +++ b/src/senaite/core/z3cform/widgets/address.py @@ -22,9 +22,11 @@ import json import six from bika.lims import api from bika.lims imp...
Add readonly_transaction decorator to geo_subdivisions endpoint (#<I>) * Add readonly_transaction decorator to geo_subdivisions endpoint * Simplify * Use comprehension instead of map
senaite_senaite.core
train
38fe9baef9865bf5bc7a226aa2c04b636c5336dd
diff --git a/src/accounts/models.py b/src/accounts/models.py index <HASH>..<HASH> 100644 --- a/src/accounts/models.py +++ b/src/accounts/models.py @@ -21,6 +21,22 @@ class User(AbstractUser): verification_hash = models.CharField(max_length=32, null=True, blank=True) modified = models.DateTimeField(auto_now=Tr...
Adding missing functionality from #<I>
colab_colab
train
e8b0ea5db8ddd2e0a97ef2edb8e1263c9042109a
diff --git a/art/art_param.py b/art/art_param.py index <HASH>..<HASH> 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -1354,7 +1354,7 @@ FONT_MAP = {"block": [block_dic, True], "banner": [banner_dic, False], # pragma "fancy93": [fancy93_dic, False], "fancy94": [fancy94_dic, False], ...
fix : typo fixed. (smooth_dic --> smooth1_dic)
sepandhaghighi_art
train
76d0bc91f4f5c52af98763a706a2219ff75cccbe
diff --git a/public/js/editors/libraries.js b/public/js/editors/libraries.js index <HASH>..<HASH> 100644 --- a/public/js/editors/libraries.js +++ b/public/js/editors/libraries.js @@ -227,40 +227,22 @@ var libraries = [ }, { 'url': [ - 'https://da7xgjtj801h2.cloudfront.net/2014.2.716/styles/kendo.common....
Clean up and Update Kendo UI
jsbin_jsbin
train
930e9185edde0d46f91884fd791a0c2f7b528c83
diff --git a/spec/integration/support/application.rb b/spec/integration/support/application.rb index <HASH>..<HASH> 100644 --- a/spec/integration/support/application.rb +++ b/spec/integration/support/application.rb @@ -1,3 +1,4 @@ +require 'rack' require "rack/builder" class IntegrationServer
Unable to execute tests without requiring 'rack'
savonrb_httpi
train
dfaf93fec87de1accb25879b2ad2635cde1f4a34
diff --git a/rb/lib/selenium/webdriver/remote/http/default.rb b/rb/lib/selenium/webdriver/remote/http/default.rb index <HASH>..<HASH> 100644 --- a/rb/lib/selenium/webdriver/remote/http/default.rb +++ b/rb/lib/selenium/webdriver/remote/http/default.rb @@ -33,18 +33,26 @@ module Selenium ) end +...
JariBakken: Rescue and retry EADDRINUSE to work around connect(2) errors on Windows. This is related to ephemeral ports usage and can also be fixed by tweaking the MaxUserPort setting as described here: <URL>
SeleniumHQ_selenium
train
bfa9ffff3cf3681c3fd6920faa236ca6e5418ddb
diff --git a/superset/views/core.py b/superset/views/core.py index <HASH>..<HASH> 100755 --- a/superset/views/core.py +++ b/superset/views/core.py @@ -2499,7 +2499,7 @@ class Superset(BaseSupersetView): @log_this def sql_json(self): """Runs arbitrary sql and returns and json""" - async = reque...
Update core.py (#<I>) With Python <I>, 'async' and 'await' become reserved words, which cause invalid syntax error when running core.py. Renamed 'async' var to 'async_'
apache_incubator-superset
train
f3f34c8ce45a56302c82ae564a0f915d9bdc9592
diff --git a/routes/api.js b/routes/api.js index <HASH>..<HASH> 100644 --- a/routes/api.js +++ b/routes/api.js @@ -54,8 +54,6 @@ router.post('/api/:conn/:db/:coll/:page', function (req, res, next){ } } - console.log(skip, limit); - mongo_db.collection(req.params.coll).find(query_obj, {skip: skip...
Some eslint-ing and cleaning up code.
mrvautin_adminMongo
train
c4a327a47bd2eb8c4f8b51abdb1717080ec9a142
diff --git a/src/logger.js b/src/logger.js index <HASH>..<HASH> 100644 --- a/src/logger.js +++ b/src/logger.js @@ -1,5 +1,5 @@ /*! - * js-logger 0.9.0 - http://github.com/jonnyreeves/js-logger + * js-logger - http://github.com/jonnyreeves/js-logger * Jonny Reeves, http://jonnyreeves.co.uk/ * js-logger may be...
Version number got out of sync in the header; removed it as it's redundant.
jonnyreeves_js-logger
train
46aadc83a7fdb3abad3ab4b6a75c7b8e6bb9678e
diff --git a/lib/arbetsformedlingen/api/results/soklista_result.rb b/lib/arbetsformedlingen/api/results/soklista_result.rb index <HASH>..<HASH> 100644 --- a/lib/arbetsformedlingen/api/results/soklista_result.rb +++ b/lib/arbetsformedlingen/api/results/soklista_result.rb @@ -3,15 +3,15 @@ require 'arbetsformedlingen/api...
Don't crash when no results are returned from API
buren_arbetsformedlingen
train
e2be5cd4a94957fc723b90648658f806a046d29b
diff --git a/tests/tests_event.py b/tests/tests_event.py index <HASH>..<HASH> 100755 --- a/tests/tests_event.py +++ b/tests/tests_event.py @@ -7,14 +7,23 @@ # # Python DB-API 2.0 module for Firebird. ############################################################################## -import os,sys +import os +import sys...
rewrite test for event support.
nakagami_pyfirebirdsql
train
1d76fb4536833c6b66166116f9e3b9fa021eb66f
diff --git a/lib/model/core.rb b/lib/model/core.rb index <HASH>..<HASH> 100644 --- a/lib/model/core.rb +++ b/lib/model/core.rb @@ -52,7 +52,7 @@ module Model # get a hash that we can modify !! opts[:localize] ? hash = self.to_hash : hash = self.as_document - self.class.normalize(Marshal.load(Marsha...
Remove Marshal/unmarshal for cloning hashes
ladder_ladder
train
79fdd8b341437287549ace1f413bd495e6db8d3e
diff --git a/cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php b/cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php index <HASH>..<HASH> 100644 --- a/cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php +++ b/cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php @@ -153,6 +15...
Adding test to ensure blob integrity. Disproves #<I>
cakephp_cakephp
train
f6185cfdd5c8095c00976b6a158c0472d9f6a8ff
diff --git a/datadog_checks_base/datadog_checks/base/checks/base.py b/datadog_checks_base/datadog_checks/base/checks/base.py index <HASH>..<HASH> 100644 --- a/datadog_checks_base/datadog_checks/base/checks/base.py +++ b/datadog_checks_base/datadog_checks/base/checks/base.py @@ -375,10 +375,11 @@ class AgentCheck(object...
Allow the loading of arbitrary configuration models (#<I>)
DataDog_integrations-core
train
189a6f8b8f21919353e6f650eea2e8fc59e623a2
diff --git a/lib/puppet/pops.rb b/lib/puppet/pops.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops.rb +++ b/lib/puppet/pops.rb @@ -10,7 +10,7 @@ module Puppet # # @api public module Pops - EMPTY_HASH = {}.freeze + EMPTY_HASH = {}.freeze EMPTY_ARRAY = [].freeze EMPTY_STRING = ''.freeze
(maint) Fix indentation
puppetlabs_puppet
train
b0b4f45d86fa596dcefe21c02ad1219ab395e7ae
diff --git a/bibliopixel/util/udp.py b/bibliopixel/util/udp.py index <HASH>..<HASH> 100644 --- a/bibliopixel/util/udp.py +++ b/bibliopixel/util/udp.py @@ -7,31 +7,17 @@ import queue, socket from .. util.threads import runnable -class Sender: +class Sender(runnable.Runnable): def __init__(self, address): ...
Add a timeout to UDP sockets. * Clean up unused code
ManiacalLabs_BiblioPixel
train
8314df742e6c8a09eb6344c488a0358ce2284ff8
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -__version__ = "0.0.4.2" +__version__ = "0.0.5-dev1" requirements = [pkg.strip() for pkg in open('requirements.txt').readlines()] @@ -34,6 +34,9 @@ setup( 'Programmi...
Updating python supported versions on setup.py
marcwebbie_passpie
train
10b280f8d209855767061d4b2a3c156dd590a068
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,29 @@ s := "AnyKind of_string" ```bash go get -u github.com/iancoleman/strcase ``` + +## Custom Acronyms for ToCamel && ToLowerCamel + +Often times text can contain specific acronyms which you need to be handl...
Provides ability to configure custom acronyms
iancoleman_strcase
train
3dad65ac3e53a4a88d464f4d7854e532d2c2101e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 1.1.0 *(2013-12-24)* +---------------------------- + + * DebugLn does not need a context in it's constructor. + Version 1.0.0 *(2013-12-21)* ------------------...
Use a static method to construct DebugLn
f2prateek_ln
train
e25e077a2030aa7c438a993085e6aefcd337ca19
diff --git a/cli/command/cli_test.go b/cli/command/cli_test.go index <HASH>..<HASH> 100644 --- a/cli/command/cli_test.go +++ b/cli/command/cli_test.go @@ -6,6 +6,7 @@ import ( "crypto/x509" "fmt" "io/ioutil" + "net/http" "os" "runtime" "testing" @@ -79,6 +80,24 @@ func TestNewAPIClientFromFlagsWithAPIVersio...
restore support for env variables to configure proxy regression introduced by b<I>f<I> close #<I>
docker_cli
train
2d2dbbc32447d62b0dc2e1b3dd578ba1642b38dc
diff --git a/tests/YoutubeDlTest.php b/tests/YoutubeDlTest.php index <HASH>..<HASH> 100644 --- a/tests/YoutubeDlTest.php +++ b/tests/YoutubeDlTest.php @@ -367,7 +367,7 @@ class YoutubeDlTest extends TestCase $collection = $yt->download(Options::create()->cleanupMetadata(true)->downloadPath($this->tmpDir)->url(...
Don't use deprecated method in test
norkunas_youtube-dl-php
train
35537e95eb215408f1548990feda1bbc47a7e9cc
diff --git a/i3pystatus/iinet.py b/i3pystatus/iinet.py index <HASH>..<HASH> 100644 --- a/i3pystatus/iinet.py +++ b/i3pystatus/iinet.py @@ -15,6 +15,7 @@ class IINet(IntervalModule, ColorRangeModule): * `{percentage_used}` — percentage of your quota that is used * `{percentage_available}` — percenta...
fix vdsl2 usage, also add "used" formatter (#<I>) * fix vdsl2 usage, also add "used" formatter * PEP fix
enkore_i3pystatus
train
49291cbac048d9de4e53f0e02538a7f53d8296ff
diff --git a/anyconfig/mergeabledict.py b/anyconfig/mergeabledict.py index <HASH>..<HASH> 100644 --- a/anyconfig/mergeabledict.py +++ b/anyconfig/mergeabledict.py @@ -3,16 +3,15 @@ # Copyright (C) 2011 - 2013 Satoru SATOH <ssato redhat.com> # License: MIT # -"""Merge-able dict. +"""Dict-based object supports merge o...
doc: minor corrections and cleanups in docstrings
ssato_python-anyconfig
train
4ccef918887584b3831361640609b765cb1306b9
diff --git a/mapillary_tools/processing.py b/mapillary_tools/processing.py index <HASH>..<HASH> 100644 --- a/mapillary_tools/processing.py +++ b/mapillary_tools/processing.py @@ -733,7 +733,10 @@ def user_properties_master(user_name, print("Error, no user key obtained for the user name " + user_name + ...
bug: fail process if username does not exist
mapillary_mapillary_tools
train
9fff46d5780682f13935a36b9d654f8bfe7cf065
diff --git a/tensorpack/input_source/input_source.py b/tensorpack/input_source/input_source.py index <HASH>..<HASH> 100644 --- a/tensorpack/input_source/input_source.py +++ b/tensorpack/input_source/input_source.py @@ -23,7 +23,7 @@ from ..utils.develop import log_deprecated from ..callbacks.base import Callback from...
remove DataParallelFeedInput, as dataparallel inference now relies on QueueInput
tensorpack_tensorpack
train
721201de1f2baaf6e21e5992035cc91edc810425
diff --git a/src/Message/SecureXMLAbstractRequest.php b/src/Message/SecureXMLAbstractRequest.php index <HASH>..<HASH> 100644 --- a/src/Message/SecureXMLAbstractRequest.php +++ b/src/Message/SecureXMLAbstractRequest.php @@ -31,9 +31,11 @@ abstract class SecureXMLAbstractRequest extends AbstractRequest */ publ...
Fix & test logic for autogenerated messageId
thephpleague_omnipay-securepay
train
7ff8bd1dcfc370c6610018bb533bb007f8a8e359
diff --git a/test-complete/src/test/java/com/marklogic/javaclient/TestQueryByExample.java b/test-complete/src/test/java/com/marklogic/javaclient/TestQueryByExample.java index <HASH>..<HASH> 100644 --- a/test-complete/src/test/java/com/marklogic/javaclient/TestQueryByExample.java +++ b/test-complete/src/test/java/com/ma...
Merged with svn changes
marklogic_java-client-api
train
97e998dc9c2b7c20952bd0d4f36e6345fc4471f7
diff --git a/feed.js b/feed.js index <HASH>..<HASH> 100644 --- a/feed.js +++ b/feed.js @@ -68,6 +68,9 @@ Feed.decodeStream = function () { return pull.through() } +//the code to manage this is split between 3 different places +//which is not good. + Feed.encodeWithIndexes = function (msg) { var key = {id: msg...
following is now actually posting a message
ssbc_ssb-db
train
f6299eb63caa654f7686ce42ac70176f7457cd1c
diff --git a/phoebe/frontend/bundle.py b/phoebe/frontend/bundle.py index <HASH>..<HASH> 100644 --- a/phoebe/frontend/bundle.py +++ b/phoebe/frontend/bundle.py @@ -2200,7 +2200,7 @@ class Bundle(ParameterSet): # handle case where compute is not provided if compute is None: - computes = sel...
run_compute can now find matching options via kwargs so instead of having to provide the compute label, you can provide any other tags so long as that results in a single unique match.
phoebe-project_phoebe2
train
96e57298b813f2dd5e97ca8f24bfd18eb321b8e1
diff --git a/cts/index/indexing_test.go b/cts/index/indexing_test.go index <HASH>..<HASH> 100644 --- a/cts/index/indexing_test.go +++ b/cts/index/indexing_test.go @@ -158,6 +158,20 @@ func TestIndexing(t *testing.T) { } { + res, err := index.SaveObject(map[string]interface{}{"objectID": "taggedObject", "attribut...
chore: add delete by tag CTS test
algolia_algoliasearch-client-go
train
c911013b2093cebf425bc06efa4b8f2adaddf211
diff --git a/state/user.go b/state/user.go index <HASH>..<HASH> 100644 --- a/state/user.go +++ b/state/user.go @@ -109,7 +109,7 @@ func (st *State) RemoveUser(tag names.UserTag) error { name := strings.ToLower(tag.Name()) u, err := st.User(tag) - if errors.IsNotFound(err) { + if err != nil { return errors.Trac...
Updates per fwereade's in person walkthrough/review
juju_juju
train
5f0586550007b63b9e56b0d572c6637464cce29a
diff --git a/lib/acts_as_indexed/search_index.rb b/lib/acts_as_indexed/search_index.rb index <HASH>..<HASH> 100644 --- a/lib/acts_as_indexed/search_index.rb +++ b/lib/acts_as_indexed/search_index.rb @@ -104,16 +104,18 @@ module ActsAsIndexed #:nodoc: negative_quoted = run_quoted_queries(queries[:negative_quoted]...
Quoted starts with syntax can now be combined with other syntax.
dougal_acts_as_indexed
train
92bc3452da679e583e63fc1bf33a3e015ba23623
diff --git a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java b/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java index <HASH>..<HASH> 100644 --- a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java +++ b/smack-tcp/src/main/java/org/jivesoftware/sm...
Handle spurious interrupts in XMPPTCPConnection Also remove unnecessary done() check in nextStreamElement() and remove wrong comment in !instantShutdown branch. There is no mechanism to forcible close the socket.
igniterealtime_Smack
train
7868e2bdda8c52b13f5b027e7c8bf15ded83321a
diff --git a/lib/generators/enum/enum_generator.rb b/lib/generators/enum/enum_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/enum/enum_generator.rb +++ b/lib/generators/enum/enum_generator.rb @@ -1,4 +1,4 @@ -class EnumGenerator < Rails::Generators::NamedBase +class ClassyEnumGenerator < Rails::Generator...
Changed enum generator to be classy_enum for rails 3
beerlington_classy_enum
train
2aff59a9873e098564606df8eecdff58de62f3e7
diff --git a/src/Ufo/Routing/Route.php b/src/Ufo/Routing/Route.php index <HASH>..<HASH> 100644 --- a/src/Ufo/Routing/Route.php +++ b/src/Ufo/Routing/Route.php @@ -19,9 +19,21 @@ class Route public static function parse(string $path, RouteStorageInterface $routeStorage): ?Section { if (empty($path) ||...
feat: parse additional data from path into section params
enikeishik_ufoframework
train
becbc52503e5dfcc83394b2c656e4386af52e707
diff --git a/inspire_dojson/hepnames/rules.py b/inspire_dojson/hepnames/rules.py index <HASH>..<HASH> 100644 --- a/inspire_dojson/hepnames/rules.py +++ b/inspire_dojson/hepnames/rules.py @@ -371,20 +371,13 @@ def _public_notes2marc(self, key, value): @hepnames.over('source', '^670..') +@utils.for_each_value def s...
hepnames: refactor source rule
inspirehep_inspire-dojson
train
4fc62320e73807a2a9890080546e3fee7ce2cb2a
diff --git a/apiserver/facades/client/machinemanager/machinemanager.go b/apiserver/facades/client/machinemanager/machinemanager.go index <HASH>..<HASH> 100644 --- a/apiserver/facades/client/machinemanager/machinemanager.go +++ b/apiserver/facades/client/machinemanager/machinemanager.go @@ -292,7 +292,7 @@ func (mm *Mac...
Ignore keep-instance errors when forcing machine removal.
juju_juju
train
ce961b99064ecc78cb3f1088f3ea55214287fb72
diff --git a/api/server/migrate.go b/api/server/migrate.go index <HASH>..<HASH> 100644 --- a/api/server/migrate.go +++ b/api/server/migrate.go @@ -5,7 +5,8 @@ import ( "net/http" "github.com/libopenstorage/openstorage/api" - ost_errors "github.com/libopenstorage/openstorage/api/errors" + "google.golang.org/grpc/c...
Fix Idempotency for migration starts (#<I>)
libopenstorage_openstorage
train
745dbee37f55ec5a92bedfc104fa2f974f06ffd4
diff --git a/src/main/java/net/dv8tion/jda/core/requests/WebSocketClient.java b/src/main/java/net/dv8tion/jda/core/requests/WebSocketClient.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/dv8tion/jda/core/requests/WebSocketClient.java +++ b/src/main/java/net/dv8tion/jda/core/requests/WebSocketClient.java @@ -2...
Fixed bug where packets sent by the WS ratelimit system were sent before IDENTIFY due to racecondition.
DV8FromTheWorld_JDA
train
531c494d00ac6e2d320c74427bb588373afb8ae5
diff --git a/lepo/router.py b/lepo/router.py index <HASH>..<HASH> 100644 --- a/lepo/router.py +++ b/lepo/router.py @@ -19,7 +19,7 @@ class Router: @classmethod def from_file(cls, filename): with open(filename) as infp: - if filename.endswith('.yaml'): + if filename.endswith('.ya...
Also read .yml as YAML Fixes #4
akx_lepo
train
9f68db52c945d84786374d4e0af8cec67956989e
diff --git a/src/Charcoal/Admin/Property/HierarchicalObjectProperty.php b/src/Charcoal/Admin/Property/HierarchicalObjectProperty.php index <HASH>..<HASH> 100644 --- a/src/Charcoal/Admin/Property/HierarchicalObjectProperty.php +++ b/src/Charcoal/Admin/Property/HierarchicalObjectProperty.php @@ -71,12 +71,12 @@ class Hie...
chore(arrayAccess): use some arrayAccess instead of methods for properties
locomotivemtl_charcoal-admin
train
c6b44f307883d54c27d4bd135e072922481ccaeb
diff --git a/src/FluxBB/Controllers/Auth.php b/src/FluxBB/Controllers/Auth.php index <HASH>..<HASH> 100644 --- a/src/FluxBB/Controllers/Auth.php +++ b/src/FluxBB/Controllers/Auth.php @@ -27,15 +27,16 @@ namespace FluxBB\Controllers; use FluxBB\Models\Config, FluxBB\Models\Group, - FluxBB\Models\User; + FluxBB\...
Fix the Auth controller for Laravel 4.
fluxbb_core
train
28f48987bc9c25a96d2d48dfa9f30837ef3f4184
diff --git a/pyqg/qg_model.py b/pyqg/qg_model.py index <HASH>..<HASH> 100644 --- a/pyqg/qg_model.py +++ b/pyqg/qg_model.py @@ -265,7 +265,7 @@ class QGModel(model.Model): self.add_diagnostic('APEgenspec', description='spectrum of APE generation', function= (lambda self: self.U * self....
Corrected index ape gen (#<I>) * test commit * test yeti * corrected index in QGmodel diagnostics APEgen * removed test files from benchmark
pyqg_pyqg
train
ac61117b59e8aaf8a644501f432cb71e8e5df9a2
diff --git a/{{cookiecutter.project_slug}}/config/settings/production.py b/{{cookiecutter.project_slug}}/config/settings/production.py index <HASH>..<HASH> 100644 --- a/{{cookiecutter.project_slug}}/config/settings/production.py +++ b/{{cookiecutter.project_slug}}/config/settings/production.py @@ -73,8 +73,6 @@ AWS_SEC...
Prevent AWS S3 bucket from being created automatically Rationale: most of the time you want to create a bucket yourself in order to assign/tweak polices etc.
pydanny_cookiecutter-django
train
a7c86e7894550925f13c72e3692de053e176bb37
diff --git a/source/rafcon/mvc/controllers/io_data_port_list.py b/source/rafcon/mvc/controllers/io_data_port_list.py index <HASH>..<HASH> 100644 --- a/source/rafcon/mvc/controllers/io_data_port_list.py +++ b/source/rafcon/mvc/controllers/io_data_port_list.py @@ -42,9 +42,9 @@ class DataPortListController(ExtendedContro...
Use data_type of library for ports - forbid user to change the data type of library state ports - when loading a library within a state-machine, also force loading of port types of library => when changing a library also its usages are changed
DLR-RM_RAFCON
train
7865226bc5e5c235d902fd846f929ade3f4d4496
diff --git a/quarkc/lib/datawire-quark-core.rb b/quarkc/lib/datawire-quark-core.rb index <HASH>..<HASH> 100644 --- a/quarkc/lib/datawire-quark-core.rb +++ b/quarkc/lib/datawire-quark-core.rb @@ -630,6 +630,7 @@ module DatawireQuarkCore events.event { handler.onWSInit(sock) } client.on_client(:open) do |ws...
Ruby: emit onWSClosed only after open
datawire_quark
train
0d1261e87299b8c01db68e4a5d72684f45269e10
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index <HASH>..<HASH> 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -441,6 +441,7 @@ class Cmd(cmd.Cmd): self.broken_pipe_warning = '' # Check if history should persist + self.persistent_history_file = '' if persistent_history_file and rl_typ...
Fixed bug where self.persistent_history_file attribute didn't exist
python-cmd2_cmd2
train
8a8554d736afcb81a8ba57725c73dea985a0f443
diff --git a/lib/epp-client/contact/check_response.rb b/lib/epp-client/contact/check_response.rb index <HASH>..<HASH> 100644 --- a/lib/epp-client/contact/check_response.rb +++ b/lib/epp-client/contact/check_response.rb @@ -12,7 +12,7 @@ module EPP protected def availability - @availability ||...
Use EPP::ResponseHelper in EPP::Contact response classes
m247_epp-client
train
6a645592fc40fcddaec41a4628be7cf019a8feb4
diff --git a/test/e2e/framework/pod/create.go b/test/e2e/framework/pod/create.go index <HASH>..<HASH> 100644 --- a/test/e2e/framework/pod/create.go +++ b/test/e2e/framework/pod/create.go @@ -154,15 +154,7 @@ func MakePod(ns string, nodeSelector map[string]string, pvclaims []*v1.Persisten RestartPolicy: v1.RestartPo...
e2e: MakePod() should support block and inline volumes
kubernetes_kubernetes
train
1da8b552d1a7689171a8b73ec58945d8756884e4
diff --git a/nidmresults/owl/owl_reader.py b/nidmresults/owl/owl_reader.py index <HASH>..<HASH> 100644 --- a/nidmresults/owl/owl_reader.py +++ b/nidmresults/owl/owl_reader.py @@ -211,7 +211,7 @@ class OwlReader(): for class_name in classes: if not self.is_class(class_name): - rais...
raise warning if class is missing (rather than error)
incf-nidash_nidmresults
train
4f911e1656ba8c58aedb0269d857f5570ff3417e
diff --git a/theanets/feedforward.py b/theanets/feedforward.py index <HASH>..<HASH> 100644 --- a/theanets/feedforward.py +++ b/theanets/feedforward.py @@ -202,8 +202,8 @@ class Network(object): dropout=self.kwargs.get('hidden_dropouts', 0), batch_size=self.kwargs.get('batch_size', 64),...
Rename a couple of rnn-specific flags.
lmjohns3_theanets
train
db29978fe089d7dd4c90cd92e9846ee1bbb19a76
diff --git a/lib/browser/api/menu.js b/lib/browser/api/menu.js index <HASH>..<HASH> 100644 --- a/lib/browser/api/menu.js +++ b/lib/browser/api/menu.js @@ -110,6 +110,12 @@ Menu.prototype.insert = function (pos, item) { throw new TypeError('Invalid item') } + if (pos < 0) { + throw new RangeError(`Position...
fix: throw error when inserting menu items out-of-range (#<I>) * fix: throw error when inserting menu items out-of-range * also check pos < 0
electron_electron
train
96e5c84cc83240a5f4086a26ff37e715d7fa63ba
diff --git a/examples/features/xds/README.md b/examples/features/xds/README.md index <HASH>..<HASH> 100644 --- a/examples/features/xds/README.md +++ b/examples/features/xds/README.md @@ -29,9 +29,9 @@ The client application needs to import the xDS package to install the resolver a _ "google.golang.org/grpc/xds/experim...
xds: rename resolver scheme to xds (#<I>) <URL>
grpc_grpc-go
train
ce62996b59eee70755a86cf9cfb8e8d0a6dabe36
diff --git a/src/mako/application/cli/commands/migrations/RollbackTrait.php b/src/mako/application/cli/commands/migrations/RollbackTrait.php index <HASH>..<HASH> 100644 --- a/src/mako/application/cli/commands/migrations/RollbackTrait.php +++ b/src/mako/application/cli/commands/migrations/RollbackTrait.php @@ -59,6 +59,...
Fix migration rollback action When trying to rollback migrations everything works fine except in the last step when the command tries to output reverted migrations list. The 'outputMigrationList' method expects an array parameter but an object is parsed instead.
mako-framework_framework
train
c8d35552cea362a8fe393acef34c7cab6fee83c7
diff --git a/classes/PodsAPI.php b/classes/PodsAPI.php index <HASH>..<HASH> 100644 --- a/classes/PodsAPI.php +++ b/classes/PodsAPI.php @@ -2544,6 +2544,17 @@ class PodsAPI return $out; } + /** + * Return an array of dummy data for select2 autocomplete input + */ + public function select2_ajax() { + r...
Added select2 ajax method
pods-framework_pods
train
cfd19f136d4d67345284423ec897b3388194ffb3
diff --git a/libkbfs/folder_branch_ops.go b/libkbfs/folder_branch_ops.go index <HASH>..<HASH> 100644 --- a/libkbfs/folder_branch_ops.go +++ b/libkbfs/folder_branch_ops.go @@ -3314,6 +3314,10 @@ func (fbo *folderBranchOps) renameLocked( return err } + if err := checkDisallowedPrefixes(newName); err != nil { + re...
folder_branch_ops: don't allow a rename to a disallowed prefix Issue: KBFS-<I>
keybase_client
train
92258ac96804979f232f1627c54c498a6b4a3367
diff --git a/grails-core/src/main/groovy/org/codehaus/groovy/grails/exceptions/DefaultStackTraceFilterer.java b/grails-core/src/main/groovy/org/codehaus/groovy/grails/exceptions/DefaultStackTraceFilterer.java index <HASH>..<HASH> 100644 --- a/grails-core/src/main/groovy/org/codehaus/groovy/grails/exceptions/DefaultStac...
if filtering produced no trace and a cut off package was specified then filter again with no cut off package
grails_grails-core
train
11df045169b4247ad2f450e802dc579f6ff06471
diff --git a/src/StoragelessSession/Http/SessionMiddleware.php b/src/StoragelessSession/Http/SessionMiddleware.php index <HASH>..<HASH> 100644 --- a/src/StoragelessSession/Http/SessionMiddleware.php +++ b/src/StoragelessSession/Http/SessionMiddleware.php @@ -150,7 +150,10 @@ final class SessionMiddleware implements Mid...
Removing weird ternary as per @danizord review
psr7-sessions_storageless
train
25fd3cdd5db33faf92babc0ff72f66824bd42b00
diff --git a/waybackpack/archive.py b/waybackpack/archive.py index <HASH>..<HASH> 100644 --- a/waybackpack/archive.py +++ b/waybackpack/archive.py @@ -169,6 +169,11 @@ class Resource(object): prefix=prefix, ts=ts, suffix=suffix) path = os.path.join(directory, filename) + try: ...
Create destination directory if it doesn't exist already
jsvine_waybackpack
train
6353fd0b9ec04b9303dc3980a28a49788b8be54c
diff --git a/QuickPay/api/Request.php b/QuickPay/api/Request.php index <HASH>..<HASH> 100644 --- a/QuickPay/api/Request.php +++ b/QuickPay/api/Request.php @@ -157,7 +157,7 @@ class Request // If additional data is delivered, we will send it along with the API request if( is_array( $form ) && ! empty( $form ) ) ...
Support for parameters of type object - eg POST /payments with variables. Example: $form = [ 'currency' => 'DKK', 'order_id' => '<I>-1', 'variables' => [ 'foo' => 'bar', 'more' => 'less' ] ]; $response = $client->request->post('/payments', $form);
QuickPay_quickpay-php-client
train
8d7ab01c67d037b47a2bf617f4263b5f85b39f25
diff --git a/tests/unit/states/npm_test.py b/tests/unit/states/npm_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/states/npm_test.py +++ b/tests/unit/states/npm_test.py @@ -218,7 +218,7 @@ class NpmTestCase(TestCase): with patch.dict(npm.__opts__, {'test': False}): comt = ('Error cle...
Fixing npm cache cleaned lint errors
saltstack_salt
train
82cb21fca3f6598fa5451d73034b8a90a4b1db77
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -668,6 +668,7 @@ func (server *Server) buildDefaultHTTPRouter() *mux.Router { router := mux.NewRouter() router.NotFoundHandler = http.HandlerFunc(notFoundHandler) router.StrictSlash(true) + router.SkipClean(true) r...
Disable gorilla/mux URL cleaning to prevent sending redirect This fixes #<I> and #<I>. By default, gorilla/mux cleans URL paths such that adjacent slashes are collapsed into one single slash. This behavior is pretty common in application stacks and it is fine, but for Traefik, this can lead to incorrect URL paths forw...
containous_traefik
train
7b67a751efe3bb9796ee64872421efffe88d31de
diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/notifications.rb +++ b/activesupport/lib/active_support/notifications.rb @@ -171,6 +171,24 @@ module ActiveSupport end end...
Add docs to ActiveSupport::Notifications.subscribe [ci skip]
rails_rails
train
214a90e048b51826242f7551dade0c6c1227c2cc
diff --git a/ddl/worker.go b/ddl/worker.go index <HASH>..<HASH> 100644 --- a/ddl/worker.go +++ b/ddl/worker.go @@ -141,16 +141,12 @@ func (d *ddl) updateJob(t *meta.TMeta, job *model.Job) error { func (d *ddl) finishJob(t *meta.TMeta, job *model.Job) error { // done, notice and run next job. - err := d.meta.RunInN...
ddl: finishJob use same transaction.
pingcap_tidb
train
80ba5aa1c545534b8f3bf008221ce513870b94f2
diff --git a/src/Chart.Line.js b/src/Chart.Line.js index <HASH>..<HASH> 100644 --- a/src/Chart.Line.js +++ b/src/Chart.Line.js @@ -275,6 +275,7 @@ return helpers.findPreviousWhere(collection, hasValue, index) || point; }; + if (!this.scale) return; this.scale.draw(easingDecimal);
error thrown error thrown (TypeError: this.scale is undefined) if destroy is called before animation is complete, this update fix this error!
chartjs_Chart.js
train
4256b143f2e9f283a24a19c13dfb34747167d9ac
diff --git a/saltpylint/pep8.py b/saltpylint/pep8.py index <HASH>..<HASH> 100644 --- a/saltpylint/pep8.py +++ b/saltpylint/pep8.py @@ -143,6 +143,8 @@ class PEP8Indentation(_PEP8BaseChecker): 'expected-an-indented-block'), 'E8113': ('PEP8 %s: unexpected indentation', 'unex...
Add support for PEP8 E<I>
saltstack_salt-pylint
train
8971d114bf88ad0c712cd90f97c3eed0296bb8e9
diff --git a/pyardrone/__init__.py b/pyardrone/__init__.py index <HASH>..<HASH> 100644 --- a/pyardrone/__init__.py +++ b/pyardrone/__init__.py @@ -76,7 +76,7 @@ class ARDrone: @property def state(self): ''' - The latest state from *NavData*. + The latest state from :py:class:`~pyardrone...
doc: make state doc visiable
afg984_pyardrone
train
147c1082d82b0c3ee04f8a72ae8f91ca6b0bec42
diff --git a/src/Service/ElasticaService.php b/src/Service/ElasticaService.php index <HASH>..<HASH> 100644 --- a/src/Service/ElasticaService.php +++ b/src/Service/ElasticaService.php @@ -374,14 +374,14 @@ class ElasticaService return []; } if (!\is_array($value)) {...
fix: in case of csv indexes ou types
ems-project_EMSCommonBundle
train
b995d2657ddbc9f01949161669347c44a8f1a974
diff --git a/src/helpers.js b/src/helpers.js index <HASH>..<HASH> 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -206,19 +206,26 @@ function cloner(deep, item) { if (type.object(item)) { const o = {}; - let k; + let i, l, k; // NOTE: could be possible to erase computed properties through `nu...
Add support for non-enumerable properties
Yomguithereal_baobab
train
337d805e7ff7b05568e81968dc560b06f86faa81
diff --git a/coinbase-java/src/main/java/com/coinbase/v1/entity/PaymentMethod.java b/coinbase-java/src/main/java/com/coinbase/v1/entity/PaymentMethod.java index <HASH>..<HASH> 100755 --- a/coinbase-java/src/main/java/com/coinbase/v1/entity/PaymentMethod.java +++ b/coinbase-java/src/main/java/com/coinbase/v1/entity/Paym...
add allowDeposit and allowWithdraw properties
coinbase_coinbase-java
train
4e7bea2c9adecdf9415b88abec57d21ca0c4d1a9
diff --git a/src/main/java/de/btobastian/javacord/entities/message/Message.java b/src/main/java/de/btobastian/javacord/entities/message/Message.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/btobastian/javacord/entities/message/Message.java +++ b/src/main/java/de/btobastian/javacord/entities/message/Message.ja...
Added Message#isDeleted() and fixed double call of listener
Javacord_Javacord
train
2425e5947c9bfda64b8debcdf95b12a448985d8d
diff --git a/authapi/tests/test_teams.py b/authapi/tests/test_teams.py index <HASH>..<HASH> 100644 --- a/authapi/tests/test_teams.py +++ b/authapi/tests/test_teams.py @@ -154,6 +154,114 @@ class TeamTests(AuthAPITestCase): response = self.client.get(reverse('seedteam-list')) self.assertEqual(len(respo...
Add tests for getting a list of teams
praekeltfoundation_seed-auth-api
train
3dd5251f50fc8330e7189487f56ba6d3a8061ab2
diff --git a/src/main/java/io/github/classgraph/ClasspathElement.java b/src/main/java/io/github/classgraph/ClasspathElement.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/classgraph/ClasspathElement.java +++ b/src/main/java/io/github/classgraph/ClasspathElement.java @@ -42,6 +42,7 @@ import io.github.cl...
Further standardize jarfile URLs, and resolve them relative to curr dir
classgraph_classgraph
train
c39e2db0274204752fb98b23a4ea2a5d5147ab28
diff --git a/lib/connector/IFrameConnector.js b/lib/connector/IFrameConnector.js index <HASH>..<HASH> 100644 --- a/lib/connector/IFrameConnector.js +++ b/lib/connector/IFrameConnector.js @@ -90,15 +90,10 @@ var IFrameConnector = Connector.inherit(/** @lends baqend.connector.IFrameConnec } else { this.postMe...
small bugfixes in connect abort logic fix tests cleanup
Baqend_js-sdk
train
d64556bc785411f33172840369651e19b8e15012
diff --git a/src/utils/DateLanguages.js b/src/utils/DateLanguages.js index <HASH>..<HASH> 100644 --- a/src/utils/DateLanguages.js +++ b/src/utils/DateLanguages.js @@ -1,4 +1,4 @@ -module.exports = { +export default { translations: { 'en': { 'months': { diff --git a/src/utils/DateUtils.js b/sr...
change to export default in all utils files - solves #<I>
charliekassel_vuejs-datepicker
train
abcbf48301177b3100dc79e96fba5a2b2eb13094
diff --git a/error.js b/error.js index <HASH>..<HASH> 100644 --- a/error.js +++ b/error.js @@ -139,9 +139,9 @@ } return error; }; - result.code = code; - result.name = name; - result.message = message; + result.CODE =...
Exception thrown because setting Function.name
ArnaudBuchholz_gpf-js
train
e2acf0c7c6cbd01d0ba117cb2d0c57def7e2e586
diff --git a/rb/lib/selenium/webdriver/remote/w3c/capabilities.rb b/rb/lib/selenium/webdriver/remote/w3c/capabilities.rb index <HASH>..<HASH> 100755 --- a/rb/lib/selenium/webdriver/remote/w3c/capabilities.rb +++ b/rb/lib/selenium/webdriver/remote/w3c/capabilities.rb @@ -41,6 +41,7 @@ module Selenium :set_w...
Add strictFileInteractability to known W3C capabilities
SeleniumHQ_selenium
train
c3faa3857945ea28dacf967d08709cee6ce8b37c
diff --git a/adafruit_platformdetect/constants/boards.py b/adafruit_platformdetect/constants/boards.py index <HASH>..<HASH> 100644 --- a/adafruit_platformdetect/constants/boards.py +++ b/adafruit_platformdetect/constants/boards.py @@ -199,6 +199,8 @@ _JETSON_IDS = ( ( "nvidia,p3509-0000+p3668-0000...
add ConnectTech Boson board for Jetson NX
adafruit_Adafruit_Python_PlatformDetect
train
8be1c0f88ab62ea7ebb3f66616dfe42efdaf1f9e
diff --git a/osmdroid-third-party/src/main/java/org/osmdroid/google/wrapper/v2/GoogleV1MapWrapper.java b/osmdroid-third-party/src/main/java/org/osmdroid/google/wrapper/v2/GoogleV1MapWrapper.java index <HASH>..<HASH> 100644 --- a/osmdroid-third-party/src/main/java/org/osmdroid/google/wrapper/v2/GoogleV1MapWrapper.java +...
Should clear polyline by key, not value
osmdroid_osmdroid
train
427c40b1a90a321bfd10d417fb44bc713ee83135
diff --git a/grakn-engine/src/main/java/ai/grakn/engine/postprocessing/PostProcessing.java b/grakn-engine/src/main/java/ai/grakn/engine/postprocessing/PostProcessing.java index <HASH>..<HASH> 100644 --- a/grakn-engine/src/main/java/ai/grakn/engine/postprocessing/PostProcessing.java +++ b/grakn-engine/src/main/java/ai/g...
very minor bug (#<I>)
graknlabs_grakn
train
0aa832afec04215ed5e14b1cc5fc287ad7939792
diff --git a/src/manipulation.js b/src/manipulation.js index <HASH>..<HASH> 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -45,7 +45,6 @@ var // checked="checked" or checked rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, - rscriptTypeMasked = /^true\/(.*)/, rcleanScript = /^\s*<!(?:\[CDATA\[|--)...
Manipulation: Reduce size by eliminating single-use variable Closes gh-<I>
jquery_jquery
train
3b1c8f4fa5f1410ba052c0911c1e2f0d8765f76c
diff --git a/packages/node-krl-parser/src/tokenizer.js b/packages/node-krl-parser/src/tokenizer.js index <HASH>..<HASH> 100644 --- a/packages/node-krl-parser/src/tokenizer.js +++ b/packages/node-krl-parser/src/tokenizer.js @@ -70,16 +70,29 @@ module.exports = function(src, opts){ //chevron }else if(c === "<" ...
changing how Chevrons are tokenized to support beestings
Picolab_pico-engine
train
f6994a3c0dfc9f1b9cdf55f76ebe87709ca1e41c
diff --git a/src/RepeaterBuilder.php b/src/RepeaterBuilder.php index <HASH>..<HASH> 100644 --- a/src/RepeaterBuilder.php +++ b/src/RepeaterBuilder.php @@ -31,4 +31,9 @@ class RepeaterBuilder extends FieldsBuilder { return $this->getParentContext(); } + + public function setLocation($param, $operat...
Calling setLocation on a RepeaterBuilder should delegate to the ParentContext Close issue #1
StoutLogic_acf-builder
train
a1a878de862ddf2f54caf496ec5e8522caab6bbf
diff --git a/payment_paypal/indico_payment_paypal/controllers.py b/payment_paypal/indico_payment_paypal/controllers.py index <HASH>..<HASH> 100644 --- a/payment_paypal/indico_payment_paypal/controllers.py +++ b/payment_paypal/indico_payment_paypal/controllers.py @@ -54,8 +54,7 @@ class RHPaypalIPN(RH): rai...
Payment/Paypal: Don't fail on business mismatch Merchant ID and email seem to be interchangable. THANKS PAYPAL.
indico_indico-plugins
train
d419f6d6c5855d8e5006fb08a63149088e4af303
diff --git a/src/system/modules/metamodelsattribute_timestamp/MetaModelAttributeTimestamp.php b/src/system/modules/metamodelsattribute_timestamp/MetaModelAttributeTimestamp.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodelsattribute_timestamp/MetaModelAttributeTimestamp.php +++ b/src/system/modules/met...
Improve the handling of the timestamp.
MetaModels_attribute_timestamp
train
15bb369ccde8416c788eaadfd6a4f76138a67843
diff --git a/pyiso.py b/pyiso.py index <HASH>..<HASH> 100644 --- a/pyiso.py +++ b/pyiso.py @@ -1279,6 +1279,7 @@ class RockRidge(RockRidgeBase): # For NM record if rr_name is not None: if curr_dr_len + self._ce_len() + self._nm_len(rr_name) > 254: + len_here = 0 ...
Slightly simplify NM record.
clalancette_pycdlib
train
9f05fa0b088271f74633fc3f0443db36edb4db61
diff --git a/public/js/admin.js b/public/js/admin.js index <HASH>..<HASH> 100644 --- a/public/js/admin.js +++ b/public/js/admin.js @@ -37,6 +37,8 @@ $(document).ready(function() { var $setting = $(this); var old = $setting.data('old'); + $setting.removeClass('saved'); + if (old !== v...
Add/remove a CSS class when storing changed settings via AJAX.
fluxbb_core
train
e051afa3e2808eab94c5c9d550a7d854001b5df0
diff --git a/src/livestreamer/stream/hls.py b/src/livestreamer/stream/hls.py index <HASH>..<HASH> 100644 --- a/src/livestreamer/stream/hls.py +++ b/src/livestreamer/stream/hls.py @@ -139,6 +139,13 @@ class HLSStreamWorker(SegmentedStreamWorker): except ValueError as err: raise StreamError(err) +...
stream.hls: Raise an error when encountering a variant playlist.
streamlink_streamlink
train
fee7bf6d8eef8c948df71ec3ff70414776face22
diff --git a/__tests__/search-test.js b/__tests__/search-test.js index <HASH>..<HASH> 100644 --- a/__tests__/search-test.js +++ b/__tests__/search-test.js @@ -32,7 +32,7 @@ describe('Search', function() { }, { header: 'Third' - } + }, ]; ...
Add extra tests for search Related to #3.
reactabular_reactabular
train
6e72b00dce0befeb7000e4cce88aeba0a5ac8822
diff --git a/src/frontend/org/voltdb/RealVoltDB.java b/src/frontend/org/voltdb/RealVoltDB.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/RealVoltDB.java +++ b/src/frontend/org/voltdb/RealVoltDB.java @@ -487,9 +487,11 @@ public class RealVoltDB implements VoltDBInterface, RestoreAgent.Callback ...
Fixing ENG-<I>. I think if you configure the heartbeat timeout (as opposed to not including it in the deployment file), I get the units wrong and we timeout like crazy fast yo.
VoltDB_voltdb
train
9a272f307db4282e4f72d66b6a1407f7514bc74d
diff --git a/doctr/__main__.py b/doctr/__main__.py index <HASH>..<HASH> 100644 --- a/doctr/__main__.py +++ b/doctr/__main__.py @@ -443,9 +443,12 @@ def configure(args, parser): env: global: + # Doctr deploy key for {deploy_repo} - secure: "{encrypted_variable}" - """.f...
Add a comment to the .travis.yml secure variable, since there can be multiple variables
drdoctr_doctr
train