hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
ec746655ea11994543b25d6c77d351a22d4e93c8
diff --git a/src/main/java/com/cloudbees/jenkins/Credential.java b/src/main/java/com/cloudbees/jenkins/Credential.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/cloudbees/jenkins/Credential.java +++ b/src/main/java/com/cloudbees/jenkins/Credential.java @@ -20,22 +20,22 @@ import java.io.IOException; public c...
Use oauthAccessToken for consistency with how the API wrapper references it.
jenkinsci_github-plugin
train
77d8bf2cbb3e1674b8d4ea458b1f532865d03219
diff --git a/fluency-core/src/main/java/org/komamitsu/fluency/buffer/Buffer.java b/fluency-core/src/main/java/org/komamitsu/fluency/buffer/Buffer.java index <HASH>..<HASH> 100644 --- a/fluency-core/src/main/java/org/komamitsu/fluency/buffer/Buffer.java +++ b/fluency-core/src/main/java/org/komamitsu/fluency/buffer/Buffe...
Force the user of RetentionBuffer set current timestamp
komamitsu_fluency
train
930c08ecbeac7012ec476229baded5a163f6730a
diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/operators/sort/LargeRecordHandlerITCase.java b/flink-runtime/src/test/java/org/apache/flink/runtime/operators/sort/LargeRecordHandlerITCase.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/test/java/org/apache/flink/runtime/operators/sort/LargeRe...
[hotfix] [tests] Remove sysout logging in LargeRecordHandlerITCase
apache_flink
train
fd4ca53ffdfa7a0eeb71826552d06bfcf21b5295
diff --git a/src/main/java/org/codehaus/groovy/vmplugin/v7/IndyInterface.java b/src/main/java/org/codehaus/groovy/vmplugin/v7/IndyInterface.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/codehaus/groovy/vmplugin/v7/IndyInterface.java +++ b/src/main/java/org/codehaus/groovy/vmplugin/v7/IndyInterface.java @@ -1...
Remove deprecated methods of `IndyInterface`(master only)
apache_groovy
train
36dbc314cdeb6b9c62c12565f97cf769e08cea26
diff --git a/volman/volman_executor_test.go b/volman/volman_executor_test.go index <HASH>..<HASH> 100644 --- a/volman/volman_executor_test.go +++ b/volman/volman_executor_test.go @@ -1,6 +1,7 @@ package volman_test import ( + "context" "fmt" "io/ioutil" "os" @@ -16,6 +17,8 @@ import ( executorinit "code.clo...
Add missing inigo tests for voldriver logic that removes mounts at startup [#<I>](<URL>)
cloudfoundry_inigo
train
fc1022482064743425b7f295d67af0d312d8d7b4
diff --git a/probes/ping.js b/probes/ping.js index <HASH>..<HASH> 100644 --- a/probes/ping.js +++ b/probes/ping.js @@ -1,6 +1,9 @@ 'use strict'; -var exec = require('child_process').exec; +var url = require('url') + , http = require('http') + , async = require('async') + , schedule = require('node-schedule'); ...
[fix] just do simple requests to ping
Swaagie_npm-probe
train
9bc5590ad628ce152ba3d0c377901283e704d1ad
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,6 @@ var util = require('util'); * @param {string} message */ function FloraError(message) { - Error.call(this); Error.captureStackTrace(this, this.constructor); this.name = this.constructor.name;
Removed useless function call "Error.call(this)" doesn't work as expected: <URL>
godmodelabs_flora-errors
train
6744b94bc0276afc5aca83c036bfa5c6724ed730
diff --git a/src/ModalTitle.js b/src/ModalTitle.js index <HASH>..<HASH> 100644 --- a/src/ModalTitle.js +++ b/src/ModalTitle.js @@ -5,7 +5,7 @@ class ModalTitle extends React.Component { render() { return ( - <h4 {...this.props} className={classnames(this.props.className, 'modal-title')}> + <h4 {...t...
[fixed] 'modalClassName' property for 'ModalTitle'
react-bootstrap_react-bootstrap
train
417e1bd54c2c76ef94c8530623f866dbe70a2853
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,8 @@ _testmain.go *.prof .idea/ +# used by intellij IDEA for project structures +*.iml bin src/github.com/ diff --git a/cmd/acra-connector/acra-connector.go b/cmd/acra-connector/acra-connector.go inde...
print version on start (#<I>) * print version on start
cossacklabs_acra
train
19fc8cb4882e8241025dfd59f75bbcc42643ffa6
diff --git a/lib/jekyll/migrators/posterous.rb b/lib/jekyll/migrators/posterous.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/migrators/posterous.rb +++ b/lib/jekyll/migrators/posterous.rb @@ -5,7 +5,7 @@ require 'net/http' require 'uri' require "json" -# ruby -r './lib/jekyll/migrators/posterous.rb' -e 'Jekyll::...
Oops, still need email and pass. Update usage comment
jekyll_jekyll
train
cb023d1b4ec1f8f7c200c9560e4b4c402a0a5dcd
diff --git a/tilequeue/tile.py b/tilequeue/tile.py index <HASH>..<HASH> 100644 --- a/tilequeue/tile.py +++ b/tilequeue/tile.py @@ -1,6 +1,7 @@ from itertools import chain from ModestMaps.Core import Coordinate import math +import time # TODO: use a namedtuple instead @@ -9,7 +10,7 @@ class CoordMessage(object):...
Use the current time if no timestamp was provided.
tilezen_tilequeue
train
cf7b5dbbf1c19107b73204046e9f6b8f42695b85
diff --git a/message_sender/views.py b/message_sender/views.py index <HASH>..<HASH> 100644 --- a/message_sender/views.py +++ b/message_sender/views.py @@ -160,7 +160,6 @@ class EventListener(APIView): voice_to_addr_formatter(message.to_addr), message.content, speech_url=speech_...
Add voice hangup functionality to Junebug event endpoint
praekeltfoundation_seed-message-sender
train
e1e5ba61f0a2bfcc57636269368f9e6e6785443a
diff --git a/lib/common.js b/lib/common.js index <HASH>..<HASH> 100644 --- a/lib/common.js +++ b/lib/common.js @@ -1,13 +1,15 @@ exports.prefixHeader = 'X-Upcache'; exports.replacements = function replacements(tag, params) { - return tag.replace(/:(\w+)/g, (str, name) => { + let someNull = false; + const str = tag....
tag is removed when one of its params is null
kapouer_upcache
train
3d07beed28ab4d8f362000e8fd04ed1155d40d71
diff --git a/js/bitfinex.js b/js/bitfinex.js index <HASH>..<HASH> 100644 --- a/js/bitfinex.js +++ b/js/bitfinex.js @@ -22,7 +22,7 @@ module.exports = class bitfinex extends Exchange { 'deposit': true, 'fetchClosedOrders': true, 'fetchDepositAddress': true, - ...
added a unified fetch_fees method to base class fix indentation indents tested on more exchanges cleaner
ccxt_ccxt
train
4cd74633caad8d2e9910993b09898264119a92e0
diff --git a/pkg/minikube/schedule/schedule.go b/pkg/minikube/schedule/schedule.go index <HASH>..<HASH> 100644 --- a/pkg/minikube/schedule/schedule.go +++ b/pkg/minikube/schedule/schedule.go @@ -41,11 +41,19 @@ func Daemonize(profiles []string, duration time.Duration) error { continue } daemonizeProfiles = ap...
Only save scheduled stop config if daemonize is successful
kubernetes_minikube
train
7727f3fd3ebaf4e1165345ca1bcbe313510d1cc1
diff --git a/greycat/src/main/java/greycat/workers/GraphWorker.java b/greycat/src/main/java/greycat/workers/GraphWorker.java index <HASH>..<HASH> 100644 --- a/greycat/src/main/java/greycat/workers/GraphWorker.java +++ b/greycat/src/main/java/greycat/workers/GraphWorker.java @@ -532,10 +532,11 @@ public class GraphWorke...
Randomize submission of tasks to GP workers + API fix
datathings_greycat
train
712de9bb8acfcc9d0a79aa8dfdc7f671929bc18c
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -40,12 +40,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <!--<version>2.3.2</version>--> - <...
fix persitant offheap issues, added tests, fixed nonshared mode.
RuedigerMoeller_fast-serialization
train
5a894c45cb981bcee87eba34ad85e975a9cbd920
diff --git a/ruby_event_store/lib/ruby_event_store/client.rb b/ruby_event_store/lib/ruby_event_store/client.rb index <HASH>..<HASH> 100644 --- a/ruby_event_store/lib/ruby_event_store/client.rb +++ b/ruby_event_store/lib/ruby_event_store/client.rb @@ -10,6 +10,7 @@ module RubyEventStore @mapper = mapper ...
Move metadata_proc warning to constructor and kill some mutants
RailsEventStore_rails_event_store
train
751564401759eb2fd305dab244c19122d9cd8599
diff --git a/spikeextractors/extractors/hs2sortingextractor/hs2sortingextractor.py b/spikeextractors/extractors/hs2sortingextractor/hs2sortingextractor.py index <HASH>..<HASH> 100644 --- a/spikeextractors/extractors/hs2sortingextractor/hs2sortingextractor.py +++ b/spikeextractors/extractors/hs2sortingextractor/hs2sorti...
Add sampling rate in hs2 extractor
SpikeInterface_spikeextractors
train
0052e02e12d2f1182c2176705b07aa56c93a75ac
diff --git a/Sdk/Api.php b/Sdk/Api.php index <HASH>..<HASH> 100644 --- a/Sdk/Api.php +++ b/Sdk/Api.php @@ -215,11 +215,11 @@ class Api private function logException(\Exception $e) { - $this->logger and $this->logger->error(sprintf( - "Error:Exception: \"%s\", Message: \"%s\", Response:\n%s...
Added the exception to log when something wrong happen during a guzlle call
symfonycorp_insight
train
5ba6ca2dc9c0aaca648306ff021660463f1229da
diff --git a/bcbio/variation/peddy.py b/bcbio/variation/peddy.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/peddy.py +++ b/bcbio/variation/peddy.py @@ -88,7 +88,8 @@ def run_peddy(samples, out_dir=None): with open(stderr_log) as in_handle: for line in in_handle: ...
peddy: more flexibly catch "not enough data" errors find errors when IndexError is not the last line: <URL>
bcbio_bcbio-nextgen
train
dee5117801789bec3610c37c72b8a93a4ebab351
diff --git a/python_modules/dagster-test/dagster_test/toys/sensors.py b/python_modules/dagster-test/dagster_test/toys/sensors.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster-test/dagster_test/toys/sensors.py +++ b/python_modules/dagster-test/dagster_test/toys/sensors.py @@ -49,7 +49,7 @@ def directory_file_...
fix bug in toy sensor Test Plan: ran dagster-daemon Reviewers: dish Reviewed By: dish Differential Revision: <URL>
dagster-io_dagster
train
4c8ef011e06f18d1199eac52da2ab8a2ebf5a2d6
diff --git a/client/v3/snapshot/v3_snapshot.go b/client/v3/snapshot/v3_snapshot.go index <HASH>..<HASH> 100644 --- a/client/v3/snapshot/v3_snapshot.go +++ b/client/v3/snapshot/v3_snapshot.go @@ -65,7 +65,7 @@ func SaveWithVersion(ctx context.Context, lg *zap.Logger, cfg clientv3.Config, d } lg.Info("created tempora...
*: drop use of humanize.Time() in favour of time.Duration.String() humanize.Time() drops precision resulting in some events reporting they took "now" time to complete. Using time.Duration.String() results in accurate duration being reported. Fixes #<I>
etcd-io_etcd
train
4997831a6db59661a99d2a60aa89d1239a1e5f45
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -14,7 +14,6 @@ module ActionView # ...
fix broken format in ActionView::Helpers::AssetTagHelper [ci skip]
rails_rails
train
67c80640214df2c0ba248efc6aed2aa9ed3137b8
diff --git a/pypot/vrep/controller.py b/pypot/vrep/controller.py index <HASH>..<HASH> 100644 --- a/pypot/vrep/controller.py +++ b/pypot/vrep/controller.py @@ -3,6 +3,7 @@ from numpy import rad2deg, deg2rad from ..robot.controller import MotorsController, SensorsController from ..dynamixel.conversion import torque_max...
Get the angle limit in v-rep
poppy-project_pypot
train
c8eae72601fcdc56f88ab2e63ae713bb3da9879f
diff --git a/lib/solr_ead/component.rb b/lib/solr_ead/component.rb index <HASH>..<HASH> 100644 --- a/lib/solr_ead/component.rb +++ b/lib/solr_ead/component.rb @@ -71,7 +71,8 @@ class SolrEad::Component def to_solr(solr_doc = Hash.new) super(solr_doc) - Solrizer.insert_field(solr_doc, "ref", self.ref.first....
validate that we have a good 'ref' before we use it in to_solr
awead_solr_ead
train
f685676db306ef41bb922abac364302f72ea79f8
diff --git a/test/pushstate-iframe-tests.js b/test/pushstate-iframe-tests.js index <HASH>..<HASH> 100644 --- a/test/pushstate-iframe-tests.js +++ b/test/pushstate-iframe-tests.js @@ -5,7 +5,7 @@ var route = require('can-route'); var RoutePushstate = require('../can-route-pushstate'); module.exports.makeTest = funct...
Replace can/route/pushstate with can-route-pushstate
canjs_can-route-pushstate
train
ce10c09263b986fb8cdb08d38b2edc1217420d60
diff --git a/lib/dragonfly/data_storage/s3data_store.rb b/lib/dragonfly/data_storage/s3data_store.rb index <HASH>..<HASH> 100644 --- a/lib/dragonfly/data_storage/s3data_store.rb +++ b/lib/dragonfly/data_storage/s3data_store.rb @@ -82,7 +82,8 @@ module Dragonfly end def parse_s3_metadata(metadata) - ...
Was raising an error if no metadata had been stored in S3DataStore
markevans_dragonfly
train
72d93e91fa008fb294f8c73337cec10caefa7e60
diff --git a/qt/mplwidget.py b/qt/mplwidget.py index <HASH>..<HASH> 100644 --- a/qt/mplwidget.py +++ b/qt/mplwidget.py @@ -1,7 +1,7 @@ from PyQt4 import QtGui,QtCore from Rectangle import Rectangle from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg ...
Updated so toolbar takes far less space
joelfrederico_SciSalt
train
5adf8704be8ba72c6cc72c12c0b406dd32da9a2d
diff --git a/src/Carbon/Carbon.php b/src/Carbon/Carbon.php index <HASH>..<HASH> 100644 --- a/src/Carbon/Carbon.php +++ b/src/Carbon/Carbon.php @@ -3560,6 +3560,16 @@ class Carbon extends DateTime } /** + * Check if today is the last day of the Month + * + * @return bool + */ + public func...
Add isLastOfMonth comparison
CarbonDate_Carbon
train
ecc84f995ba25727fdcffb7ea73b14e330f073bf
diff --git a/test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py b/test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py index <HASH>..<HASH> 100644 --- a/test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py +++ b/test/unit/vint/ast/plugin/scope_plugin/test_scope_detector.py @@ -252,6 +252,10...
Care variables "key" and "val" in the out of map() or filter()
Kuniwak_vint
train
0995b98947b6d570029237113eaacaa3fc56eea8
diff --git a/flex/http.py b/flex/http.py index <HASH>..<HASH> 100644 --- a/flex/http.py +++ b/flex/http.py @@ -322,10 +322,14 @@ def _normalize_webob_response(response, request=None): if not isinstance(response, webob.Response): raise TypeError("Cannot normalize this response object") + url = None + ...
Webob response object should check it has a request
pipermerriam_flex
train
804bc8cb536b65f9af5ac1e6b5005e1f57f745b3
diff --git a/common/src/main/java/org/cloudfoundry/identity/uaa/zone/IdentityProvider.java b/common/src/main/java/org/cloudfoundry/identity/uaa/zone/IdentityProvider.java index <HASH>..<HASH> 100644 --- a/common/src/main/java/org/cloudfoundry/identity/uaa/zone/IdentityProvider.java +++ b/common/src/main/java/org/cloudf...
Null password policy or lockout policy is considered valid - since if the policy is null, the globaldefaults are used. [#<I>] <URL>
cloudfoundry_uaa
train
97fd9ddb84ea41ebc7739fd2ef6498f611389f4c
diff --git a/closure/goog/dom/viewportsizemonitor.js b/closure/goog/dom/viewportsizemonitor.js index <HASH>..<HASH> 100644 --- a/closure/goog/dom/viewportsizemonitor.js +++ b/closure/goog/dom/viewportsizemonitor.js @@ -60,15 +60,25 @@ goog.require('goog.math.Size'); goog.dom.ViewportSizeMonitor = function(opt_window) ...
Do not initialize the viewport size eagerly when constructing a ViewportSizeMonitor to avoid forcing the browser to do a synchronous layout. Instead, compute the size on the fly when events are captured or when explicitly requested. ------------- Created by MOE: <URL>
google_closure-library
train
e13ce5317c96b16f8fd6c736d7b09a00a60a528a
diff --git a/tests/gui/test_restore_session.py b/tests/gui/test_restore_session.py index <HASH>..<HASH> 100644 --- a/tests/gui/test_restore_session.py +++ b/tests/gui/test_restore_session.py @@ -271,7 +271,7 @@ def test_restore_session(caplog): from rafcon.gui.controllers.main_window import MainWindowController, M...
chore(restore session test): enable default checks for all core and gui hashes Use by default gaphas enabled, too. Still things improveable in this test but it seems to be trustable. Still hash tests for real core and gui elements would be good.
DLR-RM_RAFCON
train
8a13ae5563b611f031749a1a51d5cfc70bb47cd4
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -100,8 +100,8 @@ RSpec.configure do |config| at_exit { Process.kill("TERM", solr_pid) } - # Wait for up to 5 seconds for Solr to boot - 10.times do + # Wait up to 3...
Increase solr from 5s to <I>s to make travis happy. Travis is having trouble starting solr in 5s. Maybe <I> will be better?
gaffneyc_sunspot-queue
train
9d00da7285269010ea06cb188e5c2fd596e6d4e8
diff --git a/middlewares/retry.go b/middlewares/retry.go index <HASH>..<HASH> 100644 --- a/middlewares/retry.go +++ b/middlewares/retry.go @@ -52,6 +52,13 @@ func (retry *Retry) ServeHTTP(rw http.ResponseWriter, r *http.Request) { recorder.responseWriter = rw retry.next.ServeHTTP(recorder, r.WithContext(newCtx)...
fix SSE subscriptions when retries are enabled
containous_traefik
train
6471add494e8408cc086391875431facb9f665a3
diff --git a/pkg/cmd/server/start/start_api.go b/pkg/cmd/server/start/start_api.go index <HASH>..<HASH> 100644 --- a/pkg/cmd/server/start/start_api.go +++ b/pkg/cmd/server/start/start_api.go @@ -92,8 +92,10 @@ func NewCommandStartMasterAPI(name, basename string, out io.Writer) (*cobra.Comm config.EtcdConfig = nil ...
Only set masterIP with valid IPs, avoid calling OverrideConfig when writing config
openshift_origin
train
2259262f49b98f7efc76d50db53e04ddc94cbf86
diff --git a/interp/api.go b/interp/api.go index <HASH>..<HASH> 100644 --- a/interp/api.go +++ b/interp/api.go @@ -532,16 +532,19 @@ func (r *Runner) Exited() bool { } // Subshell makes a copy of the given Runner, suitable for use concurrently -// with the original. The copy will have the same environment, includi...
interp: allow running Reset before Run It can make sense, for example to make copies of a new runner to be used later. While at it, I noticed that Subshell failed to initialize the Vars map, meaning that it wasn't filled at the end of Run. Fixes #<I>.
mvdan_sh
train
12b0301f3959d7a560a6471e5bf85c3cc673242f
diff --git a/src/helpers.js b/src/helpers.js index <HASH>..<HASH> 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -4,7 +4,7 @@ export const buildNoTypenameError = node => )}` export const hasField = name => set => - set.some(({ name: { value, }, }) => value === name) + set.some(({ alias, name }) => (alias |...
Improve hasField to look for aliases first
monojack_graphql-normalizr
train
f5939f46082b5edee6dd3279a3e620e7d693fe5f
diff --git a/tests/test_readable.py b/tests/test_readable.py index <HASH>..<HASH> 100644 --- a/tests/test_readable.py +++ b/tests/test_readable.py @@ -278,12 +278,10 @@ class TestLinkDensityScoring(unittest.TestCase): class TestSiblings(unittest.TestCase): """Siblings will be included if their content is related....
Skip unused tests instead of useless passing
bookieio_breadability
train
da7f527b5036ba244f407f832d7660581401e578
diff --git a/blueqat/circuit.py b/blueqat/circuit.py index <HASH>..<HASH> 100644 --- a/blueqat/circuit.py +++ b/blueqat/circuit.py @@ -34,6 +34,8 @@ GATE_SET = { "rz": gate.RZGate, "s": gate.SGate, "sdg": gate.SDagGate, + "sx": gate.SXGate, + "sxdg": gate.SXDagGate, "t": gate.TGate, "tdg"...
ENH: Add SX and SXDG gate
Blueqat_Blueqat
train
865d6f8d15bd8172a56dc76d254725ef27709260
diff --git a/examples/v1arch/asyncore/manager/cmdgen/v2c-set.py b/examples/v1arch/asyncore/manager/cmdgen/v2c-set.py index <HASH>..<HASH> 100644 --- a/examples/v1arch/asyncore/manager/cmdgen/v2c-set.py +++ b/examples/v1arch/asyncore/manager/cmdgen/v2c-set.py @@ -9,13 +9,13 @@ from time import time pMod = api.protoModu...
* use SET PDU for Set Command Generator example * pretty print Agent response
etingof_pysnmp
train
6fafbd345f4eb80005584789c4aaa4250c95cf4a
diff --git a/families/track_and_trade/client/src/views/dashboard.js b/families/track_and_trade/client/src/views/dashboard.js index <HASH>..<HASH> 100644 --- a/families/track_and_trade/client/src/views/dashboard.js +++ b/families/track_and_trade/client/src/views/dashboard.js @@ -20,24 +20,46 @@ const m = require('mithri...
Implement Dashboard page This commit removes the previous dashboard placeholder with a list of links to built pages, and replaces it with the dashboard as designed: A blurb of text detailing FishNet and Track and Trade.
hyperledger_sawtooth-core
train
dee23b3c6c80921182133127995ac74caf7d5bc4
diff --git a/lib/statsd.js b/lib/statsd.js index <HASH>..<HASH> 100644 --- a/lib/statsd.js +++ b/lib/statsd.js @@ -48,7 +48,7 @@ var Client = function (host, port, prefix, suffix, globalize, cacheDns, mock, }; } - var createSocket = function createSocket(args) { + var createSocket = function createSocket(in...
Pass instance as argument to createSocket function
brightcove_hot-shots
train
fafe7291fdb03b68a03e578b4b91a8cfc32d6fbe
diff --git a/lib/mw/ApiRequest.js b/lib/mw/ApiRequest.js index <HASH>..<HASH> 100644 --- a/lib/mw/ApiRequest.js +++ b/lib/mw/ApiRequest.js @@ -963,6 +963,7 @@ function ImageInfoRequest(env, filename, dims, key) { 'mediatype', 'size', 'url', + 'badfile', ]; this.ns = imgns; @@ -977,6 +978,7 @@ function I...
Get wfIsBadImage() information in API requests This just requests the information, it doesn't do anything with it yet. Change-Id: I<I>f<I>b6fe<I>d<I>da2f7ec7b3b3ce<I>e0f
wikimedia_parsoid
train
5c46597c532b70ec1aee11d45199cc331272d29f
diff --git a/test/epictest/addcat_test.go b/test/epictest/addcat_test.go index <HASH>..<HASH> 100644 --- a/test/epictest/addcat_test.go +++ b/test/epictest/addcat_test.go @@ -11,7 +11,9 @@ import ( context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context" random "github.com/jbenet...
use the core.NewIPFSNode constructor NB: all commits (from master) pass tests up to this point. fix: squashme into use core constructor
ipfs_go-ipfs
train
847378cfec67a7ad206d01232b998f49a41f60fe
diff --git a/ipyrad/load/load.py b/ipyrad/load/load.py index <HASH>..<HASH> 100644 --- a/ipyrad/load/load.py +++ b/ipyrad/load/load.py @@ -202,7 +202,8 @@ def load_json(path, quiet=False): ## correct any errors/incompatibilities in the old params file oldparams = fullj["assembly"].pop("paramsdict") for p...
skip excludes if in params file
dereneaton_ipyrad
train
d2a143b9958a4004d910301496f28d908b389d56
diff --git a/raiden/network/transport/matrix/transport.py b/raiden/network/transport/matrix/transport.py index <HASH>..<HASH> 100644 --- a/raiden/network/transport/matrix/transport.py +++ b/raiden/network/transport/matrix/transport.py @@ -639,15 +639,20 @@ class MatrixTransport(Runnable): ) assert sel...
Race condition The wait was removed on a previous commit, but that is essential to fix a race condition among the first sync and the listener setup. Without the wait the loop to install the listeners may execute first, while it is empty, leaving every room without a listener.
raiden-network_raiden
train
d494487a5966b0cc557f9f299db1826ff94f2812
diff --git a/pystache/renderer.py b/pystache/renderer.py index <HASH>..<HASH> 100644 --- a/pystache/renderer.py +++ b/pystache/renderer.py @@ -1,7 +1,7 @@ # coding: utf-8 """ -This module provides a Template class. +This module provides a Renderer class to render templates. """
Tweaked another docstring.
defunkt_pystache
train
5f2a6824222fcc693dc06e6c07cf34d8ee4916cc
diff --git a/test/transaction.test.js b/test/transaction.test.js index <HASH>..<HASH> 100644 --- a/test/transaction.test.js +++ b/test/transaction.test.js @@ -101,6 +101,43 @@ test('parse wire format and serialize', () => { expect(wireTransaction).toEqual(expectedTransaction.serialize()); }); +test('transaction f...
chore: add test for Transaction.fromRpcResult
solana-labs_solana-web3.js
train
029b7eb68524cfc8655ebe7fdd02cf5efad07aa2
diff --git a/opinel/utils.py b/opinel/utils.py index <HASH>..<HASH> 100644 --- a/opinel/utils.py +++ b/opinel/utils.py @@ -548,23 +548,23 @@ def read_creds(profile_name, csv_file = None, mfa_serial_arg = None, mfa_code = printInfo('Saved STS credentials expired on %s' % credentials['Expiration...
Update all connect_services() methods
nccgroup_opinel
train
1d7ff04cbb74af05cf7f5075f424ba89049c66d7
diff --git a/src/test/java/me/prettyprint/cassandra/service/KeyspaceTest.java b/src/test/java/me/prettyprint/cassandra/service/KeyspaceTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/me/prettyprint/cassandra/service/KeyspaceTest.java +++ b/src/test/java/me/prettyprint/cassandra/service/KeyspaceTest.java @@ -1...
Change timestamp in batchMutate tests to use the keyspaec timestamp and not currentTimeMilli
hector-client_hector
train
a072cc6ca249f427e3dc71d6391164d96cb34623
diff --git a/abilian/web/forms/fields.py b/abilian/web/forms/fields.py index <HASH>..<HASH> 100644 --- a/abilian/web/forms/fields.py +++ b/abilian/web/forms/fields.py @@ -7,7 +7,6 @@ import operator import logging from functools import partial import datetime -import json import sqlalchemy as sa from wtforms imp...
queryselect2field: add collection_class parameter just like relationship() in sqlalchemy. allow to support 'set' based relations.
abilian_abilian-core
train
4ffdc09a09bc036fa286440168b486985e98ead2
diff --git a/Datastore/src/EntityMapper.php b/Datastore/src/EntityMapper.php index <HASH>..<HASH> 100644 --- a/Datastore/src/EntityMapper.php +++ b/Datastore/src/EntityMapper.php @@ -207,7 +207,11 @@ class EntityMapper break; case 'entityValue': - $decoded = $this->respons...
Serialize empty objects in arrays as entities (#<I>) * Serialize empty objects in arrays as entities * Fix entity mapper, add system test
googleapis_google-cloud-php
train
bcf198795cc4b5aa8cf9e46e31e20d2a426a1882
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -384,6 +384,8 @@ var open = function (path, options) { args.push('org.mpris.MediaPlayer2.omxplayer'); exec(command+' '+args.join(' ')+' < omxpipe',function(error, stdout, stderr) { + console.log('omxpipe done'); + che...
on omxpipe done, log and clear progress handler
diederikfeilzer_node-omx-interface
train
f75671b27859cdcc286afcb94172664e444620be
diff --git a/tasks/buster.js b/tasks/buster.js index <HASH>..<HASH> 100644 --- a/tasks/buster.js +++ b/tasks/buster.js @@ -1,5 +1,6 @@ module.exports = function (grunt) { - var cmd = require('./buster/cmd'), + var sequence = require('when/sequence'), + cmd = require('./buster/cmd'), config = require('./b...
Use `when/sequence` for running test tasks
busterjs_grunt-buster
train
3e3e83efff1ecb24f17949891df9d9fe94b902f9
diff --git a/spec/controllers/admin/content_controller_spec.rb b/spec/controllers/admin/content_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/admin/content_controller_spec.rb +++ b/spec/controllers/admin/content_controller_spec.rb @@ -483,19 +483,7 @@ describe Admin::ContentController do ...
Fixes the build. The new tagging system now returns all the tags in an array so the Javascript can do its job without hassling the server. Issue #<I>
publify_publify
train
b997af0c012d00b98c84c062326beb650b239e35
diff --git a/src/platforms/web/compiler/directives/model.js b/src/platforms/web/compiler/directives/model.js index <HASH>..<HASH> 100644 --- a/src/platforms/web/compiler/directives/model.js +++ b/src/platforms/web/compiler/directives/model.js @@ -91,7 +91,7 @@ function genCheckboxModel ( '$$i=_i($$a,$$v);' +...
Use genAssignmentCode in chehckbox model web compiler (#<I>) Fix #<I>
IOriens_wxml-transpiler
train
3daeeaffdb43989283719d9cd8a7a4825dda19d5
diff --git a/dvc/dvcfile.py b/dvc/dvcfile.py index <HASH>..<HASH> 100644 --- a/dvc/dvcfile.py +++ b/dvc/dvcfile.py @@ -48,10 +48,14 @@ def is_valid_filename(path): def is_dvc_file(path): return os.path.isfile(path) and ( - is_valid_filename(path) or os.path.basename(path) == PIPELINE_LOCK + is_val...
experiments: fix checkpoint/persist related checkout issues (#<I>) * dvcfile: add is_lock_file to identify pipeline lock files * experiments: clean dirty lock files before stashing experiments
iterative_dvc
train
5e6a14705e66adf5f04802623f2690305b74361a
diff --git a/docs/_data/baseLibraries.js b/docs/_data/baseLibraries.js index <HASH>..<HASH> 100644 --- a/docs/_data/baseLibraries.js +++ b/docs/_data/baseLibraries.js @@ -128,6 +128,12 @@ const baseLibraries = [ description: 'µhtml based Custom Elements.', url: 'https://github.com/WebReflection/uce', }, + ...
Add DataFormsJS to [docs/_data/baseLibraries.js]
open-wc_open-wc
train
7d48393fc522a3499e21a9c1683ad9453db66edf
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -301,6 +301,16 @@ assert(false === typs().array().check()); assert(false === typs('array').array().check()); assert(false === typs({'0': 'hello', '1': 'world', length: 2}).array().check()); +// typs().unique() +assert(true ===...
added unique() method, closes #5
mattecapu_typs
train
694c45fe9133ce64ec1be2552fd6fca334dfcd29
diff --git a/bitstring.py b/bitstring.py index <HASH>..<HASH> 100644 --- a/bitstring.py +++ b/bitstring.py @@ -1006,7 +1006,7 @@ class Bits(collections.Sequence): if not self: raise ValueError("Cannot shift an empty bitstring.") if n == 0: - return self + return self...
Fix to a problem introduced by the previous >> 0 fix. Definitely want to return a copy, not self!
scott-griffiths_bitstring
train
0b9eafab9896259a790266d5cfe6cd816fee1210
diff --git a/SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityTaskShuffler.java b/SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityTaskShuffler.java index <HASH>..<HASH> 100644 --- a/SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityT...
fix off by one error in shuffle task count check
HubSpot_Singularity
train
ed87e6a5311e213f3736e03a89d1b3f6fd5d3436
diff --git a/lib/provider.js b/lib/provider.js index <HASH>..<HASH> 100644 --- a/lib/provider.js +++ b/lib/provider.js @@ -11,7 +11,7 @@ module.exports = function(template) { fs.readFile(file, function(err, buffer) { if (err) { - if (err.errno === 34) { + if (err.code === 'ENOENT') { var err =...
Bugfix: Apparently error numbers change between node versions.
naturalatlas_tilestrata-disk
train
7e2c84a6b286c59a0d7cdbffa2cfb06c1fa56b44
diff --git a/java/backend-services/discovery-directory-jee/src/test/java/io/joynr/discovery/jee/GlobalCapabilitiesDirectoryEjbTest.java b/java/backend-services/discovery-directory-jee/src/test/java/io/joynr/discovery/jee/GlobalCapabilitiesDirectoryEjbTest.java index <HASH>..<HASH> 100644 --- a/java/backend-services/dis...
[JEE] Add valid Gbids to GCD unit tests
bmwcarit_joynr
train
1c6efb1ce84778c9811b860fa5dae974c77eebc6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ - +exports.AWS = require('aws-sdk'); exports.createClient = require("./lib/swf").createClient; exports.Workflow = require("./lib/workflow").Workflow;
Expose the AWS SDK instance that aws-swf is using to set custom AWS attributes
neyric_aws-swf
train
c1b05d502b715558076e0d54008b846e27299d41
diff --git a/sqlparse/sql.py b/sqlparse/sql.py index <HASH>..<HASH> 100644 --- a/sqlparse/sql.py +++ b/sqlparse/sql.py @@ -194,7 +194,6 @@ class TokenList(Token): if ignore_whitespace and token.is_whitespace(): continue return token - return None def token_next_b...
Removed useless default return None (they are by default in Python)
andialbrecht_sqlparse
train
541c3abd9e645dcc96042d385b237ba6b8f5ee5c
diff --git a/src/com/google/javascript/jscomp/SourceMap.java b/src/com/google/javascript/jscomp/SourceMap.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/SourceMap.java +++ b/src/com/google/javascript/jscomp/SourceMap.java @@ -97,7 +97,7 @@ public class SourceMap { public static class Locatio...
Fixed the visibility of SourceMap.LocationMapping class. Also fixed a bug whereby the source map path was getting set to null value if the orginal file name did not match one the passed in location mappings. R=johnlenz DELTA=6 (5 added, 0 deleted, 1 changed) Revision created by MOE tool push_codebase. MOE_MIGRATIO...
google_closure-compiler
train
acd3173c4a9af218d4a58288a4fc61859ce91f7b
diff --git a/src/Monolog/Formatter/NormalizerFormatter.php b/src/Monolog/Formatter/NormalizerFormatter.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Formatter/NormalizerFormatter.php +++ b/src/Monolog/Formatter/NormalizerFormatter.php @@ -142,8 +142,12 @@ class NormalizerFormatter implements FormatterInterface ...
Fix SoapFault when detail is nested object, fixes #<I>, refs #<I>
Seldaek_monolog
train
414a77f3a8559bc1df52693b8999ee93147c2217
diff --git a/services/github/github-release.service.js b/services/github/github-release.service.js index <HASH>..<HASH> 100644 --- a/services/github/github-release.service.js +++ b/services/github/github-release.service.js @@ -19,9 +19,10 @@ const queryParamSchema = Joi.object({ .default('date'), }).required() ...
Fix [GithubRelease] not found case with include_prereleases (#<I>) With a couple minor stylistic changes for readability. Closes #<I>
badges_shields
train
fcf1556f5e32c16b7efdaf36bffa542638416c90
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,16 @@ ABLab.setup do experiment :product_page do description "Experiments on the product page" - group :a, control: true, description: "control group" - group :b, description: "show more products...
automatic creation of control group also, symbolize experiment and group names
lucaong_ablab
train
839ee31cd26492293aa56702abe4a44c3730d812
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -174,6 +174,7 @@ console or advanced editor, in your own software. """), download_url=__website_url__ + "#fh5co-download", author="The Spyder Project Contributors", + author_email="spyderlib@googlegroups.com", ...
Add back author email with Google Groups one
spyder-ide_spyder
train
4eb89be88e6d3bafe5678fccfbadc55e656d3caa
diff --git a/fermipy/defaults.py b/fermipy/defaults.py index <HASH>..<HASH> 100644 --- a/fermipy/defaults.py +++ b/fermipy/defaults.py @@ -349,7 +349,6 @@ sed_output = OrderedDict(( '0 - Error matrix not calculated at all).',np.ndarray,'`~numpy.ndarray`')), ('fit_status', (None, 'Fit status p...
Remove lnlprofile from SED dictionary.
fermiPy_fermipy
train
064a8260a789c0c14576e7b80ad1d93d65bb7834
diff --git a/katcp/server.py b/katcp/server.py index <HASH>..<HASH> 100644 --- a/katcp/server.py +++ b/katcp/server.py @@ -447,6 +447,7 @@ class KATCPServer(object): # Do stuff to put us on the IOLoop self.ioloop_thread_id = get_thread_ident() self._tcp_server.add_socket(self._server_sock) + ...
Added wait_until_sensors_equal() method to TestClient; try to assigne a name to server threads
ska-sa_katcp-python
train
b8466b77feecd475a74f094605061b6f2eaf9465
diff --git a/src/Client.php b/src/Client.php index <HASH>..<HASH> 100644 --- a/src/Client.php +++ b/src/Client.php @@ -19,7 +19,7 @@ class Client protected $size; /** - * @var CoreInterface $core Core dynamic random + * @var CoreInterface $core Core dynamic random */ private $core; ...
Non-issue: CS commits
hidehalo_nanoid-php
train
6831ab11106c582a67bb5109921629059e690610
diff --git a/railties/lib/rails/code_statistics.rb b/railties/lib/rails/code_statistics.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/code_statistics.rb +++ b/railties/lib/rails/code_statistics.rb @@ -37,24 +37,26 @@ class CodeStatistics #:nodoc: next unless file_name =~ pattern - f = File...
Used block to make sure file get auto closed after use
rails_rails
train
d2e4af3896ea0ee3ed47698b6ab8460207862d52
diff --git a/app/models/edition.rb b/app/models/edition.rb index <HASH>..<HASH> 100644 --- a/app/models/edition.rb +++ b/app/models/edition.rb @@ -47,7 +47,6 @@ class Edition validates :title, presence: true validates :version_number, presence: true validates :panopticon_id, presence: true - validate :publis...
Cancel for scheduling should make publish_at nil ... which needed: 1. the validation for publish_at to be a future time to be moved to the state_machine 2. publish_at to be editable when in state scheduled_for_published.
alphagov_govuk_content_models
train
38d645862e46f41e9265635cb3400472ffef4581
diff --git a/jdl/validators/relationship-validator.js b/jdl/validators/relationship-validator.js index <HASH>..<HASH> 100644 --- a/jdl/validators/relationship-validator.js +++ b/jdl/validators/relationship-validator.js @@ -118,14 +118,6 @@ function checkOneToOneRelationship(jdlRelationship) { } function checkManyTo...
allow ManyToOne to also use back reference (#<I>)
jhipster_generator-jhipster
train
8d6ec5acdc347a8d8dc592efdee0f37556a237aa
diff --git a/promql/value.go b/promql/value.go index <HASH>..<HASH> 100644 --- a/promql/value.go +++ b/promql/value.go @@ -158,7 +158,7 @@ func (vec Vector) ContainsSameLabelset() bool { return false } -// Matrix is a slice of Seriess that implements sort.Interface and +// Matrix is a slice of Series that implemen...
fix word 'seriess' to 'series' (#<I>)
prometheus_prometheus
train
40c792c3d1d6435abbe97d8ae9920c021ff19e8b
diff --git a/lib/db/install.xml b/lib/db/install.xml index <HASH>..<HASH> 100644 --- a/lib/db/install.xml +++ b/lib/db/install.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<XMLDB PATH="lib/db" VERSION="20081111" COMMENT="XMLDB file for core Moodle tables" +<XMLDB PATH="lib/db" VERSION="20081118" COMMEN...
roles database: MDL-<I> add unique index to role.name and role.shortname We were trying to enforce it in PHP, but much better to have the database watching our back.
moodle_moodle
train
3987fa85be831b5700936fdbc58afab1367787ac
diff --git a/samples/life_openiab/src/org/onepf/life2/oms/AppstoreServiceManager.java b/samples/life_openiab/src/org/onepf/life2/oms/AppstoreServiceManager.java index <HASH>..<HASH> 100644 --- a/samples/life_openiab/src/org/onepf/life2/oms/AppstoreServiceManager.java +++ b/samples/life_openiab/src/org/onepf/life2/oms/A...
correct binding to appstore based on intent action
onepf_OpenIAB
train
b6457f0dc65dcec0a649c21de58d89c3b5576a95
diff --git a/src/Schema.php b/src/Schema.php index <HASH>..<HASH> 100644 --- a/src/Schema.php +++ b/src/Schema.php @@ -654,7 +654,7 @@ class Schema implements \JsonSerializable, \ArrayAccess { * @return mixed Returns a cleaned version of the data. * @throws ValidationException Throws an exception when the d...
Remove type hint for forwards compatibility
vanilla_garden-schema
train
fe6bb24d056feae32a532e16a39a119149c97c1b
diff --git a/test/Helper/RequestInspectorUTest.php b/test/Helper/RequestInspectorUTest.php index <HASH>..<HASH> 100644 --- a/test/Helper/RequestInspectorUTest.php +++ b/test/Helper/RequestInspectorUTest.php @@ -12,7 +12,7 @@ namespace WirecardTest\PaymentSdk; use Wirecard\PaymentSdk\Helper\RequestInspector; /** - *...
Change docblock in unit test class
wirecard_paymentSDK-php
train
1f782659f13adf63969fb3d41bdbdf6cb56d148a
diff --git a/autopep8.py b/autopep8.py index <HASH>..<HASH> 100755 --- a/autopep8.py +++ b/autopep8.py @@ -116,7 +116,7 @@ CODE_TO_2TO3 = { 'xreadlines']} -if sys.platform == 'win32': # pragma: no cover +if sys.platform == 'win32': DEFAULT_CONFIG = os.path.expanduser(r'~\.pep8') else: DEFA...
CLN remove pragma: no cover as not needed with coveralls cc @myint
hhatto_autopep8
train
6d0f6a1d61a4dbadd629a0f517f61b4482ed2a30
diff --git a/lib/specinfra/version.rb b/lib/specinfra/version.rb index <HASH>..<HASH> 100644 --- a/lib/specinfra/version.rb +++ b/lib/specinfra/version.rb @@ -1,3 +1,3 @@ module Specinfra - VERSION = "2.62.0" + VERSION = "2.63.0" end
Bump up version [skip ci]
mizzy_specinfra
train
e868a85d77f1c4e405fff3f31aadca1b64523505
diff --git a/src/edit/css.js b/src/edit/css.js index <HASH>..<HASH> 100644 --- a/src/edit/css.js +++ b/src/edit/css.js @@ -14,18 +14,17 @@ insertCSS(` line-height: 1.2; } -${ie ? '' : ` -.ProseMirror-content p, -.ProseMirror-content li, -.ProseMirror-content h1, -.ProseMirror-content h2, -.ProseMirror-content h3,...
Use a workaround for IE sizer box issue that doesn't break empty paragraphs
ProseMirror_prosemirror-markdown
train
dc562f391d0645a33096d61c447620416eb73f08
diff --git a/bin/nack_worker b/bin/nack_worker index <HASH>..<HASH> 100755 --- a/bin/nack_worker +++ b/bin/nack_worker @@ -8,10 +8,6 @@ options = {} opts = OptionParser.new("", 24, ' ') { |opts| opts.banner = "Usage: nack_worker [options] [rackup config]" - opts.on("-p", "--port PORT", "listen on PORT") { |port...
Remove tcp support from worker
josh_nack
train
a836637425f98886be91e6a31fb4a912c6b72fb8
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -180,6 +180,9 @@ export default function runContentfulExport (params) { throw multiError }) } + + console.log('The export was successful.') + return data }) }
feat(success): output a clear success message when everything went well
contentful_contentful-export
train
4794f44e15d0365098dd67c70e16a7bdee76acc7
diff --git a/src/test/java/net/openhft/chronicle/map/TCPSocketReplicationIntValueTest.java b/src/test/java/net/openhft/chronicle/map/TCPSocketReplicationIntValueTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/openhft/chronicle/map/TCPSocketReplicationIntValueTest.java +++ b/src/test/java/net/openhft/chron...
HCOLL-<I> wrong test ignored
OpenHFT_Chronicle-Map
train
593ae19b5f7d480938f90555711ba1e276e2516b
diff --git a/graylog2-server/src/main/java/org/graylog2/periodical/IndexRotationThread.java b/graylog2-server/src/main/java/org/graylog2/periodical/IndexRotationThread.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog2/periodical/IndexRotationThread.java +++ b/graylog2-server/src/main/jav...
Skip deflector update if new target index isn't healthy
Graylog2_graylog2-server
train
74d18cb9d596c61cfbfe9f211575cf336893c990
diff --git a/indra/trips/processor.py b/indra/trips/processor.py index <HASH>..<HASH> 100644 --- a/indra/trips/processor.py +++ b/indra/trips/processor.py @@ -267,6 +267,10 @@ class TripsProcessor(object): # Look for negative flag either in precondition event # predicat...
Add new negative binding condition processing for TRIPS
sorgerlab_indra
train
9ccc37097e67e31cc7bcea3a00420e920f7d1c53
diff --git a/lib/logging.rb b/lib/logging.rb index <HASH>..<HASH> 100644 --- a/lib/logging.rb +++ b/lib/logging.rb @@ -30,7 +30,7 @@ begin require 'fastthread'; rescue LoadError; end module Logging # :stopdoc: - VERSION = '1.0.0' + VERSION = '0.9.8.1' LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ...
bumping the version for a github build
TwP_logging
train
f1099bf1078624d0d48885f79588f82fc66c870c
diff --git a/ginga/misc/plugins/Pick.py b/ginga/misc/plugins/Pick.py index <HASH>..<HASH> 100644 --- a/ginga/misc/plugins/Pick.py +++ b/ginga/misc/plugins/Pick.py @@ -36,6 +36,7 @@ class Pick(GingaPlugin.LocalPlugin): self.pickcenter = None self.pick_qs = None self.picktag = None + sel...
Enable changing label name in subclass
ejeschke_ginga
train
4d3161c35ac7557c74aa078e1a344b550ca69858
diff --git a/src/server/pps/server/api_server.go b/src/server/pps/server/api_server.go index <HASH>..<HASH> 100644 --- a/src/server/pps/server/api_server.go +++ b/src/server/pps/server/api_server.go @@ -768,6 +768,19 @@ func (a *apiServer) CreatePipeline(ctx context.Context, request *ppsclient.Creat for _, input := r...
Rejigger CreatePipeline a bit. It fixes the immediate bug but updating still fails.
pachyderm_pachyderm
train
ffef5e12087ab913ca63be1fa18ab80a2f7d1262
diff --git a/src/sap.m/src/sap/m/Switch.js b/src/sap.m/src/sap/m/Switch.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/Switch.js +++ b/src/sap.m/src/sap/m/Switch.js @@ -443,13 +443,12 @@ function( Switch.prototype.getAccessibilityInfo = function() { var oBundle = sap.ui.getCore().getLibraryResourceBund...
[INTERNAL] sap.m.Switch: getAccessibilityInfo updated The getAccessibilityInfo method is now updated to match the Switch's new role switch, instead of the old checkbox. Change-Id: I<I>b<I>d<I>d<I>f0e<I>fd8e<I>c<I>
SAP_openui5
train
0b5981ea9a0bc7d52686d6ed56073929e65643ad
diff --git a/client/state/account-recovery/test/selectors.js b/client/state/account-recovery/test/selectors.js index <HASH>..<HASH> 100644 --- a/client/state/account-recovery/test/selectors.js +++ b/client/state/account-recovery/test/selectors.js @@ -1,10 +1,3 @@ -/** @format */ - -/** - * External dependencies - */ -i...
Lint: Fix some jest/expect-expect lints (#<I>) * Fix some expect lints * Fix some lints
Automattic_wp-calypso
train
75112883030dcca03d1d0311f8d4ff3a3148d4b5
diff --git a/pydle/features/rfc1459/client.py b/pydle/features/rfc1459/client.py index <HASH>..<HASH> 100644 --- a/pydle/features/rfc1459/client.py +++ b/pydle/features/rfc1459/client.py @@ -1,6 +1,7 @@ ## rfc1459.py # Basic RFC1459 stuff. import datetime +import copy from pydle.client import BasicClient, NotInCh...
Make a deep copy of behaviour dictionaries to prevent shared instances.
Shizmob_pydle
train
2e78beee8f65c09ac9fd4102cefa0d076b8a6139
diff --git a/system/src/Grav/Common/Data/BlueprintSchema.php b/system/src/Grav/Common/Data/BlueprintSchema.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Data/BlueprintSchema.php +++ b/system/src/Grav/Common/Data/BlueprintSchema.php @@ -69,7 +69,6 @@ class BlueprintSchema extends BlueprintSchemaBase imple...
Add collections filtering to BlueprintSchema
getgrav_grav
train
1a14a7bca216c31dc3a938ac909d941b0fa4db19
diff --git a/dist/utils.js b/dist/utils.js index <HASH>..<HASH> 100644 --- a/dist/utils.js +++ b/dist/utils.js @@ -31,7 +31,8 @@ module.exports = { }); // Special case HTTP code 422 Unprocessable Entity - if (response.statusCode === 422) { + // BUG FIXED: response is undefined some tim...
Update utils.js BUG FIXED LINE <I>: response is undefined some times, so added check if response object is available
klarstil_lifx-http-api
train