hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
16b4a99f0783a57f3c23250ec8258f36bb9f0648
diff --git a/test/test_base.py b/test/test_base.py index <HASH>..<HASH> 100644 --- a/test/test_base.py +++ b/test/test_base.py @@ -5,7 +5,11 @@ import unittest import sys import os import warnings -import urllib.request, urllib.parse, urllib.error + +try: + import urllib.request, urllib.parse, urllib.error +except I...
Changes to the tests to make them run cleanly under 3.x In general the changes are not large, but they did spot one potential issue with round(). Since the rounding strategy changed between 2.x and 3.x there will be different results between the two, and it is not clear to me that one is actually superior to the other...
gak_pygooglechart
train
62441b9cf8ebad8e57f29e3359c4a40d6c062b6f
diff --git a/system/Helpers/form_helper.php b/system/Helpers/form_helper.php index <HASH>..<HASH> 100644 --- a/system/Helpers/form_helper.php +++ b/system/Helpers/form_helper.php @@ -571,7 +571,6 @@ if (! function_exists('set_select')) { * Set Select * * Let's you set the selected value of a <select> ...
docs: remove out of dated comments
codeigniter4_CodeIgniter4
train
2ee44135d0bbef2be2d5591c3fc6677a39b45579
diff --git a/lib/packetgen/header/ip.rb b/lib/packetgen/header/ip.rb index <HASH>..<HASH> 100644 --- a/lib/packetgen/header/ip.rb +++ b/lib/packetgen/header/ip.rb @@ -84,7 +84,7 @@ module PacketGen define_field :length, Types::Int16, default: 20 # @!attribute id # @return [Integer] 16-bit ID - ...
Types::Fields.define_field: default options may take a lambda. This was not clearly documented. But a change occured: this lambda now takes one argument: the Fields object.
sdaubert_packetgen
train
c89850d8dc54264f54dce61871f2caf950a5f8bb
diff --git a/third_party/tvcm/tvcm/module_test_case.py b/third_party/tvcm/tvcm/module_test_case.py index <HASH>..<HASH> 100644 --- a/third_party/tvcm/tvcm/module_test_case.py +++ b/third_party/tvcm/tvcm/module_test_case.py @@ -77,7 +77,7 @@ def DiscoverTestsInModule(project, start_path): import traceback sys....
Fix newlines at end of discovery exception printing
catapult-project_catapult
train
0461e4b5c127c9b5b10f5b067ed62fc4b8d3a2b3
diff --git a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointTestBase.java b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointTestBase.java index <HASH>..<HASH> 100644 --- a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpoint...
[FLINK-<I>][tests] Shutdown cluster before collecting checkpoints
apache_flink
train
d2c2492b22d5375ad8c4330804bac79a3fbaefac
diff --git a/test/test_modules_nrpe_poller.py b/test/test_modules_nrpe_poller.py index <HASH>..<HASH> 100755 --- a/test/test_modules_nrpe_poller.py +++ b/test/test_modules_nrpe_poller.py @@ -47,6 +47,9 @@ class TestNrpePoller(ShinkenTest): # self.setup_with_file('etc/nagios_module_hack_cmd_poller_tag.cfg') ...
Fix : the test nrpe is not working on windows. maybe because how multiprocess work on windows, with re-import the current file hwne launching the sub-process. Not really important here.
Alignak-monitoring_alignak
train
f4c5df925bf050b9b884e2c7a64179cf142d8809
diff --git a/app/templates/src/main/java/package/_Application.java b/app/templates/src/main/java/package/_Application.java index <HASH>..<HASH> 100644 --- a/app/templates/src/main/java/package/_Application.java +++ b/app/templates/src/main/java/package/_Application.java @@ -51,8 +51,8 @@ public class Application { ...
Liquibase should only be configured for SQL databases
jhipster_generator-jhipster
train
877dc34d92e2a3cd1282916639144056dd8ee1e1
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ cos-php-sdk-v5 Upgrade Guide ==================== +2.1.1 to 2.1.2 +---------- +- The interface supports custom parameters +- Fix `ListBucketInventoryConfigurations` 2.1.0 to 2.1.1 ---------- ...
update to <I> (#<I>) * update to <I> * update service
tencentyun_cos-php-sdk-v5
train
c5250eaf3250a16130404b240bd2cb5e97f0a402
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -59,6 +59,7 @@ function Reporter(opts) { start: 0, // this is the overall time for everything. - all suites. end: 0, duration: 0, + time: 0, // bamboo + mocha seem to be using "time", not duration. ...
try out using a time in lieu of duration for bamboo. Everything was reporting under a second
voidberg_jasmine-bamboo-reporter
train
57ba1e9cfa17764ebabb806c0b85162679c44e15
diff --git a/includes/class-kirki-toolkit.php b/includes/class-kirki-toolkit.php index <HASH>..<HASH> 100644 --- a/includes/class-kirki-toolkit.php +++ b/includes/class-kirki-toolkit.php @@ -134,10 +134,7 @@ final class Kirki_Toolkit { * Return true if we are debugging Kirki. */ public static function kirki_deb...
simplify syntax of kirki_debug method.
aristath_kirki
train
bb50a53d8e38d67b332fa5dc1c113d46139004f1
diff --git a/NavigationReactNativeWeb/sample/twitter/Tabs.js b/NavigationReactNativeWeb/sample/twitter/Tabs.js index <HASH>..<HASH> 100644 --- a/NavigationReactNativeWeb/sample/twitter/Tabs.js +++ b/NavigationReactNativeWeb/sample/twitter/Tabs.js @@ -6,9 +6,9 @@ import Notifications from './Notifications'; export de...
Initialised tab from url Don't want to wait for the useNavigated useEffect
grahammendick_navigation
train
04fc851097b73a96b4ca3d95d51ac521ac4c495d
diff --git a/src/sap.ui.core/src/sap/ui/test/opaQunit.js b/src/sap.ui.core/src/sap/ui/test/opaQunit.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/sap/ui/test/opaQunit.js +++ b/src/sap.ui.core/src/sap/ui/test/opaQunit.js @@ -6,10 +6,23 @@ * QUnit test adapter for opa.js has the same signature as a test of Q...
[FEATURE] OPA: provide "assert" object on Opa and Opa5 (qunit <I> prep) - OPA tests can then avoid the usage of the global functions like "strictEqual", which will be removed in QUnit <I> Change-Id: I7d4c5e<I>e<I>ce<I>fbbeea6a2db<I>cd
SAP_openui5
train
92109952fdca79a59bc7e84bf9c711c7dd386328
diff --git a/vagrant_box_defaults.rb b/vagrant_box_defaults.rb index <HASH>..<HASH> 100644 --- a/vagrant_box_defaults.rb +++ b/vagrant_box_defaults.rb @@ -5,7 +5,7 @@ Vagrant.require_version ">= 2.2.0" $SERVER_BOX = "cilium/ubuntu-dev" $SERVER_VERSION= "202" $NETNEXT_SERVER_BOX= "cilium/ubuntu-next" -$NETNEXT_SERVER...
ci: Bump ubuntu-next image The bump is to include [1] which is required to properly fix #<I> ("bpf_sock: Detect when running in host netns on Kind"). [1]: <URL>
cilium_cilium
train
27cf53f24c6c3b6ec05a435d3606ebba977b6343
diff --git a/xarray/tests/test_backends.py b/xarray/tests/test_backends.py index <HASH>..<HASH> 100644 --- a/xarray/tests/test_backends.py +++ b/xarray/tests/test_backends.py @@ -1800,7 +1800,6 @@ class TestH5NetCDFData(NetCDF4Base): with self.roundtrip(expected) as actual: assert_equal(ex...
remove xfail from test_cross_engine_read_write_netcdf4 (#<I>)
pydata_xarray
train
65204dc6f48e2e29d1b406c260714c12edaf0438
diff --git a/cfg4j-core/src/test/java/org/cfg4j/source/context/propertiesprovider/JsonBasedPropertiesProviderTest.java b/cfg4j-core/src/test/java/org/cfg4j/source/context/propertiesprovider/JsonBasedPropertiesProviderTest.java index <HASH>..<HASH> 100644 --- a/cfg4j-core/src/test/java/org/cfg4j/source/context/propertie...
fix broken test: references non-existing file
cfg4j_cfg4j
train
0235ccb16a517bcaf1928081d79c29435fcfcb56
diff --git a/openquake/engine/calculators/hazard/scenario/core.py b/openquake/engine/calculators/hazard/scenario/core.py index <HASH>..<HASH> 100644 --- a/openquake/engine/calculators/hazard/scenario/core.py +++ b/openquake/engine/calculators/hazard/scenario/core.py @@ -49,9 +49,7 @@ def gmfs(job_id, seeds, sitecol, ru...
Added rupture filtering Former-commit-id: e<I>b8b<I>e4da<I>b<I>a9ca<I>db<I>d
gem_oq-engine
train
c07a243ddab305555192817012eec2fcee4df708
diff --git a/lib/adapter/command.js b/lib/adapter/command.js index <HASH>..<HASH> 100644 --- a/lib/adapter/command.js +++ b/lib/adapter/command.js @@ -50,8 +50,8 @@ Object.defineProperty(PublishSubscribe.prototype, 'onSubscribe', { Object.defineProperty(PublishSubscribe.prototype, 'onSubscribed', { get: function() ...
Update rule of pub-sub around commands * subscribe => *.subscribe * unsubscribe => *.unsubscribe * publish => *.notification
droonga_express-droonga
train
ee551165d208ca87f700ab32958a78f94abfaca6
diff --git a/lib/report.js b/lib/report.js index <HASH>..<HASH> 100644 --- a/lib/report.js +++ b/lib/report.js @@ -26,7 +26,6 @@ module.exports = function simpleReport(options) { var fileOptions = defaults({ }, options, file.jshint.opt); reporter(file.jshint.results, file.jshint.data, fileOpti...
Test for when both "emitError" and "emitErrorAtEnd" are specified
pandell_gulp-jslint-simple
train
a1a1c97d2c4823a10a6c72dfe672e346e3a95f1c
diff --git a/src/sap.ui.core/src/sap/ui/core/UIComponent.js b/src/sap.ui.core/src/sap/ui/core/UIComponent.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/sap/ui/core/UIComponent.js +++ b/src/sap.ui.core/src/sap/ui/core/UIComponent.js @@ -354,7 +354,11 @@ sap.ui.define([ }); if (vRootControl instanceof ...
[FIX] Component.createContent: Throw error for async create and missing marker interface If createContent is implemented async and the IAsyncContentCreation interface is not implemented we must reject the component creation. Change-Id: I4b9d<I>de7f<I>ea<I>ac3fd<I>b1abcc4
SAP_openui5
train
5f56c06d800d5f775f509d2e1124eb53e41fa297
diff --git a/src/Google/Service/Calendar.php b/src/Google/Service/Calendar.php index <HASH>..<HASH> 100644 --- a/src/Google/Service/Calendar.php +++ b/src/Google/Service/Calendar.php @@ -2880,19 +2880,6 @@ class Google_Service_Calendar_Event extends Google_Collection class Google_Service_Calendar_EventAttachment ext...
Updated Calendar.php This change has been generated by a script that has detected changes in the discovery doc of the API. Check <URL>
googleapis_google-api-php-client
train
761ef83e8f6e7303118c73025535d9d28dc604bc
diff --git a/src/main/java/com/simpligility/maven/plugins/android/AndroidNdk.java b/src/main/java/com/simpligility/maven/plugins/android/AndroidNdk.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/simpligility/maven/plugins/android/AndroidNdk.java +++ b/src/main/java/com/simpligility/maven/plugins/android/Andro...
#<I>: arm<I>-v8a native lib missing from final apk - added missing ABI to list of architectures
simpligility_android-maven-plugin
train
198c53bb83d659f073bf0faa515c9045c576331c
diff --git a/modules/loopmeBidAdapter.js b/modules/loopmeBidAdapter.js index <HASH>..<HASH> 100644 --- a/modules/loopmeBidAdapter.js +++ b/modules/loopmeBidAdapter.js @@ -123,6 +123,7 @@ export const spec = { dealId: responseObj.dealId, netRevenue: responseObj.netRevenue, vastUrl: respo...
LoopMe adapter: Added mediaType field into bid response (#<I>)
prebid_Prebid.js
train
8b255d814e4a3a5754162cb2b1da007e6f46bb3b
diff --git a/examples/app.py b/examples/app.py index <HASH>..<HASH> 100644 --- a/examples/app.py +++ b/examples/app.py @@ -44,7 +44,6 @@ Create a user: .. code-block:: console $ flask -a app.py users create info@invenio-software.org -a - $ flask -a app.py users activate info@invenio-software.org Upload samp...
examples: fix example application * Removes the user activation step in documentation since the user is activated during the creation process. * Fixes the check of registered usery.
inveniosoftware_invenio-search
train
2c30236019a09bd737911c99ddd1ba0ccfba9d1e
diff --git a/src/sos/targets.py b/src/sos/targets.py index <HASH>..<HASH> 100644 --- a/src/sos/targets.py +++ b/src/sos/targets.py @@ -743,10 +743,10 @@ class sos_targets(BaseTarget, Sequence, os.PathLike): return (self._targets, self._undetermined) def __setstate__(self, state) -> None: - try: +...
Fix loading of sos_targets saved previously
vatlab_SoS
train
252d85462628e48e318b9fd6a5244c4fe4e4fd42
diff --git a/presto-main/src/main/java/com/facebook/presto/type/LikeFunctions.java b/presto-main/src/main/java/com/facebook/presto/type/LikeFunctions.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/type/LikeFunctions.java +++ b/presto-main/src/main/java/com/facebook/presto/type/Like...
Fix warnings and simplify LikeFunctions
prestodb_presto
train
73cc708ad03d3e30b82847be61755424b54af33d
diff --git a/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/pool/destroyer/impl/HikariDataSourcePoolDestroyer.java b/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/pool/destroyer/impl/Hika...
hikariDataSource pool is null (#<I>)
apache_incubator-shardingsphere
train
75a745f31e2d782eb1ad168af77adbc29f736bc6
diff --git a/ella/newman/media/js/datetime.js b/ella/newman/media/js/datetime.js index <HASH>..<HASH> 100644 --- a/ella/newman/media/js/datetime.js +++ b/ella/newman/media/js/datetime.js @@ -293,9 +293,18 @@ function DateInput(input) { +MEDIA_URL +'ico/16/vcalendar.png" alt="ca...
Datetimepicker keeps its distance from page bottom. Fixes #<I>
ella_ella
train
5d48feb9674d98df05f66f60fce3ec00a500b9f9
diff --git a/spambl.py b/spambl.py index <HASH>..<HASH> 100644 --- a/spambl.py +++ b/spambl.py @@ -12,6 +12,8 @@ class UnknownCodeError(SpamBLError): class DNSBLItem(object): ''' Represents a host listed on a DNS blacklist ''' + _classification = None + def __init__(self, host, source, return_co...
Add _classification property to DNSBLItem class, with its getter
piotr-rusin_spam-lists
train
2183bce678c4648bb6c2e3561e53bc71f81f3a73
diff --git a/logan/runner.py b/logan/runner.py index <HASH>..<HASH> 100644 --- a/logan/runner.py +++ b/logan/runner.py @@ -74,7 +74,7 @@ def run_app(project=None, default_config_path=None, default_settings=None, default_config_path = '~/%s/%s.conf.py' % (project_filename, project_filename) if settings_e...
Append _CONF to default environment variable
dcramer_logan
train
4c0cff98badba1806b7463b9665b940370098a45
diff --git a/src/main/java/com/marklogic/client/alerting/RuleDefinition.java b/src/main/java/com/marklogic/client/alerting/RuleDefinition.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/marklogic/client/alerting/RuleDefinition.java +++ b/src/main/java/com/marklogic/client/alerting/RuleDefinition.java @@ -262,1...
fix #<I>--intermingled writers were not flushing and therefore behaving inconsitently on different streams in eclipse vs maven
marklogic_java-client-api
train
4612a3db885b71e7215a7d86aa4950b3d3b75576
diff --git a/core-bundle/src/Resources/contao/modules/ModuleArticle.php b/core-bundle/src/Resources/contao/modules/ModuleArticle.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/modules/ModuleArticle.php +++ b/core-bundle/src/Resources/contao/modules/ModuleArticle.php @@ -161,17 +161,8 @@ class Mo...
[Core] Fix the back link in the "single article" view (see #<I>)
contao_contao
train
9911f886eaa10c238154b02668ebdddca2bc31fe
diff --git a/engine/watcher.go b/engine/watcher.go index <HASH>..<HASH> 100644 --- a/engine/watcher.go +++ b/engine/watcher.go @@ -113,10 +113,10 @@ func (self *JobWatcher) AddJobWatch(watch *job.JobWatch) bool { if len(sched) > 0 { self.scheduler.FinalizeSchedule(&sched, self.machines, self.registry) - log.Pri...
fix(engine): clean up logging
coreos_fleet
train
3c2664d18b46a010380caa822002d6e6cba9c1f8
diff --git a/src/Model/Zone/ZoneDraft.php b/src/Model/Zone/ZoneDraft.php index <HASH>..<HASH> 100644 --- a/src/Model/Zone/ZoneDraft.php +++ b/src/Model/Zone/ZoneDraft.php @@ -5,6 +5,7 @@ namespace Sphere\Core\Model\Zone; +use Sphere\Core\Model\Common\Context; use Sphere\Core\Model\Common\JsonObject; use Sphere\C...
add context to ZoneDraft constructor
commercetools_commercetools-php-sdk
train
1cb31093ddf37ca509bc02a2ed0f246a2a42f7f4
diff --git a/go/client/ui.go b/go/client/ui.go index <HASH>..<HASH> 100644 --- a/go/client/ui.go +++ b/go/client/ui.go @@ -483,8 +483,8 @@ func NewLoginUI(t libkb.TerminalUI, noPrompt bool) LoginUI { } func (l LoginUI) GetEmailOrUsername(_ context.Context, _ int) (string, error) { - return PromptWithChecker(PromptD...
Change GetEmailOrUsername prompt to just username This is temporary, but for now, only allowing login via username. The Checker changed to just username as well. No protocol changes. CORE-<I> addresses fixing this so that login via email address works again.
keybase_client
train
c47cca20587cda74ee0df79c4229a17bc59d300c
diff --git a/jax/numpy/lax_numpy.py b/jax/numpy/lax_numpy.py index <HASH>..<HASH> 100644 --- a/jax/numpy/lax_numpy.py +++ b/jax/numpy/lax_numpy.py @@ -969,10 +969,9 @@ def mean(a, axis=None, dtype=None, out=None, keepdims=False): else: dtype = _dtype(a) - td = true_divide( + return lax.div( sum(a...
Perform division in `mean` using the target dtype, rather than performing a `true_divide` and then casting back to the correct type.
tensorflow_probability
train
f99df6ae9432c419e48e65002fd6cbde1e4236c2
diff --git a/save.go b/save.go index <HASH>..<HASH> 100644 --- a/save.go +++ b/save.go @@ -96,8 +96,19 @@ func (n *node) save(tx *bolt.Tx, info *modelInfo, id []byte, raw []byte, data in return err } - old := idx.Get(id) - if bytes.Compare(value, old) == 0 { + var found bool + idsSaved, err := idx.All(valu...
Not updating index if the value did not change
asdine_storm
train
c5fa6a94ee4a35dd5d624a1c16522ffc91a1542b
diff --git a/spec/acceptance/relaton_fetch_spec.rb b/spec/acceptance/relaton_fetch_spec.rb index <HASH>..<HASH> 100644 --- a/spec/acceptance/relaton_fetch_spec.rb +++ b/spec/acceptance/relaton_fetch_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'open3' RSpec.describe "Relaton Fetch" do @@ -13,29 ...
#<I> Fix hound issues
metanorma_relaton-cli
train
c9b3bb74476961de87a21dc80514d4b5cc856a07
diff --git a/container/src/main/java/org/wildfly/swarm/container/runtime/RuntimeServer.java b/container/src/main/java/org/wildfly/swarm/container/runtime/RuntimeServer.java index <HASH>..<HASH> 100644 --- a/container/src/main/java/org/wildfly/swarm/container/runtime/RuntimeServer.java +++ b/container/src/main/java/org/...
Added shutdown hook to RuntimeServer
thorntail_thorntail
train
749e6c1f4dd002dacca3814f5545c6b32a4d6115
diff --git a/tasks/gae.js b/tasks/gae.js index <HASH>..<HASH> 100644 --- a/tasks/gae.js +++ b/tasks/gae.js @@ -116,7 +116,11 @@ module.exports = function (grunt) { childProcess.on('exit', function (code) { if (options.stdout) { if (code === 0 && async) { - grunt...
Improve async/asyncOutput messages With regards to advising the user how to debug the asynchronous run action, clarifies the flags available, and with asyncOutput enabled, states that output will follow.
maciejzasada_grunt-gae
train
8796bc50373a60eb44ed33db1229401864bbac97
diff --git a/packages/jss-plugin-vendor-prefixer/src/index.js b/packages/jss-plugin-vendor-prefixer/src/index.js index <HASH>..<HASH> 100644 --- a/packages/jss-plugin-vendor-prefixer/src/index.js +++ b/packages/jss-plugin-vendor-prefixer/src/index.js @@ -1,13 +1,13 @@ +// @flow import * as vendor from 'css-vendor' -im...
Added typings to vendor prefixer plugin (#<I>)
cssinjs_jss
train
62c84228b86c33a58f1e889ec29d53e82dd0d06c
diff --git a/History.txt b/History.txt index <HASH>..<HASH> 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,13 @@ +=== (In Git) + +* Enhancements: + * ExtensionTask now support config_includes to load additional directories. + [jfinkhaeuser] + + Rake::ExtensionTask.new("myext", GEM_SPEC) do |ext| + ex...
Add the possibility to pass include flags to ruby in an ExtensionTask.
rake-compiler_rake-compiler
train
aea6979c21941b10d7e136abdb413a63e0da31fa
diff --git a/lib/hammer_cli_katello/filter_rule.rb b/lib/hammer_cli_katello/filter_rule.rb index <HASH>..<HASH> 100644 --- a/lib/hammer_cli_katello/filter_rule.rb +++ b/lib/hammer_cli_katello/filter_rule.rb @@ -15,6 +15,7 @@ module HammerCLIKatello field :version, _("Version") field :min_version, _("M...
fixes #<I> - cv filter rule list/info should include arch Support was added to content view package filter rules to allow setting of architecture. This change is to let the user see the value set.
Katello_hammer-cli-katello
train
0d86e461239d83c6b1117ddc11ea26d87e6bc571
diff --git a/src/TaggableTrait.php b/src/TaggableTrait.php index <HASH>..<HASH> 100644 --- a/src/TaggableTrait.php +++ b/src/TaggableTrait.php @@ -213,7 +213,7 @@ trait TaggableTrait $tag->save(); } - if (! $this->tags->contains($tag->id)) { + if (! $this->tags()->get()->contains($...
fix: Issue when calling untag multiple times to remove the same tag.
cartalyst_tags
train
067d821c6ac66fcc28b55a92fa7bc03c30c5de4a
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 2011-05-17 TADA Tadashi <t@tdtds.jp> - * added Plugin::enable_js method for inserting javascripts. + * added Plugin#enable_js and Plugin#add_js_setting method for inserting javascripts. * added $tDiary and...
added Plugin::add_js_setting method for inserting javascripts.
tdiary_tdiary-core
train
3ee861aa628653a8e0cfa9350ff54b5ea4263dc3
diff --git a/lib/chewy/search/response.rb b/lib/chewy/search/response.rb index <HASH>..<HASH> 100644 --- a/lib/chewy/search/response.rb +++ b/lib/chewy/search/response.rb @@ -9,11 +9,23 @@ module Chewy end def hits - @hits ||= @body.fetch('hits', {}).fetch('hits', []) + @hits ||= hits_root...
Add took, timed_out? and max_score response methods
toptal_chewy
train
7947cb460243bd454327fa8192f8177d15c22901
diff --git a/lib/filemaker/railtie.rb b/lib/filemaker/railtie.rb index <HASH>..<HASH> 100644 --- a/lib/filemaker/railtie.rb +++ b/lib/filemaker/railtie.rb @@ -7,9 +7,9 @@ module Rails config_file = Rails.root.join('config', 'filemaker.yml') if config_file.file? - Filemaker.load!(config_file...
Fix railtie and re-release
mech_filemaker-ruby
train
a4f6e15a6ce72b75a25752329412691ceacfb06a
diff --git a/src/Parser.php b/src/Parser.php index <HASH>..<HASH> 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -12,10 +12,17 @@ class Parser extends Main * @param array|string $headers An array with all of the headers or a string with just the User-Agent header */ - public function __constr...
Allow Parser to be created without arguments and call analyse manually
WhichBrowser_Parser-PHP
train
0f215f6ac2ce516f59c32dff5a5bd0983b16d451
diff --git a/src/eventDispatchers/mouseToolEventDispatcher.test.js b/src/eventDispatchers/mouseToolEventDispatcher.test.js index <HASH>..<HASH> 100644 --- a/src/eventDispatchers/mouseToolEventDispatcher.test.js +++ b/src/eventDispatchers/mouseToolEventDispatcher.test.js @@ -43,7 +43,8 @@ describe('mouseToolEventDispatc...
fixed another test broken by adding the keyboard interface
cornerstonejs_cornerstoneTools
train
0a3f449f9e034c76ba3048a07c6cb7c2aebb509b
diff --git a/extensions/mentions/src/ConfigureMentions.php b/extensions/mentions/src/ConfigureMentions.php index <HASH>..<HASH> 100644 --- a/extensions/mentions/src/ConfigureMentions.php +++ b/extensions/mentions/src/ConfigureMentions.php @@ -125,10 +125,13 @@ class ConfigureMentions { $post = CommentPost...
fix: post mentions with deleted author not rendering (#<I>)
flarum_core
train
957037fc433f06472152dd61876c79be57370c8e
diff --git a/src/Search/Processors/SearchUpdateQueuedJobProcessor.php b/src/Search/Processors/SearchUpdateQueuedJobProcessor.php index <HASH>..<HASH> 100644 --- a/src/Search/Processors/SearchUpdateQueuedJobProcessor.php +++ b/src/Search/Processors/SearchUpdateQueuedJobProcessor.php @@ -40,7 +40,7 @@ class SearchUpdateQ...
FIX: SearchUpdateQueuedJobProcessor JobType NULL getJobType method returns null as querying a string rather than a namespaced class.
silverstripe_silverstripe-fulltextsearch
train
aeb37f7f302568416d3586f80310e6884f7fe1ba
diff --git a/tests/test_containers.py b/tests/test_containers.py index <HASH>..<HASH> 100644 --- a/tests/test_containers.py +++ b/tests/test_containers.py @@ -275,13 +275,25 @@ class TestApiInterfaceBase(object): assert actual.status == status def test_dispatch__with_middleware(self): + calls = [...
Added tests for pre and post request middleware calls
python-odin_odinweb
train
c738c133c7f02d26a3c9149bb790ed86928fdf54
diff --git a/lib/Sabre/DAV/XMLUtil.php b/lib/Sabre/DAV/XMLUtil.php index <HASH>..<HASH> 100644 --- a/lib/Sabre/DAV/XMLUtil.php +++ b/lib/Sabre/DAV/XMLUtil.php @@ -119,7 +119,7 @@ class Sabre_DAV_XMLUtil { */ static function parseProperties(DOMElement $parentNode, array $propertyMap = array()) { - $p...
Fixes Issue <I>
sabre-io_dav
train
82d92de530ef99c4e2ba6f48528d9c74eefd5b6c
diff --git a/tests/design/test_floc.py b/tests/design/test_floc.py index <HASH>..<HASH> 100644 --- a/tests/design/test_floc.py +++ b/tests/design/test_floc.py @@ -6,5 +6,11 @@ from aguaclara.core.units import unit_registry as u def test_all_functions(): floc = Flocculator(q=(20 * (u.L/u.s)), temp=(25 * u.degC))...
Write tests for all floc functions with specified examples
AguaClara_aguaclara
train
835e26510d31cdce85f160b18c4ec9ebe65e0541
diff --git a/test/e2e/es_cluster_logging.go b/test/e2e/es_cluster_logging.go index <HASH>..<HASH> 100644 --- a/test/e2e/es_cluster_logging.go +++ b/test/e2e/es_cluster_logging.go @@ -71,7 +71,7 @@ func ClusterLevelLoggingWithElasticsearch(c *client.Client) { // Make a few attempts to connect. This makes the test robu...
Increase timeout for Elasticsearch service
kubernetes_kubernetes
train
4c0c821b7462580c6edc0ab7e8281705e2b3630b
diff --git a/graphene_django/forms/converter.py b/graphene_django/forms/converter.py index <HASH>..<HASH> 100644 --- a/graphene_django/forms/converter.py +++ b/graphene_django/forms/converter.py @@ -63,6 +63,11 @@ def convert_form_field_to_list(field): return List(ID, required=field.required) +@convert_form_fi...
Register MultipleChoiceField as list type (#<I>) In general I welcome reviews even from non-maintainers to build confidence. I haven't seen any objections and this has sat with approval for a week so I am going to go ahead and merge.
graphql-python_graphene-django
train
ec160f0d59960a2c881242ab3930c5cb71f8c349
diff --git a/patroni/ctl.py b/patroni/ctl.py index <HASH>..<HASH> 100644 --- a/patroni/ctl.py +++ b/patroni/ctl.py @@ -127,7 +127,7 @@ def post_patroni(member, endpoint, content, headers=None): headers['Content-Type'] = 'application/json' return requests.post('{0}://{1}/{2}'.format(url.scheme, url.netloc,...
Do not send 2 quotes for the empty request, instead, send None.
zalando_patroni
train
38c94797744fbcae738b91bbb08aff2e238e399a
diff --git a/topdown/tokens_test.go b/topdown/tokens_test.go index <HASH>..<HASH> 100644 --- a/topdown/tokens_test.go +++ b/topdown/tokens_test.go @@ -519,7 +519,7 @@ func TestTopDownJWTEncodeSignES256(t *testing.T) { return } store := inmem.New() - path := []string{"p"} + path := []string{"generated", "p"} va...
topdown: Refactor test fixture 'package' directives Previously the test rules were all rooted directly under data. While this works, it's not standard and prevented the test modules from being serialized correctly.
open-policy-agent_opa
train
a5b157a8264261cbfcdbb4f72717322f85825cc4
diff --git a/src/service.js b/src/service.js index <HASH>..<HASH> 100644 --- a/src/service.js +++ b/src/service.js @@ -56,7 +56,7 @@ const repeatDoubleStar = fp.map(fp.replace(/(\w*).\*\*/, '$1.$1.**')); const filterSelect = function(params) { // select by * and field.* - if (params.query && params.query.$select...
Temporary fix for populate parent.**, by mutating the hook.params
MostlyJS_mostly-feathers-mongoose
train
600ecca4252c923723c93aaf808e11973fba5a48
diff --git a/reformulation-core/src/main/java/it/unibz/inf/ontop/owlrefplatform/injection/QuestCoreConfiguration.java b/reformulation-core/src/main/java/it/unibz/inf/ontop/owlrefplatform/injection/QuestCoreConfiguration.java index <HASH>..<HASH> 100644 --- a/reformulation-core/src/main/java/it/unibz/inf/ontop/owlrefpla...
CardinalityPreservationMode enum added.
ontop_ontop
train
da6fcb06b508430f8466ed0c6c90ce7ed0912842
diff --git a/client/boot/common.js b/client/boot/common.js index <HASH>..<HASH> 100644 --- a/client/boot/common.js +++ b/client/boot/common.js @@ -88,6 +88,15 @@ const loggedOutMiddleware = currentUser => { ); page( '*', ( context, next ) => { + if ( '/' === context.pathname && config.isEnabled( 'devdocs/redirec...
Framework: Fix logged out redirect for homepage
Automattic_wp-calypso
train
f8506bc1aea028bd050c194e6819411a2069ea59
diff --git a/packages/render/src/primitives/renderImage.js b/packages/render/src/primitives/renderImage.js index <HASH>..<HASH> 100644 --- a/packages/render/src/primitives/renderImage.js +++ b/packages/render/src/primitives/renderImage.js @@ -11,7 +11,7 @@ const drawImage = ctx => node => { const objectFit = node.st...
fix: paddingTop in image component (#<I>)
diegomura_react-pdf
train
43d0c4c59c5576e69b5ac397d8f7a6b7d7ef0d2c
diff --git a/queue.go b/queue.go index <HASH>..<HASH> 100644 --- a/queue.go +++ b/queue.go @@ -46,15 +46,27 @@ func (q *Queue) Dequeue() interface{} { } func (q *Queue) Size() int { - q.Lock() + q.RLock() queueSize := len(q.container) - q.Unlock() + q.RUnlock() return queueSize } +func (q *Queue) Head(...
Added a Head method to Queue
oleiade_lane
train
4f5aa92ee932496315437d15474e42322539490e
diff --git a/lib/katello/plugin.rb b/lib/katello/plugin.rb index <HASH>..<HASH> 100644 --- a/lib/katello/plugin.rb +++ b/lib/katello/plugin.rb @@ -237,4 +237,10 @@ Foreman::Plugin.register :katello do .includes(:content_view, :lifecycle_environment, :subscription_facet, :applicable_errata) .includes(conte...
Fixes #<I> - Eliminate N<I> in hosts API
Katello_katello
train
2199d470fe484db69e2b877ae7e908399638291a
diff --git a/src/DependencyInjection/GosWebSocketExtension.php b/src/DependencyInjection/GosWebSocketExtension.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/GosWebSocketExtension.php +++ b/src/DependencyInjection/GosWebSocketExtension.php @@ -2,7 +2,7 @@ namespace Gos\Bundle\WebSocketBundle\Dependenc...
Alias to the right interface for the storage driver
GeniusesOfSymfony_WebSocketBundle
train
5c28a2debcd8386aab62b48d0b087ed7dac84d8d
diff --git a/lib/appium_lib/common/version.rb b/lib/appium_lib/common/version.rb index <HASH>..<HASH> 100644 --- a/lib/appium_lib/common/version.rb +++ b/lib/appium_lib/common/version.rb @@ -1,6 +1,6 @@ # encoding: utf-8 module Appium # Version and Date are defined on the 'Appium' module, not 'Appium::Common' - V...
Next release will be <I>
appium_ruby_lib
train
53c66b73c6d565e1b02ebad9e3c4a081147dcc78
diff --git a/lib/swissmatch/community.rb b/lib/swissmatch/community.rb index <HASH>..<HASH> 100644 --- a/lib/swissmatch/community.rb +++ b/lib/swissmatch/community.rb @@ -44,12 +44,20 @@ module SwissMatch alias to_s name - def to_hash + def to_hash(retain_references=false) + if retain_references the...
Changed how SwissMatch::Community#to_hash works, it now will emit a "flat" datastructure per default, allowing to retain referenced objects optionally (just as SwissMatch::ZipCode#to_hash since ec0dcd1ca<I>a<I>b4f<I>f1cc0c<I>df<I>).
apeiros_swissmatch-location
train
c342d58446defad94f26c067b19003c9941f2470
diff --git a/activerecord/lib/active_record/attribute_methods/dirty.rb b/activerecord/lib/active_record/attribute_methods/dirty.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/attribute_methods/dirty.rb +++ b/activerecord/lib/active_record/attribute_methods/dirty.rb @@ -34,7 +34,7 @@ module ActiveRe...
activerecord: Remove a redundant mutation tracker The extra mutation tracker was needed in Rails <I> to preserve the old behaviour of `changes`, but now there is no difference between `changes` and `changes_to_save`, so `@mutation_tracker` can be removed.
rails_rails
train
4438f839c5783fced41c5093a3a0502f30f0d41b
diff --git a/provider/local/config.go b/provider/local/config.go index <HASH>..<HASH> 100644 --- a/provider/local/config.go +++ b/provider/local/config.go @@ -53,14 +53,10 @@ type environConfig struct { } func newEnvironConfig(config *config.Config, attrs map[string]interface{}) *environConfig { - environConfig := ...
Moved setting of defaults to Validate.
juju_juju
train
4b6e9d7884494f3e23e1521eef386a7a078a5bfb
diff --git a/js/bam/bamTrack.js b/js/bam/bamTrack.js index <HASH>..<HASH> 100644 --- a/js/bam/bamTrack.js +++ b/js/bam/bamTrack.js @@ -175,7 +175,7 @@ var igv = (function (igv) { // sort by @ center line //menuItems.push(sortMenuItem()); - colorByMenuItems.push({key: 'none', label: 'track col...
Allow un-checking alignment track coloring options
igvteam_igv.js
train
89dd27aebef6d290d3a991b1aec66cd0f69a7f16
diff --git a/src/render-attribute/each.js b/src/render-attribute/each.js index <HASH>..<HASH> 100644 --- a/src/render-attribute/each.js +++ b/src/render-attribute/each.js @@ -44,6 +44,26 @@ export default function (binder) { if (length === data.length) { add = true; } + + /* + check if select ele...
added re-render for selects
vokeio_oxe
train
c2fc4969eacf23c1d92655fc19eca537c17b8d11
diff --git a/lib/cucumber_analytics.rb b/lib/cucumber_analytics.rb index <HASH>..<HASH> 100644 --- a/lib/cucumber_analytics.rb +++ b/lib/cucumber_analytics.rb @@ -1,4 +1,5 @@ require 'gherkin/formatter/json_formatter' +require 'gherkin' require 'cucumber_analytics/version' require 'cucumber_analytics/logging' diff...
Refactoring Cleaned up some require statements.
enkessler_cucumber_analytics
train
cf33e44694742ffd77d89e7ad8f22fb8c5328378
diff --git a/examples/char-counter/char-counter.js b/examples/char-counter/char-counter.js index <HASH>..<HASH> 100644 --- a/examples/char-counter/char-counter.js +++ b/examples/char-counter/char-counter.js @@ -23,14 +23,17 @@ export async function run() { for (let line of text.split('\n')) ...
style changes to char-counter to improve readability by breaking apart sections
dvlsg_async-csp
train
7655015ede352ec861df450bf0a64d4049e1bd24
diff --git a/phpstan.neon.dist b/phpstan.neon.dist index <HASH>..<HASH> 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,7 +1,7 @@ parameters: paths: - src - level: 4 + level: 5 excludes_analyse: - %currentWorkingDirectory%/src/Lit/Voltage/_example - %currentWorkingDirectory%/src/Lit...
💚 upgrade phpstan level 5
litphp_litphp
train
977e88dba9f7e3d42a87a8ca9240873d7e6d373f
diff --git a/local_settings/types.py b/local_settings/types.py index <HASH>..<HASH> 100644 --- a/local_settings/types.py +++ b/local_settings/types.py @@ -39,17 +39,21 @@ class LocalSetting(object): @property def has_default(self): - return self.default is not NO_DEFAULT + return self._get_def...
Don't raise NoDefaultError from LocalSetting.has_default That should only be raised if someone attempts to *use* the default.
PSU-OIT-ARC_django-local-settings
train
f75a0781c7ebeb4d3ac368ae155a0cbdbe39ad92
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -34,7 +34,8 @@ function colorize(color = 0) { export default function createLogger(options = {}) { const { minSlots = 3, - getLevel = GET_LEVEL + getLevel = GET_LEVEL, + width = 80 } = ...
Break lines in log message depending on available space
PabloSichert_concurrency-logger
train
06650c6cb52f5f00580deb2e417dfb9d4b685191
diff --git a/salt/modules/pkg_resource.py b/salt/modules/pkg_resource.py index <HASH>..<HASH> 100644 --- a/salt/modules/pkg_resource.py +++ b/salt/modules/pkg_resource.py @@ -10,6 +10,7 @@ import pprint import re import sys import yaml +import collections # needed by _parse_pkginfo -- there might be a better way to ...
Bugfix for interacting with yum -- bug seen on CentOS <I>, with Python <I> using pkg.installed.sources.
saltstack_salt
train
41432d7e372e4d94fe0be9f36a1c35d48fd38846
diff --git a/spec/live_spec.rb b/spec/live_spec.rb index <HASH>..<HASH> 100644 --- a/spec/live_spec.rb +++ b/spec/live_spec.rb @@ -43,7 +43,7 @@ describe OneSky, :live => true do locales.should be_an_instance_of Array locales.should_not be_empty en_us = locales.detect{|l| l["locale"] == english_loc...
fix failed spec due to system updated
onesky_one_sky-ruby
train
92d16e4f56fbeaf06966afd9024ed4b58ba98ecb
diff --git a/packages/react-base16-styling/README.md b/packages/react-base16-styling/README.md index <HASH>..<HASH> 100644 --- a/packages/react-base16-styling/README.md +++ b/packages/react-base16-styling/README.md @@ -82,10 +82,18 @@ function(themeOrStyling, base16Themes) Helper method that returns `base16` theme o...
feat(react-base<I>-styling)!: add invertTheme helper (#<I>) BREAKING CHANGE: rename previous invertTheme to invertBase<I>Theme
reduxjs_redux-devtools
train
b322df774f5be3103b2d00efb546687d076a3ea9
diff --git a/greenhouse/poller.py b/greenhouse/poller.py index <HASH>..<HASH> 100644 --- a/greenhouse/poller.py +++ b/greenhouse/poller.py @@ -14,7 +14,7 @@ class Poll(object): OUTMASK = getattr(select, 'POLLOUT', None) ERRMASK = getattr(select, 'POLLERR', None) - _POLLER = getattr(select, "poll") + _...
provide defaults for platforms that don't have epoll or poll
teepark_greenhouse
train
a7d485f1be4feac16eb67b7408f40923fd03e8ac
diff --git a/src/actions/file-search.js b/src/actions/file-search.js index <HASH>..<HASH> 100644 --- a/src/actions/file-search.js +++ b/src/actions/file-search.js @@ -12,6 +12,7 @@ import { removeOverlay, searchSourceForHighlight } from "../utils/editor"; +import { isWasm, renderWasmText } from "../utils/wasm"; ...
handle search for wasm files (#<I>)
firefox-devtools_debugger
train
f8b1ae357eee07d1dddd636177f7b7fbeb74dae6
diff --git a/TYPO3.Flow/Classes/MVC/Controller/AbstractController.php b/TYPO3.Flow/Classes/MVC/Controller/AbstractController.php index <HASH>..<HASH> 100755 --- a/TYPO3.Flow/Classes/MVC/Controller/AbstractController.php +++ b/TYPO3.Flow/Classes/MVC/Controller/AbstractController.php @@ -187,7 +187,7 @@ abstract class Ab...
FLOW3: * Added isNewObject() to Persistence\BackendInterface * fixed implementation of forward() in AbstractController TYPO3CR: * Implemented isNewObject in Persistence\Backend Original-Commit-Hash: e<I>ffda<I>c8a<I>abeb<I>cc1a5ec<I>b<I>ea
neos_flow-development-collection
train
c58dcc1f35158704bb9a7c87eee378e7ff2ec262
diff --git a/Net/OpenID/CryptUtil.php b/Net/OpenID/CryptUtil.php index <HASH>..<HASH> 100644 --- a/Net/OpenID/CryptUtil.php +++ b/Net/OpenID/CryptUtil.php @@ -51,7 +51,7 @@ class Net_OpenID_CryptUtil { { $bytes = ''; $f = @fopen("/dev/urandom", "r"); - if ($f === false) { + if ($f =...
[project @ Add test for overflow for dumb math library]
openid_php-openid
train
c751695457c03cfc679ccf9c53aae2135b07898a
diff --git a/src/Syscover/Pulsar/Controllers/FroalaController.php b/src/Syscover/Pulsar/Controllers/FroalaController.php index <HASH>..<HASH> 100755 --- a/src/Syscover/Pulsar/Controllers/FroalaController.php +++ b/src/Syscover/Pulsar/Controllers/FroalaController.php @@ -26,22 +26,26 @@ class FroalaController extends Co...
rename file and slug
syscover_pulsar
train
b7dfc71c46c9faba29e54187ae484c9f6052e872
diff --git a/prettyprinter/extras/numpy.py b/prettyprinter/extras/numpy.py index <HASH>..<HASH> 100644 --- a/prettyprinter/extras/numpy.py +++ b/prettyprinter/extras/numpy.py @@ -1,5 +1,6 @@ import ast from distutils.version import LooseVersion +from math import ceil from ..prettyprinter import ( register_pre...
Truncate numpy arrays with ndim >= 2 so that the total printed does not exceed max_seq_len
tommikaikkonen_prettyprinter
train
1aa53739303a378359635a7b0c57c3d12e5ab6c1
diff --git a/spyder/plugins/editor/lsp/providers/document.py b/spyder/plugins/editor/lsp/providers/document.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/editor/lsp/providers/document.py +++ b/spyder/plugins/editor/lsp/providers/document.py @@ -246,6 +246,8 @@ class DocumentProvider: params[ClientCon...
Prevent closing file on LSP server if there are more editors open with the same file
spyder-ide_spyder
train
c1d51dbef3d50d7920d25c4f83427abdfefdf231
diff --git a/lib/fog/google/models/compute/server.rb b/lib/fog/google/models/compute/server.rb index <HASH>..<HASH> 100644 --- a/lib/fog/google/models/compute/server.rb +++ b/lib/fog/google/models/compute/server.rb @@ -34,6 +34,7 @@ module Fog def ready? data = service.get_server(self.name, self.z...
zone_names are urls, but I need to write them as just the name.
fog_fog
train
3c6fa971f6de7819e8804dfc6ec9b0dc9deaa9aa
diff --git a/lib/watir-webdriver/locators/element_locator.rb b/lib/watir-webdriver/locators/element_locator.rb index <HASH>..<HASH> 100644 --- a/lib/watir-webdriver/locators/element_locator.rb +++ b/lib/watir-webdriver/locators/element_locator.rb @@ -329,6 +329,10 @@ module Watir return false end + ...
prevent css locators for inputs with type
watir_watir
train
5c3df0bc6e64dc0181689c86ca549cba676fb309
diff --git a/converters/src/main/java/com/google/code/rocoto/converters/BitSetConverter.java b/converters/src/main/java/com/google/code/rocoto/converters/BitSetConverter.java index <HASH>..<HASH> 100644 --- a/converters/src/main/java/com/google/code/rocoto/converters/BitSetConverter.java +++ b/converters/src/main/java/...
managed BitSet exceptions added BitSet test case
99soft_rocoto
train
50f2227dffcf85e2ddd04f01eed61afa63d3cf87
diff --git a/lib/slanger/api_server.rb b/lib/slanger/api_server.rb index <HASH>..<HASH> 100644 --- a/lib/slanger/api_server.rb +++ b/lib/slanger/api_server.rb @@ -9,7 +9,7 @@ require 'fiber' require 'rack/fiber_pool' module Slanger - class APIServer < Sinatra::Base + class ApiServer < Sinatra::Base use Rack:...
fix issue where a new redis connection was made for each api request
stevegraham_slanger
train
5ac71baafed01bd7fa65eea7b101260134b8b6ae
diff --git a/telebot/apihelper.py b/telebot/apihelper.py index <HASH>..<HASH> 100644 --- a/telebot/apihelper.py +++ b/telebot/apihelper.py @@ -9,6 +9,7 @@ except ImportError: import requests from requests.exceptions import HTTPError, ConnectionError, Timeout +from requests.adapters import HTTPAdapter try: #...
RETRY_ENGINE Added RETRY_ENGINE var to api_helper. Added RETRY_ENGINE = 2 based on native "requests" retry mechanism.
eternnoir_pyTelegramBotAPI
train
5ba422e09c94d05ea6dab1f278954923e0602be6
diff --git a/idx/memory/tag_query.go b/idx/memory/tag_query.go index <HASH>..<HASH> 100644 --- a/idx/memory/tag_query.go +++ b/idx/memory/tag_query.go @@ -42,29 +42,28 @@ type TagQuery struct { // returns expression, // in case of error the operator will be PARSING_ERROR func parseExpression(expr string) expression ...
fix allowed characters in expression and make parsing more efficient
grafana_metrictank
train
3e2018904b1dce10fde5b4d177a2d04eb0a07d07
diff --git a/test/test-formatter.js b/test/test-formatter.js index <HASH>..<HASH> 100644 --- a/test/test-formatter.js +++ b/test/test-formatter.js @@ -38,7 +38,7 @@ describe('formatter', function() { expect(f('a')).to.throwError(fn); expect(f(true)).to.throwError(fn); expect(f(null)).to.throwError(...
changed from undefined to void 0
sasaplus1_ltsv.js
train
720c5774e9a9cd510320a142848832f7cd314da7
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -1726,38 +1726,53 @@ func (srv *Server) ContainerDestroy(job *engine.Job) engine.Status { if container.State.IsRunning() { return job.Errorf("Impossible to remove a running container, please stop it first") } - ...
Fix comparing binds and volume ids from other containers Currently comparing volume ids for binds and other containers are broken Fixes #<I> Fixes #<I> Docker-DCO-<I>-
containers_storage
train
0d22b29a5bd529486b5eb81498c88192c09c0d7a
diff --git a/hazelcast/src/main/java/com/hazelcast/config/XmlConfigBuilder.java b/hazelcast/src/main/java/com/hazelcast/config/XmlConfigBuilder.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/config/XmlConfigBuilder.java +++ b/hazelcast/src/main/java/com/hazelcast/config/XmlConfigBuilder.ja...
Look for invokable method when configuring by reflection.
hazelcast_hazelcast
train
1c69c8238fe3febb2a2b0c96e8d7b4466bb16c3a
diff --git a/commands/command_checkout.go b/commands/command_checkout.go index <HASH>..<HASH> 100644 --- a/commands/command_checkout.go +++ b/commands/command_checkout.go @@ -225,7 +225,8 @@ func checkoutWithChan(in <-chan *lfs.WrappedPointer) { if cmd != nil && updateIdxStdin != nil { updateIdxStdin.Close() if...
Use LoggedError instead of Panic if update-index fails in checkout #<I> Also report stderr/out since error object is often something useless like "exit status <I>".
git-lfs_git-lfs
train
2b851c2a0257206ef14bd57f86e8b67e893ab655
diff --git a/src/Application.php b/src/Application.php index <HASH>..<HASH> 100644 --- a/src/Application.php +++ b/src/Application.php @@ -12,8 +12,8 @@ class Application * @var string */ const LOGO = <<<'WRIGHT' -__ __ _ _ _ -\ \ / / _ _ (_) __ _ | |_ | |_ +__ _...
Remove the dot from figlet
erickmerchant_wright
train
1982878c1484b78c39b3787373c784484e873ba6
diff --git a/lib/monitor.js b/lib/monitor.js index <HASH>..<HASH> 100644 --- a/lib/monitor.js +++ b/lib/monitor.js @@ -39,7 +39,7 @@ function depatureMonitor(stopid, offset, amount) { return { line: d.LineName, direction: d.Direction, - ...
return a json structure rathen than a simple integer for platform because it can be more than just that.
kiliankoe_dvbjs
train
5154c057fc41166170ece35b824c9570e41487f1
diff --git a/cumulus/storage.py b/cumulus/storage.py index <HASH>..<HASH> 100644 --- a/cumulus/storage.py +++ b/cumulus/storage.py @@ -68,9 +68,10 @@ class CloudFilesStorage(Storage): def _set_container(self, container): """ - Set the container, making it publicly available if it is not already. ...
Make sure the TTL is also set on the container if it is already public
django-cumulus_django-cumulus
train
ed02fee1df8f4dbad920c587684553933e91e7af
diff --git a/src/java/org/apache/cassandra/db/migration/AddColumnFamily.java b/src/java/org/apache/cassandra/db/migration/AddColumnFamily.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/db/migration/AddColumnFamily.java +++ b/src/java/org/apache/cassandra/db/migration/AddColumnFamily.java @@ -45,9 ...
improved error messages Patch by eevans for CASSANDRA-<I>; reviewed by gdusbabek git-svn-id: <URL>
Stratio_stratio-cassandra
train
e7b2ce24a3b11db86bd7daaf57c62560bb6a55c8
diff --git a/src/test/php/Gomoob/Pushwoosh/Model/Notification/NotificationTest.php b/src/test/php/Gomoob/Pushwoosh/Model/Notification/NotificationTest.php index <HASH>..<HASH> 100644 --- a/src/test/php/Gomoob/Pushwoosh/Model/Notification/NotificationTest.php +++ b/src/test/php/Gomoob/Pushwoosh/Model/Notification/Notifi...
added test to check if campaign is set in json data after serializing notification
gomoob_php-pushwoosh
train