hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
d9ee8695dc36488bd4cff25f9ab1a616c2241517 | diff --git a/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php b/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
+++ b/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatch... | [HttpKernel] Updated TraceableEventDispatcher.php | symfony_symfony | train |
57700e50b625b952cf9aaacb30627c685ff15259 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -39,16 +39,9 @@ const callsite = require('callsite');
* @returns {Promise.<string>}
*/
function resolveModulePath(userResolver, moduleName) {
- moduleName = moduleName || userResolver;
- userResolver = u... | Refactor to new ES7 features
Do more array destructuring to save space and use more async/await. | Whitebolt_require-extra | train |
de631631aa88fb68bdcca7808aebff25a322b6c7 | diff --git a/test/integration.js b/test/integration.js
index <HASH>..<HASH> 100644
--- a/test/integration.js
+++ b/test/integration.js
@@ -374,10 +374,13 @@ describe('hoodie.account', function () {
// simulate an invalid session by changing the session id in localStorage
// and reloading the page
.execut... | fix(test/integration): Move delay to fix test timing issue
Move the delay introduced by `setTimeout()` added [here](<URL>)
to before the retrieval of the `account` key. | hoodiehq-archive_hoodie-account | train |
e445195db62d4d44476e61d41bb8d95f16feb414 | diff --git a/abilian/core/entities.py b/abilian/core/entities.py
index <HASH>..<HASH> 100644
--- a/abilian/core/entities.py
+++ b/abilian/core/entities.py
@@ -440,7 +440,7 @@ def polymorphic_update_timestamp(session, flush_context, instances):
if not isinstance(obj, Entity):
continue
state = sa.inspect... | use friendly api to get attr history
old method was valid only with sqlalchemy <I> | abilian_abilian-core | train |
18dd868b3c5b260bac8ded9d77013d4195e8afc3 | diff --git a/client-go/cmd/config.go b/client-go/cmd/config.go
index <HASH>..<HASH> 100644
--- a/client-go/cmd/config.go
+++ b/client-go/cmd/config.go
@@ -6,6 +6,7 @@ import (
"io/ioutil"
"os"
"regexp"
+ "sort"
"strings"
"github.com/deis/deis/pkg/prettyprint"
@@ -28,9 +29,15 @@ func ConfigList(appID string,... | fix(client-go,pkg): sort config and pretty-printed keys | deis_deis | train |
9534a401d57558cf469263beb0a35895dc81d043 | diff --git a/setuptools/tests/test_integration.py b/setuptools/tests/test_integration.py
index <HASH>..<HASH> 100644
--- a/setuptools/tests/test_integration.py
+++ b/setuptools/tests/test_integration.py
@@ -27,7 +27,7 @@ def install_context(request, tmpdir, monkeypatch):
def fin():
# undo the monkeypatch,... | Resave with excess whitespace removed | pypa_setuptools | train |
afaed13cb317bfdfa3100b62d40245de7f56546b | diff --git a/src/test/java/com/cronutils/model/time/ExecutionTimeQuartzIntegrationTest.java b/src/test/java/com/cronutils/model/time/ExecutionTimeQuartzIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/cronutils/model/time/ExecutionTimeQuartzIntegrationTest.java
+++ b/src/test/java/com/cronutils/... | Reference test to issue #<I> | jmrozanec_cron-utils | train |
e3543100de95c5a974b1f4197a0d08bda6b91910 | diff --git a/api_core/google/api_core/operation.py b/api_core/google/api_core/operation.py
index <HASH>..<HASH> 100644
--- a/api_core/google/api_core/operation.py
+++ b/api_core/google/api_core/operation.py
@@ -110,7 +110,7 @@ class Operation(polling.PollingFuture):
elif self._operation.HasField('error'):
... | Fix how api_core.operation populates exception errors (#<I>) | googleapis_google-cloud-python | train |
ebf8cc5ac008dc420cd4991e647f37241a62aa84 | diff --git a/lib/slaw/grammars/core_nodes.rb b/lib/slaw/grammars/core_nodes.rb
index <HASH>..<HASH> 100644
--- a/lib/slaw/grammars/core_nodes.rb
+++ b/lib/slaw/grammars/core_nodes.rb
@@ -7,7 +7,7 @@ module Slaw
end
class Body < Treetop::Runtime::SyntaxNode
- def to_xml(b)
+ def to_xml(b, id_prefix... | Always pass id prefix to root node | longhotsummer_slaw | train |
34248c0c9dd0c3a4e0381ba06ee32a58a5f0f1e4 | diff --git a/src/flipclock/js/faces/twentyfourhourclock.js b/src/flipclock/js/faces/twentyfourhourclock.js
index <HASH>..<HASH> 100644
--- a/src/flipclock/js/faces/twentyfourhourclock.js
+++ b/src/flipclock/js/faces/twentyfourhourclock.js
@@ -28,7 +28,7 @@
* @param object Pass the time that should be used to disp... | - (Bug Fix) Fixed an issue with the time being overridden upon inheritance in the TwentyFourHour clock face | objectivehtml_FlipClock | train |
49c38d71ef31157f710988151c271385fd01beb9 | diff --git a/includes/request-browser.js b/includes/request-browser.js
index <HASH>..<HASH> 100644
--- a/includes/request-browser.js
+++ b/includes/request-browser.js
@@ -1,4 +1,4 @@
-const request = require('reqwest');
+var request = require('reqwest');
function convertHeaders(headers) {
var lines = headers.spli... | es5 compatibility with uglify | microservice-framework_microservice-client | train |
aec2142f78b20c67c44e81a427fa721c566c301b | diff --git a/spec/features/order_spec.rb b/spec/features/order_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/features/order_spec.rb
+++ b/spec/features/order_spec.rb
@@ -1,40 +1,6 @@
require 'spree/testing_support/order_walkthrough'
describe Spree::Order do
- context 'order in confirm state',
- vcr: { cassette... | Move rspec test from order to shipment serializer
We removed the old order spec moving the login into shipment serializer.
We're also checking that only synced variants are included into the
serialized model | solidusio-contrib_solidus_shipwire | train |
85eb368ef992adf09ee89c3ea1123d7a2367e376 | diff --git a/packages/body-scroll-pane/BodyScrollPane.js b/packages/body-scroll-pane/BodyScrollPane.js
index <HASH>..<HASH> 100644
--- a/packages/body-scroll-pane/BodyScrollPane.js
+++ b/packages/body-scroll-pane/BodyScrollPane.js
@@ -112,6 +112,10 @@ class BodyScrollPane extends AbstractScrollPane {
console.warn(... | ScrollPanes provide more hints
- contentRect
- selectionRect | substance_substance | train |
50443225c45fe6563f8f9c338f22f5758398906b | diff --git a/app/models/alchemy/page/page_elements.rb b/app/models/alchemy/page/page_elements.rb
index <HASH>..<HASH> 100644
--- a/app/models/alchemy/page/page_elements.rb
+++ b/app/models/alchemy/page/page_elements.rb
@@ -23,6 +23,10 @@ module Alchemy
-> { order(:position).fixed.available },
class_na... | Add dependent: :destroy to Page#elements relations
When I delete a page, I do expect its elements to be gone afterwards,
too. | AlchemyCMS_alchemy_cms | train |
bee5fde5a9a4c4323bf64ae6da627aa1d384fcfd | diff --git a/model-api/xml-model/src/main/java/org/camunda/bpm/model/xml/impl/ModelBuilderImpl.java b/model-api/xml-model/src/main/java/org/camunda/bpm/model/xml/impl/ModelBuilderImpl.java
index <HASH>..<HASH> 100644
--- a/model-api/xml-model/src/main/java/org/camunda/bpm/model/xml/impl/ModelBuilderImpl.java
+++ b/mode... | fix(xml-model): split type hierarchy and model build into separate steps | camunda_camunda-bpm-platform | train |
24c12d808e200e480696c1d13599909dc0b23b80 | diff --git a/Cli/Command.php b/Cli/Command.php
index <HASH>..<HASH> 100644
--- a/Cli/Command.php
+++ b/Cli/Command.php
@@ -3,10 +3,16 @@ declare(strict_types=1);
namespace ManaPHP\Cli;
+use ManaPHP\Component;
+use ManaPHP\Logging\Logger\LogCategorizable;
+
/**
* @property-read \ManaPHP\Cli\ConsoleInterface $con... | refactor ManaPHP\Cli\Command | manaphp_framework | train |
23c51cf7369e30f5c988af7260855033c7555598 | diff --git a/comterminal.py b/comterminal.py
index <HASH>..<HASH> 100755
--- a/comterminal.py
+++ b/comterminal.py
@@ -121,7 +121,15 @@ def digipeat(frame, recv_port, recv_port_name):
aprsis.send(frame)
print(port_name + " >> " + aprs.util.format_aprs_frame(frame))
... | Added GATE path to the digipeating. | Syncleus_apex-aprs | train |
d3e611a7d10a48e132d16bd2c1ffec35bd0a5ad9 | diff --git a/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/datasource/pool/destroyer/DataSourcePoolDestroyerTest.java b/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/datasource/pool/destroyer/DataSourcePoolDestroyerTest.ja... | adjust time out value of assertAsyncDestroyHikariDataSource method (#<I>) | apache_incubator-shardingsphere | train |
48471e3bac7cd694540067dc5fa823c3a28f52c2 | diff --git a/juju/version/version.go b/juju/version/version.go
index <HASH>..<HASH> 100644
--- a/juju/version/version.go
+++ b/juju/version/version.go
@@ -4,9 +4,9 @@
// Package version contains versioning information about packages that juju supports.
package version
-// SupportedLts returns the latest LTS that Ju... | Bump the version from Xenial to Bionic
This makes sure that all LXD images by default are Bionic for <I>
release. The issue with this is that it can cause issues from this,
because we're now bumping the LTS version for EVERYTHING.
A lot of testing should be done to ensure that we don't cause other
issues for other pa... | juju_juju | train |
bed7624e63526a91af510f3c6dad9311216a86d8 | diff --git a/cli/polyaxon/cli/auth.py b/cli/polyaxon/cli/auth.py
index <HASH>..<HASH> 100644
--- a/cli/polyaxon/cli/auth.py
+++ b/cli/polyaxon/cli/auth.py
@@ -22,9 +22,10 @@ from urllib3.exceptions import HTTPError
import polyaxon_sdk
+from polyaxon import settings
from polyaxon.cli.dashboard import get_dashboard... | Bimp version to <I>
* Pin k8s sdk version to fix proxy issues | polyaxon_polyaxon-cli | train |
4f2f58ca3493c0795b2f5e26f1b776c29ddfa706 | diff --git a/docs/createclient.md b/docs/createclient.md
index <HASH>..<HASH> 100644
--- a/docs/createclient.md
+++ b/docs/createclient.md
@@ -78,6 +78,8 @@ type ProgressEvent = { loaded: number, total: number };
getfilelink(fileid: number): Promise<string> // url to download the file
```
+**getthumbs** is a method... | - additional docs. receiveThumb is now required. | pCloud_pcloud-sdk-js | train |
78081c103049e885fd5f7608a4e712e5d0559760 | diff --git a/wayback-core/src/main/java/org/archive/wayback/WaybackConstants.java b/wayback-core/src/main/java/org/archive/wayback/WaybackConstants.java
index <HASH>..<HASH> 100644
--- a/wayback-core/src/main/java/org/archive/wayback/WaybackConstants.java
+++ b/wayback-core/src/main/java/org/archive/wayback/WaybackCons... | FEATURE: added new constant for SearchResult value annotation indicating the timestamp that was actually stored for captures that were not actually stored due to deduplication.
git-svn-id: <URL> | iipc_openwayback | train |
aa2c3832033831b1c2c7551949f01f86d396be57 | diff --git a/views/boom/assets/list.php b/views/boom/assets/list.php
index <HASH>..<HASH> 100644
--- a/views/boom/assets/list.php
+++ b/views/boom/assets/list.php
@@ -47,5 +47,5 @@
</select>
</div>
<div id="b-assets-stats">
- <?= Num::format($total, 0) ?> <?= Inflector::plural('file', $total) ?> <?= __('totaling') ... | Removed 'totaling' from asset manager stats | boomcms_boom-core | train |
711b40bc4e97e4385b2166568dbb717292e9fd72 | diff --git a/scanner/src/main/java/com/buschmais/jqassistant/scanner/visitor/ClassVisitor.java b/scanner/src/main/java/com/buschmais/jqassistant/scanner/visitor/ClassVisitor.java
index <HASH>..<HASH> 100644
--- a/scanner/src/main/java/com/buschmais/jqassistant/scanner/visitor/ClassVisitor.java
+++ b/scanner/src/main/ja... | - types within a method signature should be treated as dependency of the method node to the corresponding class node | buschmais_jqa-core-framework | train |
159f582aa5b64f31cdd7252b38ba0b7bf8ffca23 | diff --git a/lib/webpush/request.rb b/lib/webpush/request.rb
index <HASH>..<HASH> 100644
--- a/lib/webpush/request.rb
+++ b/lib/webpush/request.rb
@@ -62,7 +62,7 @@ module Webpush
end
def api_key?
- !(api_key.nil? || api_key.empty?) && @endpoint =~ /\Ahttps:\/\/.+\.googleapis\.com/
+ !(api_key.nil... | api key only needed for old google apis, new fcm.googleapis.com doesnt require it | zaru_webpush | train |
b9215bd43eb3c307bd0d1ac51319d20831a52735 | diff --git a/giphypop.py b/giphypop.py
index <HASH>..<HASH> 100644
--- a/giphypop.py
+++ b/giphypop.py
@@ -104,6 +104,14 @@ class GiphyImage(AttrDict):
# Shorthand
self._make_images(data.get('images', {}))
+ def __repr__(self):
+ return '%s<%s> at %s' % (self.__class__.__name__, se... | Added repr/str/unicode for more sanity | shaunduncan_giphypop | train |
c477167219ca4433681a4de9a0ad74f07b7d6aff | diff --git a/src/kit/model/ManyRelationshipComponent.js b/src/kit/model/ManyRelationshipComponent.js
index <HASH>..<HASH> 100644
--- a/src/kit/model/ManyRelationshipComponent.js
+++ b/src/kit/model/ManyRelationshipComponent.js
@@ -1,7 +1,25 @@
+import { isArray } from 'substance'
import ValueComponent from './ValueCom... | Rerender ManyRelationshipComponents whenever target nodes are updated or deleted. | substance_texture | train |
e5dbd4e9a5c1317f7cc695ac69da61f504d6eda8 | diff --git a/test/spec/EditorOptionHandlers-test.js b/test/spec/EditorOptionHandlers-test.js
index <HASH>..<HASH> 100644
--- a/test/spec/EditorOptionHandlers-test.js
+++ b/test/spec/EditorOptionHandlers-test.js
@@ -433,7 +433,7 @@ define(function (require, exports, module) {
checkCloseBraces(editor... | Fix broken unit test in cmv4 branch | adobe_brackets | train |
7c067e59126d0fc3cda66d2cbbaa71b7752b5bfe | diff --git a/plugins/unix-socket.js b/plugins/unix-socket.js
index <HASH>..<HASH> 100644
--- a/plugins/unix-socket.js
+++ b/plugins/unix-socket.js
@@ -47,7 +47,9 @@ module.exports = function (opts) {
}
})
- fs.chmodSync(socket, 0600)
+ if (os.platform() !== 'windows') {
+ fs.chmodSync... | cant chmod in windows? | ssbc_multiserver | train |
2c411e95aacfbcb7dc788134f779d2ea26f16770 | diff --git a/tests/unittest/pywbem/test_cim_obj.py b/tests/unittest/pywbem/test_cim_obj.py
index <HASH>..<HASH> 100755
--- a/tests/unittest/pywbem/test_cim_obj.py
+++ b/tests/unittest/pywbem/test_cim_obj.py
@@ -292,53 +292,77 @@ def test_dict(testcase, obj, exp_dict):
assert len(obj) == len(exp_dict)
- # Te... | Made iter..() tests on CIMInstance/Name run on all Python versions
Details:
* A recent change resulted in restricting the tests for the iter..() methods
on CIMInstance and CIMInstanceName to run only on Python 2. It turned out
that this restriction was unnecessary. Lifted that restriction to run the
test on all... | pywbem_pywbem | train |
e3515a023e82f793678fd22026e6765ba82c0ec7 | diff --git a/lib/beaker-pe/install/pe_utils.rb b/lib/beaker-pe/install/pe_utils.rb
index <HASH>..<HASH> 100644
--- a/lib/beaker-pe/install/pe_utils.rb
+++ b/lib/beaker-pe/install/pe_utils.rb
@@ -1099,10 +1099,10 @@ module Beaker
# Being able to modify PE's classifier requires the Scooter gem and
# hel... | (PE-<I>) Remove get_console_dispatcher_for_beaker_pe specs
Because scooter can in fact be in the bundle based on the GEM_SOURCE
setting, these specs can break, and it is not worth the effort reworking
the tests to be conditional based on presence or absence of the scooter
gem. RE-<I> should make the scooter gem public... | puppetlabs_beaker-pe | train |
e044c5eb9ed5db92ed3e760ebbcc7a6552db6f8b | diff --git a/versions/models.py b/versions/models.py
index <HASH>..<HASH> 100644
--- a/versions/models.py
+++ b/versions/models.py
@@ -795,7 +795,7 @@ class VersionedForeignRelatedObjectsDescriptor(ForeignRelatedObjectsDescriptor):
# This is a hack, in order to get the versioned related objects
... | Ensured CleanerVersion to match joining tables on identity values, rather than on id values | swisscom_cleanerversion | train |
53f753ca05ab5ebfa0ce582655f3622d47e28308 | diff --git a/tinycolor.js b/tinycolor.js
index <HASH>..<HASH> 100644
--- a/tinycolor.js
+++ b/tinycolor.js
@@ -1,4 +1,4 @@
-// TinyColor v0.9.15
+// TinyColor v0.9.15+
// https://github.com/bgrins/TinyColor
// 2013-02-24, Brian Grinstead, MIT License | mark tinycolor as <I>+ | bgrins_TinyColor | train |
0008b54cc706c336cb0a44bb02883646b0574892 | diff --git a/core/pipeline.js b/core/pipeline.js
index <HASH>..<HASH> 100644
--- a/core/pipeline.js
+++ b/core/pipeline.js
@@ -42,6 +42,9 @@ var pipeline = (settings) => {
// meta information about every plugin that tells Gekko
// something about every available plugin
var pluginParameters = require(dirs.gekko... | allow for events that can be broadcasted by a number of plugins | askmike_gekko | train |
dae9d40eed1420909b4a53b685a2549cc9acace0 | diff --git a/views/js/runner/plugins/tools/textToSpeech/plugin.js b/views/js/runner/plugins/tools/textToSpeech/plugin.js
index <HASH>..<HASH> 100644
--- a/views/js/runner/plugins/tools/textToSpeech/plugin.js
+++ b/views/js/runner/plugins/tools/textToSpeech/plugin.js
@@ -53,13 +53,8 @@ define([
*/
ini... | Use delivery and item ids as book and page
Fits the metaphor better than tenant and item
tao-<I> | oat-sa_extension-tao-testqti | train |
608da6338443a58d2c27ac9d5e77e83ded62e201 | diff --git a/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestWithInvoiceOptimization.java b/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestWithInvoiceOptimization.java
index <HASH>..<HASH> 100644
--- a/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestWithInvoiceO... | beatrix: Add beatrix invoice optimization tests
Add additional usage test to verify behavior of two properties setMaxInvoiceLimit and readMaxRawUsagePreviousPeriod | killbill_killbill | train |
69e8a572cfb7f6d0bc6b282dfeb05958ebd6cfed | diff --git a/Model/Request.php b/Model/Request.php
index <HASH>..<HASH> 100644
--- a/Model/Request.php
+++ b/Model/Request.php
@@ -11,6 +11,8 @@
namespace Sylius\Component\Contact\Model;
+use Sylius\Component\Resource\Model\TimestampableTrait;
+
/**
* Default contact request representation.
*
@@ -18,6 +20,8 @... | Introduce 3 new traits to reduce code duplication | Sylius_Contact | train |
f57083f62638f9f8b864e7ca724f6a21db6ac278 | diff --git a/tests/pytests/functional/modules/test_win_dsc.py b/tests/pytests/functional/modules/test_win_dsc.py
index <HASH>..<HASH> 100644
--- a/tests/pytests/functional/modules/test_win_dsc.py
+++ b/tests/pytests/functional/modules/test_win_dsc.py
@@ -1,8 +1,8 @@
import os.path
import shutil
import subprocess
-im... | Kill WmiPrvSE processes if files are locked | saltstack_salt | train |
3d3f6b09d046d1c393c549c61559ece2e637cc3d | diff --git a/glances/core/glances_webserver.py b/glances/core/glances_webserver.py
index <HASH>..<HASH> 100644
--- a/glances/core/glances_webserver.py
+++ b/glances/core/glances_webserver.py
@@ -51,3 +51,4 @@ class GlancesWebServer(object):
def end(self):
"""End of the Web server."""
self.web.end... | Correct issue with args and thread in WebUI for the Docker plugin (issue #<I>) | nicolargo_glances | train |
9f466183185a9c8c0d4ad0365fb92d564cc98274 | diff --git a/face/geomajas-face-puregwt/client-impl/src/main/java/org/geomajas/puregwt/client/map/MapPresenterImpl.java b/face/geomajas-face-puregwt/client-impl/src/main/java/org/geomajas/puregwt/client/map/MapPresenterImpl.java
index <HASH>..<HASH> 100644
--- a/face/geomajas-face-puregwt/client-impl/src/main/java/org/... | Fix PURE-<I> - Map layers are not (necessarily) re-rendered on a MapLayoutPanel resize | geomajas_geomajas-project-server | train |
8e3abe418021a3ba241ead1cad79a1c5b492c587 | diff --git a/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py b/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
index <HASH>..<HASH> 100644
--- a/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
+++ b/airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
@@ -290,7 +290,12... | Fix ``KubernetesPodOperator`` with `KubernetesExecutor`` on <I> (#<I>)
KubernetesPodOperator was mistakenly trying to reattach to it's
KubernetesExecutor worker, where it would get stuck watching itself for
logs. We will properly filter for KPO's only, and ignore
KubernetesExecutor workers for good measure. | apache_airflow | train |
f871c6c1b748240ea66a867844c908b2b249018f | diff --git a/lib/webuser_flask.py b/lib/webuser_flask.py
index <HASH>..<HASH> 100644
--- a/lib/webuser_flask.py
+++ b/lib/webuser_flask.py
@@ -224,9 +224,11 @@ class UserInfo(CombinedMultiDict):
user_info = info
user_info.update(self.req)
- from invenio.webuser import isUserSubmitter, isUserR... | WebSearch: fix access to restricted records
* Adds check if user can see the record before any '/record' page is
displayed. (closes: #<I>)
* Adds method `is_super_admin` to check if `current_user` is super
admin. | inveniosoftware_invenio-accounts | train |
51fbf6cbaf531355dc83462f32df0c6dae0321c9 | diff --git a/models/classes/class.ReportService.php b/models/classes/class.ReportService.php
index <HASH>..<HASH> 100755
--- a/models/classes/class.ReportService.php
+++ b/models/classes/class.ReportService.php
@@ -20,7 +20,7 @@
*
*/
-define("fontName", ROOT_PATH."/tao/lib/pChart/Fonts/pf_arma_five.ttf");
+defin... | change the for for graphs and changed the color theme
git-svn-id: <URL> | oat-sa_extension-tao-outcomeui | train |
e3c4f3d8a69c18eefe305d198134b234a92ecd70 | diff --git a/lib/sse-channel.js b/lib/sse-channel.js
index <HASH>..<HASH> 100644
--- a/lib/sse-channel.js
+++ b/lib/sse-channel.js
@@ -24,7 +24,7 @@ var preambleData = new Array(2057).join('-') + '\n';
* @param {Array} options.history An array of messages to pre-populate the history with.
* ... | Make addClient() callback asyncronous in all cases and return an Error on failure | rexxars_sse-channel | train |
113f729222998111cb77956afd147a040a102584 | diff --git a/lib/yt/request.rb b/lib/yt/request.rb
index <HASH>..<HASH> 100644
--- a/lib/yt/request.rb
+++ b/lib/yt/request.rb
@@ -196,7 +196,7 @@ module Yt
# - when the user has reached the quota for requests/second, and waiting
# for a couple of seconds might solve the connection issues.
def run_agai... | Only retry refresh tokens once (#<I>)
We should only retry exchanging the refresh token once, since if it
fails it's not likely to succeed and there's something else going on. | Fullscreen_yt | train |
86729eb733ce67818f079744fdea5ec63e25259a | diff --git a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb b/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
+++ b/activerecord/lib/active_reco... | connections can be reaped via the `reap` method | rails_rails | train |
601b4bc4b4edd9bac230645306c9ef63892d267a | diff --git a/libkbfs/mocks_test.go b/libkbfs/mocks_test.go
index <HASH>..<HASH> 100644
--- a/libkbfs/mocks_test.go
+++ b/libkbfs/mocks_test.go
@@ -1172,17 +1172,6 @@ func (_mr *_MockMDOpsRecorder) PutUnmerged(arg0, arg1 interface{}) *gomock.Call
return _mr.mock.ctrl.RecordCall(_mr.mock, "PutUnmerged", arg0, arg1)
}... | updated mocks for GetFavorites removal from MDOps | keybase_client | train |
7d43f26a27592e4b5e403a744c718fe61e08b56c | diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py
index <HASH>..<HASH> 100644
--- a/ceph_deploy/install.py
+++ b/ceph_deploy/install.py
@@ -269,12 +269,6 @@ def make(parser):
'--stable',
nargs='?',
action=StoreVersion,
- choices=[
- 'bobtail',
- 'cuttle... | remove install choices to avoid forcing a choice | ceph_ceph-deploy | train |
a10d5df8f43ce5ff20a8729729bde7f186e7c62e | diff --git a/mistletoe/span_token.py b/mistletoe/span_token.py
index <HASH>..<HASH> 100644
--- a/mistletoe/span_token.py
+++ b/mistletoe/span_token.py
@@ -130,9 +130,9 @@ class InlineCode(SpanToken):
"""
Inline code tokens. ("`some code`")
"""
- pattern = re.compile(r"`(.+?)`", re.DOTALL)
+ pattern... | allow multiple backticks for InlineCode | miyuchina_mistletoe | train |
10a856d46ca403d54a781db3f2b41be4c4ca4c18 | diff --git a/packages/openneuro-server/datalad/snapshots.js b/packages/openneuro-server/datalad/snapshots.js
index <HASH>..<HASH> 100644
--- a/packages/openneuro-server/datalad/snapshots.js
+++ b/packages/openneuro-server/datalad/snapshots.js
@@ -78,7 +78,7 @@ export const createSnapshot = async (datasetId, tag, user) ... | Await description before minting DOI. | OpenNeuroOrg_openneuro | train |
ecb6c54052e885f5c1bba195ef6b60f4fd3ce6a4 | diff --git a/i3pystatus/core/__init__.py b/i3pystatus/core/__init__.py
index <HASH>..<HASH> 100644
--- a/i3pystatus/core/__init__.py
+++ b/i3pystatus/core/__init__.py
@@ -23,7 +23,9 @@ class Status:
"""Register a new module."""
if module:
- self.modules.append(module, *args, **kwargs)
+ ... | Add the ability to change the position of a module in the i3bar
Create a method `move' in modules.py to insert the module's json in a different position than the default 0. | enkore_i3pystatus | train |
7aa7637fa5bc654f21b3669e82d5854c9b3b57a5 | diff --git a/activiti-engine/src/main/java/org/activiti/engine/impl/history/handler/AutomaticActivityInstanceHandler.java b/activiti-engine/src/main/java/org/activiti/engine/impl/history/handler/AutomaticActivityInstanceHandler.java
index <HASH>..<HASH> 100644
--- a/activiti-engine/src/main/java/org/activiti/engine/imp... | Removing JDK <I> incompatible override | camunda_camunda-bpm-platform | train |
eae3b56af35458153fc9ad8604a25de59808a65c | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -90,7 +90,7 @@ class Configuration implements ConfigurationInterface
->end()
... | don't add next states config on a process | lexik_LexikWorkflowBundle | train |
890e5e16983fa52a258740d0c5246bc97a58d432 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -416,7 +416,11 @@ module.exports = redefine.Class(/** @lends Umzug.prototype */ {
.promisify(fs.readdir)(this.options.migrations.path)
.bind(this)
.filter(function (file) {
- return ... | feat(ignored files): warn about ignored files in migrations directory
@yannvr pointed out in #<I> that if there is some extra files in migrations
directory, it might be a sign of invalid pattern. In the most common use case,
there is only migrations in migrations directory. => If there is other files,
the pattern is p... | sequelize_umzug | train |
be8199184d43f07056f51e47cfaf88ea83047a4d | diff --git a/src/WScore/Validation/Message.php b/src/WScore/Validation/Message.php
index <HASH>..<HASH> 100644
--- a/src/WScore/Validation/Message.php
+++ b/src/WScore/Validation/Message.php
@@ -8,8 +8,12 @@ class Message
/** @var array error message for each types. */
public $typeEr... | use Locale to find which language file to load. | WScore_Validation | train |
ab436a1e697a1f4e1acd1374a5e9ffba048b6828 | diff --git a/src/utility.js b/src/utility.js
index <HASH>..<HASH> 100644
--- a/src/utility.js
+++ b/src/utility.js
@@ -1131,22 +1131,22 @@ var utility = {
if ( ++i === nth && !defer.isResolved()) {
if ( args.length > 1 ) {
defer.resolve( args.map( function ( obj ) {
- return obj.outcome || o... | Updating `utility.when()` | avoidwork_abaaso | train |
23011aa067d0af5f65a463f35af296048cbaf4d8 | diff --git a/plugins/SEO/RankChecker.php b/plugins/SEO/RankChecker.php
index <HASH>..<HASH> 100644
--- a/plugins/SEO/RankChecker.php
+++ b/plugins/SEO/RankChecker.php
@@ -202,7 +202,7 @@ class Piwik_SEO_RankChecker
$url = preg_replace('/^www\./', '', $this->url);
$url = 'http://www.who.is/whois/' . ... | who.is service changed the keyword for domain age.
fixed #<I> | matomo-org_matomo | train |
2d625b838f73e5656f7cd0a6adae056f25457c8f | diff --git a/src/print/VectorEncoder.js b/src/print/VectorEncoder.js
index <HASH>..<HASH> 100644
--- a/src/print/VectorEncoder.js
+++ b/src/print/VectorEncoder.js
@@ -145,7 +145,14 @@ VectorEncoder.prototype.encodeVectorLayer = function (
}
const styleValue = `${stylesValue.join(',')}-${geometryType}`;
c... | Be able to encode (print) multiple features sharing the same style | camptocamp_ngeo | train |
2ed7c7f5eb372b21b45e931da9f7c9a1c03a0ab3 | diff --git a/src/main/java/io/scalecube/gateway/benchmarks/AbstractBenchmarkState.java b/src/main/java/io/scalecube/gateway/benchmarks/AbstractBenchmarkState.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/scalecube/gateway/benchmarks/AbstractBenchmarkState.java
+++ b/src/main/java/io/scalecube/gateway/benchmar... | Fixed problem with `processor not found by sid` | scalecube_scalecube-services | train |
aae1e1de6b58b6cc529abc86f25102830e785ab1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -92,7 +92,7 @@ setuptools.setup(
],
'project': [
'boto3',
- 'celery[redis]==3.1.24',
+ 'celery[redis]<4.0',
'ConcurrentLogHandler',
'django-celery'... | Exclude known incompatible versions, instead of pinning to an absolute version. | ic-labs_django-icekit | train |
7f7d7971f76571dd3c8fd5cccda14b42da775143 | diff --git a/URLNormalizerTest.php b/URLNormalizerTest.php
index <HASH>..<HASH> 100644
--- a/URLNormalizerTest.php
+++ b/URLNormalizerTest.php
@@ -200,4 +200,31 @@ class URLNormalizerTest extends PHPUnit_Framework_TestCase
$this->fixture->setUrl( $url );
$this->assertEquals( 'http://example.com/', $th... | Added additional tests to prove bugs from pull request #6 are fixed | glenscott_url-normalizer | train |
2fc8c01dbdb758c521487ce2285562974b59c29d | diff --git a/spec/aptly/repo_spec.rb b/spec/aptly/repo_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/aptly/repo_spec.rb
+++ b/spec/aptly/repo_spec.rb
@@ -63,7 +63,7 @@ module Aptly
describe "Importing Packages" do
it "should import packages from a mirror" do
repo = Aptly.create_repo 'repo3'
- repo.... | Fixed a few tests after interface changes | ryanuber_ruby-aptly | train |
6a6a084f934c536281d4384196f9cb7d21903274 | diff --git a/java-speech/google-cloud-speech/src/main/java/com/google/cloud/speech/spi/v1beta1/SpeechApi.java b/java-speech/google-cloud-speech/src/main/java/com/google/cloud/speech/spi/v1beta1/SpeechApi.java
index <HASH>..<HASH> 100644
--- a/java-speech/google-cloud-speech/src/main/java/com/google/cloud/speech/spi/v1b... | Regenerate spi layer (#<I>)
Change ListLogEntries from projectIds to resourceIds
Remove incorrect format and parse methods
Minor format changes | googleapis_google-cloud-java | train |
fa7ed055bee221e831976fd6b42997408869b371 | diff --git a/grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/inject/GrpcClientBeanPostProcessor.java b/grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/inject/GrpcClientBeanPostProcessor.java
index <HASH>..<HASH> 100644
--- a/grpc-client-spring-boot-autoconfigu... | Add lazy getter for configurable bean factory | yidongnan_grpc-spring-boot-starter | train |
dcaea2a2a0b298c5d8c3e6d83d9de8e3fb03bef7 | diff --git a/jhub_cas_authenticator/cas_auth.py b/jhub_cas_authenticator/cas_auth.py
index <HASH>..<HASH> 100644
--- a/jhub_cas_authenticator/cas_auth.py
+++ b/jhub_cas_authenticator/cas_auth.py
@@ -89,6 +89,8 @@ class CASLoginHandler(BaseHandler):
avatar = self.user_from_username(user)
self.set_login... | BUGFIX: CASLocalAuthenticator did not create users on loin; only on jupyterhub service startup. | cwaldbieser_jhub_cas_authenticator | train |
acde2832711267aacedb102684f5ff078c129978 | diff --git a/stress/runner.go b/stress/runner.go
index <HASH>..<HASH> 100644
--- a/stress/runner.go
+++ b/stress/runner.go
@@ -163,66 +163,78 @@ func Run(cfg *Config) (totalPoints int, failedRequests int, responseTimes Respon
lastSuccess := true
- batch := &client.BatchPoints{
- Database: cfg.Write.Datab... | Decouple generating points from writing them | influxdata_influxdb | train |
1ab7ec3322a43467db20898014085bf8b6bcb4b6 | diff --git a/Model/FilePayload.php b/Model/FilePayload.php
index <HASH>..<HASH> 100644
--- a/Model/FilePayload.php
+++ b/Model/FilePayload.php
@@ -1485,12 +1485,13 @@ class FilePayload
// [ENG-683] start/stop transport as suggested by http://www.prowebdev.us/2013/06/swiftmailersymfony2-expected-response.html... | [ENG-<I>] put start and stop inside loop | TheDMSGroup_mautic-contact-client | train |
0a9e3d033f9f37a8f7ed361bb83fd96fcf0aa120 | diff --git a/src/u2flib_server/U2F.php b/src/u2flib_server/U2F.php
index <HASH>..<HASH> 100644
--- a/src/u2flib_server/U2F.php
+++ b/src/u2flib_server/U2F.php
@@ -75,11 +75,12 @@ class U2F {
/**
* Called to get a registration request to send to a user.
* Returns an array of one registration request and a arr... | update apigen comments for exceptions | Yubico_php-u2flib-server | train |
030a9a94ddf8090008b1e39d67624bc9be8c0816 | diff --git a/apiserver/applicationoffers/applicationoffers_test.go b/apiserver/applicationoffers/applicationoffers_test.go
index <HASH>..<HASH> 100644
--- a/apiserver/applicationoffers/applicationoffers_test.go
+++ b/apiserver/applicationoffers/applicationoffers_test.go
@@ -985,6 +985,39 @@ func (s *consumeSuite) TestC... | Use default space for offer endpoint if none is defined | juju_juju | train |
995bc462d41b18e0535eee0bd27a3094b17bbb67 | diff --git a/grpool_test.go b/grpool_test.go
index <HASH>..<HASH> 100644
--- a/grpool_test.go
+++ b/grpool_test.go
@@ -58,6 +58,10 @@ func TestNewDispatcher(t *testing.T) {
d.jobQueue <- job
}
+ for i := 0; i < 10; i++ {
+ d.jobQueue <- Job{stop: true}
+ }
+
<-done
assert.Equal(t, iterations, counter)
} | send stop job for TestNewDispatcher test | ivpusic_grpool | train |
bfdd4750fbe9093dcc0eb3ea80c11bc5a14e9b99 | diff --git a/simple_settings/strategies/yaml_file.py b/simple_settings/strategies/yaml_file.py
index <HASH>..<HASH> 100644
--- a/simple_settings/strategies/yaml_file.py
+++ b/simple_settings/strategies/yaml_file.py
@@ -12,7 +12,7 @@ class SettingsLoadStrategyYaml(object):
@classmethod
def is_valid_file(cls,... | add yml extension in yaml strategy | drgarcia1986_simple-settings | train |
4afcc427bd19482f42e143e001d459035c81c211 | diff --git a/js/bitvavo.js b/js/bitvavo.js
index <HASH>..<HASH> 100644
--- a/js/bitvavo.js
+++ b/js/bitvavo.js
@@ -17,6 +17,7 @@ module.exports = class bitvavo extends Exchange {
'rateLimit': 500,
'version': 'v2',
'certified': false,
+ 'pro': true,
'has': {... | bitvavo added to ccxt pro | ccxt_ccxt | train |
a060731416357f6915a12cd3fa90fb4aa4940a54 | diff --git a/src/grid/ClientGridView.php b/src/grid/ClientGridView.php
index <HASH>..<HASH> 100644
--- a/src/grid/ClientGridView.php
+++ b/src/grid/ClientGridView.php
@@ -65,6 +65,7 @@ class ClientGridView extends BoxedGridView
'state' => [
'class' => RefColumn::class,
'f... | added narrow-filter for type and state in client grid | hiqdev_hipanel-module-client | train |
e9fce441956642bef3548e3181d72a88317efa65 | diff --git a/datasette/app.py b/datasette/app.py
index <HASH>..<HASH> 100644
--- a/datasette/app.py
+++ b/datasette/app.py
@@ -78,6 +78,7 @@ class BaseView(HTTPMethodView):
self.files = datasette.files
self.jinja = datasette.jinja
self.executor = datasette.executor
+ self.cache_headers... | Don't serve cache headers in debug or refresh modes | simonw_datasette | train |
7239527448001741c0552efb26f5f5aa33ec086f | diff --git a/app.go b/app.go
index <HASH>..<HASH> 100644
--- a/app.go
+++ b/app.go
@@ -6,6 +6,7 @@ import (
"github.com/Financial-Times/go-fthealth/v1a"
"github.com/Financial-Times/http-handlers-go/httphandlers"
"github.com/Financial-Times/public-brands-api/brands"
+ "github.com/Financial-Times/service-status-go/... | Add in a good2go check | Financial-Times_public-brands-api | train |
dcd914d9bfd64d453615fc4694e11dafa66b80b5 | diff --git a/lib/virtus/attribute_set.rb b/lib/virtus/attribute_set.rb
index <HASH>..<HASH> 100644
--- a/lib/virtus/attribute_set.rb
+++ b/lib/virtus/attribute_set.rb
@@ -118,7 +118,7 @@ module Virtus
# @api private
def reset
block = lambda { |attribute| @index[attribute.name] = attribute }
- @par... | Use the accessor for @parent, rather than the ivar directly | solnic_virtus | train |
6a4358904b74447dd63ff19338425ea7cae501a5 | diff --git a/src/main/java/com/notnoop/apns/ApnsServiceBuilder.java b/src/main/java/com/notnoop/apns/ApnsServiceBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/notnoop/apns/ApnsServiceBuilder.java
+++ b/src/main/java/com/notnoop/apns/ApnsServiceBuilder.java
@@ -101,6 +101,13 @@ public class ApnsService... | Issue a note about password-less certificates
Closes #<I> | notnoop_java-apns | train |
8d4a197d1921b0ce1ac583aa515d82067b4cbaff | diff --git a/framework/web/UrlRule.php b/framework/web/UrlRule.php
index <HASH>..<HASH> 100644
--- a/framework/web/UrlRule.php
+++ b/framework/web/UrlRule.php
@@ -477,7 +477,7 @@ class UrlRule extends Object implements UrlRuleInterface
$url = substr($url, 0, $pos) . preg_replace('#/+#', '/', substr($ur... | Fix bug with creating URL in UrlRule with optional params at the beginning of pattern. | yiisoft_yii2 | train |
7632d69d73f42c8b616ee2d4337230e58e13416e | diff --git a/plugins/dkim_sign.js b/plugins/dkim_sign.js
index <HASH>..<HASH> 100644
--- a/plugins/dkim_sign.js
+++ b/plugins/dkim_sign.js
@@ -280,7 +280,7 @@ exports.get_sender_domain = function (txn) {
// a fallback, when header parsing fails
var domain;
- try { domain = txn.mail_from.host.toLowerCase(... | Fix TypeError with null mail_from.host (#<I>) | haraka_Haraka | train |
86eaf8feba6b8040c22f43e7d096cf33288c3fc9 | diff --git a/internal/service/amplify/amplify_test.go b/internal/service/amplify/amplify_test.go
index <HASH>..<HASH> 100644
--- a/internal/service/amplify/amplify_test.go
+++ b/internal/service/amplify/amplify_test.go
@@ -55,7 +55,7 @@ func TestAccAmplify_serial(t *testing.T) {
t.Run(name, func(t *testing.T) {
... | Increase sleep time between Amplify tests in an attempt to reduce errors like 'Rate exceeded while calling CreateApp, please slow down or try again later.'. | terraform-providers_terraform-provider-aws | train |
99128537a8b6d011f545b4c3598290c83d9f1e2f | diff --git a/searx/engines/google.py b/searx/engines/google.py
index <HASH>..<HASH> 100644
--- a/searx/engines/google.py
+++ b/searx/engines/google.py
@@ -291,24 +291,27 @@ def response(resp):
title_tag = eval_xpath_getindex(result, title_xpath, 0, default=None)
if title_tag is None:
... | [fix] googel engine - "some results are invalids: invalid content"
Fix google issues listet in the `/stats?engine=google` and message::
some results are invalids: invalid content
The log is::
DEBUG searx : result: invalid content: {'url': '<URL>', None, 'some results are invalids: ... | asciimoo_searx | train |
4a43211d6e720cea730e8a48611be17bf4337848 | diff --git a/kong/management/commands/assume.py b/kong/management/commands/assume.py
index <HASH>..<HASH> 100644
--- a/kong/management/commands/assume.py
+++ b/kong/management/commands/assume.py
@@ -26,6 +26,9 @@ class Command(BaseCommand):
help="Print all options"),
)
+ def complete(self... | Add bash completion (with a patched django). Otherwise this should just
be ignored. | ericholscher_django-kong | train |
9c32d560187fbb64f236c04b1953a2d63b0cd9d9 | diff --git a/src/Controller/UsersController.php b/src/Controller/UsersController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/UsersController.php
+++ b/src/Controller/UsersController.php
@@ -381,11 +381,13 @@ class UsersController extends BackendAppController
*/
public function profile()
{
+ ... | update the chosen backend language in the session after a successful profile change | wasabi-cms_core | train |
e87be552cb604fd83da19a3bb23c0a8eadc47512 | diff --git a/src/lib/interface.py b/src/lib/interface.py
index <HASH>..<HASH> 100644
--- a/src/lib/interface.py
+++ b/src/lib/interface.py
@@ -953,9 +953,8 @@ class XInterfaceBase(threading.Thread):
except error.BadWindow as e:#TODO_PY3
print(__name__, repr(e))
return ""
- # ex... | Added get_window_title default exception handler
Previous developers had commented out the default exception handler from
the get_window_title() function. My exception (BadAtom) wasn't being
handled, and adding an explicit handler seemed to generate too much
verbose noise.
Without the default handler, the abbreviati... | autokey_autokey | train |
55be0ee4b08b6cac4722dc59551bc31bb3bbb936 | diff --git a/connector/api.py b/connector/api.py
index <HASH>..<HASH> 100755
--- a/connector/api.py
+++ b/connector/api.py
@@ -25,26 +25,34 @@ class connector:
data = r.delete(self.address+'/notification/callback',headers={"Authorization":"Bearer "+self.bearer})
return data.status_code
+ # Constantly long po... | made longpolling its own thread type thing | ARMmbed_mbed-connector-api-python | train |
11b46ccb9778ce647b504e7d0a2b7888175500d5 | diff --git a/dfply/base.py b/dfply/base.py
index <HASH>..<HASH> 100644
--- a/dfply/base.py
+++ b/dfply/base.py
@@ -160,7 +160,7 @@ def _arg_extractor(args):
"""
flat = []
for arg in args:
- if isinstance(arg, (list, tuple)):
+ if hasattr(arg, '__iter__'):
flat.extend(_arg_extra... | fix to arg flattener. now works with iterables (except strings) in general rather than just lists and tuples | kieferk_dfply | train |
58aecb90924c48bafcbc4f93bd9b7190980918bc | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ def check_setuptools():
check_setuptools()
setup(name='instana',
- version='1.10.6',
+ version='1.10.7',
url='https://www.instana.com/',
project_urls={
'CI: Travis': 'https... | Bump package version to <I> | instana_python-sensor | train |
4cda2ae7dd2d51ae727176fe116cef2cef904eea | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
## master (unreleased)
* Fix `Checkstyle` output format to handle lints with no associated linter
+* Ignore comments in `SpaceBeforeScript` linter
## 0.18.1
diff --git a/lib/haml_lint/lint... | Ignore comments in SpaceBeforeScript
Fixes #<I> | sds_haml-lint | train |
0dd12dc2f71b40dc24b9e4cc245c9dfeb9a41a22 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ cache:
env:
global:
# If changing this number, please also change it in `testing/testing.go`.
- - STRIPE_MOCK_VERSION=0.80.0
+ - STRIPE_MOCK_VERSION=0.82.0
go:
- "1.9.x"
diff --g... | Add support for tax rates with Checkout Sessions | stripe_stripe-go | train |
56efb0ba961bdedd109004339aba09b7d003a9ab | diff --git a/src/you_get/common.py b/src/you_get/common.py
index <HASH>..<HASH> 100755
--- a/src/you_get/common.py
+++ b/src/you_get/common.py
@@ -1215,10 +1215,11 @@ def script_main(script_name, download, download_playlist, **kwargs):
-t | --timeout <SECONDS> Set socket timeout.
-d | --debug ... | add support for send the password from cli | soimort_you-get | train |
4df3898ee46565398aa0fd7b9ec596a8d3568a55 | diff --git a/views/js/test/actionBarHook/test.js b/views/js/test/actionBarHook/test.js
index <HASH>..<HASH> 100644
--- a/views/js/test/actionBarHook/test.js
+++ b/views/js/test/actionBarHook/test.js
@@ -138,7 +138,7 @@ define([
QUnit.asyncTest('ordering', function(assert){
- QUnit.expect(5);
+ QU... | fixed ordering algorithm in _appendOrder | oat-sa_extension-tao-testqti | train |
61ad50c556a0991aa3db26b5f4209fb72b586b61 | diff --git a/lib/ApiWeb.php b/lib/ApiWeb.php
index <HASH>..<HASH> 100644
--- a/lib/ApiWeb.php
+++ b/lib/ApiWeb.php
@@ -84,7 +84,9 @@ class ApiWeb extends ApiCLI {
}
function upgradeChecker(){
// Checks for ATK upgrades and shows current version
- $this->add('UpgradeChecker',null,'version');
+ if... | Do not show version if no version tag found | atk4_atk4 | train |
aab4c0eddd180b145b810d179a8a770b6980f63c | diff --git a/app/inventory/barcode/controller.js b/app/inventory/barcode/controller.js
index <HASH>..<HASH> 100644
--- a/app/inventory/barcode/controller.js
+++ b/app/inventory/barcode/controller.js
@@ -1,4 +1,16 @@
export default Ember.ObjectController.extend({
+ barcodeUri: function() {
+ var id = this.get... | Moved barcodeuri from model to controller;added price to inventory model. | HospitalRun_hospitalrun-frontend | train |
5ab471452097835aa9273debd5130b8df6824592 | diff --git a/pkg/scheduler/algorithm/predicates/utils.go b/pkg/scheduler/algorithm/predicates/utils.go
index <HASH>..<HASH> 100644
--- a/pkg/scheduler/algorithm/predicates/utils.go
+++ b/pkg/scheduler/algorithm/predicates/utils.go
@@ -17,11 +17,8 @@ limitations under the License.
package predicates
import (
- "gith... | Change equivalence hash function.
This changes the equivalence class hashing function to use as inputs all
the Pod fields which are read by FitPredicates. Before we used a
combination of OwnerReference and PersistentVolumeClaim info, which was
a close approximation. The new method ensures that hashing remains
correct ... | kubernetes_kubernetes | train |
04eb7903b10b69403af6eb0a610e2bfe6e414d54 | diff --git a/lib/queue_classic.rb b/lib/queue_classic.rb
index <HASH>..<HASH> 100644
--- a/lib/queue_classic.rb
+++ b/lib/queue_classic.rb
@@ -32,7 +32,12 @@ module QC
# you are using PostgreSQL > 9.0
APP_NAME = ENV["QC_APP_NAME"]
- TABLE_NAME = ENV["QC_TABLE_NAME"] || "queue_classic_jobs"
+ # Why do you want... | please don't modify the table name | QueueClassic_queue_classic | train |
fb0543f7dff7fa2d23a57d7ab8b8dd6094e9181c | diff --git a/angr/analyses/decompiler/ailblock_walker.py b/angr/analyses/decompiler/ailblock_walker.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/decompiler/ailblock_walker.py
+++ b/angr/analyses/decompiler/ailblock_walker.py
@@ -243,6 +243,7 @@ class AILBlockWalker:
if changed:
new_expr = ex... | AILBlockWalker: Update new_expr.depth after replacing operands. | angr_angr | train |
fcc98a1af99f4de6f2d24909dbd450b9cef017ac | diff --git a/src/EventSubscriber/StrawberryfieldEventPresaveSubscriberAsFileStructureGenerator.php b/src/EventSubscriber/StrawberryfieldEventPresaveSubscriberAsFileStructureGenerator.php
index <HASH>..<HASH> 100644
--- a/src/EventSubscriber/StrawberryfieldEventPresaveSubscriberAsFileStructureGenerator.php
+++ b/src/Eve... | Better sanity check for ap:entitymapping
ap:entitymapping is important. People like to find creative ways of destroying what we know is important (not their fault but our responsability)
Just makes sure it is there and if so its an array before trying to access offsets in case someone by mistake passed directly a "st... | esmero_strawberryfield | train |
8ab2fe6f77d43fdd5613569377f9e853a84bcc4d | diff --git a/cmd/gost/main.go b/cmd/gost/main.go
index <HASH>..<HASH> 100644
--- a/cmd/gost/main.go
+++ b/cmd/gost/main.go
@@ -40,7 +40,7 @@ func init() {
flag.Parse()
if printVersion {
- fmt.Fprintf(os.Stderr, "gost %s (%s %s/%s)\n",
+ fmt.Fprintf(os.Stdout, "gost %s (%s %s/%s)\n",
gost.Version, runtime.Ve... | Print version info to Stdout instead of Stderr
Otherwise we can't get the right version information by this:
```shell
gost -V | cut -d' ' -f2
``` | ginuerzh_gost | train |
5f114c7ec8f0345b475d3ef3c69afd956b880d17 | diff --git a/src/rez/serialise.py b/src/rez/serialise.py
index <HASH>..<HASH> 100644
--- a/src/rez/serialise.py
+++ b/src/rez/serialise.py
@@ -72,6 +72,7 @@ def open_file_for_write(filepath, mode=None):
try:
with atomic_write(filepath, overwrite=True, **encoding) as f:
f.write(con... | fix: exit file write retry loop after successfull write
This prevents the `open_file_for_write` function from attempting to
always write the file twice, even when the first write is successful.
It also solves a bug where if the first write was successful,
but the second raises a permission error, the loop will fail to... | nerdvegas_rez | train |
ecb75d62366c7a42077ca610c2ce457a58391b1a | diff --git a/src/state.js b/src/state.js
index <HASH>..<HASH> 100644
--- a/src/state.js
+++ b/src/state.js
@@ -235,18 +235,24 @@ State.prototype.runChain = function(name) {
this.stage = name;
var chain = this.initChain(name);
debug("run chain", name);
- var ok, fail;
chain.final = new Promise(function(resolve, ... | Add ability to chain before finish during chain run.
Fix #<I> | kapouer_window-page | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.