hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
00b10e33a3796eac9e9d4fc8c56998b4483492bd | diff --git a/moto/cognitoidp/models.py b/moto/cognitoidp/models.py
index <HASH>..<HASH> 100644
--- a/moto/cognitoidp/models.py
+++ b/moto/cognitoidp/models.py
@@ -1486,6 +1486,13 @@ class CognitoIdpBackend(BaseBackend):
session = str(uuid.uuid4())
self.sessions[session] = user_pool
+ ... | Enhancement/cognitoidp add force change password challenge flow (#<I>) | spulec_moto | train |
9a1c440ac67ca083a2b5d9f86ae35c6984d29789 | diff --git a/cf-uaac.gemspec b/cf-uaac.gemspec
index <HASH>..<HASH> 100644
--- a/cf-uaac.gemspec
+++ b/cf-uaac.gemspec
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov-rcov', '~> 0.2.3'
s.add_development_dependency 'ci_reporter', '>= 1.9.2', '~> 2.0'
s.add_development_dep... | Bump the HighLine Gem in order to suppress warnings + Update test code and fix errors | cloudfoundry_cf-uaac | train |
9d98c53a583ae744fd2948545075a2675b3251d0 | diff --git a/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcRaw.java b/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcRaw.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/marklogic/client/example/cookbook/datamovement/BulkLoadFromJdbcRaw.java
+... | was attempting to modify immutable objects | marklogic_java-client-api | train |
862846a312ac49de0b706fd84ac53f59862e2cf3 | diff --git a/lib/bridges/ain2.js b/lib/bridges/ain2.js
index <HASH>..<HASH> 100644
--- a/lib/bridges/ain2.js
+++ b/lib/bridges/ain2.js
@@ -85,10 +85,8 @@ function delegate(method, _args) {
var callPosition = metalogger.callposition();
- if (!metalogger.logLevelAllowedGranular(method)) {
- if (!metalogger.log... | update bundled bridges with shouldLog | npr_metalogger | train |
8b2f730c3dde21806b778a14c99beff3cbbcd280 | diff --git a/test/application_tests.rb b/test/application_tests.rb
index <HASH>..<HASH> 100644
--- a/test/application_tests.rb
+++ b/test/application_tests.rb
@@ -114,7 +114,7 @@ class ApplicationTests < Test::Unit::TestCase
end
should 'have a working DSL for command parameters' do
- params = @app.run(... | Fixed a test for some Ruby versions | koraktor_rubikon | train |
dbf395c7113091ba6b172638e0661cfeadf12040 | diff --git a/generate-assertions-java.py b/generate-assertions-java.py
index <HASH>..<HASH> 100755
--- a/generate-assertions-java.py
+++ b/generate-assertions-java.py
@@ -52,6 +52,7 @@ print '-'*80
with open(OUTPUT, 'w') as out:
out.write('// Copyright 2012 Square, Inc.\n')
out.write('package com.squareup.fest;\... | Javadoc header for Assertions. | square_assertj-android | train |
63e5c59c66e988868dff40bf8f8503ce3e0b7e4c | diff --git a/model_utils/tests/models.py b/model_utils/tests/models.py
index <HASH>..<HASH> 100644
--- a/model_utils/tests/models.py
+++ b/model_utils/tests/models.py
@@ -1,7 +1,7 @@
from __future__ import unicode_literals
from django.db import models
-from django.db.models import QuerySet
+from django.db.models im... | Simplify test models + make it compatible for old Django versions | jazzband_django-model-utils | train |
37b812206d02d6e7e03a80fd574cf0f2ee9f1b8f | diff --git a/lxd/db/node.go b/lxd/db/node.go
index <HASH>..<HASH> 100644
--- a/lxd/db/node.go
+++ b/lxd/db/node.go
@@ -539,17 +539,7 @@ func (c *ClusterTx) CreateNode(name string, address string) (int64, error) {
func (c *ClusterTx) CreateNodeWithArch(name string, address string, arch int) (int64, error) {
columns :... | lxd/db/node: don't autofill node config | lxc_lxd | train |
000dea6d910a0b3433f008458b9d0f3bd618976f | diff --git a/system_tests/bigquery.py b/system_tests/bigquery.py
index <HASH>..<HASH> 100644
--- a/system_tests/bigquery.py
+++ b/system_tests/bigquery.py
@@ -356,7 +356,6 @@ class TestBigQuery(unittest.TestCase):
retry = RetryInstanceState(_job_done, max_tries=8)
retry(job.reload)()
- self.a... | Drop redundant assertions of retry predicates. | googleapis_google-cloud-python | train |
04305be55523384142ebcf70ca76313fa971414b | diff --git a/sdk/testutil/server.go b/sdk/testutil/server.go
index <HASH>..<HASH> 100644
--- a/sdk/testutil/server.go
+++ b/sdk/testutil/server.go
@@ -26,6 +26,7 @@ import (
"strings"
"testing"
"time"
+ "runtime"
"github.com/hashicorp/consul/sdk/freeport"
"github.com/hashicorp/consul/sdk/testutil/retry"
@@ ... | tests: fix zombie consul process while invoking TestServer.Stop() method in sdk/testutil in Windows (#<I>)
* Fix zombie consul process in Windows
Windows doesn't support Interrupt signal, thus while stop it on Windows platform
it would fail and left zombie consul process | hashicorp_consul | train |
8d3a4608d4416477bdb32668a92cb56b0d0f6822 | diff --git a/src/main/java/com/conveyal/gtfs/model/FareAttribute.java b/src/main/java/com/conveyal/gtfs/model/FareAttribute.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/conveyal/gtfs/model/FareAttribute.java
+++ b/src/main/java/com/conveyal/gtfs/model/FareAttribute.java
@@ -17,6 +17,7 @@ import com.conveyal... | add fare writers and fix NPE on FeedInfo.writeOneRow | conveyal_gtfs-lib | train |
4a43a3736c4ba46a99469b70d2d2381800580fd0 | diff --git a/plugins/CoreConsole/Commands/SyncUITestScreenshots.php b/plugins/CoreConsole/Commands/SyncUITestScreenshots.php
index <HASH>..<HASH> 100644
--- a/plugins/CoreConsole/Commands/SyncUITestScreenshots.php
+++ b/plugins/CoreConsole/Commands/SyncUITestScreenshots.php
@@ -40,6 +40,7 @@ class SyncUITestScreenshots... | for github pass only filename and renamed github link | matomo-org_matomo | train |
ab5d698868a886398077655052f672721337afad | diff --git a/spyderlib/widgets/sourcecode/codeeditor.py b/spyderlib/widgets/sourcecode/codeeditor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/sourcecode/codeeditor.py
+++ b/spyderlib/widgets/sourcecode/codeeditor.py
@@ -1666,14 +1666,11 @@ class CodeEditor(TextEditBaseWidget):
while cursor.po... | Editor: Issue <I> and <I>: Reverting to old block comment style with comments
at left edge of each line.
Backed out changeset: a<I>dd<I> | spyder-ide_spyder | train |
151a1ea1bb0f84897c997d42341b6cbf9b4da0b4 | diff --git a/zengine/engine.py b/zengine/engine.py
index <HASH>..<HASH> 100644
--- a/zengine/engine.py
+++ b/zengine/engine.py
@@ -29,6 +29,7 @@ from zengine.lib.camunda_parser import ZopsSerializer
from zengine.lib.exceptions import HTTPError
from zengine.lib import translation
from zengine.log import log
+from .re... | FIX, Workflow user task execution, task invitation and notifications are reviewed. rref #<I> | zetaops_zengine | train |
09399d04c4f254c7c09d71fc376cc80a10a1bb68 | diff --git a/endpoints/exception.py b/endpoints/exception.py
index <HASH>..<HASH> 100644
--- a/endpoints/exception.py
+++ b/endpoints/exception.py
@@ -27,22 +27,15 @@ class Redirect(CallError):
super(Redirect, self).__init__(code, location, **kwargs)
-#class CallError(Base):
-# pass
-# def __init__(s... | fixes #<I>, adds some constants to CallError just to clarify what is expected for the realm | Jaymon_endpoints | train |
bb5b83a2d3ab2678da5b448ba63c120b4686497d | diff --git a/src/Factory/FormAbstractServiceFactory.php b/src/Factory/FormAbstractServiceFactory.php
index <HASH>..<HASH> 100644
--- a/src/Factory/FormAbstractServiceFactory.php
+++ b/src/Factory/FormAbstractServiceFactory.php
@@ -11,6 +11,7 @@ namespace Dot\Form\Factory;
use Interop\Container\ContainerInterface;
u... | form configs can extend other form configs | dotkernel_dot-form | train |
424f0bb166db91e37e20f65939df53628fa186f2 | diff --git a/rest/src/main/java/org/jboss/pnc/rest/endpoint/ProductVersionEndpoint.java b/rest/src/main/java/org/jboss/pnc/rest/endpoint/ProductVersionEndpoint.java
index <HASH>..<HASH> 100644
--- a/rest/src/main/java/org/jboss/pnc/rest/endpoint/ProductVersionEndpoint.java
+++ b/rest/src/main/java/org/jboss/pnc/rest/en... | [NCL-<I>] added product version name validation when updating | project-ncl_pnc | train |
c4e8b25f3dddaaf5ce5850340fa86a171203ebb6 | diff --git a/packages/select/src/Select.js b/packages/select/src/Select.js
index <HASH>..<HASH> 100644
--- a/packages/select/src/Select.js
+++ b/packages/select/src/Select.js
@@ -224,7 +224,7 @@ const Select = ({
...styles,
placeholder: (provided, state) => {
if (state.isDisabled) {
- ... | feat(select): make disabled state match availity/form components and <I> compliant | Availity_availity-react | train |
6d52c882ac3668a1ac4983f56e83e65198fc3101 | diff --git a/packages/react/src/index.js b/packages/react/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/index.js
+++ b/packages/react/src/index.js
@@ -8,7 +8,6 @@ import {
isNil,
createApiUrl,
fetchFromApiUrl,
- fetchFromApi,
getUrlPath,
imageProxy,
someProp,
@@ -44,11 +43,12 @@ f... | refactor: remove fetchFromApi | microlinkhq_sdk | train |
b59256e230f57359aaa71f996a73ae50da70ee32 | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ wheels/
.installed.cfg
*.egg
MANIFEST
+pip-wheel-metadata/
# PyInstaller
# Usually these files are written by a python script from a template
diff --git a/tests/test_auth.py b/tests/test_auth.py
... | Fixup auth (#<I>)
* Make CredentialInput a class
* Add missing type annotation
* Ignore new build directory | pypa_twine | train |
8395f051ed7fedc34d365418a939e350341af857 | diff --git a/messages/ruby/spec/cucumber/messages/ndjson_serialization_spec.rb b/messages/ruby/spec/cucumber/messages/ndjson_serialization_spec.rb
index <HASH>..<HASH> 100644
--- a/messages/ruby/spec/cucumber/messages/ndjson_serialization_spec.rb
+++ b/messages/ruby/spec/cucumber/messages/ndjson_serialization_spec.rb
@... | messages/ruby: Verify that JSON parser is able to parse older or newer messages | cucumber_cucumber | train |
e8d697b1790d64599ac2890b3e70057b7871ce6d | diff --git a/src/main/java-templates/org/primefaces/component/datatable/DataTableTemplate.java b/src/main/java-templates/org/primefaces/component/datatable/DataTableTemplate.java
index <HASH>..<HASH> 100644
--- a/src/main/java-templates/org/primefaces/component/datatable/DataTableTemplate.java
+++ b/src/main/java-templ... | Refactor on rowGrouping of datatable | primefaces_primefaces | train |
d788d55dab843cfd653c4e3bbfe66b4ad442d71d | diff --git a/src/Html/Table/Grid.php b/src/Html/Table/Grid.php
index <HASH>..<HASH> 100644
--- a/src/Html/Table/Grid.php
+++ b/src/Html/Table/Grid.php
@@ -235,17 +235,17 @@ class Grid extends \Orchestra\Html\Abstractable\Grid
/**
* Execute sortable query filter on model instance.
*
- * @param stri... | Swap order and sort, feel more logical to have ?order=email&sort=desc over ?sort=email&order=desc | orchestral_html | train |
9e84abc46b8ac40dd6a5f5e88c677ac330448b3a | diff --git a/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/jdbc/DataSourceHealthIndicatorTests.java b/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/jdbc/DataSourceHealthIndicatorTests.java
index <HASH>..<HASH> 100644
--- a/spring-boot-p... | Polish "Add validation query to DataSourceHealthIndicator details"
Closes gh-<I> | spring-projects_spring-boot | train |
559719592f004250e7be3dc159905d9b90f45289 | diff --git a/molgenis-compute-core/src/main/java/org/molgenis/compute5/generators/BackendGenerator.java b/molgenis-compute-core/src/main/java/org/molgenis/compute5/generators/BackendGenerator.java
index <HASH>..<HASH> 100644
--- a/molgenis-compute-core/src/main/java/org/molgenis/compute5/generators/BackendGenerator.jav... | Fixed: newlines were removed when importing templates | molgenis_molgenis | train |
a7b45d5008f06c3dfee1cdb12ebf8b7ac3278c03 | diff --git a/vendor/mod/torque.uncompressed.js b/vendor/mod/torque.uncompressed.js
index <HASH>..<HASH> 100644
--- a/vendor/mod/torque.uncompressed.js
+++ b/vendor/mod/torque.uncompressed.js
@@ -2139,12 +2139,13 @@ exports.Profiler = Profiler;
_fetchMap: function(callback) {
var self = this;
var laye... | updated torque with dynamic_cdn | CartoDB_carto.js | train |
83f207f742b197a7185e20bbcc3c5f6f797c5bff | diff --git a/src/neo/core/router/Router.php b/src/neo/core/router/Router.php
index <HASH>..<HASH> 100644
--- a/src/neo/core/router/Router.php
+++ b/src/neo/core/router/Router.php
@@ -48,16 +48,22 @@ class Router
/**
* Map an http method and route to an action and controller.
*/
- public function map... | Bugfix: Map same route to multiple http methods (Fix #<I>) | neo-framework_neo-core | train |
ce933d718b6e70c732d14f20f2c3d70b1bbda058 | diff --git a/core/Controller.php b/core/Controller.php
index <HASH>..<HASH> 100644
--- a/core/Controller.php
+++ b/core/Controller.php
@@ -292,7 +292,7 @@ abstract class Piwik_Controller
function redirectToIndex($moduleToRedirect, $actionToRedirect)
{
$websiteId = $this->getDefaultWebsiteId();
- $defaultDate = ... | Fixes #<I>
for all request to CoreHome, ensure that for a website that was created today, today is selected by default rather than yesterday
git-svn-id: <URL> | matomo-org_matomo | train |
b55b7e350802bce5e08dc729b6410a908bc018b6 | diff --git a/src/Entrust/Traits/EntrustUserTrait.php b/src/Entrust/Traits/EntrustUserTrait.php
index <HASH>..<HASH> 100644
--- a/src/Entrust/Traits/EntrustUserTrait.php
+++ b/src/Entrust/Traits/EntrustUserTrait.php
@@ -286,4 +286,18 @@ trait EntrustUserTrait
}
}
+ /**
+ *Filtering users according... | Added scopeWithRole() to filter users according to their roles | Zizaco_entrust | train |
ef44072fb474fadbc5b5a2e8d885f8407c1540ff | diff --git a/de.tudarmstadt.ukp.wikipedia.api/src/main/java/de/tudarmstadt/ukp/wikipedia/api/Wikipedia.java b/de.tudarmstadt.ukp.wikipedia.api/src/main/java/de/tudarmstadt/ukp/wikipedia/api/Wikipedia.java
index <HASH>..<HASH> 100644
--- a/de.tudarmstadt.ukp.wikipedia.api/src/main/java/de/tudarmstadt/ukp/wikipedia/api/W... | Fixed error in getDiscussionArchives.
Hibernate session was commited to late. | dkpro_dkpro-jwpl | train |
edcf7ea35b16d6054944b549538f28534c530b33 | diff --git a/lib/tox.js b/lib/tox.js
index <HASH>..<HASH> 100644
--- a/lib/tox.js
+++ b/lib/tox.js
@@ -10,13 +10,21 @@ var RefStruct = require('ref-struct');
var RefArray = require('ref-array');
var util = require(path.join(__dirname, 'util'));
var ToxAV = require(path.join(__dirname, 'toxav'));
-var toxConsts = req... | Don't globalify tox constants | saneki-discontinued_node-toxcore | train |
215b8c8170bd63f4c449614945bb4b6d90f6a860 | diff --git a/airflow/jobs.py b/airflow/jobs.py
index <HASH>..<HASH> 100644
--- a/airflow/jobs.py
+++ b/airflow/jobs.py
@@ -156,33 +156,36 @@ class BaseJob(Base, LoggingMixin):
heart rate. If you go over 60 seconds before calling it, it won't
sleep at all.
"""
- with create_session() as... | [AIRFLOW-<I>] Catch transient DB exceptions from scheduler's heartbeat it does not crash (#<I>)
If there is any issue in DB connection then rest of the functions take care of those exceptions but in heartbeat of scheduler, there is no handling for this kind of situation.
Airflow Scheduler should not crash if a "tra... | apache_airflow | train |
111153eafb25aef9d6a403962b54d5db51360334 | diff --git a/frontend/dockerfile/dockerfile2llb/convert.go b/frontend/dockerfile/dockerfile2llb/convert.go
index <HASH>..<HASH> 100644
--- a/frontend/dockerfile/dockerfile2llb/convert.go
+++ b/frontend/dockerfile/dockerfile2llb/convert.go
@@ -227,10 +227,15 @@ func Dockerfile2LLB(ctx context.Context, dt []byte, opt Con... | dockerfile: ensure config resolve errors keep source location | moby_buildkit | train |
58c196ed41327609d2e58f95e2cafe990d977261 | diff --git a/lib/manifest.js b/lib/manifest.js
index <HASH>..<HASH> 100644
--- a/lib/manifest.js
+++ b/lib/manifest.js
@@ -9,7 +9,9 @@ exports.buildManifest = buildManifest;
exports.validatePackage = validatePackage;
function validatePackage(package) {
- if (!package.guid) {
+ var titaniumManifest = package.titan... | Use `titaniumManifest` in manifest creation, #<I> | smclab_titaniumifier | train |
9187b8a6d453ca057392f29e5fe48df4faaa9f26 | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,7 @@
"agentmedia/phine-builtin": "*",
"agentmedia/phine-core": "*",
"agentmedia/phine-framework": "*",
- "phpmailer/phpmailer": ">=5.2.10"
+ "phpmailer/php... | - lifted up manifest version and dependency versions
- corrected usage of phpmailer to version <I> | agentmedia_phine-forms | train |
52b86ccfbd2dc997b351f2e4d8cc2ee4631a2056 | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -238,6 +238,7 @@ class Configuration implements ConfigurationInterface
->scalarNode('port')->end(... | added the possibility to use cache service
see also <URL> | doctrine_DoctrinePHPCRBundle | train |
8eb7cbb729e32c40f33de9083ba232bcb3609c36 | diff --git a/hazelcast/src/test/java/com/hazelcast/cache/CacheCreationTest.java b/hazelcast/src/test/java/com/hazelcast/cache/CacheCreationTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/cache/CacheCreationTest.java
+++ b/hazelcast/src/test/java/com/hazelcast/cache/CacheCreationTest.ja... | Updated PR according to comments from: Peter, Serkan, etc. | hazelcast_hazelcast | train |
dd502f2e290c0c088f799ae6c29e776b9fa7316d | diff --git a/salt/roster/ansible.py b/salt/roster/ansible.py
index <HASH>..<HASH> 100644
--- a/salt/roster/ansible.py
+++ b/salt/roster/ansible.py
@@ -139,9 +139,10 @@ class Target(object):
Execute the correct tgt_type routine and return
'''
try:
- return getattr(self, 'get_{0}'.fo... | move routine call out of try/except block
The try/except block is indented to handle AttributeErrors if the routine `get_<tgt_type>` is not available. But since the actual function call is also wrapped in the block if the routine is actually implemented but raises an AttributeError that one is catched too (which I thi... | saltstack_salt | train |
86bd4421d3258b084d3ef75d7f882e3f99f760b2 | diff --git a/quota/quota.go b/quota/quota.go
index <HASH>..<HASH> 100644
--- a/quota/quota.go
+++ b/quota/quota.go
@@ -133,19 +133,24 @@ func Set(owner string, value uint) error {
return err
}
-// Items returns a slice containing all items allocated to the given owner.
-func Items(owner string) ([]string, error) {... | quota: return the number of available items in the Items function
Related to #<I>. | tsuru_tsuru | train |
b71691ea38b327ed308fc54b8b7822dc5521d488 | diff --git a/server-manager/src/main/java/org/jboss/as/server/manager/ServerMaker.java b/server-manager/src/main/java/org/jboss/as/server/manager/ServerMaker.java
index <HASH>..<HASH> 100644
--- a/server-manager/src/main/java/org/jboss/as/server/manager/ServerMaker.java
+++ b/server-manager/src/main/java/org/jboss/as/s... | [JBAS-<I>] Actually add the args to main | wildfly_wildfly | train |
a88aa71210dfbd7f39644866aab889fdf5377816 | diff --git a/src/Jaguar/Canvas/CanvasInterface.php b/src/Jaguar/Canvas/CanvasInterface.php
index <HASH>..<HASH> 100644
--- a/src/Jaguar/Canvas/CanvasInterface.php
+++ b/src/Jaguar/Canvas/CanvasInterface.php
@@ -149,6 +149,7 @@ interface CanvasInterface {
* @param string $image
*
* @return \Jaguar\Can... | Made "fromFile" method throw InvalidArgumentException if the file is not readable in CanvasInterface | hyyan_jaguar | train |
de2e6bd8e7a37626372eb571e1811388ebbd9f45 | diff --git a/lib/namespace.rb b/lib/namespace.rb
index <HASH>..<HASH> 100644
--- a/lib/namespace.rb
+++ b/lib/namespace.rb
@@ -109,6 +109,19 @@ module Atomy
return unless ns
ns.name
end
+
+ def self.try_methods(name)
+ ns_name, meth_name = Atomy.from_namespaced(name)
+
+ if ns_name != "_... | monkey-patch #method and simplify other methods | vito_atomy | train |
c0ad2e93dd14cdf538f0e2f7bd31d43201ca5c94 | diff --git a/app/services/hyrax/work_uploads_handler.rb b/app/services/hyrax/work_uploads_handler.rb
index <HASH>..<HASH> 100644
--- a/app/services/hyrax/work_uploads_handler.rb
+++ b/app/services/hyrax/work_uploads_handler.rb
@@ -116,9 +116,6 @@ module Hyrax
ValkyrieIngestJob.perform_later(file)
- # th... | WorkUploadsHandler: don't pre-publish events that depend on bg jobs | samvera_hyrax | train |
9c9e79da4f836af0d69aca02d150fc7e569022ec | diff --git a/pkg/api/frontendsettings.go b/pkg/api/frontendsettings.go
index <HASH>..<HASH> 100644
--- a/pkg/api/frontendsettings.go
+++ b/pkg/api/frontendsettings.go
@@ -155,7 +155,7 @@ func (hs *HTTPServer) getFrontendSettingsMap(c *models.ReqContext) (map[string]i
return nil, err
}
- pluginsToPreload := []*Pr... | only preload app plugins (#<I>) | grafana_grafana | train |
7379b528ae3b02d42a19c288623434434ca823ba | diff --git a/lib/flint.js b/lib/flint.js
index <HASH>..<HASH> 100644
--- a/lib/flint.js
+++ b/lib/flint.js
@@ -1716,7 +1716,6 @@ Flint.prototype.spawn = function(roomId) {
// remove reference
newBot = {};
- this.debug(err.message);
return when(false);
});
}; | Removed logging of failed flint.spawn events | flint-bot_flint | train |
7ab74a7f1a7cc03bb3a8cada6fb257d0750bf36b | diff --git a/cassandra/cluster.py b/cassandra/cluster.py
index <HASH>..<HASH> 100644
--- a/cassandra/cluster.py
+++ b/cassandra/cluster.py
@@ -2980,11 +2980,6 @@ class ResponseFuture(object):
This is a client-side timeout. For more information
about server-side coordinator timeouts, see :class:`.polic... | Remove outdated note about no errback on timeout | datastax_python-driver | train |
6efb9f90764a14484ba500558aec8eb7c3800f18 | diff --git a/deploy_stack.py b/deploy_stack.py
index <HASH>..<HASH> 100644
--- a/deploy_stack.py
+++ b/deploy_stack.py
@@ -824,6 +824,7 @@ class BootstrapManager:
with self.handle_bootstrap_exceptions():
if not torn_down:
self.controller_strategy.prepare()
+ ... | bm booted_context sets lost_controller. | juju_juju | train |
a93af0755c5e0434aa1d31f6a52227042f5940fb | diff --git a/domt.js b/domt.js
index <HASH>..<HASH> 100644
--- a/domt.js
+++ b/domt.js
@@ -159,7 +159,7 @@ function Holder(node) {
repeat: this.repeat,
template: this.template.outerHTML,
domt: Domt.version
- }).replace(/--/g, "\\x2D\\x2D"); // HTML Comments escaping
+ }).replace(/--/g, "\\\\-\\\\-"); // H... | Properly escape/unescape comments | kapouer_domt | train |
46d132d0c8c0310ed5307c300b945e2400c53ae0 | diff --git a/core/Translate.php b/core/Translate.php
index <HASH>..<HASH> 100644
--- a/core/Translate.php
+++ b/core/Translate.php
@@ -77,7 +77,7 @@ class Translate
if (!Common::isValidFilename($language) || !is_readable($path)) {
throw new Exception(Piwik_TranslateException('General_ExceptionLang... | use array_replace_recursive, as array_merge_recursive produces arrays for existing keys | matomo-org_matomo | train |
fe86429a391755e15a3a2b96f8141d5f264555d8 | diff --git a/Controller/ProfilesController.php b/Controller/ProfilesController.php
index <HASH>..<HASH> 100644
--- a/Controller/ProfilesController.php
+++ b/Controller/ProfilesController.php
@@ -49,7 +49,7 @@ class ProfilesController extends Controller
*
* @return Response
*/
- public function getP... | enabled saving the same setting to multiple profiles | ongr-io_SettingsBundle | train |
aa3d1e3be5d8b73c2d5de3dfc5d6ef5b9041db21 | diff --git a/config.py b/config.py
index <HASH>..<HASH> 100644
--- a/config.py
+++ b/config.py
@@ -53,7 +53,7 @@ EXTENSIONS = [
'invenio.ext.restful',
'invenio.ext.menu',
'invenio.ext.jasmine', # after assets
- 'flask.ext.breadcrumbs:Breadcrumbs',
+ 'flask_breadcrumbs:Breadcrumbs',
'invenio.m... | global: import change of Flask extensions
* Changes all Flask extension import style from `flask.ext.*` to
`flask_*`. (addresses mitsuhiko/flask#<I>) (closes #<I>) | inveniosoftware_invenio-base | train |
880da1194df689723886571bbcb6d0ecce30df7a | diff --git a/lib/dradis/plugins/content_service.rb b/lib/dradis/plugins/content_service.rb
index <HASH>..<HASH> 100644
--- a/lib/dradis/plugins/content_service.rb
+++ b/lib/dradis/plugins/content_service.rb
@@ -9,7 +9,8 @@ module Dradis
# @option plugin [Class] the 'wrapper' module of a plugin, e.g.
# ... | let logger be set in ContentService#initialize
This comes in handy in testing, but don't make it compulsory (i.e. don't
use Hash#fetch) because that would mean we'd need to change
Upload::Importer | dradis_dradis-plugins | train |
7410204b05e1aa0e1cc4e33f2e353ddf847368d7 | diff --git a/mopidy_spotify/playback.py b/mopidy_spotify/playback.py
index <HASH>..<HASH> 100644
--- a/mopidy_spotify/playback.py
+++ b/mopidy_spotify/playback.py
@@ -8,6 +8,8 @@ from spotify import Link, SpotifyError
from mopidy import audio
from mopidy.backends import base
+from . import utils
+
logger = loggi... | Wait for track to load before playing it
Fixes mopidy/mopidy#<I> | mopidy_mopidy-spotify | train |
aa28d4cf96eccc17a916037e7b0b4e9e10c45aa8 | diff --git a/geopy/geocoders/ignfrance.py b/geopy/geocoders/ignfrance.py
index <HASH>..<HASH> 100644
--- a/geopy/geocoders/ignfrance.py
+++ b/geopy/geocoders/ignfrance.py
@@ -426,8 +426,6 @@ class IGNFrance(Geocoder):
for key, value in iter(el.items()):
if value is not None:
... | IGNFrance: Remove redundant check (#<I>) | geopy_geopy | train |
e2a47f993afaf47d3c3f08ec84e8676313411aef | diff --git a/symphony/lib/toolkit/class.frontendpage.php b/symphony/lib/toolkit/class.frontendpage.php
index <HASH>..<HASH> 100644
--- a/symphony/lib/toolkit/class.frontendpage.php
+++ b/symphony/lib/toolkit/class.frontendpage.php
@@ -367,6 +367,7 @@ class FrontendPage extends XSLTPage
'root' => URL,
... | Added workspace-dir parameter
This value is safe to use in templates: it will reflect the path to the
workspace according to the DIRROOT.
Fixes #<I>
Picked from f9b5b6e<I> | symphonycms_symphony-2 | train |
2b5e5884c0869d34f1db5810ec1789a4886d5e8a | diff --git a/xbbg/__init__.py b/xbbg/__init__.py
index <HASH>..<HASH> 100644
--- a/xbbg/__init__.py
+++ b/xbbg/__init__.py
@@ -1,3 +1,3 @@
"""Intuitive Bloomberg data API"""
-__version__ = '0.7.6a3'
+__version__ = '0.7.6a4'
diff --git a/xbbg/blp.py b/xbbg/blp.py
index <HASH>..<HASH> 100644
--- a/xbbg/blp.py
+++ b/xb... | `bdtick` with custom time range | alpha-xone_xbbg | train |
24fdf6406c3fe16dbdf8f6e97ce0df394ad51272 | diff --git a/MAVProxy/modules/mavproxy_wp.py b/MAVProxy/modules/mavproxy_wp.py
index <HASH>..<HASH> 100644
--- a/MAVProxy/modules/mavproxy_wp.py
+++ b/MAVProxy/modules/mavproxy_wp.py
@@ -53,7 +53,8 @@ class WPModule(mp_module.MPModule):
handler=MPMenuCallTextDialog(t... | wp: support adding a nofly zone | ArduPilot_MAVProxy | train |
b59efc1af4fc93ef7aeda94743762c174534273e | diff --git a/docroot/modules/custom/ymca_aliases/src/NodeAlias.php b/docroot/modules/custom/ymca_aliases/src/NodeAlias.php
index <HASH>..<HASH> 100644
--- a/docroot/modules/custom/ymca_aliases/src/NodeAlias.php
+++ b/docroot/modules/custom/ymca_aliases/src/NodeAlias.php
@@ -119,14 +119,14 @@ class NodeAlias {
... | [YMCA-<I>] Make cleaned node title as an alias if node isn't in menu tree | ymcatwincities_openy | train |
0180727d99c50c35690d6f2e1bb6bd19875ece91 | diff --git a/ftw/http.py b/ftw/http.py
index <HASH>..<HASH> 100644
--- a/ftw/http.py
+++ b/ftw/http.py
@@ -68,7 +68,7 @@ class HttpResponse(object):
origin_is_ip = False
for cookie_morsals in cookie.values():
# If the coverdomain is blank or the domain is an IP set the domain to be th... | Update http.py
Fixing or true in http.py | CRS-support_ftw | train |
5fca0300b8daf0c63efc854688e8cdf6537f3646 | diff --git a/cmd/gobgp/rpki.go b/cmd/gobgp/rpki.go
index <HASH>..<HASH> 100644
--- a/cmd/gobgp/rpki.go
+++ b/cmd/gobgp/rpki.go
@@ -171,6 +171,11 @@ func newRPKICmd() *cobra.Command {
_, err = client.DisableRpki(ctx, &api.DisableRpkiRequest{
Address: addr.String(),
})
+ case "delete":
+ _, err = cli... | cmd/rpki: support delete api | osrg_gobgp | train |
5749eee5613644a80851d93a5a130217b29d92c8 | diff --git a/src/leaflet.timedimension.layer.wms.js b/src/leaflet.timedimension.layer.wms.js
index <HASH>..<HASH> 100644
--- a/src/leaflet.timedimension.layer.wms.js
+++ b/src/leaflet.timedimension.layer.wms.js
@@ -171,12 +171,8 @@ L.TimeDimension.Layer.WMS = L.TimeDimension.Layer.extend({
var wmsParams = this... | Use baseLayer constructor to create a new Layer
instead of guessing it with instanceof | socib_Leaflet.TimeDimension | train |
a6123966375aa0d04fc769f6394336a233fa4dc4 | diff --git a/lib/prey/utils/managed_cache.js b/lib/prey/utils/managed_cache.js
index <HASH>..<HASH> 100644
--- a/lib/prey/utils/managed_cache.js
+++ b/lib/prey/utils/managed_cache.js
@@ -77,6 +77,10 @@ var ManagedCache = function() {
});
};
+ this.exists = function(id) {
+ return (self.store[id]) ? true :... | check for the existence of a cache key | prey_prey-node-client | train |
31495aea0eea9f3c088703115e9264b583e34694 | diff --git a/tests/test_security_layer.py b/tests/test_security_layer.py
index <HASH>..<HASH> 100644
--- a/tests/test_security_layer.py
+++ b/tests/test_security_layer.py
@@ -819,24 +819,44 @@ class TestHookablePKIXCertificateVerifier(unittest.TestCase):
for i in range(800//2):
errno = random.rand... | tests: python<I> became stricter about arguments passed to check_hostname
Although, to be honest, it isn’t clear at all to me why this worked
before ... | horazont_aioxmpp | train |
1934b288f16178cef285d381562595304154c838 | diff --git a/js/types/bars.js b/js/types/bars.js
index <HASH>..<HASH> 100644
--- a/js/types/bars.js
+++ b/js/types/bars.js
@@ -44,20 +44,9 @@ Flotr.addType('bars', {
var
data = options.data,
context = options.context,
- barWidth = options.barWidth,
shadowSize ... | Finished factoring out of bar geometry. Use in plot loop. | HumbleSoftware_Flotr2 | train |
76051cdef9e8a762c08bf2806ee71e429dd014bc | diff --git a/lib/ApiRequestor.php b/lib/ApiRequestor.php
index <HASH>..<HASH> 100644
--- a/lib/ApiRequestor.php
+++ b/lib/ApiRequestor.php
@@ -38,6 +38,9 @@ class ApiRequestor
}
}
+ // @var int Number of digit for randomized sleep time seconds
+ private $digit_num_for_rand = 2;
+
/**
* ... | Use mt_rand for all php version.
Define private variable for number of digits.
Divide on defining variable. | payjp_payjp-php | train |
77f801051dad40cb37d0476abf01861aaaec3364 | diff --git a/Tests/Unit/AutoUpdateTest.php b/Tests/Unit/AutoUpdateTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Unit/AutoUpdateTest.php
+++ b/Tests/Unit/AutoUpdateTest.php
@@ -74,15 +74,18 @@ class AutoUpdateTest extends \PHPUnit_Framework_TestCase {
* @dataProvider provideCheckforupdate
* @covers AutoUpdate::... | Some additional support for version checker
This and another file change should get Travis up and running again. | MW-Peachy_Peachy | train |
ac88ad3a31699aaccdccb7760e2ca9ef4980cbcb | diff --git a/src/main/java/com/stratio/qa/specs/DcosSpec.java b/src/main/java/com/stratio/qa/specs/DcosSpec.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/stratio/qa/specs/DcosSpec.java
+++ b/src/main/java/com/stratio/qa/specs/DcosSpec.java
@@ -1009,7 +1009,7 @@ public class DcosSpec extends BaseGSpec {
... | fix cleaning EOS_ACCESS_POINT variable (#<I>) | Stratio_bdt | train |
ecc1e0c21d4770e5bba4f51b41599055b58c2bc2 | diff --git a/app/models/alchemy/picture.rb b/app/models/alchemy/picture.rb
index <HASH>..<HASH> 100644
--- a/app/models/alchemy/picture.rb
+++ b/app/models/alchemy/picture.rb
@@ -112,6 +112,20 @@ module Alchemy
# Class methods
class << self
+ # The class used to generate URLs for pictures
+ #
+ ... | Allow to configure Alchemy::Picture.url_class
Meant as extension point for alternative URL representations of picture variants. For example images hosted on S3 would return the `remote_url` in its url class. | AlchemyCMS_alchemy_cms | train |
ef4015cf8167cc6048df56c4f89bf1f7f9de3134 | diff --git a/tests/test_shrink_user.py b/tests/test_shrink_user.py
index <HASH>..<HASH> 100644
--- a/tests/test_shrink_user.py
+++ b/tests/test_shrink_user.py
@@ -1,6 +1,6 @@
import unittest
-from trashcli.put import shrinkuser
+from trashcli.put import shrink_user
class TestTrashDirectoryName(unittest.TestCase):... | Refactor: rename function shrink_user, removed default value for environ param of shrink_user function | andreafrancia_trash-cli | train |
44e2d17939e04d4dc65405ef9282d43abaab20c7 | diff --git a/src/modules/adapter.js b/src/modules/adapter.js
index <HASH>..<HASH> 100644
--- a/src/modules/adapter.js
+++ b/src/modules/adapter.js
@@ -120,19 +120,20 @@ class Adapter {
throw new Error('applyUpdates - ' + index + ' is not a valid index (should be an integer)');
}
const _index = index ... | removing via index-based applyUpdates, edge cases | angular-ui_ui-scroll | train |
7e1ef27bff80aa90a7aee63982c52699a9c3470b | diff --git a/command/kv_get.go b/command/kv_get.go
index <HASH>..<HASH> 100644
--- a/command/kv_get.go
+++ b/command/kv_get.go
@@ -116,6 +116,9 @@ func (c *KVGetCommand) Run(args []string) int {
secret, err := kvReadRequest(client, path, versionParam)
if err != nil {
c.UI.Error(fmt.Sprintf("Error reading %s: %s"... | Fallback to version 1 if the vault server is too old to have the kv preflight endpoint (#<I>) | hashicorp_vault | train |
1fe353be64a31cbd2b36a3bc40e65ce0e0a79e42 | diff --git a/core/Visualization/Graph.php b/core/Visualization/Graph.php
index <HASH>..<HASH> 100644
--- a/core/Visualization/Graph.php
+++ b/core/Visualization/Graph.php
@@ -80,8 +80,9 @@ abstract class Graph extends DataTableVisualization
$view->translations['revenue'] = Piwik_Translate('General_TotalRev... | Refs #<I>, remove override of filter_offset in Graph DataTable visualization. | matomo-org_matomo | train |
cae0b408877439c87b5c3c059fd09c61e4e12d6a | diff --git a/test_examples/unittest_example/tests.py b/test_examples/unittest_example/tests.py
index <HASH>..<HASH> 100644
--- a/test_examples/unittest_example/tests.py
+++ b/test_examples/unittest_example/tests.py
@@ -1,24 +1,32 @@
-import testliveserver
+from os import path
+
+import testliveserver as tls
import uni... | Updated the unittest example to reflect latest changes. | authomatic_liveandletdie | train |
c14de2e9733685e60f165ee5f2dd1f7c17f3f6cd | diff --git a/p2p/nat/nat.go b/p2p/nat/nat.go
index <HASH>..<HASH> 100644
--- a/p2p/nat/nat.go
+++ b/p2p/nat/nat.go
@@ -86,13 +86,13 @@ func Map(m Interface, c chan struct{}, protocol string, extport, intport int, na
refresh := time.NewTimer(mapUpdateInterval)
defer func() {
refresh.Stop()
- glog.V(logger.Debug)... | p2p/nat: tweak port mapping log messages and levels
People stil get confused about the messages. This commit changes
the levels so that the only thing printed at the default level (info)
is a successful mapping. | ethereum_go-ethereum | train |
da7209a6532a328e9f725142d30668ce040ca867 | diff --git a/nofile_test_posix.go b/nofile_test_posix.go
index <HASH>..<HASH> 100644
--- a/nofile_test_posix.go
+++ b/nofile_test_posix.go
@@ -7,5 +7,6 @@ import "syscall"
func curFileLimit() uint64 {
var n syscall.Rlimit
syscall.Getrlimit(syscall.RLIMIT_NOFILE, &n)
- return n.Cur
+ // cast because some platforms ... | test: fix tests on freebsd | libp2p_go-libp2p-kad-dht | train |
15b8ddf7b8e29e7aab7671c4f58358a60e8a217a | diff --git a/ddl/column_modify_test.go b/ddl/column_modify_test.go
index <HASH>..<HASH> 100644
--- a/ddl/column_modify_test.go
+++ b/ddl/column_modify_test.go
@@ -438,6 +438,11 @@ func TestRenameColumn(t *testing.T) {
tk.MustExec("drop view test_rename_column_view")
tk.MustExec("drop table test_rename_column")
+
... | ddl: rename a non-exists column should fail (#<I>)
close pingcap/tidb#<I> | pingcap_tidb | train |
c065f1e4ee9ca3e915d279db6c5047427c76d6b6 | diff --git a/lib/haml/compiler.rb b/lib/haml/compiler.rb
index <HASH>..<HASH> 100755
--- a/lib/haml/compiler.rb
+++ b/lib/haml/compiler.rb
@@ -78,7 +78,7 @@ END
end
def locals_code(names)
- names = names.keys if Hash == names
+ names = names.keys if Hash === names
names.map do |name|
... | Isn't this intending to check if names.is_a?(Hash) :question: | haml_haml | train |
4348a8370a24ac4ae4ae221974f202a5cd17657e | diff --git a/rows/cli.py b/rows/cli.py
index <HASH>..<HASH> 100755
--- a/rows/cli.py
+++ b/rows/cli.py
@@ -254,60 +254,40 @@ def sum_(input_encoding, output_encoding, input_locale, output_locale,
@click.option('--output-locale')
@click.option('--table-index', default=0)
@click.option('--verify-ssl', default=True, ty... | Replace fields-except with fields-exclude (print)
Also optimize/refactor the code | turicas_rows | train |
6c4861f7258d90cccdb9c3b8219403e2fb1c831e | diff --git a/lib/discordrb/events/await.rb b/lib/discordrb/events/await.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/events/await.rb
+++ b/lib/discordrb/events/await.rb
@@ -4,10 +4,10 @@ require 'discordrb/await'
module Discordrb::Events
# Event raised when an await is triggered
class AwaitEvent
- attr_... | Add an event attribute to AwaitEvent | meew0_discordrb | train |
4e8337af78d5bec789ff2ab9f7e1f7cd6bb6cfe8 | diff --git a/src/ViewRessource.class.php b/src/ViewRessource.class.php
index <HASH>..<HASH> 100644
--- a/src/ViewRessource.class.php
+++ b/src/ViewRessource.class.php
@@ -28,12 +28,12 @@ class ViewRessource {
$this->setDefault($defaultTransformer);
}
- private function &getValue()
+ private function getValue()
... | Add xml root and code cleanup | RobinDumontChaponet_TransitiveCore | train |
b69756529164ba72a682e9da3d0f602adf2b51a4 | diff --git a/spec/unit/util/selinux_spec.rb b/spec/unit/util/selinux_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/util/selinux_spec.rb
+++ b/spec/unit/util/selinux_spec.rb
@@ -39,7 +39,7 @@ describe Chef::Util::Selinux do
end
it "each part of ENV['PATH'] should be checked" do
- expected_paths = ENV["P... | fix selinux specs for workstation
i can only assume this was missed because /usr/local/[s]bin was already
in the PATH everywhere else this has passed tests locally and on
buildkite. dunno why workstation's testers are different, but this
is an overlooked fix. | chef_chef | train |
af6a932f5c9210e8c50528667b559c3aeb92702a | diff --git a/library/Customizer/Design.php b/library/Customizer/Design.php
index <HASH>..<HASH> 100644
--- a/library/Customizer/Design.php
+++ b/library/Customizer/Design.php
@@ -136,7 +136,7 @@ class Design
$propItem['prepend'],
$propItem['value'],
$propIt... | hotfix, remove trailing comma from array | helsingborg-stad_Municipio | train |
339554aa21a2b689550b1dac4ad12d03fbaa322a | diff --git a/mod/quiz/module.js b/mod/quiz/module.js
index <HASH>..<HASH> 100644
--- a/mod/quiz/module.js
+++ b/mod/quiz/module.js
@@ -256,6 +256,10 @@ M.mod_quiz.secure_window = {
// Left click on a button or similar. No worries.
return;
}
+ if (e.button == 1 && e.target.test(... | MDL-<I> Impossible to click on Atto in a Quiz in 'Secure' mode. | moodle_moodle | train |
34bf1a2a7d688d9861350fd7836eb98268db821e | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -726,6 +726,7 @@ jQuery.extend({
}
}
+ // Flatten any nested arrays
return ret.concat.apply( [], ret );
}, | Add a comment explaining that jQuery.map flattens arrays | jquery_jquery | train |
5640c18ed60352642773d93570e98bd6ecc68439 | diff --git a/lib/txRequest/txRequest.js b/lib/txRequest/txRequest.js
index <HASH>..<HASH> 100644
--- a/lib/txRequest/txRequest.js
+++ b/lib/txRequest/txRequest.js
@@ -15,7 +15,6 @@ class TxRequest {
}
get address() {
- this.checkData()
return this.instance.address
}
@@ -173,6 +172,8 @@ class TxRequ... | [FIX] Remove not needed check. | ethereum-alarm-clock_eac.js-lib | train |
7027e393ac11d40213cad79bb1a60e81ef8c3878 | diff --git a/vagrant_box_defaults.rb b/vagrant_box_defaults.rb
index <HASH>..<HASH> 100644
--- a/vagrant_box_defaults.rb
+++ b/vagrant_box_defaults.rb
@@ -5,4 +5,4 @@ Vagrant.require_version ">= 2.2.0"
$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "157"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
-$NETNEXT_SERVER... | Bump cilium/ubuntu-next version to <I>
Includes the fix in the bpf-next tree to prevent the verifier
from pruning the valid code
(<URL> | cilium_cilium | train |
5f19a07bf6fc5c0b2af8c0da4743e8d21656478e | diff --git a/spec/support/selectable_examples.rb b/spec/support/selectable_examples.rb
index <HASH>..<HASH> 100644
--- a/spec/support/selectable_examples.rb
+++ b/spec/support/selectable_examples.rb
@@ -22,7 +22,7 @@ RSpec.shared_context "an NIO selectable" do
it "does not select unreadable objects" do
select... | Try reverting select timeout. | socketry_nio4r | train |
6716034cc6371e538c1289cba9c602c1d0246ab8 | diff --git a/src/Helpers/Deprecated.php b/src/Helpers/Deprecated.php
index <HASH>..<HASH> 100644
--- a/src/Helpers/Deprecated.php
+++ b/src/Helpers/Deprecated.php
@@ -44,6 +44,10 @@ class Deprecated
if ($method === null) {
$caller = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 2)[1];
... | Updated Deprecated::method to act like ::cls when called in object constructor. | bolt_bolt | train |
fce9de14189dee4660e015d174b1926ccfe36b19 | diff --git a/src/promisify.js b/src/promisify.js
index <HASH>..<HASH> 100644
--- a/src/promisify.js
+++ b/src/promisify.js
@@ -111,14 +111,12 @@ var parameterCount = function(fn) {
return 0;
};
-var decompile = parameterCount.toString;
makeNodePromisifiedEval =
function(callback, receiver, originalName, fn) {... | Promisified methods do dynamic lookup
When 'this' is given promisified methods should always
do dynamic lookup in case the original method changed on
the original object.
Fixes #<I>
#<I> might also be fixed | petkaantonov_bluebird | train |
5f4a8e9301ffc739eb531a2adf7fda7fb19b8d29 | diff --git a/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/io/compression/CompressionLoader.java b/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/io/compression/CompressionLoader.java
index <HASH>..<HASH> 100644
--- a/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/io/compressi... | Small fix to CompressionLoader | stratosphere_stratosphere | train |
09ba0049d4e44af10604be9d0a77d54e01e6f363 | diff --git a/middleman-core/lib/middleman-core/cli/build.rb b/middleman-core/lib/middleman-core/cli/build.rb
index <HASH>..<HASH> 100644
--- a/middleman-core/lib/middleman-core/cli/build.rb
+++ b/middleman-core/lib/middleman-core/cli/build.rb
@@ -99,10 +99,7 @@ module Middleman::Cli
#
# @return [Rack::Tes... | Fix asset_hashing assets affected by Rack middleware or mounted apps (like sprockets). Fixes #<I> | middleman_middleman | train |
d1f165481f00e372aeb71ad44bf956888f8f49aa | diff --git a/pythonforandroid/recipes/vlc/__init__.py b/pythonforandroid/recipes/vlc/__init__.py
index <HASH>..<HASH> 100644
--- a/pythonforandroid/recipes/vlc/__init__.py
+++ b/pythonforandroid/recipes/vlc/__init__.py
@@ -14,37 +14,42 @@ class VlcRecipe(Recipe):
port_git = 'http://git.videolan.org/git/vlc-ports/a... | vlc recipe procompiled aar bundle handling improved | kivy_python-for-android | train |
a4ea4e457c1dc2b19824c48307bbe7b2b062c7d4 | diff --git a/tilequeue/process.py b/tilequeue/process.py
index <HASH>..<HASH> 100644
--- a/tilequeue/process.py
+++ b/tilequeue/process.py
@@ -55,6 +55,7 @@ def _preprocess_data(feature_layers, shape_padded_bounds):
return preproc_feature_layers
+
# post-process all the layers simulataneously, which allows ne... | Fixed style issues from pep8. | tilezen_tilequeue | train |
168c9f1045bd0f2cbe7c8394061f9ee7963975f6 | diff --git a/test/api-test.js b/test/api-test.js
index <HASH>..<HASH> 100644
--- a/test/api-test.js
+++ b/test/api-test.js
@@ -15,7 +15,7 @@ var mochify = require('../lib/mochify');
describe('api', function () {
- this.timeout(5000);
+ this.timeout(10000);
var out;
var output; | Increase test timeout to reduce travis build failures | mantoni_mochify.js | train |
19d9b7b3e378930e1ed875f849d46d47720dce36 | diff --git a/src/Database/Query.php b/src/Database/Query.php
index <HASH>..<HASH> 100644
--- a/src/Database/Query.php
+++ b/src/Database/Query.php
@@ -349,6 +349,36 @@ class Query
}
/**
+ * Applies a simple where like clause to the pending query
+ *
+ * @param string $column The column to which the clause ... | Add whereLike method to query builder and include appropriate tests | hubzero_framework | train |
a3048a18872bf8f71c5af70168757e4a41c36f84 | diff --git a/lib/arjdbc/oracle/column.rb b/lib/arjdbc/oracle/column.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/oracle/column.rb
+++ b/lib/arjdbc/oracle/column.rb
@@ -11,13 +11,13 @@ module ArJdbc
def self.included(base)
# NOTE: assumes a standalone OracleColumn class
- class << base; inclu... | do not setup oracle Column methods only needed on AR < <I> | jruby_activerecord-jdbc-adapter | train |
b3b10f902d5a82a269aacd11ee355ad848ee64f2 | diff --git a/ftp.js b/ftp.js
index <HASH>..<HASH> 100644
--- a/ftp.js
+++ b/ftp.js
@@ -30,8 +30,8 @@ var FTP = module.exports = function(options) {
this._pasvPort = undefined;
this._pasvIP = undefined;
this._feat = undefined;
- this.debug = false;
this._queue = [];
+ this.debug = false;
this.options = ... | Use 'binary' encoding instead of 'utf8' for both main connection and PASV connection when getting directory listings | mscdex_node-ftp | train |
2c2878012d4aad55e2d7fdc0c5aadb61657d9e5e | diff --git a/mitogen/ssh.py b/mitogen/ssh.py
index <HASH>..<HASH> 100644
--- a/mitogen/ssh.py
+++ b/mitogen/ssh.py
@@ -289,7 +289,11 @@ class Stream(mitogen.parent.Stream):
self._host_key_prompt()
elif HOSTKEY_FAIL in buf.lower():
raise HostKeyError(self.hostkey_failed_msg... | Match "user@host: Permission denied ..." messages
OpenSSH <I> changed the text of the permission denied message. As a
result ssh_test.SshTest.test_password_required and test_pubkey_required
were failing on an Ubuntu <I> client, which ships OpenSSH <I>.
Refs
- <URL> | dw_mitogen | train |
9e2b2439f4dc99bdff0a819f8c738aa66fbc8236 | diff --git a/lib/temp.js b/lib/temp.js
index <HASH>..<HASH> 100644
--- a/lib/temp.js
+++ b/lib/temp.js
@@ -103,7 +103,14 @@ function deleteDirOnExit(dirPath) {
function attachExitListener() {
if (!tracking) return false;
if (!exitListenerAttached) {
- process.addListener('exit', cleanupSync);
+ process.add... | Adding console log when error during cleanup at process exit | bruce_node-temp | train |
f220288be4408585fd9a34d34614de4e6a3074db | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -21,6 +21,7 @@ module.exports = {
'react/no-unused-prop-types': 0,
// Not for us ;-)
+ 'no-plusplus': 0,
'jsx-a11y/label-has-for': 0,
'no-console': 0,
'import/no-named-as-default-m... | fix(QueryDataModel): Fix destroy method | Kitware_paraviewweb | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.