hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
71d0862a28e5711a665e713e971849bc06d9335b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,33 +4,37 @@
"""Setup script for humanize."""
from setuptools import setup, find_packages
-import sys, os
import io
version = '0.5.1'
-# some trove classifiers:
-
-
setup(
name='humanize',
version=versio... | Update Trove classifiers to match tested versions | jmoiron_humanize | train |
85e044a91bf71019d3518c16d1190e705b8dbbab | diff --git a/cumulusci/core/keychain/BaseProjectKeychain.py b/cumulusci/core/keychain/BaseProjectKeychain.py
index <HASH>..<HASH> 100644
--- a/cumulusci/core/keychain/BaseProjectKeychain.py
+++ b/cumulusci/core/keychain/BaseProjectKeychain.py
@@ -32,6 +32,7 @@ class BaseProjectKeychain(BaseConfig):
if not conn... | print message about setting connected_app service | SFDO-Tooling_CumulusCI | train |
5951edcbbd008ad1ab9daeb61b873411dbf6724f | diff --git a/supertable/variables/SuperTableVariable.php b/supertable/variables/SuperTableVariable.php
index <HASH>..<HASH> 100644
--- a/supertable/variables/SuperTableVariable.php
+++ b/supertable/variables/SuperTableVariable.php
@@ -4,6 +4,105 @@ namespace Craft;
class SuperTableVariable
{
+ /**
+ * Expand... | Added a Variable to allow finding elements related through a Super Table field. | verbb_super-table | train |
834b5dadf8cc81087ac1edc17cf876943197391e | diff --git a/nion/swift/DisplayPanel.py b/nion/swift/DisplayPanel.py
index <HASH>..<HASH> 100644
--- a/nion/swift/DisplayPanel.py
+++ b/nion/swift/DisplayPanel.py
@@ -365,10 +365,18 @@ class RelatedIconsCanvasItem(CanvasItem.CanvasItemComposition):
self.set_display(None)
super().close()
+ @proper... | Fix issue with related icons being removed when unrelated dependent changes. | nion-software_nionswift | train |
1a170083fd4e0268555b3f02676976654ba71b9c | diff --git a/public/js/chrome/app.js b/public/js/chrome/app.js
index <HASH>..<HASH> 100644
--- a/public/js/chrome/app.js
+++ b/public/js/chrome/app.js
@@ -1,10 +1,8 @@
// if a gist has been requested, lazy load the gist library and plug it in
-if (/gist(\/.*)?\/\d+/.test(window.location.pathname) && (!sessionStorage.g... | Fix for new gist id and removed automatical saving | jsbin_jsbin | train |
a300ab2752c0858e6fc511c9c06a1f690e26a442 | diff --git a/mathparse/mathwords.py b/mathparse/mathwords.py
index <HASH>..<HASH> 100644
--- a/mathparse/mathwords.py
+++ b/mathparse/mathwords.py
@@ -313,6 +313,58 @@ MATH_WORDS = {
'миллиард': 1000000000,
'триллион': 1000000000000
}
+ },
+ 'POR': {
+ 'unary_operators': ... | Add support for Portuguese (POR) | gunthercox_mathparse | train |
2737c88b189f165e7fe3dd3463b90ab7e87e18a4 | diff --git a/src/pyrocore/scripts/lstor.py b/src/pyrocore/scripts/lstor.py
index <HASH>..<HASH> 100644
--- a/src/pyrocore/scripts/lstor.py
+++ b/src/pyrocore/scripts/lstor.py
@@ -67,28 +67,18 @@ class MetafileLister(ScriptBase):
if idx and not self.options.output:
print
pr... | refactored metafile loading to checked_open() | pyroscope_pyrocore | train |
f1b8d36ec641cb7aebd734706807689214fa3e08 | diff --git a/decidim-dev/lib/decidim/test/i18n_spec.rb b/decidim-dev/lib/decidim/test/i18n_spec.rb
index <HASH>..<HASH> 100644
--- a/decidim-dev/lib/decidim/test/i18n_spec.rb
+++ b/decidim-dev/lib/decidim/test/i18n_spec.rb
@@ -15,4 +15,20 @@ RSpec.describe "I18n" do
expect(unused_keys).to be_empty,
... | Enforce normalizing locales (#<I>) | decidim_decidim | train |
32c9858b85a102e2054e388822bce7008d9f164c | diff --git a/lib/omniship/carriers/ups.rb b/lib/omniship/carriers/ups.rb
index <HASH>..<HASH> 100644
--- a/lib/omniship/carriers/ups.rb
+++ b/lib/omniship/carriers/ups.rb
@@ -475,6 +475,7 @@ module Omniship
@response_text[:error_code] = xml.xpath('/*/Response/Error/ErrorCode').text
@response_text[:err... | Debugging UPS Error Codes | Digi-Cazter_omniship | train |
5155d097653b062f1439f680c7070081491a6bab | diff --git a/system/src/Grav/Common/Utils.php b/system/src/Grav/Common/Utils.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/Utils.php
+++ b/system/src/Grav/Common/Utils.php
@@ -240,6 +240,9 @@ abstract class Utils
ignore_user_abort(false);
+ // fix corrupted files
+ ... | Fix for corrupted downloads in inherited themes - <URL> | getgrav_grav | train |
bcba9dece90070d9855ce55d57c8546905039c7a | diff --git a/Services/AzineNotifierService.php b/Services/AzineNotifierService.php
index <HASH>..<HASH> 100644
--- a/Services/AzineNotifierService.php
+++ b/Services/AzineNotifierService.php
@@ -336,14 +336,17 @@ class AzineNotifierService implements NotifierServiceInterface {
}
$recipientParams[self::CONTENT_IT... | don't send empty newsletters, but add a warning to the log. | azine_email-bundle | train |
9567f4a1a3ebf41cea417c376e7adedfc3122a17 | diff --git a/hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsLogFile.java b/hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsLogFile.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/internal/diagnostics/DiagnosticsLogFile.java
+++ b/hazelcast/src/ma... | DiagnosticLogFiles not deleted when custom directory used | hazelcast_hazelcast | train |
cb3c1dd486ba0a891c81886c1546553fc17f01b8 | diff --git a/lib/serializer.rb b/lib/serializer.rb
index <HASH>..<HASH> 100644
--- a/lib/serializer.rb
+++ b/lib/serializer.rb
@@ -26,6 +26,8 @@ module OpenTox
OT.Algorithm => { RDF["type"] => [{ "type" => "uri", "value" => OWL['Class'] }] } ,
OT.Parameter => { RDF["type"] => [{ "type" => "uri", "... | RDF serialization of metadata fixed for multiple RDF.types | opentox_lazar | train |
84b18a8f77f0904d8fb1a5cbcd8adb6f554ef3f3 | diff --git a/spec/cucumber/parser/table_spec.rb b/spec/cucumber/parser/table_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/cucumber/parser/table_spec.rb
+++ b/spec/cucumber/parser/table_spec.rb
@@ -20,6 +20,7 @@ module Cucumber
it "should parse a row with two cells" do
parse("hello|my|friend").build.sh... | Testing that git push works on branch | cucumber_cucumber-ruby | train |
c506c5a2bdaeddb424bdf081e968befe91d990d1 | diff --git a/gem-proxy/src/main/java/de/saumya/mojo/proxy/Controller.java b/gem-proxy/src/main/java/de/saumya/mojo/proxy/Controller.java
index <HASH>..<HASH> 100644
--- a/gem-proxy/src/main/java/de/saumya/mojo/proxy/Controller.java
+++ b/gem-proxy/src/main/java/de/saumya/mojo/proxy/Controller.java
@@ -31,7 +31,7 @@ pub... | use https instead of http for rubygems.org | torquebox_jruby-maven-plugins | train |
679215de9759ee5cb175257fb142ab722032eaa7 | diff --git a/tsdb/series_iterators.go b/tsdb/series_iterators.go
index <HASH>..<HASH> 100644
--- a/tsdb/series_iterators.go
+++ b/tsdb/series_iterators.go
@@ -30,7 +30,7 @@ type seriesIDSetIterator struct {
}
func NewSeriesIDSetIterator(ss *SeriesIDSet) SeriesIDSetIterator {
- if ss == nil || ss.IsEmpty() {
+ if ss... | chore: Revert "refactor(tsdb): remove read from unexported field (#<I>)" (#<I>)
This reverts commit 0ec2b<I>b<I>c3f<I>ce5c<I>b<I>a8ac<I>a<I>.
Fixes panic. | influxdata_influxdb | train |
404702375c6feb9c9ec46a1257ef047842f7564e | diff --git a/includes/modules/export/mpdf/class-pb-pdf.php b/includes/modules/export/mpdf/class-pb-pdf.php
index <HASH>..<HASH> 100644
--- a/includes/modules/export/mpdf/class-pb-pdf.php
+++ b/includes/modules/export/mpdf/class-pb-pdf.php
@@ -45,6 +45,7 @@ class Pdf extends Export {
* @param array $args
*/
func... | Adding extended time limit to allow pdf builds to complete. | pressbooks_pressbooks | train |
c3014f535e97923b553c9c1d0e74b8a88681ab73 | diff --git a/script/surveyor/specs/answer_spec.rb b/script/surveyor/specs/answer_spec.rb
index <HASH>..<HASH> 100644
--- a/script/surveyor/specs/answer_spec.rb
+++ b/script/surveyor/specs/answer_spec.rb
@@ -2,22 +2,19 @@ require File.dirname(__FILE__) + '/../answer'
describe Answer, " when first created" do
- TES... | fixing surveyor parser answer spec | NUBIC_surveyor | train |
ecd4ed1bdddf64b1a62d4fac9b989698025f14d9 | diff --git a/helper/constraints/semver/constraints_test.go b/helper/constraints/semver/constraints_test.go
index <HASH>..<HASH> 100644
--- a/helper/constraints/semver/constraints_test.go
+++ b/helper/constraints/semver/constraints_test.go
@@ -58,6 +58,9 @@ func TestConstraintCheck(t *testing.T) {
{"= 1.0", "1.0.0", ... | test: assert semvers are *not* compared lexically | hashicorp_nomad | train |
7bb09bca2a92bbd889855124e8bcfa278b8fe530 | diff --git a/addict/__init__.py b/addict/__init__.py
index <HASH>..<HASH> 100644
--- a/addict/__init__.py
+++ b/addict/__init__.py
@@ -2,7 +2,7 @@ from .addict import Dict
__title__ = 'addict'
-__version__ = '0.0.2'
+__version__ = '0.0.3'
__author__ = 'Mats Julian Olsen'
__license__ = 'MIT'
__copyright__ = 'Cop... | Version bump and setup.py has a desc. | mewwts_addict | train |
afd10949f0f2a2a6729ac9b6c7eb9e4d1c0ce839 | diff --git a/django_pandas/io.py b/django_pandas/io.py
index <HASH>..<HASH> 100644
--- a/django_pandas/io.py
+++ b/django_pandas/io.py
@@ -122,4 +122,5 @@ def read_frame(qs, fieldnames=(), index_col=None, coerce_float=False,
if index_col is not None:
df.set_index(index_col, inplace=True)
+ df.index =... | Make it work on DateField as well as DateTimeField | chrisdev_django-pandas | train |
ff402e042c36dc95dc05e1fb63226661483af3fb | diff --git a/pools.go b/pools.go
index <HASH>..<HASH> 100644
--- a/pools.go
+++ b/pools.go
@@ -326,9 +326,11 @@ const HTTP_MAX_RETRY = 5
// Someday golang network packages will implement standard
// error codes. Until then #sigh
func isHttpConnError(err error) bool {
+
estr := err.Error()
return strings.Contains... | MB-<I> : Retry http request when connection reset error is hit
Note: Tried to implement this with net.OpError but it seems that
OpError is not set for requests made with httpClient
Change-Id: Icf2e<I>f<I>ca1c<I>d9bbe<I>d<I>e2a<I>
Reviewed-on: <URL> | couchbase_go-couchbase | train |
ac25819caecd702a96ba61e9c63f9c712470ce07 | diff --git a/metrics2/dogstatsd/dogstatsd.go b/metrics2/dogstatsd/dogstatsd.go
index <HASH>..<HASH> 100644
--- a/metrics2/dogstatsd/dogstatsd.go
+++ b/metrics2/dogstatsd/dogstatsd.go
@@ -108,7 +108,7 @@ func (d *Dogstatsd) WriteTo(w io.Writer) (int64, error) {
adds, sets, obvs := d.buffer.Get()
var count int64
fo... | metrics/dogstatsd: add sample rate to Counter metrics | go-kit_kit | train |
33a0050f587bb7414babe9d079477e7a3f31d49f | diff --git a/Tests/OrientDBCommandIndexLookupTest.php b/Tests/OrientDBCommandIndexLookupTest.php
index <HASH>..<HASH> 100644
--- a/Tests/OrientDBCommandIndexLookupTest.php
+++ b/Tests/OrientDBCommandIndexLookupTest.php
@@ -40,10 +40,12 @@ class OrientDBIndexLookupTest extends OrientDBBaseTesting
$key = 'testke... | Test testIndexLookupOnOpenDB() now cleanup its data | AntonTerekhov_OrientDB-PHP | train |
966b08a1d5a2bc4056355a9915eaa6080bb0897b | diff --git a/bosh-dev/lib/bosh/dev/release_change_promoter.rb b/bosh-dev/lib/bosh/dev/release_change_promoter.rb
index <HASH>..<HASH> 100644
--- a/bosh-dev/lib/bosh/dev/release_change_promoter.rb
+++ b/bosh-dev/lib/bosh/dev/release_change_promoter.rb
@@ -18,6 +18,10 @@ module Bosh::Dev
shell.run("git checkout ... | Clean directory after checking out candidate sha | cloudfoundry_bosh | train |
86fd28b20bebdcbb87e989d264e8effacdbf00fa | diff --git a/ramda.js b/ramda.js
index <HASH>..<HASH> 100644
--- a/ramda.js
+++ b/ramda.js
@@ -755,6 +755,8 @@
return result;
};
+ R.filter = curry2(filter);
+
/**
* filterIdx
*
@@ -791,11 +793,6 @@
return filter(not(fn), list);
};
- ... | Move filter export near declaration, replace docstring | ramda_ramda | train |
1af05c6b0ed98a6977cc1a07dc598e22e7e64796 | diff --git a/lib/util/data-server.js b/lib/util/data-server.js
index <HASH>..<HASH> 100644
--- a/lib/util/data-server.js
+++ b/lib/util/data-server.js
@@ -15,7 +15,9 @@ if (!(config.frameCacheSize > 0) || config.frameCacheSize < 720) {
var CLEAR_INTERVAL = 6000;
var CACHE_TIME = 1000 * 60 * 2;
+var BODY_CACHE_TIME ... | refactor: refine request data cache | avwo_whistle | train |
8ba6d4b0ea661fd6c701fed56212ecc9c4acabb2 | diff --git a/src/installer/lombok/installer/IdeLocation.java b/src/installer/lombok/installer/IdeLocation.java
index <HASH>..<HASH> 100644
--- a/src/installer/lombok/installer/IdeLocation.java
+++ b/src/installer/lombok/installer/IdeLocation.java
@@ -66,7 +66,7 @@ public abstract class IdeLocation {
}
private st... | Add more characters not to escape on Windows. Fixes #<I> | rzwitserloot_lombok | train |
18a65016142f63d04dc2da9789ec7bda3a6b3eb8 | diff --git a/src/Config.php b/src/Config.php
index <HASH>..<HASH> 100644
--- a/src/Config.php
+++ b/src/Config.php
@@ -14,21 +14,23 @@ class Config implements \ArrayAccess
protected $config = [];
/**
- * Class constructor, runs on object creation.
+ * Create a Config object.
*
* @param m... | Creating and loading a config can now be prefixed | PHLAK_Config | train |
04f62f23b235daf7618a240042e25cf2c4e89b5b | diff --git a/rqalpha/__init__.py b/rqalpha/__init__.py
index <HASH>..<HASH> 100644
--- a/rqalpha/__init__.py
+++ b/rqalpha/__init__.py
@@ -63,6 +63,7 @@ def run_ipython_cell(line, cell=None):
args = line.split()
args.extend(["--source-code", cell if cell is not None else ""])
try:
+ # It raise exc... | wrapper report as attrdict | ricequant_rqalpha | train |
6446d747336a8f78c2ee9bf1a2e469c1255395be | diff --git a/lib/capybara/spec/test_app.rb b/lib/capybara/spec/test_app.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara/spec/test_app.rb
+++ b/lib/capybara/spec/test_app.rb
@@ -6,6 +6,8 @@ class TestApp < Sinatra::Base
set :root, File.dirname(__FILE__)
set :static, true
+ # Also check lib/capybara/spec/views... | Add conspicuous pointer at top of spec/test_app.rb to help contributors | teamcapybara_capybara | train |
d7e54c93c0a11739d45182b975d9a8f2975c5cf6 | diff --git a/lib/rbnacl/signatures/ed25519/signing_key.rb b/lib/rbnacl/signatures/ed25519/signing_key.rb
index <HASH>..<HASH> 100644
--- a/lib/rbnacl/signatures/ed25519/signing_key.rb
+++ b/lib/rbnacl/signatures/ed25519/signing_key.rb
@@ -81,6 +81,20 @@ module RbNaCl
buffer[0, signature_bytes]
end
... | Added functions to the SigninKey and to the VeryKey classes for signed messages
Added functions sign_full and verify_full to work with messages combined with
their signatures, in comparison to the sign and verify. | crypto-rb_rbnacl | train |
b7fffc2ee313a0f09bb3d10083694c212726e0f4 | diff --git a/is_core/__init__.py b/is_core/__init__.py
index <HASH>..<HASH> 100644
--- a/is_core/__init__.py
+++ b/is_core/__init__.py
@@ -11,7 +11,7 @@ def autodiscover():
except ImportError as ex:
pass
-VERSION = (0, 3, 0)
+VERSION = (0, 3, 1)
def get_version():
return '.'.join(map(str... | REST return boolean as yes/no and field with choices as get_foo_display | matllubos_django-is-core | train |
f78d77886377269013e6b6a2303d0c855d8b2711 | diff --git a/lantern/fitness/chisquared.py b/lantern/fitness/chisquared.py
index <HASH>..<HASH> 100644
--- a/lantern/fitness/chisquared.py
+++ b/lantern/fitness/chisquared.py
@@ -1,18 +1,20 @@
"""Chi Squared Scoring function"""
-import string
-
from lantern.analysis.frequency import (
frequency_analyze, chi_sq... | Docs and cleanup for the ChiSquared fitness function | CameronLonsdale_lantern | train |
8cf0b80a7843633018b66a35d9a55f30814a56b6 | diff --git a/integration/buildfile_test.go b/integration/buildfile_test.go
index <HASH>..<HASH> 100644
--- a/integration/buildfile_test.go
+++ b/integration/buildfile_test.go
@@ -2,11 +2,11 @@ package docker
import (
"fmt"
- "github.com/dotcloud/docker"
"github.com/dotcloud/docker/archive"
"github.com/dotcloud... | Update integration tests for server pkg
Docker-DCO-<I>- | containers_storage | train |
d2df380d4711734b184a3b62d9bbe0a93b966f65 | diff --git a/source/library/com/restfb/types/send/MediaAttachment.java b/source/library/com/restfb/types/send/MediaAttachment.java
index <HASH>..<HASH> 100644
--- a/source/library/com/restfb/types/send/MediaAttachment.java
+++ b/source/library/com/restfb/types/send/MediaAttachment.java
@@ -26,22 +26,57 @@ import com.re... | Issue #<I> - attachment_id and is_reusable added | restfb_restfb | train |
2fe585428b4b97387e8820d16e27b9354b1c6edf | diff --git a/Console/AuthMakeCommand.php b/Console/AuthMakeCommand.php
index <HASH>..<HASH> 100644
--- a/Console/AuthMakeCommand.php
+++ b/Console/AuthMakeCommand.php
@@ -126,7 +126,7 @@ class AuthMakeCommand extends Command
protected function getViewPath($path)
{
return implode(DIRECTORY_SEPARATOR, ... | Apply fixes from StyleCI (#<I>) | illuminate_auth | train |
17773ad492dd334822a00e1dcd41afe77bdc699f | diff --git a/app/models/no_cms/pages/page.rb b/app/models/no_cms/pages/page.rb
index <HASH>..<HASH> 100644
--- a/app/models/no_cms/pages/page.rb
+++ b/app/models/no_cms/pages/page.rb
@@ -26,8 +26,9 @@ module NoCms::Pages
after_move :rebuild_path
def set_slug_and_path
- self.slug = title.parameterize if... | Bad testing caused a false positive :(
Now we really test that a page with an empty slug and a parent doesn't get the empty slug | simplelogica_nocms-pages | train |
33c2f401cd3e104bae125912a5e757a19fbcdc69 | diff --git a/spec/shared/spec/dusen/active_record/base_ext_spec.rb b/spec/shared/spec/dusen/active_record/base_ext_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/shared/spec/dusen/active_record/base_ext_spec.rb
+++ b/spec/shared/spec/dusen/active_record/base_ext_spec.rb
@@ -181,6 +181,24 @@ shared_examples_for 'model w... | Add specs for .where_like | makandra_dusen | train |
9faf29821fc4cb959b0459da7adb10be93ab4209 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -457,10 +457,6 @@ func (c *Client) importBits(indexName string, frameName string, slice uint64, bi
host: node.Host,
port: node.Port,
}
- err = c.importNode(uri, bitsToImportRequest(indexName, frameName, sli... | remove repeated call to importNode
I think we were actually double importing - this appears to be a bug introduced
by a merge - especially since the error message is wrong. | pilosa_go-pilosa | train |
af390bbb546947f3f4cb122c304087f97654d2a1 | diff --git a/openpnm/models/physics/electrical_conductance.py b/openpnm/models/physics/electrical_conductance.py
index <HASH>..<HASH> 100644
--- a/openpnm/models/physics/electrical_conductance.py
+++ b/openpnm/models/physics/electrical_conductance.py
@@ -3,7 +3,79 @@ Pore-scale models for calculating the electrical con... | added electrical conductance model consistent with the new size factor [ci skip] | PMEAL_OpenPNM | train |
db33d75559dcd97633d28eb078a721d3765d6feb | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -57,6 +57,7 @@ module.exports = (config = {}) => {
// defaults
client.apiVersion = config.apiVersion || 'v1';
client.endpoint = config.endpoint || process.env.VAULT_ADDR || 'http://127.0.0.1:8200';
+ ... | Fixes for path prefixing on Vault. Use client.handleVaultResponse than handleVaultResponse | kr1sp1n_node-vault | train |
da0d14f7c39bed77cf5665088936c10b528ceef1 | diff --git a/classes/PodsForm.php b/classes/PodsForm.php
index <HASH>..<HASH> 100644
--- a/classes/PodsForm.php
+++ b/classes/PodsForm.php
@@ -428,7 +428,7 @@ class PodsForm {
if ( 0 < strlen( pods_v( 'label', $options, '' ) ) )
$_attributes[ 'data-label' ] = strip_tags( pods_v( 'label', $... | *#<I> Use form_counter in ID attribute to be unique and prevent conflicts | pods-framework_pods | train |
770a1f954dfbd1b956ffceaf67c38f10a4de4401 | diff --git a/okhttp/pom.xml b/okhttp/pom.xml
index <HASH>..<HASH> 100644
--- a/okhttp/pom.xml
+++ b/okhttp/pom.xml
@@ -26,6 +26,9 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<excludePackageNames>com.squareup.okhttp.internal:com.squareup.okhttp.internal.*</excludePackage... | Small cleanups.
Return the OkHttpClient on setters.
Remove some completed TODOs in Call.
Link to Okio in Javadoc. | square_okhttp | train |
23ccdb1faf8fe2e504a1b7d3ac101311c03cd433 | diff --git a/simulator/src/main/java/com/hazelcast/simulator/worker/performance/WorkerPerformanceMonitor.java b/simulator/src/main/java/com/hazelcast/simulator/worker/performance/WorkerPerformanceMonitor.java
index <HASH>..<HASH> 100644
--- a/simulator/src/main/java/com/hazelcast/simulator/worker/performance/WorkerPerf... | Removed PerformanceTrackers from finished TestContainers to prevent stale data to be sent over the wire and written to files until all tests have finished. | hazelcast_hazelcast-simulator | train |
acf1266ac8f81952b5cf2aef2e95e863a5da3b14 | diff --git a/test/unit/test_http.rb b/test/unit/test_http.rb
index <HASH>..<HASH> 100644
--- a/test/unit/test_http.rb
+++ b/test/unit/test_http.rb
@@ -26,15 +26,62 @@ class SSRFProxyHTTPTest < Minitest::Test
end
#
- # @note test creating SSRFProxy::HTTP objects with valid params
+ # @note test creating SSRFPr... | Add tests for SSRF request methods | bcoles_ssrf_proxy | train |
b1106b5e0057cdef84e8a610e1dfddae6628f67b | diff --git a/charts/Bar.js b/charts/Bar.js
index <HASH>..<HASH> 100644
--- a/charts/Bar.js
+++ b/charts/Bar.js
@@ -61,6 +61,7 @@ export default class Bar extends Component{
this.padding = {
top:
+ // releated to font size of title and subtitle.
(this.props.title ? 50 : 0) +
( this.props.subtitle ... | update mockup,added comments. | react-native-china_react-native-animate-chart | train |
6e5e6ef28ef46cb474a632a353bdb4f3e4d11582 | diff --git a/rosetta/views.py b/rosetta/views.py
index <HASH>..<HASH> 100644
--- a/rosetta/views.py
+++ b/rosetta/views.py
@@ -371,7 +371,7 @@ def lang_sel(request, langid, idx):
third_party_apps = rosetta_i18n_catalog_filter in ('all', 'third-party')
django_apps = rosetta_i18n_catalog_filter in ('all... | fixed lang_sel view picking the wrong file. | mbi_django-rosetta | train |
d42736bff9316eb7aaa222554ab3e70559a6467c | diff --git a/sock_modules/emoji.js b/sock_modules/emoji.js
index <HASH>..<HASH> 100644
--- a/sock_modules/emoji.js
+++ b/sock_modules/emoji.js
@@ -2,7 +2,7 @@
var async = require('async');
var discourse,
configuration,
- emojiSig = "<!-- Emoji'd by";
+ emojiSig = '<!-- Emoji\'d by';
exports.description ... | Code style tweaks
So @accalia doesn't shout at me when my code triggers a million eslint
errors ☺ | SockDrawer_SockBot | train |
77e6a5a61ffa3e187b784f999123d384e4e5bc8f | diff --git a/src/ducks/triggers/index.js b/src/ducks/triggers/index.js
index <HASH>..<HASH> 100644
--- a/src/ducks/triggers/index.js
+++ b/src/ducks/triggers/index.js
@@ -49,14 +49,14 @@ export const buildTriggerFrequencyOptions = (konnector, options) => {
frequency: parseFrequency(konnector.frequency)
}
- i... | ☔️ test: better trigger frequency test | cozy_cozy-home | train |
137d950a997f8af56eac513b393842733015f0d2 | diff --git a/gwpy/segments/flag.py b/gwpy/segments/flag.py
index <HASH>..<HASH> 100644
--- a/gwpy/segments/flag.py
+++ b/gwpy/segments/flag.py
@@ -345,9 +345,9 @@ class DataQualityFlag(object):
@padding.setter
def padding(self, pad):
if pad is None:
- self._padding = (float(0), float(0))
+... | Added check for None entry in pad tuple | gwpy_gwpy | train |
c35cc2763b21a366d7c4323778f7191c26aed3f8 | diff --git a/packages/heroku-redis-jsplugin/lib/commands/redis/shared.js b/packages/heroku-redis-jsplugin/lib/commands/redis/shared.js
index <HASH>..<HASH> 100644
--- a/packages/heroku-redis-jsplugin/lib/commands/redis/shared.js
+++ b/packages/heroku-redis-jsplugin/lib/commands/redis/shared.js
@@ -1,5 +1,6 @@
'use str... | Pass headers down to Redis API | heroku_cli | train |
f7aaf8a0a5a5df97f2a3d21dca893931a7e5b629 | diff --git a/src/Processes/Schema.php b/src/Processes/Schema.php
index <HASH>..<HASH> 100644
--- a/src/Processes/Schema.php
+++ b/src/Processes/Schema.php
@@ -17,6 +17,8 @@ class Migrations
{
public static function exec($rt = null)
{
+ Schema::ini();
+ //
$root = is_null($rt) ? Process::root : $rt ;
//
... | init schema and replace inc function by id function because it deprecated | vinala_kernel | train |
529070b6e113f382d5c7c7163c1fe0fb96feb48d | diff --git a/pycbc/__init__.py b/pycbc/__init__.py
index <HASH>..<HASH> 100644
--- a/pycbc/__init__.py
+++ b/pycbc/__init__.py
@@ -12,6 +12,3 @@ Provides
"""
__author__ = 'Karsten Wiesner <karsten.wiesner@ligo.org>'
-__all__ = ["datavecstim_opencl, datavecterm_cpu, datavector, fft, \
- highpassfilter, in... | temporarily removed the __all__ list from the top-level __init__.py | gwastro_pycbc | train |
a6eb2d4bd1148aeb2ac3272bb22c1731b35ed22e | diff --git a/test/RetrieveRecord.test.php b/test/RetrieveRecord.test.php
index <HASH>..<HASH> 100644
--- a/test/RetrieveRecord.test.php
+++ b/test/RetrieveRecord.test.php
@@ -170,7 +170,7 @@ public function testGetRowNumberFromOtherColumns($filePath) {
$originalRows = TestHelper::createCsv($filePath);
$csv = new Cs... | Fix off-by-one error in test | g105b_phpcsv | train |
522f608d02cb8ab82a2ee8cc3ac9d5717f6ae90c | diff --git a/course/mod.php b/course/mod.php
index <HASH>..<HASH> 100644
--- a/course/mod.php
+++ b/course/mod.php
@@ -5,6 +5,7 @@
require("../config.php");
require("lib.php");
+ require_login();
if (isset($cancel)) {
if (!empty($SESSION->returnpage)) {
@@ -26,8 +27,6 @@
$m... | Important bug fixed! Non-teachers could modify course! | moodle_moodle | train |
8fba0f4a51a91e5735e5d1fc08cec39cc6ea34f1 | diff --git a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java b/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java
index <HASH>..<HASH> 100644
--- a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java
+++ b/clevertap-android-sdk/src... | feat(Product Config):
1. Added checks to avoid subsequent fetch & activate requests if already requested
<URL> | CleverTap_clevertap-android-sdk | train |
99ea9259265858f7a04e243df438cea38038dfdd | diff --git a/src/Db/Redis.php b/src/Db/Redis.php
index <HASH>..<HASH> 100644
--- a/src/Db/Redis.php
+++ b/src/Db/Redis.php
@@ -4,8 +4,20 @@ namespace Siler\Redis;
use Siler\Container;
+/**
+ * Default Redis instance name on Siler\Container.
+ */
const DEFAULT_INSTANCE = 'redis_default_instance';
+/**
+ * Creat... | redis: fix instance usage and add docblocks | leocavalcante_siler | train |
e5c4d1e9ab5e33f99cd175dd1d3702dd7b0cf4a8 | diff --git a/Notifications/ResetPassword.php b/Notifications/ResetPassword.php
index <HASH>..<HASH> 100644
--- a/Notifications/ResetPassword.php
+++ b/Notifications/ResetPassword.php
@@ -60,7 +60,7 @@ class ResetPassword extends Notification
->subject(Lang::getFromJson('Reset Password Notification'))
... | Pass second argument to Lang::getFromJson as an array. | illuminate_auth | train |
34946ee827f1c9c3baaac8ed17eeac4f913d4089 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
python_requires='~=3.3',
description='This is a library used to manipulate and verify ipv4 address\'s. ucast and mcast',
keywords='ipv4 ip multicast unicast network engineer',
- url='htt... | Updated setup.py to point to readthedocs | btr1975_ipaddresstools | train |
07a4ce43c9d1a0e13570e9b4b4b17e0574f4f52c | diff --git a/lib/mongoid/validations/referenced.rb b/lib/mongoid/validations/referenced.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/validations/referenced.rb
+++ b/lib/mongoid/validations/referenced.rb
@@ -38,7 +38,7 @@ module Mongoid #:nodoc:
def validate_each(document, attribute, value)
document.... | want to check if target is there or not directly, to catch not yet persisted
things | mongodb_mongoid | train |
31f85c8faa5c2fcff761950cee99db5c1358b576 | diff --git a/python_modules/dagit/dagit/pipeline_execution_manager.py b/python_modules/dagit/dagit/pipeline_execution_manager.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagit/dagit/pipeline_execution_manager.py
+++ b/python_modules/dagit/dagit/pipeline_execution_manager.py
@@ -1,4 +1,5 @@
from __future__ impo... | Fix potential flakiness (#<I>)
By making the process collection more thread-safe. | dagster-io_dagster | train |
ec2fb9fee40bb90e650a552843d7220006df85fa | diff --git a/source/Core/Database/Doctrine.php b/source/Core/Database/Doctrine.php
index <HASH>..<HASH> 100644
--- a/source/Core/Database/Doctrine.php
+++ b/source/Core/Database/Doctrine.php
@@ -64,9 +64,7 @@ class Doctrine extends oxLegacyDb
*/
protected function createConnection()
{
- $connecti... | ESDEV-<I> Remove unnecessary local variable.
(cherry picked from commit <I>bbcf7) | OXID-eSales_oxideshop_ce | train |
b183dd5c77a5acc0f90fea750eef7d3d8757b3c6 | diff --git a/pyscada/hmi/static/pyscada/js/admin/display_inline_protocols_variable.js b/pyscada/hmi/static/pyscada/js/admin/display_inline_protocols_variable.js
index <HASH>..<HASH> 100644
--- a/pyscada/hmi/static/pyscada/js/admin/display_inline_protocols_variable.js
+++ b/pyscada/hmi/static/pyscada/js/admin/display_in... | Fix for variable model name
Fix for variable model name not like model + variable but model + ... | trombastic_PyScada | train |
2f9d70ded4e434102138265a15a04bfffe6015e1 | diff --git a/appinst/platforms/win32.py b/appinst/platforms/win32.py
index <HASH>..<HASH> 100644
--- a/appinst/platforms/win32.py
+++ b/appinst/platforms/win32.py
@@ -35,6 +35,8 @@ class Win32(object):
Install application menus.
"""
+ self._unistall = unistall
+
# Defaults when no en... | adding removing of desktop and quicklaunch items | ContinuumIO_menuinst | train |
f632f3a5b354c03a1f9fe4b805c349f871ba47cd | diff --git a/dbt/config.py b/dbt/config.py
index <HASH>..<HASH> 100644
--- a/dbt/config.py
+++ b/dbt/config.py
@@ -1,21 +1,33 @@
import os.path
import yaml
+import yaml.scanner
-import dbt.project as project
+import dbt.exceptions
+from dbt.logger import GLOBAL_LOGGER as logger
-def read_config(profiles_dir):
+... | handle yaml errors (#<I>) | fishtown-analytics_dbt | train |
2461e9048b71d3be5764bb795f8c18067f6703ac | diff --git a/library/CM/Model/Stream/Publish.php b/library/CM/Model/Stream/Publish.php
index <HASH>..<HASH> 100644
--- a/library/CM/Model/Stream/Publish.php
+++ b/library/CM/Model/Stream/Publish.php
@@ -23,14 +23,14 @@ class CM_Model_Stream_Publish extends CM_Model_Stream_Abstract {
return CM_Db_Db::select('cm... | move onUnpublish() call to onDeleteAfter() | cargomedia_cm | train |
75d9cf5b2c05786c5409c6761bf42e6e9e425179 | diff --git a/src/sap.m/src/sap/m/Dialog.js b/src/sap.m/src/sap/m/Dialog.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/Dialog.js
+++ b/src/sap.m/src/sap/m/Dialog.js
@@ -519,10 +519,6 @@ function(
//restore the focus after rendering when dialog is already open
this._setInitialFocus();
}
-
- if ... | [INTERNAL][FIX] sap.m.Dialog: Footer rendering fixed
Issue:
When the footer toolbar is rerendered without triggering
dialog rendering and the dialog is of type "Message"
the sapContrast and sapContrastPlus classes were not
getting removed.
BCP: <I>
Change-Id: I3e<I>e<I>f8c5de<I>b<I>ba<I>a6a5f6fa<I>d | SAP_openui5 | train |
e4cced12a78d183789e2cc83faeaf356a170f8a0 | diff --git a/holoviews/plotting/bokeh/util.py b/holoviews/plotting/bokeh/util.py
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/bokeh/util.py
+++ b/holoviews/plotting/bokeh/util.py
@@ -53,7 +53,8 @@ def convert_timestamp(timestamp):
"""
Converts bokehJS timestamp to datetime64.
"""
- return np.d... | Apply utc offset to bokeh callback datetimes (#<I>) | pyviz_holoviews | train |
94510db26584f43d829045042cae978d3df9d732 | diff --git a/Command/FixturesLoadCommand.php b/Command/FixturesLoadCommand.php
index <HASH>..<HASH> 100644
--- a/Command/FixturesLoadCommand.php
+++ b/Command/FixturesLoadCommand.php
@@ -14,12 +14,16 @@ class FixturesLoadCommand extends ContainerAwareCommand {
->setName('khepin:yamlfixtures:load')
... | add possibility to purge the database.
Add option --nopurge on command line to avoid purging data | khepin_KhepinYamlFixturesBundle | train |
d7d1a4175362205675b27d3d6265e94a066e874b | diff --git a/raiden/constants.py b/raiden/constants.py
index <HASH>..<HASH> 100644
--- a/raiden/constants.py
+++ b/raiden/constants.py
@@ -213,7 +213,7 @@ ETH_GET_LOGS_THRESHOLD_FAST = ETH_GET_LOGS_TIMEOUT // 4
ETH_GET_LOGS_THRESHOLD_SLOW = ETH_GET_LOGS_TIMEOUT // 2
# Keep in sync with .circleci/config.yaml
-HIGHES... | Update highest supported geth version to <I> | raiden-network_raiden | train |
8706908bed44e627303bfcca87a48a2e011335e6 | diff --git a/lib/chef/knife/node_run_list_set.rb b/lib/chef/knife/node_run_list_set.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/knife/node_run_list_set.rb
+++ b/lib/chef/knife/node_run_list_set.rb
@@ -31,7 +31,11 @@ class Chef
def run
node = Chef::Node.load(@name_args[0])
- if @name_args.size... | Adds another test for correct amount of arguments
@fnichol and I paired on this and come to this method.
We split the tests into two cases for test readability. | chef_chef | train |
f3474c00cd6d9e5fd61b6ef1562003e9986ad67d | diff --git a/src/event.js b/src/event.js
index <HASH>..<HASH> 100644
--- a/src/event.js
+++ b/src/event.js
@@ -776,11 +776,10 @@ jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
});
// Prevent memory leaks in IE
-// And prevent errors on refresh with events like mouseover in other browsers
//... | fix for #<I>, event memory leak limited to IE only via conditional compilation | jquery_jquery | train |
5d84eaae0e00c8a7d15f908d071499273f9232f8 | diff --git a/bitex/interfaces/rocktrading.py b/bitex/interfaces/rocktrading.py
index <HASH>..<HASH> 100644
--- a/bitex/interfaces/rocktrading.py
+++ b/bitex/interfaces/rocktrading.py
@@ -49,7 +49,8 @@ class RockTradingLtd(RockTradingREST):
def _place_order(self, side, pair, price, size, **kwargs):
q = {'f... | added further support for bitex standardized methods for rocktrading interface | Crypto-toolbox_bitex | train |
4b4fd7678c2518c945a9fcce9cd857cfdd4ccfad | diff --git a/EventListener/CartSubscriber.php b/EventListener/CartSubscriber.php
index <HASH>..<HASH> 100755
--- a/EventListener/CartSubscriber.php
+++ b/EventListener/CartSubscriber.php
@@ -15,7 +15,7 @@ use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
use Symfony\Component\HttpKernel\KernelEvents;
use ... | DistributionBundle
(cherry picked from commit <I>a<I>c<I>bb<I>cbc<I>c3e5c<I>a<I>c<I>) | WellCommerce_CouponBundle | train |
ff3473c05dac06366a7064e7f3d2586fabfb0851 | diff --git a/doc/source/whatsnew/v0.17.0.txt b/doc/source/whatsnew/v0.17.0.txt
index <HASH>..<HASH> 100644
--- a/doc/source/whatsnew/v0.17.0.txt
+++ b/doc/source/whatsnew/v0.17.0.txt
@@ -894,7 +894,7 @@ Bug Fixes
- Bug in clearing the cache on ``DataFrame.pop`` and a subsequent inplace op (:issue:`10912`)
- Bug in in... | BUG: Bug in pickling of a non-regular freq DatetimeIndex #<I> | pandas-dev_pandas | train |
c6402aa615f0f1070c7a1bbe85d0e721ed8ae9c0 | diff --git a/whither/bridge.py b/whither/bridge.py
index <HASH>..<HASH> 100644
--- a/whither/bridge.py
+++ b/whither/bridge.py
@@ -29,4 +29,7 @@
""" Python <=> JavaScript Bridge Object """
# This Library
-from .toolkits.bootstrap import BridgeObject, prop
+from .toolkits.bootstrap import (
+ BridgeObject,
+ b... | add a new class to abstract qt signal/slot functions/decorators | Antergos_whither | train |
eb8c7e2176f1baa68bf22a267838fe30849fea86 | diff --git a/luaparser/LuaAstBuilder.py b/luaparser/LuaAstBuilder.py
index <HASH>..<HASH> 100644
--- a/luaparser/LuaAstBuilder.py
+++ b/luaparser/LuaAstBuilder.py
@@ -145,10 +145,10 @@ class ParseTreeVisitor(LuaVisitor):
return self.visit(ctx.children[1]).body
def visitLabel(self, ctx):
- return ... | ast: refactor label, goto statements. | boolangery_py-lua-parser | train |
9380b13497ca4ac1f87c8c4e65c9ae1e838c702a | diff --git a/packages/ember-states/lib/state_manager.js b/packages/ember-states/lib/state_manager.js
index <HASH>..<HASH> 100644
--- a/packages/ember-states/lib/state_manager.js
+++ b/packages/ember-states/lib/state_manager.js
@@ -280,7 +280,7 @@ var sendEvent = function(eventName, sendRecursiveArguments, isUnhandledPa... | Update docs/StateManager, improve grammar | emberjs_ember.js | train |
e64ae780c60e4c97fe57d72e576362c1d1c26b65 | diff --git a/urlrewrite/rewriterapp.py b/urlrewrite/rewriterapp.py
index <HASH>..<HASH> 100644
--- a/urlrewrite/rewriterapp.py
+++ b/urlrewrite/rewriterapp.py
@@ -1,6 +1,6 @@
import requests
-from pywb.rewrite.rewrite_content import RewriteContent
+from pywb.rewrite.rewrite_content import RewriteContentAMF
from pyw... | urlrewrite: improve POST request support for ikreymer/pywb#<I> | webrecorder_pywb | train |
d510bc97c2af8838dd0cc8ffa6f8dec64071aaf6 | diff --git a/lib/produce/developer_center.rb b/lib/produce/developer_center.rb
index <HASH>..<HASH> 100644
--- a/lib/produce/developer_center.rb
+++ b/lib/produce/developer_center.rb
@@ -4,6 +4,7 @@ require 'openssl'
require 'capybara'
require 'capybara/poltergeist'
+require 'phantomjs/poltergeist'
module Produc... | Fixed problem with produce when used in fastlane | fastlane_fastlane | train |
b2dbc5e67405dcc6454a1ec112b697b589b10c4a | diff --git a/src/main/java/com/aol/cyclops2/types/Transformable.java b/src/main/java/com/aol/cyclops2/types/Transformable.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/aol/cyclops2/types/Transformable.java
+++ b/src/main/java/com/aol/cyclops2/types/Transformable.java
@@ -7,9 +7,9 @@ import java.util.function... | refactored ReactiveSeq to use the retry implementation from Transformable | aol_cyclops | train |
2cc0c7cc3b81161b38363e90fd84e980ba2c4761 | diff --git a/src/Kernel/Messages/Music.php b/src/Kernel/Messages/Music.php
index <HASH>..<HASH> 100644
--- a/src/Kernel/Messages/Music.php
+++ b/src/Kernel/Messages/Music.php
@@ -46,14 +46,18 @@ class Music extends Message
public function toXmlArray()
{
- return [
+ $music = [
'Mu... | fix Music Message reply with ThumbMediaId option (#<I>)
* fix Music Message reply with ThumbMediaId option
* blank line before return
* format check faied | overtrue_wechat | train |
e7d301632613e58c85ab2e7281e83656a028b3ba | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,5 @@ $app['silex_user.options'] = [
- Custom routes
- Change password
- Groups
-- Roles
-- Tests
- Configuration
- Security
diff --git a/src/Entity/User.php b/src/Entity/User.php
index <HASH>..<HASH> 1... | Added class constant ROLE_DEFAULT in UserInterface | awurth_SilexUserBundle | train |
249937a0dba2749054127f4a37ade7641ecf5687 | diff --git a/geomdl/exchange.py b/geomdl/exchange.py
index <HASH>..<HASH> 100644
--- a/geomdl/exchange.py
+++ b/geomdl/exchange.py
@@ -486,10 +486,12 @@ def export_obj(surf_in, file_name, **kwargs):
"""
vertex_spacing = kwargs.get('vertex_spacing', 2)
- if isinstance(surf_in, Multi.MultiSurface):
+ if... | Improve type detection in surface export file types | orbingol_NURBS-Python | train |
d8413fc2abf3eaffc25255e3f4abe9f8cbbab40f | diff --git a/lib/pack.js b/lib/pack.js
index <HASH>..<HASH> 100644
--- a/lib/pack.js
+++ b/lib/pack.js
@@ -249,17 +249,6 @@ function transBabel(data) {
function extractTsDefinition(data, modName, dependencies) {
const comments = extractBlockCmts(data);
- let imports = '';
-
- if (dependencies) {
- ... | chore: reduce ts definition size | liriliri_licia | train |
e442d138187d2ebed1c1656f78f0b32d492f0090 | diff --git a/fastlane/lib/fastlane/actions/update_app_identifier.rb b/fastlane/lib/fastlane/actions/update_app_identifier.rb
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/actions/update_app_identifier.rb
+++ b/fastlane/lib/fastlane/actions/update_app_identifier.rb
@@ -14,17 +14,18 @@ module Fastlane
... | [action] update_app_identifier fails to search for curly brace variables in Info.plist (#<I>)
* [action] update_app_identifier fails to search for curly brace variables in Info.plist
* Code review changes | fastlane_fastlane | train |
02fb344bd2058c3f8e2e5ebb33b91e2166452bdb | diff --git a/clients/web/test/spec/collectionSpec.js b/clients/web/test/spec/collectionSpec.js
index <HASH>..<HASH> 100644
--- a/clients/web/test/spec/collectionSpec.js
+++ b/clients/web/test/spec/collectionSpec.js
@@ -27,6 +27,34 @@ describe('Test collection actions', function () {
it('create a collection',
... | Test: Adapt collection tests
This commit ask to enter the confirmation text
before submit. This confirmation text has to be:
"DELETE nameOfCollection" | girder_girder | train |
c66586c07c615de0596c4e3f535d31080aa09050 | diff --git a/protos/client.proto b/protos/client.proto
index <HASH>..<HASH> 100644
--- a/protos/client.proto
+++ b/protos/client.proto
@@ -48,8 +48,13 @@ message ClientBatchSubmitResponse {
}
// A request for the status of one or more batches, specified by id.
+// If `wait_for_commit` is set to true, the validator ... | Add wait_for_commit to Client Batch Status Requests
Add the boolean `wait_for_commit` and integer `timeout` to
`ClientBatchStatusRequests`s. If set to true, the handler will
not respond until every specified batch has been committed to the
block chain, or the timeout has elapsed. `timeout` will default
to <I>. | hyperledger_sawtooth-core | train |
d7a5229b3f47b49e83ae61a7ff4e34257c74ccd7 | diff --git a/src/App/Console/MigrateCommand.php b/src/App/Console/MigrateCommand.php
index <HASH>..<HASH> 100644
--- a/src/App/Console/MigrateCommand.php
+++ b/src/App/Console/MigrateCommand.php
@@ -31,12 +31,18 @@ class MigrateCommand extends Command
'module',
InputArgument::OPTIONAL,... | added ability to pass optional arguments to phinx in console migration command | infusephp_infuse | train |
bae9125fc163d62804eb7115b3dec855e273e4d0 | diff --git a/agent/consul/leader_connect_test.go b/agent/consul/leader_connect_test.go
index <HASH>..<HASH> 100644
--- a/agent/consul/leader_connect_test.go
+++ b/agent/consul/leader_connect_test.go
@@ -12,16 +12,17 @@ import (
"testing"
"time"
+ uuid "github.com/hashicorp/go-uuid"
+ msgpackrpc "github.com/hashic... | Fix one race caused by t.Parallel | hashicorp_consul | train |
6ee99cbc44933ee61c9433bc5621c3295a71558a | diff --git a/src/engine/Clause.js b/src/engine/Clause.js
index <HASH>..<HASH> 100644
--- a/src/engine/Clause.js
+++ b/src/engine/Clause.js
@@ -1,5 +1,6 @@
const Unifier = require('./Unifier');
const BooleanBinaryOperator = require('./BooleanBinaryOperator');
+const BooleanUnaryOperator = require('./BooleanUnaryOperat... | add clause support for boolean binary operator | lps-js_lps.js | train |
8783196dda2706e6019867585de8c89ff4691594 | diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index <HASH>..<HASH> 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -30,7 +30,7 @@ ext {
// Misc
commons_lang3 : 'org.apache.commons:commons-lang3:3.4',
commons_io ... | <I> Upgrade of dependencies - Jackson | nemerosa_ontrack | train |
77a653b24cebb4998b723c218be01c16f9dac257 | diff --git a/components/amorphic/client.js b/components/amorphic/client.js
index <HASH>..<HASH> 100644
--- a/components/amorphic/client.js
+++ b/components/amorphic/client.js
@@ -225,7 +225,7 @@ amorphic = // Needs to be global to make mocha tests work
if (this.controller && typeof(this.controller.disp... | Replace Bluebird.delay with Promise/setTimeout calls to remove BB dependency from frontend code | haven-life_amorphic | train |
9ac250e16d88b2b9a9e7051e59c8248cc1762413 | diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java
index <HASH>..<HASH> 100644
--- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java
+++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java
@@ -410,1... | [Java] Check that voting members have indicated they have joined the log rather than all members. | real-logic_aeron | train |
b87792bebc949376a767575fec0976a758d87d24 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,8 @@
from setuptools import setup
+with open('README.rst') as file:
+ long_description = file.read()
+
setup(
name='zxcvbn-python',
version='4.4.20',
@@ -9,8 +12,8 @@ setup(
license='MIT',
au... | adding better long description for pypi | dwolfhub_zxcvbn-python | train |
a6bfe43741ed3d3747e7cdbcda3babd40cb260d2 | diff --git a/allel/test/model/test_chunked.py b/allel/test/model/test_chunked.py
index <HASH>..<HASH> 100644
--- a/allel/test/model/test_chunked.py
+++ b/allel/test/model/test_chunked.py
@@ -619,6 +619,13 @@ class VariantChunkedTableTestsZarrStorage(VariantChunkedTableTests):
vt = self.setup_instance(a)
... | add test to resolve #<I> | cggh_scikit-allel | train |
8e45ab6dcdca9cbb0ae2bdc5b16a0e8622287718 | diff --git a/src/scripts/admin/admin.store.js b/src/scripts/admin/admin.store.js
index <HASH>..<HASH> 100644
--- a/src/scripts/admin/admin.store.js
+++ b/src/scripts/admin/admin.store.js
@@ -277,7 +277,7 @@ let UserStore = Reflux.createStore({
if (formData.parameters) {
for (let param of formDat... | JSON stringify paremeters for storage as part of job def | OpenNeuroOrg_openneuro | train |
a1cc15b7fd00f804351b7432634f91dcfa63607d | diff --git a/aiohttp/web.py b/aiohttp/web.py
index <HASH>..<HASH> 100644
--- a/aiohttp/web.py
+++ b/aiohttp/web.py
@@ -308,7 +308,7 @@ def run_app(app, *, host='0.0.0.0', port=None,
try:
loop.run_forever()
- except KeyboardInterrupt: # pragma: no branch
+ except KeyboardInterrupt: # pragma: no c... | Use proper pragma for coverage warning suppressing | aio-libs_aiohttp | train |
3f6d0b44b86d153121e4b96cdb181b937e77887e | diff --git a/unleash/unleash.py b/unleash/unleash.py
index <HASH>..<HASH> 100644
--- a/unleash/unleash.py
+++ b/unleash/unleash.py
@@ -1,7 +1,5 @@
from contextlib import contextmanager
from pprint import pformat
-import os
-import subprocess
import time
import click
@@ -13,6 +11,7 @@ from tempdir import TempDir
... | Moved run_user_shell out of unleash class. | mbr_unleash | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.