hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0d357913e2d03597103d87d131bffc6710582690
diff --git a/app/models/socializer/activity.rb b/app/models/socializer/activity.rb index <HASH>..<HASH> 100644 --- a/app/models/socializer/activity.rb +++ b/app/models/socializer/activity.rb @@ -36,7 +36,7 @@ module Socializer @target ||= activitable_target.activitable end - # Selects the activites tha...
a couple of spelling corrections in comments
socializer_socializer
train
8aaee67a354e5e9ac642e6537b869f8ee14e0e6c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,8 @@ tests_require = [ "remotecv", "hiredis", "scikit-image>=0.12.3", - "celery" + "celery", + "cairosvg", ] diff --git a/tests/handlers/test_base_handler.py b/tests/handlers/test_base_ha...
Improved tests and added missing dev requirement
thumbor_thumbor
train
67eafc6717fe46f1a4f76b670a096aefa0467970
diff --git a/src/main/java/org/hyperledger/fabric/sdk/security/CryptoPrimitives.java b/src/main/java/org/hyperledger/fabric/sdk/security/CryptoPrimitives.java index <HASH>..<HASH> 100755 --- a/src/main/java/org/hyperledger/fabric/sdk/security/CryptoPrimitives.java +++ b/src/main/java/org/hyperledger/fabric/sdk/security...
[FAB-<I>] Java SDK Signatures with Standard JCA/JCE Improvement [FAB-<I>] changing CryptoPrimitives to use the standard JCA/JCE Signature class to perform the ECDSA signatures. The signature is then decoded in order to call preventMalleability. Change-Id: Ia<I>dade<I>b5a1c<I>b3cd<I>fc0c<I>fb9f3a<I>
hyperledger_fabric-sdk-java
train
2f68e760c1bf0606ad5f61427af7d245830a5b51
diff --git a/portfolio/type/boxnet/lib.php b/portfolio/type/boxnet/lib.php index <HASH>..<HASH> 100644 --- a/portfolio/type/boxnet/lib.php +++ b/portfolio/type/boxnet/lib.php @@ -199,4 +199,8 @@ class portfolio_plugin_boxnet extends portfolio_plugin_base { } //@TODO see if we can verify the api key withou...
MDL-<I>: boxnet portfolio plugin should only be allowed one instance
moodle_moodle
train
6ab1d9ac8166e2a3ff6f876a0fbe78d05b9cf827
diff --git a/spec/cli/parser/string_spec.rb b/spec/cli/parser/string_spec.rb index <HASH>..<HASH> 100644 --- a/spec/cli/parser/string_spec.rb +++ b/spec/cli/parser/string_spec.rb @@ -100,6 +100,11 @@ describe "Strings" do parsed("?&").should == [:str, "&"] end + it "parses escape sequences" do + p...
Add spec for previous character string fix
opal_opal
train
1f63069e22105e5cb0108cd717a78ed1f85b6a52
diff --git a/inputs/__init__.py b/inputs/__init__.py index <HASH>..<HASH> 100644 --- a/inputs/__init__.py +++ b/inputs/__init__.py @@ -13,26 +13,6 @@ EV_KEY = 0x01 # pylint: disable=too-few-public-methods -def get_input(): - """Get a single event from any input device.""" - pass - - -def get_key(): - """G...
Enable the simple, pre-setup functions.
zeth_inputs
train
b4b9d576104b37dadc39cdbe374b52c79d986d6b
diff --git a/src/clockpicker.js b/src/clockpicker.js index <HASH>..<HASH> 100644 --- a/src/clockpicker.js +++ b/src/clockpicker.js @@ -125,7 +125,7 @@ this.spanMinutes.click($.proxy(this.toggleView, this, 'minutes')); // Show or toggle - input.on('focus.clockpicker', $.proxy(this.show, this)); + input.on('foc...
Show clock on click in input as well as on focus. Just adds click listener as well as focus listener to input, same event handler (this.show). Gives similar behaviour to that of jquery.ui.datepicker. See also 3DFace issue <URL>
weareoutman_clockpicker
train
de817cfe46b56424afa0d80155bb5be4c47d5fa0
diff --git a/drivers/openstack/client.go b/drivers/openstack/client.go index <HASH>..<HASH> 100644 --- a/drivers/openstack/client.go +++ b/drivers/openstack/client.go @@ -4,8 +4,10 @@ import ( "crypto/tls" "fmt" "net/http" + "time" "github.com/docker/machine/log" + "github.com/docker/machine/utils" "github....
Stop polling the instance when status is ERROR Fix #<I>
docker_machine
train
a50b0e2cb2536c0c7a1c0087c2a62249d30632cb
diff --git a/Kwf/Controller/Action/Auto/Grid.php b/Kwf/Controller/Action/Auto/Grid.php index <HASH>..<HASH> 100644 --- a/Kwf/Controller/Action/Auto/Grid.php +++ b/Kwf/Controller/Action/Auto/Grid.php @@ -987,7 +987,7 @@ abstract class Kwf_Controller_Action_Auto_Grid extends Kwf_Controller_Action_Aut ...
Require url to render clickable link in AutoGrid excel export Sometimes the url is not set and causes an exception, which breaks the export.
koala-framework_koala-framework
train
941184a95454df6259d45485ee49db70dd33b65f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -23,7 +23,7 @@ function _generateFrom (file, fname) { Object.assign(acc, info) } return acc - }, {[fname]: Object.assign({isDir: true}, stat)}) + }, {}) }) } else if...
feat: don't return directories BREAKING CHANGE: Directories are not returned in the index object
zkochan_dint
train
6af786477a799f07ea52a17a3f016aaab9402053
diff --git a/lib/ronin/cacheable/cached_file.rb b/lib/ronin/cacheable/cached_file.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/cacheable/cached_file.rb +++ b/lib/ronin/cacheable/cached_file.rb @@ -49,6 +49,19 @@ module Ronin end # + # Finds all cached files that were cached from a given directory...
Added Cacheable::CachedFile.from.
ronin-ruby_ronin
train
296eb95d70a86c2151971d29aa719e64b3e53066
diff --git a/oct2py/tests/test_oct2py.py b/oct2py/tests/test_oct2py.py index <HASH>..<HASH> 100644 --- a/oct2py/tests/test_oct2py.py +++ b/oct2py/tests/test_oct2py.py @@ -790,6 +790,20 @@ def test_interact(): assert output.buf == expected +def test_func_without_docstring(): + oc = Oct2Py() + pwd = o...
Add test for functions without docstrings
blink1073_oct2py
train
809a3826bce0c2c96fee5b692e0c2aeb411b38bd
diff --git a/externs/es5.js b/externs/es5.js index <HASH>..<HASH> 100644 --- a/externs/es5.js +++ b/externs/es5.js @@ -243,6 +243,13 @@ Object.prototype.toJSON = function(opt_key) {}; /** + * @see https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/toISOString + * @return {string} + */ +Date....
Add toISOString to externs R=johnlenz DELTA=7 (7 added, 0 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-compiler
train
5ad1c046da45a69817b643eb0c6602ddab1b112c
diff --git a/src/main/java/io/reactivex/Maybe.java b/src/main/java/io/reactivex/Maybe.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/reactivex/Maybe.java +++ b/src/main/java/io/reactivex/Maybe.java @@ -1967,13 +1967,12 @@ public abstract class Maybe<T> implements MaybeSource<T> { * </dl> * * ...
Switch Maybe and Single to use their Transformers in compose() (#<I>) * Switch Maybe and Single to use their Transformers in compose() Resolves #<I> * Update compose() tests
ReactiveX_RxJava
train
0b495892fcb26c3d911bb2edf7d90c350ab64006
diff --git a/form/radio_button.go b/form/radio_button.go index <HASH>..<HASH> 100644 --- a/form/radio_button.go +++ b/form/radio_button.go @@ -16,14 +16,23 @@ func (f Form) RadioButton(opts tags.Options) *tags.Tag { label = fmt.Sprint(opts["label"]) delete(opts, "label") } + var ID string + if opts["id"] != nil...
Auto set the for attribute on label when the ID is provided (RadioButton)
gobuffalo_tags
train
23c2a56c1ee80e6eda1602c53ff5120b51333b9d
diff --git a/ambry/library/search_backends/postgres_backend.py b/ambry/library/search_backends/postgres_backend.py index <HASH>..<HASH> 100644 --- a/ambry/library/search_backends/postgres_backend.py +++ b/ambry/library/search_backends/postgres_backend.py @@ -76,7 +76,6 @@ class PostgreSQLSearchBackend(BaseSearchBackend...
Postgres search broken tests fixed. #<I>.
CivicSpleen_ambry
train
cc8710556f5575b096e533d9855f8ae9c8d741e2
diff --git a/lib/solargraph/diagnostics/update_errors.rb b/lib/solargraph/diagnostics/update_errors.rb index <HASH>..<HASH> 100644 --- a/lib/solargraph/diagnostics/update_errors.rb +++ b/lib/solargraph/diagnostics/update_errors.rb @@ -3,7 +3,7 @@ module Solargraph class UpdateErrors < Base def diagnose sour...
Source tracks original error ranges. UpdateErrors combines them into lines.
castwide_solargraph
train
3035dc89c3200f33c6d470762d17b94e64faf179
diff --git a/rollup.config.js b/rollup.config.js index <HASH>..<HASH> 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -15,7 +15,10 @@ const config = [{ }, plugins: [ pluginJson - ] + ], + watch: { + include: 'src/**' + } }, { input: './src/apivis.js', output: { @@ -26,7 +29,10 @@ const ...
Limit watch to src folder
rpeev_apivis
train
4caed18da11be25798f32a5bff7a0cbbab3a0e97
diff --git a/tests/Rct567/DomQuery/Tests/DomQueryTest.php b/tests/Rct567/DomQuery/Tests/DomQueryTest.php index <HASH>..<HASH> 100644 --- a/tests/Rct567/DomQuery/Tests/DomQueryTest.php +++ b/tests/Rct567/DomQuery/Tests/DomQueryTest.php @@ -163,11 +163,17 @@ class DomQueryTest extends \PHPUnit\Framework\TestCase { ...
add more assertion for test empty domquery instance
Rct567_DomQuery
train
a8c4608fe93af50b9c40414b14629c8aed3486a5
diff --git a/climateConops.py b/climateConops.py index <HASH>..<HASH> 100755 --- a/climateConops.py +++ b/climateConops.py @@ -1,5 +1,5 @@ -# -*- coding: utf-8 -*- #!/usr/bin/env python3 +# -*- coding: utf-8 -*- """ Michael Hirsch crude thermal budget for outdoor enclosure we consider arbitrarily two worst case d...
ordering of utf-8 prefix
scivision_histutils
train
79ae68bc3bda3c1230bea42f2158f6781a0a1d03
diff --git a/openquake/engine/calculators/hazard/event_based/core.py b/openquake/engine/calculators/hazard/event_based/core.py index <HASH>..<HASH> 100644 --- a/openquake/engine/calculators/hazard/event_based/core.py +++ b/openquake/engine/calculators/hazard/event_based/core.py @@ -122,7 +122,7 @@ def compute_ruptures(...
Removed sorting of the IMTs breaking qatest_1
gem_oq-engine
train
ce45015c1673c3b66f857cf37658f45335c1f770
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -117,10 +117,6 @@ class F1React extends React.Component { // we'll initialize f1 with the current state passed in componentDidMount() { this.state.ui.init(this.props.state); - - if(this.props.onF1) { - this....
Removed onF1 as it will produce components have related dependencies and are not isolatd
Jam3_react-f1
train
5ef1b7a00479004d264f1ff6c050eb21847945f3
diff --git a/code/actions/AssignUsersToWorkflowAction.php b/code/actions/AssignUsersToWorkflowAction.php index <HASH>..<HASH> 100644 --- a/code/actions/AssignUsersToWorkflowAction.php +++ b/code/actions/AssignUsersToWorkflowAction.php @@ -12,7 +12,7 @@ class AssignUsersToWorkflowAction extends WorkflowAction { public...
Fixed strict errors and removed deprecated usage.
symbiote_silverstripe-advancedworkflow
train
0c4142c927cddf3c28f16eb5f03c6c797a160779
diff --git a/tests/Unit/InstantiableTypesTest/InstantiableTypesTest.php b/tests/Unit/InstantiableTypesTest/InstantiableTypesTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/InstantiableTypesTest/InstantiableTypesTest.php +++ b/tests/Unit/InstantiableTypesTest/InstantiableTypesTest.php @@ -9,8 +9,10 @@ use Rebing\G...
Freeze the time to trigger date test
rebing_graphql-laravel
train
dfa0619b9e55058b9ca1e1e45432d8cfea8401be
diff --git a/tests/integration/files/file/base/tojson/init.sls b/tests/integration/files/file/base/tojson/init.sls index <HASH>..<HASH> 100644 --- a/tests/integration/files/file/base/tojson/init.sls +++ b/tests/integration/files/file/base/tojson/init.sls @@ -1,4 +1,4 @@ -{%- set data = '{"Der Zucker": "süß", "Die Webse...
Replace `saltstack.com` with `saltproject.io` on URLs being tested
saltstack_salt
train
17d4a7d05babe9407aa40970c3892b304e585149
diff --git a/views/datagrid.blade.php b/views/datagrid.blade.php index <HASH>..<HASH> 100644 --- a/views/datagrid.blade.php +++ b/views/datagrid.blade.php @@ -42,7 +42,5 @@ @if ($dg->havePagination()) - <div class="pagination"> {!! $dg->links() !!} - </div> @endif
default pagination presenter already has pagination class
zofe_rapyd-laravel
train
e224fa2c2b76fc7eb7356056ea1de6cc6ca84a5d
diff --git a/src/wcmf/application/views/plugins/block.assetic.php b/src/wcmf/application/views/plugins/block.assetic.php index <HASH>..<HASH> 100644 --- a/src/wcmf/application/views/plugins/block.assetic.php +++ b/src/wcmf/application/views/plugins/block.assetic.php @@ -21,6 +21,7 @@ use Assetic\Asset\FileAsset; use A...
use CssRewriteFilter for assetic
iherwig_wcmf
train
746ed70b2b40ec76c90a6db58f1f97ea87ebd3e7
diff --git a/demo/index.php b/demo/index.php index <HASH>..<HASH> 100644 --- a/demo/index.php +++ b/demo/index.php @@ -15,7 +15,7 @@ $feed = new SimplePie(); if (isset($_GET['feed']) && $_GET['feed'] !== '') { // Strip slashes if magic quotes is enabled (which automatically escapes certain characters) - if (get_mag...
PHP6 doesn't have get_magic_quotes_gpc()
simplepie_simplepie
train
afc6defc2392c797042cb6bc73188de1ab147a12
diff --git a/packages/veritone-react-common/src/components/FilePicker/FileList/FileListItem.js b/packages/veritone-react-common/src/components/FilePicker/FileList/FileListItem.js index <HASH>..<HASH> 100644 --- a/packages/veritone-react-common/src/components/FilePicker/FileList/FileListItem.js +++ b/packages/veritone-r...
Fixed a bug where file images were retaining the old image.
veritone_veritone-sdk
train
4436cd0387d6239cf17f57d2ab90443b6be609b7
diff --git a/test/lib/viewports/web-mercator-viewport.spec.js b/test/lib/viewports/web-mercator-viewport.spec.js index <HASH>..<HASH> 100644 --- a/test/lib/viewports/web-mercator-viewport.spec.js +++ b/test/lib/viewports/web-mercator-viewport.spec.js @@ -18,7 +18,6 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR TH...
Remove a leftover line from rebase in previous commit
uber_deck.gl
train
b387dcacc26f7427152d9de087093d668f2071d7
diff --git a/qtpylib/broker.py b/qtpylib/broker.py index <HASH>..<HASH> 100644 --- a/qtpylib/broker.py +++ b/qtpylib/broker.py @@ -213,14 +213,14 @@ class Broker(): # find specific name if self.blotter_name is not None: # and self.blotter_name != 'auto-detect': - args_cache_file = tempfil...
tmp file extension changed to..qtpylib
ranaroussi_qtpylib
train
f6c904bb81541cb17a4bee8647432293991ba550
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,13 +13,13 @@ setup( long_description_content_type='text/markdown', include_package_data=True, install_requires=[ - 'django>=2.0,<2.1a1', 'beautifulsoup4>=4.6.0<5.0.0', 'directory-con...
Remove django version pin from install_requires, as this version should be compatible with other apps using django <I> as well as <I>
uktrade_directory-components
train
5c573ee75f2292a4634d4e67be78dd8726e51523
diff --git a/Readme.md b/Readme.md index <HASH>..<HASH> 100644 --- a/Readme.md +++ b/Readme.md @@ -51,6 +51,7 @@ The `options` argument allows you to customize the client with the following pro - request: to override the [request](https://github.com/request/request) module. - httpClient: to provide your own http clie...
Allow to set a custom envelop
vpulim_node-soap
train
79b535f920f4e49a9ec5d5adf8a142414f423e6f
diff --git a/lib/mwlib/src/MW/Unittest/Testcase.php b/lib/mwlib/src/MW/Unittest/Testcase.php index <HASH>..<HASH> 100644 --- a/lib/mwlib/src/MW/Unittest/Testcase.php +++ b/lib/mwlib/src/MW/Unittest/Testcase.php @@ -110,12 +110,4 @@ class MW_Unittest_Testcase extends PHPUnit_Framework_TestCase parent::assertThat($ac...
Removes workaround for phpunit <I> as it's no longer supported and creates a lot of additional, empty tests
Arcavias_arcavias-core
train
9d6d0e03c2feb5da752cc826ea552e9da22f061a
diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index <HASH>..<HASH> 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -363,7 +363,7 @@ /** * @typedef {Object} olx.interaction.DrawOptions - * @property {ol.layer.Vector|undefined} layer Destination layer for the features. + * ...
Configure draw interaction with a vector source
openlayers_openlayers
train
e63cb983f71699ac4749215d5884527d9dc9280a
diff --git a/lib/driver/mysql.js b/lib/driver/mysql.js index <HASH>..<HASH> 100644 --- a/lib/driver/mysql.js +++ b/lib/driver/mysql.js @@ -113,6 +113,14 @@ var MysqlDriver = Base.extend({ constraint.push('UNIQUE'); } + if (spec.engine && typeof(spec.engine) === 'string') { + constraint.push('ENGIN...
add engine and row format to mysql
db-migrate_node-db-migrate
train
ecbcff551585d02ae095c6d28ef2ea9cec49bdee
diff --git a/vendor/k8s.io/kubernetes/cmd/kube-apiserver/app/aggregator.go b/vendor/k8s.io/kubernetes/cmd/kube-apiserver/app/aggregator.go index <HASH>..<HASH> 100644 --- a/vendor/k8s.io/kubernetes/cmd/kube-apiserver/app/aggregator.go +++ b/vendor/k8s.io/kubernetes/cmd/kube-apiserver/app/aggregator.go @@ -104,6 +104,8 ...
UPSTREAM: <drop>: don't add the same poststarthook in kube-apiserver
openshift_origin
train
58f96c42b5cb6c814ca2f7b546973fb50f261397
diff --git a/src/walker/reassemble_stree.js b/src/walker/reassemble_stree.js index <HASH>..<HASH> 100644 --- a/src/walker/reassemble_stree.js +++ b/src/walker/reassemble_stree.js @@ -28,6 +28,7 @@ goog.require('sre.Semantic'); // Note that reassemble tree will not give you exactly the original tree, as the // mathm...
First working version of semantic tree reconstruction. Still without treatment of collapse.
zorkow_speech-rule-engine
train
fb06d0b20d9a39acf3c5da0863b283bf9ba2fee4
diff --git a/.babelrc.js b/.babelrc.js index <HASH>..<HASH> 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -6,6 +6,7 @@ module.exports = { ['@babel/plugin-transform-classes', { loose: true }], ['@babel/plugin-transform-destructuring', { loose: true }], ['@babel/plugin-transform-spread', { loose: true }], ...
Switch all 'for..of' loops to assume they iterating only arrays (#<I>)
graphql_graphql-js
train
dbc640a153cc53ca99d4ec36efbb0c39e16b62bb
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Yii Framework 2 apidoc extension Change Log ----------------------- - Bug #149: Fixed crash on wrongly formatted API links (cebe, santosh-1265) +- Bug: Usage of deprecated `yii\base\Object` cha...
Usage of deprecated `yii\base\Object` changed to `yii\base\BaseObject` allowing compatibility with PHP <I>
yiisoft_yii2-apidoc
train
c28da5ef184b002b826c31f71142af7e413848e6
diff --git a/src/Client/Server/Magento.php b/src/Client/Server/Magento.php index <HASH>..<HASH> 100644 --- a/src/Client/Server/Magento.php +++ b/src/Client/Server/Magento.php @@ -97,10 +97,7 @@ class Magento extends Server */ public function userDetails($data, TokenCredentials $tokenCredentials) { - ...
No need to check data as it always has current user only. All magento versions (starting from <I>) are returning current ApiUser customer only. See app/code/core/Mage/Customer/Model/Api2/Customer/Rest/Customer/V1.php#L<I>
thephpleague_oauth1-client
train
d138faa1384e67c67833e64779af48118b7dd744
diff --git a/testsuite/integration/src/test/java/org/jboss/as/test/integration/ee/appclient/util/AppClientWrapper.java b/testsuite/integration/src/test/java/org/jboss/as/test/integration/ee/appclient/util/AppClientWrapper.java index <HASH>..<HASH> 100644 --- a/testsuite/integration/src/test/java/org/jboss/as/test/integ...
Make AppClientWrapper use ${jboss.inst} instead of relying on relative path.
wildfly_wildfly
train
9b7a60c3f59853827083063a2f5c1304445f6c1c
diff --git a/packages/styled-components/src/hooks/useTheme.js b/packages/styled-components/src/hooks/useTheme.js index <HASH>..<HASH> 100644 --- a/packages/styled-components/src/hooks/useTheme.js +++ b/packages/styled-components/src/hooks/useTheme.js @@ -2,9 +2,6 @@ import { useContext } from 'react'; import { ThemeC...
Make useTheme cleaner (#<I>)
styled-components_styled-components
train
bbb87829e532d50e31f13ce4adbb8198202ed191
diff --git a/tests/test_poscar.py b/tests/test_poscar.py index <HASH>..<HASH> 100644 --- a/tests/test_poscar.py +++ b/tests/test_poscar.py @@ -1,17 +1,44 @@ import unittest from unittest.mock import Mock, patch, mock_open +from io import StringIO -import vasppy.poscar +from vasppy.poscar import Poscar +from vasppy...
Refactoring of Poscar output methods
bjmorgan_vasppy
train
775979f655a74857b85e50a1f70477083ee84598
diff --git a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java +++ b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java @@ -318,2...
Small refactoring in AbstractCommandLineRunner ------------- Created by MOE: <URL>
google_closure-compiler
train
40f6736fe567e5cd5f4f1bd32b7774731f60ddc4
diff --git a/src/test/java/org/kaazing/gateway/transport/ssl/SslAcceptorTest.java b/src/test/java/org/kaazing/gateway/transport/ssl/SslAcceptorTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/kaazing/gateway/transport/ssl/SslAcceptorTest.java +++ b/src/test/java/org/kaazing/gateway/transport/ssl/SslAccepto...
KG-<I>: Add a new test that validates the correct error is received when binding to a host for which there is no certificate.
kaazing_gateway
train
b9fddb231fba81f6f5b89e80873f50a77f931d7f
diff --git a/cmd/cloud.go b/cmd/cloud.go index <HASH>..<HASH> 100644 --- a/cmd/cloud.go +++ b/cmd/cloud.go @@ -39,6 +39,10 @@ import ( log "github.com/sirupsen/logrus" ) +var ( + exitOnRunning = os.Getenv("K6_EXIT_ON_RUNNING") != "" +) + var cloudCmd = &cobra.Command{ Use: "cloud", Short: "Run a test on the...
Adding exit-on-running option
loadimpact_k6
train
87809dbda2807516d0b1b21190199b24a67d0468
diff --git a/graylog2-plugin-interfaces/src/main/java/org/graylog2/plugin/streams/Stream.java b/graylog2-plugin-interfaces/src/main/java/org/graylog2/plugin/streams/Stream.java index <HASH>..<HASH> 100644 --- a/graylog2-plugin-interfaces/src/main/java/org/graylog2/plugin/streams/Stream.java +++ b/graylog2-plugin-interf...
Adding helper method for matching type which returns DEFAULT if null. Unbreaks creating a stream with an unspecified matching type.
Graylog2_graylog2-server
train
e4a4fe97bc404b0a6c12f43f6a3788e34f378279
diff --git a/grimoire_elk/elk/discourse.py b/grimoire_elk/elk/discourse.py index <HASH>..<HASH> 100644 --- a/grimoire_elk/elk/discourse.py +++ b/grimoire_elk/elk/discourse.py @@ -206,9 +206,10 @@ class DiscourseEnrich(Enrich): # The first post is the first published, and it is the question first_post ...
[enrich][discourse] Support that some categories ids don't appear in categories names list.
chaoss_grimoirelab-elk
train
8c1104a709dc9b0cc79c7c756b3d4e266b17546c
diff --git a/src/controllers/TicketController.php b/src/controllers/TicketController.php index <HASH>..<HASH> 100644 --- a/src/controllers/TicketController.php +++ b/src/controllers/TicketController.php @@ -97,10 +97,10 @@ class TicketController extends \hipanel\base\CrudController $ticket = $actio...
Fix client info loading. there are tickets for which the recipient is not filled in, for example #<I>
hiqdev_hipanel-module-ticket
train
b6a07b47673c6271a7b39ce5f229e6eeae88507d
diff --git a/scripts/setup.js b/scripts/setup.js index <HASH>..<HASH> 100644 --- a/scripts/setup.js +++ b/scripts/setup.js @@ -40,7 +40,7 @@ const CONFIG = new Proxy( write() { fs.writeFileSync("./.perspectiverc", this.config.join("\n")); if (process.env.PSP_BUILD_IMMEDIATELY) { - ...
fix bug in setup.js where extra set of quotes prevents initial build
finos_perspective
train
52613468fc58737baf1d45b3f6a8f7978876a59d
diff --git a/src/renderable/container.js b/src/renderable/container.js index <HASH>..<HASH> 100644 --- a/src/renderable/container.js +++ b/src/renderable/container.js @@ -800,31 +800,34 @@ renderer.translate(this.pos.x, this.pos.y); for (var i = this.children.length, obj; i--, (obj = this.ch...
small optimization to filter first renderable objects in the draw loop as opposed to before where it was checking if there where floating and in the viewport (uncessary checks for non-renderable)
melonjs_melonJS
train
a62391a5fc444ab423ebcd302040931a1e81eda2
diff --git a/system/HTTP/IncomingRequest.php b/system/HTTP/IncomingRequest.php index <HASH>..<HASH> 100755 --- a/system/HTTP/IncomingRequest.php +++ b/system/HTTP/IncomingRequest.php @@ -587,7 +587,10 @@ class IncomingRequest extends Request } else { - throw FrameworkException::forEmptyBaseURL(); + if(! is...
Don't check base path on cli
codeigniter4_CodeIgniter4
train
d1baf9f86a49818bb7a7c60affd5733fea05dfcc
diff --git a/is_core/templatetags/forms.py b/is_core/templatetags/forms.py index <HASH>..<HASH> 100644 --- a/is_core/templatetags/forms.py +++ b/is_core/templatetags/forms.py @@ -1,12 +1,13 @@ from django import template from django.template.loader import render_to_string from django.template.base import TemplateSyn...
Humanize readonly DateTimeField
matllubos_django-is-core
train
63aa1fb9ddddfff7a0bcd01cbdfb6507c1723afa
diff --git a/lib/tools/system-calls.js b/lib/tools/system-calls.js index <HASH>..<HASH> 100644 --- a/lib/tools/system-calls.js +++ b/lib/tools/system-calls.js @@ -151,6 +151,10 @@ systemCallMethods.adbExec = async function (cmd, opts = {}) { if (!cmd) { throw new Error("You need to pass in a command to adbExec(...
Adding default timeout to exec command, adding timeout to tests
appium_appium-adb
train
64aafd36bb1309eb309cca11378b3ca17bb77f77
diff --git a/cake/libs/cake_request.php b/cake/libs/cake_request.php index <HASH>..<HASH> 100644 --- a/cake/libs/cake_request.php +++ b/cake/libs/cake_request.php @@ -26,7 +26,10 @@ class CakeRequest { public $params = array(); /** - * Array of POST data + * Array of POST data. Will contain form data as well as u...
Expanding coverage for CakeRequest. Expanding doc blocks in CakeRequest.
cakephp_cakephp
train
0feaa158f0f01957da6be02ac6fa940a5c645093
diff --git a/tests/Datagrid/ListMapperTest.php b/tests/Datagrid/ListMapperTest.php index <HASH>..<HASH> 100644 --- a/tests/Datagrid/ListMapperTest.php +++ b/tests/Datagrid/ListMapperTest.php @@ -208,8 +208,11 @@ class ListMapperTest extends TestCase $this->listMapper->add('_'.$type, $type); } - ...
Actually traverse the array Traversing that object creates no iteration. This was not tested.
sonata-project_SonataAdminBundle
train
5666aa201b1fd67e367874fffbb92d72e9133710
diff --git a/pkg/backup/backup.go b/pkg/backup/backup.go index <HASH>..<HASH> 100644 --- a/pkg/backup/backup.go +++ b/pkg/backup/backup.go @@ -32,6 +32,7 @@ func Run(client controller.Client, out io.Writer, progress ProgressBar) error { "PGPASSWORD": pgRelease.Env["PGPASSWORD"], }, DisableLog: true, + Partit...
pkg/backup: Run database dumps in background partition
flynn_flynn
train
b3bc7e166df57b05e0b4764dee218e84dbf51ca9
diff --git a/tests/test_finance.py b/tests/test_finance.py index <HASH>..<HASH> 100644 --- a/tests/test_finance.py +++ b/tests/test_finance.py @@ -307,11 +307,9 @@ class FinanceTestCase(TestCase): cumulative_pos = tracker.cumulative_performance.positions[sid] self.assertEqual(total_volume, cumulative_...
BUG: Remove sid entry from open_orders when there are none. TST: updated tests for new open_orders behavior
quantopian_zipline
train
5bd7dff2bcd66db97bbc6b36a20a9ddb4f411b23
diff --git a/src/lolex-src.js b/src/lolex-src.js index <HASH>..<HASH> 100644 --- a/src/lolex-src.js +++ b/src/lolex-src.js @@ -610,8 +610,13 @@ function createClock(now, loopLimit) { exports.createClock = createClock; exports.install = function install(target, now, toFake, loopLimit) { - var i, - l; + ...
Allow install to be called with date object
sinonjs_lolex
train
a4f70a115168188e22d57535500dd3a13ef9c82f
diff --git a/multiqc/modules/flash/flash.py b/multiqc/modules/flash/flash.py index <HASH>..<HASH> 100644 --- a/multiqc/modules/flash/flash.py +++ b/multiqc/modules/flash/flash.py @@ -122,7 +122,7 @@ class MultiqcModule(BaseMultiqcModule): data[s_name] = sample except Exception as err: - ...
FLASh: Minor consistency / axis label tweaks
ewels_MultiQC
train
b93a2d1664e1f21a7502ab14fe94b80afb216737
diff --git a/src/ValuSo/Proxy/ServiceProxyGenerator.php b/src/ValuSo/Proxy/ServiceProxyGenerator.php index <HASH>..<HASH> 100644 --- a/src/ValuSo/Proxy/ServiceProxyGenerator.php +++ b/src/ValuSo/Proxy/ServiceProxyGenerator.php @@ -107,7 +107,7 @@ class ServiceProxyGenerator $source = "<?php\n" . $class->genera...
Ensures that proxy directory is always created if it doesn't exist
valu-digital_valuso
train
b621fa268ae6e61e6185cc16c1d9ea916432053a
diff --git a/molecule/driver/dockerdriver.py b/molecule/driver/dockerdriver.py index <HASH>..<HASH> 100644 --- a/molecule/driver/dockerdriver.py +++ b/molecule/driver/dockerdriver.py @@ -218,8 +218,8 @@ class DockerDriver(basedriver.BaseDriver): def _build_ansible_compatible_image(self): available_images ...
Corrected bug where RepoTags is None (#<I>) Fixes: #<I>
ansible_molecule
train
7a96f85e5cff947cee0d11f2fb8e00fed09d0e99
diff --git a/lib/algebrick.rb b/lib/algebrick.rb index <HASH>..<HASH> 100644 --- a/lib/algebrick.rb +++ b/lib/algebrick.rb @@ -338,7 +338,9 @@ module Algebrick if keys @field_names = keys keys.all? { |k| is_kind_of! k, Symbol } - dict = @field_indexes = keys.each_with_index.inject({}) { ...
Raise when reading unknown field on a product type
pitr-ch_algebrick
train
08575b70c8a663aefb97cfa8b356a7813b36f4c0
diff --git a/app/Push/Modes/InServiceUpgrade/InServicePushMode.php b/app/Push/Modes/InServiceUpgrade/InServicePushMode.php index <HASH>..<HASH> 100644 --- a/app/Push/Modes/InServiceUpgrade/InServicePushMode.php +++ b/app/Push/Modes/InServiceUpgrade/InServicePushMode.php @@ -78,7 +78,7 @@ class InServicePushMode impleme...
force upgrade by default, pull images by default
ipunkt_rancherize
train
37269e8a70e7e5bbe48d6fe0507bebb34ad8eaab
diff --git a/javascript/firefox-driver/js/webLoadingListener.js b/javascript/firefox-driver/js/webLoadingListener.js index <HASH>..<HASH> 100644 --- a/javascript/firefox-driver/js/webLoadingListener.js +++ b/javascript/firefox-driver/js/webLoadingListener.js @@ -186,8 +186,8 @@ WebLoadingListener = function(browser, to...
Removing web loading listener before calling a timeout callback. Fixes issue <I>
SeleniumHQ_selenium
train
0ec411e2697fc81e5a5c1b0461224a0b69a557f2
diff --git a/library/src/android/support/v4/app/FragmentActivity.java b/library/src/android/support/v4/app/FragmentActivity.java index <HASH>..<HASH> 100644 --- a/library/src/android/support/v4/app/FragmentActivity.java +++ b/library/src/android/support/v4/app/FragmentActivity.java @@ -239,6 +239,24 @@ public class Fra...
add setTitle() + setTitle(int) + setTitle(ChareSequence) Both implementations will forward the call to ActionBar on pre honeycomb devices.
JakeWharton_ActionBarSherlock
train
a7c63f91527886feb13793c4c7be7468eb352876
diff --git a/src/layers/core/reflection-layer/reflection-layer.js b/src/layers/core/reflection-layer/reflection-layer.js index <HASH>..<HASH> 100644 --- a/src/layers/core/reflection-layer/reflection-layer.js +++ b/src/layers/core/reflection-layer/reflection-layer.js @@ -20,7 +20,7 @@ import {Layer} from '../../../li...
added a framebuffer to the reflection layer
uber_deck.gl
train
6f913779649aa23243ff4f8e879236c8932083cc
diff --git a/pyOCD/flash/flash_lpc1768.py b/pyOCD/flash/flash_lpc1768.py index <HASH>..<HASH> 100644 --- a/pyOCD/flash/flash_lpc1768.py +++ b/pyOCD/flash/flash_lpc1768.py @@ -15,7 +15,13 @@ limitations under the License. """ -from flash import Flash +from flash import Flash, PageInfo, DEFAULT_PAGE_PROGRAM_WEIGHT, ...
Allow differing page sizes on LPC<I> Allow 4KB and <I>KB pages on the LPC<I>. This greatly increases flash performance when only programming the first few sectors.
mbedmicro_pyOCD
train
9aa2366c4e69a1a18d43ad0b5ded4180d042c3fb
diff --git a/options.go b/options.go index <HASH>..<HASH> 100644 --- a/options.go +++ b/options.go @@ -201,14 +201,38 @@ func coerce(v interface{}, opt interface{}, arg string) (interface{}, error) { return nil, err } return int(i), nil + case int16: + i, err := coerceInt64(v) + if err != nil { + return n...
support the rest of the int types
mreiferson_go-options
train
768b005296bfba855ccb29b948b57fa194f756af
diff --git a/bin/release.py b/bin/release.py index <HASH>..<HASH> 100755 --- a/bin/release.py +++ b/bin/release.py @@ -281,16 +281,16 @@ def release(): # Step 4: Check in to Maven2 repo print "Step 4: Checking in to Maven2 Repo (this can take a while, go get coffee)" - do_task(checkInMaven2Repo, (version, ...
do_work() needs to take it params as a list, not a tuple
infinispan_infinispan
train
a310dbd613ba69f309e9cca59aa2757a14e34888
diff --git a/src/test/java/com/authy/api/TokensTest.java b/src/test/java/com/authy/api/TokensTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/authy/api/TokensTest.java +++ b/src/test/java/com/authy/api/TokensTest.java @@ -1,9 +1,13 @@ package com.authy.api; import static com.github.tomakehurst.wiremock...
Added test to verify api request creation
twilio_authy-java
train
4b22d3b1a1f7b9d6818444ddc4e8cda84b93e696
diff --git a/lxd/db/networks.go b/lxd/db/networks.go index <HASH>..<HASH> 100644 --- a/lxd/db/networks.go +++ b/lxd/db/networks.go @@ -455,8 +455,8 @@ func (c *Cluster) getNetworkConfig(id int64) (map[string]string, error) { return config, nil } -// NetworkCreate creates a new network. -func (c *Cluster) NetworkCr...
lxd/db: Rename NetworkCreate to CreateNetwork
lxc_lxd
train
e3af917b1b6fae8132bdcef80fd9b9b614703559
diff --git a/GPy/kern/parts/rbf_inv.py b/GPy/kern/parts/rbf_inv.py index <HASH>..<HASH> 100644 --- a/GPy/kern/parts/rbf_inv.py +++ b/GPy/kern/parts/rbf_inv.py @@ -159,20 +159,21 @@ class RBFInv(RBF): def dpsi1_dtheta(self, dL_dpsi1, Z, mu, S, target): self._psi_computations(Z, mu, S) - tmp = 1 + ...
Merge of rbf_inv failed, corrected with AD
SheffieldML_GPy
train
7376bdef29ec9035cde4a4a6db6f7f76cf1eb40b
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100644 --- a/devices.js +++ b/devices.js @@ -1393,6 +1393,13 @@ const devices = [ extend: generic.light_onoff_brightness_colortemp, }, { + zigbeeModel: ['LIGHTIFY BR RGBW'], + model: '73739', + vendor: 'Sylvania', + ...
Add Support for Osram BR<I> RGBW (#<I>) * Add support for Sengled E<I>-N<I> (BR<I>) Light * Add Osram BR<I> RGBW LED to HA * Update devices.js
Koenkk_zigbee-shepherd-converters
train
f0a95c087b4da4da3d8a1e3ea71560016c8f2bdb
diff --git a/samples/package.json b/samples/package.json index <HASH>..<HASH> 100644 --- a/samples/package.json +++ b/samples/package.json @@ -9,16 +9,13 @@ "node": ">=8" }, "scripts": { - "ava": "ava -T 20s --verbose system-test/*.test.js", - "test": "npm run ava" + "test": "mocha system-test/*.js ...
docs(samples): convert samples to async/await (#<I>)
googleapis_nodejs-firestore
train
b4fd7d6b4cc115988324b6b40d2189ac5238bc79
diff --git a/Swat/SwatTableView.php b/Swat/SwatTableView.php index <HASH>..<HASH> 100644 --- a/Swat/SwatTableView.php +++ b/Swat/SwatTableView.php @@ -830,6 +830,9 @@ class SwatTableView extends SwatControl implements SwatUIParent foreach ($this->columns as $column) $set->addEntrySet($column->getHtmlHeadEntrySet...
get style sheets and javascript from row columns svn commit r<I>
silverorange_swat
train
92eb0f004a865e20bc0476968f2134414f374ae2
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,11 @@ <dependencies> <dependency> + <groupId>com.tomgibara.fundament</groupId> + <artifactId>fundament</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> ...
Adds convenient default de/serialization methods to streams.
tomgibara_streams
train
e275779500541a842a4a99005da228c8eeebef5e
diff --git a/src/Analyser/NodeScopeResolver.php b/src/Analyser/NodeScopeResolver.php index <HASH>..<HASH> 100644 --- a/src/Analyser/NodeScopeResolver.php +++ b/src/Analyser/NodeScopeResolver.php @@ -943,6 +943,8 @@ class NodeScopeResolver $scope = $processVarAnnotation($matches[1], $matches[2]); } elseif (...
Implemented parsing type of variable from var annotation with type only
phpstan_phpstan
train
3a74c469e5fb53aee66caa1aa3638dbe278a21f1
diff --git a/builder/amazon/common/run_config.go b/builder/amazon/common/run_config.go index <HASH>..<HASH> 100644 --- a/builder/amazon/common/run_config.go +++ b/builder/amazon/common/run_config.go @@ -91,6 +91,7 @@ func (c *RunConfig) Prepare(t *packer.ConfigTemplate) []error { templates := map[string]*string{ "...
Add "spot_price" param into template processing
hashicorp_packer
train
320d1e225a8299b4d4553d00645b7b46029a6534
diff --git a/director/db/migrations/20110209010747_initial.rb b/director/db/migrations/20110209010747_initial.rb index <HASH>..<HASH> 100644 --- a/director/db/migrations/20110209010747_initial.rb +++ b/director/db/migrations/20110209010747_initial.rb @@ -120,4 +120,4 @@ Sequel.migration do Integer :size, :null =...
Clear director configuration in between tests. Clear director DB in between tests by dropping tables (as we might have irreversible migrations). Change-Id: Ica8b4d2cd<I>d5d<I>c<I>bb<I>d<I>b<I>
cloudfoundry_bosh
train
b5e9faa67e71d5757c0b39af0ca839e68c6ddd16
diff --git a/message/lib.php b/message/lib.php index <HASH>..<HASH> 100644 --- a/message/lib.php +++ b/message/lib.php @@ -708,32 +708,41 @@ function message_get_recent_conversations($user, $limitfrom=0, $limitto=100) { // There is a separate query for read and unread messages as they are stored // in differe...
MDL-<I> message: Rewrite recent conversations
moodle_moodle
train
c0673a2b9484bd060c313ff90544447c276e64c3
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/state/StateBackendLoader.java b/flink-runtime/src/main/java/org/apache/flink/runtime/state/StateBackendLoader.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/state/StateBackendLoader.java +++ b/flink-runtime/sr...
[FLINK-<I>][statebackend] Log application-defined state backends after configuration
apache_flink
train
9f56056c8a85e9b2c54a450b1e6248837a470255
diff --git a/blkn/src/constants.js b/blkn/src/constants.js index <HASH>..<HASH> 100644 --- a/blkn/src/constants.js +++ b/blkn/src/constants.js @@ -1,10 +1,32 @@ +// eslint-disable import/prefer-default-export // @flow -// eslint-disable-next-line import/prefer-default-export +// colors from styleguide https://marvel...
BLKN: add colors to constants
kiwicom_orbit-components
train
c36a30371f2a0684e7a73b199ccd448e5521c1ec
diff --git a/src/Macros/Sixth.php b/src/Macros/Sixth.php index <HASH>..<HASH> 100644 --- a/src/Macros/Sixth.php +++ b/src/Macros/Sixth.php @@ -7,7 +7,7 @@ class Sixth public function __invoke() { return function () { - return $this->get(5); + return $this->skip(5)->first(); ...
Update Sixth.php (#<I>) * Update Sixth.php * Update Sixth.php
spatie_laravel-collection-macros
train
0e231cfd19257fbabc778b8401d04c90407f2bb9
diff --git a/README.markdown b/README.markdown index <HASH>..<HASH> 100644 --- a/README.markdown +++ b/README.markdown @@ -11,15 +11,12 @@ compatibility and standards compliance][what_is]. Requirements ------------ -* PHP 5.2.0 or newer +* PHP 5.3+ * libxml2 (certain 2.7.x releases are too buggy for words, and wil...
PHP <I> is not supported anymore Patches such as <URL> state=1 in ./simplepie/library/SimplePie/ on line <I> Parse error: syntax error, unexpected T_STRING in ./simplepie/library/SimplePie/Parser.php on line <I> ``` The Web site should be updated as well <URL>
simplepie_simplepie
train
eee260ccd89830077fcd573407f745956d4f2e7e
diff --git a/.eslintrc b/.eslintrc index <HASH>..<HASH> 100644 --- a/.eslintrc +++ b/.eslintrc @@ -7,7 +7,7 @@ "complexity": [2, 15], "eqeqeq": [2, "allow-null"], "max-depth": [1, 4], - "max-statements": [2, 25], + "max-statements": [2, 26], "no-extra-parens": [1], "no-magic-numbers": [0], "no-restr...
[Fix] deep extending should work with a non-object. Fixes #<I>.
justmoon_node-extend
train
b16a213e0633bce055ee833e67da13014a9b7a6b
diff --git a/nodes/time/time.js b/nodes/time/time.js index <HASH>..<HASH> 100644 --- a/nodes/time/time.js +++ b/nodes/time/time.js @@ -85,6 +85,7 @@ module.exports = function (RED) { // Doesn't match time format 00:00:00 if (digits === null) { if (!isValidDate(date...
chore(time): Add more debug logs
zachowj_node-red-contrib-home-assistant-websocket
train
aca70c6234f31e0123f4dc62058777b7c9c80cd0
diff --git a/pypsa/linopt.py b/pypsa/linopt.py index <HASH>..<HASH> 100644 --- a/pypsa/linopt.py +++ b/pypsa/linopt.py @@ -288,6 +288,13 @@ def get_con(n, c, attr, pop=False): def run_and_read_cbc(n, problem_fn, solution_fn, solver_logfile, solver_options, keep_files, warmstart=None, ...
linopt: add docstrings for run_and_read_
PyPSA_PyPSA
train
e58c22dbd0e1bd7f0de095429f2cf464d9173e14
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -26,6 +26,6 @@ module.exports = function(config) { logLevel: config.LOG_INFO, autoWatch: false, browsers: ['PhantomJS'], - singleRun: false + singleRun: true })...
Fix detect history API test to correctly pass even under IE9. Default to singleRun mode for karma. Refactor saucelabs karma conf to use the base settings from the default config.
larrymyers_react-mini-router
train
b32e48ede517797330be4e9f1057f8d324ba3ff0
diff --git a/dropwizard-metrics/src/main/java/io/dropwizard/metrics/CsvReporterFactory.java b/dropwizard-metrics/src/main/java/io/dropwizard/metrics/CsvReporterFactory.java index <HASH>..<HASH> 100644 --- a/dropwizard-metrics/src/main/java/io/dropwizard/metrics/CsvReporterFactory.java +++ b/dropwizard-metrics/src/main/...
Appease FindBugs with mkdirs return value
dropwizard_dropwizard
train
e41a4252264d73eba03acd66879dbf2548e09457
diff --git a/import_aws_route_table.go b/import_aws_route_table.go index <HASH>..<HASH> 100644 --- a/import_aws_route_table.go +++ b/import_aws_route_table.go @@ -28,7 +28,7 @@ func resourceAwsRouteTableImportState( // Start building our results results := make([]*schema.ResourceData, 1, - 1+len(table.Associatio...
providers/aws: import main route table association
terraform-providers_terraform-provider-aws
train
1a63e6fead3a15d03b4760b9322fa4013c8529e2
diff --git a/pkg/kubelet/kubelet_dockershim_nodocker.go b/pkg/kubelet/kubelet_dockershim_nodocker.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/kubelet_dockershim_nodocker.go +++ b/pkg/kubelet/kubelet_dockershim_nodocker.go @@ -32,5 +32,5 @@ func runDockershim(kubeCfg *kubeletconfiginternal.KubeletConfiguration, r...
Clarify `kubelet_dockershim_nodocker` error message Clarify the error message returned when trying to use the docker runtime on a Kubelet that was compiled without Docker. We removed the "w/" and "w/o", which can be confusing abbreviations, and also add slightly more detail on the actual error.
kubernetes_kubernetes
train
7e99a5e4e9acc5ca19406658bca5ce259f480ef7
diff --git a/noxfile.py b/noxfile.py index <HASH>..<HASH> 100644 --- a/noxfile.py +++ b/noxfile.py @@ -52,7 +52,8 @@ def check_docs(session): @nox_poetry.session() def build_docs(session): - _install(session, dependencies=['sphinx', 'sphinx-immaterial', + _install(session, dependencies=['https://github.com/br...
Nox: temporary work-around for cjolowicz/nox-poetry#<I>
brechtm_rinohtype
train
bc7451dc7c932ce314abf635b017ed11d041c9e1
diff --git a/ryu/services/protocols/ovsdb/client.py b/ryu/services/protocols/ovsdb/client.py index <HASH>..<HASH> 100644 --- a/ryu/services/protocols/ovsdb/client.py +++ b/ryu/services/protocols/ovsdb/client.py @@ -300,7 +300,7 @@ class RemoteOvsdb(app_manager.RyuApp): schema_excl...
services/ovsdb: Listen on IPv6 Address This patch enables Ryu to listen ovsdb connections on IPv6 Address. Note that you need to make a config file like belows: [ovsdb] address=::
osrg_ryu
train
eb7bcb6f3618eda11c07bc49cda4dbaff1f729d9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ readme = open("README.rst").read() setup( name = "emili", - version = "1.3~git", + version = "1.3", description = "Mail sending Python/CLI interface using markdown or ANSI codes based content", author = "...
preparing for <I> release
Som-Energia_emili
train
77218f7fc1ab01a5a92c5d1b9e621644a1dae8d2
diff --git a/src/Message/FetchPaymentMethodsResponse.php b/src/Message/FetchPaymentMethodsResponse.php index <HASH>..<HASH> 100644 --- a/src/Message/FetchPaymentMethodsResponse.php +++ b/src/Message/FetchPaymentMethodsResponse.php @@ -8,6 +8,18 @@ use Omnipay\Common\PaymentMethod; class FetchPaymentMethodsResponse e...
Prettify names for payment methods
fruitcake_omnipay-sisow
train
963f671ba1425b359e44418e84644acc8d0c3613
diff --git a/h2o-hadoop/tests/python/pyunit_gbm_on_hive.py b/h2o-hadoop/tests/python/pyunit_gbm_on_hive.py index <HASH>..<HASH> 100644 --- a/h2o-hadoop/tests/python/pyunit_gbm_on_hive.py +++ b/h2o-hadoop/tests/python/pyunit_gbm_on_hive.py @@ -34,7 +34,8 @@ def gbm_on_hive(): airlines_dataset = h2o.import_sql_selec...
[HOTFIX] Fix import_sql_select API call in Hive test
h2oai_h2o-3
train
2ae277e42dc0c9ae002f743e0cc396b0aa7e55d5
diff --git a/src/saml2/config.py b/src/saml2/config.py index <HASH>..<HASH> 100644 --- a/src/saml2/config.py +++ b/src/saml2/config.py @@ -258,21 +258,13 @@ class Config(object): self.setattr(typ, arg, _val) self.context = typ - self.load_complex(cnf, typ) self.context = self...
Handle complex configs in the same place
IdentityPython_pysaml2
train
74d8af78da8ce2533d0fa516e9078f08fa1ec2da
diff --git a/tangelo/tangelo/server.py b/tangelo/tangelo/server.py index <HASH>..<HASH> 100644 --- a/tangelo/tangelo/server.py +++ b/tangelo/tangelo/server.py @@ -65,14 +65,19 @@ def analyze_url(raw_reqpath): analysis.directive = Directive(Directive.HTTPRedirect, argument="/") return analysis - i...
Disabling home directory service altogether.
Kitware_tangelo
train