hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
efc3ef77e00911891ebbd33d0c66ab6530fcb611 | diff --git a/amplpy/ampl.py b/amplpy/ampl.py
index <HASH>..<HASH> 100644
--- a/amplpy/ampl.py
+++ b/amplpy/ampl.py
@@ -276,8 +276,7 @@ class AMPL(object):
Clears all entities in the underlying AMPL interpreter, clears all maps
and invalidates all entities.
"""
- # self._impl.reset() #... | Reset is not causing segmentation faults anymore | ampl_amplpy | train |
a49a58d072943842cb5f7676b54fe35ce6309c19 | diff --git a/config/Common.php b/config/Common.php
index <HASH>..<HASH> 100644
--- a/config/Common.php
+++ b/config/Common.php
@@ -43,6 +43,9 @@ class Common extends Config
$this->registerUserCommandClasses($di, $ci);
}
+ /**
+ * @param Container $di
+ */
private function registerUserCom... | Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on <URL> | kenjis_codeigniter-cli | train |
4ca7f6bcbc0a071fb368b3765694560ff9214d7b | diff --git a/src/parser.js b/src/parser.js
index <HASH>..<HASH> 100644
--- a/src/parser.js
+++ b/src/parser.js
@@ -58,22 +58,28 @@ function groupMemberRecord(value) {
function parser(rawString) {
const lines = splitOnLines(cleanString(rawString));
+
const robotsObj = {
sitemaps: [],
};
let agent = '... | Fixed parser rule overwriting, fixed parser include malformed. | ChristopherAkroyd_robots-txt-parser | train |
00ee7c3b5eb0ee4095d1f0204fb3792c71293180 | diff --git a/js/bigwig.js b/js/bigwig.js
index <HASH>..<HASH> 100644
--- a/js/bigwig.js
+++ b/js/bigwig.js
@@ -964,7 +964,7 @@ BBIExtraIndex.prototype.lookup = function(name, callback) {
}
}
- var childOffset = readInt(ba, offset);
+ ... | Fixed a <I>-bit overflow. | dasmoth_dalliance | train |
e35133a44e5321811d1a3f9b8fe631b28939e21b | diff --git a/pysat/instruments/methods/general.py b/pysat/instruments/methods/general.py
index <HASH>..<HASH> 100644
--- a/pysat/instruments/methods/general.py
+++ b/pysat/instruments/methods/general.py
@@ -3,7 +3,6 @@
"""
import datetime as dt
-import logging
import numpy as np
import pandas as pds | MAINT: remove unused import
Removed logging. | rstoneback_pysat | train |
0ecea8ffbb5206b8affc2d97aad1e1c36471077c | diff --git a/gns3server/compute/qemu/qemu_vm.py b/gns3server/compute/qemu/qemu_vm.py
index <HASH>..<HASH> 100644
--- a/gns3server/compute/qemu/qemu_vm.py
+++ b/gns3server/compute/qemu/qemu_vm.py
@@ -615,7 +615,7 @@ class QemuVM(BaseNode):
if not mac_address:
# use the node UUID to generate a ran... | Change how to generate random MAC addresses | GNS3_gns3-server | train |
2a59a23770ff41bbfff03524a75a17388c5bb576 | diff --git a/gauge/__init__.py b/gauge/__init__.py
index <HASH>..<HASH> 100644
--- a/gauge/__init__.py
+++ b/gauge/__init__.py
@@ -186,12 +186,10 @@ class Gauge(object):
return min
return value
- def _value_and_velocity(self, at=None):
+ def _predict(self, at=None):
at = now_or(at... | rename internal methods, implement Gauge.goal() | what-studio_gauge | train |
1e82ac067f41509d9ab5ee062640fb9df3d9a3ab | diff --git a/lib/APIAuth.php b/lib/APIAuth.php
index <HASH>..<HASH> 100644
--- a/lib/APIAuth.php
+++ b/lib/APIAuth.php
@@ -73,6 +73,9 @@ class SparkAPI_APIAuth extends SparkAPI_Core implements SparkAPI_AuthInterface {
$request['query_string'] = http_build_query($http_parameters);
$request['cacheable_query_strin... | Pass-by-reference use eliminated. Fixes #1 | sparkapi_sparkapi4p2 | train |
24f25462f941f7cda1f17eeecd053b53550c1651 | diff --git a/Repository/UserRepository.php b/Repository/UserRepository.php
index <HASH>..<HASH> 100644
--- a/Repository/UserRepository.php
+++ b/Repository/UserRepository.php
@@ -207,8 +207,8 @@ class UserRepository extends EntityRepository implements UserProviderInterface
* Returns all the users.
*
*... | [CoreBundle] Restricted user query scope | claroline_Distribution | train |
3b0c8484cbb7b38d7b84f4431d73c0663d316602 | diff --git a/lib/devise-authy/controllers/helpers.rb b/lib/devise-authy/controllers/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/devise-authy/controllers/helpers.rb
+++ b/lib/devise-authy/controllers/helpers.rb
@@ -20,17 +20,12 @@ module DeviseAuthy
def require_token?
id = warden.session(resource_na... | Always require token when user has an old cookie | twilio_authy-devise | train |
a36906ab8a141f1f497a0667196935e41970ae51 | diff --git a/src/Illuminate/Foundation/Application.php b/src/Illuminate/Foundation/Application.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Foundation/Application.php
+++ b/src/Illuminate/Foundation/Application.php
@@ -515,7 +515,10 @@ class Application extends Container implements ApplicationContract, HttpKern... | add env override for running in console | laravel_framework | train |
9d252bc8af128b59ae66a66c1fccfb44f90edeec | diff --git a/lib/acts_as_bookable/booking.rb b/lib/acts_as_bookable/booking.rb
index <HASH>..<HASH> 100644
--- a/lib/acts_as_bookable/booking.rb
+++ b/lib/acts_as_bookable/booking.rb
@@ -21,13 +21,13 @@ module ActsAsBookable
# Time options
if(opts[:time].present?)
- query = query.where(time: opts... | this should fix sqlite time comparison errors | tandusrl_acts_as_bookable | train |
754e1d6bc5b1b705f5c123143f508c9d00f9ab08 | diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py
index <HASH>..<HASH> 100644
--- a/parsedmarc/__init__.py
+++ b/parsedmarc/__init__.py
@@ -1064,7 +1064,7 @@ def get_dmarc_reports_from_mailbox(connection: MailboxConnection,
connection.create_folder(forensic_reports_folder)
connection.create... | remove batch_size from fetch_messages method | domainaware_parsedmarc | train |
a8b146585dd99cd4b489d6a1cb955c819fe98976 | diff --git a/lib/parse/blueprint.js b/lib/parse/blueprint.js
index <HASH>..<HASH> 100644
--- a/lib/parse/blueprint.js
+++ b/lib/parse/blueprint.js
@@ -34,11 +34,22 @@ module.exports = function(filePath, autoOptions, routeMap) {
routeMap[key] = routeMap[key] || { urlExpression: key, methods: {} };
... | Add ability to parse action url overrides as per the api blueprint especifications. | Aconex_drakov | train |
c4296ada0960b5007a2e309fcd3fba895fd1740a | diff --git a/doc/generator/parseFile.js b/doc/generator/parseFile.js
index <HASH>..<HASH> 100644
--- a/doc/generator/parseFile.js
+++ b/doc/generator/parseFile.js
@@ -311,7 +311,7 @@ _Parser.Prototype = function() {
description: tag.description
};
if (tag.optional) {
- param.name =... | Leave [optional] param names untouched. | substance_substance | train |
eb35176942873214a5f4145047b6538213ce6bc1 | diff --git a/test/lib/rules/disallow-ateachleafnode.js b/test/lib/rules/disallow-ateachleafnode.js
index <HASH>..<HASH> 100644
--- a/test/lib/rules/disallow-ateachleafnode.js
+++ b/test/lib/rules/disallow-ateachleafnode.js
@@ -43,6 +43,15 @@ describe('lib/rules/disallow-ateachleafnode', function () {
};
... | Add test for non-string argument to ateachleafnode | minichate_jscs-ember-deprecations | train |
e146bb9afd36349c50febcc89129349f0e18118b | diff --git a/src/api/NB_App.php b/src/api/NB_App.php
index <HASH>..<HASH> 100644
--- a/src/api/NB_App.php
+++ b/src/api/NB_App.php
@@ -76,8 +76,10 @@ trait NB_App {
$data['app_id'] = NB_Auth::auth()->appID();
$data['key'] = NB_Auth::auth()->secretKey();
+ $url = (NB_Auth::auth()->api() !== null) ? NB_Aut... | added optional debug url command, also support for curl error handling | NeverBounce_NeverBounceAPI-PHP | train |
9054a3ee4c572485fc0e35a23193ab465d3f4e27 | diff --git a/watchtower/wtpolicy/policy.go b/watchtower/wtpolicy/policy.go
index <HASH>..<HASH> 100644
--- a/watchtower/wtpolicy/policy.go
+++ b/watchtower/wtpolicy/policy.go
@@ -4,6 +4,7 @@ import (
"errors"
"fmt"
+ "github.com/btcsuite/btcd/wire"
"github.com/btcsuite/btcutil"
"github.com/lightningnetwork/ln... | watchtower/wtpolicy/policy: add ComputeJusticeTxOuts | lightningnetwork_lnd | train |
fcd286ce335c2eae8a93b42f259fecb1d55f27aa | diff --git a/Integration/AbstractEnhancerIntegration.php b/Integration/AbstractEnhancerIntegration.php
index <HASH>..<HASH> 100644
--- a/Integration/AbstractEnhancerIntegration.php
+++ b/Integration/AbstractEnhancerIntegration.php
@@ -57,6 +57,14 @@ abstract class AbstractEnhancerIntegration extends AbstractIntegration... | Prevent notices/warnings due to new fields being added without required properties.
Also correct xverify field name defaults. | TheDMSGroup_mautic-enhancer | train |
94d560ae7bbedcb71d68051e3fc0cfb720220426 | diff --git a/src/Webiny/Component/Entity/AbstractEntity.php b/src/Webiny/Component/Entity/AbstractEntity.php
index <HASH>..<HASH> 100755
--- a/src/Webiny/Component/Entity/AbstractEntity.php
+++ b/src/Webiny/Component/Entity/AbstractEntity.php
@@ -633,7 +633,7 @@ abstract class AbstractEntity implements \ArrayAccess
... | Method parseOrderParameters - it's protected now. | Webiny_Framework | train |
e03085ecbe3b74843029f325f40f38425a51fab6 | diff --git a/ui/admin/src/main/java/org/openengsb/ui/admin/edb/EdbClient.java b/ui/admin/src/main/java/org/openengsb/ui/admin/edb/EdbClient.java
index <HASH>..<HASH> 100644
--- a/ui/admin/src/main/java/org/openengsb/ui/admin/edb/EdbClient.java
+++ b/ui/admin/src/main/java/org/openengsb/ui/admin/edb/EdbClient.java
@@ -2... | [OPENENGSB-<I>] use getter for model | openengsb_openengsb | train |
453426c3b6d87e0a85f61dce6a09745b78c2fb19 | diff --git a/pycm/pycm_obj.py b/pycm/pycm_obj.py
index <HASH>..<HASH> 100644
--- a/pycm/pycm_obj.py
+++ b/pycm/pycm_obj.py
@@ -673,7 +673,6 @@ class ConfusionMatrix():
else:
raise pycmAverageError(AVERAGE_INVALID_ERROR)
try:
- weight_list = []
param_list = []
... | minor edits in adding average method to pycm object #<I> | sepandhaghighi_pycm | train |
1a2603a775dcb3fe085c43dcbd57adc93f902460 | diff --git a/beeswarm/server/db/session_persister.py b/beeswarm/server/db/session_persister.py
index <HASH>..<HASH> 100644
--- a/beeswarm/server/db/session_persister.py
+++ b/beeswarm/server/db/session_persister.py
@@ -260,8 +260,7 @@ class SessionPersister(gevent.Greenlet):
session.classification = db... | fixed bug that took the session persister down | honeynet_beeswarm | train |
ce2fb7c8ebd31df403264fda8640bf8a1c22df02 | diff --git a/mode/markdown/markdown.js b/mode/markdown/markdown.js
index <HASH>..<HASH> 100644
--- a/mode/markdown/markdown.js
+++ b/mode/markdown/markdown.js
@@ -785,6 +785,7 @@ CodeMirror.defineMode("markdown", function(cmCfg, modeCfg) {
formatting: false,
linkText: s.linkText,
linkTitle: s... | [markdown mode] xlinkHref status should get copied along with the rest of the state. | codemirror_CodeMirror | train |
ebeedb2a4c95c05a0cf80b71e932a516aef21032 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# django-letsencrypt CHANGELOG
+## v1.0.5
+
+- Internal Changes
+ - Start using `--sign`, such as: `python setup.py sdist upload --sign -r pypi`
+
## v1.0.4
- Bump YEAR in LICENSE
diff --g... | Version bump, pypi sign | urda_django-letsencrypt | train |
6299958ca9504132722d12bc0ecab352bc14c4ca | diff --git a/hazelcast-client-new/src/test/java/com/hazelcast/client/ConnectedClientOperationTest.java b/hazelcast-client-new/src/test/java/com/hazelcast/client/ConnectedClientOperationTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast-client-new/src/test/java/com/hazelcast/client/ConnectedClientOperationTest.java
+... | Code coverage improvements for call home classes. | hazelcast_hazelcast | train |
ca2771ca56b7930f005bf691949476801976a43d | diff --git a/src/metpy/interpolate/points.py b/src/metpy/interpolate/points.py
index <HASH>..<HASH> 100644
--- a/src/metpy/interpolate/points.py
+++ b/src/metpy/interpolate/points.py
@@ -3,6 +3,7 @@
# SPDX-License-Identifier: BSD-3-Clause
"""Interpolate data valid at one set of points to another in multiple dimension... | ENH: Refactor inverse_distance_to_points
Hoist validation and selection of interpolation method out of the loop.
Also make use of np.full() and compress down some steps a bit. | Unidata_MetPy | train |
b78a5a1d90e7884d0094b156029fbe48eeb166fd | diff --git a/astrobase/periodbase/kbls.py b/astrobase/periodbase/kbls.py
index <HASH>..<HASH> 100644
--- a/astrobase/periodbase/kbls.py
+++ b/astrobase/periodbase/kbls.py
@@ -48,7 +48,7 @@ from numpy import (
linspace as nplinspace, digitize as npdigitize, where as npwhere,
abs as npabs, min as npmin, full_li... | kbls stats: correct check for ingress duration, other stricter checks
- now checks that the transit depth is positive for fluxes and
negative for mags
- uses param_bounds when calling traptransit_fit_magseries to
make sure the fit makes sense | waqasbhatti_astrobase | train |
fd128d6b3e5b1b9759646428d056faffade5d19a | diff --git a/spec/unit/type/package.rb b/spec/unit/type/package.rb
index <HASH>..<HASH> 100755
--- a/spec/unit/type/package.rb
+++ b/spec/unit/type/package.rb
@@ -109,6 +109,7 @@ describe Puppet::Type.type(:package) do
before :each do
@provider = stub 'provider', :class => Puppet::Type.type(:package).defa... | Fixing a package test to be *much* faster | puppetlabs_puppet | train |
8feba1ac65451bf29f5cbea88f95cd2d3de15f8e | diff --git a/agent/unit_state_test.go b/agent/unit_state_test.go
index <HASH>..<HASH> 100644
--- a/agent/unit_state_test.go
+++ b/agent/unit_state_test.go
@@ -18,6 +18,7 @@ import (
"encoding/json"
"fmt"
"reflect"
+ "sort"
"sync"
"testing"
"time"
@@ -659,6 +660,7 @@ func TestUnitStatePublisherRunWithDelays(... | agent: fix test failures by sorting slices before comparison
when GOMAXPROCS is >, goroutine scheduling affects the order in which
slice elements get appended in the tests. use sort.Strings before
calling reflect.DeepEqual so that the ordering of the elements is
consistent. | coreos_fleet | train |
59c9a15758cca8884187005f51d4798b57b1edc5 | diff --git a/albumentations/core/transforms_interface.py b/albumentations/core/transforms_interface.py
index <HASH>..<HASH> 100644
--- a/albumentations/core/transforms_interface.py
+++ b/albumentations/core/transforms_interface.py
@@ -11,7 +11,7 @@ def to_tuple(param, low=None):
return (-param if low is None e... | Fix python 2 compatibility for BasicTransform | albu_albumentations | train |
15cae38cbd38f06846c15df437a901fe70662a37 | diff --git a/src/php/lib/Grpc/BaseStub.php b/src/php/lib/Grpc/BaseStub.php
index <HASH>..<HASH> 100644
--- a/src/php/lib/Grpc/BaseStub.php
+++ b/src/php/lib/Grpc/BaseStub.php
@@ -199,6 +199,13 @@ class BaseStub
*/
private function _get_jwt_aud_uri($method)
{
+ // TODO(jtattermusch): This is not t... | remove port suffix from JWT audience | grpc_grpc | train |
451bc6567d1b97feee9da8a263f0bcc81d284497 | diff --git a/src/ResponseArrayTrait.php b/src/ResponseArrayTrait.php
index <HASH>..<HASH> 100644
--- a/src/ResponseArrayTrait.php
+++ b/src/ResponseArrayTrait.php
@@ -62,7 +62,7 @@ trait ResponseArrayTrait
* Gets first element.
*
* @param string|null $key
- *
+ *
* @return mixed
*/
... | Fixed docblock indentation. | denpamusic_php-bitcoinrpc | train |
a73709203124030fa9ffa0a834bb2b6b5de1e8e0 | diff --git a/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/pool/creator/DataSourcePoolCreatorUtil.java b/shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/config/datasource/pool/creator/DataSourcePoolCreatorU... | Rename DataSourcePropertiesCreator.createDataSource() to create() (#<I>) | apache_incubator-shardingsphere | train |
ea29eebc6dc6a40f62ba4ff9cbb01ae91bba6ce7 | diff --git a/dagobah/core/core.py b/dagobah/core/core.py
index <HASH>..<HASH> 100644
--- a/dagobah/core/core.py
+++ b/dagobah/core/core.py
@@ -703,6 +703,7 @@ class Task(object):
return_code=self.process.returncode,
stdout = self.stdout,
... | Fix more errors: missing start time in core model, and improper indent causing a null return | thieman_dagobah | train |
8e84f2e52a007b0f1fea740c49d5e669adc3a3dc | diff --git a/src/ajax.js b/src/ajax.js
index <HASH>..<HASH> 100644
--- a/src/ajax.js
+++ b/src/ajax.js
@@ -195,6 +195,7 @@
xhr.onreadystatechange = function(){
if (xhr.readyState == 4) {
+ xhr.onreadystatechange = empty;
clearTimeout(abortTimeout)
var result, error = false
... | work around Chrome bug where Ajax callback fires more than once
The bug is present in Chrome <I> and possibly iOS 6, and is
reproducible using the debugger but otherwise occurs randomly.
References #<I>
<URL> | madrobby_zepto | train |
39469792a8daecef3162d5f909dbc85b6adc5a6b | diff --git a/canary/api.py b/canary/api.py
index <HASH>..<HASH> 100644
--- a/canary/api.py
+++ b/canary/api.py
@@ -146,6 +146,17 @@ class Api:
},
)
+ def get_latest_entries(self, location_id):
+ entries = self.get_entries(location_id)
+ entries_by_device_uuid = {}
+
+ for... | feat: add get latest entry for each device
gets the latest entry by device | snjoetw_py-canary | train |
5eff9d0f530904b81f5d5867c902f457d1ab305e | diff --git a/DataSet/Admin/CategoryDataSet.php b/DataSet/Admin/CategoryDataSet.php
index <HASH>..<HASH> 100755
--- a/DataSet/Admin/CategoryDataSet.php
+++ b/DataSet/Admin/CategoryDataSet.php
@@ -12,6 +12,7 @@
namespace WellCommerce\Bundle\CategoryBundle\DataSet\Admin;
+use Doctrine\ORM\QueryBuilder;
use WellComme... | Moved getDataSetQueryBuilder methods from repositories to datasets | WellCommerce_CategoryBundle | train |
932ac90753b4e35709a3a1a4180806c0243b88db | diff --git a/scripts/docs-generation/3rdPartyDocs.js b/scripts/docs-generation/3rdPartyDocs.js
index <HASH>..<HASH> 100644
--- a/scripts/docs-generation/3rdPartyDocs.js
+++ b/scripts/docs-generation/3rdPartyDocs.js
@@ -38,7 +38,7 @@ exports.generate3rdPartyDocs = async (sidebars) => {
const readme = await ... | <I> - added support for # in documents parsed from 3rdparty readme's and to support different branches (#<I>) | webdriverio_webdriverio | train |
9fab6dd763907d1bf07d8bb32adcbbd9c90e8e68 | diff --git a/lib/nrser/rspex.rb b/lib/nrser/rspex.rb
index <HASH>..<HASH> 100644
--- a/lib/nrser/rspex.rb
+++ b/lib/nrser/rspex.rb
@@ -248,6 +248,8 @@ module NRSER::RSpex
class Args < List
def to_desc max = nil
+ return '()' if empty?
+
if last.is_a?( Hash )
[
List.new(... | Display '()' as a description for empty args
Instead of an empty string... think this makes it more obvious. | nrser_nrser.rb | train |
a413ffbc4f4facd2ae623b2862ec312581d14def | diff --git a/lib/celluloid/supervisor.rb b/lib/celluloid/supervisor.rb
index <HASH>..<HASH> 100644
--- a/lib/celluloid/supervisor.rb
+++ b/lib/celluloid/supervisor.rb
@@ -21,17 +21,17 @@ module Celluloid
start_actor
end
- def start_actor
+ def start_actor(start_attempts = 2, sleep_interval = 30)
... | Lower number of attempts to restart actors crashing on startup, and increase sleep interval | celluloid_celluloid | train |
f380cf7084dacbe8ee9425876447eb496be9f572 | diff --git a/clustering/web/undertow/src/main/java/org/wildfly/clustering/web/undertow/session/DistributableSessionManager.java b/clustering/web/undertow/src/main/java/org/wildfly/clustering/web/undertow/session/DistributableSessionManager.java
index <HASH>..<HASH> 100644
--- a/clustering/web/undertow/src/main/java/org... | WFLY-<I> Fix IllegalMonitorStateException if session invalidated after redirect | wildfly_wildfly | train |
4d29623df9d3d71a382000bf922daa028914e530 | diff --git a/core/src/main/java/com/datastax/oss/driver/internal/core/session/DefaultSession.java b/core/src/main/java/com/datastax/oss/driver/internal/core/session/DefaultSession.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/datastax/oss/driver/internal/core/session/DefaultSession.java
+++ b/core/src/m... | Protect against misbehaving listeners during session init | datastax_java-driver | train |
10e2ba156d58abbaaa3747b21ea5405e0a940344 | diff --git a/lib/zapata/primitive/def.rb b/lib/zapata/primitive/def.rb
index <HASH>..<HASH> 100644
--- a/lib/zapata/primitive/def.rb
+++ b/lib/zapata/primitive/def.rb
@@ -4,6 +4,7 @@ module Zapata
def node
name, args, body = @code.to_a
type = @code.type
+ binding.pry if name == :find
... | Start seperating instance and class method definitions | Nedomas_zapata | train |
5bcca56ce49cffbf38c6a922c7dcc3cddc0269d1 | diff --git a/addict/addict.py b/addict/addict.py
index <HASH>..<HASH> 100644
--- a/addict/addict.py
+++ b/addict/addict.py
@@ -187,3 +187,24 @@ class Dict(dict):
{'a': []}
"""
self._prune(prune_zero, prune_empty_list)
+
+ def to_dict(self):
+ return self._as_dict(self)
+
+ @class... | Recursive fallback to dict | mewwts_addict | train |
93ed75bb31a3c836aa6130b413fe4e0bbfb6c0ab | diff --git a/lib/devise/models/invitable.rb b/lib/devise/models/invitable.rb
index <HASH>..<HASH> 100644
--- a/lib/devise/models/invitable.rb
+++ b/lib/devise/models/invitable.rb
@@ -23,6 +23,12 @@ module Devise
def self.included(base)
base.class_eval do
extend ClassMethods
+ callbac... | Skip callbacks when a resource is invited | scambra_devise_invitable | train |
b965b4353d2e2623b6733b502fa9909bc025d916 | diff --git a/functions/post-formats.php b/functions/post-formats.php
index <HASH>..<HASH> 100644
--- a/functions/post-formats.php
+++ b/functions/post-formats.php
@@ -319,7 +319,7 @@ function hybrid_image_content( $content ) {
preg_match( '/<img.*?>/', $content, $matches );
if ( empty( $matches ) && current_the... | Make sure to call the 'large' size image and don't use the 'meta_key' argument. Also, return the original post content. | justintadlock_hybrid-core | train |
30985a728de95283f8ae10ea07b01135b9a3a61a | diff --git a/Tests/Curl/MultiManagerTest.php b/Tests/Curl/MultiManagerTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Curl/MultiManagerTest.php
+++ b/Tests/Curl/MultiManagerTest.php
@@ -10,13 +10,17 @@ class MultiManagerTest extends \PHPUnit_Framework_TestCase
public function testMutliManager() {
$mm = n... | refactored MultiMangerTest. I'm probably just being pedantic | zeroem_ZeroemCurlBundle | train |
75626690ad314c04e5cce4220b62da457bc0b340 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name="analytics",
license='Apache License 2.0',
- version="0.6.1",
+ version="0.6.2",
description="Library for efficiently adding analytics ... | Version bump and upgrade nydus | numan_py-analytics | train |
bcdc10ca341449ad43c473ab5d8fdaee4052c353 | diff --git a/src/system/modules/metamodels/WidgetTags.php b/src/system/modules/metamodels/WidgetTags.php
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodels/WidgetTags.php
+++ b/src/system/modules/metamodels/WidgetTags.php
@@ -94,8 +94,17 @@ class WidgetTags extends Widget
protected function generateOpt... | Add css calss "first", "last", "even" and "odd" | MetaModels_core | train |
48a936ceffb334dd9c502cf4a9df6c642a77e3fa | diff --git a/dist/real.js b/dist/real.js
index <HASH>..<HASH> 100644
--- a/dist/real.js
+++ b/dist/real.js
@@ -1,5 +1,5 @@
/**
-* Real v1.4.6
+* Real v1.4.7
* (c) 2015 switer
* Released under the MIT License.
*/
diff --git a/dist/real.min.js b/dist/real.min.js
index <HASH>..<HASH> 100644
--- a/dist/real.min.js
+++ ... | 1. Fixed el options is selector bug;
2. Support "replace" option when "el" is given that has not parentNode. | switer_Real | train |
6eff5df9110cb135dcf9065123e814d309c5b595 | diff --git a/src/main/java/com/treasuredata/client/model/TDJobRequest.java b/src/main/java/com/treasuredata/client/model/TDJobRequest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/treasuredata/client/model/TDJobRequest.java
+++ b/src/main/java/com/treasuredata/client/model/TDJobRequest.java
@@ -94,6 +94,17 @... | Support pool_name at Presto query | treasure-data_td-client-java | train |
028978adfcb293cc931f5ec8e986697d829e105b | diff --git a/auto_ml/utils_model_training.py b/auto_ml/utils_model_training.py
index <HASH>..<HASH> 100644
--- a/auto_ml/utils_model_training.py
+++ b/auto_ml/utils_model_training.py
@@ -157,8 +157,10 @@ class FinalModelATC(BaseEstimator, TransformerMixin):
else:
eval_metri... | less verbose model training if is_hp_search | ClimbsRocks_auto_ml | train |
e515ed7c2d8ced7a09ce9865356fec07028488c0 | diff --git a/lib/API/Tests/Values/BlockCreateStructTest.php b/lib/API/Tests/Values/BlockCreateStructTest.php
index <HASH>..<HASH> 100644
--- a/lib/API/Tests/Values/BlockCreateStructTest.php
+++ b/lib/API/Tests/Values/BlockCreateStructTest.php
@@ -9,6 +9,18 @@ class BlockCreateStructTest extends PHPUnit_Framework_TestCa... | Add default values for some create structs and update tests to match | netgen-layouts_layouts-core | train |
514179ecf61bf18cfc6996ae93717df9814d735f | diff --git a/header.js b/header.js
index <HASH>..<HASH> 100644
--- a/header.js
+++ b/header.js
@@ -104,7 +104,13 @@ BlockHeader.prototype.canonicalDifficulty = function (parentBlock) {
}
dif = parentDif.add(offset.mul(a))
- var exp = new BN(this.number).idivn(100000).isubn(2)
+ // Byzantium difficulty bomb de... | Added Byzantium difficulty bomb delay | ethereumjs_ethereumjs-vm | train |
47b8bd1728c0f88eff57249223a87ddcda5fbaf4 | diff --git a/types/event_bus_test.go b/types/event_bus_test.go
index <HASH>..<HASH> 100644
--- a/types/event_bus_test.go
+++ b/types/event_bus_test.go
@@ -7,9 +7,58 @@ import (
"testing"
"time"
+ "github.com/stretchr/testify/assert"
+ "github.com/stretchr/testify/require"
+
+ abci "github.com/tendermint/abci/type... | wrote a test for EventBus#PublishEventTx
Refs #<I> | tendermint_tendermint | train |
3739c2c0a5fc17b85756b917f7372bc3aaf4c190 | diff --git a/marionette_tg/dsl.py b/marionette_tg/dsl.py
index <HASH>..<HASH> 100644
--- a/marionette_tg/dsl.py
+++ b/marionette_tg/dsl.py
@@ -444,7 +444,6 @@ def find_mar_files(party, format_name, version=None):
for path in subdirs:
if os.path.isdir(path):
conf_path = os.path.join(path, form... | Removing unnecessary print statement used in debugging. | marionette-tg_marionette | train |
369720e6605667699059a96dd4bdac78601b89bb | diff --git a/salt/utils/jinja.py b/salt/utils/jinja.py
index <HASH>..<HASH> 100644
--- a/salt/utils/jinja.py
+++ b/salt/utils/jinja.py
@@ -5,6 +5,7 @@ Jinja loading utils to enable a more powerful backend for jinja templates
# Import python libs
from __future__ import absolute_import, unicode_literals
+import atexi... | Allow the file_client to be overridden | saltstack_salt | train |
e3493a622aa712bc18be8032f9d90d63f42aaa5d | diff --git a/mediafile.py b/mediafile.py
index <HASH>..<HASH> 100644
--- a/mediafile.py
+++ b/mediafile.py
@@ -87,8 +87,8 @@ PREFERRED_IMAGE_EXTENSIONS = {'jpeg': 'jpg'}
class UnreadableFileError(Exception):
"""Mutagen is not able to extract information from the file.
"""
- def __init__(self, path):
- ... | Slightly more helpful UnreadableFileError (#<I>)
The exception now says something about what caused it, instead of just
listing the path that led to the error. | beetbox_mediafile | train |
401d34260287b8aac8ebaf8ed27a18c200b47910 | diff --git a/python/ray/tests/test_placement_group.py b/python/ray/tests/test_placement_group.py
index <HASH>..<HASH> 100644
--- a/python/ray/tests/test_placement_group.py
+++ b/python/ray/tests/test_placement_group.py
@@ -50,7 +50,7 @@ def test_placement_group_pack(ray_start_cluster):
"CPU": 2
... | [PlacementGroup]Add PlacementGroup wait python api (#<I>) | ray-project_ray | train |
e916a0f6970b75fd182b590965b196a117613212 | diff --git a/src/lib/cli.js b/src/lib/cli.js
index <HASH>..<HASH> 100644
--- a/src/lib/cli.js
+++ b/src/lib/cli.js
@@ -172,7 +172,7 @@ function afterConfigLoad() {
webServer = http.createServer(app);
}
- if (addr.path) {
+ if (addr.path && fs.existsSync(addr.path)) {
fs.unlinkSync(addr.path);... | fix: Check if socket exists before removing | verdaccio_verdaccio | train |
6dde9454eab7ab8db26c87d7d0a63176eeb4c3d3 | diff --git a/src/Providers/MetadataProvider.php b/src/Providers/MetadataProvider.php
index <HASH>..<HASH> 100644
--- a/src/Providers/MetadataProvider.php
+++ b/src/Providers/MetadataProvider.php
@@ -196,10 +196,10 @@ class MetadataProvider extends MetadataBaseProvider
case AssociationType::NULL_ONE_TO_ONE(... | Repoint 1-1 associations to use new setup | Algo-Web_POData-Laravel | train |
78d508afd860a5653d5a1f8008b3d97ee06e48e5 | diff --git a/astropixie-widgets/astropixie_widgets/visual.py b/astropixie-widgets/astropixie_widgets/visual.py
index <HASH>..<HASH> 100644
--- a/astropixie-widgets/astropixie_widgets/visual.py
+++ b/astropixie-widgets/astropixie_widgets/visual.py
@@ -434,7 +434,7 @@ class SHRD():
self.horizontal = horizontal
... | [EPO-<I>] Rename H-R Diagram + Skyviewer functions.
These function names are confusing, especially having one named
select when there's no selecting going on.
Also get rid of unused return variable on _show_skyviewer. | lsst-epo_vela | train |
282613c61c407c21de25b100b74eb1d473223284 | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,4 @@ node_modules/
coverage/
junit/
dist/
-out/
\ No newline at end of file
+out/
diff --git a/src/sortable.js b/src/sortable.js
index <HASH>..<HASH> 100644
--- a/src/sortable.js
+++ b/src/sortable.js
@@ -29... | using $watchCollection instead of $watch
undid demo.js changes. added unit test that uses document.body as the appendTo
removed gitignore changes | angular-ui_ui-sortable | train |
c810102c59b20d668116fa842eb4b047aaf0608b | diff --git a/src/Schema.php b/src/Schema.php
index <HASH>..<HASH> 100644
--- a/src/Schema.php
+++ b/src/Schema.php
@@ -57,12 +57,33 @@ class Schema
/**
* @param string $parentTable
* @param string $childTable
+ * @param string $mapTableName
+ * @return Table
+ */
+ public function getMap... | Fixed mapTaple finding, added explicit mapTable definition | vnejedly_db-mapping | train |
425dcf2df5ae50af96063ab0634e317edc574745 | diff --git a/cake/libs/model/datasources/dbo/dbo_mysql.php b/cake/libs/model/datasources/dbo/dbo_mysql.php
index <HASH>..<HASH> 100644
--- a/cake/libs/model/datasources/dbo/dbo_mysql.php
+++ b/cake/libs/model/datasources/dbo/dbo_mysql.php
@@ -448,13 +448,13 @@ class DboMysql extends DboMysqlBase {
*/
function conne... | Applying patch from 'tPl0ch', connect key is set to 'mysql_connect' when not using persistent connections. Fixes #<I> | cakephp_cakephp | train |
77e358224c976e88695b2f05c67fd231c7e4369f | diff --git a/buf.go b/buf.go
index <HASH>..<HASH> 100644
--- a/buf.go
+++ b/buf.go
@@ -21,6 +21,7 @@ type tdsBuffer struct {
size uint16
final bool
packet_type uint8
+ afterFirst func()
}
func newTdsBuffer(bufsize int, transport io.ReadWriteCloser) *tdsBuffer {
@@ -38,6 +39,10 @@ func (w *tdsBuf... | Restore the transport after the first login packet
Only the first TDS packet of the Login message MUST be encrypted using
TLS/SSL and encapsulated in a TLS/SSL message. All other TDS packets
sent or received MUST be in plaintext. | denisenkom_go-mssqldb | train |
95bf81e83a85b7f1a4dd5a8d81a536f5fc0bd9bf | diff --git a/src/main/java/org/mapdb/AsyncWriteEngine.java b/src/main/java/org/mapdb/AsyncWriteEngine.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mapdb/AsyncWriteEngine.java
+++ b/src/main/java/org/mapdb/AsyncWriteEngine.java
@@ -273,8 +273,31 @@ public class AsyncWriteEngine extends EngineWrapper implemen... | AsyncWriteEngine: fix deadlock in preallocation, see #<I> | jankotek_mapdb | train |
d8c64dd32ccbf073ea2899c9af50024d0a38282b | diff --git a/elasticpy.py b/elasticpy.py
index <HASH>..<HASH> 100644
--- a/elasticpy.py
+++ b/elasticpy.py
@@ -237,7 +237,7 @@ class ElasticSearch(object):
s = urllib2.urlopen(url_request).read()
return json.loads(s)
- def river_couchdb_create(self, index_name,index_type='',couchdb_db='', river_n... | Luke: Added basic auth support to elasticsearch | ooici_elasticpy | train |
92e622cf32d43a86c4259729c7cdea64570fdf75 | diff --git a/wikidataintegrator/wdi_core.py b/wikidataintegrator/wdi_core.py
index <HASH>..<HASH> 100755
--- a/wikidataintegrator/wdi_core.py
+++ b/wikidataintegrator/wdi_core.py
@@ -1183,11 +1183,17 @@ class WDItemEngine(object):
print("Connection error: {}. Sleeping for {} seconds.".format(e, retry_a... | Accepting the suggestion to use the exact value of retry-after in case of a response header <I> as suggested in #<I> | SuLab_WikidataIntegrator | train |
4ce24f98621484c579e02126c1871650b81b19ca | diff --git a/lib/repoman.js b/lib/repoman.js
index <HASH>..<HASH> 100644
--- a/lib/repoman.js
+++ b/lib/repoman.js
@@ -5,18 +5,19 @@ var _ = require('underscore'),
function Repoman(opts) {
function _exec(command, cb) {
- command = command.split(' ');
- spawn = child_process.spawn(command.shift(), command);
... | Replace child_process.spawn with .exec . Sacrifice streaming output in favour of simpler multi commands. | basti1302_repoman | train |
ce29967d6010963bb53def72f3f77c21c60f425d | diff --git a/docs/guide-ru/driver-redis.md b/docs/guide-ru/driver-redis.md
index <HASH>..<HASH> 100644
--- a/docs/guide-ru/driver-redis.md
+++ b/docs/guide-ru/driver-redis.md
@@ -32,10 +32,9 @@ yii queue/run
завершает свою работу. Это способ подойдет для обработки очереди заданий через cron.
```bash
-yii queue/list... | Listens redis queue using native waiting | yiisoft_yii2-queue | train |
2d52d533a1ba5e37cacf9e9f38b23299f3ece0f8 | diff --git a/precise/network_runner.py b/precise/network_runner.py
index <HASH>..<HASH> 100644
--- a/precise/network_runner.py
+++ b/precise/network_runner.py
@@ -107,7 +107,7 @@ class Listener:
self.window_audio = np.array([])
self.mfccs = np.zeros((self.pr.n_features, self.pr.n_mfcc))
- def upd... | Add update_vectors method to Listener
This can be used to use the vectors from the listener without a network runner | MycroftAI_mycroft-precise | train |
a5f87d7406500f02ee53916dc8c725e5f53448c5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -84,21 +84,9 @@ will then fall back to the native libraries if the command is not
available or fails to run).
"""
-try:
- # force cmd for now because some of the methods are not yet implemented
- # in the library manager.... | Converted hgtools to use itself for its own version determination | jaraco_hgtools | train |
6d1bc6c6ea79986a4d38ad588d632243d159ed79 | diff --git a/lib/jekyll/commands/serve.rb b/lib/jekyll/commands/serve.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/commands/serve.rb
+++ b/lib/jekyll/commands/serve.rb
@@ -104,12 +104,7 @@ module Jekyll
def start_up_webrick(opts, destination)
server = WEBrick::HTTPServer.new(webrick_opts(opts)).t... | Revert Commands::Serve#server_address signature change. | jekyll_jekyll | train |
5f759c3eb80c0908cc4b14a96fe19d8fc0ab207b | diff --git a/hipster-jung/src/test/java/es.usc.citius.lab.hipster.jung/JUNGHipsterGraphAdapterTest.java b/hipster-jung/src/test/java/es.usc.citius.lab.hipster.jung/JUNGHipsterGraphAdapterTest.java
index <HASH>..<HASH> 100644
--- a/hipster-jung/src/test/java/es.usc.citius.lab.hipster.jung/JUNGHipsterGraphAdapterTest.jav... | minor changes on JUNGHipsterGraphAdapterTest | citiususc_hipster | train |
57a546c8f23bb1e2f8043866452dc2b7a5f4c6c9 | diff --git a/cmd/peco/peco.go b/cmd/peco/peco.go
index <HASH>..<HASH> 100644
--- a/cmd/peco/peco.go
+++ b/cmd/peco/peco.go
@@ -182,8 +182,7 @@ func main() {
}
if len(opts.OptInitialMatcher) > 0 {
- ok := ctx.SetCurrentMatcher(opts.OptInitialMatcher)
- if !ok {
+ if !ctx.SetCurrentMatcher(opts.OptInitialMatcher... | Refacotr about checking bool type | peco_peco | train |
8b27b08bf6ea6104e6f12c5ab2dc6b7f742936bb | diff --git a/core.js b/core.js
index <HASH>..<HASH> 100644
--- a/core.js
+++ b/core.js
@@ -46,6 +46,7 @@ module.exports = refract
refract.highlight = highlight
refract.register = register
refract.registered = registered
+refract.listLanguages = listLanguages
/* Register bundled grammars. */
register(markup)
@@ -... | Add `listLanguages` to access registered languages
Closes GH-<I>. | wooorm_refractor | train |
0aaa937a2a20787434e2f46028850427dee4bd37 | diff --git a/tests/src/main/java/com/hazelcast/simulator/tests/network/NetworkTest.java b/tests/src/main/java/com/hazelcast/simulator/tests/network/NetworkTest.java
index <HASH>..<HASH> 100644
--- a/tests/src/main/java/com/hazelcast/simulator/tests/network/NetworkTest.java
+++ b/tests/src/main/java/com/hazelcast/simula... | Fixed CheckStyle issues in network test classes. | hazelcast_hazelcast-simulator | train |
5ecc595ce49f5080b3dc4eb91bc97407c09b9416 | diff --git a/audio/audio.go b/audio/audio.go
index <HASH>..<HASH> 100644
--- a/audio/audio.go
+++ b/audio/audio.go
@@ -420,6 +420,7 @@ func (p *playerImpl) Play() {
func (p *playerImpl) readLoop() {
defer func() {
p.m.Lock()
+ p.playing = false
p.runningReadLoop = false
p.m.Unlock()
}() | audio: Bug fix: Reset playing state at the end of the readLoop | hajimehoshi_ebiten | train |
1a7da0bc63755494fd5ee83246bd45a109c5d7b4 | diff --git a/internal/shader/shader.go b/internal/shader/shader.go
index <HASH>..<HASH> 100644
--- a/internal/shader/shader.go
+++ b/internal/shader/shader.go
@@ -121,9 +121,6 @@ func (sh *Shader) parse(f *ast.File) {
}
// TODO: This is duplicated with parseBlock.
- sort.Slice(sh.global.vars, func(a, b int) bool ... | shader: Do not sort variables since the order matters | hajimehoshi_ebiten | train |
3a99eaf5cf7b35952ab09d4257503e8e603a7277 | diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index <HASH>..<HASH> 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -1,29 +1,31 @@
-var assert = require('assert');
-var gulp = require('gulp');
-var del = require('del');
-var babel = require('gulp-babel');
-var mocha = require('gulp-mocha');
+'use strict';... | rewrite in es<I> import style. | shrhdk_text-to-svg | train |
2a88c43e664ab15daae4dc2def60988c72103c4e | diff --git a/lib/operation.js b/lib/operation.js
index <HASH>..<HASH> 100644
--- a/lib/operation.js
+++ b/lib/operation.js
@@ -7,6 +7,11 @@ ot.Operation = (function () {
// Constructor for new operations.
function Operation () {
+ if (this.constructor !== Operation) {
+ // => function was called without... | Enable calling the Operation constructor without 'new' | Operational-Transformation_ot.js | train |
df6ab9fca20a75f8647aae9dbcd3258cb7309284 | diff --git a/src/js/base/module/VideoDialog.js b/src/js/base/module/VideoDialog.js
index <HASH>..<HASH> 100644
--- a/src/js/base/module/VideoDialog.js
+++ b/src/js/base/module/VideoDialog.js
@@ -137,7 +137,7 @@ export default class VideoDialog {
.attr('frameborder', 0)
.attr('height', '310')
... | Fix https for Tencent which break with http. | summernote_summernote | train |
225c92ee0dc0b97bc785c1a774d4a7a236919f3b | diff --git a/src/effector/combine.js b/src/effector/combine.js
index <HASH>..<HASH> 100644
--- a/src/effector/combine.js
+++ b/src/effector/combine.js
@@ -249,6 +249,9 @@ const storeCombination = (
}),
step.mov({store: target}),
fn && step.compute({fn}),
+ step.check.changed({
+ store: store.stat... | check for changes after fn call | zerobias_effector | train |
778bf238b69c1b2f526af1081bf17be772389c1c | diff --git a/src/main/java/net/objecthunter/exp4j/ExpressionBuilder.java b/src/main/java/net/objecthunter/exp4j/ExpressionBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/objecthunter/exp4j/ExpressionBuilder.java
+++ b/src/main/java/net/objecthunter/exp4j/ExpressionBuilder.java
@@ -26,10 +26,26 @@ publi... | added static api methods to expressionbuilder | fasseg_exp4j | train |
7425de697de15a53074ed7d434497aaeeed66a8d | diff --git a/packages/veritone-react-common/src/components/FilePicker/FileUploader/index.js b/packages/veritone-react-common/src/components/FilePicker/FileUploader/index.js
index <HASH>..<HASH> 100644
--- a/packages/veritone-react-common/src/components/FilePicker/FileUploader/index.js
+++ b/packages/veritone-react-comm... | fix showing rejected file error when no file restrictions are in place | veritone_veritone-sdk | train |
b8c6272cf3f4a4ea5ad561bf85a7d76c03995961 | diff --git a/lib/flipper/adapters/active_record.rb b/lib/flipper/adapters/active_record.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/adapters/active_record.rb
+++ b/lib/flipper/adapters/active_record.rb
@@ -40,7 +40,7 @@ module Flipper
# Public: The set of known features.
def features
- @feat... | Select all keys instead of just key
MySQL wants key to be quoted as it is a keyword. This changes AR to select all fields instead of just key to avoid problems with certain versions of AR that forget the quotes.
fixes #<I> | jnunemaker_flipper | train |
2f64d8ba19f393c7316dc17f5884caeadf6a81c0 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -168,17 +168,18 @@ module.exports = {
each(function(entry) {
delete entry.url.workflowLocale;
delete entry.url.workflowGuid;
- });
+ }, true);
return setImmediate(callbac... | Ignores workflow needs for deleting props | apostrophecms_apostrophe-site-map | train |
aa4d8776881dda2a3269f86f7d7f765c6d511748 | diff --git a/lib/OpenLayers/Layer/WMS.js b/lib/OpenLayers/Layer/WMS.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Layer/WMS.js
+++ b/lib/OpenLayers/Layer/WMS.js
@@ -23,8 +23,15 @@ OpenLayers.Layer.WMS.prototype =
* @param {hash} params
*/
initialize: function(name, url, params) {
- OpenLayer... | add definition/instantiation protection for if anyone ever wants to subclass off of WMS.js
git-svn-id: <URL> | openlayers_openlayers | train |
cdf424f67717c9b3c2e5d47fbf2f9bba011b5544 | diff --git a/util/resolver/resolver.go b/util/resolver/resolver.go
index <HASH>..<HASH> 100644
--- a/util/resolver/resolver.go
+++ b/util/resolver/resolver.go
@@ -258,7 +258,7 @@ func hostsWithCredentials(hosts docker.RegistryHosts, auth *SessionAuthenticator
func newDefaultClient() *http.Client {
return &http.Cli... | resolver: enable tracing on default transport | moby_buildkit | train |
3c953ccce591aa42ff658bf0b36ce0b976b2791b | diff --git a/src/abstractclass/UserCredentialAbstract.php b/src/abstractclass/UserCredentialAbstract.php
index <HASH>..<HASH> 100755
--- a/src/abstractclass/UserCredentialAbstract.php
+++ b/src/abstractclass/UserCredentialAbstract.php
@@ -28,8 +28,7 @@ abstract class UserCredentialAbstract
private $_udfEntropySett... | Implement UserCredentialManager->validateTenancy() method | cymapgt_UserCredential | train |
a3be5fc2e7d04a0ecbfe0bc4fdaf4059ba528c94 | diff --git a/lib/engine-addon.js b/lib/engine-addon.js
index <HASH>..<HASH> 100644
--- a/lib/engine-addon.js
+++ b/lib/engine-addon.js
@@ -416,7 +416,7 @@ module.exports = {
}
['ember-addon', 'ember-engine'].forEach(keyword => {
- if (this.pkg.keywords.indexOf(keyword) === -1) {
+ if (!thi... | Avoid errors when keywords array is not present.
The recent additon of the keyword check throws an error if keywords are
not present. This fix ensures that the warning is issued either way
(with or without a keywords array) and also adds tests that would have
previously failed. | ember-engines_ember-engines | train |
543f1617c4af885ab2064e870cf2c62ffde97f5f | diff --git a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithPages.php b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithPages.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithPages.php
+++ b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithPages.php
@... | revert #<I> since that issue was fixed already in #<I> | laravel_framework | train |
1b2c6536469ebdaab48dc896c0d1f791bc61bc05 | diff --git a/dev/com.ibm.ws.kernel.boot.core/src/io/openliberty/checkpoint/spi/CheckpointPhase.java b/dev/com.ibm.ws.kernel.boot.core/src/io/openliberty/checkpoint/spi/CheckpointPhase.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.kernel.boot.core/src/io/openliberty/checkpoint/spi/CheckpointPhase.java
+++ b/dev/... | Return boolean from add hook methods
Timing may prevent a hook from being added when a checkpoint is being
done. This can happen if a background thread gets the CheckpointPhase
and checks the restore status. If the restore status is false then they
can try adding the hook. But before adding the hook the process may... | OpenLiberty_open-liberty | train |
c311d0ca518da36bdd8ef22149b71211dc5f7bc6 | diff --git a/app/controllers/api/v1/rubygems_controller.rb b/app/controllers/api/v1/rubygems_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/api/v1/rubygems_controller.rb
+++ b/app/controllers/api/v1/rubygems_controller.rb
@@ -12,11 +12,11 @@ class Api::V1::RubygemsController < Api::BaseController
de... | Add multiple response format for web hooks | rubygems_rubygems.org | train |
fda3d3389906a6198ff12a6602d2b8d409ba9dee | diff --git a/src/Entity/Form/GameRemoveBetsForm.php b/src/Entity/Form/GameRemoveBetsForm.php
index <HASH>..<HASH> 100644
--- a/src/Entity/Form/GameRemoveBetsForm.php
+++ b/src/Entity/Form/GameRemoveBetsForm.php
@@ -42,12 +42,8 @@ class GameRemoveBetsForm extends ContentEntityConfirmFormBase {
* {@inheritdoc}
*/... | Refactoring game - bet deletion | mespronos_mespronos | train |
047c0f78aa90a3d478f17b437fa34740c9c00342 | diff --git a/mod/quiz/report/statistics/qstats.php b/mod/quiz/report/statistics/qstats.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/report/statistics/qstats.php
+++ b/mod/quiz/report/statistics/qstats.php
@@ -135,7 +135,7 @@ class qstats{
function _initial_question_walker(&$stats){
$stats->gradeaverag... | MDL-<I> "after DB field type changes standard deviation and facility index show up as 0% instead of blank" Problem is that question->maxgrade is now <I> and not 0 and $maxgrade now does not evaluate as false, need to use $maxgade!=0 which evaluates as before. | moodle_moodle | train |
baad675bf85ecbdcdb94e67ff3b26177e6bfaa6b | diff --git a/lib/features/context-menu/components/ContextMenuComponent.js b/lib/features/context-menu/components/ContextMenuComponent.js
index <HASH>..<HASH> 100644
--- a/lib/features/context-menu/components/ContextMenuComponent.js
+++ b/lib/features/context-menu/components/ContextMenuComponent.js
@@ -100,9 +100,10 @@ ... | feat(context-menu): close if target contains context menu
* instead of checking wether context menu contains target we now check the other way around (sometimes target might already have been deleted therefore context menu would close) | bpmn-io_table-js | train |
f2438de37411ddff2fb5c5f99d33afe0a7644e18 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -4,7 +4,6 @@ var Table = require('cli-table');
var astPasses = require("./ast_passes.js");
var node11 = parseInt(process.versions.node.split(".")[1], 10) >= 11;
var mkdirp = require("mkdirp");
-var UglifyJS ... | Don't require uglify-js in travis | petkaantonov_bluebird | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.