hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
9158f5c88bafd399cccd390e8496a1d4556fc53a
diff --git a/indra/sources/indra_db_rest/processor.py b/indra/sources/indra_db_rest/processor.py index <HASH>..<HASH> 100644 --- a/indra/sources/indra_db_rest/processor.py +++ b/indra/sources/indra_db_rest/processor.py @@ -90,7 +90,7 @@ class IndraDBRestProcessor(object): def get_ev_count_by_hash(self, stmt_hash...
Handle corner cases with hashes just in case
sorgerlab_indra
train
e307ea33fbbce667462d106ef900fc8d76c7a7a7
diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/base.py +++ b/openquake/calculators/base.py @@ -710,8 +710,8 @@ class HazardCalculator(BaseCalculator): for policy in string.split(): assert policy in ...
Renamed ground_loss->ins_loss
gem_oq-engine
train
feae959c9da12885fc79786d57d7c415595c260a
diff --git a/pkg/services/ngalert/state/manager.go b/pkg/services/ngalert/state/manager.go index <HASH>..<HASH> 100644 --- a/pkg/services/ngalert/state/manager.go +++ b/pkg/services/ngalert/state/manager.go @@ -189,7 +189,7 @@ func (st *Manager) setNextState(ctx context.Context, alertRule *ngModels.AlertRu st.set(c...
Alerting: Create annotation if Firing alert is removed (#<I>) This commit changes staleResultsHandler to create an annotation if the current state is Alerting and the result is being removed from the state cache as it has not been updated since 2x the evaluation interval.
grafana_grafana
train
ae3cf33af25e564494fcdc5bcfaf236da1ab40e1
diff --git a/lib/handlers.js b/lib/handlers.js index <HASH>..<HASH> 100644 --- a/lib/handlers.js +++ b/lib/handlers.js @@ -137,14 +137,14 @@ Object.defineProperty(module.exports.getResources, 'apidoc', {value: { module.exports.getDocUsers = function (req, res) { documentService.getDocumentUsers(req.resource, req....
Use req.service.server instead of req.campsi
campsi_campsi-service-docs
train
5e9a460276fcbc3cb0b32891e944be4c3248eb3f
diff --git a/packages/strickland/src/strickland.js b/packages/strickland/src/strickland.js index <HASH>..<HASH> 100644 --- a/packages/strickland/src/strickland.js +++ b/packages/strickland/src/strickland.js @@ -21,7 +21,9 @@ export function isValid(result) { } function isValidObjectResult(result) { - if (typeof ...
fix: illustrate object validation after property validation; fix object validation bug
jeffhandley_strickland
train
70445bd32ba08b9bd88726a7551345f71ae4e630
diff --git a/executor/opensubmit/executor/execution.py b/executor/opensubmit/executor/execution.py index <HASH>..<HASH> 100644 --- a/executor/opensubmit/executor/execution.py +++ b/executor/opensubmit/executor/execution.py @@ -2,7 +2,6 @@ Functions related to command execution on the local host. ''' -from .subm...
Improve logging, refactoring
troeger_opensubmit
train
a97ba8d7c67e43ca7b2c74d1a820b13c63f00730
diff --git a/src/main/java/org/dasein/cloud/google/compute/server/ServerSupport.java b/src/main/java/org/dasein/cloud/google/compute/server/ServerSupport.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/google/compute/server/ServerSupport.java +++ b/src/main/java/org/dasein/cloud/google/compute/ser...
friendlyname is NOT suitable for a resourcename... it has spaces and stuff!
dasein-cloud_dasein-cloud-google
train
24155e7905422460afc7e6abb120c596f40712c1
diff --git a/lib/collection.js b/lib/collection.js index <HASH>..<HASH> 100644 --- a/lib/collection.js +++ b/lib/collection.js @@ -278,7 +278,7 @@ Object.defineProperty(Collection.prototype, 'hint', { } }); -const DEPRECATED_FIND_OPTIONS = ['maxScan', 'fields', 'snapshot']; +const DEPRECATED_FIND_OPTIONS = ['maxS...
feat: deprecate `oplogReplay` for find commands NODE-<I>
mongodb_node-mongodb-native
train
4e02799c85a134e5dda483e4af60e5ad6771e36b
diff --git a/Schema/PostgresSchemaState.php b/Schema/PostgresSchemaState.php index <HASH>..<HASH> 100644 --- a/Schema/PostgresSchemaState.php +++ b/Schema/PostgresSchemaState.php @@ -25,7 +25,7 @@ class PostgresSchemaState extends SchemaState })->implode(' '); $this->makeProcess( - ...
Fix PostgreSQL dump and load for Windows (#<I>)
illuminate_database
train
cdd02bbef4585f8259b029caf912f667e220bcbf
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,8 +2,6 @@ var DBus = require('dbus'); var events = require('events'); var util = require('util'); -var dbus = new DBus(); - function Type(signature, name) { return { type: signature, name: name }; } @@ -32,6 +30,8 @...
Execute callbacks when handling method calls, fixes #9
dbusjs_mpris-service
train
019f6ae089cf6d20f1efefdb42fe203057568d26
diff --git a/alphatwirl/concurrently/CommunicationChannel0.py b/alphatwirl/concurrently/CommunicationChannel0.py index <HASH>..<HASH> 100644 --- a/alphatwirl/concurrently/CommunicationChannel0.py +++ b/alphatwirl/concurrently/CommunicationChannel0.py @@ -17,6 +17,7 @@ class CommunicationChannel0(object): def __i...
return task_idx in put() and put_multiple() in CommunicationChannel0
alphatwirl_alphatwirl
train
7a4dbf813da5f24635b2941508328ff520d65101
diff --git a/src/ROH/BonoAuth/Middleware/AuthMiddleware.php b/src/ROH/BonoAuth/Middleware/AuthMiddleware.php index <HASH>..<HASH> 100644 --- a/src/ROH/BonoAuth/Middleware/AuthMiddleware.php +++ b/src/ROH/BonoAuth/Middleware/AuthMiddleware.php @@ -80,6 +80,7 @@ class AuthMiddleware extends \Slim\Middleware ...
unauthorized status is <I>
xinix-technology_bono-auth
train
7a33a8f7e0e3546a80ab009dcbb333738895f08a
diff --git a/supplement/common.py b/supplement/common.py index <HASH>..<HASH> 100644 --- a/supplement/common.py +++ b/supplement/common.py @@ -12,7 +12,7 @@ class Object(object): return name in self.get_names() def __getitem__(self, name): - raise KeyError(name) + return UnknownObject() ...
fix: Abstract object should return UnknownObject on attribute access
baverman_supplement
train
ca068afc868e11dd99323d8786ccd017f0c88f70
diff --git a/src/Kint.php b/src/Kint.php index <HASH>..<HASH> 100644 --- a/src/Kint.php +++ b/src/Kint.php @@ -140,7 +140,7 @@ class Kint } if ($settings !== null) { - $in = array_intersect_key($settings, array_flip($keys)); + $in = array_intersect_key($settings, $out); ...
Kint: Small cleanup on settings() method
kint-php_kint
train
1a081b6becad299399fbc7d0b06263f466bf7ae5
diff --git a/src/main/org/openscience/cdk/smiles/SmilesGenerator.java b/src/main/org/openscience/cdk/smiles/SmilesGenerator.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/smiles/SmilesGenerator.java +++ b/src/main/org/openscience/cdk/smiles/SmilesGenerator.java @@ -1669,7 +1669,8 @@ public class Sm...
Updated code to generate proper ring closure symbols for double digit ring closures. Fixes bug #<I>. Also updated unit test to generate the aromatic SMILES, since that is what was input git-svn-id: <URL>
cdk_cdk
train
0a95b614ccaaa4ec48aa5e861a4bdf41061da29b
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -18,12 +18,10 @@ type TrapListener interface { OnTRAP(trap *TrapRequest) } -/** - * TrapRequest is representing trap request that is send from the network element. - */ +// TrapRequest is representing trap request th...
Replaced internal message with exported Pdu type.
k-sone_snmpgo
train
8833b474044aca0b47e740aa4551229b890163c2
diff --git a/src/Graviton/FileBundle/Controller/FileController.php b/src/Graviton/FileBundle/Controller/FileController.php index <HASH>..<HASH> 100644 --- a/src/Graviton/FileBundle/Controller/FileController.php +++ b/src/Graviton/FileBundle/Controller/FileController.php @@ -92,13 +92,14 @@ class FileController extends ...
set the correct field in FileController
libgraviton_graviton
train
1db5b4bb3e47420132c202e4c3c3c6815be24f3f
diff --git a/prudentia/simple.py b/prudentia/simple.py index <HASH>..<HASH> 100644 --- a/prudentia/simple.py +++ b/prudentia/simple.py @@ -113,7 +113,8 @@ class SimpleCli(Cmd): value = line[first_space_idx:].strip() self.provider.set_var(name, value) except ValueError as e: - ...
improve(log): Logs exception instead of outputting to console
StarterSquad_prudentia
train
19e31f36a4630578859e026fc46c2caccd8c4f61
diff --git a/lib/roma/tools/adm.rb b/lib/roma/tools/adm.rb index <HASH>..<HASH> 100644 --- a/lib/roma/tools/adm.rb +++ b/lib/roma/tools/adm.rb @@ -10,20 +10,29 @@ module Roma def check_type case @cmd - when "balse", "shutdown_self" + when "balse", "shutdown_self" # yes/no check puts("Ar...
enable to execute alias command like a romad
roma_roma
train
9c324d3d0ccdbd1f76b059f37cda4e1fc2dbd52b
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -245,8 +245,8 @@ on_saltstack = 'SALT_ON_SALTSTACK' in os.environ project = 'Salt' version = salt.version.__version__ -latest_release = '2017.7.0' # latest release -previous_release = '2016.11.6' # latest rel...
[develop] Bump latest and previous versions
saltstack_salt
train
f3ccaa42407a98ea72faf6e3c1200b5b165dbc98
diff --git a/src/Window.js b/src/Window.js index <HASH>..<HASH> 100644 --- a/src/Window.js +++ b/src/Window.js @@ -432,9 +432,9 @@ OO.ui.Window.prototype.updateSize = function () { * @param {string|number} [dim.width] Width * @param {string|number} [dim.minWidth] Minimum width * @param {string|number} [dim.maxWid...
Window: Correct documentation Interesting that there's no lint check for this. Change-Id: Ic4ba9baeb8ede4ba<I>ca<I>b0e3b9ae<I>
wikimedia_oojs-ui
train
80645f33ec0fa74fcf0d7b6c7fd6bcd61749debc
diff --git a/test/indexer/read_write_test.rb b/test/indexer/read_write_test.rb index <HASH>..<HASH> 100644 --- a/test/indexer/read_write_test.rb +++ b/test/indexer/read_write_test.rb @@ -4,7 +4,8 @@ require 'test_helper' # in an array, just added to settings for easy access memory_writer_class = Class.new do def...
read_write_test, store settings for testing differently
traject_traject
train
c9b3c8f7f30ee02f4dd271d3fadced6a44199ebb
diff --git a/spec/controllers/pictures_controller_spec.rb b/spec/controllers/pictures_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/pictures_controller_spec.rb +++ b/spec/controllers/pictures_controller_spec.rb @@ -22,7 +22,6 @@ module Alchemy end context "Requesting a picture that i...
Added spec for picture cropping via get request.
AlchemyCMS_alchemy_cms
train
2134dc101b4c26d569bae584faa1c934f86b3b64
diff --git a/config/webpack/test.webpack.config.js b/config/webpack/test.webpack.config.js index <HASH>..<HASH> 100644 --- a/config/webpack/test.webpack.config.js +++ b/config/webpack/test.webpack.config.js @@ -17,10 +17,16 @@ function outPath() { } function getWebpackConfig(skyPagesConfig, argv) { - const runCove...
Instrument different directory for libraries (#<I>)
blackbaud_skyux-builder
train
9b33bb7ce458618af9a11d06808b1c4fee8b9e53
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -50,16 +50,16 @@ function writeOutput (args, xml, passing) { function tapJunit (args) { let nextCmt = '' - let tst = { comments: '' } + let currTest = {} const testCases = [] const tap = new Parse...
Cleanup: Cleaned starting tst object
dhershman1_tap-junit
train
96f73c386bb3d0b94fa503b02664d1aa95a6fe1e
diff --git a/src/selectors/entities/preferences.js b/src/selectors/entities/preferences.js index <HASH>..<HASH> 100644 --- a/src/selectors/entities/preferences.js +++ b/src/selectors/entities/preferences.js @@ -152,6 +152,11 @@ export const getTheme = createShallowSelector( } } + // Backw...
Backwards compatible fix for theme.mentionBg typo (#<I>)
mattermost_mattermost-redux
train
ae687688221a87f73939cb9ab4f23d625ec64684
diff --git a/Helper/Config.php b/Helper/Config.php index <HASH>..<HASH> 100644 --- a/Helper/Config.php +++ b/Helper/Config.php @@ -1,39 +1,68 @@ <?php /** - * Copyright (c) 2016 H&O E-commerce specialisten B.V. (http://www.h-o.nl/) + * Copyright © 2017 H&O E-commerce specialisten B.V. (http://www.h-o.nl/) * See LIC...
[#<I>] Enable template hints in production when IP is in the developer IP list
ho-nl_magento2-Ho_Templatehints
train
0df2e39a2de8826ad7cb3bad65df2f4c74e65ed3
diff --git a/lib/https/index.js b/lib/https/index.js index <HASH>..<HASH> 100644 --- a/lib/https/index.js +++ b/lib/https/index.js @@ -15,8 +15,7 @@ var tunnelTmplData = {}; var index = 0; var proxy; -function handleWebsocket(socket, clientIp, clientPort, callback) { - var wss = clientIp !== false; +function handl...
feat: Add x-forwarded-for header
avwo_whistle
train
0ed11641b9a84c7f1fd1ce916a49da69ee15b684
diff --git a/js/bigwig.js b/js/bigwig.js index <HASH>..<HASH> 100644 --- a/js/bigwig.js +++ b/js/bigwig.js @@ -299,9 +299,12 @@ BigWigView.prototype.readWigDataById = function(chr, min, max, callback) { } } else if (blockType == BIG_WIG_TYPE_GRAPH) { ...
Correctly use half-open coordinates when interpretting bedgraph records.
dasmoth_dalliance
train
21c2141ada19356b0f7d7a689bcfd0f2e1451265
diff --git a/nougat/app.py b/nougat/app.py index <HASH>..<HASH> 100644 --- a/nougat/app.py +++ b/nougat/app.py @@ -10,9 +10,8 @@ from nougat.routing import Routing, Route, Router from nougat.guarder import GuarderManager -import curio -import signal from nougat.http_wrapper import HTTPWrapper +import asyncio ...
feature: back to asyncio again again and again
Riparo_nougat
train
53ca5d1a1108341c2ea54b5acd38e34f2d4439a9
diff --git a/src/targets/segment/__tests__/segment.test.js b/src/targets/segment/__tests__/segment.test.js index <HASH>..<HASH> 100644 --- a/src/targets/segment/__tests__/segment.test.js +++ b/src/targets/segment/__tests__/segment.test.js @@ -64,3 +64,10 @@ describe('Target: Segment.io', () => { expect(window.anal...
Check for missing tag in Segment.io target (#<I>)
rangle_redux-beacon
train
32df2752655a012aafd1bcb5a611d334dfd5fdaf
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java @...
[Java] Provide the ability to convert the consensus module state counter value into one of the enum values.
real-logic_aeron
train
0a88539a33dc9c22a1f9a75c94c84d8fa5c74334
diff --git a/framework/Http/Request.php b/framework/Http/Request.php index <HASH>..<HASH> 100644 --- a/framework/Http/Request.php +++ b/framework/Http/Request.php @@ -82,7 +82,7 @@ class Request } $this->headers = new Std($this->getHttpHeaders()); - $this->referer = $_SERVER['HTTP_REFERER']; ...
+ Request::$referer
pr-of-it_t4
train
27b0dc31d30e2fb8306f7f5a01426a84883e7da7
diff --git a/abilian/web/frontend.py b/abilian/web/frontend.py index <HASH>..<HASH> 100644 --- a/abilian/web/frontend.py +++ b/abilian/web/frontend.py @@ -411,10 +411,6 @@ class Module(object): sort_dir = args.get("sSortDir_0", "asc") sort_col_def = self.list_view_columns[sort_col] sort_col_name = sort_c...
frontend: don't rename sort column "name" to "nom"
abilian_abilian-core
train
37a6331ebf0e7881ed6a0baec8f156cd20adde8b
diff --git a/command/version.go b/command/version.go index <HASH>..<HASH> 100644 --- a/command/version.go +++ b/command/version.go @@ -98,18 +98,16 @@ func (c *VersionCommand) Run(args []string) int { // If we have a version check function, then let's check for // the latest version as well. if c.CheckFunc != nil...
command/version: drop empty line on version check (#<I>) We always add an empty line when asking/checking the version. We should only do that if there is a new version available. While this is purely cosmetic, it reads better and is consistent with packer.
hashicorp_terraform
train
80014c3b884fe13573cb52fc6989c0fca38a2a6f
diff --git a/provision/docker/docker.go b/provision/docker/docker.go index <HASH>..<HASH> 100644 --- a/provision/docker/docker.go +++ b/provision/docker/docker.go @@ -459,10 +459,13 @@ func (c *container) commit() (string, error) { image, err := dockerCluster().CommitContainer(opts) if err != nil { log.Errorf("C...
provision/docker: errors pushing image should be returned
tsuru_tsuru
train
d9e24286d2e8254cc9e96cdd5ee2aba549a3dd00
diff --git a/src/swipe/index.js b/src/swipe/index.js index <HASH>..<HASH> 100644 --- a/src/swipe/index.js +++ b/src/swipe/index.js @@ -167,8 +167,8 @@ export default createComponent({ this.rect = rect; this.swiping = true; this.active = active; - this.computedWidth = Math.round(+this.width || ...
fix(Swipe): can't disable loop in some cases (#<I>)
youzan_vant
train
6a3a7c338e83e44cccb9fe29cd03f39431299fd9
diff --git a/lib/Tools.js b/lib/Tools.js index <HASH>..<HASH> 100644 --- a/lib/Tools.js +++ b/lib/Tools.js @@ -1,4 +1,11 @@ -define(['fs'], function(Fs) { +define( +[ + 'querystring', + 'http', + 'fs', + './XML', +], function(QueryString, Http, Fs, XML) { + /** For use with json structures, XML seriali...
Added tool to post document to XWiki instance.
xwiki-contrib_xwiki-tools-node
train
68d9708ca7fa627bf795d8b980e892c58cea46cb
diff --git a/plugins/kernel_v2/config/vm.rb b/plugins/kernel_v2/config/vm.rb index <HASH>..<HASH> 100644 --- a/plugins/kernel_v2/config/vm.rb +++ b/plugins/kernel_v2/config/vm.rb @@ -416,7 +416,8 @@ module VagrantPlugins host_ip: "127.0.0.1", id: "winrm", auto_correct: true ...
kernel/v2: fix a bug in WinRM port forwarding Without this change a custom "winrm-ssl" port forwarding rule could be wrongly shadowed in absence of a "winrm" custom rule.
hashicorp_vagrant
train
c4502c5030d95e0da363906d85e3ef929c8154cd
diff --git a/lib/register/register_reference.rb b/lib/register/register_reference.rb index <HASH>..<HASH> 100644 --- a/lib/register/register_reference.rb +++ b/lib/register/register_reference.rb @@ -55,29 +55,40 @@ module Register end - MESSAGE_REGISTER = :r0 - SELF_REGISTER = :r1 - FRAME_REGISTER = :r2 - NE...
get rid of the last constants return them by method, nicer code
ruby-x_rubyx
train
1e3422f1e922c7cc87dfda1f7c416d87a647a098
diff --git a/lib/jsdom/level2/events.js b/lib/jsdom/level2/events.js index <HASH>..<HASH> 100644 --- a/lib/jsdom/level2/events.js +++ b/lib/jsdom/level2/events.js @@ -334,26 +334,24 @@ function adviseBefore(clazz, method, advice) { }; } -function dispatchInsertionEvent(append) { - return function(ret, newChild, ...
Fixed mutation events so that insertBefore(node, null) triggers a DOMNodeInserted event
jsdom_jsdom
train
c54732e87b0b283d1baf0a18db689d0aea460ba3
diff --git a/swifttest/server.go b/swifttest/server.go index <HASH>..<HASH> 100644 --- a/swifttest/server.go +++ b/swifttest/server.go @@ -443,7 +443,7 @@ func (objr objectResource) get(a *action) interface{} { if obj, ok := item.(*object); ok { length := len(obj.data) size += length - sum.Write([]byte...
Fix ETag calculation for DLO in test server
ncw_swift
train
e62cd59645eb0d36da41f95c564801032854baf1
diff --git a/Circle.js b/Circle.js index <HASH>..<HASH> 100644 --- a/Circle.js +++ b/Circle.js @@ -34,11 +34,15 @@ var ProgressCircle = React.createClass({ color, borderColor, unfilledColor, + indeterminate, children, ...props } = this.props; - var circumference = (size...
Adds indeterminate states to Pie and Circle.
oblador_react-native-progress
train
8f2e295c0bd9b62ec97ab8cca893c6c4cd46b4cf
diff --git a/ArgusCore/src/test/java/com/salesforce/dva/argus/util/TemplateReplacementTest.java b/ArgusCore/src/test/java/com/salesforce/dva/argus/util/TemplateReplacementTest.java index <HASH>..<HASH> 100644 --- a/ArgusCore/src/test/java/com/salesforce/dva/argus/util/TemplateReplacementTest.java +++ b/ArgusCore/src/te...
small fix in test cse
salesforce_Argus
train
b8778b8a3ae7ebcda41920565a2236459ffcd419
diff --git a/builtin/providers/cloudflare/resource_cloudflare_record.go b/builtin/providers/cloudflare/resource_cloudflare_record.go index <HASH>..<HASH> 100644 --- a/builtin/providers/cloudflare/resource_cloudflare_record.go +++ b/builtin/providers/cloudflare/resource_cloudflare_record.go @@ -35,6 +35,7 @@ func resour...
provider/cloudflare: Change `cloudflare_record` type to ForceNew. The CloudFlare API does not allow types to be changed (i.e. A to CNAME) after creation
hashicorp_terraform
train
f36ab6bc607758e4d60bcfbad4160ba82e586a82
diff --git a/lib/solargraph/language_server/host.rb b/lib/solargraph/language_server/host.rb index <HASH>..<HASH> 100644 --- a/lib/solargraph/language_server/host.rb +++ b/lib/solargraph/language_server/host.rb @@ -233,7 +233,7 @@ module Solargraph logger.info "Removing library for #{directory}" # @pa...
workspace/didChangeWorkspaceFolders specs
castwide_solargraph
train
52acd462f1bbcdf42f94785dbe854d6ad5991684
diff --git a/repobee_plug/exthooks.py b/repobee_plug/exthooks.py index <HASH>..<HASH> 100644 --- a/repobee_plug/exthooks.py +++ b/repobee_plug/exthooks.py @@ -15,9 +15,11 @@ import argparse import configparser from typing import Union, Optional +from repobee_plug.apimeta import API from repobee_plug.containers imp...
[feat] Add setup_task hook, fix #<I>
repobee_repobee-plug
train
5bb5419f64e70f170735d3abd667a87201614da9
diff --git a/lib/unexpectedMitm.js b/lib/unexpectedMitm.js index <HASH>..<HASH> 100644 --- a/lib/unexpectedMitm.js +++ b/lib/unexpectedMitm.js @@ -134,7 +134,7 @@ module.exports = { installInto: function (expect) { var expectForRendering = expect.clone(); expectForRendering.addType({ - ...
Hack: Include 'new' when inspecting Buffer instances.
unexpectedjs_unexpected-mitm
train
519f2e29361f300726dc2436b456bb42859d8b3f
diff --git a/lib/ts3query/escaping.rb b/lib/ts3query/escaping.rb index <HASH>..<HASH> 100644 --- a/lib/ts3query/escaping.rb +++ b/lib/ts3query/escaping.rb @@ -25,6 +25,5 @@ module TS3Query def self.decode(str) str.gsub(DECODER_REGEXP, DECODER_PATTERNS) end - end end diff --git a/lib/ts3query/ts3_co...
added some new TODO's for the next version
tntwebsolutions_ts3query
train
2516f34dbf20ac7f882506ec8bcfca324e8e38e4
diff --git a/classes/phing/tasks/system/ResolvePathTask.php b/classes/phing/tasks/system/ResolvePathTask.php index <HASH>..<HASH> 100644 --- a/classes/phing/tasks/system/ResolvePathTask.php +++ b/classes/phing/tasks/system/ResolvePathTask.php @@ -103,9 +103,12 @@ class ResolvePathTask extends Task { throw ...
Added smarter handling of 'dir' attribute of <resolvepath> task; it will only be used if 'file' attribute is not an absolute path.
phingofficial_phing
train
b8c04107c682f4ae6aae2793c2c621d3485a3344
diff --git a/lib/salt/page.rb b/lib/salt/page.rb index <HASH>..<HASH> 100644 --- a/lib/salt/page.rb +++ b/lib/salt/page.rb @@ -2,25 +2,23 @@ module Salt class Page include Frontable - attr_accessor :site, :path, :contents, :metadata, :filename, :extension + attr_accessor :path, :contents, :filename, :ex...
Removed the site object and grab it via the Site.instance method again. Remove the metadata variable.
waferbaby_dimples
train
403d1642cf0d3bf073cabc978e5cbdb303740fda
diff --git a/src/main/java/org/andidev/webdriverextension/internal/SiteAndPageObjectPool.java b/src/main/java/org/andidev/webdriverextension/internal/SiteAndPageObjectPool.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/andidev/webdriverextension/internal/SiteAndPageObjectPool.java +++ b/src/main/java/org/andi...
Changed that only one site object exists per sit in SiteAndPageObjectPool
webdriverextensions_webdriverextensions
train
42b4391aa09b91cd92d4ae9ec6d301d0ad043b8b
diff --git a/Library/src/com/tonicartos/widget/stickygridheaders/StickyGridHeadersGridView.java b/Library/src/com/tonicartos/widget/stickygridheaders/StickyGridHeadersGridView.java index <HASH>..<HASH> 100644 --- a/Library/src/com/tonicartos/widget/stickygridheaders/StickyGridHeadersGridView.java +++ b/Library/src/com/...
Include horizontal spacing in col calc. Fixes #2.
TonicArtos_StickyGridHeaders
train
38ad61057dd251f5d7cbd3962de4acd06e939eae
diff --git a/libfuse/folderlist.go b/libfuse/folderlist.go index <HASH>..<HASH> 100644 --- a/libfuse/folderlist.go +++ b/libfuse/folderlist.go @@ -168,8 +168,10 @@ func (fl *FolderList) ReadDirAll(ctx context.Context) (res []fuse.Dirent, err er // feed work for _, fav := range favs { if fl.public != fav.Publi...
libkbfs: remove dependency on client/cache/favcache
keybase_client
train
6cb82563f122efd56bd94d0d95ca51dbe8772b7c
diff --git a/oct2py/session.py b/oct2py/session.py index <HASH>..<HASH> 100644 --- a/oct2py/session.py +++ b/oct2py/session.py @@ -14,10 +14,12 @@ import doctest import subprocess import sys -try: - from pexpect import spawn, ExceptionPexpect -except ImportError: - spawn = None +pexpect = None +if not...
Fix handling of pexpect - posix only
blink1073_oct2py
train
93afc8aecc2f27661a936267dfce1f0e4bd68284
diff --git a/spec/extensions_spec.rb b/spec/extensions_spec.rb index <HASH>..<HASH> 100644 --- a/spec/extensions_spec.rb +++ b/spec/extensions_spec.rb @@ -4,9 +4,9 @@ describe RetinaRails::Extensions do subject { RetinaRails::Extensions } - it { subject.optimize_path('/:filename').should == '/:basename:reti...
Add spec for pluralized extension fix. Close #<I>
jhnvz_retina_rails
train
8726988c926bdffc14a952fe03e6b17dae91c053
diff --git a/pyrc/bots.py b/pyrc/bots.py index <HASH>..<HASH> 100644 --- a/pyrc/bots.py +++ b/pyrc/bots.py @@ -79,14 +79,17 @@ class Bot(object): msg_regex = re.compile(r"^:(\S+)!\S+ INVITE \S+ :?(.*)") inviter, channel = re.match(msg_regex, line).groups() self.cmd("JOIN %s" % channel) - elif li...
Add support for registered nicknames; autojoin after identifying.
sarenji_pyrc
train
590617a1c932a9ff3a9d69ce8901db4e1fbf7de7
diff --git a/src/main/java/gwt/material/design/client/data/AbstractDataView.java b/src/main/java/gwt/material/design/client/data/AbstractDataView.java index <HASH>..<HASH> 100644 --- a/src/main/java/gwt/material/design/client/data/AbstractDataView.java +++ b/src/main/java/gwt/material/design/client/data/AbstractDataVie...
DataView - added convenience method to hide / clear table bodys overflow.
GwtMaterialDesign_gwt-material-table
train
00c105e2689d3a253762010156a885a6e193c2d9
diff --git a/src/Extensions.php b/src/Extensions.php index <HASH>..<HASH> 100644 --- a/src/Extensions.php +++ b/src/Extensions.php @@ -266,22 +266,52 @@ class Extensions // Add Twig extensions if (is_callable(array($extension, 'getTwigExtensions'))) { - try { - foreach ($ex...
Adding Extension's Twig_Extensions via extend to prevent twig creation
bolt_bolt
train
a2dd3438c04865f67925ccd9f78c5c8ae6dd4512
diff --git a/chef/lib/chef/resource/directory.rb b/chef/lib/chef/resource/directory.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/resource/directory.rb +++ b/chef/lib/chef/resource/directory.rb @@ -47,6 +47,14 @@ class Chef end def path(arg=nil) + if arg.kind_of?(String) + arg = ::F...
Updated directory resource and spec to pass Modified path to appropriately handle non-strings
chef_chef
train
4f5bdb73919d9452f7150399273b7c32f161afcd
diff --git a/holoviews/interface/pandas.py b/holoviews/interface/pandas.py index <HASH>..<HASH> 100644 --- a/holoviews/interface/pandas.py +++ b/holoviews/interface/pandas.py @@ -19,7 +19,7 @@ except: import param from ..core import ViewableElement, NdMapping, Columns, NdOverlay,\ - NdLayout, GridSpace, NdElemen...
Fixed flake warnings in interface and operation
pyviz_holoviews
train
dee9f422c80e04162e944d4eea0f216efc32e078
diff --git a/pkg/system/meminfo_linux.go b/pkg/system/meminfo_linux.go index <HASH>..<HASH> 100644 --- a/pkg/system/meminfo_linux.go +++ b/pkg/system/meminfo_linux.go @@ -6,8 +6,6 @@ import ( "os" "strconv" "strings" - - units "github.com/docker/go-units" ) // ReadMemInfo retrieves memory statistics of the ho...
pkg/system: remove github.com/docker/go-units dependency This is not "very" important, but this dependency was only used for a single const, which could be satisfied with a comment. Not very urgent, as github.com/docker/go-units is likely imported through other ways already (but it's nice to have the package be more ...
moby_moby
train
550d39cc92012046fec893124052497799b3d1f6
diff --git a/src/Form/HtmlForm.php b/src/Form/HtmlForm.php index <HASH>..<HASH> 100644 --- a/src/Form/HtmlForm.php +++ b/src/Form/HtmlForm.php @@ -17,7 +17,7 @@ use vxPHP\Session\Session; /** * Parent class for HTML forms * - * @version 1.5.1 2015-12-20 + * @version 1.5.2 2015-12-21 * @author Gregor Kofler * ...
Static instancing method updated to accept same arguments as constructor
Vectrex_vxPHP
train
8fd99077baf78285b088ed3f34aea50e40c00bd6
diff --git a/src/main/java/org/jamesframework/core/search/stopcriteria/StopCriterionChecker.java b/src/main/java/org/jamesframework/core/search/stopcriteria/StopCriterionChecker.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jamesframework/core/search/stopcriteria/StopCriterionChecker.java +++ b/src/main/java...
fixed: stop criterion checker uses daemon thread to allow application to finish properly
hdbeukel_james-core
train
ea1a04bef489bd193e3f3cfaeb5d0e6fdd142682
diff --git a/lib/puppet/indirector/catalog/compiler.rb b/lib/puppet/indirector/catalog/compiler.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/indirector/catalog/compiler.rb +++ b/lib/puppet/indirector/catalog/compiler.rb @@ -32,7 +32,7 @@ class Puppet::Resource::Catalog::Compiler < Puppet::Indirector::Code end...
PUP-<I> Add environment information to facts save during compilation Previously the save method on the indirector was called without including the environment information. This patch includes the environment so a custom terminus may utilize this information during storage.
puppetlabs_puppet
train
a65f0aaf46d36d9b5bb4d39fb0e5c0e5caad8771
diff --git a/encoding/big_encoder.go b/encoding/big_encoder.go index <HASH>..<HASH> 100644 --- a/encoding/big_encoder.go +++ b/encoding/big_encoder.go @@ -27,7 +27,7 @@ func (valenc bigIntEncoder) Encode(enc *Encoder, v interface{}) { } func (bigIntEncoder) Write(enc *Encoder, v interface{}) { - WriteBigInt(enc, (*...
Change WriteBigInt from func to method
hprose_hprose-golang
train
db6602f6e8f42958a1163351040216bf6d4861e2
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -112,9 +112,7 @@ module.exports = function(config) { }, }, - mochaReporter: { - output: 'minimal' - } + reporters: ['mocha'], }); // See https://github.com/karma-runner/k...
try the mocha reporter to try to fix travis
material-components_material-components-web-components
train
9f7ff372e575944eda46bdafd445f54babdbb6f6
diff --git a/ruby/command-t/controller.rb b/ruby/command-t/controller.rb index <HASH>..<HASH> 100644 --- a/ruby/command-t/controller.rb +++ b/ruby/command-t/controller.rb @@ -30,19 +30,19 @@ module CommandT def initialize @prompt = Prompt.new set_up_max_height - set_up_finder + set_up_file_...
Refactor Controller class in preparation for buffer search Rename the @finder instance variable and #set_up_finder method in preparation for future commits which will teach the Controller class how to hand BufferFinder instances as well.
wincent_command-t
train
fc9534b0702875f83b1c96032a589cd2a8bc8224
diff --git a/fastlane.gemspec b/fastlane.gemspec index <HASH>..<HASH> 100644 --- a/fastlane.gemspec +++ b/fastlane.gemspec @@ -95,6 +95,8 @@ Gem::Specification.new do |spec| # If you upgrade this gem, make sure to upgrade the users of it as well. spec.add_dependency('google-api-client', '>= 0.13.1', '< 0.14.0') #...
[WIP] remove emoji from changelog (#<I>) * remove Emoji symbols from changelog Emoji are not allowed by Apple, and submitting a changelog that contains them will result in an error. When the changelog now contains Emoji, they will be removed automatically, and a message is shown to the user that the removal has tak...
fastlane_fastlane
train
f59f43bb4c7747aedfafbaaee851a172f4c2a486
diff --git a/website/.storybook/main.js b/website/.storybook/main.js index <HASH>..<HASH> 100644 --- a/website/.storybook/main.js +++ b/website/.storybook/main.js @@ -62,41 +62,17 @@ module.exports = { config.resolve.alias = { ...config.resolve.alias, '@site': path.resolve(__dirname, ...
chore: use `docusaurusPath` function consistently.
Unleash_unleash
train
685d367bc59288c88b80cbda0633caebe874330d
diff --git a/presto-main/src/main/java/com/facebook/presto/sql/gen/IsDistinctFromCodeGenerator.java b/presto-main/src/main/java/com/facebook/presto/sql/gen/IsDistinctFromCodeGenerator.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/sql/gen/IsDistinctFromCodeGenerator.java +++ b/pres...
Fix bugs in isDistinctFrom code generator * Originally, we didn't pop the operand off the stack in reverse order. Right now, Since we don't have any equals operator where the arguments are different, this bug can't manifest itself into a production issue. * Fixes invalid byte code where both sides of the if produc...
prestodb_presto
train
a03f218f03cf9aae8a3808ce51051492065079cb
diff --git a/spec/unit/worker_spec.rb b/spec/unit/worker_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/worker_spec.rb +++ b/spec/unit/worker_spec.rb @@ -30,21 +30,6 @@ module Qless class JobClass; end # A job of that dummy job class let(:job) { Job.build(client, JobClass) } - - # # A job...
Unit worker specs for ForkingWorker, too
seomoz_qless
train
1ebef652d13d2b8aecae91180fdb1263068a4290
diff --git a/test/_payment-test.js b/test/_payment-test.js index <HASH>..<HASH> 100644 --- a/test/_payment-test.js +++ b/test/_payment-test.js @@ -631,7 +631,7 @@ describe('payments', function() { }); - // bob should try to send all money back to alice + // TODO: bob should try to send all money back to alice ...
[TASK] cleanup and add comment there's a couple of tests that need to be moved over to payment-test, since they currently don't test input from ripple-rest to rippled
ripple_ripple-rest
train
279aaffa89f8127e88a317b9e36ce8a9e0582828
diff --git a/tornado/test/twisted_test.py b/tornado/test/twisted_test.py index <HASH>..<HASH> 100644 --- a/tornado/test/twisted_test.py +++ b/tornado/test/twisted_test.py @@ -30,9 +30,6 @@ try: from twisted.internet.defer import Deferred from twisted.internet.interfaces import IReadDescriptor, IWriteDescripto...
Get twisted_test running on python 3 too. Twisted <I> can be installed from a source checkout on python3. Some modules, including twisted.web, are not available so skip those tests separately.
tornadoweb_tornado
train
89d92693778299383063dd45225d234406883f8e
diff --git a/pkg/compiler/binder.go b/pkg/compiler/binder.go index <HASH>..<HASH> 100644 --- a/pkg/compiler/binder.go +++ b/pkg/compiler/binder.go @@ -319,9 +319,14 @@ func (p *binderPhase2) VisitStack(stack *ast.Stack) { // Populate the symbol table with this Stack's bound dependencies so that any type lookups are f...
Bind dependencies that have no Stacks In some cases, a dependency will resolve to a diag.Document, rather than a fully instantiated ast.Stack (in fact, that is the common case). The binder needs to detect and tolerate this situation.
pulumi_pulumi
train
b86c20676e4a014f8585fa07512fe89eb66da997
diff --git a/tests/misc/recursive_iternext.py b/tests/misc/recursive_iternext.py index <HASH>..<HASH> 100644 --- a/tests/misc/recursive_iternext.py +++ b/tests/misc/recursive_iternext.py @@ -1,8 +1,14 @@ # This tests that recursion with iternext doesn't lead to segfault. try: + [0] * 10000 + N = 1000 +except:...
tests/recursive_iternext.py: Make low-heap friendly.
micropython_micropython
train
5a79c32c032a14db7acf942c75750ccd44ee8c91
diff --git a/tika/tika.py b/tika/tika.py index <HASH>..<HASH> 100644 --- a/tika/tika.py +++ b/tika/tika.py @@ -142,7 +142,8 @@ def parse1(option, urlOrPath, serverEndpoint=ServerEndpoint, verbose=Verbose, ti service = services.get(option, services['all']) if service == '/tika': responseMimeType = 'text/plain'...
- Content Disposition should be set in parse1 method as well.
chrismattmann_tika-python
train
03fcd7a3ff1fe2043ce39a5feb46a2bd9bb40e85
diff --git a/source/core/oxutilsview.php b/source/core/oxutilsview.php index <HASH>..<HASH> 100644 --- a/source/core/oxutilsview.php +++ b/source/core/oxutilsview.php @@ -16,7 +16,7 @@ * along with OXID eShop Community Edition. If not, see <http://www.gnu.org/licenses/>. * * @link http://www.oxid-esales.com...
ESDEV-<I> Extract edition based code from oxUtilsView
OXID-eSales_oxideshop_ce
train
78dd65654208c98603df81f57a157ecec5954335
diff --git a/synapse/lib/spawn.py b/synapse/lib/spawn.py index <HASH>..<HASH> 100644 --- a/synapse/lib/spawn.py +++ b/synapse/lib/spawn.py @@ -327,6 +327,7 @@ class SpawnCore(s_base.Base): self.svcsbyiden = {} self.svcsbyname = {} + self.svcsbysvcname = {} self.stormcmds = {} ...
Fix bug in spawncore with stormservices (#<I>) * Add a test for the spawncore to make sure the service is available * Fix spawncore for stormservices
vertexproject_synapse
train
a7c0482b94f212a09d93368c126c0af37ebebba1
diff --git a/modeltranslation/utils.py b/modeltranslation/utils.py index <HASH>..<HASH> 100644 --- a/modeltranslation/utils.py +++ b/modeltranslation/utils.py @@ -2,7 +2,7 @@ from contextlib import contextmanager import six -from django.utils.encoding import force_text +from django.utils.encoding import force_str ...
replace force_text to support django 3
deschler_django-modeltranslation
train
d6ce6f31e8993475322ab8aef2b26471e53e6332
diff --git a/test/test-openssh.js b/test/test-openssh.js index <HASH>..<HASH> 100644 --- a/test/test-openssh.js +++ b/test/test-openssh.js @@ -178,9 +178,11 @@ const serverCfg = { hostKeys: [ fixture('ssh_host_rsa_key') ] }; `Wrong info: ${inspect(info)}` ); - accept().on('close', mustCall(...
test: fix OpenSSH test timing out
mscdex_ssh2
train
2dd77b5ba867584a42aa26d342ed957d521636a2
diff --git a/lib/shopify_api/api_version.rb b/lib/shopify_api/api_version.rb index <HASH>..<HASH> 100644 --- a/lib/shopify_api/api_version.rb +++ b/lib/shopify_api/api_version.rb @@ -1,7 +1,8 @@ module ShopifyAPI class ApiVersion class NoVersion < ApiVersion - API_PREFIX = '/admin/'.freeze + API_PREF...
Move graphql urls to ApiVersion.
Shopify_shopify_api
train
998a7122423ebf4ca01893e4a46904991e27c9d9
diff --git a/dataset/freeze/format/fjson.py b/dataset/freeze/format/fjson.py index <HASH>..<HASH> 100644 --- a/dataset/freeze/format/fjson.py +++ b/dataset/freeze/format/fjson.py @@ -25,7 +25,7 @@ class JSONSerializer(Serializer): def wrap(self, result): if self.mode == 'item': result = resul...
When wrap is False, don't wrap JSON result Test and solution for issue pudo/dataset#<I>
pudo_dataset
train
035139cd4b6b745b23a1b8a5ea3ccaa68ad6d1a6
diff --git a/pyzyre/_client_task.py b/pyzyre/_client_task.py index <HASH>..<HASH> 100644 --- a/pyzyre/_client_task.py +++ b/pyzyre/_client_task.py @@ -113,8 +113,9 @@ def task(pipe, arg): logger.debug('joining %s' % group) n.join(group) elif msg_type == 'shout'...
pass client to the handler callbacks, implement shout
wesyoung_pyzyre
train
af91b875c8fefd7bf0e6e2f291f603a57fda4c7b
diff --git a/intake/__init__.py b/intake/__init__.py index <HASH>..<HASH> 100644 --- a/intake/__init__.py +++ b/intake/__init__.py @@ -105,7 +105,16 @@ def open_catalog(uri=None, **kwargs): Designator for the location of the catalog. kwargs: passed to subclass instance, see documentation of the i...
Improve multi-file handling Fixes #<I> - Add documentation to `open_catalog` - Raise on repeated sources while flattening, instead of silentlyoverwriting - Give decent repr for multi cat
intake_intake
train
2eae54b84ae459d15b18b172778763e41cbda82d
diff --git a/lib/sem4r/campaign/campaign_service.rb b/lib/sem4r/campaign/campaign_service.rb index <HASH>..<HASH> 100644 --- a/lib/sem4r/campaign/campaign_service.rb +++ b/lib/sem4r/campaign/campaign_service.rb @@ -34,6 +34,7 @@ module Sem4r @service_namespace = "https://adwords.google.com/api/adwords/cm/v201008...
ummm, fixing the missing production service url for campaigns, how did this get through a release?
26fe_sem4r
train
96acb6a8e4cdebb26424001c148375ada63ebe71
diff --git a/.github/workflows/32-bit-linux.yml b/.github/workflows/32-bit-linux.yml index <HASH>..<HASH> 100644 --- a/.github/workflows/32-bit-linux.yml +++ b/.github/workflows/32-bit-linux.yml @@ -23,9 +23,15 @@ jobs: - name: Run 32-bit manylinux2014 Docker Build / Tests run: | + # Without ...
CI: Versioneer not picking up version in <I>-bit build (#<I>)
pandas-dev_pandas
train
32d9f5b55dfa2dfd89c5b44d3842ee963f6e5c53
diff --git a/lib/pronto/flay.rb b/lib/pronto/flay.rb index <HASH>..<HASH> 100644 --- a/lib/pronto/flay.rb +++ b/lib/pronto/flay.rb @@ -12,7 +12,7 @@ module Pronto ruby_patches = patches.select do |patch| path = patch.delta.new_file_full_path - patch.additions > 0 && File.extname(path) == '.rb' ...
Use #ruby_file? method from base Pronto::Runner
prontolabs_pronto-flay
train
2ee510ef402b88714e758c7cb60d840119c31ec0
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -16,6 +16,7 @@ var gulpLoadPlugins = (function() { return proxyquire('../', { 'gulp-foo': wrapInFunc({ name: 'foo' }), 'gulp-bar': wrapInFunc({ name: 'bar' }), + 'bar' : wrapInFunc({ nam...
#<I> - Test to get a nice error with repeated dependencies
jackfranklin_gulp-load-plugins
train
d509ac1aedd8c40b13a0b406ba8f5c3e01d00a22
diff --git a/salt/utils/__init__.py b/salt/utils/__init__.py index <HASH>..<HASH> 100644 --- a/salt/utils/__init__.py +++ b/salt/utils/__init__.py @@ -1857,6 +1857,19 @@ def warn_until(version, ) if _dont_call_warnings is False: + def _formatwarning(message, + category, ...
Suppress echoing of line in deprecation warnings This is done by replacing warnings.formatwarning with a replacement function that ignores the "line" parameter. This is an ugly hack, and I'm open to better suggestions.
saltstack_salt
train
21e88e16251bc8c4c5c949c761ac884ff7990b98
diff --git a/src/sap.uxap/src/sap/uxap/ObjectPageLayoutABHelper.js b/src/sap.uxap/src/sap/uxap/ObjectPageLayoutABHelper.js index <HASH>..<HASH> 100644 --- a/src/sap.uxap/src/sap/uxap/ObjectPageLayoutABHelper.js +++ b/src/sap.uxap/src/sap/uxap/ObjectPageLayoutABHelper.js @@ -105,6 +105,7 @@ sap.ui.define([ ABHelper.pr...
[INTERNAL][FIX] uxap.AnchorBar: Button arrows visibility without popover Button arrows are visible even when popovers are turned off Change-Id: If<I>d<I>e<I>d<I>ca2f<I>afcedbb<I>b<I>f
SAP_openui5
train
0cadec4fb27475fd35a5e3ce7059770915968a08
diff --git a/domain/schema_validator_test.go b/domain/schema_validator_test.go index <HASH>..<HASH> 100644 --- a/domain/schema_validator_test.go +++ b/domain/schema_validator_test.go @@ -30,7 +30,7 @@ type leaseGrantItem struct { func (*testSuite) TestSchemaValidator(c *C) { defer testleak.AfterTest(c)() - lease :...
domain: make schema validator test more stable (#<I>) Extend lease's value to <I>ms in TestSchemaValidator
pingcap_tidb
train
9a559ab8b133d8dc46243e97b3ffcc3b2d9daa4b
diff --git a/lib/merch_calendar/retail_calendar.rb b/lib/merch_calendar/retail_calendar.rb index <HASH>..<HASH> 100644 --- a/lib/merch_calendar/retail_calendar.rb +++ b/lib/merch_calendar/retail_calendar.rb @@ -156,6 +156,9 @@ module MerchCalendar # @param merch_month [Fixnum] the merch month to convert # @re...
merch_to_julian and julian_to_merch specs added
stitchfix_merch_calendar
train
91d14fa1f42cbb1b71b561ff92bc592ba6dcf5c8
diff --git a/job.go b/job.go index <HASH>..<HASH> 100644 --- a/job.go +++ b/job.go @@ -275,7 +275,7 @@ func (j *Job) InvokeSimple(params map[string]string) bool { data.Set(k, v) } resp := j.Jenkins.Requester.Post(j.Base+endpoint, bytes.NewBufferString(data.Encode()), nil, nil) - if resp.StatusCode != 200 || resp...
Fix(Job Status Code): AND instead of OR
bndr_gojenkins
train
0f64b00731301f7f6ab8fe177d25cc9ab92a7214
diff --git a/examples/rpc.rb b/examples/rpc.rb index <HASH>..<HASH> 100644 --- a/examples/rpc.rb +++ b/examples/rpc.rb @@ -9,13 +9,13 @@ Beetle.config.servers = "localhost:5672, localhost:5673" client = Beetle::Client.new -# register a durable queue named 'test' -# this implicitly registers a durable topic exchang...
adapted outdated comment in rpc example
xing_beetle
train
d69dc54201ddeca7af5ea906143eb70677509437
diff --git a/starlette/responses.py b/starlette/responses.py index <HASH>..<HASH> 100644 --- a/starlette/responses.py +++ b/starlette/responses.py @@ -215,10 +215,18 @@ class RedirectResponse(Response): self.headers["location"] = quote(str(url), safe=":/%#?=@[]!$&'()*+,;") +Content = typing.Union[str, byte...
add type annotations to StreamingResponse (#<I>)
encode_starlette
train
933f5acf19e52cf4ee77f406c17b03232b33dace
diff --git a/tasks/scp.js b/tasks/scp.js index <HASH>..<HASH> 100644 --- a/tasks/scp.js +++ b/tasks/scp.js @@ -46,9 +46,13 @@ module.exports = function(grunt) { client.on('transfer', function(buf, up, total) { up = up + 1; if (up < total) { - grunt.log.write('transfer ' + up + '/' + total + ' ...
make transfer log more readable ```shell ssh connect <I> write /path/to/myfile.zip transfer 1% data transfer <I>% data transfer <I>% data transfer <I>% data transfer <I>% data transfer <I>% data transfer <I>% data ssh close <I> ```
spmjs_grunt-scp
train
9b980fc6a07069ee463474ca293e02c8b560ea4d
diff --git a/staging/src/k8s.io/apimachinery/pkg/runtime/scheme.go b/staging/src/k8s.io/apimachinery/pkg/runtime/scheme.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/scheme.go +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/scheme.go @@ -70,7 +70,7 @@ type Scheme struct { defaulte...
Fix a typo: coverting -> converting
kubernetes_kubernetes
train
621c40645457042d07ae75506165bd5b5cd27774
diff --git a/dbg/dbg.go b/dbg/dbg.go index <HASH>..<HASH> 100644 --- a/dbg/dbg.go +++ b/dbg/dbg.go @@ -29,10 +29,10 @@ func init() { // define all default options var opts = [][]string{ - {"dbg.debugWriter", "stderr", "debug log output sink"}, + {"dbg.debugWriter", "stderr", "debug log output sink, one of [stde...
changed flag descritpions, changed http log prefix
Rmohid_go-config
train
729d466f03ea258c1a2078f1590a88c7d3e9d592
diff --git a/tests/test_get_job_ids.py b/tests/test_get_job_ids.py index <HASH>..<HASH> 100644 --- a/tests/test_get_job_ids.py +++ b/tests/test_get_job_ids.py @@ -4,7 +4,7 @@ from functools import partial import pytest -from appveyor_artifacts import get_job_ids +from appveyor_artifacts import get_job_ids, Handled...
Additional tests for get_job_ids().
Robpol86_appveyor-artifacts
train