hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
f4beb2dd46f8f09e758938415e8a86f0617f554a
diff --git a/collatex-core/src/main/java/eu/interedition/collatex/simple/SimpleVariantGraphSerializer.java b/collatex-core/src/main/java/eu/interedition/collatex/simple/SimpleVariantGraphSerializer.java index <HASH>..<HASH> 100644 --- a/collatex-core/src/main/java/eu/interedition/collatex/simple/SimpleVariantGraphSeria...
Graphviz Dot Generation: bug fix in content escaping
interedition_collatex
train
8c9d93b852c1bdc897d1183c82aafe3d51893371
diff --git a/builtin/logical/database/backend_test.go b/builtin/logical/database/backend_test.go index <HASH>..<HASH> 100644 --- a/builtin/logical/database/backend_test.go +++ b/builtin/logical/database/backend_test.go @@ -345,7 +345,7 @@ func TestBackend_BadConnectionString(t *testing.T) { } defer b.Cleanup(contex...
test: pin docker image on postgres to <I>-buster (#<I>) * test: pin docker image on postgres to <I>-buster * test: update all tests that uses postgres image to use <I>-buster
hashicorp_vault
train
6d080904fac49a7ff48750484220df98c20fd415
diff --git a/pkg/services/alerting/result_handler.go b/pkg/services/alerting/result_handler.go index <HASH>..<HASH> 100644 --- a/pkg/services/alerting/result_handler.go +++ b/pkg/services/alerting/result_handler.go @@ -29,7 +29,7 @@ func NewResultHandler() *DefaultResultHandler { func (handler *DefaultResultHandler) H...
tech(alerting): empty string does not update database
grafana_grafana
train
632f97ce5d3e9c66e66111e10ac04ba5a2cc72ac
diff --git a/packages/__docs__/src/Search/index.js b/packages/__docs__/src/Search/index.js index <HASH>..<HASH> 100644 --- a/packages/__docs__/src/Search/index.js +++ b/packages/__docs__/src/Search/index.js @@ -68,7 +68,8 @@ class Search extends Component { value: `#${option}`, label: option, ...
docs: hide WIP components from docs search
instructure_instructure-ui
train
1b9035cfdb44ca31f0575eba40ba6989f069531f
diff --git a/tasks/lib/scss-lint.js b/tasks/lib/scss-lint.js index <HASH>..<HASH> 100644 --- a/tasks/lib/scss-lint.js +++ b/tasks/lib/scss-lint.js @@ -96,16 +96,16 @@ exports.init = function (grunt) { _.forEach(errors, function (error) { if (error.type === '[W]') { - errorMsg += ' ' + ...
up to date with upstream master, re-configure both emit tests
ahmednuaman_grunt-scss-lint
train
eb5cdc6eea501312d501277b2d91dd983f57e72a
diff --git a/test/spec/features/container/exec_spec.rb b/test/spec/features/container/exec_spec.rb index <HASH>..<HASH> 100644 --- a/test/spec/features/container/exec_spec.rb +++ b/test/spec/features/container/exec_spec.rb @@ -1,11 +1,7 @@ describe 'container exec' do - def container_id - k = run("kontena containe...
Fix container specs to use quiet option and with proper regexp (#<I>)
kontena_kontena
train
17e95f836fa17dbb9801f190330a6dcaa6a6a3dc
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ test/integration/yaml_suite/log ## generated files test/integration/yaml_suite/yaml_tests*.json test/integration/yaml_suite/index*.js -src/elasticsearch*/ +src/_elasticsearch* src/bower*/ junit-*.xml ...
moved away from multiple repos, to a single bare repo which we pull the resp-spec out of.
elastic_elasticsearch-js
train
200bf5d7b3ca42e12376d36650225463ad476a4c
diff --git a/packages/search-field/src/styledComponents/DropdownWrapper.js b/packages/search-field/src/styledComponents/DropdownWrapper.js index <HASH>..<HASH> 100644 --- a/packages/search-field/src/styledComponents/DropdownWrapper.js +++ b/packages/search-field/src/styledComponents/DropdownWrapper.js @@ -4,5 +4,6 @@ i...
fix(search-field): search-field affects: @crave/farmblocks-search-field input minimum width for firefox
CraveFood_farmblocks
train
37bd9cfa4251d9e4b156ca55de813b955bdebffc
diff --git a/blockstack/blockstackd.py b/blockstack/blockstackd.py index <HASH>..<HASH> 100644 --- a/blockstack/blockstackd.py +++ b/blockstack/blockstackd.py @@ -548,6 +548,13 @@ class BlockstackdRPC( SimpleXMLRPCServer): return True + def check_address(self, address): + """ + verify that...
add RPC methods to find out the list of names ever created by an address
blockstack_blockstack-core
train
a13a85c5d3c979084505a1d15bd0383b7e761ba6
diff --git a/examples/mnist-classifier.py b/examples/mnist-classifier.py index <HASH>..<HASH> 100644 --- a/examples/mnist-classifier.py +++ b/examples/mnist-classifier.py @@ -12,7 +12,7 @@ N = 10 e = theanets.Experiment( theanets.Classifier, - layers=(784, N * N, 10), + layers=(784, N * N, ('softmax', 10)...
Use softmax activation for classifiers.
lmjohns3_theanets
train
ca9e1efca919cc3910a10283707bdf069443259d
diff --git a/auto/src/rabird/auto/window/common.py b/auto/src/rabird/auto/window/common.py index <HASH>..<HASH> 100644 --- a/auto/src/rabird/auto/window/common.py +++ b/auto/src/rabird/auto/window/common.py @@ -19,6 +19,10 @@ class Window(object): return [] @classmethod + def exists(cls, **kwargs...
Moved exists() to base Window class
starofrainnight_rabird.core
train
59226f422be107434f620194ffbdf9b933f0bce6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -15,13 +15,13 @@ setup( version=__version__, author='Brian Beffa', author_email='brbsix@gmail.com', - description="Utilities to generate and verify pathnames", + description="Remove advertising from subtit...
Fix description and add chardet to requires
brbsix_subnuker
train
3e7fa82f343b1973b4e456588b7b63346ec48945
diff --git a/src/Symfony/Component/Console/Output/Output.php b/src/Symfony/Component/Console/Output/Output.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Console/Output/Output.php +++ b/src/Symfony/Component/Console/Output/Output.php @@ -35,8 +35,8 @@ abstract class Output implements OutputInterface c...
[Console] privatized protected variables, cuz they now have getters/setters
symfony_symfony
train
b9c8ee42b71754cffef9f823faeb1d3869c8eadb
diff --git a/src/wcmf/lib/util/StringUtil.php b/src/wcmf/lib/util/StringUtil.php index <HASH>..<HASH> 100644 --- a/src/wcmf/lib/util/StringUtil.php +++ b/src/wcmf/lib/util/StringUtil.php @@ -124,8 +124,8 @@ class StringUtil { * Extraxt urls from a string. * @param $string The string to search in * @return A...
also extract audio and video urls
iherwig_wcmf
train
3dde522733392af01516205250d82b67834079a5
diff --git a/go/vt/discovery/fake_healthcheck.go b/go/vt/discovery/fake_healthcheck.go index <HASH>..<HASH> 100644 --- a/go/vt/discovery/fake_healthcheck.go +++ b/go/vt/discovery/fake_healthcheck.go @@ -17,6 +17,7 @@ limitations under the License. package discovery import ( + "sort" "sync" "github.com/youtube...
add fakehealthcheck implementation of CacheStatus
vitessio_vitess
train
a0352f3969955b2dae0f0151506c4fe594ba1718
diff --git a/jax/numpy/lax_numpy.py b/jax/numpy/lax_numpy.py index <HASH>..<HASH> 100644 --- a/jax/numpy/lax_numpy.py +++ b/jax/numpy/lax_numpy.py @@ -2405,20 +2405,27 @@ def _take_along_axis(arr, indices, axis): if axis is None: if ndim(indices) != 1: msg = "take_along_axis indices must be 1D if axis=No...
fix up broadcasting in take_along_axis
tensorflow_probability
train
86eb824a46ac8ad80a72ca6712f4da20955fd1a6
diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/OLocalPaginatedCluster.java b/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/OLocalPaginatedCluster.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/cor...
Add missing softly closed flag to clusterStateHolder
orientechnologies_orientdb
train
e845475a2a37f6e5ac4fadbc821d89dad6971f1c
diff --git a/pysswords/db/database.py b/pysswords/db/database.py index <HASH>..<HASH> 100644 --- a/pysswords/db/database.py +++ b/pysswords/db/database.py @@ -60,3 +60,7 @@ class Database(object): creds = [c for c in self.credentials if not {k: vars(c)[k] for k in vars(c).keys() if k in kwarg...
Handling find credential by name and login
marcwebbie_passpie
train
f562bd5c0719ae892f5869b7e12dc94e7900c89d
diff --git a/tests/test-json-users-controller.php b/tests/test-json-users-controller.php index <HASH>..<HASH> 100644 --- a/tests/test-json-users-controller.php +++ b/tests/test-json-users-controller.php @@ -6,7 +6,7 @@ * @package WordPress * @subpackage JSON API */ -class WP_Test_JSON_Users_Controller extends WP_...
Users controller extends Controller testcase And it's not yet compliant
WP-API_WP-API
train
eed3dd155e18e4d263189e3531884d3731dcce58
diff --git a/registry/registry.go b/registry/registry.go index <HASH>..<HASH> 100644 --- a/registry/registry.go +++ b/registry/registry.go @@ -108,10 +108,14 @@ func (r dockerRegistry) getDigest(image, tag string) (string, error) { return "", err } defer resp.Body.Close() - if resp.StatusCode == http.StatusBadRe...
registry: fix digest not found error and handle empty digest error
tsuru_tsuru
train
7173d8d34132a250f4eaddc6a938f421d66a4fc8
diff --git a/src/Admin/AbstractAdmin.php b/src/Admin/AbstractAdmin.php index <HASH>..<HASH> 100644 --- a/src/Admin/AbstractAdmin.php +++ b/src/Admin/AbstractAdmin.php @@ -1772,7 +1772,7 @@ EOT; { $this->buildForm(); - return \array_key_exists($name, $this->formFieldDescriptions) ? true : false; +...
Remove some tautologies at `AbstractAdmin`
sonata-project_SonataAdminBundle
train
93f9e9977d3314432e4f393e6c182f6009366779
diff --git a/lib/callbacks/runtime.js b/lib/callbacks/runtime.js index <HASH>..<HASH> 100644 --- a/lib/callbacks/runtime.js +++ b/lib/callbacks/runtime.js @@ -2,9 +2,18 @@ * Copyright (c) 2011 Bruno Jouhier <bruno.jouhier@sage.com> * MIT License */ +Error.stackTraceLimit = 1000; + (function(exports) { var __g ...
reviewed deep trampoline and made it a bit stronger
Sage_streamlinejs
train
3717394f00d9208756edeb9e8c13e5d58902e653
diff --git a/src/playground/benchmark.js b/src/playground/benchmark.js index <HASH>..<HASH> 100644 --- a/src/playground/benchmark.js +++ b/src/playground/benchmark.js @@ -476,7 +476,7 @@ const runBenchmark = function () { // Instantiate the renderer and connect it to the VM. const canvas = document.getEleme...
Playground: load renderer as UMD The recent changes to the renderer's build output packaging broke this repository's playground / benchmark suite. These changes aren't the only way to fix the issue, but this is consistent with the way that the storage module was already being loaded.
LLK_scratch-vm
train
cb777c0fa01c49bcdbb940e55479ea906eb696ba
diff --git a/bf/pdf.py b/bf/pdf.py index <HASH>..<HASH> 100644 --- a/bf/pdf.py +++ b/bf/pdf.py @@ -1,5 +1,6 @@ import os, sys, subprocess +from glob import glob from bl.file import File import re @@ -13,7 +14,6 @@ class PDF(File): fn = os.path.splitext(self.fn)[0] + GS_DEVICE_EXTENSIONS[device] ...
PDF.gswrite() now returns a list of the written files
BlackEarth_bf
train
cae54a9b141ea4d6f90db6712dd63455b72afbac
diff --git a/src/XdrModel/Operation/SetOptionsOp.php b/src/XdrModel/Operation/SetOptionsOp.php index <HASH>..<HASH> 100755 --- a/src/XdrModel/Operation/SetOptionsOp.php +++ b/src/XdrModel/Operation/SetOptionsOp.php @@ -131,10 +131,10 @@ class SetOptionsOp extends Operation { if ($isRequired) { ...
SetOptionsOp - fix bug where logical NOT was used instead of bitwise NOT and added additional accessors
zulucrypto_stellar-api
train
0f1312a93ac3d6a9ea378f4afdfa792c30c6e38b
diff --git a/docs/types.rst b/docs/types.rst index <HASH>..<HASH> 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -455,8 +455,6 @@ Here you can find a list of all types and default values: - ``False`` * - ``int128`` - ``0`` - * - ``int256`` - - ``0`` * - ``uint256`` - ``0`` * - `...
Remove instances of `int<I>`
ethereum_vyper
train
5088278a198c9e8e72b2b83e300c3e20d1405776
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,5 @@ from __future__ import print_function from setuptools import setup, find_packages -import json -import sys -import datetime from sys import version_info as vi
Remove unused imports in setup.py
ManiacalLabs_BiblioPixelAnimations
train
a7668dcc4da822a23379ac6b01b3367a92f6783a
diff --git a/lib/harGenerator.js b/lib/harGenerator.js index <HASH>..<HASH> 100644 --- a/lib/harGenerator.js +++ b/lib/harGenerator.js @@ -1,9 +1,8 @@ 'use strict'; function generate(data) { - const url = data.baseUrl && data.requiredUriExample - ? `${data.baseUrl}${data.requiredUriExample}` - : da...
fix: harGenerator ensure we have a sane host url
Mermade_widdershins
train
4fdb4dee2e1913fc0f7fda0689c6f76a3b67f854
diff --git a/mapstructure.go b/mapstructure.go index <HASH>..<HASH> 100644 --- a/mapstructure.go +++ b/mapstructure.go @@ -480,7 +480,7 @@ func (d *Decoder) decodeStruct(name string, data interface{}, val reflect.Value) } dataValType := dataVal.Type() - if dataValType.Key().Kind() != reflect.String { + if kind :=...
Allow decoding from map[interface{}]interface{} Mapstructure would fail if decoding from map[interface{}]interface{} expecting a map of map[string]interface{}, but if all the keys are strings, Decode should still work.
mitchellh_mapstructure
train
95cb9480e66d694499cb3e37e52589665a6af9d4
diff --git a/src/python/dxpy/scripts/dx.py b/src/python/dxpy/scripts/dx.py index <HASH>..<HASH> 100755 --- a/src/python/dxpy/scripts/dx.py +++ b/src/python/dxpy/scripts/dx.py @@ -3709,7 +3709,7 @@ register_subparser(parser_add, categories=()) parser_add_users = subparsers_add.add_parser('users', help='Add authorized...
Add env-related flags to dx add/list/remove users/developers
dnanexus_dx-toolkit
train
4c102975b30610c022e777693d3adb891d5f9332
diff --git a/termdata.py b/termdata.py index <HASH>..<HASH> 100644 --- a/termdata.py +++ b/termdata.py @@ -19,7 +19,7 @@ terms_by_type = { 'lda.', 'tov', 'pp' ], 'Limited Liability Company': ['pllc', 'llc', 'l.l.c.', 'plc.', 'plc', 'hf.', 'oyj', - 'a.e.', 'nyrt.', 'p.l.c.', 'sh.a.', 's.a.', 's.r.l.'...
Update termdata.py (cherry picked from commit <I>d2fd<I>e<I>fe7c<I>c<I>b<I>f<I>ceff<I>b)
psolin_cleanco
train
be4d6f9dc31229b3557b464a0937967d56d760f1
diff --git a/src/client/Client.js b/src/client/Client.js index <HASH>..<HASH> 100644 --- a/src/client/Client.js +++ b/src/client/Client.js @@ -436,6 +436,9 @@ class Client extends BaseClient { if (!(options.disabledEvents instanceof Array)) { throw new TypeError('CLIENT_INVALID_OPTION', 'disabledEvents', 'a...
feat: add ClientOptions#retryLimit (#<I>) * feat: add ClientOptions#retryLimit * hydra needs to learn how to code right * a default would probably help * move incrementor & update comment * clarify docs on Infinity
discordjs_discord.js
train
3fc0875173e34ddc77ddcabd8d4656ac3f601d3d
diff --git a/archaius-core/src/main/java/com/netflix/config/DynamicContextualProperty.java b/archaius-core/src/main/java/com/netflix/config/DynamicContextualProperty.java index <HASH>..<HASH> 100644 --- a/archaius-core/src/main/java/com/netflix/config/DynamicContextualProperty.java +++ b/archaius-core/src/main/java/com...
Javadoc updated for Issue #<I>
Netflix_archaius
train
81a9745a62039c612b3518cf488793b49bb02c4d
diff --git a/ariba/ref_genes_getter.py b/ariba/ref_genes_getter.py index <HASH>..<HASH> 100644 --- a/ariba/ref_genes_getter.py +++ b/ariba/ref_genes_getter.py @@ -216,16 +216,29 @@ class RefGenesGetter: print('Combining downloaded fasta files...') fout_fa = pyfastaq.utils.open_file_write(final_fasta) ...
Fix for download changes to resfinder data
sanger-pathogens_ariba
train
07c9b43b1e974b0642322ec9d5d641f60c9326c6
diff --git a/lib/regexp-examples/char_sets.rb b/lib/regexp-examples/char_sets.rb index <HASH>..<HASH> 100644 --- a/lib/regexp-examples/char_sets.rb +++ b/lib/regexp-examples/char_sets.rb @@ -54,6 +54,6 @@ module RegexpExamples 'ascii' => CharSets::Any }.freeze - NamedPropertyCharMap = UnicodeCharRange...
Made unicode map singleton for better multi-threading performance
tom-lord_regexp-examples
train
80b652ec31aa1f066bb47da225abdb4a33525da7
diff --git a/leancloud/app_router.py b/leancloud/app_router.py index <HASH>..<HASH> 100644 --- a/leancloud/app_router.py +++ b/leancloud/app_router.py @@ -15,10 +15,11 @@ from leancloud import utils class AppRouter(object): def __init__(self, app_id, region): + self.app_id = app_id + self.region =...
fix: don't refresh app router on US region
leancloud_python-sdk
train
858ffcd3935dc8e1052af69a5090a222ab80610d
diff --git a/jctools-core/src/main/java/org/jctools/queues/MpscChunkedArrayQueue.java b/jctools-core/src/main/java/org/jctools/queues/MpscChunkedArrayQueue.java index <HASH>..<HASH> 100644 --- a/jctools-core/src/main/java/org/jctools/queues/MpscChunkedArrayQueue.java +++ b/jctools-core/src/main/java/org/jctools/queues/...
Fix spelling of field name to be producerLimit.
JCTools_JCTools
train
6039067494f6ce3ce895bc45feb586a48aac5a12
diff --git a/code/libraries/koowa/libraries/controller/behavior/editable.php b/code/libraries/koowa/libraries/controller/behavior/editable.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/libraries/controller/behavior/editable.php +++ b/code/libraries/koowa/libraries/controller/behavior/editable.php @@ -190,7...
re #<I> : Handle redirects on failed actions - Do not unset the referrer is the entity status is STATUS_FAILED. - Set the status message if save/apply actions fails and provide a default if no status message exists. - If the save action fails to not redirect to referrer but to current url.
timble_kodekit
train
aaa7fb51dec914107e24b4ffc7d9f8f8aa94b702
diff --git a/lib/jfx_imports.rb b/lib/jfx_imports.rb index <HASH>..<HASH> 100644 --- a/lib/jfx_imports.rb +++ b/lib/jfx_imports.rb @@ -31,17 +31,13 @@ end # This feels kinda like a hack. If anyone has a better idea, please let me know class Hash - def stringify_tree - self.inject([]) do |res, pair| - name ...
Using new flat_tree_inject to build java_import up from new map
jruby_jrubyfx
train
a4af1dbfb1ed64f6a03007f5d7ffe5504beed76d
diff --git a/salt/modules/win_pkg.py b/salt/modules/win_pkg.py index <HASH>..<HASH> 100644 --- a/salt/modules/win_pkg.py +++ b/salt/modules/win_pkg.py @@ -461,18 +461,13 @@ def _get_reg_software(): '{0}\\{1}'.format(key, reg_key), ...
Fix win_pkg issues introduced Jan <I>. If DisplayVersion does not exist it should return version as "Not Found"
saltstack_salt
train
24516c217e0eb646d3ca5c8849941fe1e2486437
diff --git a/Neos.Flow/Classes/Mvc/Routing/UriBuilder.php b/Neos.Flow/Classes/Mvc/Routing/UriBuilder.php index <HASH>..<HASH> 100644 --- a/Neos.Flow/Classes/Mvc/Routing/UriBuilder.php +++ b/Neos.Flow/Classes/Mvc/Routing/UriBuilder.php @@ -286,28 +286,25 @@ class UriBuilder * @see build() * @throws Exception...
TASK: UriBuilder::uriFor() cleanup and consistency tweaks This makes the handling of action, controller, package key, sub-package key and format a bit more consistent regarding null vs. empty string. Type hints for the method arguments are added as well.
neos_flow-development-collection
train
e131738834dd6b97d6379664ee1a6e8d8f89f25c
diff --git a/lib/misc/sw-polyfill.js b/lib/misc/sw-polyfill.js index <HASH>..<HASH> 100644 --- a/lib/misc/sw-polyfill.js +++ b/lib/misc/sw-polyfill.js @@ -1,3 +1 @@ -'use strict'; - -require('sw-cache-options'); \ No newline at end of file +"use strict"; \ No newline at end of file diff --git a/package.json b/package.j...
Do not use any polyfills now
NekR_offline-plugin
train
b972b71bfa89753661076d1ce8b21d35b04d137d
diff --git a/ford/fortran_project.py b/ford/fortran_project.py index <HASH>..<HASH> 100755 --- a/ford/fortran_project.py +++ b/ford/fortran_project.py @@ -203,11 +203,7 @@ class Project(object): def get_deps(item): uselist = [m[0] for m in item.uses] - for procedure in itertools.chain...
Change `FortranBase.routines` to return module procedures as well
Fortran-FOSS-Programmers_ford
train
79f048d62fabc642514653b79aa635707e6404f4
diff --git a/.cz-config.js b/.cz-config.js index <HASH>..<HASH> 100644 --- a/.cz-config.js +++ b/.cz-config.js @@ -37,10 +37,6 @@ module.exports = { { value: 'revert', name: 'revert: Revert to a commit' - }, - { - value: 'WIP', - name: 'WIP: Work in progress' } ],
feat(package): first release
design4pro_conventional-changelog-release-me
train
d290ae70be4634e20100d50a9cdabf4c08c33bd4
diff --git a/environment_scripts/env_teardown/teardown_script.py b/environment_scripts/env_teardown/teardown_script.py index <HASH>..<HASH> 100644 --- a/environment_scripts/env_teardown/teardown_script.py +++ b/environment_scripts/env_teardown/teardown_script.py @@ -34,7 +34,11 @@ class EnvironmentTeardown: ...
fixed "nothing to disconnect" error in teardown_script
QualiSystems_vCenterShell
train
71580a45f7fcc6189b599a9cefa66bbfaed6df50
diff --git a/scattertext/__init__.py b/scattertext/__init__.py index <HASH>..<HASH> 100644 --- a/scattertext/__init__.py +++ b/scattertext/__init__.py @@ -1656,7 +1656,7 @@ def produce_scattertext_digraph( graph_height=500, metadata_func=None, enable_pan_and_zoom=True, - **kwargs, + ...
Error while loading __init__.py. There was an extra comma on line <I> after kwargs** which caused import errors in Python <I>. Let me know if this right! Thanks :)
JasonKessler_scattertext
train
542f5afacc86d27762f2ea954e52dac3b14f9b42
diff --git a/lib/db/services.php b/lib/db/services.php index <HASH>..<HASH> 100644 --- a/lib/db/services.php +++ b/lib/db/services.php @@ -74,6 +74,7 @@ $functions = array( 'classpath' => 'calendar/externallib.php', 'type' => 'write', 'capabilities' => 'moodle/calendar:manageentries, moodle/c...
MDL-<I> core_calendar: make delete_calendar_events ajax visible Part of MDL-<I>.
moodle_moodle
train
35387e198523c0f429c3ad5eb836afaf4918c488
diff --git a/salesforce/management/commands/inspectdb.py b/salesforce/management/commands/inspectdb.py index <HASH>..<HASH> 100644 --- a/salesforce/management/commands/inspectdb.py +++ b/salesforce/management/commands/inspectdb.py @@ -3,6 +3,7 @@ import warnings from optparse import make_option from django.core.manag...
Fixed coding of exported models with international characters in Python 2. The coding hint is the only difference between code exported by Python 2 and Python 3.
django-salesforce_django-salesforce
train
249268ae5a00f70c52a8583e9bb0c03ec68a4431
diff --git a/lib/did_you_mean/strategies/similar_attribute_finder.rb b/lib/did_you_mean/strategies/similar_attribute_finder.rb index <HASH>..<HASH> 100644 --- a/lib/did_you_mean/strategies/similar_attribute_finder.rb +++ b/lib/did_you_mean/strategies/similar_attribute_finder.rb @@ -17,8 +17,8 @@ module DidYouMean ...
Display column type as well as column name
yuki24_did_you_mean
train
b2c10ce99ae361564a2f61725cf1b01623b5f094
diff --git a/salt/modules/napalm_network.py b/salt/modules/napalm_network.py index <HASH>..<HASH> 100644 --- a/salt/modules/napalm_network.py +++ b/salt/modules/napalm_network.py @@ -1123,7 +1123,7 @@ def load_template(template_name, .. versionadded:: 2016.11.2 - template_user: 755 + template_mode: 7...
another amend for PR#<I>: fix slight syntax error in versionadded tag; also fix for (old) copy&paste error
saltstack_salt
train
f6eefc859f77af03ada3f9ff7bb1618488905fd5
diff --git a/Klein/Klein.php b/Klein/Klein.php index <HASH>..<HASH> 100644 --- a/Klein/Klein.php +++ b/Klein/Klein.php @@ -693,4 +693,77 @@ class Klein throw new UnhandledException($err); } } + + + /** + * Method aliases + */ + + /** + * GET alias for "respond()" + * + ...
New "respond()" aliases for common HTTP methods: "get()", "post()", "put()", and "delete()"
klein_klein.php
train
6ab6a031571ff9c2fe3f04b890d519c44a01a0f6
diff --git a/src/Whitelist/Check.php b/src/Whitelist/Check.php index <HASH>..<HASH> 100644 --- a/src/Whitelist/Check.php +++ b/src/Whitelist/Check.php @@ -2,6 +2,8 @@ namespace Whitelist; +use Whitelist\Definition\IDefinition; + /** * Main class for checking values against a whitelist. It provides a method to ...
fix various minor complaints by the IDE
Jalle19_php-whitelist-check
train
4b66b8f3018591c2beaa9d78b934940ac28b1777
diff --git a/lib/Geographies.js b/lib/Geographies.js index <HASH>..<HASH> 100644 --- a/lib/Geographies.js +++ b/lib/Geographies.js @@ -79,12 +79,6 @@ var Geographies = function (_Component) { }, { key: "componentWillReceiveProps", value: function componentWillReceiveProps(nextProps) { - if (!nextProps...
Added alert message for deprecated geographyUrl and geographyPaths props
zcreativelabs_react-simple-maps
train
a8f3d5a63446ec52e669e1dd12caba36d1c9ae45
diff --git a/lib/typed/parfait/type.rb b/lib/typed/parfait/type.rb index <HASH>..<HASH> 100644 --- a/lib/typed/parfait/type.rb +++ b/lib/typed/parfait/type.rb @@ -61,9 +61,17 @@ module Parfait end def self.str_hash(str) - str = str.hash + if RUBY_ENGINE == "OPAL" + hash = 5381 + str....
had to fix the string hash for opal
ruby-x_rubyx
train
91e9f9e2936899b3a480e6cca6c5de82319b24d3
diff --git a/bcbio/bam/callable.py b/bcbio/bam/callable.py index <HASH>..<HASH> 100644 --- a/bcbio/bam/callable.py +++ b/bcbio/bam/callable.py @@ -55,9 +55,9 @@ def calc_callable_loci(data, region=None, out_file=None): """ if out_file is None: out_file = "%s-callable.bed" % os.path.splitext(data["wor...
Fix GATK default max coverage to match documentation. Documentation states the coverage cutoff is <I>,<I> if none is specified, but GATK code was treating it as 0. Coverage stats now use the coverage_depth_min to calculate completeness. Refactor manual lookups of coverage_depth_min and coverage_depth_max to look it ...
bcbio_bcbio-nextgen
train
a31802d0fd2cb8b31ebdb8f6173f9b7a876a6f40
diff --git a/titan-test/src/main/java/com/thinkaurelius/titan/graphdb/TitanGraphTest.java b/titan-test/src/main/java/com/thinkaurelius/titan/graphdb/TitanGraphTest.java index <HASH>..<HASH> 100644 --- a/titan-test/src/main/java/com/thinkaurelius/titan/graphdb/TitanGraphTest.java +++ b/titan-test/src/main/java/com/think...
Add tx vertex cache size regression test (cherry pick of <I>bba<I>ad<I>a<I>eacf8c<I>)
thinkaurelius_titan
train
883e81aa2b668757e2f9b1d21ef4f36be92c6c3e
diff --git a/src/class-extended-cpt.php b/src/class-extended-cpt.php index <HASH>..<HASH> 100644 --- a/src/class-extended-cpt.php +++ b/src/class-extended-cpt.php @@ -385,6 +385,9 @@ class Extended_CPT { if ( ! isset( $vars['orderby'] ) ) { return []; } + if ( ! is_string( $vars['orderby'] ) ) { + return [...
Return early if a query is sorted by a value that Extended CPTs won't be handling. Fixes #<I>.
johnbillion_extended-cpts
train
d5dd6d47533f7e16efe1bce35f321028ea84157f
diff --git a/src/org/zaproxy/zap/control/AddOnCollection.java b/src/org/zaproxy/zap/control/AddOnCollection.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/control/AddOnCollection.java +++ b/src/org/zaproxy/zap/control/AddOnCollection.java @@ -142,6 +142,7 @@ public class AddOnCollection { ...
Issue <I> - Do not load newer add-on versions if they are not targeted for the running ZAP version Added the missing update of a flag to not add the (newer) add-on.
zaproxy_zaproxy
train
48174d4db8594887bf91affa8301a6f52d608def
diff --git a/src/Illuminate/Foundation/Application.php b/src/Illuminate/Foundation/Application.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Foundation/Application.php +++ b/src/Illuminate/Foundation/Application.php @@ -22,7 +22,7 @@ class Application extends Container implements ApplicationContract, HttpKernelI...
Bumped version to <I>
laravel_framework
train
489d524616503b6a32f7bc04898b65c121f0b873
diff --git a/indra/assemblers/cx_assembler.py b/indra/assemblers/cx_assembler.py index <HASH>..<HASH> 100644 --- a/indra/assemblers/cx_assembler.py +++ b/indra/assemblers/cx_assembler.py @@ -198,7 +198,7 @@ class CxAssembler(): val = 'http://identifiers.org/mesh/%s' % db_id elif db_name ==...
Apply preassemble filters in IncrementalModel
sorgerlab_indra
train
9d2b6239f8ea2dc785dbdfb6756d51c4c4b9e297
diff --git a/kernel/classes/datatypes/ezuser/ezuser.php b/kernel/classes/datatypes/ezuser/ezuser.php index <HASH>..<HASH> 100644 --- a/kernel/classes/datatypes/ezuser/ezuser.php +++ b/kernel/classes/datatypes/ezuser/ezuser.php @@ -997,8 +997,7 @@ WHERE user_id = '" . $userID . "' AND function loginCurrent() {...
- Fixed bug #<I>: Log in a user with method loginCurrent doesn't update global user cache. git-svn-id: file:///home/patrick.allaert/svn-git/ezp-repo/ezpublish/trunk@<I> a<I>eee8c-daba-<I>-acae-fa<I>f<I>
ezsystems_ezpublish-legacy
train
d7e92bed3c40ec79fcc2e677308655413c1f92d4
diff --git a/lib/lotus/utils/load_paths.rb b/lib/lotus/utils/load_paths.rb index <HASH>..<HASH> 100644 --- a/lib/lotus/utils/load_paths.rb +++ b/lib/lotus/utils/load_paths.rb @@ -18,7 +18,7 @@ module Lotus # @see http://ruby-doc.org/stdlib/libdoc/pathname/rdoc/Pathname.html # @see Lotus::Utils::Kernel.Pat...
Utils::LoadPaths: always maintain a flatten copy of paths, added equality semantic The flatten copy helps both with equality (`#==`) and to be more performant with `#each`.
hanami_utils
train
1149487cb02012df976f2aa709f3d5f95f6a36b1
diff --git a/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java b/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/manager/DefaultCacheManager.java +++ b/core/src/main/java/org/infinispan/manager/DefaultCacheManager.ja...
ISPN-<I> Lock contention in DefaultCacheManager.getCache()
infinispan_infinispan
train
eaae9b3c4fe1b6baf377f73ca3451b6fc4e80a66
diff --git a/src/itertools/AbstractCsvIterator.php b/src/itertools/AbstractCsvIterator.php index <HASH>..<HASH> 100644 --- a/src/itertools/AbstractCsvIterator.php +++ b/src/itertools/AbstractCsvIterator.php @@ -15,8 +15,9 @@ abstract class AbstractCsvIterator extends TakeWhileIterator $defaultOptions = array( 'd...
Added support for custom headers in csv iterator
SuRaMoN_itertools
train
ff3139a8e0cbea7a8f01d014ab9fd7cc006f2fbd
diff --git a/gwpy/cli/cliproduct.py b/gwpy/cli/cliproduct.py index <HASH>..<HASH> 100644 --- a/gwpy/cli/cliproduct.py +++ b/gwpy/cli/cliproduct.py @@ -889,9 +889,7 @@ class TimeDomainProduct(CliProduct): args.xmin = min(starts) if args.epoch is None: args.epoch = args.xmin - el...
gwpy/cli/cliproduct.py: simplify relative epoch test
gwpy_gwpy
train
6f84657f122e42a58b2f78c7d687e1e00eaf001b
diff --git a/detox/src/utils/trace.js b/detox/src/utils/trace.js index <HASH>..<HASH> 100644 --- a/detox/src/utils/trace.js +++ b/detox/src/utils/trace.js @@ -40,10 +40,21 @@ class Trace { let trace = new Trace(); -function traceCall(sectionName, promise, args = {}) { +/** + * Trace a single call, with a given nam...
fix(trace): undo `traceCall` breaking change, extend call types. Allow to pass a function that returns a promise as an argument to the `traceCall` function. Add old tests back.
wix_Detox
train
84b68e3f705b0a32811ab889c51c96fda3bcec5c
diff --git a/tests/NativeSessionTest.php b/tests/NativeSessionTest.php index <HASH>..<HASH> 100644 --- a/tests/NativeSessionTest.php +++ b/tests/NativeSessionTest.php @@ -89,7 +89,7 @@ class NativeSessionTest extends \PHPUnit_Framework_TestCase */ public function testDestroyNoCookie() { - if (!ex...
Unit test wonkiness under HHVM. Ah, well.
libreworks_caridea-session
train
57874b93959851ab1f734e6c8f3d5453c2e3c02a
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -54,6 +54,7 @@ module.exports = function(grunt) { 'plugins/sigma.parsers.gexf/*.js', 'plugins/sigma.parsers.json/*.js', 'plugins/sigma.plugins.animate/*.js', + 'plugins/sigma.plugins.dragNodes...
Referenced dragNodes plugin in Gruntfile for build
jacomyal_sigma.js
train
dd6fcd0fc4f9416b3e4c97c458eec01a58c3a722
diff --git a/rebuild.js b/rebuild.js index <HASH>..<HASH> 100644 --- a/rebuild.js +++ b/rebuild.js @@ -1,5 +1,3 @@ var spawn = require('child_process').spawn; -if (process.platform === 'darwin') { - spawn('node-gyp', ['rebuild']); -} +spawn('node-gyp', ['rebuild']);
Always rebuild (since bindings are out of date when run through travis)
sass_node-sass
train
e8758ebbbbd66c4ad18e19f806670474da4d2fee
diff --git a/lib/actions/ComponentCreate.js b/lib/actions/ComponentCreate.js index <HASH>..<HASH> 100644 --- a/lib/actions/ComponentCreate.js +++ b/lib/actions/ComponentCreate.js @@ -203,11 +203,9 @@ usage: serverless component create`, module: this.evt.options.module, runtime: this.evt.options.r...
ComponentCreate, ModuleCreate, FunctionCreate: use state.setAsset() on creation to add new items to the state before save.
serverless_serverless
train
cbd4ab4af8a309c80fe095c721f9e7903748c6b1
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ExpandableRingBuffer.java b/aeron-cluster/src/main/java/io/aeron/cluster/ExpandableRingBuffer.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ExpandableRingBuffer.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/Expanda...
[Java] Allocated buffer based on computed capacity which may be later than initial capacity in ExpandableRingBuffer.
real-logic_aeron
train
194636745780e7c9ec189d215b446abc82ac3cb8
diff --git a/android/joynr-android/src/main/java/io/joynr/joynrandroidruntime/JoynrAndroidRuntime.java b/android/joynr-android/src/main/java/io/joynr/joynrandroidruntime/JoynrAndroidRuntime.java index <HASH>..<HASH> 100644 --- a/android/joynr-android/src/main/java/io/joynr/joynrandroidruntime/JoynrAndroidRuntime.java +...
[Android] Remove JEE specific registerProvider method from AndroidRuntime
bmwcarit_joynr
train
1dd2fdd756ba6a1aef2668cea0d24c312067dc49
diff --git a/src/Entities/Taxonomy.php b/src/Entities/Taxonomy.php index <HASH>..<HASH> 100644 --- a/src/Entities/Taxonomy.php +++ b/src/Entities/Taxonomy.php @@ -76,6 +76,7 @@ class Taxonomy } }); + //@todo this and content type need to return similar things... at the moment the uid is t...
Working on filling files with their use files
tapestry-cloud_tapestry
train
556426e6e54a83239b47b25231d05787db8bc4c8
diff --git a/src/base_command.js b/src/base_command.js index <HASH>..<HASH> 100644 --- a/src/base_command.js +++ b/src/base_command.js @@ -31,6 +31,6 @@ export default class BaseCommand { * @param {String} path */ logEntryCreatedEvent(path) { - console.log(` Created ${path}`); + console.log(`Created $...
Remove unnecessary prefix from file creation log
fluct_fluct
train
9764848d66013b7403490a2f94c6ab58c0f24de5
diff --git a/spec/damerau-levenshtein_spec.rb b/spec/damerau-levenshtein_spec.rb index <HASH>..<HASH> 100644 --- a/spec/damerau-levenshtein_spec.rb +++ b/spec/damerau-levenshtein_spec.rb @@ -1,4 +1,4 @@ -require File.expand_path(File.dirname(__FILE__) + '/spec_helper') +require 'spec_helper' describe DamerauLevensht...
removed unnecessary __FILE__ calls
GlobalNamesArchitecture_damerau-levenshtein
train
d79f2f26569842121e6fafa9b3dbf48c2e589724
diff --git a/node/api.go b/node/api.go index <HASH>..<HASH> 100644 --- a/node/api.go +++ b/node/api.go @@ -68,7 +68,11 @@ func (api *PrivateAdminAPI) StartRPC(host *string, port *rpc.HexNumber, cors *st } if host == nil { - host = &api.node.httpHost + h := common.DefaultHTTPHost + if api.node.httpHost != "" { ...
node: start RPC/WS interface on localhost by default
ethereum_go-ethereum
train
80cb88b44928fee2b58f50fffc049c1c6259f752
diff --git a/version/version.go b/version/version.go index <HASH>..<HASH> 100644 --- a/version/version.go +++ b/version/version.go @@ -15,5 +15,5 @@ package version const ( - Version = "0.3.3" + Version = "0.3.3+git" )
locksmith: bump to <I>+git
coreos_locksmith
train
2f9a8b5a0a429c9676b6f7d9c69bc81677ff771a
diff --git a/pcef/modes/python/py_indent.py b/pcef/modes/python/py_indent.py index <HASH>..<HASH> 100644 --- a/pcef/modes/python/py_indent.py +++ b/pcef/modes/python/py_indent.py @@ -50,7 +50,8 @@ class PyAutoIndentMode(AutoIndentMode): last_char = tc.selectedText().strip() if line.endswith(":...
Add pass keyword to the list of keyword that trigger and indenation decrement
pyQode_pyqode.core
train
4964e7780911d32119ddfbef26c2ba20e5bc80d5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,11 @@ class ve_build_ext(build_ext): build_ext.build_extension(self, ext) except ext_errors: raise BuildFailed() + except ValueError, err: + # may happen on Win 64...
Workaround for Python Issue<I> (setup failing on Win <I>).
pallets_markupsafe
train
de535ed50a1f0888e54b1671420261e15539914b
diff --git a/molgenis-data-vcf/src/main/java/org/molgenis/data/vcf/format/VcfToEntity.java b/molgenis-data-vcf/src/main/java/org/molgenis/data/vcf/format/VcfToEntity.java index <HASH>..<HASH> 100644 --- a/molgenis-data-vcf/src/main/java/org/molgenis/data/vcf/format/VcfToEntity.java +++ b/molgenis-data-vcf/src/main/java...
fix "Value [x] is of type [Float] instead of [Double]" when importing VCF with Float type info fields
molgenis_molgenis
train
f110360f65a268e959ae892ca36e85da3d91e606
diff --git a/src/deprecated.js b/src/deprecated.js index <HASH>..<HASH> 100644 --- a/src/deprecated.js +++ b/src/deprecated.js @@ -1,13 +1,2 @@ -define([ - "./core", - "./traversing" -], function( jQuery ) { - -// The number of elements contained in the matched element set -jQuery.fn.size = function() { - return this.l...
Deprecated: Drop size and andSelf methods Fixes gh-<I> Closes gh-<I>
jquery_jquery
train
d3599ddb814153974e75c21412acc89677fe0535
diff --git a/mespronos_group/src/Entity/Group.php b/mespronos_group/src/Entity/Group.php index <HASH>..<HASH> 100644 --- a/mespronos_group/src/Entity/Group.php +++ b/mespronos_group/src/Entity/Group.php @@ -70,7 +70,7 @@ class Group extends ContentEntityBase implements GroupInterface { } public function label()...
refactoring - clean Group Entity
mespronos_mespronos
train
59514dabaa134138b77a47b20f712f2a364632d5
diff --git a/src/LarafeedServiceProvider.php b/src/LarafeedServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/LarafeedServiceProvider.php +++ b/src/LarafeedServiceProvider.php @@ -18,7 +18,7 @@ class LarafeedServiceProvider extends ServiceProvider */ public function boot() { - $this->package('dotzecker/l...
Hint path psr-4 solved
DotZecker_Larafeed
train
fba90b8f9b9123e3d1371839ad8537c7acfb8e84
diff --git a/pkg/services/ngalert/api/util.go b/pkg/services/ngalert/api/util.go index <HASH>..<HASH> 100644 --- a/pkg/services/ngalert/api/util.go +++ b/pkg/services/ngalert/api/util.go @@ -118,6 +118,10 @@ func (p *AlertingProxy) withReq( errMessage = message.(string) } } + } else if strings.HasPrefix...
Alerting: Recact html responses (#<I>)
grafana_grafana
train
c2c5b23fd91fccb1e79f75edfc2040ccec823e20
diff --git a/BraintreeApi/src/main/java/com/braintreepayments/api/Braintree.java b/BraintreeApi/src/main/java/com/braintreepayments/api/Braintree.java index <HASH>..<HASH> 100644 --- a/BraintreeApi/src/main/java/com/braintreepayments/api/Braintree.java +++ b/BraintreeApi/src/main/java/com/braintreepayments/api/Braintre...
Add type safety to the Braintree.addListener() and Braintree.removeListener() calls.
braintree_braintree_android
train
c7e9a2228b5368cc9a3da8c4d4883cb0886fc209
diff --git a/cmd/plugin_install.go b/cmd/plugin_install.go index <HASH>..<HASH> 100644 --- a/cmd/plugin_install.go +++ b/cmd/plugin_install.go @@ -125,8 +125,8 @@ func newPluginInstallCmd() *cobra.Command { cmd.PersistentFlags().StringVarP(&cloudURL, "cloud-url", "c", "", "A cloud URL to download releases from")...
Remove -e shorthand for --exact This clashes with the existing --emoji/-e flag for the pulumi-wide flags. I doubt --exact is going to be very common, so rather than trying to invent a shorthand for it, we can just support the long form.
pulumi_pulumi
train
b3b1c80a695e4eaa05aba2dd16d64fab332006b2
diff --git a/cake/libs/model/datasources/dbo/dbo_postgres.php b/cake/libs/model/datasources/dbo/dbo_postgres.php index <HASH>..<HASH> 100644 --- a/cake/libs/model/datasources/dbo/dbo_postgres.php +++ b/cake/libs/model/datasources/dbo/dbo_postgres.php @@ -357,7 +357,13 @@ class DboPostgres extends DboSource { return...
Adding patch from Ticket #<I>, extracts the sequence name from the default value for the primary key and returns it's last value git-svn-id: <URL>
cakephp_cakephp
train
4c6f04d81c41b592577be21eee47229edfd3930a
diff --git a/src/Converter/DefaultConverter.php b/src/Converter/DefaultConverter.php index <HASH>..<HASH> 100644 --- a/src/Converter/DefaultConverter.php +++ b/src/Converter/DefaultConverter.php @@ -39,11 +39,11 @@ class DefaultConverter implements ConverterInterface $optional = (substr($arg, 0, 1) == '?')...
Allow nullable constructor arguments. isset() does not behave as expected for null values in an array. This commit swaps the usages of isset() for array_key_exists() to allow for null values to be accepted as input for constructor args.
DavidBadura_Fixtures
train
7348eaa3c85f643543c0ebbbd82ec6f35d48f506
diff --git a/meshio/ply/_ply.py b/meshio/ply/_ply.py index <HASH>..<HASH> 100644 --- a/meshio/ply/_ply.py +++ b/meshio/ply/_ply.py @@ -4,12 +4,14 @@ I/O for the PLY format, cf. <https://web.archive.org/web/20161221115231/http://www.cs.virginia.edu/~gfx/Courses/2001/Advanced.spring.01/plylib/Ply.txt>. """ import coll...
ply: more meshio info
nschloe_meshio
train
b61d3a339c15b544dcd1ee5e405818515080b434
diff --git a/test/integration/runner-spec/iterationCount.test.js b/test/integration/runner-spec/iterationCount.test.js index <HASH>..<HASH> 100644 --- a/test/integration/runner-spec/iterationCount.test.js +++ b/test/integration/runner-spec/iterationCount.test.js @@ -5,7 +5,7 @@ var collection = { script: {...
Break tests with too many assertions into smaller tests
postmanlabs_postman-runtime
train
28a95aaa7d136d0afcfb2f42153c7d7de0daf7cf
diff --git a/tests/integration/test_model.py b/tests/integration/test_model.py index <HASH>..<HASH> 100644 --- a/tests/integration/test_model.py +++ b/tests/integration/test_model.py @@ -457,8 +457,8 @@ async def add_manual_machine_ssh(event_loop, is_root=False): def wait_for_network(container, timeout=30): ...
Use time.perf_counter to measure clock time durations
juju_python-libjuju
train
5730ba4120ebc0b239892669649b9bb0547cdbc9
diff --git a/src/server/pps/cmds/cmds.go b/src/server/pps/cmds/cmds.go index <HASH>..<HASH> 100644 --- a/src/server/pps/cmds/cmds.go +++ b/src/server/pps/cmds/cmds.go @@ -5,7 +5,6 @@ import ( "io" "io/ioutil" "os" - "os/user" "strings" units "github.com/docker/go-units" @@ -832,27 +831,13 @@ func pushImage(...
Default to docker username when pushing images, rather than system user
pachyderm_pachyderm
train
147b81d6b335e7ce298723f07632a5044b0ef5c9
diff --git a/lib/webcat/driver/rack_test_driver.rb b/lib/webcat/driver/rack_test_driver.rb index <HASH>..<HASH> 100644 --- a/lib/webcat/driver/rack_test_driver.rb +++ b/lib/webcat/driver/rack_test_driver.rb @@ -13,8 +13,11 @@ class Webcat::Driver::RackTest end def set(value) - if tag_name == 'input' + ...
Added 'choose' for radio buttons
teamcapybara_capybara
train
68d4ae65bb8d3fd14e2845e6a759bc06dc36d156
diff --git a/samcli/commands/_utils/template.py b/samcli/commands/_utils/template.py index <HASH>..<HASH> 100644 --- a/samcli/commands/_utils/template.py +++ b/samcli/commands/_utils/template.py @@ -209,7 +209,13 @@ def _resolve_relative_to(path, original_root, new_root): Updated path if the given path is a relati...
fix(build): Do not treat urls as local paths (#<I>)
awslabs_aws-sam-cli
train
79ae028b7f5a8b6f32e0015a3320c82f242b8c60
diff --git a/topydo/lib/DotPrinter.py b/topydo/lib/DotPrinter.py index <HASH>..<HASH> 100644 --- a/topydo/lib/DotPrinter.py +++ b/topydo/lib/DotPrinter.py @@ -44,15 +44,17 @@ class DotPrinter(Printer): self.todolist.number(t), t.text() )) for t in p_todos])) - node_name = lambda t...
Fix syntax ambiguity due to node names starting with a number Prefix all node names with an underscore, print the proper number through the "label" attribute.
bram85_topydo
train
91e6022e3e27df8cf8194e5ded98c206b42a2d11
diff --git a/lib/puppet/ssl/host.rb b/lib/puppet/ssl/host.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/ssl/host.rb +++ b/lib/puppet/ssl/host.rb @@ -213,7 +213,6 @@ class Puppet::SSL::Host # If there's a CRL, add it to our store. if crl = Puppet::SSL::CertificateRevocationList.find(CA_NAME...
Fixes incorrect line in partial CRL fix
puppetlabs_puppet
train
2f2e675f5b061206c3465cd3ed0d87b9b717451f
diff --git a/jupyter_server_proxy/__init__.py b/jupyter_server_proxy/__init__.py index <HASH>..<HASH> 100644 --- a/jupyter_server_proxy/__init__.py +++ b/jupyter_server_proxy/__init__.py @@ -29,7 +29,7 @@ def load_jupyter_server_extension(nbapp): nbapp.web_app.add_handlers('.*', server_handlers) # Set up de...
Replace host_whitelist with host_allowlist
jupyterhub_jupyter-server-proxy
train
b7c4b065e1df946a286f10f63854e877894a4f66
diff --git a/generators/utils.js b/generators/utils.js index <HASH>..<HASH> 100644 --- a/generators/utils.js +++ b/generators/utils.js @@ -687,15 +687,18 @@ function parseBluePrints(blueprints) { */ function parseBlueprintInfo(blueprint) { let bpName = normalizeBlueprintName(blueprint); - let version = 'late...
Stop setting blueprint version to latest due to version precedence.
jhipster_generator-jhipster
train
4116d89d5f808a42e4e0f022a2c8f27b9ec4af53
diff --git a/src/crypto/index.js b/src/crypto/index.js index <HASH>..<HASH> 100644 --- a/src/crypto/index.js +++ b/src/crypto/index.js @@ -324,7 +324,12 @@ Crypto.prototype.bootstrapSecretStorage = async function({ // If cross-signing keys changed, store them in Secure Secret Storage. if (crossSigningKeysCh...
Store cross-signing keys in secret storage
matrix-org_matrix-js-sdk
train
b23a7626bb51e9145b21bb9a2282fa74cc0b6900
diff --git a/chef-server-api/lib/chef-server-api/version.rb b/chef-server-api/lib/chef-server-api/version.rb index <HASH>..<HASH> 100644 --- a/chef-server-api/lib/chef-server-api/version.rb +++ b/chef-server-api/lib/chef-server-api/version.rb @@ -1,3 +1,3 @@ module ChefServerApi - VERSION = '0.9.0.a8' + VERSION = '0...
bump to alpha <I> for prerelease gem
chef_chef
train