hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
9048f484f5d32f3159b2e7ca105cf2222974d52e
diff --git a/stores/bench_test.go b/stores/bench_test.go index <HASH>..<HASH> 100644 --- a/stores/bench_test.go +++ b/stores/bench_test.go @@ -26,12 +26,14 @@ func benchCreateDefaultFileStore(t *testing.B) (*FileStore, *RecoveredState) { } state, err := fs.Recover() if err != nil { + fs.Close() stackFatalf(t,...
[CHANGED] FileStore.Recover() closing store on error. Added locking to this function and removed auto-close on error condition. Caller is likely to close the store if recovery fails.
nats-io_nats-streaming-server
train
e6ad6e02d234e09e7ebee741d7b5a4aa8e609ff9
diff --git a/_pytest/python.py b/_pytest/python.py index <HASH>..<HASH> 100644 --- a/_pytest/python.py +++ b/_pytest/python.py @@ -1861,6 +1861,27 @@ class FixtureDef: return ("<FixtureDef name=%r scope=%r baseid=%r >" % (self.argname, self.scope, self.baseid)) +def handle_mock_module_patchi...
Handle also unittest.mock Move handling in dedicated function to isolate its logic --HG-- branch : mock-unittest-<I>
pytest-dev_pytest
train
b13d723dc1be77a8acd1d87b239b9fc7db3d7ab5
diff --git a/config/oauth-clients.local.php b/config/oauth-clients.local.php index <HASH>..<HASH> 100644 --- a/config/oauth-clients.local.php +++ b/config/oauth-clients.local.php @@ -24,21 +24,11 @@ return [ 'clientSecret' => 'XXXXXXXX', 'redirectUri' => 'https://your-registered-r...
remove eventbrite and microsoft from sample config
hrevert_HtLeagueOauthClientModule
train
23ccf651314283c1dfc5dcd1e3d844b1af5b9327
diff --git a/command/v6/login_command_test.go b/command/v6/login_command_test.go index <HASH>..<HASH> 100644 --- a/command/v6/login_command_test.go +++ b/command/v6/login_command_test.go @@ -1296,18 +1296,6 @@ var _ = Describe("login Command", func() { input.Write([]byte("some-space-name2\n")) }) ...
Clean up redundant test This prompting is already tested in an outer context. [#<I>](<URL>)
cloudfoundry_cli
train
05c795cd5640dbcf63a11136f20938fb8e5c77d0
diff --git a/src/concat.js b/src/concat.js index <HASH>..<HASH> 100644 --- a/src/concat.js +++ b/src/concat.js @@ -1,12 +1,6 @@ import tryFn from './tryFn'; export default function concat(collection, iteratee) { - let - results = []; - - return Promise.all(collection.map((item, index, collection) => { ...
Update async.concat so that the results are guarenteed in order.
jgornick_asyncp
train
9ffdf7b3b44e135ff7808e100df0ca5e79db83a7
diff --git a/more_itertools/tests/test_recipes.py b/more_itertools/tests/test_recipes.py index <HASH>..<HASH> 100644 --- a/more_itertools/tests/test_recipes.py +++ b/more_itertools/tests/test_recipes.py @@ -1,3 +1,4 @@ +import warnings from doctest import DocTestSuite from unittest import TestCase @@ -289,7 +290,7 ...
Add test capturing new expectation. Ref #<I>.
erikrose_more-itertools
train
a75ad70518daedeeb7d3ff231f358db844792c9d
diff --git a/lib/API/Values/Block/Block.php b/lib/API/Values/Block/Block.php index <HASH>..<HASH> 100644 --- a/lib/API/Values/Block/Block.php +++ b/lib/API/Values/Block/Block.php @@ -61,6 +61,16 @@ final class Block implements Value, ParameterCollectionInterface, ConfigAwareVal private $position; /** + ...
Expose parent block ID and parent placeholder in the PHP API
netgen-layouts_layouts-core
train
ffb7b896b8ba24472e0162c01c7fb426dbc766f6
diff --git a/examples/on-advanced/index.js b/examples/on-advanced/index.js index <HASH>..<HASH> 100644 --- a/examples/on-advanced/index.js +++ b/examples/on-advanced/index.js @@ -33,8 +33,6 @@ var b = new a.$Constructor({ $key:'b', $val:'marcus2' }) -//deze is nog helemaal wrong bitches! - log('make c dont fi...
added comments to make set more extandable
vigour-io_vjs
train
02892c199ac5a9aee0a0010258febe3648c791c8
diff --git a/src/app/services/mopidy/service.js b/src/app/services/mopidy/service.js index <HASH>..<HASH> 100755 --- a/src/app/services/mopidy/service.js +++ b/src/app/services/mopidy/service.js @@ -204,23 +204,25 @@ angular.module('spotmop.services.mopidy', [ return self.mopidy.tracklist.add({ uris: [ trackUris.sh...
Play first, THEN proceed to add other tracks
jaedb_spotmop
train
ffbcb2d7a9da3284d713dde6501b0781a55ce65b
diff --git a/src/kba/pipeline/_local_storage.py b/src/kba/pipeline/_local_storage.py index <HASH>..<HASH> 100644 --- a/src/kba/pipeline/_local_storage.py +++ b/src/kba/pipeline/_local_storage.py @@ -201,8 +201,16 @@ class to_local_tarballs(object): t_path2 = t_path + '.tar.gz.tmp' tar = tarfile.open...
writing out tarballs correctly now, falling back to clean_visible when clean_html is not available
trec-kba_streamcorpus-pipeline
train
d255b7b41b16383b67a24cd063135a18b9f086e9
diff --git a/demo/dist/index.html b/demo/dist/index.html index <HASH>..<HASH> 100644 --- a/demo/dist/index.html +++ b/demo/dist/index.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" conte...
adding a way to cancel before submitting a ReactSelectField
TeselaGen_teselagen-react-components
train
363832ed686f1416f1ead204a866341a0ff51971
diff --git a/src/com/google/javascript/jscomp/NewTypeInference.java b/src/com/google/javascript/jscomp/NewTypeInference.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/NewTypeInference.java +++ b/src/com/google/javascript/jscomp/NewTypeInference.java @@ -280,6 +280,13 @@ final class NewTypeInfer...
[NTI] Warn on strict (in)equality comparisons between incompatible types Fixes #<I> on GitHub. ------------- Created by MOE: <URL>
google_closure-compiler
train
b09f0409fe430215db7479a6c35e73d76ac09ef0
diff --git a/lib/bulkInsert.js b/lib/bulkInsert.js index <HASH>..<HASH> 100644 --- a/lib/bulkInsert.js +++ b/lib/bulkInsert.js @@ -36,6 +36,8 @@ function bulkInsert(couchdbAddr, docs, options) { if (result.error === 'conflict') { doc._rev = undefined; // Remove the rev s...
Fix handling of non-conflict errors.
IndigoUnited_node-couchdb-force
train
b4b7b312192b248fc50e451f9f09daee0a119a6a
diff --git a/master/buildbot/process/properties.py b/master/buildbot/process/properties.py index <HASH>..<HASH> 100644 --- a/master/buildbot/process/properties.py +++ b/master/buildbot/process/properties.py @@ -330,12 +330,7 @@ class _Lookup(util.ComparableMixin): def _getInterpolationList(fmtstring): - #try: -...
Get rid of debugging code.
buildbot_buildbot
train
69f28aea2e848f30cafc72e0080438fa906d0d2d
diff --git a/script/publish-to-npm.js b/script/publish-to-npm.js index <HASH>..<HASH> 100644 --- a/script/publish-to-npm.js +++ b/script/publish-to-npm.js @@ -4,7 +4,6 @@ const path = require('path') const childProcess = require('child_process') const GitHubApi = require('github') const request = require('request') ...
chore: dont check version when publishing (#<I>)
electron_electron
train
c0ca183b3b1030f3b9a20564d82dbbb4dbb79c2f
diff --git a/src/main/java/com/iobeam/api/client/Iobeam.java b/src/main/java/com/iobeam/api/client/Iobeam.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/iobeam/api/client/Iobeam.java +++ b/src/main/java/com/iobeam/api/client/Iobeam.java @@ -356,6 +356,7 @@ public class Iobeam { boolean alreadySet = t...
Fix one case of not re-writing ID to path.
iobeam_iobeam-client-java
train
43dc55e5da39f67fab993502b0407f30bfca38e1
diff --git a/wordpress.php b/wordpress.php index <HASH>..<HASH> 100644 --- a/wordpress.php +++ b/wordpress.php @@ -100,7 +100,7 @@ group('uploads', function() { desc("Create and deploy wp-config.php for environment"); task('wp_config','app', function($app) { info("config","creating wp-config.php"); - file_put_con...
added a task that will override the default config with a wordpress suited config
tamagokun_pomander-wordpress
train
cfd1f5b46830bbb21256802fa581538129af2fcb
diff --git a/ext_emconf.php b/ext_emconf.php index <HASH>..<HASH> 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array( 'title' => 'PHPUnit', - 'description' => 'TYPO3 unit testing UI based on PHPUnit by Sebastian Bergmann.', + 'description' => 'Unit testing for TYPO3. Incl...
[TASK] Rework the extension description in ext_emconf.php Change-Id: Ic<I>c5ec4f<I>bbabde0b7f<I>e<I>c<I>ab<I> Resolves: #<I>
oliverklee_ext-phpunit
train
61fbd830953c5090c0bbd460f50560b342449139
diff --git a/tests/fixtures/cloud_uploader.py b/tests/fixtures/cloud_uploader.py index <HASH>..<HASH> 100644 --- a/tests/fixtures/cloud_uploader.py +++ b/tests/fixtures/cloud_uploader.py @@ -6,7 +6,7 @@ import boto3 from .checksumming_io.checksumming_io import ChecksummingSink from google.cloud.storage import Client ...
Lower logging level for cloud_uploader.
HumanCellAtlas_cloud-blobstore
train
fcefb0214fd96f27ff7dec0496c813221fa0b204
diff --git a/src/Resolve/Resolve.php b/src/Resolve/Resolve.php index <HASH>..<HASH> 100644 --- a/src/Resolve/Resolve.php +++ b/src/Resolve/Resolve.php @@ -111,8 +111,8 @@ class Resolve implements ResolveAdaptorInterface */ protected function resolveStatic($value) { - return function () use ($value) { - return...
Fix missing parameters on static and instance method invoke. When fixing for php<I>, the passing of the parameters to the resolved static and instance method closures was broken.
weavephp_weave
train
dbd962e1183e8bca8dfdd6587f8a21c0da9cbb2a
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Bug fixes: + +- APIClient#discover now memoizes the root response at class level (#35) + ### 2.4.1 (2017-03-15) Features: diff --git a/lib/routemaster/api_client.rb b/lib/routemaster/api_clien...
Memoisation of hypermedia discovery (#<I>)
deliveroo_routemaster-drain
train
c93a2170903c1139ab652a0c1a110427bed2b5da
diff --git a/src/Laiz/Template/Parser.php b/src/Laiz/Template/Parser.php index <HASH>..<HASH> 100644 --- a/src/Laiz/Template/Parser.php +++ b/src/Laiz/Template/Parser.php @@ -160,7 +160,7 @@ class Parser extends Template } private function parseVal($buf) { - if (!preg_match('/^{([[:alnum:]\.:_]+)}...
bugfix of parsing include section.
nishimura_laiz-template
train
a4102b48493d6d143610bf0d12357a7cdb88b291
diff --git a/nupic/support/configuration_base.py b/nupic/support/configuration_base.py index <HASH>..<HASH> 100644 --- a/nupic/support/configuration_base.py +++ b/nupic/support/configuration_base.py @@ -247,6 +247,7 @@ class Configuration(object): else: filePath = os.path.join(path, filename) + # ---...
Removed check for local config file... Which was happening outside of pkg_resources
numenta_nupic
train
95245fdde05428e3f3ca98ecc9dfb97684ba8b61
diff --git a/tasks/client.js b/tasks/client.js index <HASH>..<HASH> 100644 --- a/tasks/client.js +++ b/tasks/client.js @@ -186,7 +186,8 @@ module.exports = function (gulp, config) { var connect = require('gulp-connect'); connect.server({ - root: [config.build.distPath, './client'] + port: ...
feat(static server): port can be configured
emartech_boar-tasks-client
train
3052bbfa97d65b8868615cc0ecdc27dde92c1f6f
diff --git a/mtools/mlaunch/mlaunch.py b/mtools/mlaunch/mlaunch.py index <HASH>..<HASH> 100755 --- a/mtools/mlaunch/mlaunch.py +++ b/mtools/mlaunch/mlaunch.py @@ -230,6 +230,8 @@ class MongoLauncher(object): if verbose: print "waiting for mongod at %s to start up..."%host + pr...
[mlaunch] Print host and ports of launched replica set nodes
rueckstiess_mtools
train
a0413b585de075fc3873bec71a665568cdce77a3
diff --git a/lib/datalib.php b/lib/datalib.php index <HASH>..<HASH> 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -2831,5 +2831,20 @@ function sql_fullname($firstname='firstname',$lastname='lastname') { } } +/** + * Returns the proper SQL to do IS NULL + * + */ +function sql_isnull($fieldname) { + gl...
New function for sql portability: sql_isnull(). NOTE: I don't know how this is supposed to be phrased in Postgres. Can someone who does give a finger of help here? :)
moodle_moodle
train
54f33730b51ea2ac996696714536384c460442ef
diff --git a/test/plugin/test_out_elasticsearch.rb b/test/plugin/test_out_elasticsearch.rb index <HASH>..<HASH> 100644 --- a/test/plugin/test_out_elasticsearch.rb +++ b/test/plugin/test_out_elasticsearch.rb @@ -370,7 +370,7 @@ class ElasticsearchOutput < Test::Unit::TestCase stub_request(:put, "https://john:doe@lo...
Adding the stub URL for alias creation
uken_fluent-plugin-elasticsearch
train
68ed9ae2d384339bb0a8d02f31c34dbd696f3740
diff --git a/BREAKING.md b/BREAKING.md index <HASH>..<HASH> 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -102,6 +102,7 @@ + Haptic functions now return bool and/or error instead of int + Merged `KeyUpEvent` and `KeyDownEvent` into `KeyboardEvent` + Moved error to the last return value in `ShowMessageBox()` ++ Split...
sdl: events: Split JoyDeviceEvent into two different events #<I>
veandco_go-sdl2
train
2c490dadf22aeebb605ee1d45fe6835502e2aab5
diff --git a/client/html/themes/aimeos-detail.js b/client/html/themes/aimeos-detail.js index <HASH>..<HASH> 100644 --- a/client/html/themes/aimeos-detail.js +++ b/client/html/themes/aimeos-detail.js @@ -33,7 +33,7 @@ d.slice(e-c+1,e+c+2).addClass("slick-active").attr("aria-hidden","false")),0===a */ AimeosCatalogDet...
Fixed JS error if aimeos-detail.js is included in non-detail pages
aimeos_ai-client-html
train
ebf4323d4c70ea5e563d56a7b6836c970be81005
diff --git a/spyderlib/widgets/variableexplorer/collectionseditor.py b/spyderlib/widgets/variableexplorer/collectionseditor.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/variableexplorer/collectionseditor.py +++ b/spyderlib/widgets/variableexplorer/collectionseditor.py @@ -1065,6 +1065,10 @@ class BaseTableVie...
Variable Explorer: Fix copying values from variables that are not Arrays or Dataframes Fixes #<I>
spyder-ide_spyder
train
8e0c4050efd34b795c67de7ddf57f57d6fe867e8
diff --git a/lib/engine.js b/lib/engine.js index <HASH>..<HASH> 100644 --- a/lib/engine.js +++ b/lib/engine.js @@ -21,6 +21,12 @@ var requestAnimationFrame = global.requestAnimationFrame || global.oRequestAnimationFrame || global.msRequestAnimationFrame || fallbackRequestAnimationFrame; +var cancelAnimationFra...
use the timestamp parameter of requestAnimationFrame instead of new Date() - results in smoother and faster games
andrewrk_chem
train
5df85e3b741808a8a8088f36da732b291b481c83
diff --git a/rapidoid-pojo/src/main/java/org/rapidoid/pojo/impl/PojoDispatcherImpl.java b/rapidoid-pojo/src/main/java/org/rapidoid/pojo/impl/PojoDispatcherImpl.java index <HASH>..<HASH> 100644 --- a/rapidoid-pojo/src/main/java/org/rapidoid/pojo/impl/PojoDispatcherImpl.java +++ b/rapidoid-pojo/src/main/java/org/rapidoid...
POJO services with void return type now return "OK" instead of null.
rapidoid_rapidoid
train
40764a21117c9546e79688cf8e82a8a49815cc5a
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index <HASH>..<HASH> 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -17,6 +17,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_. dependency injection) - Raise better errors when the developer forgets to ...
Raise a warning when @inject is used without any resource() declarations
asphalt-framework_asphalt
train
eee785d6bb6a3ffc62dffdd819ed6c66c7967eb3
diff --git a/cassandra/decoder.py b/cassandra/decoder.py index <HASH>..<HASH> 100644 --- a/cassandra/decoder.py +++ b/cassandra/decoder.py @@ -793,8 +793,9 @@ cql_encoders = { datetime.datetime: cql_encode_datetime, datetime.date: cql_encode_date, dict: cql_encode_map_collection, - list: cql_encode_se...
Make key sequences require type wrapping, not collections
datastax_python-driver
train
81ed734de508cb9dff61d2bc2703e54bda02067a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( packages=['vent', 'vent.core', 'vent.core.file_drop', 'vent.core.rq_worker', 'vent.core.rq_dashboard', 'vent.menus', 'vent.core.rmq_es_connector', 'vent.helpers', 'vent.ap...
remove netifaces from package dependencies
CyberReboot_vent
train
39426da03b59d40043c606a542135b793b7b657d
diff --git a/src/__tests__/__snapshots__/index-test.js.snap b/src/__tests__/__snapshots__/index-test.js.snap index <HASH>..<HASH> 100644 --- a/src/__tests__/__snapshots__/index-test.js.snap +++ b/src/__tests__/__snapshots__/index-test.js.snap @@ -1221,7 +1221,19 @@ Array [ exports[`toArray consecutive ascii and non ...
Support ascii aliases followed by URLs and normal text without space.
tommoor_react-emoji-render
train
bb573cfc223eb9af9a253dc99933a4cef6ed8ca5
diff --git a/request-controller/src/main/java/org/wildfly/extension/requestcontroller/RequestController.java b/request-controller/src/main/java/org/wildfly/extension/requestcontroller/RequestController.java index <HASH>..<HASH> 100644 --- a/request-controller/src/main/java/org/wildfly/extension/requestcontroller/Reques...
WFCORE-<I> make findForcedTask method synchronised
wildfly_wildfly-core
train
d7fc6500da97bdfb70e088c7583716cc8d918877
diff --git a/astrobase/periodbase/kbls.py b/astrobase/periodbase/kbls.py index <HASH>..<HASH> 100644 --- a/astrobase/periodbase/kbls.py +++ b/astrobase/periodbase/kbls.py @@ -389,8 +389,8 @@ def bls_serial_pfind(times, mags, errs, # period and from all the other existing best periods by ...
periodbase: periodepsilon now a fraction diff instead of actual diff
waqasbhatti_astrobase
train
de7a8cfb70430e8b5dac790b6ace89ab5d922459
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,9 @@ Change Log Unreleased ---------- +[3.26.4] +-------- +* removed unnecessary call to ecom in bulk enrollment (process of assigning a license already accounts for this) [3.26.3] -------...
ENT-<I>: removing order creation, +version
edx_edx-enterprise
train
8a39f1a77738fe3314da4e2c465ec2943f3b5988
diff --git a/undertow/src/main/java/org/wildfly/extension/undertow/HttpInvokerDefinition.java b/undertow/src/main/java/org/wildfly/extension/undertow/HttpInvokerDefinition.java index <HASH>..<HASH> 100644 --- a/undertow/src/main/java/org/wildfly/extension/undertow/HttpInvokerDefinition.java +++ b/undertow/src/main/java...
WFLY-<I> org.wildfly.undertow.http-invoker.host capability violates its own contract
wildfly_wildfly
train
91e3cf0cd1ee5fd96e092855c24dcf451853e5cd
diff --git a/lib/bison.js b/lib/bison.js index <HASH>..<HASH> 100644 --- a/lib/bison.js +++ b/lib/bison.js @@ -304,7 +304,7 @@ // Bool case 0: - value = read(1); + value = read(1) ? true : false; break; // Null / EOS
Fix booleans getting transformed into integers.
BonsaiDen_BiSON.js
train
d6702b7ab256a62b859e5f26650f2b320d5ed8c5
diff --git a/activejob/lib/active_job/exceptions.rb b/activejob/lib/active_job/exceptions.rb index <HASH>..<HASH> 100644 --- a/activejob/lib/active_job/exceptions.rb +++ b/activejob/lib/active_job/exceptions.rb @@ -30,8 +30,8 @@ module ActiveJob # class RemoteServiceJob < ActiveJob::Base # retry_on Cu...
Fix name of the second parameter of block executed by `discard_on` and `retry_on` [ci skip] Follow up #<I> and ba<I>b5fc<I>a<I>d<I>d<I>bea<I>f<I>f<I>c.
rails_rails
train
0f034bde7bcddfc8172464f259ab06e553bb9165
diff --git a/lib/puppet/provider/user/useradd.rb b/lib/puppet/provider/user/useradd.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/provider/user/useradd.rb +++ b/lib/puppet/provider/user/useradd.rb @@ -40,15 +40,6 @@ Puppet::Type.type(:user).provide :useradd, :parent => Puppet::Provider::NameServ cmd end - ...
(#<I>) Remove duplicate flag on useradd The check in the useradd provider caused puppet to add the expiry flag twice when adding a user. The addproperties method does already add the expiry flag to the argument list. The default flag (dash and first letter of the property) does also match what useradd expects, so eve...
puppetlabs_puppet
train
536cac4fdf9468e7d849a4b61da6e4cde5282309
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### New features - [PR #613](https://github.com/rqlite/rqlite/pull/613): Support read-only, non-voting nodes. These provide read scalability for the system. - [PR #614](https://github.com/rqlite...
Allow log level control for Raft module Default log level is INFO.
rqlite_rqlite
train
2a2cd38d26f944ce557fa9f5d8b5e6b80cf168c4
diff --git a/cluster/src/main/java/io/atomix/cluster/AtomixClusterBuilder.java b/cluster/src/main/java/io/atomix/cluster/AtomixClusterBuilder.java index <HASH>..<HASH> 100644 --- a/cluster/src/main/java/io/atomix/cluster/AtomixClusterBuilder.java +++ b/cluster/src/main/java/io/atomix/cluster/AtomixClusterBuilder.java @...
Make Netty connection pool size configurable.
atomix_atomix
train
b7bdf49ef9c98df78ca2e505c201fd16643db19a
diff --git a/oct/core/hq.py b/oct/core/hq.py index <HASH>..<HASH> 100644 --- a/oct/core/hq.py +++ b/oct/core/hq.py @@ -1,6 +1,7 @@ from __future__ import print_function import zmq import time +import json class HightQuarter(object): @@ -29,7 +30,7 @@ class HightQuarter(object): self.config = config ...
update hq for pub sub pattern
TheGhouls_oct
train
f88799469a6748cecfa42b5e6088acc164a8d98f
diff --git a/uportal-war/src/main/java/org/jasig/portal/tenants/JpaTenantDao.java b/uportal-war/src/main/java/org/jasig/portal/tenants/JpaTenantDao.java index <HASH>..<HASH> 100644 --- a/uportal-war/src/main/java/org/jasig/portal/tenants/JpaTenantDao.java +++ b/uportal-war/src/main/java/org/jasig/portal/tenants/JpaTena...
UP-<I>: Fix mistake in a comment
Jasig_uPortal
train
b87692acce5f8c100a77afe3e4cfb8f0a836f8d8
diff --git a/gns3server/schemas/dynamips_vm.py b/gns3server/schemas/dynamips_vm.py index <HASH>..<HASH> 100644 --- a/gns3server/schemas/dynamips_vm.py +++ b/gns3server/schemas/dynamips_vm.py @@ -33,7 +33,7 @@ VM_CREATE_SCHEMA = { }, "dynamips_id": { "description": "Dynamips ID", - ...
Fix import of some old topologies from <I>
GNS3_gns3-server
train
85d9922abece7b0ed40d9707ab46bd5932d2a044
diff --git a/scapy.py b/scapy.py index <HASH>..<HASH> 100755 --- a/scapy.py +++ b/scapy.py @@ -21,6 +21,10 @@ # # $Log: scapy.py,v $ +# Revision 1.0.0.23 2005/09/08 05:29:23 pbi +# - added conf.debug_dissecto checks where it was missing in SuperSockets +# - Slice pcap object only once we know its not None ! (N. P...
- added conf.debug_dissecto checks where it was missing in SuperSockets - Slice pcap object only once we know its not None ! (N. Peterson)
secdev_scapy
train
d2218d3c164ca573b80635c81f1c1a36b2ddd38c
diff --git a/src/axelitus/Base/String.php b/src/axelitus/Base/String.php index <HASH>..<HASH> 100644 --- a/src/axelitus/Base/String.php +++ b/src/axelitus/Base/String.php @@ -1009,4 +1009,41 @@ class String extends PrimitiveString return preg_match($pattern, $input, $matches, $flags, $offset); } + + ...
Added the concat() function.
axelitus_php-base
train
2c7d1a35c24ccbb0fec3450d250006c03e4d8ccc
diff --git a/gwpy/plotter/layer.py b/gwpy/plotter/layer.py index <HASH>..<HASH> 100644 --- a/gwpy/plotter/layer.py +++ b/gwpy/plotter/layer.py @@ -30,7 +30,7 @@ class LayerCollection(OrderedDict): if type_ not in self.LAYER_TYPES: raise ValueError("No layer type '%s' defined for this " ...
LayerCollection: fix bug in OrderedDict calls
gwpy_gwpy
train
d2f53de3aca42c198f7f0504c1416a4d0694a167
diff --git a/modules/activiti-webapp-explorer/src/main/webapp/components/processes/processes.js b/modules/activiti-webapp-explorer/src/main/webapp/components/processes/processes.js index <HASH>..<HASH> 100644 --- a/modules/activiti-webapp-explorer/src/main/webapp/components/processes/processes.js +++ b/modules/activiti...
Resource-name that starts with forward slash should be escaped in URL
Activiti_Activiti
train
5babfff19a51b6321c50a07b1854502ae5d3aa33
diff --git a/src/components/containers/AnnotationAccordion.js b/src/components/containers/AnnotationAccordion.js index <HASH>..<HASH> 100644 --- a/src/components/containers/AnnotationAccordion.js +++ b/src/components/containers/AnnotationAccordion.js @@ -46,6 +46,8 @@ class AnnotationAccordion extends Component { } ...
hardcode displayNames to survive minification (#<I>)
plotly_react-chart-editor
train
7caa890616b1ae03108a81a366d39ac1a359c825
diff --git a/clients/ptranslator/src/test/java/org/hawkular/metrics/clients/ptrans/fullstack/CollectdITest.java b/clients/ptranslator/src/test/java/org/hawkular/metrics/clients/ptrans/fullstack/CollectdITest.java index <HASH>..<HASH> 100644 --- a/clients/ptranslator/src/test/java/org/hawkular/metrics/clients/ptrans/ful...
stdbuf: try with 'O' instead of '0'
hawkular_hawkular-metrics
train
eff102da5c79a3cdce1a6b2db070d8a5af984f30
diff --git a/productmd/images.py b/productmd/images.py index <HASH>..<HASH> 100644 --- a/productmd/images.py +++ b/productmd/images.py @@ -51,8 +51,8 @@ SUPPORTED_IMAGE_TYPES = ['boot', 'cd', 'docker', 'dvd', # ostree-based distribution 'dvd-ostree', ...
Add rhevm-ova as valid type
release-engineering_productmd
train
8a57f655e3f7cbab7d2018cc61b5fe184a518bc4
diff --git a/tasks/mozusync.js b/tasks/mozusync.js index <HASH>..<HASH> 100644 --- a/tasks/mozusync.js +++ b/tasks/mozusync.js @@ -127,9 +127,6 @@ module.exports = function (grunt) { }; function suffering(e) { - if (grunt.option("debug")) { - throw e; - } grunt.fail.fatal(grunt.log.wraptext(67, ...
removing nonstandard .done call
Mozu_grunt-mozu-appdev-sync
train
94b601361786c88cd56ca1241b41fcec1992aa97
diff --git a/templates/src/api/routes/___route.js b/templates/src/api/routes/___route.js index <HASH>..<HASH> 100644 --- a/templates/src/api/routes/___route.js +++ b/templates/src/api/routes/___route.js @@ -36,7 +36,7 @@ router.{{@key}}('{{../../subresource}}', (req, res, next) => { if (err) { {{#each ../resp...
fix: resolve generation of multiple constants with same name
fmvilas_swagger-node-codegen
train
fb0bd4e58c4e7ef38228f33faf02e27b410b56fd
diff --git a/lltk/decorators.py b/lltk/decorators.py index <HASH>..<HASH> 100755 --- a/lltk/decorators.py +++ b/lltk/decorators.py @@ -34,7 +34,7 @@ def _load_language(f): _lltk = __import__('lltk.' + language, globals(), locals(), [method], -1) except ImportError: from lltk.exceptions import LanguageNotSup...
Remove upper() when raising LanguageNotSupported
lltk_lltk
train
b6f6ed11596ecc912f402b2b99801ba7a39e475a
diff --git a/ykman/cli/__main__.py b/ykman/cli/__main__.py index <HASH>..<HASH> 100644 --- a/ykman/cli/__main__.py +++ b/ykman/cli/__main__.py @@ -34,7 +34,6 @@ from yubikit.management import USB_INTERFACE import ykman.logging_setup from .. import __version__ -from ..base import PID from ..pcsc import list_devices...
Improve handling of FIDO permissions on Windows.
Yubico_yubikey-manager
train
eda3ef270d567dbcc2e218fec0b700ce9ecb7b0c
diff --git a/lib/poly_belongs_to/core.rb b/lib/poly_belongs_to/core.rb index <HASH>..<HASH> 100644 --- a/lib/poly_belongs_to/core.rb +++ b/lib/poly_belongs_to/core.rb @@ -84,7 +84,7 @@ module PolyBelongsTo private # Return Array of current Class polymorphic records that are orphaned from parents -...
Updated type return on documentation for private methods
danielpclark_PolyBelongsTo
train
1ad86a46e2e881d9dae7844d33aaac4165a55893
diff --git a/middleware/recoverer.go b/middleware/recoverer.go index <HASH>..<HASH> 100644 --- a/middleware/recoverer.go +++ b/middleware/recoverer.go @@ -4,7 +4,9 @@ package middleware // https://github.com/zenazn/goji/tree/master/web/middleware import ( + "fmt" "net/http" + "os" "runtime/debug" ) @@ -22,6 ...
While recovering from panic, print it's argument along with stack (#<I>)
go-chi_chi
train
7a97689253080a7968a8b9ca80b80cf184e39df0
diff --git a/lib/wget.js b/lib/wget.js index <HASH>..<HASH> 100644 --- a/lib/wget.js +++ b/lib/wget.js @@ -80,6 +80,10 @@ function download(src, output, options, _parentEvent, redirects) { } else { res.pipe(writeStream); } + + //emit a start event so the user knows ...
emit start event when starting the download so the user knows the file-size he's going to download
ajhsu_node-wget-promise
train
98d4a4a8936e8d6b3417f2c057bafaba40874eee
diff --git a/lib/capybara/poltergeist/client.rb b/lib/capybara/poltergeist/client.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/poltergeist/client.rb +++ b/lib/capybara/poltergeist/client.rb @@ -35,7 +35,10 @@ module Capybara::Poltergeist @phantomjs_logger.write(data) end } - @pid = ...
Fix JRuby support I also deleted some pointless brittle tests.
teampoltergeist_poltergeist
train
e597d9efd98732ed4c68e94f6d6783214ec4a8c6
diff --git a/eureka-client/src/main/java/com/netflix/appinfo/InstanceInfo.java b/eureka-client/src/main/java/com/netflix/appinfo/InstanceInfo.java index <HASH>..<HASH> 100644 --- a/eureka-client/src/main/java/com/netflix/appinfo/InstanceInfo.java +++ b/eureka-client/src/main/java/com/netflix/appinfo/InstanceInfo.java @...
Don't use String.toUpperCase() InstanceInfo uses String.toUpperCase() without passing a Locale. This is very dangerous as it relies on the default locale which might not match the server's Locale. It is one of the APIs that are discouraged for use, and it is better if it always passes a Locale.ROOT.
Netflix_eureka
train
8a3e558348157efcd452317a8e24d403a745346f
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -36,26 +36,35 @@ executes. ### Overview -In your project's Gulpfile, lunch the plugin inside a task with the wanted configurations. The plugin will return the stream of the wanted file and optimally it's source map. +...
improved Gulpfile conventions now using gulp asynk tasks in the Gulpfile added an example of async task to the readme
welldone-software_gulp-durandal
train
f8fbeb08dd32bc58af2b9b65337414352490b0ad
diff --git a/app/models/licence_edition.rb b/app/models/licence_edition.rb index <HASH>..<HASH> 100644 --- a/app/models/licence_edition.rb +++ b/app/models/licence_edition.rb @@ -22,7 +22,7 @@ class LicenceEdition < Edition end def indexable_content - "#{super} #{licence_short_description} #{licence_overview...
Remove markup from licence_overview for search
alphagov_govuk_content_models
train
14f2271c6ba7d6a484b0c9d9d75f33584ea96a5f
diff --git a/core-bundle/tests/EventListener/UserSessionListenerTest.php b/core-bundle/tests/EventListener/UserSessionListenerTest.php index <HASH>..<HASH> 100644 --- a/core-bundle/tests/EventListener/UserSessionListenerTest.php +++ b/core-bundle/tests/EventListener/UserSessionListenerTest.php @@ -10,10 +10,12 @@ na...
[Core] Testing if session values are replaced on kernel request
contao_contao
train
bcccd797e67abb216687e62f76e90f26689e663e
diff --git a/src/ngrest/aw/CallbackFormWidget.php b/src/ngrest/aw/CallbackFormWidget.php index <HASH>..<HASH> 100644 --- a/src/ngrest/aw/CallbackFormWidget.php +++ b/src/ngrest/aw/CallbackFormWidget.php @@ -43,6 +43,7 @@ class CallbackFormWidget extends \yii\base\Widget * - buttonClass: string, an optional class ...
added reloadWindowOnSuccess for active form
luyadev_luya-module-admin
train
ebc802756ffcb5729d2ae0abef42009c10a15690
diff --git a/python-package/xgboost/compat.py b/python-package/xgboost/compat.py index <HASH>..<HASH> 100644 --- a/python-package/xgboost/compat.py +++ b/python-package/xgboost/compat.py @@ -48,3 +48,5 @@ except ImportError: XGBModelBase = object XGBClassifierBase = object XGBRegressorBase = object + ...
temp compatibility with sklearn
dmlc_xgboost
train
a4906f1deeeead001990a7801d7ce9e82bf76c5c
diff --git a/benchexec/tools/depthk.py b/benchexec/tools/depthk.py index <HASH>..<HASH> 100644 --- a/benchexec/tools/depthk.py +++ b/benchexec/tools/depthk.py @@ -76,11 +76,9 @@ class Tool(benchexec.tools.template.BaseTool): ): assert len(tasks) == 1, 'only one sourcefile supported' + assert ...
Path simplifications for some tool-info modules: all paths given to cmdline() function are already relative.
sosy-lab_benchexec
train
1eabbb42c4622eea7ef753be9ba2093cd842ede3
diff --git a/src/FelixOnline/Core/User.php b/src/FelixOnline/Core/User.php index <HASH>..<HASH> 100644 --- a/src/FelixOnline/Core/User.php +++ b/src/FelixOnline/Core/User.php @@ -298,7 +298,7 @@ class User extends BaseDB if(!LOCAL) { $ds = ldap_connect("addressbook.ic.ac.uk"); $r = ldap_bind($ds); - $justt...
Fix final couple of bugs in LDAP functions - store email in email field not name, load name from displayname not sn as this is just the surname.
FelixOnline_BaseApp
train
70d1ee3a0c9c2dc85b8f4362c2859347c02773a4
diff --git a/indra/explanation/model_checker.py b/indra/explanation/model_checker.py index <HASH>..<HASH> 100644 --- a/indra/explanation/model_checker.py +++ b/indra/explanation/model_checker.py @@ -398,30 +398,10 @@ class ModelChecker(object): len(input_rule_set)) return input_rule_set ...
Path sampling stub returns no path found
sorgerlab_indra
train
b5b4f51c66611ba56f683b0f1ba9c746e8041a59
diff --git a/tests/src/rules/no-unresolved.js b/tests/src/rules/no-unresolved.js index <HASH>..<HASH> 100644 --- a/tests/src/rules/no-unresolved.js +++ b/tests/src/rules/no-unresolved.js @@ -49,10 +49,6 @@ ruleTester.run('no-unresolved', rule, { , test({ code: 'export bar from "./bar"' , parser: 'babel-esl...
removed dumb test obviously this test only works on case-insensitive filesystems, and is otherwise useless. so the case-sensitive tests aren't especially meaningful when run in Travis's Linux VMs.
benmosher_eslint-plugin-import
train
b8ced9e00be1e0f7f774b154f19b58643b04df3c
diff --git a/tests/state_test.go b/tests/state_test.go index <HASH>..<HASH> 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -53,33 +53,25 @@ func TestState(t *testing.T) { //st.fails(`^stRevertTest/RevertPrecompiledTouch(_storage)?\.json/ConstantinopleFix/0`, "bug in test") //st.fails(`^stRevertTest/R...
tests: refactor TestState to dedupe walk callback Minor refactoring.
ethereum_go-ethereum
train
482b76d10dd32a1021655a3ed0c8596504ed93e0
diff --git a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbManagementSession.java b/modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbManagementSession.java index <HASH>..<HASH> 100644 --- a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/db/DbManagementSession.jav...
ACT-<I> fixing lower-upper case issues introduced by switching from a fixes database tables list to using database metadata
Activiti_Activiti
train
ae47f9f5d4780fffb1aef0fff22bdd043e16bb83
diff --git a/test/SockBotTest.js b/test/SockBotTest.js index <HASH>..<HASH> 100644 --- a/test/SockBotTest.js +++ b/test/SockBotTest.js @@ -14,7 +14,7 @@ const SockBot = require('../SockBot'), describe('SockBot', () => { describe('exports', () => { - const fns = ['start', 'stop', 'reloadConfig'], + ...
[ci skip] stub out broken tests while getting team feedback on new SockBot file
SockDrawer_SockBot
train
c4a06b2adb972a0a0c54c5eb7b4dfece2f438558
diff --git a/spec/hipchat_api_v2_spec.rb b/spec/hipchat_api_v2_spec.rb index <HASH>..<HASH> 100644 --- a/spec/hipchat_api_v2_spec.rb +++ b/spec/hipchat_api_v2_spec.rb @@ -322,18 +322,25 @@ describe "HipChat (API V2)" do describe "#user_update" do include_context "HipChatV2" - let(:user_update) { + let(:us...
Add an expectation to the User#update spec
hipchat_hipchat-rb
train
da6313d11af0812d0b5ebbb91e7482e6f254f124
diff --git a/system/Commands/Database/ShowTableInfo.php b/system/Commands/Database/ShowTableInfo.php index <HASH>..<HASH> 100644 --- a/system/Commands/Database/ShowTableInfo.php +++ b/system/Commands/Database/ShowTableInfo.php @@ -205,13 +205,10 @@ class ShowTableInfo extends BaseCommand foreach ($rows as $r...
refactor: use arrow function
codeigniter4_CodeIgniter4
train
6b9b42182b0a3283c492a909b683c13ae909a410
diff --git a/test/model/type/string.js b/test/model/type/string.js index <HASH>..<HASH> 100644 --- a/test/model/type/string.js +++ b/test/model/type/string.js @@ -346,7 +346,8 @@ suite( "Model Attribute Type `string`", function() { coerce( " SOME STRING ", {} ).should.be.equal( " SOME STRING " ); coerce( " SOME...
adding reference on issue regarding conversion failure in NodeJS
hitchyjs_odem
train
4f744e4545494a0a784dcfbedd246e2d5ae37f6c
diff --git a/lib/formalist/elements/standard/multi_upload_field.rb b/lib/formalist/elements/standard/multi_upload_field.rb index <HASH>..<HASH> 100644 --- a/lib/formalist/elements/standard/multi_upload_field.rb +++ b/lib/formalist/elements/standard/multi_upload_field.rb @@ -10,6 +10,10 @@ module Formalist attrib...
Add missing attributes to multi_upload_field
team-formalist_formalist-rb
train
138d815ae999d49cddac3102d1bd7f1afd755a8e
diff --git a/languagetool-language-modules/gl/src/main/java/org/languagetool/language/Galician.java b/languagetool-language-modules/gl/src/main/java/org/languagetool/language/Galician.java index <HASH>..<HASH> 100644 --- a/languagetool-language-modules/gl/src/main/java/org/languagetool/language/Galician.java +++ b/lang...
[gl] activate new java rules
languagetool-org_languagetool
train
675e30986e3aa2882093b8c983a93619f61a019d
diff --git a/paramiko/sftp_file.py b/paramiko/sftp_file.py index <HASH>..<HASH> 100644 --- a/paramiko/sftp_file.py +++ b/paramiko/sftp_file.py @@ -94,7 +94,7 @@ class SFTPFile (BufferedFile): pass def _data_in_prefetch_requests(self, offset, size): - k = [self._prefetch_extents[i] for i in se...
Clean up a list-comp (also fixes race condition)
paramiko_paramiko
train
3cb327f7ed759024ba19c54395b8f79ff3f320cd
diff --git a/lib/bam/version.rb b/lib/bam/version.rb index <HASH>..<HASH> 100644 --- a/lib/bam/version.rb +++ b/lib/bam/version.rb @@ -1,3 +1,3 @@ module BAM - VERSION = "1.0-7-g90a943c" + VERSION = "1.0-8-gdf167a5" end diff --git a/lib/bpl/ast/binding.rb b/lib/bpl/ast/binding.rb index <HASH>..<HASH> 100644 --- a/l...
Fast-ish and complete automatic resolution.
michael-emmi_bam-bam-boogieman
train
3b42c35199ff6f273ba801fe9b7d1dfee98daad4
diff --git a/lib/simple_navigation.rb b/lib/simple_navigation.rb index <HASH>..<HASH> 100644 --- a/lib/simple_navigation.rb +++ b/lib/simple_navigation.rb @@ -1,12 +1,3 @@ -# TODO this is only needed for testing since we do not load the RAILS_ENV... may be require these in the spec_helper? -require 'simple_navigation/c...
moved requiring of classes and modules to spec_helper (not needed with rails...)
codeplant_simple-navigation
train
a37fe0723660116b6f3bf1a65c50d4ecacf2e3c1
diff --git a/src/java/arjdbc/sqlite3/SQLite3RubyJdbcConnection.java b/src/java/arjdbc/sqlite3/SQLite3RubyJdbcConnection.java index <HASH>..<HASH> 100644 --- a/src/java/arjdbc/sqlite3/SQLite3RubyJdbcConnection.java +++ b/src/java/arjdbc/sqlite3/SQLite3RubyJdbcConnection.java @@ -400,7 +400,8 @@ public class SQLite3RubyJ...
Capture nano-second resolution on Time if it is specified. Simply re-use same format that Timestamp uses (it appears even though sqlite has time as a sql type it still just saves it as a string??).
jruby_activerecord-jdbc-adapter
train
f52425c3d4ad13a44e44d1419ec195e2bc0e0dfc
diff --git a/non-schema/java/src/org/whattf/checker/UnsupportedFeatureChecker.java b/non-schema/java/src/org/whattf/checker/UnsupportedFeatureChecker.java index <HASH>..<HASH> 100644 --- a/non-schema/java/src/org/whattf/checker/UnsupportedFeatureChecker.java +++ b/non-schema/java/src/org/whattf/checker/UnsupportedFeatu...
Drop warnings about "cite" attr per current spec. The current spec says, the cite attribute is "primarily intended for private use (e.g. by server-side scripts collecting statistics about a site's use of quotations), not for readers". So since the "The cite attribute on the blockquote element is not supported by brow...
validator_validator
train
a1a41b1538d2277978636418c5806891d82d5cd2
diff --git a/scikits/audiolab/__init__.py b/scikits/audiolab/__init__.py index <HASH>..<HASH> 100644 --- a/scikits/audiolab/__init__.py +++ b/scikits/audiolab/__init__.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# Last Change: Fri Dec 05 12:00 PM 2008 J +# Last Change: Fri Dec 05 02:00 PM 2008 J """ audiolab: a small...
Put available_ functions in main audiolab namespace.
cournape_audiolab
train
2f8d1fc67bec9d9dcb740b4a310a61e2dee2813a
diff --git a/pointer/smudge.go b/pointer/smudge.go index <HASH>..<HASH> 100644 --- a/pointer/smudge.go +++ b/pointer/smudge.go @@ -31,13 +31,12 @@ func Smudge(writer io.Writer, ptr *Pointer, workingfile string, cb lfs.CopyCallb } func downloadFile(writer io.Writer, ptr *Pointer, workingfile, mediafile string, cb lf...
move smudge message before the download actually starts
git-lfs_git-lfs
train
0506289340630e21db003638fbdbe042fc132c09
diff --git a/openquake/calculators/event_based_risk.py b/openquake/calculators/event_based_risk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/event_based_risk.py +++ b/openquake/calculators/event_based_risk.py @@ -210,7 +210,8 @@ class EventBasedRiskCalculator(base.RiskCalculator): if ...
Added a fixed seed to VulnerabilityFunctionWithPMF
gem_oq-engine
train
2cd06036a1c66846f7657d8e96946393370aba76
diff --git a/app/config/settings.js b/app/config/settings.js index <HASH>..<HASH> 100644 --- a/app/config/settings.js +++ b/app/config/settings.js @@ -175,7 +175,7 @@ var settings = { // Default settings // If set to unspecific i18next will always load the unspecific resource file (eg. en instead of en-US). ...
Turn off i<I>n debug log by default
cheton_webappengine
train
48d71c8a54c68c7aaf54da20bf894b99a7d15e34
diff --git a/jmetal-core/src/main/java/org/uma/jmetal/measure/impl/ListenerTimeMeasure.java b/jmetal-core/src/main/java/org/uma/jmetal/measure/impl/ListenerTimeMeasure.java index <HASH>..<HASH> 100644 --- a/jmetal-core/src/main/java/org/uma/jmetal/measure/impl/ListenerTimeMeasure.java +++ b/jmetal-core/src/main/java/or...
Fix: additional key missing in managed keys.
jMetal_jMetal
train
7532ea61277cc02e1a5e3f38f1c5f663ac8a0c35
diff --git a/tests/integration/cloud/clouds/test_vmware.py b/tests/integration/cloud/clouds/test_vmware.py index <HASH>..<HASH> 100644 --- a/tests/integration/cloud/clouds/test_vmware.py +++ b/tests/integration/cloud/clouds/test_vmware.py @@ -1,15 +1,9 @@ -# -*- coding: utf-8 -*- """ :codeauthor: Megan Wilhite <m...
Skip the test if the required host is not reachable.
saltstack_salt
train
49bf4018294422a812d27de41c7967e9e09452f9
diff --git a/src/common/core/corediff.js b/src/common/core/corediff.js index <HASH>..<HASH> 100644 --- a/src/common/core/corediff.js +++ b/src/common/core/corediff.js @@ -897,7 +897,7 @@ define(['common/util/canon', } applyAttributeChanges(n, nodeDiff.attr || {}); appl...
Fix double pointer creation issue. Now the base pointer of newly added nodes (inside apply functionality) should happen only once. Former-commit-id: dbd<I>ef<I>abe<I>faa<I>f<I>b1e<I>a<I>
webgme_webgme-engine
train
a4f38a61c85f08cc736384f5da59fda6a551bb5d
diff --git a/src/videocontext.js b/src/videocontext.js index <HASH>..<HASH> 100644 --- a/src/videocontext.js +++ b/src/videocontext.js @@ -155,6 +155,16 @@ export default class VideoContext{ func(this._currentTime); } } + + /** + * Get the canvas that the VideoContext is using. + ...
Add a "canvas" property to get the associated canvas
bbc_VideoContext
train
b48002945d05746621d7a9e57fd7625d97fe6437
diff --git a/django_dev/dev.py b/django_dev/dev.py index <HASH>..<HASH> 100644 --- a/django_dev/dev.py +++ b/django_dev/dev.py @@ -299,7 +299,7 @@ class DevTools(object): self.logger.info('Bootstrapping django-dev directory structure in current directory ...') self.make_venv(DJANGO_DEFAULT_VERSION) ...
Fixed south install stdout redirect.
idlesign_django-dev
train
33361c8c2330dc6bca2b1d5fbfcef65028443d12
diff --git a/modules/casper.js b/modules/casper.js index <HASH>..<HASH> 100644 --- a/modules/casper.js +++ b/modules/casper.js @@ -1120,7 +1120,7 @@ Casper.prototype.runStep = function runStep(step) { }, this.options.stepTimeout, this, new Date().getTime(), this.test.currentSuiteNum + "-" + this.step); } ...
it's already undefined if not an object
casperjs_casperjs
train
7d0ed4bd228057578a1a315c99ed7ece755c19f7
diff --git a/ella/articles/migrations/0002_article_data_to_publishable.py b/ella/articles/migrations/0002_article_data_to_publishable.py index <HASH>..<HASH> 100644 --- a/ella/articles/migrations/0002_article_data_to_publishable.py +++ b/ella/articles/migrations/0002_article_data_to_publishable.py @@ -17,8 +17,10 @@ cl...
authors migration moved to alter_self_foreignkeys
ella_ella
train
ea1224db10906a48d09da43f4eeff07b750584b0
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,43 @@ +Django Cassandra Engine +======================= + +django-cassandra-engine is a database wrapper for Django Framework. +It uses latest ``cqlengine`` which is currently the best Cassandra CQL 3 Object Ma...
Add support for test database creation/deletion * create and destroy test database * dummy sql_flush command * updated README file
r4fek_django-cassandra-engine
train
02ee04052aa6d35325aa5de4d38e52f76521be51
diff --git a/docs/usage.rst b/docs/usage.rst index <HASH>..<HASH> 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -551,6 +551,14 @@ To modify the default storage for all ``TinyDB`` instances, set the >>> TinyDB.DEFAULT_STORAGE = MemoryStorage +In case you need to access the storage instance directly, you can u...
Feat: implement direct storage access Closes #<I>
msiemens_tinydb
train
6ebd94de34bfd5a37911381b1ba4f29f8dbdf7d6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -78,7 +78,7 @@ module.exports = function CircularBuffer(opts) { if (buffer instanceof Buffer) self.copy(newBuffer); buffer = newBuffer; head = 0; - tail = self.length || 0; + tail = oldLength || 0; }
Oops, was so focused on getting a minimal failing test, forgot to re-fix the problem afterwards :)
cbarrick_CircularBuffer
train