hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2fd88aba418c3b98fb17bb63d1dfbb9a9093725b
diff --git a/pydba/postgres.py b/pydba/postgres.py index <HASH>..<HASH> 100644 --- a/pydba/postgres.py +++ b/pydba/postgres.py @@ -1,10 +1,12 @@ """Support for PostgreSQL database interactions.""" +import getpass import os import socket import logging import subprocess from collections import namedtuple +import...
- added method that drops user into native DB client shell
drkjam_pydba
train
967a9ca7de312d9ef1de3cdf164274e2d9bab285
diff --git a/lnwallet/script_utils.go b/lnwallet/script_utils.go index <HASH>..<HASH> 100644 --- a/lnwallet/script_utils.go +++ b/lnwallet/script_utils.go @@ -817,6 +817,31 @@ func htlcSpendSuccess(signer Signer, signDesc *SignDescriptor, return witnessStack, nil } +// htlcSpendRevoke spends a second-level HTLC ou...
lnwallet: add new HtlcSecondLevelRevoke witness type In this commit, we add a new witness type to the set of known types. This new type will be used when we need to sweep an HTLC that the remote party has taken to the second level.
lightningnetwork_lnd
train
6dbd7cab3428effedd72b2c778e068b7512d8ff8
diff --git a/nanopq/convert_faiss.py b/nanopq/convert_faiss.py index <HASH>..<HASH> 100644 --- a/nanopq/convert_faiss.py +++ b/nanopq/convert_faiss.py @@ -2,7 +2,7 @@ import importlib spec = importlib.util.find_spec("faiss") if spec is None: - raise ImportError("Cannot find the faiss module.") + pass # If fai...
just skip if faiss hasn't been installed
matsui528_nanopq
train
493b56015e73f18131d6eb60fe247ab9bede3724
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Nosey Changelog =============== +Version 0.1.2 (2013-09-07) +-------------------------- + +- Upgrade docopt to version 0.6.1. + + Version 0.1.1 (2013-01-05) -------------------------- diff --git a...
Set version to <I>.
joeyespo_nosey
train
ca40e9478735167705816bffe7ef1435767cf15b
diff --git a/robber/matchers/called.py b/robber/matchers/called.py index <HASH>..<HASH> 100644 --- a/robber/matchers/called.py +++ b/robber/matchers/called.py @@ -14,7 +14,9 @@ class Called(Base): raise TypeError('{actual} is not a mock'.format(actual=self.actual)) def failure_message(self): - ...
[f] Add support for not_to.be.called
vesln_robber.py
train
ada1fe09145c3ae1f05b9e57ac40a4e74ed407be
diff --git a/scrapple/cmd.py b/scrapple/cmd.py index <HASH>..<HASH> 100644 --- a/scrapple/cmd.py +++ b/scrapple/cmd.py @@ -44,7 +44,7 @@ def runCLI(): """ args = docopt(__doc__, version='0.3.0') try: - handle_exceptions(args) + check_arguments(args) command_list = ['genconfig', 'ru...
Rename 'handle_exceptions' as 'check_arguments' in cmd module
AlexMathew_scrapple
train
4a363a9eadb934ca924896a6b10939a43654e69d
diff --git a/app/controllers/s3_relay/uploads_controller.rb b/app/controllers/s3_relay/uploads_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/s3_relay/uploads_controller.rb +++ b/app/controllers/s3_relay/uploads_controller.rb @@ -43,7 +43,11 @@ class S3Relay::UploadsController < ApplicationController ...
Only use current user id if present.
kjohnston_s3_relay
train
86540ab3a88a976b3e7ac8b2c83e62408727dc4b
diff --git a/openvidu-server/src/main/java/io/openvidu/server/recording/service/ComposedRecordingService.java b/openvidu-server/src/main/java/io/openvidu/server/recording/service/ComposedRecordingService.java index <HASH>..<HASH> 100644 --- a/openvidu-server/src/main/java/io/openvidu/server/recording/service/ComposedRe...
openvidu-server: set ready state to COMPOSED video recordings
OpenVidu_openvidu
train
8b1e3e105e15dd70e571de3e191b669eeb2a1986
diff --git a/config/default/testRunner.conf.php b/config/default/testRunner.conf.php index <HASH>..<HASH> 100644 --- a/config/default/testRunner.conf.php +++ b/config/default/testRunner.conf.php @@ -389,6 +389,12 @@ return [ */ 'contentNavigatorType' => 'default' ], + /** + ...
feat: enhance config by new property for review plugin
oat-sa_extension-tao-testqti
train
83fcfe1bb0a2a9cc82cf1651c481763781fd12cd
diff --git a/src/saml2/utils.py b/src/saml2/utils.py index <HASH>..<HASH> 100644 --- a/src/saml2/utils.py +++ b/src/saml2/utils.py @@ -175,7 +175,8 @@ def make_instance(klass, spec): def parse_attribute_map(filenames): """ Expects a file with each line being composed of the oid for the attribute - exactly...
Format of the map file changed a bit so some code pieces had to be updated
IdentityPython_pysaml2
train
a00bd52a51adbf6e574522c3359ac22caa02d63c
diff --git a/test/kg/apc/emulators/TestJMeterUtils.java b/test/kg/apc/emulators/TestJMeterUtils.java index <HASH>..<HASH> 100644 --- a/test/kg/apc/emulators/TestJMeterUtils.java +++ b/test/kg/apc/emulators/TestJMeterUtils.java @@ -1,25 +1,23 @@ package kg.apc.emulators; -import java.io.*; -import java.util.Locale; -...
Fixed generated testData to be alphanumeric to ensure that there are no \r\n characters (not sure if this is a problem in HTTPRawSampler.parseResponse method). Also reduced the amount of data generated in the test to 1M instead of <I>M (causes OOM errors)
undera_jmeter-plugins
train
ab6eca563bdff2b2561283104a878f18bdfb980e
diff --git a/requirements.txt b/requirements.txt index <HASH>..<HASH> 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ requests>=2.9.1 tqdm>=3.7.1 arrow +tabulate diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ classifiers = [ setup(na...
minor version bump for file tabulate feature
TadLeonard_tfatool
train
2a48d7d74076268f113dc9adc910da42731c136f
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -33,6 +33,23 @@ function getPattern (path, source) { return pattern } +function describeFile (src) { + const contents = readFileSync(src) + const contentLength = contents.length + const tag = md5Hex(co...
refactor how files are described Use 'description' rather than 'detail'. Extract into a function.
novemberborn_babel-plugin-files
train
8a6fbd2fb96a193184fa18de211d6b313b888648
diff --git a/baron/render.py b/baron/render.py index <HASH>..<HASH> 100644 --- a/baron/render.py +++ b/baron/render.py @@ -373,7 +373,7 @@ nodes_rendering_order = { ("formatting", "third_formatting", True), ("constant", "in", True), ("formatting", "fourth_formatt...
[fix] list declared as a key in nodes_rendering_order
PyCQA_baron
train
6dbe84c18508a8f36edb5a06f7f9ad1e1bbbde08
diff --git a/lib/lwm2m-common.js b/lib/lwm2m-common.js index <HASH>..<HASH> 100644 --- a/lib/lwm2m-common.js +++ b/lib/lwm2m-common.js @@ -648,8 +648,8 @@ export class ResourceRepositoryBuilder { if (opts.enableDTLS) { uriPrefix = 'coaps://'; repo[`${securityUriPrefix}/2`].value = 0; // PSK - re...
Fix an issue where ACL was missing for PSK resources
CANDY-LINE_node-red-contrib-lwm2m
train
31ec39310d68521985436b62d7ed3a6753d92b25
diff --git a/tests/aws/requests/compute/tag_tests.rb b/tests/aws/requests/compute/tag_tests.rb index <HASH>..<HASH> 100644 --- a/tests/aws/requests/compute/tag_tests.rb +++ b/tests/aws/requests/compute/tag_tests.rb @@ -1,4 +1,6 @@ Shindo.tests('Fog::Compute[:aws] | tag requests', ['aws']) do + Fog::Compute::AWS::Mock...
[AWS|Core] Stop flapping test by clearing out mock data
fog_fog
train
7bb00425c102699c52817458265034e460e92aac
diff --git a/pandas/tests/test_frame.py b/pandas/tests/test_frame.py index <HASH>..<HASH> 100644 --- a/pandas/tests/test_frame.py +++ b/pandas/tests/test_frame.py @@ -6,6 +6,7 @@ from StringIO import StringIO import cPickle as pickle import operator import os +import sys import unittest from numpy import random,...
TST: Python <I> float formatting changed
pandas-dev_pandas
train
9980ad14d8d8907c64acf691fdcb8ab72612236f
diff --git a/js/gdax.js b/js/gdax.js index <HASH>..<HASH> 100644 --- a/js/gdax.js +++ b/js/gdax.js @@ -83,6 +83,7 @@ module.exports = class gdax extends Exchange { 'post': [ 'deposits/coinbase-account', 'deposits/payment-method', + ...
Added url endpoint for gdax to retrieve deposit address
ccxt_ccxt
train
f27253e0cd590a60de2dc389c89be661d22d0f92
diff --git a/src/main/java/com/amazon/carbonado/repo/jdbc/LoggingCallableStatement.java b/src/main/java/com/amazon/carbonado/repo/jdbc/LoggingCallableStatement.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/amazon/carbonado/repo/jdbc/LoggingCallableStatement.java +++ b/src/main/java/com/amazon/carbonado/repo/...
Support compilation with JDK <I>.
Carbonado_Carbonado
train
d8fb1b2d876df4013ac086dcef266a71902237c6
diff --git a/lib/gcli/commands/demo/demo.js b/lib/gcli/commands/demo/demo.js index <HASH>..<HASH> 100644 --- a/lib/gcli/commands/demo/demo.js +++ b/lib/gcli/commands/demo/demo.js @@ -190,124 +190,4 @@ exports.items = [ return 'date1=' + args.date1 + ' date2=' + args.date2; } }, - { - // 'gcli file' c...
sync-<I>: Remove 'file' from the set of browser types Means removing some demo commands, and registering the 'file' type in server-only contexts.
joewalker_gcli
train
84fff89d3f0a67c7c839593db4d79d1b738d63c7
diff --git a/normalize/selector.py b/normalize/selector.py index <HASH>..<HASH> 100644 --- a/normalize/selector.py +++ b/normalize/selector.py @@ -431,6 +431,15 @@ class MultiFieldSelector(object): for x in tail: yield head_selector + x + def __getitem__(self, index): + ...
MultiFieldSelector: allow traversing using dict indexing Allow a MultiFieldSelector to be more easily passed down into a visitor function by supporting __getattr__ and __contains__
hearsaycorp_normalize
train
2456aaa5f425e46abeace7a005962058a422fbdd
diff --git a/doc/_ext/saltdomain.py b/doc/_ext/saltdomain.py index <HASH>..<HASH> 100644 --- a/doc/_ext/saltdomain.py +++ b/doc/_ext/saltdomain.py @@ -290,7 +290,7 @@ class SaltDomain(python_domain.PythonDomain): type, target, node, contnode) # Monkey-patch the Python domain remove the python mo...
Porting PR #<I> to <I>
saltstack_salt
train
885c7994f3f4f2d76de8f28b046a4bd9f697afd2
diff --git a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js +++ b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js @@ -8,6 +8,7 @@ var editStates = { S...
VDBMC-<I>: Fixed stop button for multiple machine
VoltDB_voltdb
train
5257f13fa45ea8908a3214492d03353bec562fc7
diff --git a/src/mako/application/cli/commands/app/ListRoutes.php b/src/mako/application/cli/commands/app/ListRoutes.php index <HASH>..<HASH> 100644 --- a/src/mako/application/cli/commands/app/ListRoutes.php +++ b/src/mako/application/cli/commands/app/ListRoutes.php @@ -61,6 +61,7 @@ class ListRoutes extends Command ...
The app.routes command now lists route constraints
mako-framework_framework
train
044ee2a9f54d70ead162b16b475188c2753dbbb1
diff --git a/code_generation/code_generator_online.py b/code_generation/code_generator_online.py index <HASH>..<HASH> 100644 --- a/code_generation/code_generator_online.py +++ b/code_generation/code_generator_online.py @@ -325,6 +325,7 @@ def output(folder, results, html_content=None): # end if # wr...
[code_generation] Fixed some WIP bugs for that new template
luckydonald_pytgbot
train
c946e1441924cf6423a58efb10167a04ee1d9aaf
diff --git a/lib/genealogy/alter_methods.rb b/lib/genealogy/alter_methods.rb index <HASH>..<HASH> 100644 --- a/lib/genealogy/alter_methods.rb +++ b/lib/genealogy/alter_methods.rb @@ -8,7 +8,7 @@ module Genealogy # add method define_method "add_#{parent}" do |relative| unless relative.nil? - ...
check on compatibility among linked objects changed
masciugo_genealogy
train
341e79c469fe9aa9bbce5717a8093e14f0fb77a4
diff --git a/tests/TestCase/View/Helper/BreadcrumbsHelperTest.php b/tests/TestCase/View/Helper/BreadcrumbsHelperTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/View/Helper/BreadcrumbsHelperTest.php +++ b/tests/TestCase/View/Helper/BreadcrumbsHelperTest.php @@ -58,7 +58,7 @@ class BreadcrumbsHelperTest extends...
Fix testing requiring route config file
FriendsOfCake_bootstrap-ui
train
205eec54d0f1ddadab30070be472e2b467504cf9
diff --git a/kafka_utils/util/ssh.py b/kafka_utils/util/ssh.py index <HASH>..<HASH> 100644 --- a/kafka_utils/util/ssh.py +++ b/kafka_utils/util/ssh.py @@ -51,7 +51,7 @@ class Connection: :raises SSHException: if the server fails to execute the command """ - new_command = "sudo -S -p 'sudo pas...
PR changes to remove -S -p from sudo command.
Yelp_kafka-utils
train
aec340f02cc33c38f47f0172915fc7b1d904d158
diff --git a/go/vt/vttablet/tabletmanager/vreplication/vplayer_flaky_test.go b/go/vt/vttablet/tabletmanager/vreplication/vplayer_flaky_test.go index <HASH>..<HASH> 100644 --- a/go/vt/vttablet/tabletmanager/vreplication/vplayer_flaky_test.go +++ b/go/vt/vttablet/tabletmanager/vreplication/vplayer_flaky_test.go @@ -1271,...
Don't run json test in CI for percona/mariadb flavors, which either don't have json support or have not yet been enabled
vitessio_vitess
train
bce520c6111c2afa690a1aa6dc99d63c6631d6c2
diff --git a/src/views/master.blade.php b/src/views/master.blade.php index <HASH>..<HASH> 100644 --- a/src/views/master.blade.php +++ b/src/views/master.blade.php @@ -6,8 +6,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="<?= csrf_token() ?>" /> ...
Use https and get the fonts using only 1 request
the-control-group_voyager
train
b51000fc984a709bbb6681be1f0c5cea56eeaf5a
diff --git a/inc/covergenerator/class-docraptorpdf.php b/inc/covergenerator/class-docraptorpdf.php index <HASH>..<HASH> 100644 --- a/inc/covergenerator/class-docraptorpdf.php +++ b/inc/covergenerator/class-docraptorpdf.php @@ -76,7 +76,7 @@ class DocraptorPdf extends Generator { */ public function __construct( Inp...
Fix path to USWebCoatedSWOP.icc (#<I>) Bad copy/paste from pressbooks-docraptor
pressbooks_pressbooks
train
c0a558a309c4eae4f7ca62a02e8b47814a51d694
diff --git a/src/JMS/Serializer/EventDispatcher/Events.php b/src/JMS/Serializer/EventDispatcher/Events.php index <HASH>..<HASH> 100644 --- a/src/JMS/Serializer/EventDispatcher/Events.php +++ b/src/JMS/Serializer/EventDispatcher/Events.php @@ -22,6 +22,7 @@ abstract class Events { const PRE_SERIALIZE = 'serializer...
Add the PRE_DESERIALIZE event to the Events class
schmittjoh_serializer
train
41136f1a3f08c99e065d56b6315cec11460b6899
diff --git a/src/plone/app/mosaic/browser/static/js/mosaic.core.js b/src/plone/app/mosaic/browser/static/js/mosaic.core.js index <HASH>..<HASH> 100755 --- a/src/plone/app/mosaic/browser/static/js/mosaic.core.js +++ b/src/plone/app/mosaic/browser/static/js/mosaic.core.js @@ -270,6 +270,7 @@ define([ ...
Fix setting active tab on page properties. Fix setting rich field.
plone_plone.app.mosaic
train
f4642c1a9ce2e2681d136ffbdb012c72a4ead386
diff --git a/lib/helpers/iterate.js b/lib/helpers/iterate.js index <HASH>..<HASH> 100644 --- a/lib/helpers/iterate.js +++ b/lib/helpers/iterate.js @@ -15,7 +15,7 @@ import { isArrayLike, isUndefined } from './checkTypes'; /** * @function iterate - * @param {(Object|Array|null)} object - Value to iterate over. + * ...
helpers.iterate: iterate over undefined.
dwaynejs_dwayne
train
98c0afa781250515378c66bec09c2b70dbf74e70
diff --git a/girder/api/v1/folder.py b/girder/api/v1/folder.py index <HASH>..<HASH> 100644 --- a/girder/api/v1/folder.py +++ b/girder/api/v1/folder.py @@ -109,13 +109,13 @@ class Folder(Resource): .errorResponse('Read access was denied on the parent resource.', 403) ) def findPosition(self, folder, p...
Make some code clearer. Remove useless lines.
girder_girder
train
b8a654cb195b8f7db38a501e6d7178d2b0b070da
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index <HASH>..<HASH> 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -26,6 +26,6 @@ if ( } /** @var Composer\Autoload\ClassLoader $loader */ -$loader->addPsr4('Contao\\Composer\\Test\\', __DIR__); +$loader->addPsr4('Contao\Composer\Test\\', __DIR_...
Correctly escape back slashes in single quote strings.
contao-components_installer
train
e42443ca9ec849fb4ecaf47a90e7922081a08d18
diff --git a/lib/ok_computer/built_in_checks/cache_check.rb b/lib/ok_computer/built_in_checks/cache_check.rb index <HASH>..<HASH> 100644 --- a/lib/ok_computer/built_in_checks/cache_check.rb +++ b/lib/ok_computer/built_in_checks/cache_check.rb @@ -1,7 +1,12 @@ module OkComputer + # Verifies that the Rails cache is set...
Make host configurable in CacheCheck
sportngin_okcomputer
train
7abc3250668fac17c03d43f17007cd1cd20f2423
diff --git a/src/main/java/pl/pkk82/filehierarchygenerator/FileHierarchyGenerator.java b/src/main/java/pl/pkk82/filehierarchygenerator/FileHierarchyGenerator.java index <HASH>..<HASH> 100644 --- a/src/main/java/pl/pkk82/filehierarchygenerator/FileHierarchyGenerator.java +++ b/src/main/java/pl/pkk82/filehierarchygenerat...
Correct behaviour for directories with separator
pkk82_file-hierarchy-generator
train
3d300f5417f026943a50452ba23e54ba15e3cf3f
diff --git a/lib/health_inspector/checklists/base.rb b/lib/health_inspector/checklists/base.rb index <HASH>..<HASH> 100644 --- a/lib/health_inspector/checklists/base.rb +++ b/lib/health_inspector/checklists/base.rb @@ -26,16 +26,22 @@ module HealthInspector @context.knife.ui end + def server_item...
Remove duplicate code from checklists Conflicts: lib/health_inspector/checklists/cookbooks.rb
bmarini_knife-inspect
train
3cb0fb4c192b946a318a2b89d465b72b8fce3957
diff --git a/test/sizzle/selector.js b/test/sizzle/selector.js index <HASH>..<HASH> 100755 --- a/test/sizzle/selector.js +++ b/test/sizzle/selector.js @@ -1,4 +1,4 @@ -var DomUtils = require("htmlparser2").DomUtils, +var DomUtils = require("domutils"), helper = require("../tools/helper.js"), CSSselect = helpe...
Fix unit tests The unit tests rely on a version of the `DomUtils` module that is newer than the one currently packaged with `HtmlParser2` [1]. This project already lists a compatible version `DomUtils` as a dependency, so use the module directly. [1] <URL>
fb55_css-select
train
f845943c47f41445e6f865cb483eb9a3aaf068f4
diff --git a/system/src/Grav/Common/Page/Collection.php b/system/src/Grav/Common/Page/Collection.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Page/Collection.php +++ b/system/src/Grav/Common/Page/Collection.php @@ -273,32 +273,18 @@ class Collection extends Iterator $end = $endDate ? Utils::dat...
Optimize PR #<I> (#<I>)
getgrav_grav
train
4c34442de00f8ce06636dcb76869b4694d28fcea
diff --git a/src/Controller/DefaultController.php b/src/Controller/DefaultController.php index <HASH>..<HASH> 100644 --- a/src/Controller/DefaultController.php +++ b/src/Controller/DefaultController.php @@ -203,7 +203,13 @@ class DefaultController extends Base */ public function postRemap() { - $...
Allowing child controllers to override specific methods
nails_module-api
train
9688dacb196b2822393b856cb29d28a413aeb49b
diff --git a/tests/test_main.py b/tests/test_main.py index <HASH>..<HASH> 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -13,6 +13,7 @@ import os import sys from tempfile import mkdtemp, TemporaryFile, NamedTemporaryFile from shutil import rmtree +import subprocess import scuba.__main__ as main impo...
scuba: Add unit test for running scuba with no argument
JonathonReinhart_scuba
train
e52bbc24f7e2ee196282f7c726c084fe1aa7ecef
diff --git a/gdx-ai/src/com/badlogic/gdx/ai/steer/limiters/NullLimiter.java b/gdx-ai/src/com/badlogic/gdx/ai/steer/limiters/NullLimiter.java index <HASH>..<HASH> 100644 --- a/gdx-ai/src/com/badlogic/gdx/ai/steer/limiters/NullLimiter.java +++ b/gdx-ai/src/com/badlogic/gdx/ai/steer/limiters/NullLimiter.java @@ -48,11 +48...
Now NullLimiter supports getZeroLinearSpeedThreshold.
libgdx_gdx-ai
train
8498a56fe2b02ec0bc1c2d7cf133738e1da8c4a8
diff --git a/python/ray/tests/test_metrics.py b/python/ray/tests/test_metrics.py index <HASH>..<HASH> 100644 --- a/python/ray/tests/test_metrics.py +++ b/python/ray/tests/test_metrics.py @@ -1,6 +1,5 @@ import os import platform -import time import grpc import psutil # We must import psutil after ray because we ...
[Core][fix] Increasing timeout on non-windows for test_metrics (#<I>) The test was timing out. A normal pass was ~<I>secs.
ray-project_ray
train
5c816dabca64bf2815a1a8a78a3c3bc7b3f39526
diff --git a/middleware.go b/middleware.go index <HASH>..<HASH> 100644 --- a/middleware.go +++ b/middleware.go @@ -7,7 +7,9 @@ package gojiutil import ( "crypto/rand" "encoding/base64" + "encoding/json" "fmt" + "io" "net/http" "runtime" "strconv" @@ -225,3 +227,61 @@ func ContextLogger(c *web.C, h http.Han...
added GetJSONBody middleware
rightscale_gojiutil
train
8c8bc9c4ca2ef9c7113012b942facb8bc5670036
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ php: - 5.4 - 5.5 - 5.6 - - 7.0 - hhvm install: composer install --dev diff --git a/src/Post.php b/src/Post.php index <HASH>..<HASH> 100644 --- a/src/Post.php +++ b/src/Post.php @@ -12,7...
Removing PHP 7 environment and changing arrays to bracket arrays.
softiciel_php-rest-client
train
fd7349cf1d9d48ba444a836ccb2565fdab5560a4
diff --git a/internal/service/outposts/outpost_instance_types_data_source_test.go b/internal/service/outposts/outpost_instance_types_data_source_test.go index <HASH>..<HASH> 100644 --- a/internal/service/outposts/outpost_instance_types_data_source_test.go +++ b/internal/service/outposts/outpost_instance_types_data_sour...
outposts: Remove service from funcs
terraform-providers_terraform-provider-aws
train
0748b6a45d2a43446c9184cb7248f71cc25cd8f5
diff --git a/lib/ey-deploy/deploy.rb b/lib/ey-deploy/deploy.rb index <HASH>..<HASH> 100644 --- a/lib/ey-deploy/deploy.rb +++ b/lib/ey-deploy/deploy.rb @@ -115,22 +115,20 @@ module EY # task def bundle - roles :app_master, :app, :solo do - if File.exist?("#{c.latest_release}/Gemfile") - ...
Bundle gems on all instance types. [#<I> state:merged]
engineyard_engineyard-serverside
train
d12540a3e72f7a7df8fd7e5abc48e3470b74e801
diff --git a/scripts/pre-release.py b/scripts/pre-release.py index <HASH>..<HASH> 100755 --- a/scripts/pre-release.py +++ b/scripts/pre-release.py @@ -91,7 +91,7 @@ class Ref(SmartGetitem): @cache def serializer_version(self): - return self.extract_version_macro("src/config/args.hpp", 'serializer') +...
Update pre-release check script for current variable defines
rethinkdb_rethinkdb
train
bf01ee8169a595340cb5092dc23fe770d63da049
diff --git a/packages/webcube/server/ssrRoute.js b/packages/webcube/server/ssrRoute.js index <HASH>..<HASH> 100644 --- a/packages/webcube/server/ssrRoute.js +++ b/packages/webcube/server/ssrRoute.js @@ -140,6 +140,7 @@ Object.keys(entries).forEach(entry => { language: 'en', i18n: serveri18n, ...
add cookies to ssrRoute
dexteryy_Project-WebCube
train
649e15373c41b6cddc51c73d391049bad8eaaa11
diff --git a/packages/cozy-client/examples/albums-relationships.js b/packages/cozy-client/examples/albums-relationships.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/examples/albums-relationships.js +++ b/packages/cozy-client/examples/albums-relationships.js @@ -1,4 +1,3 @@ -const minimist = require('minimi...
refactor: Remove warn lint
cozy_cozy-client
train
a0bb5014a658d6d73da6dc05f5b50439d53e24ac
diff --git a/examples/estimate_parameters_cross_validation.py b/examples/estimate_parameters_cross_validation.py index <HASH>..<HASH> 100644 --- a/examples/estimate_parameters_cross_validation.py +++ b/examples/estimate_parameters_cross_validation.py @@ -52,23 +52,22 @@ def estimate_via_quic(X, num_folds, metric='log_l...
Make quic gridsearch cleaner, easier to read
skggm_skggm
train
c47f06bf8143fafe394dd80f00f1f2baa0cf2665
diff --git a/unit_tests/test_non_canonical.py b/unit_tests/test_non_canonical.py index <HASH>..<HASH> 100644 --- a/unit_tests/test_non_canonical.py +++ b/unit_tests/test_non_canonical.py @@ -1,3 +1,4 @@ +import copy import unittest import isambard_dev as isambard @@ -14,12 +15,17 @@ class TestConvertProToHyp(unitte...
Adds test for maintaining common atom positions.
woolfson-group_isambard
train
1a3313842cbfb650fa518ac42e7599d4ce24fdfd
diff --git a/labelImg.py b/labelImg.py index <HASH>..<HASH> 100755 --- a/labelImg.py +++ b/labelImg.py @@ -1054,7 +1054,10 @@ class MainWindow(QMainWindow, WindowMixin): self.canvas.setEnabled(False) if file_path is None: file_path = self.settings.get(SETTING_FILENAME) - + #Deselec...
Fixed delete selected shape error. (#<I>)
tzutalin_labelImg
train
8de3bd6b3c0b825a562d02c22291678fb662e7b6
diff --git a/src/tuwien/auto/calimero/knxnetip/servicetype/SearchResponse.java b/src/tuwien/auto/calimero/knxnetip/servicetype/SearchResponse.java index <HASH>..<HASH> 100644 --- a/src/tuwien/auto/calimero/knxnetip/servicetype/SearchResponse.java +++ b/src/tuwien/auto/calimero/knxnetip/servicetype/SearchResponse.java @...
Accessor for distinguishing v2 responses
calimero-project_calimero-core
train
15baf090db1ac3c749df6581545a3e0bcd326e7b
diff --git a/modules/cmsadmin/resources/js/cmsadmin.js b/modules/cmsadmin/resources/js/cmsadmin.js index <HASH>..<HASH> 100644 --- a/modules/cmsadmin/resources/js/cmsadmin.js +++ b/modules/cmsadmin/resources/js/cmsadmin.js @@ -322,7 +322,7 @@ return FilterService.get(); }, men...
fixed issue where default sidebar could not be loaded
luyadev_luya
train
e4a2d75456de7bafdcee50dc9c02fa626daf37ec
diff --git a/admin/xmldb/actions/get_db_directories/get_db_directories.class.php b/admin/xmldb/actions/get_db_directories/get_db_directories.class.php index <HASH>..<HASH> 100644 --- a/admin/xmldb/actions/get_db_directories/get_db_directories.class.php +++ b/admin/xmldb/actions/get_db_directories/get_db_directories.cla...
group/db isn't a source of xml files anymore. MDL-<I>
moodle_moodle
train
802401b9fb554f714a108da8f701158360d78f6a
diff --git a/src/Charcoal/Translator/Translator.php b/src/Charcoal/Translator/Translator.php index <HASH>..<HASH> 100644 --- a/src/Charcoal/Translator/Translator.php +++ b/src/Charcoal/Translator/Translator.php @@ -129,6 +129,7 @@ class Translator extends SymfonyTranslator if ($locale === null) { ...
Amend <I>cbd<I> Ensure locale is valid for `Translator::translateChoice()`.
locomotivemtl_charcoal-translator
train
56130bd8549f9fdc76269b3a6a1a04d8c19740fb
diff --git a/changelog.md b/changelog.md index <HASH>..<HASH> 100644 --- a/changelog.md +++ b/changelog.md @@ -42,4 +42,10 @@ * Allow associating a `Contact` to a `Member` * Remove `Salutation` and `Middlename` from a `Contact` -* Add versioning support to a `Contact` and `ContactLocation` \ No newline at end of fi...
Remove version number from front end fields, get country/county selection working
silvercommerce_contact-admin
train
4da8884ca4e7743e33d00b56b18ea803d90c7312
diff --git a/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php b/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php +++ b/src/Sym...
[DI] Throw on "configured-keys <> getSubscribedServices()" mismatch
symfony_symfony
train
a926fc68ab2e45e9a9e9419041808da4bc1ed5ff
diff --git a/tests/test_simplelp.py b/tests/test_simplelp.py index <HASH>..<HASH> 100644 --- a/tests/test_simplelp.py +++ b/tests/test_simplelp.py @@ -44,3 +44,7 @@ def test_nicelp(): assert round(s.getVal(y)) == 0.0 s.free() + +if __name__ == "__main__": + test_simple() + test_nicelp()
make test_simplelp run without py.test
SCIP-Interfaces_PySCIPOpt
train
28087a492cb2a9a2a315696f5010740d27f2dc63
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100755 --- a/lib/cli.js +++ b/lib/cli.js @@ -34,6 +34,11 @@ nconf.argv({ describe: 'Filename to use when saving the generated report.', default: 'generatedReport.html' }, + p: { + alias: 'prepend-filename', + describe: 'Prepend filename to th...
Put prepending filename to package name behind an option.
jls_nightwatch-html-reporter
train
c4189887ce8932c0f8b2f87f01604f8db9b0f8a8
diff --git a/lib/woodhouse/runners/bunny_runner.rb b/lib/woodhouse/runners/bunny_runner.rb index <HASH>..<HASH> 100644 --- a/lib/woodhouse/runners/bunny_runner.rb +++ b/lib/woodhouse/runners/bunny_runner.rb @@ -6,38 +6,42 @@ class Woodhouse::Runners::BunnyRunner < Woodhouse::Runner def subscribe bunny = Bunny.n...
Update BunnyRunner to use new asynchronous Bunny consumer API.
mboeh_woodhouse
train
474c191e721daea5bcb7aa761382d4036cc3c75b
diff --git a/emma2/msm/analysis/sparse/assessment_test.py b/emma2/msm/analysis/sparse/assessment_test.py index <HASH>..<HASH> 100644 --- a/emma2/msm/analysis/sparse/assessment_test.py +++ b/emma2/msm/analysis/sparse/assessment_test.py @@ -139,6 +139,40 @@ class TestReversible(unittest.TestCase): self.assertTru...
[msm/analysis] Unit test for is_connected function
markovmodel_PyEMMA
train
75bb6e3f6308da804947f01b396363930dc6fe83
diff --git a/pytds/dbapi.py b/pytds/dbapi.py index <HASH>..<HASH> 100644 --- a/pytds/dbapi.py +++ b/pytds/dbapi.py @@ -1,7 +1,7 @@ """DB-SIG compliant module for communicating with MS SQL servers""" __author__ = 'Mikhail Denisenko <denisenkom@gmail.com>' -__version__ = '1.6.2' +__version__ = '1.6.3' import loggi...
bumped version to <I>
denisenkom_pytds
train
cc179d96414943e9165df56f203ba2d3828f2014
diff --git a/backup/moodle2/backup_stepslib.php b/backup/moodle2/backup_stepslib.php index <HASH>..<HASH> 100644 --- a/backup/moodle2/backup_stepslib.php +++ b/backup/moodle2/backup_stepslib.php @@ -2282,7 +2282,11 @@ class backup_questions_structure_step extends backup_structure_step { F...
MDL-<I> question: Query enhancement. Adding core_question as an additional filter to the tag backup.
moodle_moodle
train
7706d6867c14720535a65ebdc002b1a9a95597e8
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -22,10 +22,14 @@ gulp.task('readme', ['build'], (gulpCallBack) => { }); }); -gulp.task('fetch', ['build'], function () { +gulp.task('fetch', ['build'], (gulpCallBack) => { var fetch = require('./dist/readm...
[fix:fetch-task] gulp waits till the task finishes The two tasks at hand are async and thus we must tell gulp when they are done. They have been wrapped in a Promise.all to accomplish this.
buzinas_tslint-eslint-rules
train
cbea1a54128af980e406e077cd4a8874cd3102c6
diff --git a/ToUnderground.py b/ToUnderground.py index <HASH>..<HASH> 100644 --- a/ToUnderground.py +++ b/ToUnderground.py @@ -20,6 +20,8 @@ from datetime import datetime, timedelta import DataStore from WeatherStation import dew_point +def CtoF(C): + return (C * 9.0 / 5.0) + 32.0 def ToUnderground(params, data...
Added tests for missing data, e.g. when contact with sensors is lost.
jim-easterbrook_pywws
train
354192d2b8b18f92966f77e156a9f09d0570ec98
diff --git a/commands/hugo.go b/commands/hugo.go index <HASH>..<HASH> 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -281,8 +281,7 @@ func InitializeConfig() { themeDir := helpers.GetThemeDir() if themeDir != "" { if _, err := os.Stat(themeDir); os.IsNotExist(err) { - jww.ERROR.Println("Unable to find...
Log missing theme as FATAL See #<I>
gohugoio_hugo
train
1951a4eb31bae506361c627cca40409deee80706
diff --git a/FloatingGroupExpandableListView/src/com/diegocarloslima/fgelv/lib/WrapperExpandableListAdapter.java b/FloatingGroupExpandableListView/src/com/diegocarloslima/fgelv/lib/WrapperExpandableListAdapter.java index <HASH>..<HASH> 100644 --- a/FloatingGroupExpandableListView/src/com/diegocarloslima/fgelv/lib/Wrapp...
Adding getter for wrapped adapter
diegocarloslima_FloatingGroupExpandableListView
train
c7586c68b728dcef51a56d25578d5c0b2eeee0c7
diff --git a/model/ListDecorator.php b/model/ListDecorator.php index <HASH>..<HASH> 100644 --- a/model/ListDecorator.php +++ b/model/ListDecorator.php @@ -15,8 +15,7 @@ abstract class SS_ListDecorator extends ViewableData implements SS_List, SS_Sort protected $list; public function __construct(SS_List $list) { - ...
feat(ListDecorator): Add setList() function. Useful for keeping a decorator/paginated list configuration intact while modifying the underlying list.
silverstripe_silverstripe-framework
train
74fd384969d7b0162a5975b8878f82770bd7003a
diff --git a/go/test/endtoend/vtorc/gracefultakeover/graceful_takeover_test.go b/go/test/endtoend/vtorc/gracefultakeover/graceful_takeover_test.go index <HASH>..<HASH> 100644 --- a/go/test/endtoend/vtorc/gracefultakeover/graceful_takeover_test.go +++ b/go/test/endtoend/vtorc/gracefultakeover/graceful_takeover_test.go @...
test: ported over graceful-master-takeover-fail-cross-region from orchestrator
vitessio_vitess
train
4aa920ddb859e542ef720fcd7291fbadc8404a27
diff --git a/AUTHORS b/AUTHORS index <HASH>..<HASH> 100644 --- a/AUTHORS +++ b/AUTHORS @@ -39,6 +39,7 @@ Nicola Peduzzi <thenikso at gmail.com> Runrioter Wung <runrioter at gmail.com> Soroush Pour <me at soroushjp.com> Stan Putrya <root.vagner at gmail.com> +Stanley Gunawan <gunawan.stanley at gmail.com> Xiaobing J...
TestMultiQuery discard additional OK response after Multi Statement Exec Calls
go-sql-driver_mysql
train
6a89db86ed817f6a7498076e2a06b90f9fce0831
diff --git a/src/event.js b/src/event.js index <HASH>..<HASH> 100644 --- a/src/event.js +++ b/src/event.js @@ -683,7 +683,14 @@ jQuery.Event.prototype = { } }, stopImmediatePropagation: function() { + var e = this.originalEvent; + this.isImmediatePropagationStopped = returnTrue; + + if ( e && e.stopImmediat...
Event: Call underlying stopImmediatePropagation when present Fixes #<I>
jquery_jquery
train
3b8551b1f963c22085466a7279708fa8506d177a
diff --git a/lib/io/packet-output-stream.js b/lib/io/packet-output-stream.js index <HASH>..<HASH> 100644 --- a/lib/io/packet-output-stream.js +++ b/lib/io/packet-output-stream.js @@ -11,7 +11,7 @@ const ZERO_BYTE = 0x00; const SLASH = 0x5c; //increase by level to avoid buffer copy. -const SMALL_BUFFER_SIZE = 1024; ...
[CONJS-<I>] initializing smaller buffer streaming sending buffer, in order to maximize use of node buffer pool
MariaDB_mariadb-connector-nodejs
train
3a3a11c6f428330cc1711934ae0b4ad5745ab87e
diff --git a/lib/toppings/generators/install/group_generator.rb b/lib/toppings/generators/install/group_generator.rb index <HASH>..<HASH> 100644 --- a/lib/toppings/generators/install/group_generator.rb +++ b/lib/toppings/generators/install/group_generator.rb @@ -27,7 +27,7 @@ module Toppings end ...
adjusted template assigning for generator groups to not assign templates redundantly
toppings_toppings
train
65a0ceef4887797e151a8c964206c36acd1886a5
diff --git a/shoebot/sbot.py b/shoebot/sbot.py index <HASH>..<HASH> 100644 --- a/shoebot/sbot.py +++ b/shoebot/sbot.py @@ -124,5 +124,7 @@ def run(src, grammar = NODEBOX, format = None, outputfile = None, iterations = 1 raise else: print '\nBye.' + else: + sbot_t...
Don't quit immediately if not using live coding.
shoebot_shoebot
train
2ccbbdaf2825fda77b3c887761f662e612bf2c03
diff --git a/Jakefile.js b/Jakefile.js index <HASH>..<HASH> 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -84,6 +84,9 @@ task('default', ['test']); desc('compile, jslint, test, tslint, docs, validate-html.'); task('build', ['test', 'tslint', 'docs', 'validate-html']); +desc('Update version number, tag and push to G...
Jakefile.js: Added 'release' task.
srackham_rimu
train
88c1c8f275df437d6deec3cd9ceb1850202f06ce
diff --git a/karyon-core/src/main/java/com/netflix/karyon/server/KaryonServer.java b/karyon-core/src/main/java/com/netflix/karyon/server/KaryonServer.java index <HASH>..<HASH> 100644 --- a/karyon-core/src/main/java/com/netflix/karyon/server/KaryonServer.java +++ b/karyon-core/src/main/java/com/netflix/karyon/server/Kar...
This fixes #<I> by replacing the call to Guava's Closeables.closeQuitely() in the KaryonServer's shutdown with its new version
Netflix_karyon
train
de6dec300a3e8145a80945dd868c343194cbddd5
diff --git a/lib/metriks/middleware.rb b/lib/metriks/middleware.rb index <HASH>..<HASH> 100644 --- a/lib/metriks/middleware.rb +++ b/lib/metriks/middleware.rb @@ -10,7 +10,7 @@ module Metriks def call(env) time_response(env) do - record_heroku_queue_status env + record_heroku_status env ...
track the number of dynos in use
lmarburger_metriks-middleware
train
4dc869756f9d4076bbced24c1715067cd45db3bf
diff --git a/upup/pkg/fi/cloudup/awstasks/sshkey.go b/upup/pkg/fi/cloudup/awstasks/sshkey.go index <HASH>..<HASH> 100644 --- a/upup/pkg/fi/cloudup/awstasks/sshkey.go +++ b/upup/pkg/fi/cloudup/awstasks/sshkey.go @@ -80,7 +80,8 @@ func (e *SSHKey) Find(c *fi.Context) (*SSHKey, error) { return actual, nil } -func com...
Quote public key in error message Just in case it contains invalid characters Issue #<I>
kubernetes_kops
train
58e1e0268861802c2613d7fa346e6059af450428
diff --git a/etcd/etcd.go b/etcd/etcd.go index <HASH>..<HASH> 100644 --- a/etcd/etcd.go +++ b/etcd/etcd.go @@ -233,6 +233,6 @@ func (e *Etcd) Stop() { // ReadyNotify returns a channel that is going to be closed // when the etcd instance is ready to accept connections. -func (e *Etcd) ReadyNotify() chan bool { +func...
refactor(main): return only receiving channel from Etcd.ReadyNotify()
etcd-io_etcd
train
51d7b2f46fc8008f277bc2b339f3d97b8a4a6f64
diff --git a/tasks/bower-concat.js b/tasks/bower-concat.js index <HASH>..<HASH> 100644 --- a/tasks/bower-concat.js +++ b/tasks/bower-concat.js @@ -137,22 +137,33 @@ module.exports = function(grunt) { } function findMainFiles(name, component) { + grunt.verbose.writeln(); + grunt.verbose.writeln('Finding main...
Component could be either filename or folder, we need folder. Fix #<I>.
sapegin_grunt-bower-concat
train
958e2614f66ad1471df15a72b1d98f4b6dd50def
diff --git a/gzip_cache/gzip_cache.py b/gzip_cache/gzip_cache.py index <HASH>..<HASH> 100644 --- a/gzip_cache/gzip_cache.py +++ b/gzip_cache/gzip_cache.py @@ -42,6 +42,7 @@ EXCLUDE_TYPES = [ # Internally-compressed fonts. gzip can often shave ~50 more bytes off, # but it's not worth it. '.woff', + '.w...
Excluding internally-compressed woff2
getpelican_pelican-plugins
train
1b030b22981cb9ccaeba1476c2cb3c12171611a7
diff --git a/sc2/main.py b/sc2/main.py index <HASH>..<HASH> 100644 --- a/sc2/main.py +++ b/sc2/main.py @@ -126,6 +126,9 @@ async def _play_game_ai(client, player_id, ai, realtime, step_time_limit, game_t out_of_budget = False budget = time_limit - time_window.available + ...
Inform bot about it's time budget with it's limited
Dentosal_python-sc2
train
ba22e43c94c5a1c4827c86f4276e6ee2e0daf416
diff --git a/clkhash/rest_client.py b/clkhash/rest_client.py index <HASH>..<HASH> 100644 --- a/clkhash/rest_client.py +++ b/clkhash/rest_client.py @@ -259,6 +259,6 @@ class RestClient: '{}/api/v1/projects/{}/runs/{}'.format(self.server, project, run), headers={"Authorization": apikey} ...
Update rest client and tests (#<I>) * rest client update to accept <I> status on run deletion * Remove duplicate test code * Remove a hard coded wait flaky test
data61_clkhash
train
a750c8f0f50abc854a22aeb4a78ae9018f1f2a18
diff --git a/lib/CORL/action/spawn.rb b/lib/CORL/action/spawn.rb index <HASH>..<HASH> 100644 --- a/lib/CORL/action/spawn.rb +++ b/lib/CORL/action/spawn.rb @@ -21,13 +21,10 @@ class Spawn < Plugin::CloudAction keypair_config - bootstrap_config = CORL.action_config(:bootstrap) - config....
Updating the configure method of the spawn action provider to make combined option merging more concise.
coralnexus_corl
train
6e4c09db98d66665acfb86dd988ea9bdf468475b
diff --git a/files/index.php b/files/index.php index <HASH>..<HASH> 100644 --- a/files/index.php +++ b/files/index.php @@ -488,7 +488,7 @@ function displaydir ($wdir) { global $basedir; global $id; - global $USER; + global $USER, $CFG; $fullpath = $basedir.$wdir;
slasharguments wasn't being found (CFG not declared global)
moodle_moodle
train
60a7329937ae351f1d7c3beaa517845a0900314b
diff --git a/ldapcherry/backend/backendLdap.py b/ldapcherry/backend/backendLdap.py index <HASH>..<HASH> 100644 --- a/ldapcherry/backend/backendLdap.py +++ b/ldapcherry/backend/backendLdap.py @@ -248,9 +248,9 @@ class Backend(ldapcherry.backend.Backend): ldap_client.unbind_s() - def add_to_group(self, us...
fix API for backend ldap on groups handling
kakwa_ldapcherry
train
b252010e87446bf4d53c8da24440e2ab7d162346
diff --git a/clientpool/loggregator_client_pool.go b/clientpool/loggregator_client_pool.go index <HASH>..<HASH> 100644 --- a/clientpool/loggregator_client_pool.go +++ b/clientpool/loggregator_client_pool.go @@ -16,14 +16,12 @@ var ErrorEmptyClientPool = errors.New("loggregator client pool is empty") type LoggregatorCl...
Remove clientpool option to not build clients
cloudfoundry-attic_loggregatorlib
train
2e7e4e8b16eede69ad6d4022ad4eb5ace24730c7
diff --git a/sovrin_client/test/agent/base_agent.py b/sovrin_client/test/agent/base_agent.py index <HASH>..<HASH> 100644 --- a/sovrin_client/test/agent/base_agent.py +++ b/sovrin_client/test/agent/base_agent.py @@ -64,10 +64,10 @@ class BaseAgent(TestWalletedAgent): if os.path.isfile(claimVersionFilePath): ...
fixed agent restart issue which was not updating claim version accordingly
hyperledger-archives_indy-client
train
c0cddd95d8abddca77440aec089a1266c3d22571
diff --git a/stakemachine/__main__.py b/stakemachine/__main__.py index <HASH>..<HASH> 100755 --- a/stakemachine/__main__.py +++ b/stakemachine/__main__.py @@ -130,7 +130,9 @@ def main() : "Need either a wif key or connection details for to the cli wallet." ) - log.info("Configuration: %s" % j...
[main] don't show private-key
xeroc_stakemachine
train
f09a55e8d103b9a5837f98c92d83e74a0a329aff
diff --git a/test/test_utf8_sanitizer.rb b/test/test_utf8_sanitizer.rb index <HASH>..<HASH> 100644 --- a/test/test_utf8_sanitizer.rb +++ b/test/test_utf8_sanitizer.rb @@ -153,15 +153,18 @@ describe Rack::UTF8Sanitizer do end describe "with form data" do - def sanitize_form_data + def request_env @p...
Test that an exception is raised on no CONTENT_TYPE
whitequark_rack-utf8_sanitizer
train
270088f9f1bf89e45d229579f1a856788978ae1d
diff --git a/sorl/thumbnail/kvstores/base.py b/sorl/thumbnail/kvstores/base.py index <HASH>..<HASH> 100644 --- a/sorl/thumbnail/kvstores/base.py +++ b/sorl/thumbnail/kvstores/base.py @@ -114,7 +114,8 @@ class KVStoreBase(object): want to use the ``cleanup`` method instead. """ all_keys = self...
fix: empty list of keys in clear method
jazzband_sorl-thumbnail
train
2a77001f754d7fe793b757c614a7d5c48ae57158
diff --git a/conf/full/layers.commented.json b/conf/full/layers.commented.json index <HASH>..<HASH> 100644 --- a/conf/full/layers.commented.json +++ b/conf/full/layers.commented.json @@ -100,6 +100,34 @@ } }, "style": "#defaultStyle" + }, + { + "id": "f3", + "title": { + "d...
GeoJSON was lacking a few straightforward LOC (#<I>) * GeoJSON was lacking a few straightforward LOC * changed case * Added demonstration for GeoJSON (polygons, points)
KlausBenndorf_guide4you
train
eea48c40988af5bf40d6ac1e5941b864b1bb9316
diff --git a/lib/env/configFile.js b/lib/env/configFile.js index <HASH>..<HASH> 100644 --- a/lib/env/configFile.js +++ b/lib/env/configFile.js @@ -47,6 +47,6 @@ module.exports = { async read() { const configPath = getConfigPath(); - return require(configPath); // eslint-disable-line + return Promise.res...
Updated so that it can take a promise or a flat file
seppevs_migrate-mongo
train
6d219dc3766dffe64606f013054b81dae83e994e
diff --git a/src/main/java/org/kurento/modulecreator/VersionManager.java b/src/main/java/org/kurento/modulecreator/VersionManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/kurento/modulecreator/VersionManager.java +++ b/src/main/java/org/kurento/modulecreator/VersionManager.java @@ -132,6 +132,7 @@ publi...
If node version get from a git repo you don't need to parse it for semantic version Change-Id: I9f<I>d<I>d<I>d<I>f<I>fd7a<I>eb0ba8
Kurento_kurento-module-creator
train
23a85febbd0a0abb6b8f033bc1a7c4141c7f1de6
diff --git a/pyquil/reference_simulator.py b/pyquil/reference_simulator.py index <HASH>..<HASH> 100644 --- a/pyquil/reference_simulator.py +++ b/pyquil/reference_simulator.py @@ -166,19 +166,29 @@ class ReferenceDensitySimulator(AbstractQuantumSimulator): self.density = np.zeros((2 ** n_qubits, 2 ** n_qubits),...
Bugfix negative probabilities in reference simulator (#<I>)
rigetti_pyquil
train
fdcb3501acb51474be13854f76fbae4033a694f1
diff --git a/lib/right_api_client/client.rb b/lib/right_api_client/client.rb index <HASH>..<HASH> 100644 --- a/lib/right_api_client/client.rb +++ b/lib/right_api_client/client.rb @@ -347,6 +347,8 @@ module RightApi # will be used later to add relevant methods to relevant resources type = i...
Move text handling to match up with what was already there.
rightscale_right_api_client
train