hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
e40151101f60d4acac25a49cdb161e4bf43e808c
diff --git a/safe/utilities/keyword_io.py b/safe/utilities/keyword_io.py index <HASH>..<HASH> 100644 --- a/safe/utilities/keyword_io.py +++ b/safe/utilities/keyword_io.py @@ -457,32 +457,114 @@ class KeywordIO(QObject): return row @staticmethod - def _threshold_to_row(keyword_value): + def _thresh...
Fix bug in thresholds viewer in dock.
inasafe_inasafe
train
90b721f771dead53b5f18285a858143d7b60b402
diff --git a/gamut.js b/gamut.js index <HASH>..<HASH> 100644 --- a/gamut.js +++ b/gamut.js @@ -192,9 +192,9 @@ function normalize (tonic, arr) { * var harmonics = gamut.asIntervals(gamut.harmonics) * harmonics('D F# A') // => ['1P', '3M', '5P'] */ -gamut.harmonics = function (src) { - var gamutd = gamut(src).map...
Refactor harmonics to use distances
danigb_music-gamut
train
48c678fb7f87b9614d64305f11e47e487f25de47
diff --git a/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go b/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go index <HASH>..<HASH> 100644 --- a/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go +++ b/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go @@ -203,7 +203,13 @@ func (b *BootstrapChannelBuilder) buildManifest() (*chan...
for different k8s version different weave
kubernetes_kops
train
6eefcac17734d23a3853f952a118c0d8ac62a810
diff --git a/serviceactivator/message_pump.py b/serviceactivator/message_pump.py index <HASH>..<HASH> 100644 --- a/serviceactivator/message_pump.py +++ b/serviceactivator/message_pump.py @@ -34,13 +34,13 @@ from typing import Callable from core.command_processor import CommandProcessor, Request from core.channels imp...
Message Pump implementation, mocks need attention, not grabbing call history from child
BrighterCommand_Brightside
train
0823ed88496763db6bae16aee9a384bace52597f
diff --git a/js/lib/beautify-html.js b/js/lib/beautify-html.js index <HASH>..<HASH> 100644 --- a/js/lib/beautify-html.js +++ b/js/lib/beautify-html.js @@ -407,7 +407,8 @@ } } else if (tag_check === 'script' && (tag_complete.search('type') === -1 || - ...
Add support for more <script> types
beautify-web_js-beautify
train
706c2e1de237f4d08a742d5b13e3133dcf286e01
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100644 --- a/manifest.php +++ b/manifest.php @@ -37,7 +37,7 @@ return [ 'label' => 'Result visualisation', 'description' => 'TAO Results extension', 'license' => 'GPL-2.0', - 'version' => '7.13.0', + 'version' ...
bumped version to <I>
oat-sa_extension-tao-outcomeui
train
13362c4dc7ead8c87337bae9d2eb86a66f37c17d
diff --git a/plugins/crush.js b/plugins/crush.js index <HASH>..<HASH> 100644 --- a/plugins/crush.js +++ b/plugins/crush.js @@ -37,7 +37,7 @@ var level = [ module.exports = function setup (options) { var settings = { aggressive: true - , level: 5 + , level: 2 , disabled: [] };
Combined crushing sometimes breaks code, default to Closure Compiler by default
observing_square
train
8bba72d026a23fd94cc149c791f0072565b3853f
diff --git a/doc.go b/doc.go index <HASH>..<HASH> 100644 --- a/doc.go +++ b/doc.go @@ -8,11 +8,13 @@ "fmt" "net/http" "strings" + "time" ) func main() { http.HandleFunc("/auth/new", func(res http.ResponseWriter, req *http.Request) { - token, err := auth.New() + claims := map[string]interface{"exp...
updating example in doc to reflect new claims arg in New()
nilslice_jwt
train
221da8ffb39612b1fd54d524fee46a686da097bd
diff --git a/tests/test_symetric.py b/tests/test_symetric.py index <HASH>..<HASH> 100644 --- a/tests/test_symetric.py +++ b/tests/test_symetric.py @@ -23,7 +23,7 @@ class TestUtil(unittest.TestCase): mechanism = PyKCS11.Mechanism(PyKCS11.CKM_AES_CBC, '1234567812345678') self.assertIsNotNone(mechanism)...
test_symetric: rename test
LudovicRousseau_PyKCS11
train
938eb3fe4bbe3c47768c8baa29b3ff045d1e1506
diff --git a/src/sap.m/test/sap/m/qunit/IconTabHeader.qunit.js b/src/sap.m/test/sap/m/qunit/IconTabHeader.qunit.js index <HASH>..<HASH> 100644 --- a/src/sap.m/test/sap/m/qunit/IconTabHeader.qunit.js +++ b/src/sap.m/test/sap/m/qunit/IconTabHeader.qunit.js @@ -544,9 +544,6 @@ sap.ui.define([ text: "Tab1", k...
[INTERNAL]: sap.m.IconTabBar: Remove content aggregation in unit test Also, call sap.ui.core.Core#applyChanges method to clear the destroyed control from the screen at the end of the test. Change-Id: Iea<I>c<I>b<I>c<I>c8de1fae4c7a<I>a<I>b6f7 JIRA: BGSOFUIRODOPI-<I>
SAP_openui5
train
1333abc606ac40dee5c2b885b6544cba23177896
diff --git a/etcdserver/api/membership/cluster.go b/etcdserver/api/membership/cluster.go index <HASH>..<HASH> 100644 --- a/etcdserver/api/membership/cluster.go +++ b/etcdserver/api/membership/cluster.go @@ -575,9 +575,9 @@ func (c *RaftCluster) SetVersion(ver *semver.Version, onSet func(*zap.Logger, *s mustSaveClust...
etcdserver: strip patch version in cluster version Strip patch version in cluster version metrics.
etcd-io_etcd
train
94487a2d05bac3519199fcd42e85a9f6966f37a0
diff --git a/mtest/basicops/test.js b/mtest/basicops/test.js index <HASH>..<HASH> 100644 --- a/mtest/basicops/test.js +++ b/mtest/basicops/test.js @@ -570,3 +570,35 @@ exports.stringUpdateTest = function(config, done){ }) }) } + +exports.objectSubsetProperty = function(config, done){ + minnow.makeServer(config, f...
fixed object-set-single-property bug, added regression test
lfdoherty_minnow
train
6ff790e8a1be245a23bd0bb64022b50e11f1a429
diff --git a/src/cli.js b/src/cli.js index <HASH>..<HASH> 100755 --- a/src/cli.js +++ b/src/cli.js @@ -17,7 +17,8 @@ parseCommandLine(); state = { starting: true, openFileCount: 0, - tooComplex: false + tooComplex: false, + failingModules: [] }; expectFiles(cli.args, cli.help.bind(cli)); @@ -48,...
Move the failing modules to the bottom of the report.
philbooth_complexity-report
train
33e806200ff55c79ef2b17ac90f722b3b1efc20a
diff --git a/nodeconductor/structure/serializers.py b/nodeconductor/structure/serializers.py index <HASH>..<HASH> 100644 --- a/nodeconductor/structure/serializers.py +++ b/nodeconductor/structure/serializers.py @@ -1149,7 +1149,7 @@ class BaseResourceSerializer(six.with_metaclass(ResourceSerializerMetaclass, ...
Make resource backend_id field readonly - NC-<I>
opennode_waldur-core
train
23aa89171a4a10e5d1d90139b9045a3e32f3929b
diff --git a/lib/middleman-simple-thumbnailer/image_store.rb b/lib/middleman-simple-thumbnailer/image_store.rb index <HASH>..<HASH> 100644 --- a/lib/middleman-simple-thumbnailer/image_store.rb +++ b/lib/middleman-simple-thumbnailer/image_store.rb @@ -24,6 +24,7 @@ module MiddlemanSimpleThumbnailer end def e...
Update image_store.rb Solve issue where figures exist but are not referred to -- in this case `@tmp_path` is not created and code may fail.
kubenstein_middleman-simple-thumbnailer
train
d552d5509be74210b13e0c4e97a03652d3ffb696
diff --git a/salt/utils/rsax931.py b/salt/utils/rsax931.py index <HASH>..<HASH> 100644 --- a/salt/utils/rsax931.py +++ b/salt/utils/rsax931.py @@ -24,35 +24,35 @@ OPENSSL_INIT_ADD_ALL_DIGESTS = 0x00000008 OPENSSL_INIT_NO_LOAD_CONFIG = 0x00000080 -def _load_libcrypto(): +def _find_libcrypto(): """ - Load Op...
Split _load_libcrypto for testing. _load_libcrypto has been split into _find_libcrypto and _load_libcrypto so as to allow for easier testing. _load_libcrypto is now actually a 1 liner.
saltstack_salt
train
dfab01c6670696692258d038d52fe4cf880a93e0
diff --git a/fudge/__init__.py b/fudge/__init__.py index <HASH>..<HASH> 100644 --- a/fudge/__init__.py +++ b/fudge/__init__.py @@ -413,8 +413,8 @@ class Fake(object): If the method *call_name* is never called, then raise an error. I.E.:: - >>> import fudge >>> s...
cleaned up docstrings in Fake
fudge-py_fudge
train
960b8b5af1c4aae1bb586992a218e2b48dc208f4
diff --git a/lib/reporters/coverage/json.js b/lib/reporters/coverage/json.js index <HASH>..<HASH> 100644 --- a/lib/reporters/coverage/json.js +++ b/lib/reporters/coverage/json.js @@ -34,9 +34,18 @@ JSONReporter.prototype.handleTestFileComplete = function(filePath, coverageObj) }; JSONReporter.prototype.handleTests...
Allow user to specify full coverage file path when using json coverage reporter.
cloudkick_whiskey
train
b9ec5aee1c5c06f6a08b8032bee173696f416a73
diff --git a/multiqc/modules/rseqc/read_distribution.py b/multiqc/modules/rseqc/read_distribution.py index <HASH>..<HASH> 100644 --- a/multiqc/modules/rseqc/read_distribution.py +++ b/multiqc/modules/rseqc/read_distribution.py @@ -72,6 +72,24 @@ def parse_reports(self): self.read_dist = self.ignore_samples(self.re...
Fix double counting of TSS_up and TES_down
ewels_MultiQC
train
6a07663bd210a5981fb43bd28983e91c082ee7ca
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.24 Dec 3, 2019 + +Fixed a tiny Python <= 3.6 test output difference. + ## 3.1.23 Dec 3, 2019 Fixed trivial Python2 incompatibility. diff --git a/dark/__init__.py b/dark/__init__.py inde...
Fixed Python2 error message test and suppressed some Python2 subprocess tests.
acorg_dark-matter
train
9de085c6fc0d5dd17b36d2e207ab8259117ac883
diff --git a/mod/quiz/db/services.php b/mod/quiz/db/services.php index <HASH>..<HASH> 100644 --- a/mod/quiz/db/services.php +++ b/mod/quiz/db/services.php @@ -70,6 +70,7 @@ $functions = array( 'methodname' => 'get_combined_review_options', 'description' => 'Combines the review options from a numb...
MDL-<I> quiz: Adding mod_quiz_get_combined_review_options to mobile service
moodle_moodle
train
7771c1501f792df421536ba905b3f4165b798e16
diff --git a/src/UserManager.js b/src/UserManager.js index <HASH>..<HASH> 100644 --- a/src/UserManager.js +++ b/src/UserManager.js @@ -10,6 +10,7 @@ import User from './User'; import RedirectNavigator from './RedirectNavigator'; import PopupNavigator from './PopupNavigator'; import IFrameNavigator from './IFrameNavi...
use user manager events; remove user cache
IdentityModel_oidc-client-js
train
1418f69ac84b125277d03c288c531e58b8def507
diff --git a/packages/openneuro-server/graphql/resolvers/dataset.js b/packages/openneuro-server/graphql/resolvers/dataset.js index <HASH>..<HASH> 100644 --- a/packages/openneuro-server/graphql/resolvers/dataset.js +++ b/packages/openneuro-server/graphql/resolvers/dataset.js @@ -32,7 +32,7 @@ export const snapshotCreati...
Fix bug in nameField migration for datasets with no snapshots.
OpenNeuroOrg_openneuro
train
7954e1af22d767d14e30af8c7ef4b0ce053539a7
diff --git a/kernel/class/edit.php b/kernel/class/edit.php index <HASH>..<HASH> 100644 --- a/kernel/class/edit.php +++ b/kernel/class/edit.php @@ -424,10 +424,6 @@ if ( $contentClassHasInput ) { $attribute->setAttribute( 'category', $categoryArray[$attributeID] ); } - - ...
Fixed EZP-<I>: Changing Class's attribute order mixes attributes when we use a already existing order number
ezsystems_ezpublish-legacy
train
11291afad93674715e9e2cb41e4d7c8e3db54dc9
diff --git a/annis-gui/src/main/java/annis/gui/SearchWindow.java b/annis-gui/src/main/java/annis/gui/SearchWindow.java index <HASH>..<HASH> 100644 --- a/annis-gui/src/main/java/annis/gui/SearchWindow.java +++ b/annis-gui/src/main/java/annis/gui/SearchWindow.java @@ -28,12 +28,14 @@ import com.vaadin.data.validator.Emai...
use a more distinctive name for the password field of the login form (should help firefox to distinguish which password to save)
korpling_ANNIS
train
de513cacb150049e3f95434f8d6d30b7ed1e0ea7
diff --git a/tests/rules/test_fix_file.py b/tests/rules/test_fix_file.py index <HASH>..<HASH> 100644 --- a/tests/rules/test_fix_file.py +++ b/tests/rules/test_fix_file.py @@ -1,4 +1,5 @@ import pytest +import os from thefuck.rules.fix_file import match, get_new_command from tests.utils import Command @@ -157,11 +1...
Show user's $EDITOR in output It looks nicer with confirmation and also checks the user actually has an $EDITOR.
nvbn_thefuck
train
da8d45fe65b3ed86021e8d04e0b059c9b1c5c6d0
diff --git a/checkit.js b/checkit.js index <HASH>..<HASH> 100644 --- a/checkit.js +++ b/checkit.js @@ -254,17 +254,19 @@ define(function(when, _) { // Check if this item is a plain object. isPlainObject: function(val) { return (_.isObject(val) && !_.isFunction(val) && !_.isArray(val)); + }, + + i...
fully removing underscore-contrib
tgriesser_checkit
train
055a0334bbff0ff37a07254edbaee0aa081cf5db
diff --git a/source/org/jasig/portal/ChannelManager.java b/source/org/jasig/portal/ChannelManager.java index <HASH>..<HASH> 100644 --- a/source/org/jasig/portal/ChannelManager.java +++ b/source/org/jasig/portal/ChannelManager.java @@ -55,6 +55,7 @@ import java.util.HashMap; import java.util.Iterator; import java.util...
Now sets the ChannelRuntimeData with a Locale[] which is temporarily initialized with a default Locale. git-svn-id: <URL>
Jasig_uPortal
train
6bfd79825a2c13144947cc52e5e872286f01228a
diff --git a/Elastica/SchemaInitializer/ElasticaSchemaInitializer.php b/Elastica/SchemaInitializer/ElasticaSchemaInitializer.php index <HASH>..<HASH> 100644 --- a/Elastica/SchemaInitializer/ElasticaSchemaInitializer.php +++ b/Elastica/SchemaInitializer/ElasticaSchemaInitializer.php @@ -2,12 +2,12 @@ namespace OpenOr...
update deprecated annotation (#<I>)
open-orchestra_open-orchestra-elastica-bundle
train
c21e0cc8d773eaf7c51fbe02e3b13f6385e44c15
diff --git a/bmemcached/client.py b/bmemcached/client.py index <HASH>..<HASH> 100644 --- a/bmemcached/client.py +++ b/bmemcached/client.py @@ -26,6 +26,11 @@ class Client(object): self.password = password self.set_servers(servers) + @property + def servers(self): + for server in self._s...
Using singleton class server to avoid thread problems, project is now thread safe
jaysonsantos_python-binary-memcached
train
ca85789e4c2da7fea80f4eeef12b020b1ab2dbc8
diff --git a/go/test/endtoend/recovery/recovery_util.go b/go/test/endtoend/recovery/recovery_util.go index <HASH>..<HASH> 100644 --- a/go/test/endtoend/recovery/recovery_util.go +++ b/go/test/endtoend/recovery/recovery_util.go @@ -51,10 +51,13 @@ func RestoreTablet(t *testing.T, localCluster *cluster.LocalProcessCluste...
conditionally createkeyspace if it doesn't exist already.
vitessio_vitess
train
40e3544f901022efad7ce4753ea5019e091b3c69
diff --git a/src/plone/app/mosaic/setuphandlers.py b/src/plone/app/mosaic/setuphandlers.py index <HASH>..<HASH> 100644 --- a/src/plone/app/mosaic/setuphandlers.py +++ b/src/plone/app/mosaic/setuphandlers.py @@ -32,7 +32,7 @@ def enable_layout_behavior(portal): # Set the default view method view_method...
prevent duplication of view option on FTI layout setup
plone_plone.app.mosaic
train
19dc097b3de7c5cbce2af70884a237d4f9ae42cc
diff --git a/lib/testHelpers/setupTestFramework.js b/lib/testHelpers/setupTestFramework.js index <HASH>..<HASH> 100644 --- a/lib/testHelpers/setupTestFramework.js +++ b/lib/testHelpers/setupTestFramework.js @@ -24,7 +24,10 @@ const { After } = require("../resolveStepDefinition"); -const mockedPromise = jest.fn()....
test: the previous fake promise caused jest tests to never fail
TheBrainFamily_cypress-cucumber-preprocessor
train
7b979a0cdd1c8c18ae39501fe68be02edf281742
diff --git a/scripts/utils.js b/scripts/utils.js index <HASH>..<HASH> 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -94,6 +94,16 @@ async function getPackages (options) { return [...new Set(packageDirs)] } +async function getPackageJsons (files) { + return Promise.all( + (await getPackages()).map(as...
wip # Conflicts: # scripts/bin/_sync_open.js
taye_interact.js
train
2c96870de5d48b2362d8fd6ead05d77561d9a272
diff --git a/webroot/js/search.js b/webroot/js/search.js index <HASH>..<HASH> 100644 --- a/webroot/js/search.js +++ b/webroot/js/search.js @@ -20,6 +20,17 @@ var search = search || {}; this._onfieldSelect(); }; + Search.prototype.generateCriteriaFields = function(criteriaFields) { + if (!$.isE...
add logic for re-generating search filters on form submit (task #<I>)
QoboLtd_cakephp-search
train
0b0c2a52855099f5ecca97b749ff001a55e42edb
diff --git a/src/foreach.js b/src/foreach.js index <HASH>..<HASH> 100644 --- a/src/foreach.js +++ b/src/foreach.js @@ -4,6 +4,8 @@ */ /*#ifndef(UMD)*/ "use strict"; +/*global _GPF_HOST*/ // Host types +/*global _gpfHost*/ // Host type /*global _gpfIsArrayLike*/ // Return true if the parameter looks like an array ...
Deals with WScript exception on constructor property
ArnaudBuchholz_gpf-js
train
30e5879d329c0d4a9f252f0ed02a2c28561a6c5f
diff --git a/stagpy/parfile.py b/stagpy/parfile.py index <HASH>..<HASH> 100644 --- a/stagpy/parfile.py +++ b/stagpy/parfile.py @@ -630,6 +630,8 @@ def _read_default(): _write_default() par_conf = f90nml.read(str(PAR_DFLT_FILE)) for section in par_conf: + if section not in PAR_DEFAULT: + ...
Protect read of dflt par against missing sections
StagPython_StagPy
train
c36197d01779cbb48d66563cf149af202ba6b7fc
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Change Log ---------- +0.9999 +~~~~~~ + +Released on XXX, 2014 + +* XXX + + 0.999 ~~~~~ diff --git a/html5lib/__init__.py b/html5lib/__init__.py index <HASH>..<HASH> 100644 --- a/html5lib/__in...
And back to dev for <I>.
html5lib_html5lib-python
train
874fdc9eab53b585de9fe9e1b69948a8d736ac93
diff --git a/src/Connection.php b/src/Connection.php index <HASH>..<HASH> 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -262,12 +262,12 @@ class Connection * the code inside callback will fail, then all of the transaction * will be also rolled back. */ - public function atomic(callabl...
Refactor usages of call_user_func to direct calls (#<I>)
atk4_dsql
train
5c76d1ad1ecbfbc575ee7e31b1968ed5ca1168bf
diff --git a/src/Form/Fields/Color.php b/src/Form/Fields/Color.php index <HASH>..<HASH> 100644 --- a/src/Form/Fields/Color.php +++ b/src/Form/Fields/Color.php @@ -83,6 +83,12 @@ class Color extends Field $attributes['class'] .= ' input-colorpicker'; } - return '<span class="input-color"><input ' . $attr . ' /...
Fixes issues with rendering 'color' and 'list' form fields (#<I>)
hubzero_framework
train
e8733fc9ba8bea9297806b9606c7ce758c90b970
diff --git a/nightly.py b/nightly.py index <HASH>..<HASH> 100755 --- a/nightly.py +++ b/nightly.py @@ -6,7 +6,7 @@ # # Requires a Unix system, for now # -# Requires on the path: java, ant, svn, nice, cp, rm, tar +# Requires on the path: java, ant, svn, nice, rm, tar # Optionally on the path: dot (from graphviz)...
Removed dependency on the cp command and replaced it with pure python in the interests of cross-platform compatability git-svn-id: <URL>
cdk_cdk
train
4703d2bca63d41b8f3317fe066f27d62128c4c2f
diff --git a/src/language/go.js b/src/language/go.js index <HASH>..<HASH> 100644 --- a/src/language/go.js +++ b/src/language/go.js @@ -43,14 +43,14 @@ Rainbow.extend('go', [ 1: 'storage.type', 2: 'entity.name.struct' }, - pattern: /\b(type)\s*(\w+)\b(?=\s+struct\b)/gi + ...
Fix issue where type is incorrectly highlighted in go
ccampbell_rainbow
train
3bec3b305c453cde84c6d282f8534ed8b13bec2c
diff --git a/utool/experimental/euler_tour_tree_avl.py b/utool/experimental/euler_tour_tree_avl.py index <HASH>..<HASH> 100644 --- a/utool/experimental/euler_tour_tree_avl.py +++ b/utool/experimental/euler_tour_tree_avl.py @@ -1,4 +1,5 @@ -from __future__ import absolute_import, division, print_function +# -*- coding: ...
fixed python2 issue
Erotemic_utool
train
98b56401512d2e87c5597bc29111c5a7298ff144
diff --git a/src/rainbow.js b/src/rainbow.js index <HASH>..<HASH> 100644 --- a/src/rainbow.js +++ b/src/rainbow.js @@ -342,10 +342,6 @@ function extend(...args) { * @return {void} */ function color(...args) { - if (Rainbow.defer) { - Rainbow.defer = false; - return; - } // If you want to...
Move defer logic into DOMContentLoaded callback
ccampbell_rainbow
train
a6f84fe6d84feaa7648ebb121c797ad8a22f8383
diff --git a/django_extensions/compat.py b/django_extensions/compat.py index <HASH>..<HASH> 100644 --- a/django_extensions/compat.py +++ b/django_extensions/compat.py @@ -199,6 +199,15 @@ def add_to_builtins_compat(name): engines['django'].engine.builtins.append(name) +def get_model(path): + if django.V...
Fix dj<I> compat for strings defined relation - close #<I>
django-extensions_django-extensions
train
0ee0e7c65a80be200097e78242abf78ed8f01a8b
diff --git a/client/lib/posts/test/post-list-store.js b/client/lib/posts/test/post-list-store.js index <HASH>..<HASH> 100644 --- a/client/lib/posts/test/post-list-store.js +++ b/client/lib/posts/test/post-list-store.js @@ -8,6 +8,43 @@ var rewire = require( 'rewire' ), assert = require( 'chai' ).assert, Dispatcher ...
PostListStore: Additional test coverage for factories.
Automattic_wp-calypso
train
93181be023c9670de435766579b45c9d912aaf1c
diff --git a/compress.go b/compress.go index <HASH>..<HASH> 100644 --- a/compress.go +++ b/compress.go @@ -5,6 +5,7 @@ import ( "compress/bzip2" "compress/gzip" "io" + "io/ioutil" "os" "path/filepath" "strings" @@ -57,6 +58,46 @@ func OpenFileMaybeCompressed(path string) (io.ReadCloser, error) { return f,...
add WriteFileGzipped() and ReadFileMaybeCompressed()
kjk_u
train
af0263ad6d71be1ce48093e16abb2d67b8b62cb3
diff --git a/source/server.js b/source/server.js index <HASH>..<HASH> 100644 --- a/source/server.js +++ b/source/server.js @@ -40,7 +40,7 @@ if (config.authentication) { }); passport.deserializeUser(function(username, done) { - done(null, users[username]); + done(null, users[username] !== undefined ? user...
Don't serialize the password as the user. Fixes #<I>
FredrikNoren_ungit
train
25dec5deeb8d905dd53631f6d3d387c2c9b67e5e
diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/object/ODatabaseObjectTx.java b/core/src/main/java/com/orientechnologies/orient/core/db/object/ODatabaseObjectTx.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/db/object/ODatabaseObjectTx.java +++ b/core/sr...
Registered early the pojo created to avoid circular reference problems.
orientechnologies_orientdb
train
06c230d865d7722cb1a5ced2bb1221a2e396dcd8
diff --git a/test/unit/sc/core.js b/test/unit/sc/core.js index <HASH>..<HASH> 100644 --- a/test/unit/sc/core.js +++ b/test/unit/sc/core.js @@ -2,7 +2,7 @@ import { createScript, generateDeployScript } from '../../../src/sc/core' import data from './data.json' -describe.only('SC Core', function () { +describe('S...
fix(test): remove only in unit/sc/core
CityOfZion_neon-js
train
d774bed12a4f5c73d131695bebe42fa9876aeb0e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -5,6 +5,7 @@ const RequestFactory = require("./lib/requestFactory") const Scheduler = require("./lib/scheduling") const TxRequest = require("./lib/txRequest") const Util = require("./lib/util") +const RequestData = require(...
[FEATURE] Expose RequestData class. (#<I>)
ethereum-alarm-clock_eac.js-lib
train
6766bfcaada3c2de687d914f8371bbf2f2998991
diff --git a/tests/ConsoleProfilingTest.php b/tests/ConsoleProfilingTest.php index <HASH>..<HASH> 100644 --- a/tests/ConsoleProfilingTest.php +++ b/tests/ConsoleProfilingTest.php @@ -31,7 +31,7 @@ class ConsoleProfilingTest extends TestCase public function it_is_enabled_if_environment_is_local_and_there_is_vvv_opt...
DBP: Assert renamed.
dmitry-ivanov_laravel-db-profiler
train
a1006fb0967dc6c5d0abd23ab9c823fd3fcad7b5
diff --git a/src/yajra/Datatables/Datatables.php b/src/yajra/Datatables/Datatables.php index <HASH>..<HASH> 100644 --- a/src/yajra/Datatables/Datatables.php +++ b/src/yajra/Datatables/Datatables.php @@ -7,7 +7,7 @@ * @package Laravel * @category Package * @author Arjay Angeles <aqangeles@gmail.com> - * @...
revert DB escape causing filter to fail
yajra_laravel-datatables
train
f203d4347f50a7bca7caf6400084f5746c7dbe81
diff --git a/lib/irt/commands/test.rb b/lib/irt/commands/test.rb index <HASH>..<HASH> 100644 --- a/lib/irt/commands/test.rb +++ b/lib/irt/commands/test.rb @@ -49,6 +49,8 @@ module IRT if File.exists?(path) return if IRT.prompter.no? %(Do you want to overwrite "#{path}"?), :hint => '[y|<enter=n]', :d...
save_as also creates the dirs
ddnexus_irt
train
ae035f6b4d8d28976c8cca1b9e3fa0faf890080d
diff --git a/salt/modules/status.py b/salt/modules/status.py index <HASH>..<HASH> 100644 --- a/salt/modules/status.py +++ b/salt/modules/status.py @@ -132,7 +132,7 @@ def procs(): uind = 0 pind = 0 cind = 0 - plines = __salt__['cmd.run'](__grains__['ps']).splitlines() + plines = __salt__['cmd.run']...
Fixed the 'status.procs' and 'status.pid' functions for openvzhn environments. In openvzhn environments, running the 'ps' grain requires python_shell=True. This may also be true of environments where the 'ps' grain has been customized.
saltstack_salt
train
27c7eab407bc0ad82ddbf7304f84d20a1dfb5e1b
diff --git a/test/acid.py b/test/acid.py index <HASH>..<HASH> 100755 --- a/test/acid.py +++ b/test/acid.py @@ -39,7 +39,8 @@ def red(file_object): def run(filename, fast_check=False, passes=2000, ignore='', check_ignore='', verbose=False, - compare_bytecode=False): + compare_bytecode=False, + ...
Pass through "--aggressive" option
hhatto_autopep8
train
33a1030a1cdcd926c1288305b3fc07f86b7cc57c
diff --git a/cli/lib/cli/commands/deployment.rb b/cli/lib/cli/commands/deployment.rb index <HASH>..<HASH> 100644 --- a/cli/lib/cli/commands/deployment.rb +++ b/cli/lib/cli/commands/deployment.rb @@ -131,9 +131,13 @@ module Bosh::Cli::Command current_deployment = director.get_deployment(manifest["name"]) ...
CLI now allows proceeding with deployment even when director has no manifest
cloudfoundry_bosh
train
cbd731658749acad58759e4f7fe0849d5111a3b3
diff --git a/test/scenario_test/lib/base.py b/test/scenario_test/lib/base.py index <HASH>..<HASH> 100644 --- a/test/scenario_test/lib/base.py +++ b/test/scenario_test/lib/base.py @@ -211,6 +211,7 @@ class BGPContainer(Container): self.config_dir = '/'.join((TEST_BASE_DIR, TEST_PREFIX, name)) local('if...
test: add a method BGPContainer.log() to get log of bgp speakers
osrg_gobgp
train
f6bd680856407b7c36e208bc7dc2ee9226603a08
diff --git a/lib/twingly-url-normalizer.rb b/lib/twingly-url-normalizer.rb index <HASH>..<HASH> 100644 --- a/lib/twingly-url-normalizer.rb +++ b/lib/twingly-url-normalizer.rb @@ -2,9 +2,6 @@ require 'postrank-uri' require 'domainatrix' require 'uri' -# TODO -# * Handle blogspot.se -> blogspot.com - module Twingly ...
Remove TODO, not sure it should handle that
twingly_twingly-url
train
612ad7b26bbf15de831aba41ca2678849cd21813
diff --git a/packages/ember-states/lib/state_manager.js b/packages/ember-states/lib/state_manager.js index <HASH>..<HASH> 100644 --- a/packages/ember-states/lib/state_manager.js +++ b/packages/ember-states/lib/state_manager.js @@ -675,7 +675,7 @@ Ember.StateManager = Ember.State.extend({ var parts = path.split('.'...
fix api typo and rename findStatesByPath to getStatesInPath findStatesByPath was incorrectly documented as findStateByPath. The method has been renamed for consistency with the singular form getStateByPath, and the code itself has been modified slightly to be more idiomatic with the rest of the state manager.
emberjs_ember.js
train
cce08ae118926dfde136f73a47f030aa6a93132d
diff --git a/src/server/pfs/server/obj_block_api_server.go b/src/server/pfs/server/obj_block_api_server.go index <HASH>..<HASH> 100644 --- a/src/server/pfs/server/obj_block_api_server.go +++ b/src/server/pfs/server/obj_block_api_server.go @@ -284,9 +284,19 @@ func (s *objBlockAPIServer) tagPrefix(prefix string) string ...
Make compactions share a block.
pachyderm_pachyderm
train
a718fbb91cbaf0ecebb1ecb83468604af2556450
diff --git a/lib/beaker-pe/install/pe_utils.rb b/lib/beaker-pe/install/pe_utils.rb index <HASH>..<HASH> 100644 --- a/lib/beaker-pe/install/pe_utils.rb +++ b/lib/beaker-pe/install/pe_utils.rb @@ -340,11 +340,13 @@ module Beaker node_group['classes'] ||= {} end - # add the pe_repo...
(BKR-<I>) Only add pe_repo classes once Previously, if installing multiple agents with the same platform, the work to add the appropriate pe_repo class to the master would be performed once for each agent. Because that requires running `puppet agent -t` on the master, it can add a significant amount of unnecessary ove...
puppetlabs_beaker-pe
train
e1b86d69594f48baba74f32d63a594a431b5cd83
diff --git a/includes/functions/functions.php b/includes/functions/functions.php index <HASH>..<HASH> 100644 --- a/includes/functions/functions.php +++ b/includes/functions/functions.php @@ -858,7 +858,11 @@ function get_relationship_name_from_path($path, WT_Individual $person1 = null, W foreach ($person1->getSpous...
Add 'ex-partner', same as 'ex-husband'
fisharebest_webtrees
train
b79935afcb133c43e95a9ecfc4272deaeb75b171
diff --git a/calendar-bundle/src/Resources/contao/dca/tl_calendar_events.php b/calendar-bundle/src/Resources/contao/dca/tl_calendar_events.php index <HASH>..<HASH> 100644 --- a/calendar-bundle/src/Resources/contao/dca/tl_calendar_events.php +++ b/calendar-bundle/src/Resources/contao/dca/tl_calendar_events.php @@ -918,7...
[Calendar] Encode single quotes in JavaScript calls (see #<I>)
contao_contao
train
6c49be20e2cf594055fce2b92d64c5c247163e44
diff --git a/CameraRegionController.js b/CameraRegionController.js index <HASH>..<HASH> 100644 --- a/CameraRegionController.js +++ b/CameraRegionController.js @@ -4,6 +4,7 @@ function Controller(opts) { var onMouseWheelSignal = opts.mouseWheel ? opts.mouseWheel.onWheelSignal : null; var _panning = false; + var _p...
add ability to enable and disable pinch zoom
bunnybones1_threejs-camera-controller-pan-zoom-unified-pointer
train
13e987faed51378034eea577d3c8507ff99bc5a3
diff --git a/Grid/Column/DateTimeColumn.php b/Grid/Column/DateTimeColumn.php index <HASH>..<HASH> 100644 --- a/Grid/Column/DateTimeColumn.php +++ b/Grid/Column/DateTimeColumn.php @@ -63,6 +63,17 @@ class DateTimeColumn extends TextColumn return $this->format; } + public function isFiltered() + { +...
Manage wrong date/datetime format in filter
APY_APYDataGridBundle
train
2982d00a57d594456a1c2f789ff46eb7e1b53b7d
diff --git a/src/Interface.py b/src/Interface.py index <HASH>..<HASH> 100755 --- a/src/Interface.py +++ b/src/Interface.py @@ -45,13 +45,9 @@ def check_interface_for_ip(ifname, ip): if platform in WINDOWS: cmd.extend(["interface", "ipv4", "show", "config"]) cmd.append(ifname) - - print cmd - ...
remove some debug prints and cleaned up code
robotframework_Rammbock
train
3ad3dd449ae924bb9eaeec30be98c5aed8695708
diff --git a/DocumentationGenerator.php b/DocumentationGenerator.php index <HASH>..<HASH> 100644 --- a/DocumentationGenerator.php +++ b/DocumentationGenerator.php @@ -279,33 +279,23 @@ class DocumentationGenerator $context['vocab'] = $this->router->generate('hydra_vocab', array(), true) . '#'; $contex...
Fix bug in context generation which lead to incorrect element IRIs
lanthaler_HydraBundle
train
91f7cc80b32cf07cef7c5892e363f2684c02077f
diff --git a/ras_common_utils/ras_config/ras_config.py b/ras_common_utils/ras_config/ras_config.py index <HASH>..<HASH> 100644 --- a/ras_common_utils/ras_config/ras_config.py +++ b/ras_common_utils/ras_config/ras_config.py @@ -2,6 +2,9 @@ import json from os import getenv import yaml +from structlog import get_logg...
Add some logging around creation of the configuration object
ONSdigital_ras-common-utils
train
dd95f8df3dd2a95ef2bf5c13463ffd299d7a46d1
diff --git a/controllers/AssignmentController.php b/controllers/AssignmentController.php index <HASH>..<HASH> 100644 --- a/controllers/AssignmentController.php +++ b/controllers/AssignmentController.php @@ -46,7 +46,6 @@ class AssignmentController extends Controller 'class' => VerbFilter::className(), ...
Duplicate item in AssignmentController As of issue #<I>
mdmsoft_yii2-admin
train
e56c9b6e5516ca6447c1b88d8440a83520dc83b7
diff --git a/spambl.py b/spambl.py index <HASH>..<HASH> 100644 --- a/spambl.py +++ b/spambl.py @@ -99,6 +99,28 @@ class BaseDNSBL(object): ''' raise NotImplementedError('The service {} does not list hostnames'.format(self._identifier)) + def _do_query(self, hostname): + ''' Query DNSBL...
Add BaseDNSBL._do_query method This method reuses code from the old BaseDNSBL._query method.
piotr-rusin_spam-lists
train
e1a1631a68fa5a0ffca3f947ca4d2d7fcc4d466d
diff --git a/ipyrad/assemble/consens_se.py b/ipyrad/assemble/consens_se.py index <HASH>..<HASH> 100644 --- a/ipyrad/assemble/consens_se.py +++ b/ipyrad/assemble/consens_se.py @@ -688,7 +688,8 @@ def run(data, samples, force, ipyclient): ## if mindepth not changed then nothing changes. maxlens = [] for sn...
bug fix to measure array dims from mindepth settings, uses statistical for s4, and majrule for s5
dereneaton_ipyrad
train
6bfe30da07978157ddd1e69c4122c0e288e430d5
diff --git a/pynes/tests/jsr_test.py b/pynes/tests/jsr_test.py index <HASH>..<HASH> 100644 --- a/pynes/tests/jsr_test.py +++ b/pynes/tests/jsr_test.py @@ -3,18 +3,21 @@ import unittest from pynes.compiler import lexical, syntax, semantic + + class JsrTest(unittest.TestCase): def test_jsr_abs(self): ...
PEP8 fixes on tests/jsr_test.py
gutomaia_nesasm_py
train
45d7835391c2f7d8814614ad1b8c5b1d92e1d49b
diff --git a/tests/framework/db/ar/CActiveRecordTest.php b/tests/framework/db/ar/CActiveRecordTest.php index <HASH>..<HASH> 100644 --- a/tests/framework/db/ar/CActiveRecordTest.php +++ b/tests/framework/db/ar/CActiveRecordTest.php @@ -1447,4 +1447,16 @@ class CActiveRecordTest extends CTestCase $this->assertEquals(2...
Test case "CActiveRecordTest::testHasManyThroughHasManyWithCustomSelect()" has been added to expose issue #<I>
yiisoft_yii
train
01ab2764bce6f694dd1c7086c9fab8d62ea1ffc0
diff --git a/java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java b/java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java index <HASH>..<HASH> 100644 --- a/java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java +++ b/java/server/src/org/openqa/seleniu...
Complete Selenium Java Server support for Blink based Opera
SeleniumHQ_selenium
train
20a527db3fd420028d62d6e6da2db9601e920d89
diff --git a/test/test_pkcs11_crypt.rb b/test/test_pkcs11_crypt.rb index <HASH>..<HASH> 100644 --- a/test/test_pkcs11_crypt.rb +++ b/test/test_pkcs11_crypt.rb @@ -3,7 +3,7 @@ require "pkcs11" require "test/helper" require "openssl" -class TestPkcs11Session < Test::Unit::TestCase +class TestPkcs11Crypt < Test::Unit:...
bugfix: cypto-test class name doesn't match file name
larskanis_pkcs11
train
25a25c6eb51a609c8c39074dbde60842dc3bea9a
diff --git a/web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/pages/BioEntityPage.java b/web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/pages/BioEntityPage.java index <HASH>..<HASH> 100644 --- a/web/src/test/java/uk/ac/ebi/atlas/acceptance/selenium/pages/BioEntityPage.java +++ b/web/src/test/java/uk/ac/ebi/...
fix gene page tests that were expecting design element column (which has been removed)
ebi-gene-expression-group_atlas
train
3bf46eb541512353992620c5d3e5f303e89c976e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = open('README.rst').read() if os.path.exists('README.rst') els setup( name='lhc-python', - version='1.1.3', + version='1.1.4', author='Liam H. Childs', author_email='liam....
bumped version for pypi
childsish_lhc-python
train
24bdd4a9549f496b25d255d161d58ed1a30b1a6b
diff --git a/test/testexamples.py b/test/testexamples.py index <HASH>..<HASH> 100644 --- a/test/testexamples.py +++ b/test/testexamples.py @@ -9,10 +9,11 @@ import urllib import unittest import re -def check_call(cmd, shell=True): + +def check_call(cmd, **kwargs): """Convenience function that is in the docs for ...
Merge from branches/tom.brown.code-fix_examples_pythonpath Fix testexamples.py to use transitfeed.py from source directory instead of transitfeed.py installed on system. Joe reported tests were broken when transitfeed.py isn't installed on system.
google_transitfeed
train
e3b90961734b30b4e4c0d0df8771a54c498f3f75
diff --git a/releases/commands/stage.go b/releases/commands/stage.go index <HASH>..<HASH> 100644 --- a/releases/commands/stage.go +++ b/releases/commands/stage.go @@ -241,7 +241,7 @@ have not been cherry-picked onto the release branch yet. return errs.NewError(task, err) } if !confirmed { - return prompt.ErrCan...
release stage: Panic instead of returning an error This is the standard way how to handle cancel in SalsaFlow. Not using prompt.PanicCancel leads to weird error messages. Change-Id: <I>ce<I>ca4 Story-Id: salsaflow/salsaflow#<I>
salsaflow_salsaflow
train
073566061609e90777ff4792c90ec710dbef2d64
diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/iiop/stub/DynamicIIOPStub.java b/ejb3/src/main/java/org/jboss/as/ejb3/iiop/stub/DynamicIIOPStub.java index <HASH>..<HASH> 100644 --- a/ejb3/src/main/java/org/jboss/as/ejb3/iiop/stub/DynamicIIOPStub.java +++ b/ejb3/src/main/java/org/jboss/as/ejb3/iiop/stub/DynamicIIOPStu...
WFLY-<I> IIOP subsystem: Make ORB always use remote invocation to avoid ClassCasts during incontainer cross application execution
wildfly_wildfly
train
8e1f7adba7dd08d5098bff628534dcca6c9b23fe
diff --git a/unittests/filters_tester.py b/unittests/filters_tester.py index <HASH>..<HASH> 100644 --- a/unittests/filters_tester.py +++ b/unittests/filters_tester.py @@ -42,7 +42,7 @@ class tester_t(parser_test_case.parser_test_case_t): public_members = [d for d in public_members if not d.is_artificial] ...
Avoid nbr duplication, use "in" to check the number of members
gccxml_pygccxml
train
675d5c06bc9919e2ed6d8f521c8a5c40c700957c
diff --git a/test/binCases/watch/info-verbosity-off/info-verbosity-off.test.js b/test/binCases/watch/info-verbosity-off/info-verbosity-off.test.js index <HASH>..<HASH> 100644 --- a/test/binCases/watch/info-verbosity-off/info-verbosity-off.test.js +++ b/test/binCases/watch/info-verbosity-off/info-verbosity-off.test.js @...
tests(watch): remove test.only for info-verbosity-off
webpack_webpack-cli
train
af035ef99ae73d998172569bc702326d2df96d4e
diff --git a/oandapyV20/oandapyV20.py b/oandapyV20/oandapyV20.py index <HASH>..<HASH> 100644 --- a/oandapyV20/oandapyV20.py +++ b/oandapyV20/oandapyV20.py @@ -164,6 +164,10 @@ class API(object): headers : dict (optional) Provide request headers to be set for a request. + + + .. note:: + ...
docupdate sphinx note and warning added
hootnot_oanda-api-v20
train
3c89781714d616d99ad8b890874af9103c13f47a
diff --git a/lib/commands/commands.rb b/lib/commands/commands.rb index <HASH>..<HASH> 100644 --- a/lib/commands/commands.rb +++ b/lib/commands/commands.rb @@ -37,7 +37,6 @@ command :open do |arg| helper.open "http://github.com/#{arg}" end - desc "Info about this project." command :info do puts "== Info for #...
All command names are symbols so they look pretty in editors
defunkt_github-gem
train
50fb2a8a84b44dd187bf885b83189881f0b20096
diff --git a/util/getSelectionRect.js b/util/getSelectionRect.js index <HASH>..<HASH> 100644 --- a/util/getSelectionRect.js +++ b/util/getSelectionRect.js @@ -13,7 +13,8 @@ export default function getSelectionRect (parentRect) { let selectionRect = wrange.getBoundingClientRect() if (selectionRect.top === 0 ...
Let getSelectionRect() be more robust. It is choking in some browsers.
substance_substance
train
cc7b77e4d1903203366d9f67721fb97d6a942b1c
diff --git a/worker/provisioner/provisioner.go b/worker/provisioner/provisioner.go index <HASH>..<HASH> 100644 --- a/worker/provisioner/provisioner.go +++ b/worker/provisioner/provisioner.go @@ -23,6 +23,30 @@ import ( var logger = loggo.GetLogger("juju.provisioner") +type Broker interface { + // StartInstance ask...
Broker interface matching the four interesting calls from environ.Environs.
juju_juju
train
2eb744a082bc8f5e505627e25becd86811fe406f
diff --git a/lib/plotpanel.py b/lib/plotpanel.py index <HASH>..<HASH> 100644 --- a/lib/plotpanel.py +++ b/lib/plotpanel.py @@ -337,29 +337,40 @@ class PlotPanel(BasePanel): self.canvas.draw() def lassoHandler(self, vertices): - # print 'plotpanel.lassoHandler' conf = self.conf - f...
improved lasso handling for non-scatter plots, needs more testing
newville_wxmplot
train
a78b5c2f8d924b07d40292853bc0d52415839cce
diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -341,7 +341,7 @@ module Jekyll "posts" => posts.sort { |a, b| b <=> a }, "pages" => pages, "static_files" => static_files.sort { |a, ...
Include files with a url which ends in / in the site.html_pages list <URL>
jekyll_jekyll
train
52c24c3b4e29f9fa0bbd0ee33113f130224bc568
diff --git a/lib/enom_api.rb b/lib/enom_api.rb index <HASH>..<HASH> 100644 --- a/lib/enom_api.rb +++ b/lib/enom_api.rb @@ -31,22 +31,36 @@ module EnomApi def nameservers=(nameservers) end - def registrant_contact + def registrant_contact + get_contact_info_for("Registrant") end ...
Method dedicated to handling getting contact data (yet to be written)
bensie_enom
train
c580661e7be49e0c2133fb103fc4540344abd2ae
diff --git a/Webpage/MenuEntry/MenuEntry.php b/Webpage/MenuEntry/MenuEntry.php index <HASH>..<HASH> 100644 --- a/Webpage/MenuEntry/MenuEntry.php +++ b/Webpage/MenuEntry/MenuEntry.php @@ -9,7 +9,7 @@ use vxPHP\Webpage\MenuEntry\MenuEntryInterface; * MenuEntry class * manages a single menu entry * - * @version 0.3....
Bugfixes: Webpage::pathSegments stripped of (beautified) script name; rendering of URI in MenuEntry fixed
Vectrex_vxPHP
train
bca0aaa764e3e0e1a6c0bdfbc6000bd73b47345d
diff --git a/tests/test_headless.py b/tests/test_headless.py index <HASH>..<HASH> 100644 --- a/tests/test_headless.py +++ b/tests/test_headless.py @@ -15,6 +15,7 @@ def test_dry_run(runner): with runner.isolated_filesystem(): with open("train.py", "w") as f: f.write(train_py) + os.envi...
Headless mode: do a run by default instead of a dry run
wandb_client
train
818b5efe60f6333329719dac4aa7327e983a0d6f
diff --git a/src/main/java/com/intel/gkl/compression/IntelDeflater.java b/src/main/java/com/intel/gkl/compression/IntelDeflater.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/intel/gkl/compression/IntelDeflater.java +++ b/src/main/java/com/intel/gkl/compression/IntelDeflater.java @@ -195,6 +195,9 @@ public fi...
fix issue with inflater/deflater garbage collection
Intel-HLS_GKL
train
4dae34333eb5c4407b2d0d9ea7369099825c9f47
diff --git a/tests/unit/modules/test_win_status.py b/tests/unit/modules/test_win_status.py index <HASH>..<HASH> 100644 --- a/tests/unit/modules/test_win_status.py +++ b/tests/unit/modules/test_win_status.py @@ -1,18 +1,7 @@ -# -*- coding: utf-8 -*- - -# Import python libs -from __future__ import absolute_import, print_...
Drop Py2 and six on tests/unit/modules/test_win_status.py
saltstack_salt
train
1ca7a8c48567bbd1d070c99e4cc2a7e7a709ef7e
diff --git a/lib/fibers-fast/runtime.js b/lib/fibers-fast/runtime.js index <HASH>..<HASH> 100644 --- a/lib/fibers-fast/runtime.js +++ b/lib/fibers-fast/runtime.js @@ -1,6 +1,7 @@ // Copyright 2011 Marcel Laverdet "use strict"; this.create = create; +this.createBound = createBound; this.invoke = invoke; this.constr...
fixed #<I> - this incorrectly bound in fast mode
Sage_streamlinejs
train
3320c15ed94452fe2f26d0c2441cc538f8de400d
diff --git a/dark/filter.py b/dark/filter.py index <HASH>..<HASH> 100644 --- a/dark/filter.py +++ b/dark/filter.py @@ -67,6 +67,13 @@ class TitleFilter(object): if self._blacklist and title in self._blacklist: return self.REJECT + if self._positiveRegex and self._positiveRegex.search(titl...
Moved regex tests earlier in title filtering.
acorg_dark-matter
train
a89326db1182c5fd542ba096e0cf938088dabcca
diff --git a/core-bundle/src/Resources/contao/forms/Form.php b/core-bundle/src/Resources/contao/forms/Form.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/forms/Form.php +++ b/core-bundle/src/Resources/contao/forms/Form.php @@ -405,10 +405,17 @@ class Form extends \Hybrid } $uploaded = ...
[Core] Catch Swift exceptions when sending form data via e-mail (see #<I>)
contao_contao
train
682d1f00878667eab6beaee77930109aaa3bee2a
diff --git a/plenum/common/stacked.py b/plenum/common/stacked.py index <HASH>..<HASH> 100644 --- a/plenum/common/stacked.py +++ b/plenum/common/stacked.py @@ -195,7 +195,7 @@ class ClientStacked: """ # At this time, nodes are not signing messages to clients, beyond what # happens inherently w...
making signer default to None in prepForSending
hyperledger_indy-plenum
train
a8280f6897934ae647d74655cd2115f62688f79c
diff --git a/src/Sylius/Behat/Context/Api/Shop/OrderContext.php b/src/Sylius/Behat/Context/Api/Shop/OrderContext.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Behat/Context/Api/Shop/OrderContext.php +++ b/src/Sylius/Behat/Context/Api/Shop/OrderContext.php @@ -288,7 +288,7 @@ final class OrderContext implements Conte...
[Behat][API] Fix test after payment serialization changes
Sylius_Sylius
train
85747d67a1a83aba4e61e91475ca3cac51129abd
diff --git a/tests/PropertyTypeTest.php b/tests/PropertyTypeTest.php index <HASH>..<HASH> 100644 --- a/tests/PropertyTypeTest.php +++ b/tests/PropertyTypeTest.php @@ -943,7 +943,7 @@ class PropertyTypeTest extends TestCase class A { public $foo; - p...
Fix issuses found in tests
vimeo_psalm
train