hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
b5009c51512623456d782bcebbdb3d2f23270406
diff --git a/src/Sculpin/Contrib/ProxySourceCollection/ProxySourceItem.php b/src/Sculpin/Contrib/ProxySourceCollection/ProxySourceItem.php index <HASH>..<HASH> 100644 --- a/src/Sculpin/Contrib/ProxySourceCollection/ProxySourceItem.php +++ b/src/Sculpin/Contrib/ProxySourceCollection/ProxySourceItem.php @@ -4,7 +4,7 @@ n...
allow for accessing meta directly in proxy source items. (hack?)
sculpin_sculpin
train
22b52f2219f338c849bba51a938e2743dc83ec33
diff --git a/Storage/tests/System/ManageNotificationsTest.php b/Storage/tests/System/ManageNotificationsTest.php index <HASH>..<HASH> 100644 --- a/Storage/tests/System/ManageNotificationsTest.php +++ b/Storage/tests/System/ManageNotificationsTest.php @@ -27,13 +27,12 @@ class ManageNotificationsTest extends StorageTest...
Use the new(er) getServiceAccount method instead of hard coding the storage service account (#<I>) * use getServiceAccount in favor of hard coded approach * add space * remove unnecessary variables
googleapis_google-cloud-php
train
acd160145353418d6296ead21016f94728be60ed
diff --git a/lib/Index.js b/lib/Index.js index <HASH>..<HASH> 100644 --- a/lib/Index.js +++ b/lib/Index.js @@ -20,7 +20,8 @@ function Index(opt, cb) { todo = 2; // Init db connection - var server = new MongoServer(dbinf.host, dbinf.port); + var server = new MongoServer(dbinf.host, dbinf.port, + { auto_re...
Update and expand instead of overwrite records
pvorb_node-index
train
e6e45d84be19253e0b2e2c848fc780211e9d00c0
diff --git a/lib/faktory/client.rb b/lib/faktory/client.rb index <HASH>..<HASH> 100644 --- a/lib/faktory/client.rb +++ b/lib/faktory/client.rb @@ -40,10 +40,10 @@ module Faktory end end - def pop(*queues) + def fetch(*queues) job = nil transaction do - command("POP", *queues) + ...
pop to fetch, fix ahoy password handling
contribsys_faktory_worker_ruby
train
d171cc8623514756ffc02891197ef4ca5754aed2
diff --git a/btfxwss/queue_processor.py b/btfxwss/queue_processor.py index <HASH>..<HASH> 100644 --- a/btfxwss/queue_processor.py +++ b/btfxwss/queue_processor.py @@ -112,6 +112,7 @@ class QueueProcessor(Thread): identifier = (channel_name, symbol) self.channel_handlers[channel_id] = identifier ...
channel_directory now also contains channelid to identifier mapping
Crypto-toolbox_btfxwss
train
fbd6fe00d673c7282010e6f34e820b35dc03f319
diff --git a/subliminal/services/bierdopje.py b/subliminal/services/bierdopje.py index <HASH>..<HASH> 100644 --- a/subliminal/services/bierdopje.py +++ b/subliminal/services/bierdopje.py @@ -36,6 +36,7 @@ logger = logging.getLogger(__name__) class BierDopje(ServiceBase): server_url = 'http://api.bierdopje.com/A...
Add a user agent to BierDopje as requested by the service
Diaoul_subliminal
train
5276d070bffe6bd3ba45a14c30fd96dc496856bc
diff --git a/src/php/wp-cli/commands/internals/shell.php b/src/php/wp-cli/commands/internals/shell.php index <HASH>..<HASH> 100644 --- a/src/php/wp-cli/commands/internals/shell.php +++ b/src/php/wp-cli/commands/internals/shell.php @@ -19,30 +19,34 @@ class Shell_Command extends \WP_CLI_Command { \WP_CLI::line( 'Type...
Assign expression result directly to $_, instead of relying on eval()'s return value, which returns false on error. see #<I>
wp-cli_extension-command
train
7275137c653bc4feb3125dd65250dba5ee11bf45
diff --git a/core/roboconf-target-docker/src/main/java/net/roboconf/target/docker/internal/DockerHandler.java b/core/roboconf-target-docker/src/main/java/net/roboconf/target/docker/internal/DockerHandler.java index <HASH>..<HASH> 100644 --- a/core/roboconf-target-docker/src/main/java/net/roboconf/target/docker/internal...
First version of image generation (from pre-built dockerfile).
roboconf_roboconf-platform
train
1a13ba9372ba26a479d5126d0ea550de7ddd358e
diff --git a/lib/lock.js b/lib/lock.js index <HASH>..<HASH> 100644 --- a/lib/lock.js +++ b/lib/lock.js @@ -28,8 +28,8 @@ Lock.prototype.lock = function() { var self = this; function grabLock () { - if(self.path === null){ // unlock() was called - return false + if(self.path === null...
reject lock() if unlock() was called while waiting
oleksiyk_zk
train
02eb2c4ad8d141c2282d48c1db659f3aa4d44c52
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -88,9 +88,18 @@ module.exports = class EmbeddablesPlugin extends akasha.Plugin { get options() { return this[_plugin_options]; } async fetchOembetter(embedurl) { - var data = akasha.cache.retrieve(pluginName...
Update caching to AkashaRender#Watcher
akashacms_akashacms-embeddables
train
f194063a517b3ccd82fdc916c0872e1aaea17658
diff --git a/src/SALib/analyze/sobol.py b/src/SALib/analyze/sobol.py index <HASH>..<HASH> 100644 --- a/src/SALib/analyze/sobol.py +++ b/src/SALib/analyze/sobol.py @@ -290,7 +290,10 @@ def Si_to_pandas_dict(S_dict): idx = None second_order = None if 'S2' in S_dict: - names = problem['names'] + ...
support DataFrame conversion of sobol results when groups are defined into the problem
SALib_SALib
train
9df031579840dd49ebcf8623680204ca94b5c131
diff --git a/src/rosasurfer/MiniStruts.php b/src/rosasurfer/MiniStruts.php index <HASH>..<HASH> 100644 --- a/src/rosasurfer/MiniStruts.php +++ b/src/rosasurfer/MiniStruts.php @@ -12,10 +12,10 @@ class MiniStruts extends StaticClass { /** @var int - error handling mode in which regular PHP errors are logged */ -...
rename ErrorHandler::THROW_ERRORS to ErrorHandler::THROW_EXCEPTIONS
rosasurfer_ministruts
train
6b9888967a4b34ba41a9049347237eaff41d5216
diff --git a/lib/qrb/support/up_handler.rb b/lib/qrb/support/up_handler.rb index <HASH>..<HASH> 100644 --- a/lib/qrb/support/up_handler.rb +++ b/lib/qrb/support/up_handler.rb @@ -5,6 +5,14 @@ module Qrb @stack = [] end + def iterate(value) + value.each.each_with_index do |elm, index| + deep...
Factorize iteration strategy through a UpHandler helper.
blambeau_finitio-rb
train
d93078f22eedcf118aa28390af454c7a58e4ef98
diff --git a/test/tags-input.spec.js b/test/tags-input.spec.js index <HASH>..<HASH> 100644 --- a/test/tags-input.spec.js +++ b/test/tags-input.spec.js @@ -900,7 +900,7 @@ describe('tags-input-directive', function() { expect(isolateScope.options.minTags).toBe(5); }); - it('makes the elemen...
refactor(test): Fix small typo in test name
mbenford_ngTagsInput
train
2e53c21fea5b4c2bd1db877aa347399ec255a5a1
diff --git a/plugins/providers/virtualbox/cap/configure_disks.rb b/plugins/providers/virtualbox/cap/configure_disks.rb index <HASH>..<HASH> 100644 --- a/plugins/providers/virtualbox/cap/configure_disks.rb +++ b/plugins/providers/virtualbox/cap/configure_disks.rb @@ -15,9 +15,9 @@ module VagrantPlugins # @param...
Return empty hash instead of null from configure_disks
hashicorp_vagrant
train
bff87533c62d934c271710dc09329f5c550ba23e
diff --git a/test/e2e/daemon_set.go b/test/e2e/daemon_set.go index <HASH>..<HASH> 100644 --- a/test/e2e/daemon_set.go +++ b/test/e2e/daemon_set.go @@ -39,7 +39,7 @@ const ( // this should not be a multiple of 5, because node status updates // every 5 seconds. See https://github.com/kubernetes/kubernetes/pull/14915....
increase timeout on complex daemonset test
kubernetes_kubernetes
train
96a45da75b9ddbf20c23de9e71bfdf87a57f2d5f
diff --git a/src/services/campaigns/models/strategies/DynamicTextCampaignSearchStrategy.php b/src/services/campaigns/models/strategies/DynamicTextCampaignSearchStrategy.php index <HASH>..<HASH> 100644 --- a/src/services/campaigns/models/strategies/DynamicTextCampaignSearchStrategy.php +++ b/src/services/campaigns/model...
Add WbMaximumClicks strategy to DynamicTextCampaignSearchStrategy
sitkoru_yandex-direct-api
train
9ba38e1ed343743dc06b30347e24e2842febbcd6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -7,6 +7,7 @@ var config = _.defaults(userConfig, defaultConfig); var player = { config: config, + playedQueue: [], queue: [], nowPlaying: null, plugins: {}, @@ -48,7 +49,7 @@ var startPlayback = funct...
WIP: next/prev/restart song
FruitieX_nodeplayer
train
bc9241c1ff4eb27545eca30589d973deb79d07e4
diff --git a/spec/library.spec.js b/spec/library.spec.js index <HASH>..<HASH> 100644 --- a/spec/library.spec.js +++ b/spec/library.spec.js @@ -50,10 +50,10 @@ describe('library', function() { var l = new library.List(); l.add("1"); l.add("2"); - expect(l.clone().items()[0]).toE...
Remove clone() methods from List and Generic * Keep all cloning together for readability and interface hiding.
maryrosecook_isla
train
6072ae9846836cab73b57d871c02a0955844e9a6
diff --git a/test/extended/apiserver/api_requests.go b/test/extended/apiserver/api_requests.go index <HASH>..<HASH> 100644 --- a/test/extended/apiserver/api_requests.go +++ b/test/extended/apiserver/api_requests.go @@ -296,7 +296,7 @@ var _ = g.Describe("[sig-arch][Late]", func() { "cluster-autoscaler-operator": ...
Increase cluster-monitor-operator watch count threshold on single-node clusters Observed it reaching <I> watch requests <URL>
openshift_origin
train
b60524f650acd7bfc1d8ba413d578d70dd02de62
diff --git a/movingmedian_test.go b/movingmedian_test.go index <HASH>..<HASH> 100644 --- a/movingmedian_test.go +++ b/movingmedian_test.go @@ -1,7 +1,6 @@ package movingmedian import ( - "log" "math" "math/rand" "sort" @@ -86,7 +85,7 @@ func TestUnit(t *testing.T) { } for _, test := range tests { - log...
only log tests names when requested explicitly with -v
JaderDias_movingmedian
train
d0637e883360d45916982e5e3eeac5caf2f5e853
diff --git a/lib/dm-core/associations/relationship.rb b/lib/dm-core/associations/relationship.rb index <HASH>..<HASH> 100644 --- a/lib/dm-core/associations/relationship.rb +++ b/lib/dm-core/associations/relationship.rb @@ -18,7 +18,7 @@ module DataMapper parent_name = Extlib::Inflection.underscore(Extlib...
Updated PropertySet#[] to throw exception when name unknown
datamapper_dm-core
train
5c9a781c5d23f8bc3c1af32d22b1180c01b6822b
diff --git a/pmxbot/commands.py b/pmxbot/commands.py index <HASH>..<HASH> 100644 --- a/pmxbot/commands.py +++ b/pmxbot/commands.py @@ -9,6 +9,9 @@ try: except ImportError: import urllib2 as urllib_request import urlparse as urllib_parse + import urllib + urllib_parse.urlencode = urllib.urlencode + import json im...
Fix reference to urlencode on Python 2
yougov_pmxbot
train
19fe0b1b1872fc7958bc121aec9913a9870fe96f
diff --git a/lib/util.js b/lib/util.js index <HASH>..<HASH> 100644 --- a/lib/util.js +++ b/lib/util.js @@ -4,7 +4,6 @@ const path = require('path') exports.configureEnvironment = ({config, env}) => { Object.assign(process.env, { - _: 'purge', CONFIG_PATH: config.path, MESSAGES: JSON.stringify(config....
fix(entries): Throw error when an entry does not exist.
conveyal_mastarm
train
3dfa2d4576f356d29829073640ad3b8ea3568ae0
diff --git a/slave/signal_recovery/sr7230.py b/slave/signal_recovery/sr7230.py index <HASH>..<HASH> 100644 --- a/slave/signal_recovery/sr7230.py +++ b/slave/signal_recovery/sr7230.py @@ -50,7 +50,7 @@ from __future__ import (absolute_import, division, from future.builtins import * import datetime -from numpy import...
Added an undocumented return value to the `SR<I>.acquisition_status` command.
p3trus_slave
train
97fffd1a7b8b32fab038a84cce38719f3311526e
diff --git a/it/ParaTest/Runners/PHPUnit/RunnerTest.php b/it/ParaTest/Runners/PHPUnit/RunnerTest.php index <HASH>..<HASH> 100644 --- a/it/ParaTest/Runners/PHPUnit/RunnerTest.php +++ b/it/ParaTest/Runners/PHPUnit/RunnerTest.php @@ -17,13 +17,15 @@ class RunnerTest extends \TestBase public function testRunningTest...
Stabilize test if some other folders are present
paratestphp_paratest
train
21c7e4892114c95c5b5adfe4674a028f46cf47d5
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +* V1.55.5.1 + * extended module:package to ask a user to select a variation + for a given package when there are multiple versions available. + * V1.55.5 * added --tags to "ck find" action to...
extended module:package to ask a user to select a variation for a given package when there are multiple versions available.
ctuning_ck
train
345bf34b858d3c9014559dfab5a4e0dea5b0832d
diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java index <HASH>..<HASH> 100644 --- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask....
[FLINK-<I>][streaming] Cancel task before clean up if execution was failed
apache_flink
train
ba31bd1198130f15db2f88852bdfa1a96f5a94f4
diff --git a/main/app/API/FinderProvider.php b/main/app/API/FinderProvider.php index <HASH>..<HASH> 100644 --- a/main/app/API/FinderProvider.php +++ b/main/app/API/FinderProvider.php @@ -123,7 +123,7 @@ class FinderProvider if (0 < $count && empty($data)) { // search should have returned results...
[CoreBundle] Avoid division by 0 (#<I>)
claroline_Distribution
train
c5ad09de77786df204dc7417ba9a345e899cfcc5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -48,22 +48,22 @@ REQUIREMENTS_INSTALL = [ ] REQUIREMENTS_NOTEBOOKS = [ "notebook", - "matplotlib", # TODO: try removing and see what happens - "nbval", # TODO: move to tests + # "matplotlib", # TODO: try rem...
Fix typo and try removing dependencies
openclimatedata_pymagicc
train
a06258e87d70785b9aa5ad3a4a353d5512f79886
diff --git a/Controller/Button/PlaceOrder.php b/Controller/Button/PlaceOrder.php index <HASH>..<HASH> 100644 --- a/Controller/Button/PlaceOrder.php +++ b/Controller/Button/PlaceOrder.php @@ -149,7 +149,7 @@ class PlaceOrder extends \Magento\Framework\App\Action\Action $quote = $this->quoteHandler->createQu...
Moved the quote product data builder to quote handler
checkout_checkout-magento2-plugin
train
5e242e2a43bcfbd95f4171972959e6bde6470e07
diff --git a/src/tools/panMultiTouchTool.js b/src/tools/panMultiTouchTool.js index <HASH>..<HASH> 100644 --- a/src/tools/panMultiTouchTool.js +++ b/src/tools/panMultiTouchTool.js @@ -1,4 +1,5 @@ /* eslint no-underscore-dangle: 0 */ +/* eslint class-methods-use-this: 0 */ import external from '../externalModules.js'; ...
PanMultiTouch: Allow only configured touchPointers to interact
cornerstonejs_cornerstoneTools
train
a58317832b32bf321fe8d04d42ac3c4526488649
diff --git a/src/Recurrence/Type/Weekly.php b/src/Recurrence/Type/Weekly.php index <HASH>..<HASH> 100644 --- a/src/Recurrence/Type/Weekly.php +++ b/src/Recurrence/Type/Weekly.php @@ -72,7 +72,7 @@ class Weekly implements RecurrenceInterface : clone($weeklyEvent->getStartDate()); while ($startMarker->format('...
Correcting the parameter passed to the DateTime modify function as a DateInterval interval specification was being used.
benplummer_calendarful
train
e30bc9227efb68c40c60d1b299e5fd49d9360c8a
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ declare(strict_types=1); use Linio\Component\Microlog\Log; use Monolog\Handler\StreamHandler; -// Register a logger for a channel (if no channel is specified, Log::DEFAULT_CHANNEL is used) +// Register a...
Made the channel for setLoggerForChannel required again. It's better to be explicit here, even if they are just using the default channel. This should help prevent overriding the default logger by accident.
LinioIT_microlog
train
6653294896309ec245cc0d25533adfe4380f18a5
diff --git a/text.go b/text.go index <HASH>..<HASH> 100644 --- a/text.go +++ b/text.go @@ -187,6 +187,8 @@ func (t *Text) SetString(fs string, argv ...interface{}) { t.eboData = make([]int32, t.eboIndexCount, t.eboIndexCount) // generate the basic vbo data and bounding box + t.X1 = Point{0, 0} + t.X2 = Point{0, 0...
Make sure to reset to default positioning prior to building text data.
4ydx_gltext
train
d22d195951ffe4b102c1a63b5ef356520da937fa
diff --git a/src/components/card/types.js b/src/components/card/types.js index <HASH>..<HASH> 100644 --- a/src/components/card/types.js +++ b/src/components/card/types.js @@ -30,7 +30,6 @@ export const RkCardTypes = (theme) => { borderBottomRightRadius: 1, }, img: { - flex: 1, hei...
fix(forms): RNUIK-<I> Image rkCardImg doesn't work
akveo_react-native-ui-kitten
train
5cd54b324d876d06f9b83385a812007fda8b1339
diff --git a/lib/graphql/schema/argument.rb b/lib/graphql/schema/argument.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/schema/argument.rb +++ b/lib/graphql/schema/argument.rb @@ -94,7 +94,7 @@ module GraphQL # @return [String] Deprecation reason for this argument def deprecation_reason(text = nil) ...
Also validate arguments when types are assigned later
rmosolgo_graphql-ruby
train
70ac4485f30633074696fa28ca29b0325459f228
diff --git a/test/unit/effects.js b/test/unit/effects.js index <HASH>..<HASH> 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -1357,7 +1357,12 @@ test("Do not append px to 'fill-opacity' #9548", 1, function() { var $div = jQuery("<div>").appendTo("#qunit-fixture"); $div.css("fill-opacity", 0).anim...
Effects: Don't check fill-opacity in Android <I>, it's not supported
jquery_jquery
train
337dc343c5ee159a722d29ad2595c5e75bbe34ce
diff --git a/controller.go b/controller.go index <HASH>..<HASH> 100644 --- a/controller.go +++ b/controller.go @@ -86,12 +86,12 @@ type Controller interface { // NewController sets up a fresh controller, without any expectations set, and // configures the controller to use the supplied error reporter. func NewContro...
Switched to a list of expectations for each method.
jacobsa_oglemock
train
2c7f4a7290e0d05df865f99bba0325ee2c237f8a
diff --git a/pabot/PabotLib.py b/pabot/PabotLib.py index <HASH>..<HASH> 100644 --- a/pabot/PabotLib.py +++ b/pabot/PabotLib.py @@ -27,16 +27,19 @@ class _PabotLib(object): def __init__(self, resourcefile=None): self._locks = {} + self._owner_to_values = {} self._values = self._parse_valu...
stub for aquire / release value set
mkorpela_pabot
train
5c3fd32bc62bf1610413c41ec8e2c152b4cd9f92
diff --git a/config.go b/config.go index <HASH>..<HASH> 100644 --- a/config.go +++ b/config.go @@ -181,6 +181,16 @@ func initConfig() error { if err != nil { return errors.New("Cannot get nodes from SRV records " + err.Error()) } + + switch config.Backend { + case "etcd": + vsm := make([]string, len(srvNo...
backend/etcd: add scheme to srv discovered endpoints
kelseyhightower_confd
train
82338e0ffaa61c0de1aaf24eff4646e671d1b4c1
diff --git a/git/git.go b/git/git.go index <HASH>..<HASH> 100644 --- a/git/git.go +++ b/git/git.go @@ -38,6 +38,30 @@ const ( RefBeforeFirstCommit = "4b825dc642cb6eb9a060e54bf8d69288fbee4904" ) +// Prefix returns the given RefType's prefix, "refs/heads", "ref/remotes", +// etc. It returns an additional value of ei...
git: teach Prefix() to RefType
git-lfs_git-lfs
train
5d406251b12676bcb96f46894bd64d502653ceb5
diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index <HASH>..<HASH> 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -81,4 +81,13 @@ Capybara.register_driver :poltergeist_debug do |app| ) end +Capybara.register_driver :poltergeist do |app| + Capybara::Poltergeist::Driver.new( + app, +...
Increase poltergeist window size This wil hopefully remove capybara errors caused by (current) layout issues at eg [<I>, <I>].
airslie_renalware-core
train
cdff74b678e254de757d406ee2def4c07cd24f5b
diff --git a/lib/weary/client.rb b/lib/weary/client.rb index <HASH>..<HASH> 100644 --- a/lib/weary/client.rb +++ b/lib/weary/client.rb @@ -124,6 +124,9 @@ module Weary resource.required *required resource.defaults defaults resource.headers headers + if !@middlewares.nil? && !@middlewar...
Push #use onto Resource to clean up middleware usage
mwunsch_weary
train
8b38d63b7d11b29382b9e432242d2fec8892e019
diff --git a/superset-frontend/src/explore/components/controls/VizTypeControl.jsx b/superset-frontend/src/explore/components/controls/VizTypeControl.jsx index <HASH>..<HASH> 100644 --- a/superset-frontend/src/explore/components/controls/VizTypeControl.jsx +++ b/superset-frontend/src/explore/components/controls/VizTypeC...
changes added (#<I>)
apache_incubator-superset
train
d429485694ec296942892bb8bb8333b98620497f
diff --git a/adaptors/backbone/base_view.js b/adaptors/backbone/base_view.js index <HASH>..<HASH> 100644 --- a/adaptors/backbone/base_view.js +++ b/adaptors/backbone/base_view.js @@ -212,6 +212,20 @@ var BaseView = Backbone.View.extend({ this[key] = getTrackableFunction(this, key, trackedFunctions); } ...
Add support for non-enumerable methods in debugger
wayfair_tungstenjs
train
8c0924838e94174adbe8d6dbedab0d623a1375fc
diff --git a/src/keo.js b/src/keo.js index <HASH>..<HASH> 100644 --- a/src/keo.js +++ b/src/keo.js @@ -5,8 +5,7 @@ */ import objectAssign from 'object-assign'; import {createClass} from 'react'; -import {compose as composeRight} from 'funkel'; -export {memoize, trace, partial} from 'funkel'; +import {memoize, trace...
Moved import from 'funkel' into one line
Wildhoney_Keo
train
555e79c4c03ebada639c51275408a381ded19110
diff --git a/lib/validates_lengths_from_database.rb b/lib/validates_lengths_from_database.rb index <HASH>..<HASH> 100644 --- a/lib/validates_lengths_from_database.rb +++ b/lib/validates_lengths_from_database.rb @@ -2,7 +2,10 @@ require "rubygems" require "active_record" module ValidatesLengthsFromDatabase - extend...
Added support for Rails <I> and bumped version to <I>.
rubiety_validates_lengths_from_database
train
97605b94ccc89e6135b49826f1397997fef37f4f
diff --git a/src/Service/MongoDbEventStoreAdapterFactory.php b/src/Service/MongoDbEventStoreAdapterFactory.php index <HASH>..<HASH> 100644 --- a/src/Service/MongoDbEventStoreAdapterFactory.php +++ b/src/Service/MongoDbEventStoreAdapterFactory.php @@ -22,12 +22,12 @@ final class MongoDbEventStoreAdapterFactory ...
rename config keys in tests 3
prooph_event-store-mongodb-adapter
train
ff997fce87278ebd4b66a641de9c4f1ac09e61c1
diff --git a/internetarchive/files.py b/internetarchive/files.py index <HASH>..<HASH> 100644 --- a/internetarchive/files.py +++ b/internetarchive/files.py @@ -351,7 +351,7 @@ class File(BaseFile): url = '{0}//s3.us.archive.org/{1}/{2}'.format(self.item.session.protocol, ...
more copy/delete encoding fixes
jjjake_internetarchive
train
50f6382307d8574cba170a2b0b12e4dc948f6d05
diff --git a/cmd/dlv/cmds/commands.go b/cmd/dlv/cmds/commands.go index <HASH>..<HASH> 100644 --- a/cmd/dlv/cmds/commands.go +++ b/cmd/dlv/cmds/commands.go @@ -455,6 +455,8 @@ func execute(attachPid int, processArgs []string, conf *config.Config, coreFile Stop(bool) error } + disconnectChan := make(chan struct{}...
dlv: make headless servers quit automatically when client disconnects (#<I>)
go-delve_delve
train
28b1f7de8bab7fc8b6fa8d66d89f8005fcbc7b35
diff --git a/pnc_cli/utils.py b/pnc_cli/utils.py index <HASH>..<HASH> 100644 --- a/pnc_cli/utils.py +++ b/pnc_cli/utils.py @@ -37,7 +37,7 @@ def get_auth_token(config): r = requests.post(server, params, verify=False) if r.status_code == 200: reply = json.loads(r.content.decode('utf-8')) - retu...
convert token to string so that swagger doesn't puke
project-ncl_pnc-cli
train
a6a2fa3ccb58d83234ba2f8525802b64d17b413b
diff --git a/lib/cucumber/runtime.rb b/lib/cucumber/runtime.rb index <HASH>..<HASH> 100644 --- a/lib/cucumber/runtime.rb +++ b/lib/cucumber/runtime.rb @@ -1,4 +1,5 @@ require 'fileutils' +require 'multi_json' require 'gherkin/rubify' require 'gherkin/i18n' require 'cucumber/configuration' diff --git a/lib/cucumber/...
added explicit require for multi_json
cucumber_cucumber-ruby
train
2b99efa78f1cd5b41cdd2e3e8ec6445c30942751
diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/CaseRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/CaseRule.java index <HASH>..<HASH> 100644 --- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/CaseRule.java +++ b/lang...
[de] refactor DE_CASE
languagetool-org_languagetool
train
d400318f7bd3082f3e1b783c823da2b75e7f8cdb
diff --git a/plugins/UserCountry/API.php b/plugins/UserCountry/API.php index <HASH>..<HASH> 100644 --- a/plugins/UserCountry/API.php +++ b/plugins/UserCountry/API.php @@ -160,6 +160,25 @@ class API extends \Piwik\Plugin\API $separator = Archiver::LOCATION_SEPARATOR; $unk = Visit::UNKNOWN_CODE; + ...
Fix Tibetan cities display on China's city map (#<I>) * Fix Tibetan cities missing from the Chinese city map * Apply the filter without checking every city
matomo-org_matomo
train
d0ffabc01380fdf67e2fc21e9eb8b1b8c1eae7a8
diff --git a/winpty/__init__.py b/winpty/__init__.py index <HASH>..<HASH> 100644 --- a/winpty/__init__.py +++ b/winpty/__init__.py @@ -16,5 +16,5 @@ from .winpty_wrapper import PTY PTY PtyProcess -VERSION_INFO = (0, 4, 1) +VERSION_INFO = (0, 4, 2, 'dev0') __version__ = '.'.join(map(str, VERSION_INFO))
Set release development version to <I>.dev0
spyder-ide_pywinpty
train
f9373f69ea0a6635882e5e2e88428e941758c8a8
diff --git a/djes/models.py b/djes/models.py index <HASH>..<HASH> 100644 --- a/djes/models.py +++ b/djes/models.py @@ -153,6 +153,12 @@ class Indexable(models.Model): @classmethod def get_base_class(cls): - while cls.__bases__ and cls.__bases__[0] != Indexable: - cls = cls.__bases__[0] - ...
A slightly less naiive base class search
theonion_djes
train
20f5d91df7157f39d37ba9a89a4a9670a82f686f
diff --git a/ocrd/ocrd/cli/workspace.py b/ocrd/ocrd/cli/workspace.py index <HASH>..<HASH> 100644 --- a/ocrd/ocrd/cli/workspace.py +++ b/ocrd/ocrd/cli/workspace.py @@ -55,7 +55,7 @@ def workspace_cli(ctx, directory, mets_basename, backup): ''') @pass_workspace @click.option('-a', '--download', is_flag=True, help="Dow...
ocrd workspace validate: page_xsd and mets_xsd skippable
OCR-D_core
train
fef3eed827c4a1dde23e15d2ace4b7189f73142c
diff --git a/presto-main/src/test/java/com/facebook/presto/sql/planner/optimizations/TestReorderWindows.java b/presto-main/src/test/java/com/facebook/presto/sql/planner/optimizations/TestReorderWindows.java index <HASH>..<HASH> 100644 --- a/presto-main/src/test/java/com/facebook/presto/sql/planner/optimizations/TestReo...
Add sorting test to reorder windows DSL tests
prestodb_presto
train
723a59a1ae1e0c8de22454262f95e4eac70c24ae
diff --git a/grunt/connect-middleware/flavors.js b/grunt/connect-middleware/flavors.js index <HASH>..<HASH> 100644 --- a/grunt/connect-middleware/flavors.js +++ b/grunt/connect-middleware/flavors.js @@ -22,7 +22,7 @@ const module.exports = (request, response, next) => { - if (0 !== request.url.indexOf(BASE_URL)...
!yoda style (#<I>)
ArnaudBuchholz_gpf-js
train
fac1cd26432899c816f7ef04a4b0126104ac835d
diff --git a/core/src/main/java/hudson/triggers/SCMTrigger.java b/core/src/main/java/hudson/triggers/SCMTrigger.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/triggers/SCMTrigger.java +++ b/core/src/main/java/hudson/triggers/SCMTrigger.java @@ -549,9 +549,9 @@ public class SCMTrigger extends Trigger<I...
log full display name to disambiguate jobs when used with folders
jenkinsci_jenkins
train
5b384e90f7dc33a74430b3fdfd6d882c77b6e066
diff --git a/src/selectize.js b/src/selectize.js index <HASH>..<HASH> 100644 --- a/src/selectize.js +++ b/src/selectize.js @@ -898,17 +898,18 @@ $.extend(Selectize.prototype, { * @param {boolean} triggerDropdown */ refreshOptions: function(triggerDropdown) { + var i, j, k, n, groups, groups_order, option, opti...
Highlight selected option on focus (#<I>, #<I>).
selectize_selectize.js
train
9ccb0be815e2b466bdfafd74747ff09d41b4650e
diff --git a/Command/PasswordResetRequestHandler.php b/Command/PasswordResetRequestHandler.php index <HASH>..<HASH> 100644 --- a/Command/PasswordResetRequestHandler.php +++ b/Command/PasswordResetRequestHandler.php @@ -6,7 +6,7 @@ use SumoCoders\FrameworkMultiUserBundle\User\PasswordResetInterface; use SumoCoders\Fram...
Use RouterInterface to support Mocking
sumocoders_FrameworkMultiUserBundle
train
f1840b3e4de00a7812f7c3d46a48e713951ad7d2
diff --git a/src/amsterdam.py b/src/amsterdam.py index <HASH>..<HASH> 100755 --- a/src/amsterdam.py +++ b/src/amsterdam.py @@ -26,7 +26,7 @@ from string import Template from OpenSSL import crypto from socket import gethostname -AMSTERDAM_VERSION = "0.7" +AMSTERDAM_VERSION = "0.8" class AmsterdamException(Excepti...
Set release number to <I>
StamusNetworks_Amsterdam
train
e31a9556d346adf6265b1529def83d901fcea00c
diff --git a/dist/amd/index.js b/dist/amd/index.js index <HASH>..<HASH> 100644 --- a/dist/amd/index.js +++ b/dist/amd/index.js @@ -32,6 +32,11 @@ define(["exports", "aurelia-path"], function (exports, _aureliaPath) { } var template = doc.querySelector("template"); + + if (!template) { +...
chore(*): prepare release <I>
aurelia_loader
train
9b6352d96ac26de461dba2555445b4a55ffc9a8b
diff --git a/tests/Library/Services/_db.php b/tests/Library/Services/_db.php index <HASH>..<HASH> 100644 --- a/tests/Library/Services/_db.php +++ b/tests/Library/Services/_db.php @@ -12,7 +12,7 @@ $oShopInstaller = new ShopInstaller(); $sShopTestingSerial = array_key_exists('serial', $_REQUEST)? $_REQUEST['serial'] ...
Adding possibility to convert shop to international when installing the shop.
OXID-eSales_oxideshop_ce
train
b1725b942dea447b6cce2e127570d77c358a7076
diff --git a/.toys/analyze-clients.rb b/.toys/analyze-clients.rb index <HASH>..<HASH> 100644 --- a/.toys/analyze-clients.rb +++ b/.toys/analyze-clients.rb @@ -23,6 +23,7 @@ ANALYSES = { wrapper_prerelease: "List wrapper gems whose service is GA but do not have a 1.0 release", outdated_wrappers: "List wrapper gems...
chore: Updates to analyze-clients (#<I>)
googleapis_google-cloud-ruby
train
eedb5e7679edec819b3856728f23f42c8803ad1a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ project_urls = { setup( name='webdriver_test_tools', version=__version__, - description='Tools for using Selenium WebDriver with Python unit testing', + description='A front-end testing framewor...
Updated setup description to match GitHub
connordelacruz_webdriver-test-tools
train
76f4d1a8b744755fac6f6c1682b1c09e9521076f
diff --git a/endpoints_management/__init__.py b/endpoints_management/__init__.py index <HASH>..<HASH> 100644 --- a/endpoints_management/__init__.py +++ b/endpoints_management/__init__.py @@ -16,7 +16,7 @@ from __future__ import absolute_import from . import auth, config, control, gen -__version__ = '1.1.2' +__vers...
Bump subminor version (<I> -> <I>)
cloudendpoints_endpoints-management-python
train
374e9565b2718c549f329af5c137e84a7d753a28
diff --git a/src/Illuminate/Support/Testing/Fakes/EventFake.php b/src/Illuminate/Support/Testing/Fakes/EventFake.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Support/Testing/Fakes/EventFake.php +++ b/src/Illuminate/Support/Testing/Fakes/EventFake.php @@ -107,6 +107,21 @@ class EventFake implements Dispatcher ...
[8.x] Add ::assertNothingDispatched() to Events::fake (#<I>) * Add ::assertNothingDispatched() to events fake * Update EventFake.php * Update SupportTestingEventFakeTest.php
laravel_framework
train
79b8cf2966f9094320a9217f919f645129b110e0
diff --git a/src/runner.js b/src/runner.js index <HASH>..<HASH> 100644 --- a/src/runner.js +++ b/src/runner.js @@ -120,10 +120,9 @@ RunningTest.prototype = { } }, delay(ms, fn) { - return new Promise((resolve, reject) => { - setTimeout(async () => { - let p = Promise.resolve(fn()) - p.t...
fix: catch errors thrown by `RunningTest.delay` callback
aleclarson_testpass
train
1d7c5cdf266dec9e0496ce7e649928e252fa0f7b
diff --git a/plugins/UsersManager/angularjs/manage-user-access/manage-user-access.controller.js b/plugins/UsersManager/angularjs/manage-user-access/manage-user-access.controller.js index <HASH>..<HASH> 100644 --- a/plugins/UsersManager/angularjs/manage-user-access/manage-user-access.controller.js +++ b/plugins/UsersMan...
Fix giving a user access to a site is not possible when login is numeric (#<I>) * Fix giving a user access to a site is not possible when login is only numbers Eg when login is <I>, the `login` var may actually be a number and then `.replace` won't work. fixes #<I> * typo
matomo-org_matomo
train
7280b531e764f6c98970d3bdafa95fd056bf1eda
diff --git a/tests/ignite/distributed/test_auto.py b/tests/ignite/distributed/test_auto.py index <HASH>..<HASH> 100644 --- a/tests/ignite/distributed/test_auto.py +++ b/tests/ignite/distributed/test_auto.py @@ -99,7 +99,7 @@ def _test_auto_model_optimizer(ws, device): def test_auto_methods_no_dist(): _test_auto...
[tests] reduce `num_workers` in distributed tests (#<I>) * reduce workers and nproc * no nproc change in horovod * no nproc change in native dis
pytorch_ignite
train
9320e0b533e8153cf238b6ab4420573b21f15dc2
diff --git a/client/state/stored-cards/reducer.js b/client/state/stored-cards/reducer.js index <HASH>..<HASH> 100644 --- a/client/state/stored-cards/reducer.js +++ b/client/state/stored-cards/reducer.js @@ -2,8 +2,6 @@ * Internal dependencies */ import { - SERIALIZE, - DESERIALIZE, STORED_CARDS_ADD_COMPLETED, ...
State: stored-cards remove persist opt-out
Automattic_wp-calypso
train
334c6063f0227f00b366b2753e379eb750cece87
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -122,3 +122,7 @@ # 1.3.9 * Changed handling of parallel tasks due to robustness problems + +# 1.4.0 + +* fixed Issue #20: Add revision timestamp to .riminfo diff --git a/lib/rim/git.rb b/lib/rim/git.rb index <HA...
Add revision timestamp to .riminfo #<I> Added the entry committer_date to show the time when the specific patch has been applied and thus this revision SHA1 has been created.
esrlabs_esr-rim
train
f08de22763dbe8b40891add02e558181ca8e29f0
diff --git a/sdk/src/test/java/com/iovation/launchkey/sdk/transport/apachehttp/ApiRequestBuilderTest.java b/sdk/src/test/java/com/iovation/launchkey/sdk/transport/apachehttp/ApiRequestBuilderTest.java index <HASH>..<HASH> 100644 --- a/sdk/src/test/java/com/iovation/launchkey/sdk/transport/apachehttp/ApiRequestBuilderTe...
Revision #1 - Addition of comment to test file.
iovation_launchkey-java
train
5593b8652e278bb4086e732e70cfd9293808d456
diff --git a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java b/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java index <HASH>..<HASH> 100644 --- a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java +++ b/mongodb/src/main/java/org/hiber...
OGM-<I> Keep track of the query modifiers These modifiers are deprecated since <I> but we still don't offer the alternative way to run this query.
hibernate_hibernate-ogm
train
3fb322fcc7a5012ecb58cbd508d5b99786e5bdb4
diff --git a/trakt/core/request.py b/trakt/core/request.py index <HASH>..<HASH> 100644 --- a/trakt/core/request.py +++ b/trakt/core/request.py @@ -101,7 +101,11 @@ class TraktRequest(object): path = [self.path] path.extend(self.params) - url = self.client.base_url + '/'.join(x for x in path i...
Fixed an issue where the "rating" parameter on the `Trakt['sync/ratings'].get()` method would raise an exception
fuzeman_trakt.py
train
748bc05cceb93bfbeeb1da2b2c0e1a92c59f5a51
diff --git a/samples/PickerSample.js b/samples/PickerSample.js index <HASH>..<HASH> 100644 --- a/samples/PickerSample.js +++ b/samples/PickerSample.js @@ -49,7 +49,7 @@ enyo.kind({ {classes: "onyx-toolbar-inline", style:"margin: 0px;", components: [ {content: "Year", classes: "onyx-sample-label"}, {kind: ...
Moved activate event to occur when a menu item is created, but only if it is set as the active item. Also adjust flyweight picker to force the client control to send an activate message on setup so that it sets up our current selection logic properly Enyo-DCO-<I>-
enyojs_onyx
train
07baf66200c74a97b440a199dce7321b23aea4cd
diff --git a/core/chain_manager.go b/core/chain_manager.go index <HASH>..<HASH> 100644 --- a/core/chain_manager.go +++ b/core/chain_manager.go @@ -56,10 +56,7 @@ func CalcTD(block, parent *types.Block) *big.Int { if parent == nil { return block.Difficulty() } - - td := new(big.Int).Add(parent.Td, block.Header()....
core: fix data race in accessing ChainManager.td
ethereum_go-ethereum
train
970711b6f7d6c2140d59f11dd867820eedc62ae2
diff --git a/oauth2/__init__.py b/oauth2/__init__.py index <HASH>..<HASH> 100644 --- a/oauth2/__init__.py +++ b/oauth2/__init__.py @@ -29,7 +29,6 @@ import urlparse import hmac import binascii import httplib2 -from types import ListType try: from urlparse import parse_qs, parse_qsl @@ -328,9 +327,17 @@ class...
if/else ternary operator is <I>+. let's be more compatible than that.
joestump_python-oauth2
train
0a5e63b44a6a8f33d901bfcb744b20aeb130a794
diff --git a/spec/unit/plugins/aix/uptime_spec.rb b/spec/unit/plugins/aix/uptime_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/plugins/aix/uptime_spec.rb +++ b/spec/unit/plugins/aix/uptime_spec.rb @@ -19,16 +19,11 @@ require File.expand_path(File.dirname(__FILE__) + '/../../../spec_helper.rb') describe Ohai::S...
Refactored Aix uptime unit tests.
chef_ohai
train
7cbd8f9c01ac7c855b27940b773432c049b58fb3
diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go index <HASH>..<HASH> 100644 --- a/src/server/pachyderm_test.go +++ b/src/server/pachyderm_test.go @@ -108,6 +108,9 @@ func TestLogs(t *testing.T) { } _, err = pachClient.InspectJob(context.Background(), inspectJobRequest) require.NoError(t, ...
Adds a sleep to test to make it pass. I'm not too happy about this.
pachyderm_pachyderm
train
a8059e3eb242324344a8b476b46eedd911aa400d
diff --git a/src/classes/wrapper/svn-cli/checkout.php b/src/classes/wrapper/svn-cli/checkout.php index <HASH>..<HASH> 100644 --- a/src/classes/wrapper/svn-cli/checkout.php +++ b/src/classes/wrapper/svn-cli/checkout.php @@ -29,13 +29,6 @@ class vcsSvnCliCheckout extends vcsSvnCliDirectory implements vcsCheckout { ...
# Removed orphaned property
Arbitracker_VCSWrapper
train
6a3692dc4fc102b41d4ac80f7c90a5c327a96a31
diff --git a/src/scripts/ngTableParams.js b/src/scripts/ngTableParams.js index <HASH>..<HASH> 100644 --- a/src/scripts/ngTableParams.js +++ b/src/scripts/ngTableParams.js @@ -37,7 +37,7 @@ }, defaultFilterOptions = { filterComparator: undefined, // look for a subst...
fix(NgTableParams): filterDelay too high Trying to get a reasonable balance between responsiveness and not wasting calls to a server. A better approach would be for a filter template to be able to specify a filter delay and this be used in an ngModelOptions. That would allow a template like a select to not delay at a...
esvit_ng-table
train
961b3c77171561fcc43b1fb17e1eef32691b044f
diff --git a/python/dllib/src/bigdl/dllib/utils/tf_utils.py b/python/dllib/src/bigdl/dllib/utils/tf_utils.py index <HASH>..<HASH> 100644 --- a/python/dllib/src/bigdl/dllib/utils/tf_utils.py +++ b/python/dllib/src/bigdl/dllib/utils/tf_utils.py @@ -117,9 +117,14 @@ def save_variable_bigdl(tensors, target_path, bigdl_type...
fix squeeze bug and some other refinement (#<I>)
intel-analytics_BigDL
train
ae5a781ef1bcb44bff7de8db078c3926097f9d91
diff --git a/timeside/grapher/render_analyzers.py b/timeside/grapher/render_analyzers.py index <HASH>..<HASH> 100644 --- a/timeside/grapher/render_analyzers.py +++ b/timeside/grapher/render_analyzers.py @@ -68,7 +68,8 @@ class DisplayAnalyzer(Grapher): self.image = fg_image @classmethod - def cre...
fix(grapher/render_analyzers.py): manage import error on irit_monopoly
Parisson_TimeSide
train
0b5067c4127c584d0d73e07e89c11b9d5ac0aef5
diff --git a/frontend/lib/generate-image-markup.ts b/frontend/lib/generate-image-markup.ts index <HASH>..<HASH> 100644 --- a/frontend/lib/generate-image-markup.ts +++ b/frontend/lib/generate-image-markup.ts @@ -45,7 +45,11 @@ function quoteAsciiDocAttribute(attr: string | null): string { if (attr == null) { ret...
Fix all remaining LGTM alerts (#<I>)
badges_shields
train
ae7e90dc2faeb7688e5f60ca8ffa6edd13af4170
diff --git a/src/crypto/index.js b/src/crypto/index.js index <HASH>..<HASH> 100644 --- a/src/crypto/index.js +++ b/src/crypto/index.js @@ -617,29 +617,37 @@ Crypto.prototype.getEventSenderDeviceInfo = function(event) { * users in the room (for now) */ Crypto.prototype.setRoomEncryption = async function(roomId, c...
do config comparison first to keep original error message
matrix-org_matrix-js-sdk
train
ad11c6205099a8e1394881bc60968f89e242ff28
diff --git a/lib/semantic_logger/appender/sentry.rb b/lib/semantic_logger/appender/sentry.rb index <HASH>..<HASH> 100644 --- a/lib/semantic_logger/appender/sentry.rb +++ b/lib/semantic_logger/appender/sentry.rb @@ -49,6 +49,8 @@ class SemanticLogger::Appender::Sentry < SemanticLogger::Subscriber context = formatte...
Sentry appender can now define user context and tags context If the formatter privides a user entry or tags entry, it will be now passed next to the 'extra' context to sentry.
rocketjob_semantic_logger
train
56e76e78cb9e1fd70c59f52a884b749f3a3a99ce
diff --git a/demcoreg/filter_glas.py b/demcoreg/filter_glas.py index <HASH>..<HASH> 100755 --- a/demcoreg/filter_glas.py +++ b/demcoreg/filter_glas.py @@ -63,9 +63,12 @@ for n,dem_fn in enumerate(dem_fn_list): print("Writing out %i points after spatial filter" % glas_pts_fltr.shape[0]) out_csv_fn = os.path...
filter_glas: support for older output of glas_proc.py
dshean_demcoreg
train
46307a5e60353806dc3aaac61b5a522b7c639a4c
diff --git a/tests/django_restframework_gis_tests/serializers.py b/tests/django_restframework_gis_tests/serializers.py index <HASH>..<HASH> 100755 --- a/tests/django_restframework_gis_tests/serializers.py +++ b/tests/django_restframework_gis_tests/serializers.py @@ -16,7 +16,6 @@ __all__ = [ class LocationGeoSeriali...
Updated tests for django-rest-framework <I>
djangonauts_django-rest-framework-gis
train
94fcd7f2ab3af8eeb881bb2b3d446a9fbc1a8ae1
diff --git a/jax/interpreters/pxla.py b/jax/interpreters/pxla.py index <HASH>..<HASH> 100644 --- a/jax/interpreters/pxla.py +++ b/jax/interpreters/pxla.py @@ -34,7 +34,7 @@ import itertools as it import operator as op import threading from typing import (Any, Callable, Dict, List, Optional, Sequence, Set, Tuple, - ...
Use taggedtuple instead of namedtuple when defining ShardingSpecs Because namedtuples don't take the class into account when comparing for equality!
tensorflow_probability
train
356d5b1a295095a11a089d7ab237bf66a003cfca
diff --git a/core/cas-server-core-util/src/main/java/org/apereo/cas/util/http/SimpleHttpClientFactoryBean.java b/core/cas-server-core-util/src/main/java/org/apereo/cas/util/http/SimpleHttpClientFactoryBean.java index <HASH>..<HASH> 100644 --- a/core/cas-server-core-util/src/main/java/org/apereo/cas/util/http/SimpleHttp...
Consider <I> an acceptable HTTP code (#<I>)
apereo_cas
train
e5e86f2525ee16e2bc1bab7df41b19493d0c3ce9
diff --git a/salt/scripts.py b/salt/scripts.py index <HASH>..<HASH> 100644 --- a/salt/scripts.py +++ b/salt/scripts.py @@ -14,6 +14,8 @@ import traceback from random import randint # Import salt libs +from salt import cloud, defaults + from salt.exceptions import SaltSystemExit, SaltClientError, SaltReqTimeoutErro...
Make script runnable as `python ...`arg It wouldn't find the correct modules and would crash Related to saltstack/salt#<I> Saltcloud virtualbox provider
saltstack_salt
train
414fbe1e5e7e24dc79fe9c46284c5c72d6cca113
diff --git a/i3pystatus/weather/weathercom.py b/i3pystatus/weather/weathercom.py index <HASH>..<HASH> 100644 --- a/i3pystatus/weather/weathercom.py +++ b/i3pystatus/weather/weathercom.py @@ -43,7 +43,7 @@ class WeathercomHTMLParser(HTMLParser): def load_json(self, json_input): self.logger.debug('Loading t...
Fix weathercom module (#<I>) The weathcom module was broken due to referencing a variable that did not exist. It appears this was a typo or copy/paste error. Either way, this patch fixes that error and the weathcom module works again!
enkore_i3pystatus
train
b838b24486fecd04677b365b06dadce4cb08e1ea
diff --git a/lib/excon/response.rb b/lib/excon/response.rb index <HASH>..<HASH> 100644 --- a/lib/excon/response.rb +++ b/lib/excon/response.rb @@ -112,25 +112,27 @@ module Excon if response_block while (chunk_size = socket.readline.chomp!.to_i(16)) > 0 while chunk_size > 0 - ...
raise EOFError when unexpectedly getting read nils closes #<I>
excon_excon
train
ebbac63f55ec3f0811d8e48bf706bd707da43dd3
diff --git a/src/NamelessCoder/Gizzle/Commit.php b/src/NamelessCoder/Gizzle/Commit.php index <HASH>..<HASH> 100644 --- a/src/NamelessCoder/Gizzle/Commit.php +++ b/src/NamelessCoder/Gizzle/Commit.php @@ -96,6 +96,11 @@ class Commit extends JsonDataMapper { protected $url = NULL; /** + * @var string + */ + protec...
[TASK] Add "ref" property on Commit
NamelessCoder_gizzle
train
0acf2f5698ae8f062dae8c62407d65a7517a2c0e
diff --git a/lib/parser.js b/lib/parser.js index <HASH>..<HASH> 100755 --- a/lib/parser.js +++ b/lib/parser.js @@ -175,7 +175,7 @@ parser = { statP.clearAll(); getMain.clearAll(); return findRoot(input)(function (root) { - var name, dirs; + var name, dirs, result; name = root ? last.call(root.split(sep...
Fix double file read issue (minor)
medikoo_modules-webmake
train
419c2a655850447da5fb5205972146bf4ef181a2
diff --git a/atomic_reactor/utils/cachito.py b/atomic_reactor/utils/cachito.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/utils/cachito.py +++ b/atomic_reactor/utils/cachito.py @@ -56,7 +56,7 @@ class CachitoAPI(object): return session def request_sources(self, repo, ref, flags=None, pkg_managers=...
Forward the "remote_source.packages" value to the Cachito request This is to support forwarding new parameters to Cachito to support multiple packages in a single source repository. Relates to CLOUDBLD-<I>
projectatomic_atomic-reactor
train