hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
969ac53448f0c968ba200dabca2dcbbc565f1b32
diff --git a/lib/vcr/http_stubbing_adapters/webmock.rb b/lib/vcr/http_stubbing_adapters/webmock.rb index <HASH>..<HASH> 100644 --- a/lib/vcr/http_stubbing_adapters/webmock.rb +++ b/lib/vcr/http_stubbing_adapters/webmock.rb @@ -86,8 +86,3 @@ if defined?(WebMock::NetConnectNotAllowedError) end end end - -# TODO:...
Removed webmock work around that is no longer necessary.
vcr_vcr
train
44dca82943cb7649c061a0bd255456e9c184e7a0
diff --git a/lib/cantango/configuration.rb b/lib/cantango/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/cantango/configuration.rb +++ b/lib/cantango/configuration.rb @@ -17,26 +17,8 @@ module CanTango attr_accessor :user_key_field attr_accessor :user_accounts, :users - attr_reader :guest_u...
more refactoring of config - no guest and user
kristianmandrup_cantango
train
add89926de6d2df623ec3e0f918797ca2e7d222d
diff --git a/upload/system/library/cart/tax.php b/upload/system/library/cart/tax.php index <HASH>..<HASH> 100644 --- a/upload/system/library/cart/tax.php +++ b/upload/system/library/cart/tax.php @@ -8,7 +8,7 @@ class Tax { $this->db = $registry->get('db'); } - public function setShippingAddress(int $country_id, ...
[Master] Added void on setShippingAddress() method
opencart_opencart
train
38332618868f34e7628a0b8c668c7ce06406d99b
diff --git a/etc/reset.py b/etc/reset.py index <HASH>..<HASH> 100755 --- a/etc/reset.py +++ b/etc/reset.py @@ -115,27 +115,30 @@ def parse_log_level(s): except KeyError: raise Exception("Unknown log level: {}".format(s)) -def redirect_to_logger(stdout, stderr): - for io in select.select([stdout.pipe,...
More resilient dumping of stdout/stderr
pachyderm_pachyderm
train
1e884c33a2ba07646f1ec553755fb22c542a9ff9
diff --git a/psdash/run.py b/psdash/run.py index <HASH>..<HASH> 100644 --- a/psdash/run.py +++ b/psdash/run.py @@ -271,6 +271,7 @@ class PsDashRunner(object): 'certfile': self.app.config.get('PSDASH_HTTPS_CERTFILE') } + self.app.config['SERVER_NAME'] = '%s:%s' % (self.app.config['...
Trying to fix failing tests in Travis CI.
Jahaja_psdash
train
014ef2c0327b72c3a76b5a77d8db2ec4d39a6d13
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,7 @@ var modulesLoadedBeforeTrace = []; for (var i = 0; i < filesLoadedBeforeTrace.length; i++) { var moduleName = traceUtil.packageNameFromPath(filesLoadedBeforeTrace[i]); - if (moduleName && moduleName !== '...
chore: do not log when this module is required before itself
keymetrics_trassingue
train
b581490f478eae18a60e2ff11f9e85ee9bfbe59f
diff --git a/graw.go b/graw.go index <HASH>..<HASH> 100644 --- a/graw.go +++ b/graw.go @@ -1,6 +1,8 @@ package graw import ( + "log" + "os" "time" "github.com/turnage/graw/internal/client" @@ -63,6 +65,7 @@ func Run(c Config, bot interface{}) error { engine.Config{ Dispatchers: dispatchers, Rate: ...
Hook engine up with a logger and log errors. Former-commit-id: b<I>f<I>bd<I>f<I>a<I>b<I>b<I>f7ef7b4
turnage_graw
train
8224beef57010d659b17f10ce7f7b00898b9edae
diff --git a/raft.go b/raft.go index <HASH>..<HASH> 100644 --- a/raft.go +++ b/raft.go @@ -1576,7 +1576,7 @@ func (r *Raft) setCurrentTerm(t uint64) { // transition causes the known leader to be cleared. This means // that leader should be set only after updating the state. func (r *Raft) setState(state RaftState) {...
Fixing type issues with peer to string conversion
hashicorp_raft
train
7a355c8a62d52bef63c7c1fd64c32f81fc275f2a
diff --git a/falafel/console/__init__.py b/falafel/console/__init__.py index <HASH>..<HASH> 100644 --- a/falafel/console/__init__.py +++ b/falafel/console/__init__.py @@ -118,15 +118,21 @@ def main(): logging.error("At least one plugin module must be specified.") sys.exit(1) + import_failure = Fa...
Exit CLI after import failure and trying all imports
RedHatInsights_insights-core
train
6b3611586bf2577c394395e7177d5aaf121babbb
diff --git a/lib/import.js b/lib/import.js index <HASH>..<HASH> 100644 --- a/lib/import.js +++ b/lib/import.js @@ -1,7 +1,7 @@ const fs = require('fs'); const path = require('path'); const bunyan = require('bunyan'); -const {Specifications} = require('shr-models'); +const {Specifications, MODELS_INFO} = require('shr...
Added support for sanity checking shr-models.
standardhealth_shr-text-import
train
76424f11f88d3270b751612802fea005339d55e3
diff --git a/scenarios/kubernetes_e2e.py b/scenarios/kubernetes_e2e.py index <HASH>..<HASH> 100755 --- a/scenarios/kubernetes_e2e.py +++ b/scenarios/kubernetes_e2e.py @@ -261,9 +261,10 @@ def cluster_name(cluster, build): """Return or select a cluster name.""" if cluster: return cluster - if len(b...
Append random string to cluster name to avoid conflicts b/w presubmits
kubernetes_test-infra
train
f62a7267c551d216297bec9f0496738b8e27dcae
diff --git a/History.txt b/History.txt index <HASH>..<HASH> 100644 --- a/History.txt +++ b/History.txt @@ -11,6 +11,11 @@ * Nodes::Node#not factory method added for creating Nodes::Not nodes * Added an As node +* Deprecations + + * Support for Subclasses of core classes will be removed in ARel version + 2.2...
adding deprecated support for walking ancestor trees
rails_rails
train
ad78f9c71a0aece1351e49f844efe54263d38a0b
diff --git a/git/clone.go b/git/clone.go index <HASH>..<HASH> 100644 --- a/git/clone.go +++ b/git/clone.go @@ -34,7 +34,11 @@ func CloneRepos(destDir string, repos map[string]string) error { continue } - cmd := exec.Command("git", "clone", "--bare", "--verbose", "--progress", "--recursive", cloneURL, repoDest...
Set a fetch spec for cloned repositories. Otherwise, the repos are never updated beyond their first clone. Change-Id: Ia<I>b<I>c<I>fe8c7f7b7accdd<I>ac<I>d<I>bb4
google_zoekt
train
77d3e61b09f22de181284df30111344caf79a416
diff --git a/src/YurunHttp/Http/Psr7/Consts/StatusCode.php b/src/YurunHttp/Http/Psr7/Consts/StatusCode.php index <HASH>..<HASH> 100644 --- a/src/YurunHttp/Http/Psr7/Consts/StatusCode.php +++ b/src/YurunHttp/Http/Psr7/Consts/StatusCode.php @@ -110,7 +110,7 @@ abstract class StatusCode self::UNSUPPORTED_MEDIA_TY...
Fix typo (#<I>)
Yurunsoft_YurunHttp
train
4c47dde9240c046e3e47512932c66d85fa9f104d
diff --git a/src/Core/CommandCollector.php b/src/Core/CommandCollector.php index <HASH>..<HASH> 100644 --- a/src/Core/CommandCollector.php +++ b/src/Core/CommandCollector.php @@ -104,7 +104,7 @@ class CommandCollector $consoleCommands = isset($oxideshop['console-commands']) && is_array($oxideshop['console-...
fixed typo introduced in #<I>
OXIDprojects_oxid-console
train
568963fc3fe833d2c494572f704b98335c80be76
diff --git a/src/Responder/Redirect.php b/src/Responder/Redirect.php index <HASH>..<HASH> 100644 --- a/src/Responder/Redirect.php +++ b/src/Responder/Redirect.php @@ -44,11 +44,15 @@ class Redirect extends AbstractWithViewData * uses current hosts and scheme. * * @param string $path + * @param str...
fix bug: to clear query from the existing URI. set $query as default, unless the $query is NULL.
TuumPHP_Respond
train
71a06a455ed675243e02b8666615955dcaa7e025
diff --git a/pythonwhat/check_funcs.py b/pythonwhat/check_funcs.py index <HASH>..<HASH> 100644 --- a/pythonwhat/check_funcs.py +++ b/pythonwhat/check_funcs.py @@ -165,7 +165,7 @@ def multi(*args, state=None): if any(args): rep = Reporter.active_reporter # when input is a single list of subtests -...
unit tests for with_context, fix nested for loop test
datacamp_pythonwhat
train
e0748ccc755c0b9219929d58c33a7f4aed50e557
diff --git a/mongo/mongo.go b/mongo/mongo.go index <HASH>..<HASH> 100644 --- a/mongo/mongo.go +++ b/mongo/mongo.go @@ -85,7 +85,7 @@ const ( Upgrading StorageEngine = "Upgrading" // SnapTrack is the track to get the juju-db snap from - SnapTrack = "latest" + SnapTrack = "4.0" // SnapRisk is which juju-db snap...
Follow <I> channel in juju-db snap
juju_juju
train
0fbe68a2de80297e03bfc6b156e95be01ec1227e
diff --git a/duallog/duallog.py b/duallog/duallog.py index <HASH>..<HASH> 100644 --- a/duallog/duallog.py +++ b/duallog/duallog.py @@ -45,7 +45,11 @@ def setup(logdir='log'): # Validate the given directory. logdir = os.path.normpath(logdir) - + + # if output directory is an existing file + if os.p...
[bugfix] When the output folder is a file This solves the bug which happens when the output folder specified by user is a file which already exists.
acschaefer_duallog
train
fdd3671fa7addfb434094c62df9baa46fc9179fc
diff --git a/lib/pusher.js b/lib/pusher.js index <HASH>..<HASH> 100644 --- a/lib/pusher.js +++ b/lib/pusher.js @@ -87,9 +87,9 @@ var Pusher = function(application_key, channel){ } conn.onopen = function(){dispatch('open',null)} - var dispatch = function(event_name, message){ - Pusher.log("DISPATCHING: " +...
Added backward compatible parser A new release of pusher will send the unparsed JSON data supplied to the API as the value of the data attribute
pusher_pusher-js
train
fec08b4e81a81995afa560ee31a4a7255e5357b9
diff --git a/github/apps_manifest_test.go b/github/apps_manifest_test.go index <HASH>..<HASH> 100644 --- a/github/apps_manifest_test.go +++ b/github/apps_manifest_test.go @@ -51,4 +51,18 @@ func TestGetConfig(t *testing.T) { if !reflect.DeepEqual(cfg, want) { t.Errorf("GetConfig returned %+v, want %+v", cfg, want)...
Improve apps_manifest.go coverage (#<I>)
google_go-github
train
d43a13836d8c40c350f109c4d5c431aee6a6f8ea
diff --git a/app/readers/mzidplus.py b/app/readers/mzidplus.py index <HASH>..<HASH> 100644 --- a/app/readers/mzidplus.py +++ b/app/readers/mzidplus.py @@ -77,4 +77,10 @@ def get_specidentitem_percolator_data(item, namespace): continue else: percodata[percoscore] = child.attrib['value'...
Do not crash when we dont have percolator values on certain spectra
glormph_msstitch
train
2d058424ee685429ca43bfadd21e8a41b40c8440
diff --git a/lib/api/analytics.js b/lib/api/analytics.js index <HASH>..<HASH> 100644 --- a/lib/api/analytics.js +++ b/lib/api/analytics.js @@ -62,6 +62,34 @@ Report.prototype.describe = function(callback) { }; /** + * Synonym of Analytics~Report#destroy() + * + * @method Analytics~Report#delete + * @param {Callback...
Adding the ability to destroy reports via the analytics API
jsforce_jsforce
train
644edcda175716ce7c18d4ebcca51447347432c7
diff --git a/src/Client/Duty.php b/src/Client/Duty.php index <HASH>..<HASH> 100644 --- a/src/Client/Duty.php +++ b/src/Client/Duty.php @@ -49,7 +49,7 @@ class Duty extends Client * @param int $id * @return \Unirest\Response */ - public function get($id = 0) + public function get($id) { ...
removed uneeded default values from Duty client
OpenResourceManager_client-php
train
31fc7bf0c39285be52ba585e5dab720a30608045
diff --git a/python/bigdl/dllib/models/inception/inception.py b/python/bigdl/dllib/models/inception/inception.py index <HASH>..<HASH> 100644 --- a/python/bigdl/dllib/models/inception/inception.py +++ b/python/bigdl/dllib/models/inception/inception.py @@ -269,7 +269,7 @@ if __name__ == "__main__": train_transformer...
fix channel normalize value to float (#<I>)
intel-analytics_BigDL
train
f4b6f151e1295245115becde380358d7625e2f49
diff --git a/src/js/form-builder.js b/src/js/form-builder.js index <HASH>..<HASH> 100644 --- a/src/js/form-builder.js +++ b/src/js/form-builder.js @@ -1134,11 +1134,16 @@ _helpers.disabledTT($(this)); }); - // Attach a callback to add new options - $sortableFields.delegate('.add_opt', 'click', f...
Solved bug of checking checked property of null Modified the lines that attaches callbacks to add new options. It was throwing error "trying to get checked property of undefined" due to which it was not possilbe to add new options to radio group.
kevinchappell_formBuilder
train
2a3affe9915bcac14b4f6c3c216a790ad183c039
diff --git a/lib/weblib.php b/lib/weblib.php index <HASH>..<HASH> 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -1065,6 +1065,17 @@ function format_string ($string, $striplinks = false, $courseid=NULL ) { global $CFG, $course; + //We'll use a in-memory cache here to speed up repeated strings + stat...
Now format_string() uses an in-memory cache per request to make things faster. Really noticeable in logs page!
moodle_moodle
train
e9fe738f038ea3d4de16643e460e369d3c81eeb2
diff --git a/merb-gen/app_generators/merb/templates/autotest/merb_rspec.rb b/merb-gen/app_generators/merb/templates/autotest/merb_rspec.rb index <HASH>..<HASH> 100644 --- a/merb-gen/app_generators/merb/templates/autotest/merb_rspec.rb +++ b/merb-gen/app_generators/merb/templates/autotest/merb_rspec.rb @@ -3,13 +3,18 @@...
Remove baked-in support for fixtures. This is between you and your ORM
wycats_merb
train
61c9755d4c793f02bb4880d1a55a3b4932bf4a32
diff --git a/rst2rst/tests/test_fixtures.py b/rst2rst/tests/test_fixtures.py index <HASH>..<HASH> 100644 --- a/rst2rst/tests/test_fixtures.py +++ b/rst2rst/tests/test_fixtures.py @@ -76,8 +76,8 @@ class WriterTestCase(TestCase): real_output_lines = real_output.splitlines(True) theoric_...
Revert expected and observed results in diffing this way, removals and additions show the *errors* in the current output
benoitbryon_rst2rst
train
9252468e8f4d60eeca7e8380d2fdbe3edf2bf75a
diff --git a/cli/src/main/java/hudson/cli/CLI.java b/cli/src/main/java/hudson/cli/CLI.java index <HASH>..<HASH> 100644 --- a/cli/src/main/java/hudson/cli/CLI.java +++ b/cli/src/main/java/hudson/cli/CLI.java @@ -440,7 +440,13 @@ public class CLI { if (candidateKeys.isEmpty()) addDefaultPrivateKeyLo...
CLIConnectionFactory.basicAuth was defined but never used. Fixed to pass basic auth to HTTP connections when included in user info portion of URL (e.g. as API token).
jenkinsci_jenkins
train
9070f5390668e762b7e5ec7e079435ae3ae7c0f8
diff --git a/graylog2-web-interface/src/views/logic/SearchResult.js b/graylog2-web-interface/src/views/logic/SearchResult.js index <HASH>..<HASH> 100644 --- a/graylog2-web-interface/src/views/logic/SearchResult.js +++ b/graylog2-web-interface/src/views/logic/SearchResult.js @@ -46,7 +46,7 @@ class SearchResult { ...
Create extra function to filter failed search types inside SearchResult class
Graylog2_graylog2-server
train
8f7dd18685a6eee3adba7a80cfba906cccffed87
diff --git a/src/Modal.js b/src/Modal.js index <HASH>..<HASH> 100644 --- a/src/Modal.js +++ b/src/Modal.js @@ -9,7 +9,7 @@ /** * @todo * - * @version 0.1 + * @version 0.2 * @uses Titon * @uses Core * @uses More/Drag @@ -53,13 +53,13 @@ Titon.Modal = new Class({ * Default options. * * draggable - (b...
Removed closeable option from Modal Added closeQuery option to Modal
titon_toolkit
train
7ce0010205d7c09d2bda9387223114801a1fb8cf
diff --git a/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/io/AbstractID.java b/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/io/AbstractID.java index <HASH>..<HASH> 100644 --- a/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/io/AbstractID.java +++ b/nephele/nephele-common/sr...
Added method to construct job ID from byte array
stratosphere_stratosphere
train
c57b730ecd38908a5e4db6de514442158945e0ee
diff --git a/empymod/__init__.py b/empymod/__init__.py index <HASH>..<HASH> 100644 --- a/empymod/__init__.py +++ b/empymod/__init__.py @@ -124,12 +124,9 @@ Frequency- and time-domain examples can be found in the `empymod/example-notebooks <https://github.com/empymod/example-notebooks>`_-repository. -More informatio...
Add references to usage [ci skip]
empymod_empymod
train
7afcacc9a19bf4e52714cde7e52562f67c76b8c0
diff --git a/discord/flags.py b/discord/flags.py index <HASH>..<HASH> 100644 --- a/discord/flags.py +++ b/discord/flags.py @@ -876,17 +876,6 @@ class MemberCacheFlags(BaseFlags): return self.value == self.DEFAULT_VALUE @flag_value - def online(self): - """:class:`bool`: Whether to cache member...
Remove MemberCacheFlags.online v8 no longer gives enough data for this to be possible
Rapptz_discord.py
train
ef16478f8e40b5ebaf1252f26433faebad91fec6
diff --git a/master/buildbot/master.py b/master/buildbot/master.py index <HASH>..<HASH> 100644 --- a/master/buildbot/master.py +++ b/master/buildbot/master.py @@ -333,30 +333,34 @@ class BotMaster(service.MultiService): # point, if there are two slave proceses out there with the same name, # s...
Better logging for duplicate slaves Log appropriately on the master, and on both the new and old slaves, what is going on. Fixes #<I>
buildbot_buildbot
train
b5196badcd6ab59de84d402b3238dc05ed87f3ed
diff --git a/mod/assign/locallib.php b/mod/assign/locallib.php index <HASH>..<HASH> 100644 --- a/mod/assign/locallib.php +++ b/mod/assign/locallib.php @@ -4066,7 +4066,9 @@ class assign { * @return bool */ protected function gradebook_item_update($submission=null, $grade=null) { + global $CFG; ...
MDL-<I> assign: Add missing include There was a report of mod_assign_save_grade webservice failing because of this. I couldn't reproduce it, but grepping the code found one place where this include should be added.
moodle_moodle
train
635b3341473dd9806451de2aa46e3cbc22f9ed92
diff --git a/pydatastream/pydatastream.py b/pydatastream/pydatastream.py index <HASH>..<HASH> 100644 --- a/pydatastream/pydatastream.py +++ b/pydatastream/pydatastream.py @@ -568,15 +568,12 @@ class Datastream(object): return data #########################################################################...
return_raw argument is not needed any more in the get_constituents
vfilimonov_pydatastream
train
fd534b6196fb52a1c431faeb936934f4cd89eacc
diff --git a/lib/parser.js b/lib/parser.js index <HASH>..<HASH> 100644 --- a/lib/parser.js +++ b/lib/parser.js @@ -504,10 +504,13 @@ Parser.prototype = { var mode = block.mode; var name = block.val.trim(); + var line = block.line; + block = 'indent' == this.peek().type ? this.block() :...
Fix line number for un-used blocks warning
pugjs_then-pug
train
b4ae9b36e49d1a70e6ce67e3dd05b413700335ec
diff --git a/spec/models/comment_spec.rb b/spec/models/comment_spec.rb index <HASH>..<HASH> 100644 --- a/spec/models/comment_spec.rb +++ b/spec/models/comment_spec.rb @@ -1,7 +1,6 @@ require 'spec_helper' describe Comment do - def valid_comment(options={}) Comment.new({:author => 'Bob', :ar...
Fix comment model specs after change to blog factory.
publify_publify
train
39e595844f1eaa711ed58ca68cda435b27dc715f
diff --git a/src/core.js b/src/core.js index <HASH>..<HASH> 100644 --- a/src/core.js +++ b/src/core.js @@ -56,7 +56,6 @@ $.fn.powerTip = function(opts) { $this.removeData([ 'originalTitle', - 'powertiptarget', 'displayController' ]); });
Removed powertiptarget from destroy.
stevenbenner_jquery-powertip
train
7d4154d95c3220efbd37d83cb161285b2e65dca7
diff --git a/hydpy/docs/apidoc.py b/hydpy/docs/apidoc.py index <HASH>..<HASH> 100644 --- a/hydpy/docs/apidoc.py +++ b/hydpy/docs/apidoc.py @@ -1,11 +1,12 @@ import os -import shutil import webbrowser +os.system(r'make clean') os.system(r'make html') -paths = [os.path.join('_build', 'html', fn) for fn in os.lis...
Some small improvements in module `apidoc` (local creation of the documentation).
hydpy-dev_hydpy
train
cf24860121eda69df0c5dc6374cc62201a671af0
diff --git a/bundles/flex4/lib/sprout/flex4/version.rb b/bundles/flex4/lib/sprout/flex4/version.rb index <HASH>..<HASH> 100644 --- a/bundles/flex4/lib/sprout/flex4/version.rb +++ b/bundles/flex4/lib/sprout/flex4/version.rb @@ -3,7 +3,7 @@ module Sprout # :nodoc: module VERSION #:nodoc: MAJOR = 0 MINO...
Updated flex4 bundle version and fixed unit tests
lukebayes_project-sprouts
train
9753d08f19209e633918c8367d64c6ca5fdaa5fd
diff --git a/Core/Search/Solr/Query/Common/CriterionVisitor/Tags.php b/Core/Search/Solr/Query/Common/CriterionVisitor/Tags.php index <HASH>..<HASH> 100644 --- a/Core/Search/Solr/Query/Common/CriterionVisitor/Tags.php +++ b/Core/Search/Solr/Query/Common/CriterionVisitor/Tags.php @@ -6,7 +6,7 @@ use eZ\Publish\API\Reposi...
Remove usage of deprecated base field visitor
netgen_TagsBundle
train
1c1fab7fa33bacf12bfdf63a0dc3427b9b92fff3
diff --git a/tests/TestInstallation.py b/tests/TestInstallation.py index <HASH>..<HASH> 100644 --- a/tests/TestInstallation.py +++ b/tests/TestInstallation.py @@ -28,7 +28,7 @@ class VMHelper(object): def wait_for_vm_up(self): if not self.__vm_is_up: print("Waiting for {} to come up.".format(...
streamline windows + osx tests + do not ask for new project file in test
jopohl_urh
train
b2edf6fec1f7157c7dc5ac0d9f80a3f5ff670cbf
diff --git a/generators/generator-base.js b/generators/generator-base.js index <HASH>..<HASH> 100644 --- a/generators/generator-base.js +++ b/generators/generator-base.js @@ -19,6 +19,7 @@ const path = require('path'); const _ = require('lodash'); +const { kebabCase } = require('lodash'); const chalk = require('ch...
Use camelCase option name to register jhipsterOptions.
jhipster_generator-jhipster
train
1b7287e8bfe632d11f7f1197c2ab9679cd24c690
diff --git a/src/gremlin.js b/src/gremlin.js index <HASH>..<HASH> 100644 --- a/src/gremlin.js +++ b/src/gremlin.js @@ -29,7 +29,7 @@ module.exports = (function() { */ Gremlin.prototype._ = function() { var gremlin = new Gremlin(this.gRex); - gremlin.queryMain('_', arguments); + gremlin.append('_' + gr...
Remove logic for select() and _() methods from Gremlin.queryMain()
jbmusso_grex
train
11efdc688cec499515599f3224b3a526b73c291b
diff --git a/src/com/google/javascript/jscomp/newtypes/ClojurePersistentHashMap.java b/src/com/google/javascript/jscomp/newtypes/ClojurePersistentHashMap.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/newtypes/ClojurePersistentHashMap.java +++ b/src/com/google/javascript/jscomp/newtypes/Clojure...
Suppress unchecked conversions in clojure data structures ------------- Created by MOE: <URL>
google_closure-compiler
train
f9bb4656f61264cf188677fa1b33b997a919a67b
diff --git a/includes/class-freemius.php b/includes/class-freemius.php index <HASH>..<HASH> 100755 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -6044,6 +6044,8 @@ fs_redirect( $this->get_after_activation_url( 'after_delegation_url' ) ); } + $this->...
[action-links] [upgrade] [fix] Make sure that the upgrade and add-ons action links are visible in all cases.
Freemius_wordpress-sdk
train
8cc3c4a6b765fc37f72dc557c453a219346befb9
diff --git a/configuration/configuration.go b/configuration/configuration.go index <HASH>..<HASH> 100644 --- a/configuration/configuration.go +++ b/configuration/configuration.go @@ -207,6 +207,11 @@ func (gc *GlobalConfiguration) SetEffectiveConfiguration(configFile string) { entryPoint.WhitelistSourceRange = nil...
Use the first static certificate as a fallback when no default is given
containous_traefik
train
541db3495d3d9b68edc16bde51066adedf174069
diff --git a/master/buildbot/steps/source.py b/master/buildbot/steps/source.py index <HASH>..<HASH> 100644 --- a/master/buildbot/steps/source.py +++ b/master/buildbot/steps/source.py @@ -842,6 +842,23 @@ class Git(Source): self.args['repourl'] = self.computeRepositoryURL(self.repourl) self.args['revis...
Add support for fetching from "virtual branch" (take two). This is much cleaner version of previous patch, that also adds support for forced builds with "gerrit_change" property.
buildbot_buildbot
train
8bdd959d5b77e84481656622b648c525069335f6
diff --git a/hotModuleReplacement.js b/hotModuleReplacement.js index <HASH>..<HASH> 100644 --- a/hotModuleReplacement.js +++ b/hotModuleReplacement.js @@ -40,16 +40,26 @@ function updateCss(el, url) { if (!url) { url = el.href.split('?')[0]; } - + if (el.isLoaded === false && url == el.href.split('?')[0]) {...
Fix issue causing multiple instances of link tags to be inserted. If you have a large css code base which import from eachother, webpack will send a single HMR update with an entry for each of the underlying source files. Without this patch, if you are compiling all the css into a single bundle, css-hot-reloader will...
shepherdwind_css-hot-loader
train
ffe19c936847928a292ecd4bbadf96f304e66cfb
diff --git a/parsedatetime/__init__.py b/parsedatetime/__init__.py index <HASH>..<HASH> 100644 --- a/parsedatetime/__init__.py +++ b/parsedatetime/__init__.py @@ -910,6 +910,12 @@ class Calendar(object): sourceTime = sTime ctx.updateAccuracy(ctx.ACU_HALFDAY) else: ...
fix offsetting of weekdays with "from"
bear_parsedatetime
train
e4e13ba45fa891f443f075467a91fb14a0956a67
diff --git a/nomenclate/core/configurator.py b/nomenclate/core/configurator.py index <HASH>..<HASH> 100644 --- a/nomenclate/core/configurator.py +++ b/nomenclate/core/configurator.py @@ -14,8 +14,9 @@ from future.utils import iteritems import yaml import os from collections import OrderedDict -import nomenclate.core...
Added int -> list formatter for versions etc. Converted to python 2/3 friendly metaclassing. Fixed some test cases to by python2/3 compatible with iteritems etc.
AndresMWeber_Nomenclate
train
052229853799460a1e1ee6396f6633249522f77c
diff --git a/bundles/org.eclipse.orion.client.ui/web/plugins/site/selfHostingRules.js b/bundles/org.eclipse.orion.client.ui/web/plugins/site/selfHostingRules.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/plugins/site/selfHostingRules.js +++ b/bundles/org.eclipse.orion.client.ui/web/plugin...
[nobug] Add /cfapi to self hosting
eclipse_orion.client
train
df2041fcd0e8fda2376c8fe69760cc7d7bfe6a41
diff --git a/addons/storysource/src/loader/index.js b/addons/storysource/src/loader/index.js index <HASH>..<HASH> 100644 --- a/addons/storysource/src/loader/index.js +++ b/addons/storysource/src/loader/index.js @@ -1,13 +1,16 @@ import { getOptions } from 'loader-utils'; import injectDecorator from './inject-decorato...
add: noStoriesOf loader option support for custome story
storybooks_storybook
train
f3768cc288f3ac638b3f301ff11e7275ac293e37
diff --git a/test/Stagehand/TestRunner/Runner/PHPUnitRunnerTest.php b/test/Stagehand/TestRunner/Runner/PHPUnitRunnerTest.php index <HASH>..<HASH> 100644 --- a/test/Stagehand/TestRunner/Runner/PHPUnitRunnerTest.php +++ b/test/Stagehand/TestRunner/Runner/PHPUnitRunnerTest.php @@ -477,7 +477,7 @@ class Stagehand_TestRunne...
Renamed the method from assertTestCaseHasFailure() to assertTestCaseFailed().
piece_stagehand-testrunner
train
f48a0d9da5471143d45940c8a9e63c38f3f21e87
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,6 +59,7 @@ MOCK_MODULES = [ 'psutil', 'pycassa', 'pymongo', + 'rabbitmq_server', 'redis', 'rpm', 'rpmUtils',
Mocked rabbitmq_server
saltstack_salt
train
2c246a0aa7d84dfaaecf4d629e216075f3f1acce
diff --git a/discord/client.py b/discord/client.py index <HASH>..<HASH> 100644 --- a/discord/client.py +++ b/discord/client.py @@ -105,15 +105,15 @@ class Client: self.token = None self.gateway = None self.voice = None + self.session_id = None + self.sequence = 0 self.l...
Add first support for gateway redirects and reconnects.
Rapptz_discord.py
train
92e290c2172e2a570adc830a37ad1af88bf8a174
diff --git a/wakatime/stats.py b/wakatime/stats.py index <HASH>..<HASH> 100644 --- a/wakatime/stats.py +++ b/wakatime/stats.py @@ -23,7 +23,17 @@ from pygments.lexers import guess_lexer_for_filename log = logging.getLogger(__name__) +# force file name extensions to be recognized as a certain language +EXTENSIONS =...
force some file extensions to be recognizes as certain languages
wakatime_wakatime
train
f208354d2dc1a931ac2763f8bb4c9cc106998f26
diff --git a/flink-python/pyflink/fn_execution/coder_impl.py b/flink-python/pyflink/fn_execution/coder_impl.py index <HASH>..<HASH> 100644 --- a/flink-python/pyflink/fn_execution/coder_impl.py +++ b/flink-python/pyflink/fn_execution/coder_impl.py @@ -149,10 +149,10 @@ class BigIntCoderImpl(StreamCoderImpl): class Tiny...
[FLINK-<I>][python] Fix impletation bug of TinyIntCoder and CharCoder This closes #<I>.
apache_flink
train
a4dc7ba2d89539c40fed639166a399858d2271e4
diff --git a/src/sqla_filters/parser/parser.py b/src/sqla_filters/parser/parser.py index <HASH>..<HASH> 100644 --- a/src/sqla_filters/parser/parser.py +++ b/src/sqla_filters/parser/parser.py @@ -26,8 +26,9 @@ def validate_element(e_type, e_value) -> bool: class JSONFiltersParser(object): - def __init__(self, js...
Add support for multiple separator. Before relation field was to be of the following form: - <rel_attr>.<attr> You can now modify the separator '.' and choose you want. You can set this separator globally in the parser or per node.
MarcAureleCoste_sqla-filters
train
14e965d58ec32c482fcc4721f54980c0ce850eb8
diff --git a/packages_es6/ember-handlebars/lib/helpers/collection.js b/packages_es6/ember-handlebars/lib/helpers/collection.js index <HASH>..<HASH> 100644 --- a/packages_es6/ember-handlebars/lib/helpers/collection.js +++ b/packages_es6/ember-handlebars/lib/helpers/collection.js @@ -236,7 +236,9 @@ function collectionHe...
[BUGFIX beta] Ensure context is unchanged when using keywords with itemController. Prior to this change the following code would bind `this` in the template block to the itemController's content (even though the keyword form of `{{each}}` is used). This change sets the child view's `_context` property to the current ...
emberjs_ember.js
train
62e8ebff8f56b3b4fea683000802d24a02d011ff
diff --git a/pkg/model/components/etcd.go b/pkg/model/components/etcd.go index <HASH>..<HASH> 100644 --- a/pkg/model/components/etcd.go +++ b/pkg/model/components/etcd.go @@ -24,7 +24,7 @@ import ( "k8s.io/kops/upup/pkg/fi/loader" ) -const DefaultBackupImage = "kopeio/etcd-backup:3.0.20190516" +const DefaultBackup...
Bump etcd-manager to <I> Relnotes are at <URL>, to better import backups or support migration * listen-metrics-urls can now be specified and will be passed through to etcd * improved docs around internals
kubernetes_kops
train
31bd6e1c2d79b5a634dc8ba9dba7f7874e78d7da
diff --git a/kitty/fuzzers/base.py b/kitty/fuzzers/base.py index <HASH>..<HASH> 100644 --- a/kitty/fuzzers/base.py +++ b/kitty/fuzzers/base.py @@ -293,9 +293,9 @@ class BaseFuzzer(KittyObject): self.dataman.set('template_info', template_info) def _pre_test(self): + self._update_test_info() ...
update test info *before* calling target pre_test Before this fix, if the target's pre_test was not returning immediately (which may happen if it is waiting for the victim to be alive, for example) then an exception would be raised each time the web interface would query for the not-yet-existing test_info.
cisco-sas_kitty
train
c97f77e938faac22887eeec01f7fe2d426204120
diff --git a/pinky/scripts/pinky_broker.py b/pinky/scripts/pinky_broker.py index <HASH>..<HASH> 100644 --- a/pinky/scripts/pinky_broker.py +++ b/pinky/scripts/pinky_broker.py @@ -16,6 +16,8 @@ class StartOptions(BaseStartOptions): """ optParameters = [ ['port', 'p', 43435, 'The port number to listen ...
Added pid key valaue to node and broker command line tool
dr4ke616_pinky
train
f0c8b0f90a8d5395748968662dfbed31893c870a
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -17,8 +17,9 @@ module.exports = { buildFileResult : callback => pageFiles.map(file => { file.content = processContent(file.content, file.path, options.jsonInput || {}); - // correct any unknown tag...
changing how unknown tags are renamed in order to prevent accidental tampering with tags users have put in that are close to includer's tagging
internetErik_gulp-htmlincluder
train
11ab088315d169259a0b1b3b3023a9a2ac4d1b16
diff --git a/director/lib/director.rb b/director/lib/director.rb index <HASH>..<HASH> 100644 --- a/director/lib/director.rb +++ b/director/lib/director.rb @@ -15,6 +15,7 @@ require "yaml" require "bcrypt" require "blobstore_client" +require "duration" require "eventmachine" require "netaddr" require "resque" dif...
added task duration to the task logs
cloudfoundry_bosh
train
124e42976f60addd1596f45489eb8073dbac2651
diff --git a/audiomate/corpus/io/mozilla_deepspeech.py b/audiomate/corpus/io/mozilla_deepspeech.py index <HASH>..<HASH> 100644 --- a/audiomate/corpus/io/mozilla_deepspeech.py +++ b/audiomate/corpus/io/mozilla_deepspeech.py @@ -56,7 +56,7 @@ class MozillaDeepSpeechWriter(base.CorpusWriter): records = [] - ...
DeepSpeech Writer: Use set instead of list to improve performance
ynop_audiomate
train
54148cf38eeff49fda4b4eb440ff4fa11426a4c4
diff --git a/tests/test_compare_algorithms.py b/tests/test_compare_algorithms.py index <HASH>..<HASH> 100644 --- a/tests/test_compare_algorithms.py +++ b/tests/test_compare_algorithms.py @@ -614,6 +614,9 @@ class TestCompareAlgorithms(unittest.TestCase): ['Anne'], ['Elizabeth'], [...
Added a few more correctness tests for smithwaterman()
J535D165_recordlinkage
train
99b6d3fef91200d7296c2e92aff539d0b1039279
diff --git a/lib/autokey/model/phrase.py b/lib/autokey/model/phrase.py index <HASH>..<HASH> 100644 --- a/lib/autokey/model/phrase.py +++ b/lib/autokey/model/phrase.py @@ -47,7 +47,7 @@ class Phrase(AbstractAbbreviation, AbstractHotkey, AbstractWindowFilter): self.matchCase = False self.parent = None ...
Change the default sendmode for phrases Changes the default send mode for phrases from the keyboard to ctrl-V method. Per Joe's suggestion in #<I>
autokey_autokey
train
061d51fc2aaa91a7332306c67a0480a806b7457b
diff --git a/bfg9000/file_types.py b/bfg9000/file_types.py index <HASH>..<HASH> 100644 --- a/bfg9000/file_types.py +++ b/bfg9000/file_types.py @@ -52,5 +52,5 @@ class SharedLibrary(Library): yield self # Used for Windows DLL files, which aren't linked to directly. -class DllLibrary(Library): +class DllLibra...
Treat DLLs as non-libraries (so they get installed into bin/)
jimporter_bfg9000
train
e5ff3084dc7e788c430344004cf8e59670892781
diff --git a/packages/cozy-client/src/CozyClient.js b/packages/cozy-client/src/CozyClient.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/CozyClient.js +++ b/packages/cozy-client/src/CozyClient.js @@ -10,6 +10,7 @@ import StackLink from './StackLink' import { create as createAssociation, + getClass ...
feat: Association is in charge of defining query
cozy_cozy-client
train
572423c9d8590d719e1bd0c67837087ff9785dd3
diff --git a/lib/how_is/sources/github/issue_fetcher.rb b/lib/how_is/sources/github/issue_fetcher.rb index <HASH>..<HASH> 100644 --- a/lib/how_is/sources/github/issue_fetcher.rb +++ b/lib/how_is/sources/github/issue_fetcher.rb @@ -52,6 +52,7 @@ module HowIs @user, @repo = @repository.split("/", 2) ...
Fix issue with type missing from the constructor
duckinator_inq
train
10cc045fa8b8b7d1701ed165f323f6d06ac6aa44
diff --git a/transit/writer.py b/transit/writer.py index <HASH>..<HASH> 100644 --- a/transit/writer.py +++ b/transit/writer.py @@ -110,9 +110,9 @@ class Marshaler(object): def emit_boolean(self, b, as_map_key, cache): return self.emit_string(ESC, "?", b, True, cache) if as_map_key else self.emit_object(b)...
Direct BigInt/Py:long through emit_int
cognitect_transit-python
train
ae086ed40eba9bab9b8300140a005e9b8b1aedfe
diff --git a/packages/cq/src/index.js b/packages/cq/src/index.js index <HASH>..<HASH> 100644 --- a/packages/cq/src/index.js +++ b/packages/cq/src/index.js @@ -23,6 +23,10 @@ export const NodeTypes = { CALL_EXPRESSION: 'CALL_EXPRESSION' }; +const QueryResultTypes = { + SELECTION_EXPRESSION: 'SELECTION_EXPRESSION'...
started code for detecting discontinuous queries
fullstackio_cq
train
139a1582397a402bc274165415edc6d7ac09d35a
diff --git a/xchart/src/main/java/org/knowm/xchart/internal/chartpart/AxisTickLabels.java b/xchart/src/main/java/org/knowm/xchart/internal/chartpart/AxisTickLabels.java index <HASH>..<HASH> 100644 --- a/xchart/src/main/java/org/knowm/xchart/internal/chartpart/AxisTickLabels.java +++ b/xchart/src/main/java/org/knowm/xch...
Capitalization correction get/setxAxisAlignmentVertical -> get/setXAxisAlignmentVertical
knowm_XChart
train
cd897445f578beb0fbcb49d24714ef6491a5d56f
diff --git a/phonopy/phonon/animation.py b/phonopy/phonon/animation.py index <HASH>..<HASH> 100644 --- a/phonopy/phonon/animation.py +++ b/phonopy/phonon/animation.py @@ -43,13 +43,12 @@ class Animation: def __init__(self, qpoint, dynamical_matrix, - primitive, ...
Remove Atoms object input because it can be obtained from DynamicalMatrix object by get_primitive().
atztogo_phonopy
train
0c160720a9498d1a7491d0cf77792563b375fcfd
diff --git a/extension/framework/library/extension.php b/extension/framework/library/extension.php index <HASH>..<HASH> 100644 --- a/extension/framework/library/extension.php +++ b/extension/framework/library/extension.php @@ -120,12 +120,6 @@ class Extension extends Library { $this->_directory = $directory;...
other: Depricate the `Extension\Helper::search()` because it exist now in the `\Framework` update: The `Extension`'s configuration and localization property is now lazy created new: Create a helper named `\Framework::library()` that helps to link extension classes easier
spoom-php_core
train
4a90ac4774a575a8082636b6c22a4be29410f3ff
diff --git a/cloudfoundry-util/src/main/java/org/cloudfoundry/util/ExceptionUtils.java b/cloudfoundry-util/src/main/java/org/cloudfoundry/util/ExceptionUtils.java index <HASH>..<HASH> 100644 --- a/cloudfoundry-util/src/main/java/org/cloudfoundry/util/ExceptionUtils.java +++ b/cloudfoundry-util/src/main/java/org/cloudfo...
Java 8 Idiom This change updates some code to be a bit more Java 8 idiomatic.
cloudfoundry_cf-java-client
train
64f6d3c2cddf8d006a5d00e4842fd16e30ac8b04
diff --git a/mongoctl/objects/replicaset_cluster.py b/mongoctl/objects/replicaset_cluster.py index <HASH>..<HASH> 100644 --- a/mongoctl/objects/replicaset_cluster.py +++ b/mongoctl/objects/replicaset_cluster.py @@ -728,7 +728,9 @@ class ReplicaSetCluster(Cluster): } if self.repl_set_config_settings:...
rs-conf: merge configured settings with existing settings instead of override
mongolab_mongoctl
train
eaa4ba7cb60c081d51ac28e41032757cc7545fb8
diff --git a/providers/github.js b/providers/github.js index <HASH>..<HASH> 100644 --- a/providers/github.js +++ b/providers/github.js @@ -56,14 +56,11 @@ provider.authorization_done = function(opt, url, window, cb) // If there is a code, proceed to get token from github if(code) { - //Destroy the window - ...
providers/github.js: removed window.destroy call
jmjuanes_electron-auth
train
4b4d0fe9f20e13232d75ba03fb7854392835999d
diff --git a/lib/grom/base.rb b/lib/grom/base.rb index <HASH>..<HASH> 100644 --- a/lib/grom/base.rb +++ b/lib/grom/base.rb @@ -10,8 +10,7 @@ module Grom def initialize(attributes) unless attributes == {} ttl_graph = self.class.convert_to_ttl(attributes[:graph]).gsub("'", "\\\\'") - # self.in...
refactored #statements_mnapper
ukparliament_grom
train
ca0b2694256716707d02b8592c1e2f7647b64f85
diff --git a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/Settings.java b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/Settings.java index <HASH>..<HASH> 100644 --- a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/Settings.java +++ b/gremlin-server/src/main/java...
Improve javadocs for server Settings.
apache_tinkerpop
train
ca60d9f2e09e97d7e46897611499dec41c6703cd
diff --git a/kairos/redis_backend.py b/kairos/redis_backend.py index <HASH>..<HASH> 100644 --- a/kairos/redis_backend.py +++ b/kairos/redis_backend.py @@ -109,11 +109,15 @@ class RedisBackend(Timeseries): kwargs['pipeline'] = pipe own_pipe = True + ttl_batch = set() for timestamp,names in insert...
Bulk inserts into Redis batch TTL calls
agoragames_kairos
train
4961f70e5fb08dbc407865a09732b0d223566371
diff --git a/src/lib/core/config.js b/src/lib/core/config.js index <HASH>..<HASH> 100644 --- a/src/lib/core/config.js +++ b/src/lib/core/config.js @@ -294,7 +294,7 @@ Config.prototype.loadContractsConfigFile = function() { } if (newContractsConfig.deployment && 'accounts' in newContractsConfig.deployment) { ...
fix(@embark/core): don't expect `balance` on `accounts` In <URL>
embark-framework_embark
train
d67941c8d976a4528316024597e78ee4b29160de
diff --git a/src/main/java/org/codehaus/plexus/components/cipher/DefaultPlexusCipher.java b/src/main/java/org/codehaus/plexus/components/cipher/DefaultPlexusCipher.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/codehaus/plexus/components/cipher/DefaultPlexusCipher.java +++ b/src/main/java/org/codehaus/plexus/...
thanks to bentmann: replaced locale-sensitive StringOutputStream with byte [] and utf-8 encoded String
sonatype_plexus-cipher
train
8994e8c841bd7777cb2a8edf694a551eb0458e35
diff --git a/smuggler/utils.py b/smuggler/utils.py index <HASH>..<HASH> 100644 --- a/smuggler/utils.py +++ b/smuggler/utils.py @@ -39,39 +39,28 @@ def save_uploaded_file_on_disk(uploaded_file, destination_path): def serialize_to_response(app_labels=[], exclude=[], response=None, format=SMU...
Get rid of convuluted output redirection and just pass stdout/stderr to the command.execute.
semente_django-smuggler
train
f13a3114e97e3822bd33f50d0991e9a8299cd2a4
diff --git a/hack/e2e.go b/hack/e2e.go index <HASH>..<HASH> 100644 --- a/hack/e2e.go +++ b/hack/e2e.go @@ -40,6 +40,9 @@ var ( tests = flag.String("tests", "", "Run only tests in hack/e2e-suite matching this glob. Ignored if -test is set.") root = flag.String("root", absOrDie(filepath.Clean(filepath.Join(path....
Add handy -cfg and -ctl options to make it easy to run a kubecfg or kubectl command against your e2e cluster.
kubernetes_test-infra
train
f6b1f824a342602950aee0522f85d68bb7ae4810
diff --git a/src/Koldy/Session/Adapter/Db.php b/src/Koldy/Session/Adapter/Db.php index <HASH>..<HASH> 100644 --- a/src/Koldy/Session/Adapter/Db.php +++ b/src/Koldy/Session/Adapter/Db.php @@ -151,7 +151,7 @@ class Db implements SessionHandlerInterface * @throws \Koldy\Config\Exception * @throws \Koldy\Exception ...
Reverted session adapters for PHP 7+ compatibility. For PHP 8 compatibility, use branch v3
koldy_framework
train
851a82f09ff27cb93e3620e62c6b2e1bb69be8de
diff --git a/src/Deployer/Recipe/Magento2Recipe.php b/src/Deployer/Recipe/Magento2Recipe.php index <HASH>..<HASH> 100644 --- a/src/Deployer/Recipe/Magento2Recipe.php +++ b/src/Deployer/Recipe/Magento2Recipe.php @@ -21,6 +21,10 @@ class Magento2Recipe { public static function configuration() { + $appDi...
[TASK] set app_dir to empty in Magento2Recipe
netz98_n98-deployer
train
b7a6a04caa2c6d54f205fa75d33ccf198cdc8577
diff --git a/mr/awsome/common.py b/mr/awsome/common.py index <HASH>..<HASH> 100644 --- a/mr/awsome/common.py +++ b/mr/awsome/common.py @@ -79,10 +79,6 @@ def yesno(question, default=None, all=False): class StartupScriptMixin(object): - def get_config(self, overrides=None): - return self.master.main_confi...
Move get_config to BaseInstance.
ployground_ploy
train
0eb3d1abb80d3d7524f3996d18e967bc2f91a1fe
diff --git a/hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/Planner.java b/hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/Planner.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/Planner.java +++ b/hazelcast/src/main/java/com/hazelcast/jet/impl/pipeline/Pl...
Fix rebalance() nonfunctional before fused stages (#<I>) * Add reproducer for rebalance in stage which is later fused * Set the rebalance flag of fused stage
hazelcast_hazelcast
train
704a7e655dfbb2b3fb1678a5cd72f84de8fb57fd
diff --git a/matplotlib_scalebar/scalebar.py b/matplotlib_scalebar/scalebar.py index <HASH>..<HASH> 100644 --- a/matplotlib_scalebar/scalebar.py +++ b/matplotlib_scalebar/scalebar.py @@ -261,7 +261,11 @@ class ScaleBar(Artist): factor = value / newvalue index = bisect.bisect_left(self._PREFERRED_VAL...
Fix issue with getting the wrong preferred values for the scale bar.
ppinard_matplotlib-scalebar
train
d6273fdded1867aa5d525795eb20f1cd9e9b2396
diff --git a/acceptance/tests/direct_puppet/static_catalog_env_control.rb b/acceptance/tests/direct_puppet/static_catalog_env_control.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/direct_puppet/static_catalog_env_control.rb +++ b/acceptance/tests/direct_puppet/static_catalog_env_control.rb @@ -14,7 +14,7 @@ req...
(PUP-<I>) Use beaker node_name in static cat test This commit updates the acceptance `direct_puppet/static_catalog_env_control` test to use the beaker `node_name` value when referencing value for puppet catalog validation. Prior to this change, the test would fail if the `hostname` was not the same as the `node_name`...
puppetlabs_puppet
train
badfba64015454ecc97cd002bd84859212cda96a
diff --git a/src/unpoly/link.js b/src/unpoly/link.js index <HASH>..<HASH> 100644 --- a/src/unpoly/link.js +++ b/src/unpoly/link.js @@ -313,7 +313,7 @@ up.link = (function() { Setting this to `false` will disable most defaults, causing Unpoly to render a fragment without side-effects like updating history - ...
Shorter wording for [up-navigate] docs
unpoly_unpoly
train
1e9e33b02d9256f32ecd4d3e3c12b7aa246a2a4e
diff --git a/lib/API.php b/lib/API.php index <HASH>..<HASH> 100644 --- a/lib/API.php +++ b/lib/API.php @@ -68,12 +68,16 @@ class API { // Optional inline attachment if (isset($payload['inline'])) { - $inline_attachment_path = $payload['inline']; - $payload["inline"] = array( ...
Added possibility to provide inline encoded file to the API Added test cases
sendwithus_sendwithus_php
train
240986f37d770315b8fe8a0965efa099c396439a
diff --git a/lib/searchkick/query.rb b/lib/searchkick/query.rb index <HASH>..<HASH> 100644 --- a/lib/searchkick/query.rb +++ b/lib/searchkick/query.rb @@ -132,21 +132,23 @@ module Searchkick pp options puts - puts "Model Search Data" - begin - pp klass.first(3).map { |r| {inde...
Fixed debug option with multiple models - #<I> [skip ci]
ankane_searchkick
train
93d078610b2739c611a729e9811b4c4fcd005f03
diff --git a/api/service/handler.go b/api/service/handler.go index <HASH>..<HASH> 100644 --- a/api/service/handler.go +++ b/api/service/handler.go @@ -90,6 +90,11 @@ func CreateInstanceHandler(w http.ResponseWriter, r *http.Request, u *auth.User) } instance := "" if s.Bootstrap["when"] == OnNewInstance { + _, er...
Refactoring service api to fit changes in ec2 package
tsuru_tsuru
train
4a6ad53502757cc578cde3569cb9d72e73d50a7c
diff --git a/lib/smartcoin/util.rb b/lib/smartcoin/util.rb index <HASH>..<HASH> 100644 --- a/lib/smartcoin/util.rb +++ b/lib/smartcoin/util.rb @@ -8,7 +8,9 @@ module SmartCoin } def self.get_object_type(type) - OBJECT_TYPES[type] + object_type = SmartCoin::SmartCoinObject + object_type = OBJE...
BugFix: Allow to create SmartCoin Object when receive a object that is not specified in Util#get_object_type
smartcoinpayments_smartcoin-ruby
train