hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
49f2ba7d08e875af9b5f3bd5d2f29d5fb1ca86b1 | diff --git a/jsonpb/jsonpb.go b/jsonpb/jsonpb.go
index <HASH>..<HASH> 100644
--- a/jsonpb/jsonpb.go
+++ b/jsonpb/jsonpb.go
@@ -118,6 +118,10 @@ type JSONPBUnmarshaler interface {
// Marshal marshals a protocol buffer into JSON.
func (m *Marshaler) Marshal(out io.Writer, pb proto.Message) error {
+ v := reflect.Valu... | jsonpb: check for nil in Marshal and return error to avoid panic. (#<I>) | golang_protobuf | train |
fad83af86c08f76dbadf63ca1a0571c5cda6135b | diff --git a/lib/Doctrine/ODM/PHPCR/PersistentCollection.php b/lib/Doctrine/ODM/PHPCR/PersistentCollection.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/PersistentCollection.php
+++ b/lib/Doctrine/ODM/PHPCR/PersistentCollection.php
@@ -293,25 +293,5 @@ abstract class PersistentCollection implements Colle... | no sense in having a default implementation for this | doctrine_phpcr-odm | train |
8f00a24c911a5ada05a3fdd3be3c60e9f22f7bad | diff --git a/src/main/java/com/github/lwhite1/tablesaw/api/IntColumn.java b/src/main/java/com/github/lwhite1/tablesaw/api/IntColumn.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/lwhite1/tablesaw/api/IntColumn.java
+++ b/src/main/java/com/github/lwhite1/tablesaw/api/IntColumn.java
@@ -309,11 +309,11 @@... | Added common numeric methods to the numericColumn interface | jtablesaw_tablesaw | train |
1ba4659cec4f50648bb04fc0afb08288e5965ea0 | diff --git a/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/table/management/OracleTableManager.java b/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/table/management/OracleTableManager.java
index <HASH>..<HASH> 100644
--- a/persistence/jdbc/src/main/java/org/infinispan/persistence/jdbc/... | ISPN-<I> ORA-<I>: missing SELECT keyword when inserting entry with Oracle cache store | infinispan_infinispan | train |
0c54680272a478875050974cc11518535e6df113 | diff --git a/src/pywws/Plot.py b/src/pywws/Plot.py
index <HASH>..<HASH> 100755
--- a/src/pywws/Plot.py
+++ b/src/pywws/Plot.py
@@ -563,9 +563,14 @@ class BasePlotter(object):
if not self.x_hi:
self.x_hi = datetime.utcnow() # only if no hourly data
self.x_hi += Local.utcoffs... | Short duration plots no longer start on the hour
The start and end times of plots (and wind roses) were being rounded to
an exact hour. For plots of 6 hours or less this rounding is now to the
exact minute. | jim-easterbrook_pywws | train |
f99f01208468c6d1b85bf9bc81b097f6c7a4f1d8 | diff --git a/src/services/Service.php b/src/services/Service.php
index <HASH>..<HASH> 100644
--- a/src/services/Service.php
+++ b/src/services/Service.php
@@ -36,11 +36,11 @@ class Service extends Component
// Because this is fired on the before-save event, and validation hasn't kicked in yet
// we ... | Remove asset validation, which skips image processing | verbb_image-resizer | train |
e1617f20c67bd8d9c042d2d30788b8fdb311f9ce | diff --git a/js/bimserverclient.js b/js/bimserverclient.js
index <HASH>..<HASH> 100644
--- a/js/bimserverclient.js
+++ b/js/bimserverclient.js
@@ -197,16 +197,20 @@ var BimServerClient = function(baseUrl, notifier) {
othis.webSocket.send(msg);
};
- this.setBinaryDataListener = function(channelId, listener){
... | TopicId from Int to Long, nr messages always 1, terminology changed to
Topic | opensourceBIM_BIMserver-JavaScript-API | train |
be2c66a5f58f04b5ecfd7b07875926a8a60bcb62 | diff --git a/src/wormhole/blocking/transit.py b/src/wormhole/blocking/transit.py
index <HASH>..<HASH> 100644
--- a/src/wormhole/blocking/transit.py
+++ b/src/wormhole/blocking/transit.py
@@ -371,7 +371,13 @@ class Common:
self.winning.set()
else:
if self.is_sender:
- se... | transit: ignore errors on sockets we were about to close anyways | warner_magic-wormhole | train |
8423c918cd3439093e50787af9177445ec8d3d2c | diff --git a/agent/node.go b/agent/node.go
index <HASH>..<HASH> 100644
--- a/agent/node.go
+++ b/agent/node.go
@@ -590,7 +590,7 @@ func (n *Node) runManager(ctx context.Context, securityConfig *ca.SecurityConfig
return err
}
- remoteAddr, _ := n.remotes.Select(n.nodeID)
+ remoteAddr, _ := n.remotes.Select(n.... | node: fix race in accessing n.nodeID | docker_swarmkit | train |
f2d70c85b659074342db93bd903b2c9e91cfb749 | diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionTest.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionTest.java
+++ b/flin... | [FLINK-<I>][tests] Remove preferred location tests from ExecutionTest
These tests relies on the problematic TestingExecutionVertex and blocks us from getting rid of it.
We can safely remove these tests because they only test the behavior of legacy scheduler which will be removed soon. | apache_flink | train |
98d13baf5841f2de1881dfd82ecccabd115a1fe6 | diff --git a/Swat/SwatReCaptcha.php b/Swat/SwatReCaptcha.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatReCaptcha.php
+++ b/Swat/SwatReCaptcha.php
@@ -56,7 +56,10 @@ class SwatReCaptcha extends SwatInputControl
if (!$this->visible)
return;
- // passing null, swat has messages that will handle errors for us
+ ... | Tidy up comment.
svn commit r<I> | silverorange_swat | train |
cf3b1e3e10630763e9460d9c1432049cac22d794 | diff --git a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FormattingMigratorTest.java b/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FormattingMigratorTest.java
index <HASH>..<HASH> 100644
--- a/tests/org.eclipse.xtext.tests/src/org/eclipse/xtext/util/FormattingMigratorTest.java
+++ b/tests/org.... | [xtext.util] improved the algorithm of the formatting migrator | eclipse_xtext-extras | train |
12c0e3dea4e79ecbcfdd177a23f55ca2bd4f78fc | diff --git a/lib/generators/geocoder/config/templates/initializer.rb b/lib/generators/geocoder/config/templates/initializer.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/geocoder/config/templates/initializer.rb
+++ b/lib/generators/geocoder/config/templates/initializer.rb
@@ -1,4 +1,4 @@
-Geocoder.configure do
+G... | Bugfix: Added missing config block from Geocoder.configure in template | alexreisner_geocoder | train |
9afcb75a24001c1fd85cef0e906be6962f2bcd65 | diff --git a/src/EchoIt/JsonApi/Model.php b/src/EchoIt/JsonApi/Model.php
index <HASH>..<HASH> 100644
--- a/src/EchoIt/JsonApi/Model.php
+++ b/src/EchoIt/JsonApi/Model.php
@@ -195,12 +195,12 @@ class Model extends \Eloquent
}
if ($value instanceof BaseModel) {
- $relations[$rel... | Per jsonapi <I>, id is always supposed to be string | egeriis_laravel-jsonapi | train |
05fe81c5a80d09316f95d1aa1ccbd7820f9cd6a8 | diff --git a/src/com/google/javascript/jscomp/ant/CompileTask.java b/src/com/google/javascript/jscomp/ant/CompileTask.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/ant/CompileTask.java
+++ b/src/com/google/javascript/jscomp/ant/CompileTask.java
@@ -209,10 +209,9 @@ public final class CompileTa... | Correct setup of debug options for Ant task.
Fixes issue <I>.
R=nicksantos
DELTA=3 (1 added, 2 deleted, 0 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-compiler | train |
353fad6b5bfb2ac0deb814d2b089b9f332350267 | diff --git a/debug.php b/debug.php
index <HASH>..<HASH> 100644
--- a/debug.php
+++ b/debug.php
@@ -545,9 +545,8 @@ function debug_handler_assertion($handler = null)
{
$handler = $default_handlers[ $env ];
}
- assert_options(ASSERT_BAIL, $env!='production');
assert_options(ASSERT_QUIET_EVAL, $env=='production')... | do not bail out on assertion, because we need to handle exception | ifrpl_muyo | train |
950167885640434b30e4ff85f9df05787f3de978 | diff --git a/app/models/lines/user.rb b/app/models/lines/user.rb
index <HASH>..<HASH> 100644
--- a/app/models/lines/user.rb
+++ b/app/models/lines/user.rb
@@ -21,7 +21,7 @@ module Lines
attr_accessor :reset_token
# Validations
- validates :password, length: { minimum: 6 }, if: :validate_password?
+ va... | Set minimum password lenth to 8 characters | opoloo_lines-engine | train |
cdfe4c1ccd09b475094fd20a352e3dba563d6784 | diff --git a/src/Uploadcare/File.php b/src/Uploadcare/File.php
index <HASH>..<HASH> 100644
--- a/src/Uploadcare/File.php
+++ b/src/Uploadcare/File.php
@@ -208,7 +208,7 @@ class File
* ${uuid} = file UUID
* ${ext} = file extension, leading dot, e.g. .jpg
*
- * @return File|string
+ * @return st... | Wrong return type for createRemoteCopy #2
This is follow up of #<I>, I missed this method signature which should also be updated. | uploadcare_uploadcare-php | train |
f50244420c04a5da958362e19cbb6041f14ccf89 | diff --git a/hashutils/hashutils.py b/hashutils/hashutils.py
index <HASH>..<HASH> 100644
--- a/hashutils/hashutils.py
+++ b/hashutils/hashutils.py
@@ -1,10 +1,68 @@
import numpy as np
import hashlib
+from hashlib import sha1
+
+from numpy import all, array, uint8
+
+# hashable class straight from http://stackoverfl... | added hashdf; new hasharray implementation | timothydmorton_hashutils | train |
ec49979db9378779e25acb71e7a19b338c0e75ce | diff --git a/web/src/test/java/uk/ac/ebi/atlas/model/BaselineProfilesListTest.java b/web/src/test/java/uk/ac/ebi/atlas/model/BaselineProfilesListTest.java
index <HASH>..<HASH> 100644
--- a/web/src/test/java/uk/ac/ebi/atlas/model/BaselineProfilesListTest.java
+++ b/web/src/test/java/uk/ac/ebi/atlas/model/BaselineProfile... | forgot to fix test for expression level rounding | ebi-gene-expression-group_atlas | train |
46739a4e844376f260bbda54ce5b41bd6c91eac0 | diff --git a/src/main/java/org/jbpm/migration/Validator.java b/src/main/java/org/jbpm/migration/Validator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jbpm/migration/Validator.java
+++ b/src/main/java/org/jbpm/migration/Validator.java
@@ -42,10 +42,6 @@ final class Validator {
private static final Stri... | Removed unused properties and imports. | kiegroup_jbpmmigration | train |
be8f469a828ffd6ad8ca0baaef017c49e3bab713 | diff --git a/libmachine/ssh/client.go b/libmachine/ssh/client.go
index <HASH>..<HASH> 100644
--- a/libmachine/ssh/client.go
+++ b/libmachine/ssh/client.go
@@ -6,6 +6,7 @@ import (
"io/ioutil"
"os"
"os/exec"
+ "runtime"
"strings"
"github.com/docker/docker/pkg/term"
@@ -322,6 +323,21 @@ func NewExternalClient... | Correct error handling for external SSH client
In some cases, (e.g. private key not accessible or has incorrect
permissions) docker-machine failed with error "Something went wrong
running an SSH command!". This commit will add the correct debug
messages and show the correct errors for the bad private keys.
Also, due t... | docker_machine | train |
90b53002aa1e90bf7920f273806dc12ffbcd2107 | diff --git a/src/api/ledger/transactions.js b/src/api/ledger/transactions.js
index <HASH>..<HASH> 100644
--- a/src/api/ledger/transactions.js
+++ b/src/api/ledger/transactions.js
@@ -71,7 +71,7 @@ function getAccountTx(remote, address, options, marker, limit, callback) {
const params = {
account: address,
... | Set default maxLedgerVersion to last closed ledger when requesting account_tx | ChainSQL_chainsql-lib | train |
2640e5a27cfeea21c8eff5539306fd577dcfec67 | diff --git a/packages/babel-plugin-transform-typescript/src/index.js b/packages/babel-plugin-transform-typescript/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-plugin-transform-typescript/src/index.js
+++ b/packages/babel-plugin-transform-typescript/src/index.js
@@ -93,6 +93,7 @@ export default declare(... | fix: remove accessibility of constructor (#<I>) | babel_babel | train |
a2278980aa3cdb93d9d144c4225e23ecc0732c5d | diff --git a/src/main/java/org/cp/elements/util/CollectionUtils.java b/src/main/java/org/cp/elements/util/CollectionUtils.java
index <HASH>..<HASH> 100755
--- a/src/main/java/org/cp/elements/util/CollectionUtils.java
+++ b/src/main/java/org/cp/elements/util/CollectionUtils.java
@@ -543,6 +543,22 @@ public abstract clas... | Add new noNullElements(:Collection<?>) utility method to the CollectionUtils class. | codeprimate-software_cp-elements | train |
b8e1fdbc83558119fa6bcd2e79619e4a3a50cda1 | diff --git a/lionengine-editor/src/main/java/com/b3dgs/lionengine/editor/collision/EntityCollisionList.java b/lionengine-editor/src/main/java/com/b3dgs/lionengine/editor/collision/EntityCollisionList.java
index <HASH>..<HASH> 100644
--- a/lionengine-editor/src/main/java/com/b3dgs/lionengine/editor/collision/EntityColli... | #<I>: Entity collision panels adjusted. | b3dgs_lionengine | train |
f4ad6ae6cc1629a3640ec8a0824f4086cd15d3e2 | diff --git a/php-binance-api.php b/php-binance-api.php
index <HASH>..<HASH> 100644
--- a/php-binance-api.php
+++ b/php-binance-api.php
@@ -124,7 +124,6 @@ class API {
private function __construct3( string $api_key = null, string $api_secret = null, array $options = ["useServerTime"=>false] ) {
$this->api_key... | removed undefined variable from ___construct3 | jaggedsoft_php-binance-api | train |
45c3da30a9d21ed5ea5ceeaf5879f4199d5b8274 | diff --git a/python/thunder/factorization/ica.py b/python/thunder/factorization/ica.py
index <HASH>..<HASH> 100755
--- a/python/thunder/factorization/ica.py
+++ b/python/thunder/factorization/ica.py
@@ -13,6 +13,7 @@
import sys
import os
from numpy import random, sqrt, zeros, real, dot, outer, diag, transpose
+from ... | Load precomputed matrices | thunder-project_thunder | train |
c1d780c67686e5d894eadfef03f23e940a9af8b0 | diff --git a/tests/test_conf.py b/tests/test_conf.py
index <HASH>..<HASH> 100644
--- a/tests/test_conf.py
+++ b/tests/test_conf.py
@@ -142,6 +142,13 @@ def test_read_cfg_when_not_in_a_git_project(tmpdir):
config.read_cfg()
+class TestInilConfig:
+ def test_read_setup_cfg_without_commitizen_config(se... | test(conf): add test case for reading setup.cfg with empty config | Woile_commitizen | train |
4044fbe60ee8daf733f798072859a042da24d28f | diff --git a/function/function.go b/function/function.go
index <HASH>..<HASH> 100644
--- a/function/function.go
+++ b/function/function.go
@@ -197,7 +197,7 @@ func (f *Function) Deploy() error {
return f.DeployConfigAndCode(zip)
}
- f.Log.Debug("config unchanged")
+ f.Log.Info("config unchanged")
return f.Depl... | add a few Info logs back
I think it is nice to see the reason behind why something did or did not deploy,
otherwise it could get a little confusing if you think it worked | apex_apex | train |
b4329a7a220edbe61a51d4098db29b79b9ecf7ca | diff --git a/src/commerce.js b/src/commerce.js
index <HASH>..<HASH> 100644
--- a/src/commerce.js
+++ b/src/commerce.js
@@ -24,11 +24,12 @@ export function commerceValue (accountData, values) {
}
// For deliveries, use the sell & buy price and add the coins that are waiting
- const coins = accountData.commerce.... | Handle cases where the delivery box is not set | gw2efficiency_account-value | train |
9a666b11de13ad750e4c14ea1e68dc64892c7558 | diff --git a/peri/runner.py b/peri/runner.py
index <HASH>..<HASH> 100644
--- a/peri/runner.py
+++ b/peri/runner.py
@@ -659,7 +659,7 @@ def link_zscale(st):
# Should be made more generic to other parameters and categories
psf = st.get('psf')
psf.param_dict['zscale'] = psf.param_dict['psf-zscale']
- psf... | Making runner.finish_state better at getting all particles. | peri-source_peri | train |
a5e3aa693c087cd2f78d0393eaa9f9b22a1e3959 | diff --git a/eth/tracers/api_test.go b/eth/tracers/api_test.go
index <HASH>..<HASH> 100644
--- a/eth/tracers/api_test.go
+++ b/eth/tracers/api_test.go
@@ -306,7 +306,7 @@ func TestTraceCall(t *testing.T) {
}
}
-func TestOverridenTraceCall(t *testing.T) {
+func TestOverriddenTraceCall(t *testing.T) {
t.Parallel()... | eth/tracers: fix typo in test name (#<I>) | ethereum_go-ethereum | train |
bab771ba1895fef1fc9f559dfab57b7470969aab | diff --git a/lib/sensu/client.rb b/lib/sensu/client.rb
index <HASH>..<HASH> 100644
--- a/lib/sensu/client.rb
+++ b/lib/sensu/client.rb
@@ -134,11 +134,9 @@ module Sensu
def setup_subscriptions
@logger.debug('subscribing to client subscriptions')
- @uniq_queue_name ||= rand(36 ** 32).to_s(36)
- @... | [client-queue] let the broker determine the queue name
- @uniq_queue_name is an artifact from the old method of amqp reconnect | sensu_sensu | train |
7fbbb318c57db0c5aa38a96d5a0bcce8720312da | diff --git a/rspec-crispy/spec/rspec/crispy/configure_without_conflict_spec.rb b/rspec-crispy/spec/rspec/crispy/configure_without_conflict_spec.rb
index <HASH>..<HASH> 100644
--- a/rspec-crispy/spec/rspec/crispy/configure_without_conflict_spec.rb
+++ b/rspec-crispy/spec/rspec/crispy/configure_without_conflict_spec.rb
@... | correct examples' contexts of have_received.once when given method_name and arguments | igrep_crispy | train |
de454adc133cd9e3a047ba377c171d52f147a190 | diff --git a/src/CfdiUtils/Certificado/CertificadoPropertyTrait.php b/src/CfdiUtils/Certificado/CertificadoPropertyTrait.php
index <HASH>..<HASH> 100644
--- a/src/CfdiUtils/Certificado/CertificadoPropertyTrait.php
+++ b/src/CfdiUtils/Certificado/CertificadoPropertyTrait.php
@@ -7,12 +7,12 @@ trait CertificadoPropertyTr... | Validate instance of instead of null comparison | eclipxe13_CfdiUtils | train |
f8e68637098c1d05df74be77b17f86c0d76f2264 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"eslint-plugin-jest": "^23.6.0",
"jest": "^24.9.0",
"jest-tobetype": "^1.2.3",
- "node-mediastreamtrack": "0.1.0",
+ "node-mediastreamtrack": "^1.0.0",
"open-cli": "^5.0... | Update node-mediastreamtrack to <I> | versatica_mediasoup-client | train |
41deeaa2cb92a65d4148b65ab8fb53e448f76fc3 | diff --git a/rollbar-web/src/main/java/com/rollbar/web/filter/RollbarFilter.java b/rollbar-web/src/main/java/com/rollbar/web/filter/RollbarFilter.java
index <HASH>..<HASH> 100755
--- a/rollbar-web/src/main/java/com/rollbar/web/filter/RollbarFilter.java
+++ b/rollbar-web/src/main/java/com/rollbar/web/filter/RollbarFilte... | Remove passing the language to the config builder, now is set by default | rollbar_rollbar-java | train |
a88432cc2831736a897ce5374734f80e5ad3c8fc | diff --git a/authority/admin.py b/authority/admin.py
index <HASH>..<HASH> 100644
--- a/authority/admin.py
+++ b/authority/admin.py
@@ -135,6 +135,7 @@ class PermissionAdmin(admin.ModelAdmin):
if gfk.fk_field == db_field.name:
kwargs['widget'] = GenericForeignKeyRawIdWidget(
... | Break out of for-loop when field found
Matching the `return` statement that the previous commit replaced. | jazzband_django-authority | train |
5e7e77e37c6164518d83fa269a4f317ad3c2626f | diff --git a/builder/test/testblankslate.rb b/builder/test/testblankslate.rb
index <HASH>..<HASH> 100644
--- a/builder/test/testblankslate.rb
+++ b/builder/test/testblankslate.rb
@@ -8,8 +8,18 @@ module Kernel
def late_addition
1234
end
+
+ def double_late_addition
+ 11
+ end
+
+ def double_late_additi... | Added test for double late additions.
git-svn-id: svn+ssh://rubyforge.org/var/svn/builder/trunk@<I> b<I>df<I>-ad1a-<I>-<I>b8-e<I>a<I> | jimweirich_builder | train |
47de583faf3b3a315a3784198d2aa9e6754eba42 | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/type/TypeFrameModelingVisitor.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/type/TypeFrameModelingVisitor.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/ba/type/TypeFrameModelingVisitor.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs... | Handle the fact that some classes have more subtle generic type structures
git-svn-id: <URL> | spotbugs_spotbugs | train |
414e634c3dbfc793e485dc9781a9411ca7fe1dce | diff --git a/claripy/claripy.py b/claripy/claripy.py
index <HASH>..<HASH> 100644
--- a/claripy/claripy.py
+++ b/claripy/claripy.py
@@ -84,10 +84,12 @@ class Claripy(object):
if self.unique_names and not explicit_name:
name = "%s_%d_%d" % (name, bitvec_counter.next(), size)
return self._do... | add shorthands for expression creators | angr_claripy | train |
f5c9230df1da62f0ff476354b743be01868c031e | diff --git a/caffeine/src/javaPoet/java/com/github/benmanes/caffeine/cache/NodeGenerator.java b/caffeine/src/javaPoet/java/com/github/benmanes/caffeine/cache/NodeGenerator.java
index <HASH>..<HASH> 100644
--- a/caffeine/src/javaPoet/java/com/github/benmanes/caffeine/cache/NodeGenerator.java
+++ b/caffeine/src/javaPoet/... | Relaxed constructor write to volatile key field | ben-manes_caffeine | train |
a58343eb28754244125c639ca47709848ec303bc | diff --git a/parler/admin.py b/parler/admin.py
index <HASH>..<HASH> 100644
--- a/parler/admin.py
+++ b/parler/admin.py
@@ -388,7 +388,12 @@ class TranslatableAdmin(BaseTranslatableAdmin, admin.ModelAdmin):
else:
qs_opts = qs.model._meta
- (del2, perms2, protected2) = get_delet... | Fix delete_translation test in Django <I> | django-parler_django-parler | train |
3c2bf848df7dfe6a58f3a6398ab879ec56ed0d09 | diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -1472,6 +1472,9 @@ function forum_get_discussion_posts($discussion, $sort, $forumid) {
function forum_get_all_discussion_posts($discussionid, $sort, $tracking=false) {
global $CFG, $US... | MDL-<I> fixed notices when tracking disabled; merged from MODOLE_<I>_STABLE | moodle_moodle | train |
79e95a387e721976ddf106d0f656d2342c85f1bf | diff --git a/testutils.py b/testutils.py
index <HASH>..<HASH> 100644
--- a/testutils.py
+++ b/testutils.py
@@ -32,8 +32,13 @@ import unittest
from urllib import urlencode
from itertools import chain, repeat
-from selenium import webdriver
-from selenium.webdriver.support.ui import WebDriverWait
+
+try:
+ from se... | testutils: optional dependency on selenium
* Selenium is needed only for web tests, so making this dependency
optional. (addresses #<I>) | inveniosoftware-attic_invenio-utils | train |
aee6b7ab8a2922606872de083f458d1646dab547 | diff --git a/pandas/tests/io/parser/test_parse_dates.py b/pandas/tests/io/parser/test_parse_dates.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/io/parser/test_parse_dates.py
+++ b/pandas/tests/io/parser/test_parse_dates.py
@@ -1975,3 +1975,16 @@ def test_replace_nans_before_parsing_dates(all_parsers):
}
... | TST: read_csv raisin error with string dtype and parse dates (#<I>) | pandas-dev_pandas | train |
67f74f8be89eb74aad469b72d09a6caf1e460a1b | diff --git a/controllers/AdminController.php b/controllers/AdminController.php
index <HASH>..<HASH> 100644
--- a/controllers/AdminController.php
+++ b/controllers/AdminController.php
@@ -26,7 +26,7 @@
'class' => AccessControl::className(),
'rules' => [
[
- 'actions' => ['index', 'delete', 'crea... | Fixed view and [+] confirm user to admin panel | abhi1693_yii2-user | train |
54a1fd952d85128b4f51d450e261d1dd6df61110 | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/RelationPlanner.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/RelationPlanner.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/RelationPlanner.java
+++ b/presto-main/src/main/java/co... | Fix union coercion where different positions share a symbol
When multiple positions share the same symbol in sources of a union, a bug
exists in union coercion that generates invalid plan. | prestodb_presto | train |
ebebb173ff6e5c2d2506e2ddafb487e135e17317 | diff --git a/src/directives/control.js b/src/directives/control.js
index <HASH>..<HASH> 100644
--- a/src/directives/control.js
+++ b/src/directives/control.js
@@ -1,5 +1,5 @@
-angular.module('openlayers-directive').directive('olControl', function($log, $q, olData, olMapDefaults, olHelpers) {
-
+angular.module('openlaye... | feat(olControl): watch & reinitialize ctrls on map (#<I>)
Adds $watch on the olControl properties and in case updates the
corresponding control on the openlayers map. | tombatossals_angular-openlayers-directive | train |
e63ef2d188ddb2344637d0f67e86810451e2cb65 | diff --git a/OpenPNM/Algorithms/__Drainage__.py b/OpenPNM/Algorithms/__Drainage__.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Algorithms/__Drainage__.py
+++ b/OpenPNM/Algorithms/__Drainage__.py
@@ -337,7 +337,7 @@ class Drainage(GenericAlgorithm):
raise Exception('\'bc_type\' cannot be None unless mod... | Fixing bugs noticed in unit tests, some in code, some in tests. | PMEAL_OpenPNM | train |
11555834d443df5529c028496fddd2b39703187b | diff --git a/jss/distribution_point.py b/jss/distribution_point.py
index <HASH>..<HASH> 100644
--- a/jss/distribution_point.py
+++ b/jss/distribution_point.py
@@ -905,6 +905,8 @@ class AWS(CloudDistributionServer, abstract.AbstractRepository):
bucket: Name of the JAMF bucket.
aws_acces... | Add an s3 host argument to stop errors in ap southeast 2
actually checks for existence of pkg before uploading
delete and exists methods should work
(cherry picked from commit <I>e7f<I>e9deea<I>ae5e<I>afed<I>) | jssimporter_python-jss | train |
df8fb9aa69297819317db25ed13b28f4f35711dd | diff --git a/test_utilities/src/d1_test/instance_generator/random_data.py b/test_utilities/src/d1_test/instance_generator/random_data.py
index <HASH>..<HASH> 100644
--- a/test_utilities/src/d1_test/instance_generator/random_data.py
+++ b/test_utilities/src/d1_test/instance_generator/random_data.py
@@ -140,3 +140,49 @@ ... | Add misc functions for working with random lists in instance generator | DataONEorg_d1_python | train |
08dd1396b50421db79248d5af58fc5b6b3ad0bce | diff --git a/openquake/commonlib/source.py b/openquake/commonlib/source.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/source.py
+++ b/openquake/commonlib/source.py
@@ -369,6 +369,13 @@ class CompositionInfo(object):
col_id += 1
trt_id += 1
+ def get_max_samples(self... | Added a method get_max_samples | gem_oq-engine | train |
b50bf57436a0987efb0ec614b28ca21694e6b0fe | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -55,7 +55,8 @@ function getIconThemeCMD () {
*/
let desktop = process.env.XDG_CURRENT_DESKTOP
let key, path
- switch (desktop) {
+ switch (desktop.toUpperCase()) {
+ case 'UNITY':
case 'GNOME':
key =... | Add Unity desktop and normalize variable
This commit adds Unity as a possible Desktop when
getting the Icon Theme. Unity's settings are the
same as Gnome but in certain cases the current
desktop will distinguish between one or the other
one.
Additionally, the variable that controls which
desktop to look for themes fo... | bilelmoussaoui_linux-icons | train |
21df332b94a7bfbecdb49fd4950688c5ea1e21db | diff --git a/synapse/tests/test_cortex.py b/synapse/tests/test_cortex.py
index <HASH>..<HASH> 100644
--- a/synapse/tests/test_cortex.py
+++ b/synapse/tests/test_cortex.py
@@ -1143,12 +1143,17 @@ class CortexTest(SynTest):
tufs1 = core.getTufosByProp('foo:qwer', valu=10)
tufs2 = core.getTufosBy... | Add a second repro case for the core cortex behavior, ensuring we can delete a cached tufo. | vertexproject_synapse | train |
6c4ce69b2683d8ddb4b689b94eede6de71562164 | diff --git a/invoices/invoiceregistry_test.go b/invoices/invoiceregistry_test.go
index <HASH>..<HASH> 100644
--- a/invoices/invoiceregistry_test.go
+++ b/invoices/invoiceregistry_test.go
@@ -337,11 +337,10 @@ func TestCancelInvoice(t *testing.T) {
func TestSettleHoldInvoice(t *testing.T) {
defer timeout()()
- cdb,... | invoices: use `T.TempDir` to create temporary test directory | lightningnetwork_lnd | train |
80455ccc4fcf324cd6f184f242c5a54dd2cc6a87 | diff --git a/Classes/Controller/LegacyPluginController.php b/Classes/Controller/LegacyPluginController.php
index <HASH>..<HASH> 100755
--- a/Classes/Controller/LegacyPluginController.php
+++ b/Classes/Controller/LegacyPluginController.php
@@ -221,7 +221,8 @@ class LegacyPluginController extends AbstractPlugin
... | [BUGFIX] Fix get groups query for address in legacy plugin controller (#<I>)
* [BUGFIX] fix get groups query for address in legacy plugin controller
* [BUGFIX] properly escape select literals and field names in legacy plugin controller | FriendsOfTYPO3_tt_address | train |
65de6e7d75b35e8f73677652f977741bb04c16a2 | diff --git a/src/Form/Extension/GroupExtension.php b/src/Form/Extension/GroupExtension.php
index <HASH>..<HASH> 100644
--- a/src/Form/Extension/GroupExtension.php
+++ b/src/Form/Extension/GroupExtension.php
@@ -46,17 +46,24 @@ class GroupExtension extends AbstractTypeExtension
*/
public function buildView(Fo... | Teh GroupExtension no longer try to render Collection prototype fiels | wanjee_ShuweeAdminBundle | train |
867526043cf2ea924e291c3a7d1c7dfa2c758348 | diff --git a/python_hosts/__init__.py b/python_hosts/__init__.py
index <HASH>..<HASH> 100644
--- a/python_hosts/__init__.py
+++ b/python_hosts/__init__.py
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
-from hosts import Hosts, HostsEntry
-import utils
+from python_hosts import Hosts, HostsEntry, utils | fix imports that used the old package name. | jonhadfield_python-hosts | train |
ce5eae858d0c40e6804e256bed67b31f5477b866 | diff --git a/packages/swagger2openapi/index.js b/packages/swagger2openapi/index.js
index <HASH>..<HASH> 100644
--- a/packages/swagger2openapi/index.js
+++ b/packages/swagger2openapi/index.js
@@ -483,6 +483,7 @@ function processParameter(param, op, path, index, openapi, options) {
if (param.allOf) target.al... | Remove collectionFormat from schema.items | Mermade_oas-kit | train |
2bd495075eb2e315c77596b3998ac8bc23532763 | diff --git a/database/migrations/2016_01_04_173148_create_admin_tables.php b/database/migrations/2016_01_04_173148_create_admin_tables.php
index <HASH>..<HASH> 100644
--- a/database/migrations/2016_01_04_173148_create_admin_tables.php
+++ b/database/migrations/2016_01_04_173148_create_admin_tables.php
@@ -41,7 +41,7 @@... | create an unique index on slug filed | z-song_laravel-admin | train |
eba08e23d220ac6c4d0d100213c2c9f01bb82ac8 | diff --git a/app/controllers/wallaby/application_controller.rb b/app/controllers/wallaby/application_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/wallaby/application_controller.rb
+++ b/app/controllers/wallaby/application_controller.rb
@@ -1,4 +1,4 @@
-class Wallaby::ApplicationController < ActionCon... | we now make wallaby/application_controller inherit from a configurable controller | reinteractive_wallaby | train |
6b6cd9385f406d96b9ae0845526505c9e01fdf47 | diff --git a/bundles/org.eclipse.orion.client.core/web/orion/URL-shim.js b/bundles/org.eclipse.orion.client.core/web/orion/URL-shim.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.core/web/orion/URL-shim.js
+++ b/bundles/org.eclipse.orion.client.core/web/orion/URL-shim.js
@@ -320,7 +320,7 @@
... | Bug <I> - URL Shim is broken in IE<I> | eclipse_orion.client | train |
5c1937befc371b5310f8af15f9838054550f2961 | diff --git a/pandas/core/frame.py b/pandas/core/frame.py
index <HASH>..<HASH> 100644
--- a/pandas/core/frame.py
+++ b/pandas/core/frame.py
@@ -2344,7 +2344,7 @@ class DataFrame(NDFrame):
new_labels = labels[mask]
return self.reindex(**{axis_name: new_labels})
- def drop_duplicates(self, cols=None... | ENH: inplace option to DataFrame.drop_duplicates #<I> with vbench | pandas-dev_pandas | train |
f5f8a4934b3734bcdd8d9ae94b1076e5b2f72ce2 | diff --git a/lib/customMetric.js b/lib/customMetric.js
index <HASH>..<HASH> 100644
--- a/lib/customMetric.js
+++ b/lib/customMetric.js
@@ -1,7 +1,7 @@
var Measured = require('measured')
var delegate = require('delegate')
var extend = require('extend')
-var util = require ('util')
+var util = require('util')
/**
*... | use options.aggregation as default | sematext_spm-metrics-js | train |
b93d6ca5d274810fba61ce313c780ffdc4997472 | diff --git a/mist/ui_lib.go b/mist/ui_lib.go
index <HASH>..<HASH> 100644
--- a/mist/ui_lib.go
+++ b/mist/ui_lib.go
@@ -51,7 +51,7 @@ func (self *UiLib) LookupDomain(domain string) string {
world := self.World()
if len(domain) > 32 {
- domain = string(ethcrypto.Sha3Bin([]byte(domain)))
+ domain = string(ethcrypt... | Renamed Sha3Bin to Sha3 | ethereum_go-ethereum | train |
71108f92e8eafb1bd6a3c1d853e8bda1f6a62884 | diff --git a/js/binance.js b/js/binance.js
index <HASH>..<HASH> 100644
--- a/js/binance.js
+++ b/js/binance.js
@@ -3478,7 +3478,7 @@ module.exports = class binance extends Exchange {
await this.loadMarkets ();
// by default cache the leverage bracket
// it contains useful stuff like the maint... | binance-leveragebrackets | ccxt_ccxt | train |
a5d247cbcf678ff24c939b7a5d4442ea0d151da5 | diff --git a/packages/components/bolt-ratio/__tests__/ratio.js b/packages/components/bolt-ratio/__tests__/ratio.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-ratio/__tests__/ratio.js
+++ b/packages/components/bolt-ratio/__tests__/ratio.js
@@ -11,6 +11,11 @@ const timeout = 60000;
const imageVrtConfig =... | test: update VRT test config for the ratio component | bolt-design-system_bolt | train |
8472985387a47540f5d05c7bcdcb6d7e95dce8b0 | diff --git a/phraseapp/config.go b/phraseapp/config.go
index <HASH>..<HASH> 100644
--- a/phraseapp/config.go
+++ b/phraseapp/config.go
@@ -69,7 +69,7 @@ func configPath() (string, error) {
callerPath, err := os.Getwd()
if err != nil {
- return "", err
+ return "", nil
}
possiblePath := path.Join(callerPat... | config: ignore errors on getting working directory | phrase_phraseapp-go | train |
5acc27c0c605b72d09aeb204b4a4aff01eb1f8c9 | diff --git a/hydpy/models/hland_v4.py b/hydpy/models/hland_v4.py
index <HASH>..<HASH> 100644
--- a/hydpy/models/hland_v4.py
+++ b/hydpy/models/hland_v4.py
@@ -1,9 +1,18 @@
# -*- coding: utf-8 -*-
# pylint: disable=line-too-long, wildcard-import, unused-wildcard-import
"""
+.. _`German Federal Institute of Hydrology ... | Write the documentation on application model `hland_v4`. (work in progress) | hydpy-dev_hydpy | train |
e1b524623396b349c415bb316818df922b580178 | diff --git a/twitter_scraper.py b/twitter_scraper.py
index <HASH>..<HASH> 100644
--- a/twitter_scraper.py
+++ b/twitter_scraper.py
@@ -1,7 +1,7 @@
import re
-from requests_html import Session, HTML
+from requests_html import HTMLSession, HTML
-session = Session()
+session = HTMLSession()
def get_tweets(user, pa... | Update "Session" to "HTMLSession" (renamed in requests_html) | kennethreitz_twitter-scraper | train |
3c4d7aa809484aa98036e0efeb17f05ed93e6986 | diff --git a/Rakefile b/Rakefile
index <HASH>..<HASH> 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
require 'echoe'
-Echoe.new('jwt', '0.1.1') do |p|
+Echoe.new('jwt', '0.1.2') do |p|
p.description = "JSON Web Token implementation in Ruby"
p.url = "http:/... | Fixed improper signature calculation. Was using hexdigest representation of HMAC, when it should be digest.
Based on this issue: <URL> | jwt_ruby-jwt | train |
a9737972e98ea383e176b70972325780c53b81bd | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -246,7 +246,7 @@ function Engine(options = {}) {
resolve(api);
}
function onError(err) {
- engine.removeListener(eventName, onError);
+ engine.removeListener(eventName, onEvent);
r... | fix for removing wrong listener on error
Fix for issue #<I> | paed01_bpmn-engine | train |
4741adf410b9529aa0221446a5ad408c156d761a | diff --git a/generators/server/index.js b/generators/server/index.js
index <HASH>..<HASH> 100644
--- a/generators/server/index.js
+++ b/generators/server/index.js
@@ -197,11 +197,6 @@ module.exports = class extends BaseBlueprintGenerator {
this.prodDatabaseType = configuration.get('prodDatabaseType... | removed cache enforcing and changed prompts to warn user | jhipster_generator-jhipster | train |
6f965931c72d931d72d37cc8f0bd9f374654ae5f | diff --git a/provider/ec2/provider.go b/provider/ec2/provider.go
index <HASH>..<HASH> 100644
--- a/provider/ec2/provider.go
+++ b/provider/ec2/provider.go
@@ -78,6 +78,55 @@ func (p environProvider) BootstrapConfig(args environs.BootstrapConfigParams) (*
return p.PrepareForCreateEnvironment(cfg)
}
+var (
+ vpcUnus... | Added helpful error messages around vpc-id validation | juju_juju | train |
ec74ad8e3adf599a4f4c34ecd42af0fe507604dd | diff --git a/container/profiles/src/main/java/org/mobicents/slee/container/management/ProfileManagementImpl.java b/container/profiles/src/main/java/org/mobicents/slee/container/management/ProfileManagementImpl.java
index <HASH>..<HASH> 100644
--- a/container/profiles/src/main/java/org/mobicents/slee/container/managemen... | Fixed JNDI management for Profiles. | RestComm_jain-slee | train |
69ec9a59a12c20fec748b2052a6f779836874f99 | diff --git a/is_core/version.py b/is_core/version.py
index <HASH>..<HASH> 100644
--- a/is_core/version.py
+++ b/is_core/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 6, 70)
+VERSION = (0, 6, 71)
def get_version(): | <I> Snippet response fix | matllubos_django-is-core | train |
26b0d5ef4d8a87565986e81b58a98ae6d3bfed74 | diff --git a/tarbell/app.py b/tarbell/app.py
index <HASH>..<HASH> 100644
--- a/tarbell/app.py
+++ b/tarbell/app.py
@@ -15,7 +15,6 @@ from jinja2.loaders import BaseLoader
from jinja2.utils import open_if_exists
from jinja2.exceptions import TemplateNotFound
from jinja2._compat import string_types, iteritems
-from or... | kill the ordered dict for real this time | tarbell-project_tarbell | train |
8c7c747b2c49dc7039831386112a21959ece773d | diff --git a/apostrophe.js b/apostrophe.js
index <HASH>..<HASH> 100644
--- a/apostrophe.js
+++ b/apostrophe.js
@@ -2349,6 +2349,11 @@ function Apos() {
// to `false`. This can make sense when you are using pages as storage
// in a context where Apostrophe's permissions model is not relevant.
//
+ // Normally ... | New `areas` option to apos.get allows you to specify no areas should be returned (areas: false), all areas should be returned (areas: true, the default), or specific areas should be returned (areas: [ 'thumbnail' ]) | apostrophecms_apostrophe | train |
79ad0b1cb5441542d87f7fb0674ba2dcb1549504 | diff --git a/tests/test_source.py b/tests/test_source.py
index <HASH>..<HASH> 100644
--- a/tests/test_source.py
+++ b/tests/test_source.py
@@ -43,7 +43,9 @@ class SourceTestCase(unittest.TestCase):
try:
properties = GraphUtils.get_properties_from_graph(self.source.graph)
G... | stop using keyword 'format' as a var | monarch-initiative_dipper | train |
b0cce9864883cf1ab8573c2b32d69e05c987591d | diff --git a/lib/scanner/blockqueue.go b/lib/scanner/blockqueue.go
index <HASH>..<HASH> 100644
--- a/lib/scanner/blockqueue.go
+++ b/lib/scanner/blockqueue.go
@@ -104,7 +104,7 @@ func (ph *parallelHasher) hashFiles(ctx context.Context) {
blocks, err := HashFile(ctx, ph.fs, f.Name, f.BlockSize(), ph.counter, true)... | lib/scanner: Pass on errors while hashing (#<I>) | syncthing_syncthing | train |
9df290f1928dfd755f357c7c7018905c355bf9f5 | diff --git a/gns3server/modules/dynamips/nodes/ethernet_switch.py b/gns3server/modules/dynamips/nodes/ethernet_switch.py
index <HASH>..<HASH> 100644
--- a/gns3server/modules/dynamips/nodes/ethernet_switch.py
+++ b/gns3server/modules/dynamips/nodes/ethernet_switch.py
@@ -298,6 +298,9 @@ class EthernetSwitch(Device):
... | Check if port or adapter is connected before starting/stopping a packet capture. Fixes #<I>. | GNS3_gns3-server | train |
e896f571ff8f8f4ed897ac706d7095549b30d38d | diff --git a/lib/helpers/sitelinks_helpers.js b/lib/helpers/sitelinks_helpers.js
index <HASH>..<HASH> 100644
--- a/lib/helpers/sitelinks_helpers.js
+++ b/lib/helpers/sitelinks_helpers.js
@@ -12,17 +12,27 @@ const getSitelinkUrl = (site, title) => {
if (!site) throw new Error('missing a site')
if (!title) throw ne... | sitelinks_helpers: update getSitelinkUrl
- support fixed sitelinks keys (see d<I>afcb)
- added support for other special sites | maxlath_wikidata-sdk | train |
55f74393baeb7b4876f3f438c344f7f0d4c064be | diff --git a/src/main/java/org/java_websocket/WebSocketImpl.java b/src/main/java/org/java_websocket/WebSocketImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/java_websocket/WebSocketImpl.java
+++ b/src/main/java/org/java_websocket/WebSocketImpl.java
@@ -716,7 +716,6 @@ public class WebSocketImpl implements... | Removed assertion from WebSocketImpl.isOpen (see #<I>) | TooTallNate_Java-WebSocket | train |
98501ab487b31544420e2ce8b62f6267e113b048 | diff --git a/src/Gzero/Cms/Models/Content.php b/src/Gzero/Cms/Models/Content.php
index <HASH>..<HASH> 100644
--- a/src/Gzero/Cms/Models/Content.php
+++ b/src/Gzero/Cms/Models/Content.php
@@ -165,6 +165,8 @@ class Content extends Tree implements PresentableInterface, Uploadable, Routable
/**
* Return true if ... | Added canBeShown todo (#<I>) | GrupaZero_cms | train |
c4595579924406d99287d9b7403bbceb1372e70c | diff --git a/salt/modules/kapacitor.py b/salt/modules/kapacitor.py
index <HASH>..<HASH> 100644
--- a/salt/modules/kapacitor.py
+++ b/salt/modules/kapacitor.py
@@ -56,7 +56,26 @@ def get_task(name):
return data
-def define_task(name, tick_script, task_type='stream', database=None,
+def _run_cmd(cmd):
+ '''
+... | kapacitor module + state improvements
- return a dict of data from the module functions
- use that dict data to give better messages when something goes wrong
in the state functions | saltstack_salt | train |
e5a46e59fb2b60f54ead8940ed333becc56b9920 | diff --git a/lib/sonos/endpoint/alarm.rb b/lib/sonos/endpoint/alarm.rb
index <HASH>..<HASH> 100644
--- a/lib/sonos/endpoint/alarm.rb
+++ b/lib/sonos/endpoint/alarm.rb
@@ -38,6 +38,6 @@ private
def send_alarm_message(name)
action = "#{ALARM_CLOCK_XMLNS}##{name}"
message = %Q{<u:#{name} xmlns:u="#{ALARM_CLOC... | Implemented ListAlarms | gotwalt_sonos | train |
705c69e5d02fd88b05a3a8e47de53345cc296e28 | diff --git a/lib/Thelia/Action/OrderStatus.php b/lib/Thelia/Action/OrderStatus.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Action/OrderStatus.php
+++ b/lib/Thelia/Action/OrderStatus.php
@@ -82,9 +82,10 @@ class OrderStatus extends BaseAction implements EventSubscriberInterface
public static function getSubscr... | update process update for the order status improvemente | thelia_core | train |
400f7cb3b21270b084b5686f361218c0763303a4 | diff --git a/src/android/MusicControlsNotification.java b/src/android/MusicControlsNotification.java
index <HASH>..<HASH> 100644
--- a/src/android/MusicControlsNotification.java
+++ b/src/android/MusicControlsNotification.java
@@ -10,7 +10,7 @@ import android.app.NotificationManager;
import android.app.PendingIntent;
... | Mediastyle notification for lollipop | homerours_cordova-music-controls-plugin | train |
e2d08fc4ffaede133477554b6cb626befc7b4ac9 | diff --git a/tests/specs/unit/core/hello.logout.js b/tests/specs/unit/core/hello.logout.js
index <HASH>..<HASH> 100644
--- a/tests/specs/unit/core/hello.logout.js
+++ b/tests/specs/unit/core/hello.logout.js
@@ -27,24 +27,40 @@ define([
});
it('should assign a complete event', function(done) {
- hello.logout('... | Spec hello.logout removes session from store. | MrSwitch_hello.js | train |
a629f1655b3ded11a628422b278b85c2b8ee2969 | diff --git a/communicator/ssh/communicator.go b/communicator/ssh/communicator.go
index <HASH>..<HASH> 100644
--- a/communicator/ssh/communicator.go
+++ b/communicator/ssh/communicator.go
@@ -14,7 +14,6 @@ import (
"os"
"path/filepath"
"sync"
- "time"
)
type comm struct {
@@ -117,45 +116,6 @@ func (c *comm) St... | communicator/ssh: remove background connection checker
Updated SSH package is supposed to be able to detect remote connection
closes now, which is nice. | hashicorp_packer | train |
cac9e2b2e17197478710d45ba32076d8c1f2b2ab | diff --git a/src/PropertyAccessor/PropertyAccessor.php b/src/PropertyAccessor/PropertyAccessor.php
index <HASH>..<HASH> 100644
--- a/src/PropertyAccessor/PropertyAccessor.php
+++ b/src/PropertyAccessor/PropertyAccessor.php
@@ -96,11 +96,24 @@ class PropertyAccessor implements PropertyAccessorInterface
*/
pro... | Fix property accessor not writing to a parents private property | mark-gerarts_automapper-plus | train |
7487ec646a0e43f39a62703823fffbee4caf3610 | diff --git a/lib/conf/cli.js b/lib/conf/cli.js
index <HASH>..<HASH> 100755
--- a/lib/conf/cli.js
+++ b/lib/conf/cli.js
@@ -142,6 +142,24 @@ var check_installation = function(cb){
}
+var show_gui_and_exit = function(){
+
+ var os_name = system.os_name,
+ gui_path = path.join(__dirname, os_name, 'prey-config')... | Allow --gui option to [activate] command so we can raise the GUI after everything has been set up. | prey_prey-node-client | train |
1d18b5ccd38afe5ae9b7262067ccea1e79d838af | diff --git a/pkg/services/ngalert/ngalert.go b/pkg/services/ngalert/ngalert.go
index <HASH>..<HASH> 100644
--- a/pkg/services/ngalert/ngalert.go
+++ b/pkg/services/ngalert/ngalert.go
@@ -49,6 +49,7 @@ func ProvideService(cfg *setting.Cfg, dataSourceCache datasources.CacheService,
NotificationService: notificationSe... | Alerting: inject dashboardService in to AlertNG (#<I>) | grafana_grafana | train |
203bf0e130f2daf307c228bf027e9a1945f78877 | diff --git a/lib/docx/version.rb b/lib/docx/version.rb
index <HASH>..<HASH> 100644
--- a/lib/docx/version.rb
+++ b/lib/docx/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Docx #:nodoc:
- VERSION = '0.6.3'
+ VERSION = '0.7.0'
end | Bump up the version to <I> | chrahunt_docx | train |
2d470dac1e67ecbf3ad8b026fe56b975c7c8b190 | diff --git a/lib/rubocop/cop/style/regexp_literal.rb b/lib/rubocop/cop/style/regexp_literal.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cop/style/regexp_literal.rb
+++ b/lib/rubocop/cop/style/regexp_literal.rb
@@ -46,23 +46,30 @@ module RuboCop
private
def check_slash_literal(node)
- r... | Refactor `Style/RegexpLiteral` cop
This change simplifies the cop by extracting:
- `#allowed_percent_r_literal?`
- `#allowed_slash_literal?` | rubocop-hq_rubocop | train |
69c2fafa7a4d88067ae0c16f7e8475148fefe308 | diff --git a/public/app/plugins/datasource/elasticsearch/bucket_agg.js b/public/app/plugins/datasource/elasticsearch/bucket_agg.js
index <HASH>..<HASH> 100644
--- a/public/app/plugins/datasource/elasticsearch/bucket_agg.js
+++ b/public/app/plugins/datasource/elasticsearch/bucket_agg.js
@@ -60,6 +60,10 @@ function (angu... | feat(elasticsearch): added geo hash bucket aggregation | grafana_grafana | train |
05e51539a95f739c8963ab5184b8bda540e34e36 | diff --git a/cmd/ctr/commands/commands_unix.go b/cmd/ctr/commands/commands_unix.go
index <HASH>..<HASH> 100644
--- a/cmd/ctr/commands/commands_unix.go
+++ b/cmd/ctr/commands/commands_unix.go
@@ -36,5 +36,8 @@ func init() {
}, cli.Uint64Flag{
Name: "cpu-period",
Usage: "Limit CPU CFS period",
+ }, cli.StringFla... | command line flags of setting container rootfs propagation | containerd_containerd | train |
027a4219d7ba8143b9de62fe1efc736b845622e6 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
"gunicorn",
"Werkzeug",
"click",
- "pystache",
+ "chevron",
"cookies-samesite-compat",
],
extras_require={
diff --git a/src/satosa/micro_service... | Switch from pystache to chevron as the dep to render mustache templates | IdentityPython_SATOSA | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.