hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
9925e7f6e23de0a033740c501ca927ee37351862
diff --git a/great_expectations/data_context/data_context.py b/great_expectations/data_context/data_context.py index <HASH>..<HASH> 100644 --- a/great_expectations/data_context/data_context.py +++ b/great_expectations/data_context/data_context.py @@ -1480,16 +1480,19 @@ class DataContext(object): index_documen...
Create documentation directory if it does not exist
great-expectations_great_expectations
train
353dd1f7d7f053241ed9b6f1ec5a51eff345c3f8
diff --git a/GodsDev/Backyard/Backyard.php b/GodsDev/Backyard/Backyard.php index <HASH>..<HASH> 100644 --- a/GodsDev/Backyard/Backyard.php +++ b/GodsDev/Backyard/Backyard.php @@ -8,10 +8,14 @@ class Backyard { protected $BackyardConf = array(); - public $BackyardArray, $Crypt, $BackyardError, $Geo, ...
BackyardMysqli creates no Backyard->Mysqli object (as e.g. Backyard->Json does) because it is not used by LIB itself and more importantly user of LIB may create any number of those.
GodsDev_backyard
train
2655739940d8148ef374248e867b44d87cd63edf
diff --git a/hugolib/template_test.go b/hugolib/template_test.go index <HASH>..<HASH> 100644 --- a/hugolib/template_test.go +++ b/hugolib/template_test.go @@ -460,7 +460,6 @@ complex: 80: 80 // Issue 7528 func TestPartialWithZeroedArgs(t *testing.T) { - b := newTestSitesBuilder(t) b.WithTemplatesAdded("index.ht...
tpl/collections: Fix apply with namespaced template funcs We changed the signature to `func(...interface{}) (interface{}, error)` some time ago, but sadly we had no test for this for `apply`. Now we do. Fixes #<I>
gohugoio_hugo
train
dc453455119046b5a930c3a373cc0d8b00d09940
diff --git a/lib/sensu-handler.rb b/lib/sensu-handler.rb index <HASH>..<HASH> 100644 --- a/lib/sensu-handler.rb +++ b/lib/sensu-handler.rb @@ -1,14 +1,23 @@ require 'net/http' require 'json' -NET_HTTP_REQ_CLASS = { - 'GET' => Net::HTTP::Get, - 'POST' => Net::HTTP::Post, - 'DELETE' => Net::HTTP::Delete, - 'PUT' ...
[dependencies] added filter for check dependencies, reduce redundant alerts
sensu-plugins_sensu-plugin
train
e4235aa2df16407f690e2674ca06c4714c325b0e
diff --git a/resource_openstack_fw_firewall_v1_test.go b/resource_openstack_fw_firewall_v1_test.go index <HASH>..<HASH> 100644 --- a/resource_openstack_fw_firewall_v1_test.go +++ b/resource_openstack_fw_firewall_v1_test.go @@ -11,7 +11,7 @@ import ( "github.com/rackspace/gophercloud/openstack/networking/v2/extensions...
acc tests: ensure each resource has a _basic test Helpful for breadth first acc test sweeps `-run '_basic$'`
terraform-providers_terraform-provider-openstack
train
cb3c9ee6ce55a1c62b3dd725e3a304144ea79d7c
diff --git a/api/api/urls.py b/api/api/urls.py index <HASH>..<HASH> 100644 --- a/api/api/urls.py +++ b/api/api/urls.py @@ -13,10 +13,10 @@ API_V1 = 'api/v1' api_patterns = [ url(r'', include('clusters.urls', namespace='clusters')), url(r'', include('experiments.urls', namespace='experiments')), - url(r'',...
Convert repo urls to username project name schema
polyaxon_polyaxon
train
0c0d56556d45cb9cd7ba7ad605478463edd4ff06
diff --git a/src/main/java/com/synopsys/integration/blackduck/service/model/BlackDuckPhoneHomeCallable.java b/src/main/java/com/synopsys/integration/blackduck/service/model/BlackDuckPhoneHomeCallable.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/synopsys/integration/blackduck/service/model/BlackDuckPhoneHome...
Create method to add metaData to the BlackDuckPhoneHomeCallable.
blackducksoftware_blackduck-common
train
185ae8a0d23a3692df86787451449e296fda6676
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( ], packages=packages, namespace_packages=['datastore'], - install_requires=['smhasher==0.136.2'], + install_requires=['smhasher>=0.150.1'], test_suite='datastore.test', license='MIT Licen...
Update setup.py make smhasher req more flexible as well.
datastore_datastore
train
fe814172f7180e382e104a12355678d21b9b3c38
diff --git a/sos/report/plugins/arcconf.py b/sos/report/plugins/arcconf.py index <HASH>..<HASH> 100644 --- a/sos/report/plugins/arcconf.py +++ b/sos/report/plugins/arcconf.py @@ -23,6 +23,9 @@ class arcconf(Plugin, IndependentPlugin): def setup(self): # get list of adapters - self.add_cmd_output(...
[arcconf]: Update arcconf plugin to collect UART logs This patch is to update arcconf plugin to collect UART logs
sosreport_sos
train
630813a8ab20a627475722007ba41e9a40c5a645
diff --git a/omero_marshal/decode/decoders/channel.py b/omero_marshal/decode/decoders/channel.py index <HASH>..<HASH> 100644 --- a/omero_marshal/decode/decoders/channel.py +++ b/omero_marshal/decode/decoders/channel.py @@ -28,10 +28,7 @@ class Channel201501Decoder(Decoder): self.set_property(v, 'red', data.get...
Support creation of new Channel-LogicalChannel structures Using the object constructor with a `None` identifier is supported so this is actually a fairly elegant way of handling both the round trip and brand new object use cases.
openmicroscopy_omero-marshal
train
47fa878af7d8196f0ff5ac74a5d36fd6ced23fa1
diff --git a/housecanary/excel/__init__.py b/housecanary/excel/__init__.py index <HASH>..<HASH> 100644 --- a/housecanary/excel/__init__.py +++ b/housecanary/excel/__init__.py @@ -227,8 +227,8 @@ def _save_individual_file(workbook, files_path, addr): if not os.path.exists(files_path): os.makedirs(files_pat...
Fix excel output file names The slugify call was causing the file extension to be lost
housecanary_hc-api-python
train
16e6c5b4a53cf03322b8efe70be5a61f6d741acb
diff --git a/src/main/java/com/squareup/codegen/JavaWriter.java b/src/main/java/com/squareup/codegen/JavaWriter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/squareup/codegen/JavaWriter.java +++ b/src/main/java/com/squareup/codegen/JavaWriter.java @@ -115,7 +115,8 @@ public final class JavaWriter { St...
Fix bugs that were breaking the injector's first client.
square_dagger
train
ca0e4bcd0a2b3d6dbf9beeb9334c823b4e5cd9fc
diff --git a/commitizen/cli.py b/commitizen/cli.py index <HASH>..<HASH> 100644 --- a/commitizen/cli.py +++ b/commitizen/cli.py @@ -286,8 +286,13 @@ def main(): # This is for the command required constraint in 2.0 try: args = parser.parse_args() - except TypeError: - raise NoCommandFoundErro...
fix(cli): handle argparse different behavior after python <I> argparse raises TypeError when non exist command is provided on Python < <I> but raise SystemExit with exit code == 2 on Python <I> this error does not break anything obviously from the user perspective, but will break our existing test <I>
Woile_commitizen
train
44bcaff7ddcfb553b126998f8b43e92229ee1652
diff --git a/src/components/SourcesTree.js b/src/components/SourcesTree.js index <HASH>..<HASH> 100755 --- a/src/components/SourcesTree.js +++ b/src/components/SourcesTree.js @@ -50,6 +50,7 @@ let SourcesTree = React.createClass({ this.state.sourceTree ); + this.selectItem(listItems[0]); r...
Fix "revealing and focusing the non selected source" (#<I>) * Fix revealing and focusing the non selected source * Revert development.json
firefox-devtools_debugger
train
7d1b571cd804fa5de3eeda3a86086463ec6d3d09
diff --git a/dclab/rtdc_dataset/fmt_dcor.py b/dclab/rtdc_dataset/fmt_dcor.py index <HASH>..<HASH> 100644 --- a/dclab/rtdc_dataset/fmt_dcor.py +++ b/dclab/rtdc_dataset/fmt_dcor.py @@ -5,6 +5,7 @@ from __future__ import division, print_function, unicode_literals import numpy as np import requests +import sys from ...
ConnectionError not defined in Python2
ZELLMECHANIK-DRESDEN_dclab
train
0be8083dfc9c36203d3ec778339203cac490db46
diff --git a/pycpfcnpj/cpf.py b/pycpfcnpj/cpf.py index <HASH>..<HASH> 100644 --- a/pycpfcnpj/cpf.py +++ b/pycpfcnpj/cpf.py @@ -1,4 +1,5 @@ from . import calculation as calc +from . import compatible as compat def validate(cpf_number): @@ -13,19 +14,21 @@ def validate(cpf_number): """ - if (len(cpf_num...
added clear_punctuation to remove punctuation marks from cpf numbers
matheuscas_pycpfcnpj
train
807122d825d0acb8e4f151bb539ae60776f9100c
diff --git a/src/edeposit/amqp/aleph/datastructures/semanticinfo.py b/src/edeposit/amqp/aleph/datastructures/semanticinfo.py index <HASH>..<HASH> 100755 --- a/src/edeposit/amqp/aleph/datastructures/semanticinfo.py +++ b/src/edeposit/amqp/aleph/datastructures/semanticinfo.py @@ -19,6 +19,8 @@ class SemanticInfo(namedtup...
#<I>: Added two new attributes to SemanticInfo. - isSummaryRecord - contentOfFMT
edeposit_edeposit.amqp.aleph
train
ade86d032e05dc1e425b7145054c1dd1eb384ddf
diff --git a/pysat/utils/files.py b/pysat/utils/files.py index <HASH>..<HASH> 100644 --- a/pysat/utils/files.py +++ b/pysat/utils/files.py @@ -390,3 +390,37 @@ def search_local_system_formatted_filename(data_path, search_str): files = [sfile.split(data_path)[-1] for sfile in files] # return info return f...
ENH: Added psuedocode for transition method, best implemented using pull #<I>
rstoneback_pysat
train
a520511fdd2f0efd44833dbb6fcb3d25c111a170
diff --git a/lib/Alchemy/Phrasea/Plugin/Schema/Manifest.php b/lib/Alchemy/Phrasea/Plugin/Schema/Manifest.php index <HASH>..<HASH> 100644 --- a/lib/Alchemy/Phrasea/Plugin/Schema/Manifest.php +++ b/lib/Alchemy/Phrasea/Plugin/Schema/Manifest.php @@ -67,7 +67,7 @@ class Manifest public function getServices() { ...
Fix issue when services is not declared in manifest
alchemy-fr_Phraseanet
train
f53cd700f9c5a32bb8bdc7a385893d309b6ad238
diff --git a/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java b/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java index <HASH>..<HASH> 100644 --- a/datecalc-jdk/src/main/java/net/objectlab/kit/datecalc/jdk/CalendarIMMDateCalculator.java +++ ...
javadoc corrections, based on the yDoc warning report.
Appendium_objectlabkit
train
91278da28d38a9c283d00f0141b9fe78632860df
diff --git a/cmd/admin-decom-status.go b/cmd/admin-decom-status.go index <HASH>..<HASH> 100644 --- a/cmd/admin-decom-status.go +++ b/cmd/admin-decom-status.go @@ -18,6 +18,7 @@ package cmd import ( + "fmt" "path/filepath" "time" @@ -76,31 +77,33 @@ func mainAdminDecommissionStatus(ctx *cli.Context) error { ...
'decom status' progress and UI improvements
minio_mc
train
14b8957836290f46f473f39b104761889b2f0af0
diff --git a/help.go b/help.go index <HASH>..<HASH> 100644 --- a/help.go +++ b/help.go @@ -393,7 +393,7 @@ func (p *Parser) WriteHelp(writer io.Writer) { } for _, info := range grp.options { - if !info.canCli() || info.Hidden { + if !info.canCli() { continue } diff --git a/help_test.go b/he...
This fixes issue #<I> and #<I> It changes the definition of `(*Option).canCli()` to also check whether an option is hidden. There's still some work to be done in this area as a group with no non-hidden options will also not render right, but I'll get to that later.
jessevdk_go-flags
train
c406d40dbb1f71fcdd822436a5f270949281651c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='vr.builder', description=('Command line tools to build apps in containers.'), namespace_packages=['vr'], - version='1.2.2', + version='1.2.3', author='Brent Tubbs', auth...
Bump requirement on vr.common for Python 3 fixes. Product now completes a full container build on Python 3.
yougov_vr.builder
train
b48caebfef06d1e1b84621c881a7c3ee866fe6d5
diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/api/externaltask/ExternalTaskQueryTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/externaltask/ExternalTaskQueryTest.java index <HASH>..<HASH> 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/api/externaltask/ExternalTaskQueryTe...
chore(engine): update external tasks query business key filter tests * Add a more extensive test case and a locking test case Related to CAM-<I>
camunda_camunda-bpm-platform
train
ca6f0aa107117d2125a63eb5e78d74095bf08a4c
diff --git a/engine/utils.go b/engine/utils.go index <HASH>..<HASH> 100644 --- a/engine/utils.go +++ b/engine/utils.go @@ -15,7 +15,7 @@ func init() { Register("dummy", func(job *Job) string { return ""; }) } -func NewTestEngine(t *testing.T) *Engine { +func newTestEngine(t *testing.T) *Engine { // Use the calle...
Engine: don't export private testing utilities
containers_storage
train
845a3e410640c9b227ff8f5035991f2026bd03de
diff --git a/core/src/test/java/org/hibernate/ogm/backendtck/type/Bookmark.java b/core/src/test/java/org/hibernate/ogm/backendtck/type/Bookmark.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/org/hibernate/ogm/backendtck/type/Bookmark.java +++ b/core/src/test/java/org/hibernate/ogm/backendtck/type/Bookmark.ja...
OGM-<I> Add double field to BuiltInTypeTest
hibernate_hibernate-ogm
train
6dc961a46a9880ba85ef71a705982754c35faa37
diff --git a/smr/ec2.py b/smr/ec2.py index <HASH>..<HASH> 100755 --- a/smr/ec2.py +++ b/smr/ec2.py @@ -58,10 +58,10 @@ def worker_stderr_read_thread(processed_files_queue, input_queue, chan, ssh, abo if chan.exit_status_ready(): break - while not chan.exit_status_ready(): - time.sleep(...
fix ctrl+c not working for smr-ec2
50onRed_smr
train
63e8e6bfe50e66ff9dce15d5b9ecbd89e07dbb8f
diff --git a/src/core/graph.js b/src/core/graph.js index <HASH>..<HASH> 100644 --- a/src/core/graph.js +++ b/src/core/graph.js @@ -441,17 +441,17 @@ function Graph() { yMin = Math.min(node['y'], yMin || node['y']); }); + xMax += self.p.maxNodeSize || sizeMax; + xMin -= self.p.maxNodeSize || sizeMax;...
scaling also considers node sizes in Graph.rescale()
jacomyal_sigma.js
train
41f55bf55374fa2f075f72a7e45f5a0e054f244a
diff --git a/src/BenGorUser/DoctrineORMBridge/Infrastructure/Persistence/Types/UserRolesType.php b/src/BenGorUser/DoctrineORMBridge/Infrastructure/Persistence/Types/UserRolesType.php index <HASH>..<HASH> 100644 --- a/src/BenGorUser/DoctrineORMBridge/Infrastructure/Persistence/Types/UserRolesType.php +++ b/src/BenGorUse...
Avoided null value inside user role custom mapping type
BenGorUser_DoctrineORMBridge
train
b5f06ad4b46973665aa6200d2f86e1681f1811e1
diff --git a/core/chaincode/shim/shimtest/mockstub.go b/core/chaincode/shim/shimtest/mockstub.go index <HASH>..<HASH> 100644 --- a/core/chaincode/shim/shimtest/mockstub.go +++ b/core/chaincode/shim/shimtest/mockstub.go @@ -19,8 +19,8 @@ import ( "strings" "unicode/utf8" + "github.com/golang/protobuf/ptypes" "gi...
FAB-<I> replace mock reference to common/util Use the function from the protobuf/ptypes package that does the exact same thing. Change-Id: Icfa<I>fc<I>a<I>be8bc7a7cf5ccb2ad<I>dc1ec<I>
hyperledger_fabric
train
54526f69bbd1cf2dd84e80d0929db772154a676d
diff --git a/shopify/session.py b/shopify/session.py index <HASH>..<HASH> 100644 --- a/shopify/session.py +++ b/shopify/session.py @@ -108,4 +108,4 @@ class Session(object): if k != "signature": sorted_params += k + "=" + str(params[k]) - return md5(cls.secret + sorted_params).hex...
Encode strings before passing to md5 which expects bytes in python 3.
Shopify_shopify_python_api
train
943583925d70cc5c477eef14728dca12fc74d5e8
diff --git a/builtin/providers/cloudflare/config.go b/builtin/providers/cloudflare/config.go index <HASH>..<HASH> 100644 --- a/builtin/providers/cloudflare/config.go +++ b/builtin/providers/cloudflare/config.go @@ -1,6 +1,7 @@ package cloudflare import ( + "fmt" "log" "github.com/cloudflare/cloudflare-go" @@ ...
provider/cloudfront: Minor adjustments for new cloudflare-go lib
hashicorp_terraform
train
61fbc7a59a552097d4ae1dda88bb0cf2f567fc03
diff --git a/src/Agent.php b/src/Agent.php index <HASH>..<HASH> 100644 --- a/src/Agent.php +++ b/src/Agent.php @@ -129,16 +129,19 @@ class Agent * * @return Transaction */ - public function startTransaction(string $name, array $context = []): Transaction + public function startTransaction(string...
Accept start time when starting a transaction from the Agent; pass start time through to Timer
philkra_elastic-apm-php-agent
train
3635dbad19e90e8e1b5c245433afc1ec60fa590b
diff --git a/extensions/tags/src/Content/Tag.php b/extensions/tags/src/Content/Tag.php index <HASH>..<HASH> 100644 --- a/extensions/tags/src/Content/Tag.php +++ b/extensions/tags/src/Content/Tag.php @@ -82,8 +82,9 @@ class Tag $tagsDocument = $this->getTagsDocument($request, $slug); $apiDocument->in...
Fix `$tag` object getting overriden by last array item
flarum_core
train
0eb8d09d77829285cca94a5084cf5fde9669e4c5
diff --git a/entities/polyline.go b/entities/polyline.go index <HASH>..<HASH> 100644 --- a/entities/polyline.go +++ b/entities/polyline.go @@ -1,6 +1,9 @@ package entities -import "github.com/rpaloschi/dxf-go/core" +import ( + "fmt" + "github.com/rpaloschi/dxf-go/core" +) // Polyline Entity representation type P...
Update polyline implementation to comply with the new Entity interface.
rpaloschi_dxf-go
train
e9a7fca36caaa22c48ee601ab463ad3c96feef01
diff --git a/pylint/extensions/check_docs.py b/pylint/extensions/check_docs.py index <HASH>..<HASH> 100644 --- a/pylint/extensions/check_docs.py +++ b/pylint/extensions/check_docs.py @@ -309,17 +309,6 @@ class ParamDocChecker(BaseChecker): return params_with_doc, params_with_type - def visit_class(self,...
method visit_class is no longer necessary in the checker; auxiliary method _visit_methods_of_class in the unit test
PyCQA_pylint
train
6f9c251e924d95c4b939907ad332166d3ec14c4e
diff --git a/player_js.go b/player_js.go index <HASH>..<HASH> 100644 --- a/player_js.go +++ b/player_js.go @@ -69,13 +69,17 @@ func newPlayer(sampleRate, channelNum, bytesPerSample, bufferSize int) (*player, } // iOS and Android Chrome requires touch event to use AudioContext. if isIOS() || isAndroidChrome() { - ...
js: Bug fix: tapping made audio faster
hajimehoshi_oto
train
20106bebfb63163bbb899b2106f1174938c805e3
diff --git a/lib/builderator/tasks/vagrant.rb b/lib/builderator/tasks/vagrant.rb index <HASH>..<HASH> 100644 --- a/lib/builderator/tasks/vagrant.rb +++ b/lib/builderator/tasks/vagrant.rb @@ -16,7 +16,7 @@ module Builderator say 'Please add the following to your Gemfile and update your bundle to use the `vagr...
Update vagrant version in config instructions
rapid7_builderator
train
b13a4dfc89440817ecd333991d396b2ff4a7124b
diff --git a/web/src/main/java/org/jboss/as/web/SharedWebMetaDataBuilder.java b/web/src/main/java/org/jboss/as/web/SharedWebMetaDataBuilder.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/org/jboss/as/web/SharedWebMetaDataBuilder.java +++ b/web/src/main/java/org/jboss/as/web/SharedWebMetaDataBuilder.java @@ -2...
more shared web.xml processing
wildfly_wildfly
train
370d8d2b2f26bc233cf1050b8ca07732bbbe08f0
diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py index <HASH>..<HASH> 100644 --- a/ryu/ofproto/nx_match.py +++ b/ryu/ofproto/nx_match.py @@ -28,6 +28,7 @@ LOG = logging.getLogger('ryu.ofproto.nx_match') UINT64_MAX = (1 << 64) - 1 +UINT32_MAX = (1 << 32) - 1 UINT16_MAX = (1 << 16) - 1 FWW_IN_PORT ...
nxm: add NXM_OF_IP_SRC and NXM_OF_IP_DST support
osrg_ryu
train
e29e010f7fe433e43234b856c5a3ba7e1b2114a2
diff --git a/csv-select/main.go b/csv-select/main.go index <HASH>..<HASH> 100644 --- a/csv-select/main.go +++ b/csv-select/main.go @@ -14,8 +14,10 @@ import ( func body() error { var key string + var permuteOnly bool flag.StringVar(&key, "key", "", "The fields to copy into the output stream") + flag.BoolVar(&p...
Allow csv-select to preserve but permute the fields of the input data. The fields specified by the --key parameter are output first, followed by the remaining keys in their original order.
wildducktheories_go-csv
train
0c2b0661ac69ced56ed92f1ce0336ebb2001c97d
diff --git a/sphinx_gallery/tests/test_gen_rst.py b/sphinx_gallery/tests/test_gen_rst.py index <HASH>..<HASH> 100644 --- a/sphinx_gallery/tests/test_gen_rst.py +++ b/sphinx_gallery/tests/test_gen_rst.py @@ -11,6 +11,7 @@ import re import os from nose.tools import assert_equal, assert_false, assert_true import sphinx...
Test rendering of Ipython notebooks
sphinx-gallery_sphinx-gallery
train
788ddc1287fec5e8cd1b6eb1a217c5e6e3ed195d
diff --git a/core/src/main/java/com/orientechnologies/orient/core/metadata/schema/OSchemaShared.java b/core/src/main/java/com/orientechnologies/orient/core/metadata/schema/OSchemaShared.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/metadata/schema/OSchemaShared.java +++ b/c...
Patch by Luca Molino to fix a bug on alter class to rename it
orientechnologies_orientdb
train
9c9b5f4785ba043db2c0e12c75c741d483bf5f68
diff --git a/src/org/jgroups/protocols/raft/LevelDBLog.java b/src/org/jgroups/protocols/raft/LevelDBLog.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/raft/LevelDBLog.java +++ b/src/org/jgroups/protocols/raft/LevelDBLog.java @@ -139,10 +139,11 @@ public class LevelDBLog implements Log { ...
LevelDB: closing batch at end of loop (<URL>)
belaban_jgroups-raft
train
53a2bea4ddad0a9f0d537fd8833a437ed2376889
diff --git a/lib/puppet/parser/lexer.rb b/lib/puppet/parser/lexer.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/parser/lexer.rb +++ b/lib/puppet/parser/lexer.rb @@ -520,7 +520,7 @@ class Puppet::Parser::Lexer def slurpstring(terminators,escapes=%w{ \\ $ ' " n t s }+["\n"],ignore_invalid_escapes=false) # we s...
Fix for #<I> -- escaped backslashes in interpolated strings Part of the ongoing refinement / cleanup of the string interpolation semantics. When scanning for an unescaped string terminator we now also allow an 0 or more pairs of backslashes (that is, escaped backslashes) before the terminator. Thanks to Jacob for the...
puppetlabs_puppet
train
2e7da3f032a0f75936b28f647b8b012aab777c4a
diff --git a/src/util.js b/src/util.js index <HASH>..<HASH> 100644 --- a/src/util.js +++ b/src/util.js @@ -43,7 +43,7 @@ util.escapeSpecialChars = function( str ) util.isRemotePath = function( url ) { - return /^'?https?:\/\/|^\/\/|^(?:[a-zA-Z0-9]+\.{1})+[a-zA-Z]+\/{0,1}/.test( url ); + return /^'?https?:\/\/...
undone some of the previous change. test of local links failing (2 in total). Rest is fine. Inlining more comprehensive.
jrit_web-resource-inliner
train
426642f36a5ee9a8fc85039e85fd7c42e592a3cf
diff --git a/cli/src/main/java/org/jboss/as/cli/handlers/OperationRequestHandler.java b/cli/src/main/java/org/jboss/as/cli/handlers/OperationRequestHandler.java index <HASH>..<HASH> 100644 --- a/cli/src/main/java/org/jboss/as/cli/handlers/OperationRequestHandler.java +++ b/cli/src/main/java/org/jboss/as/cli/handlers/Op...
add 'operation-headers' to the list of recognized operation properties was: <I>dc<I>e2ff4e<I>c<I>c<I>fe4bed<I>b0
wildfly_wildfly-core
train
9be4e266faa0bf1019fd7d0c13f4a4c93e56d5a6
diff --git a/lib/autotune-prep/total.js b/lib/autotune-prep/total.js index <HASH>..<HASH> 100644 --- a/lib/autotune-prep/total.js +++ b/lib/autotune-prep/total.js @@ -203,8 +203,8 @@ function diaCarbs(opts) { // When BGI is negative and more than about 1/4 of basalBGI, we can use that data to tune ISF, ...
include Math.max(0,bgi) in minPossibleDeviation
openaps_oref0
train
54898eca606d257b51f94aafef849b37f003af85
diff --git a/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php b/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php +++ b/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php @@ -1161,7 +1161,7 @@ class BasicEntityPersister impl...
Added index by consideration when eagerly loading to-many associations.
doctrine_orm
train
65836cdb3e9c7d23c15e2715dcd3cc75f9690c3c
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,7 @@ Version master (UNRELEASED) - Centralises ``fs`` package dependency - Changes ``workflow-submission`` queue as a priority queue and allows to set the priority number on workflow submission. - Adds Y...
publisher: delay rescheduled workflows and count number of retries closes <URL>
reanahub_reana-commons
train
6ec7aabe42a90bbf07ca969483893bb56155ca53
diff --git a/Tank/stepper/instance_plan.py b/Tank/stepper/instance_plan.py index <HASH>..<HASH> 100644 --- a/Tank/stepper/instance_plan.py +++ b/Tank/stepper/instance_plan.py @@ -88,6 +88,18 @@ class LoadPlanBuilder(object): raise StepperConfigurationError( "Error in step configura...
instant start step for instaces_schedule
yandex_yandex-tank
train
4b24eb820494b7ac63de1dd7aa4928c1b3b21f09
diff --git a/build.js b/build.js index <HASH>..<HASH> 100755 --- a/build.js +++ b/build.js @@ -215,7 +215,7 @@ if (opts.force) { } log('Checking for ' + from); - util.download(from,{progress:true}, function(err,buffer) { + util.download(from,{progress:false}, function(err,buffer) { ...
disable download progress reporter for now since it will not play nicely with other npm installs
mapbox_node-sqlite3
train
bf0fb367555c6528fe06bbd79bbd4d61f9a0ff3a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,9 @@ setup( 'sphinx', 'sphinxcontrib-googleanalytics', 'sphinx_rtd_theme', - 'ghp-import' + 'ghp-import', + 'pyyaml', + 'ipython' ...
Add ipython and pyyaml to the dev install requirements (optionals used by the CLI) to shut up the static checkers.
TkTech_Jawa
train
cf9cb919cbd6439af584118e1dd0f980591afd65
diff --git a/src/Components/AlterOperation.php b/src/Components/AlterOperation.php index <HASH>..<HASH> 100644 --- a/src/Components/AlterOperation.php +++ b/src/Components/AlterOperation.php @@ -296,10 +296,10 @@ class AlterOperation extends Component if ($token->value === 'CHARACTER SET') { ...
Ref #<I> - Coding standard fixes Pull-request: #<I>
phpmyadmin_sql-parser
train
6a1e9b2c5d57f15794aa312037c19dcab0742054
diff --git a/Action/StatusAction.php b/Action/StatusAction.php index <HASH>..<HASH> 100644 --- a/Action/StatusAction.php +++ b/Action/StatusAction.php @@ -32,7 +32,7 @@ class StatusAction implements ActionInterface return; } - if (Api::DS_RESPONSE_CANCELED == $model['Ds_Response']) { + ...
Added user canceled code to Ds_Response checking to mark the payment as canceled
crevillo_payum-redsys
train
3521a68b7f0597cdc5c2405c880f4fbb49702d49
diff --git a/tests/tests.py b/tests/tests.py index <HASH>..<HASH> 100755 --- a/tests/tests.py +++ b/tests/tests.py @@ -816,13 +816,6 @@ class IssueTests(unittest.TestCase): # self.assertEqual(comment.visibility.value, 'Administrators') comment.delete() - @unittest.skip("needs rework, testing for ...
removed a test that is not needed anymore.
pycontribs_jira
train
cef314fba4c6ed788f9c7ec7c85c315cff0e8629
diff --git a/app/Blueprint/Infrastructure/Service/Service.php b/app/Blueprint/Infrastructure/Service/Service.php index <HASH>..<HASH> 100644 --- a/app/Blueprint/Infrastructure/Service/Service.php +++ b/app/Blueprint/Infrastructure/Service/Service.php @@ -138,7 +138,7 @@ class Service { /** * @param Service $servic...
removed pre-pulling from in-service upgrade
ipunkt_rancherize
train
113a0a7aaad04dd9ba38772545cc5cb247ec09bd
diff --git a/test/unit/plugins/provisioners/ansible/cap/guest/pip/pip_test.rb b/test/unit/plugins/provisioners/ansible/cap/guest/pip/pip_test.rb index <HASH>..<HASH> 100644 --- a/test/unit/plugins/provisioners/ansible/cap/guest/pip/pip_test.rb +++ b/test/unit/plugins/provisioners/ansible/cap/guest/pip/pip_test.rb @@ -2...
[minor] Use the correct "pip_install_cmd" name There is no such thing like 'pip_install_command' option in the Ansible Local provision, so let's avoid any misunderstanding ;-)
hashicorp_vagrant
train
e03738ffc90a5cbf4a481f769c7182cac56b5777
diff --git a/shared/actions/chat/creators.js b/shared/actions/chat/creators.js index <HASH>..<HASH> 100644 --- a/shared/actions/chat/creators.js +++ b/shared/actions/chat/creators.js @@ -99,12 +99,12 @@ const attachmentLoadedTransformer = ({ const downloadProgressTransformer = ({ type, - payload: {messageKey, is...
Update DownloadProgress action creator and transformer Missed this in the flow run because the props were optional.
keybase_client
train
15561daefe4f41561e7a8042d1782eed08211bc9
diff --git a/lib/geocoder/lookups/mapquest.rb b/lib/geocoder/lookups/mapquest.rb index <HASH>..<HASH> 100644 --- a/lib/geocoder/lookups/mapquest.rb +++ b/lib/geocoder/lookups/mapquest.rb @@ -53,6 +53,7 @@ module Geocoder::Lookup raise_error(Geocoder::Error, messages) || warn("Mapquest Geocoding API ...
Return empty array when no results. Previously nil was being returned on API errors, which caused un-helpful exceptions.
alexreisner_geocoder
train
1c3535f358a1b7e689a0ff1323e8bf4f7dfc4db1
diff --git a/src/get/date.js b/src/get/date.js index <HASH>..<HASH> 100644 --- a/src/get/date.js +++ b/src/get/date.js @@ -10,26 +10,24 @@ * @return {String} The string */ const getDate = function ({'date-parts': [date]}, delimiter = '-') { - let strings = date.map(part => part.toString()) + let dateParts = date...
[package] Fix code style issues
citation-js_citation-js
train
e86b632a8cac65f77f768c92600b8180743379eb
diff --git a/src/layer/tile/TileLayer.js b/src/layer/tile/TileLayer.js index <HASH>..<HASH> 100644 --- a/src/layer/tile/TileLayer.js +++ b/src/layer/tile/TileLayer.js @@ -114,7 +114,14 @@ L.TileLayer = L.Class.extend({ }, _reset: function(clearOldContainer) { + var key; + for (key in this._tiles) { + if ...
firing tileunload when a layer is being reset
axyjo_leaflet-rails
train
f2fdc69748c2e2678ae9a2af808e79c33cdc3f64
diff --git a/cmd/converger/main_test.go b/cmd/converger/main_test.go index <HASH>..<HASH> 100644 --- a/cmd/converger/main_test.go +++ b/cmd/converger/main_test.go @@ -68,7 +68,6 @@ var _ = Describe("Converger", func() { }) SynchronizedAfterSuite(func() { - etcdRunner.Stop() }, func() { CleanupBuildArtifacts...
Remove redundant/unecessary etcd starts and stops
cloudfoundry_converger
train
1dbc9b5fcc10bfdac281653977754f95dd7442a7
diff --git a/shopify/session.py b/shopify/session.py index <HASH>..<HASH> 100644 --- a/shopify/session.py +++ b/shopify/session.py @@ -55,7 +55,7 @@ class Session(object): return self.token if not self.validate_params(params): - raise ValidationException('Invalid Signature: Possibly m...
Alter session tests to be concerned with HMAC, not signature, validation.
Shopify_shopify_python_api
train
14f95525fc242f5ee54375780a4e1b6269c1ee18
diff --git a/pyphi/network.py b/pyphi/network.py index <HASH>..<HASH> 100644 --- a/pyphi/network.py +++ b/pyphi/network.py @@ -237,6 +237,9 @@ def irreducible_purviews(cm, direction, mechanism, purviews): Returns: list[tuple[int]]: All purviews in ``purviews`` which are not reducible over ``m...
Validate direction in `Subsystem` and `Network`
wmayner_pyphi
train
64e21cf4bdaac6b6c7da832406dbe6660f6d0480
diff --git a/doc/changelog.rst b/doc/changelog.rst index <HASH>..<HASH> 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -7,6 +7,12 @@ Summary of notable changes. .. Take advice from http://keepachangelog.com/. +Unreleased +========== + +* Fixed: OverflowError with URLs with large port numbers. + + 1.2 (...
dns: Handle OverflowError with large ports Closes chfoo/wpull#<I>
ArchiveTeam_wpull
train
f39d54163835f7cd3f1ec6a3d6a2550fe9ebdacd
diff --git a/tests/menu/spect.js b/tests/menu/spect.js index <HASH>..<HASH> 100644 --- a/tests/menu/spect.js +++ b/tests/menu/spect.js @@ -158,13 +158,8 @@ describe('Its getShown() method', function () { expect(menu1.getShown()).toEqual(jasmine.any(Number)); }); - it('should return a collection of sh...
#<I> Menu: getShown shouldn't return a collection.
mercadolibre_chico
train
73bdebaa7d8ac8cf581e92ae67bc20a8bf630b69
diff --git a/src/Exception.php b/src/Exception.php index <HASH>..<HASH> 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -6,7 +6,7 @@ namespace Nexmo; * Class Exception * @package Nexmo */ -class Exception extends \Exception implements Exception\Exception +class Exception extends \Exception { }
Whoops. Forgot to remove implements from previously removed exception interface
ConnectCorp_nexmo-client
train
18b249a65035f5251ad349f6da731821742c600e
diff --git a/README.markdown b/README.markdown index <HASH>..<HASH> 100644 --- a/README.markdown +++ b/README.markdown @@ -19,9 +19,9 @@ Installation OK. First, you need a running _ElasticSearch_ server. Thankfully, it's easy. Let's define easy: - $ curl -k -L -o elasticsearch-0.17.2.tar.gz http://github.com/do...
Updated documentation and Rails template to use ElasticSearch version <I> Closes #<I>.
karmi_retire
train
2be63e68031791fad93e30b7090bd5bfda70eccb
diff --git a/container/lxc/lxc_test.go b/container/lxc/lxc_test.go index <HASH>..<HASH> 100644 --- a/container/lxc/lxc_test.go +++ b/container/lxc/lxc_test.go @@ -59,7 +59,7 @@ func StartContainer(c *gc.C, manager lxc.ContainerManager, machineId string) ins config := testing.EnvironConfig(c) stateInfo := jujutestin...
Check that the network config is actually written out.
juju_juju
train
b445421b88034875e834f9e1b61911e56181f23f
diff --git a/protocols/raft/src/main/java/io/atomix/protocols/raft/proxy/impl/RaftProxyManager.java b/protocols/raft/src/main/java/io/atomix/protocols/raft/proxy/impl/RaftProxyManager.java index <HASH>..<HASH> 100644 --- a/protocols/raft/src/main/java/io/atomix/protocols/raft/proxy/impl/RaftProxyManager.java +++ b/prot...
Ensure hanging keep-alive requests do not prevent proxy sessions from being kept alive.
atomix_atomix
train
3bf2dad0bf447ad204f3d38558c004a7ddc6586f
diff --git a/src/Resources/public/js/easyadmin-extension.js b/src/Resources/public/js/easyadmin-extension.js index <HASH>..<HASH> 100644 --- a/src/Resources/public/js/easyadmin-extension.js +++ b/src/Resources/public/js/easyadmin-extension.js @@ -5,6 +5,12 @@ function reloadEmbeddedList(identifier, toggleBaseUrl) { ...
Prevent reloading embeddedList with disabled links with # as href
alterphp_EasyAdminExtensionBundle
train
82011606aeb10c4e59ff2c98a85d1aafcd8e5258
diff --git a/code/extensions/Restrictable.php b/code/extensions/Restrictable.php index <HASH>..<HASH> 100644 --- a/code/extensions/Restrictable.php +++ b/code/extensions/Restrictable.php @@ -218,7 +218,7 @@ class Restrictable extends DataObjectDecorator { if ($parent && $parent->ID) { // check create child...
MINOR: Updated logging of permission errors
nyeholt_silverstripe-restrictedobjects
train
0963964c71869c0e6e35a5f91be4babacba84abe
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: 'airbnb/base', + extends: 'airbnb', env: { jasmine: true, diff --git a/lib/Importer.js b/lib/Importer.js index <HASH>..<HASH> 100644 --- a/lib/Importer.js...
Add support for automatically importing React For this to work within the project, I had to change our dependency on airbnb's eslint config from only `/base` to everything. While running the tests, I found a bug that caused a newline to be added in replaeImports when new imports were empty.
Galooshi_import-js
train
cd8da7d5d6b9b5546a78e7eda03f3ea4d06fa413
diff --git a/cli/lib/exec/xvfb.js b/cli/lib/exec/xvfb.js index <HASH>..<HASH> 100644 --- a/cli/lib/exec/xvfb.js +++ b/cli/lib/exec/xvfb.js @@ -8,7 +8,7 @@ const { throwFormErrorText, errors } = require('../errors') const util = require('../util') const xvfb = Promise.promisifyAll(new Xvfb({ - timeout: 5000, // mil...
fix: increase XVFB timeout from 5 seconds to <I> seconds
cypress-io_cypress
train
fb8fc70f001a019cfdeae35327dd623b3959e274
diff --git a/yabt/buildcontext.py b/yabt/buildcontext.py index <HASH>..<HASH> 100644 --- a/yabt/buildcontext.py +++ b/yabt/buildcontext.py @@ -118,29 +118,25 @@ class BuildContext: os.makedirs(bin_dir, exist_ok=True) return bin_dir - def walk_target_graph(self, target_names: iter): - "...
Replace dependencies generation logic with simple descendants (#<I>)
resonai_ybt
train
411d534b8e3951a05afcef670db8f08da41712fd
diff --git a/spec/chunky_png/canvas/operations_spec.rb b/spec/chunky_png/canvas/operations_spec.rb index <HASH>..<HASH> 100644 --- a/spec/chunky_png/canvas/operations_spec.rb +++ b/spec/chunky_png/canvas/operations_spec.rb @@ -2,19 +2,21 @@ require 'spec_helper' describe ChunkyPNG::Canvas::Operations do describe ...
Added some checks to see if an exception is raised when operations are out of bounds for the image.
wvanbergen_chunky_png
train
ec7159219a83812ffbc0f3b22221d70a33284e31
diff --git a/malcolm/parts/ADCore/hdfwriterpart.py b/malcolm/parts/ADCore/hdfwriterpart.py index <HASH>..<HASH> 100644 --- a/malcolm/parts/ADCore/hdfwriterpart.py +++ b/malcolm/parts/ADCore/hdfwriterpart.py @@ -98,7 +98,7 @@ class HDFWriterPart(ChildPart): yield DatasetProducedInfo( name=n...
Made HDF writer write layout xml to file
dls-controls_pymalcolm
train
062eb1d22ede69b2d0893fa1bbb9fd5659b1c9dc
diff --git a/salt/modules/virt.py b/salt/modules/virt.py index <HASH>..<HASH> 100644 --- a/salt/modules/virt.py +++ b/salt/modules/virt.py @@ -590,12 +590,11 @@ def _disk_profile(profile, hypervisor, **kwargs): return disklist - def _nic_profile(profile_name, hypervisor, **kwargs): default = [{'eth0': ...
Fix PEP-8 E<I>, E<I>, E<I>, E<I>, W<I> and W<I>
saltstack_salt
train
21aee08e14b36f2d699e29bba1a9f66c55f0f213
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,3 +1,4 @@ +var webpack = require('webpack') module.exports = { context: __dirname, entry: './browser', @@ -18,5 +19,8 @@ module.exports = { loader: 'json' } ] ...
fix(build): Fix issue with axios replacement in browser build
contentful_contentful.js
train
91b78def6c4254ff0650f9908838cda69d8a4a1a
diff --git a/grimoire/elk/bugzilla.py b/grimoire/elk/bugzilla.py index <HASH>..<HASH> 100644 --- a/grimoire/elk/bugzilla.py +++ b/grimoire/elk/bugzilla.py @@ -34,8 +34,11 @@ from perceval.utils import get_time_diff_days class BugzillaElastic(object): - def __init__(self, bugzilla, elastic): + def __init__(se...
Fixed Bugzilla stack to work with one type per index, two indexes: index and index_state.
chaoss_grimoirelab-elk
train
f20e6002cca7011f7eff0574656db50d749a5e82
diff --git a/src/ol/renderer/canvas/canvasvectorlayerrenderer.js b/src/ol/renderer/canvas/canvasvectorlayerrenderer.js index <HASH>..<HASH> 100644 --- a/src/ol/renderer/canvas/canvasvectorlayerrenderer.js +++ b/src/ol/renderer/canvas/canvasvectorlayerrenderer.js @@ -316,20 +316,16 @@ ol.renderer.canvas.VectorLayer.prot...
Tile grid and cache for one resolution only
openlayers_openlayers
train
f42559a773ed51c96ce27bad1d87c4d49bb40d4b
diff --git a/airflow/providers/microsoft/azure/hooks/data_factory.py b/airflow/providers/microsoft/azure/hooks/data_factory.py index <HASH>..<HASH> 100644 --- a/airflow/providers/microsoft/azure/hooks/data_factory.py +++ b/airflow/providers/microsoft/azure/hooks/data_factory.py @@ -30,7 +30,7 @@ import inspect import...
Add `test_connection` method to `AzureDataFactoryHook` (#<I>)
apache_airflow
train
acaa21919adb5829593d21e33b62a8e4be3ae87a
diff --git a/nosedjango/plugins/selenium_plugin.py b/nosedjango/plugins/selenium_plugin.py index <HASH>..<HASH> 100644 --- a/nosedjango/plugins/selenium_plugin.py +++ b/nosedjango/plugins/selenium_plugin.py @@ -75,7 +75,6 @@ class SeleniumPlugin(Plugin): self._remote_server_address = options.remote_server_addr...
refs #<I> why did i add this space...
nosedjango_nosedjango
train
cdf358f160832538714c5f90e47fcb2f59e7903c
diff --git a/riak.php b/riak.php index <HASH>..<HASH> 100644 --- a/riak.php +++ b/riak.php @@ -987,13 +987,12 @@ class RiakBucket { */ function indexSearch($indexName, $indexType, $startOrExact, $end=NULL, $dedupe=false) { $url = RiakUtils::buildIndexPath($this->client, $this, "{$indexName}_{$indexType}", $...
Returning the HTTP body with the exception.
basho_riak-php-client
train
feb6960d8646a66b18d31e360a14eb677afc463e
diff --git a/treeherder/services/pulse/consumers.py b/treeherder/services/pulse/consumers.py index <HASH>..<HASH> 100644 --- a/treeherder/services/pulse/consumers.py +++ b/treeherder/services/pulse/consumers.py @@ -42,9 +42,12 @@ HGMO_PUSH_BINDINGS = [ "exchange/hgpushes/v1.#", ] -MOZCI_CLASSIFICATION_BINDINGS ...
Switch between Mozci prod/testing bindings with an env variable (#<I>)
mozilla_treeherder
train
05fe132515787785205c89b119626863ae40709d
diff --git a/lib/assertions.js b/lib/assertions.js index <HASH>..<HASH> 100644 --- a/lib/assertions.js +++ b/lib/assertions.js @@ -306,6 +306,18 @@ module.exports = function (expect) { }); }); + expect.addAssertion('string', '[not] to begin with', function (expect, subject, cmp) { + var string...
Added string 'to begin with' and 'to end with' asertions
unexpectedjs_unexpected
train
d1c077e68742f040dcf7e80a2af1caf6f563425a
diff --git a/notario/tests/test_functional.py b/notario/tests/test_functional.py index <HASH>..<HASH> 100644 --- a/notario/tests/test_functional.py +++ b/notario/tests/test_functional.py @@ -61,15 +61,16 @@ class TestValidate(object): assert "-> a -> a did not match 'b'" in error def test_required_key_...
Strengthen test by using different key and value names Also fix existing test that was looking for wrong output
alfredodeza_notario
train
e8ec9d66058ef9d9a22a168588f6f184b9adf145
diff --git a/src/test/java/javax/util/streamex/UnorderedCancellableSpliteratorTest.java b/src/test/java/javax/util/streamex/UnorderedCancellableSpliteratorTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/javax/util/streamex/UnorderedCancellableSpliteratorTest.java +++ b/src/test/java/javax/util/streamex/Unorde...
UnorderedCancellableSpliteratorTest: one more test
amaembo_streamex
train
cb98310af6285ceb8e26499b139751be25264b8b
diff --git a/exactonline/http.py b/exactonline/http.py index <HASH>..<HASH> 100644 --- a/exactonline/http.py +++ b/exactonline/http.py @@ -25,8 +25,9 @@ try: except ImportError: # python2 import urllib2 as request try: - from urllib.parse import urljoin + from urllib.parse import urljoin, quote except Im...
compat: Fix binquote() on Python3. Include tests.
ossobv_exactonline
train
df0ae8883aa8a7399ffbe62022a5fe693718fd12
diff --git a/proso_models/models.py b/proso_models/models.py index <HASH>..<HASH> 100644 --- a/proso_models/models.py +++ b/proso_models/models.py @@ -714,7 +714,7 @@ class ItemManager(models.Manager): if inner_result is None: inner_result = set() ...
fix filtering of items in case of empty category/context/...
adaptive-learning_proso-apps
train
ec5fb1ed8142cd171fafa3ce44f571122ae70b5c
diff --git a/Firestore/tests/System/Admin/V1/FirestoreAdminClientSmokeTest.php b/Firestore/tests/System/Admin/V1/FirestoreAdminClientSmokeTest.php index <HASH>..<HASH> 100644 --- a/Firestore/tests/System/Admin/V1/FirestoreAdminClientSmokeTest.php +++ b/Firestore/tests/System/Admin/V1/FirestoreAdminClientSmokeTest.php @...
Use the correct option for providing credentials (#<I>)
googleapis_google-cloud-php
train
240f8ea1a6802d40350f379fcec68a9e3ff36be4
diff --git a/lib/interpolate.js b/lib/interpolate.js index <HASH>..<HASH> 100644 --- a/lib/interpolate.js +++ b/lib/interpolate.js @@ -1,3 +1,5 @@ +var utils = require('./utils'); + function getProp(obj, path) { return path.split('.').reduce(function (prev, curr) { return prev[curr]; @@ -5,12 +7,7 @@ function ...
Fixed Snyk reports by updating dependencies and fixing escape when upgrading to ejs <I>
auth0_node-wsfed
train
a0ced39ee0e3c2c572be058a1c07755a6617f9d4
diff --git a/lib/finite_machine/event.rb b/lib/finite_machine/event.rb index <HASH>..<HASH> 100644 --- a/lib/finite_machine/event.rb +++ b/lib/finite_machine/event.rb @@ -14,10 +14,16 @@ module FiniteMachine # The reference to the state machine for this event attr_threadsafe :machine + # The silent optio...
Add ability to silence event callbacks.
piotrmurach_finite_machine
train
1d2d881aba9b72653bbd206af4afd6ba297d0649
diff --git a/{{cookiecutter.project_slug}}/config/settings/local.py b/{{cookiecutter.project_slug}}/config/settings/local.py index <HASH>..<HASH> 100644 --- a/{{cookiecutter.project_slug}}/config/settings/local.py +++ b/{{cookiecutter.project_slug}}/config/settings/local.py @@ -68,7 +68,7 @@ if env("USE_DOCKER") == "ye...
Fix INTERNAL_IPS for DOCKER when ip higher than 9 previously, for IP ex: <I> becomes: <I> now, it becomes <I>
pydanny_cookiecutter-django
train
c1daa48355257623a271521417ce258188f8f349
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,11 @@ All failures are also accessible via the `getFailures()` method. ``` a11y.getFailures(); ``` + +Some test are only relevant for certain device types. For example, +if you are building a mobile web app, y...
Add filtering for different device types. Fixes #<I>.
reactjs_react-a11y
train
d3dc2c9d9a49c156b06e7f2063a008e1556355d9
diff --git a/tornado/test/tcpclient_test.py b/tornado/test/tcpclient_test.py index <HASH>..<HASH> 100644 --- a/tornado/test/tcpclient_test.py +++ b/tornado/test/tcpclient_test.py @@ -37,7 +37,7 @@ class TestTCPServer(TCPServer): try: sockets = bind_sockets(None, 'localhost', family) excep...
Better logging to diagnose this flaky test on travis.
tornadoweb_tornado
train
e260abcca62bc1669fb1b87a7cf250c721a92cbc
diff --git a/spec/support/shared/bulk_write.rb b/spec/support/shared/bulk_write.rb index <HASH>..<HASH> 100644 --- a/spec/support/shared/bulk_write.rb +++ b/spec/support/shared/bulk_write.rb @@ -376,7 +376,7 @@ shared_examples 'a bulk write object' do expect(bulk.execute.upserted_count).to eq(1) end...
No upserted ids on server <I>
mongodb_mongo-ruby-driver
train
17740c34a2490585ec2052263e9c8d406c6d82cb
diff --git a/notemplate.js b/notemplate.js index <HASH>..<HASH> 100644 --- a/notemplate.js +++ b/notemplate.js @@ -262,7 +262,7 @@ function toString() { } notemplate.__express = function(filename, options, callback) { - load(filename, options.settings.href, function(err, view) { + load(filename, options.href, funct...
Set href on res.locals - setting on global settings fails with reentrant requests
edasarl_express-notemplate
train
25982375a8ed57f623775951e6cdef21bfbc2b34
diff --git a/les/retrieve.go b/les/retrieve.go index <HASH>..<HASH> 100644 --- a/les/retrieve.go +++ b/les/retrieve.go @@ -69,9 +69,9 @@ type sentReq struct { lock sync.RWMutex // protect access to sentTo map sentTo map[distPeer]sentReqToPeer - reqQueued bool // a request has been queued but not sent - reqSe...
les: fix retriever logic (#<I>) This PR fixes a retriever logic bug. When a peer had a soft timeout and then a response arrived, it always assumed it was the same peer even though it could have been a later requested one that did not time out at all yet. In this case the logic went to an illegal state and deadlock...
ethereum_go-ethereum
train