hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
123fa03ae3cff8ff2d397cf81716a9f4372efea4 | diff --git a/api/opentrons/instruments/pipette.py b/api/opentrons/instruments/pipette.py
index <HASH>..<HASH> 100755
--- a/api/opentrons/instruments/pipette.py
+++ b/api/opentrons/instruments/pipette.py
@@ -273,12 +273,18 @@ class Pipette:
def aspirate(self, volume=None, location=None, rate=1.0):
"""
... | Change default dispense location to bottom, modify tests accordingly | Opentrons_opentrons | train |
6f2987e5ba5ac944178005a20aac5caf719ae96f | diff --git a/db/sqldb/task_db.go b/db/sqldb/task_db.go
index <HASH>..<HASH> 100644
--- a/db/sqldb/task_db.go
+++ b/db/sqldb/task_db.go
@@ -274,9 +274,6 @@ func (db *SQLDB) FailTask(logger lager.Logger, taskGuid, failureReason string) (
return err
}
- afterTask.State = models.Task_Completed
- afterTask.Failed... | remove redundant code in sql FailTask method | cloudfoundry_bbs | train |
7edeb742e2af59fa44020148e615ee3f7c1ff525 | diff --git a/src/tap.js b/src/tap.js
index <HASH>..<HASH> 100644
--- a/src/tap.js
+++ b/src/tap.js
@@ -20,7 +20,7 @@
move: function( e ) {
if (!coords['start'] && !coords['move']) return false;
-
+
e = utils.getRealEvent( e );
coords.move = [ e.pageX, e.pa... | Fix clicks bubbling on windows phone | pukhalski_tap | train |
264f8c783e210f025e2a0f6dcdf8f8b833ac5204 | diff --git a/builder.go b/builder.go
index <HASH>..<HASH> 100644
--- a/builder.go
+++ b/builder.go
@@ -303,6 +303,9 @@ type Builder struct {
PendingCopies []Copy
Warnings []string
+ // Raw platform string specified with `FROM --platform` of the stage
+ // Its up to the implementation or client to parse and use t... | dispatcher: Parse --platform via FROM and assign to field in stage's builder
Allows imagebuilder to read and `--platform` if specified in `FROM` and
relay it to implementations using `stage.Builder.Platform` | openshift_imagebuilder | train |
a7917870b58ae3a4bd3bec306d46a0179e5d78d3 | diff --git a/skitai/server/handlers/http2_handler.py b/skitai/server/handlers/http2_handler.py
index <HASH>..<HASH> 100644
--- a/skitai/server/handlers/http2_handler.py
+++ b/skitai/server/handlers/http2_handler.py
@@ -325,11 +325,11 @@ class HTTP2:
else:
if should_have_collector and cl > 0 and r.collector i... | <I> if request body size is too large, disconnect | hansroh_skitai | train |
2be9b819af5669d9d98e0e9d9295baac3c040d9e | diff --git a/genericclient/__init__.py b/genericclient/__init__.py
index <HASH>..<HASH> 100644
--- a/genericclient/__init__.py
+++ b/genericclient/__init__.py
@@ -7,6 +7,12 @@ _version = "0.0.2"
__version__ = VERSION = tuple(map(int, _version.split('.')))
+MultipleResourcesFound = exceptions.MultipleResourcesFound... | fix trailing slash on endpoint delete | genericclient_genericclient-requests | train |
9bb28a4a4c91f19234222631ddb387ceb5bd2cc4 | diff --git a/synapse/models/inet.py b/synapse/models/inet.py
index <HASH>..<HASH> 100644
--- a/synapse/models/inet.py
+++ b/synapse/models/inet.py
@@ -400,6 +400,67 @@ class InetMod(CoreModule):
def _revModl201708231646(self):
pass # for legacy/backward compat
+ @modelrev('inet', 201708172326)
+ d... | Initial inet:netlogon form + migration and tests. | vertexproject_synapse | train |
a62971b122cd83bd5bf6f1685f0afa4faf3f7ad4 | diff --git a/Tests/Includes/AutoUpdateTest.php b/Tests/Includes/AutoUpdateTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Includes/AutoUpdateTest.php
+++ b/Tests/Includes/AutoUpdateTest.php
@@ -77,10 +77,9 @@ class AutoUpdateTest extends \PHPUnit_Framework_TestCase {
* @covers AutoUpdate::getTimeToNextLimitWindow
... | Update Travis coverage
Extend AutoUpdate test coverage. | MW-Peachy_Peachy | train |
126fdfa555a24ab7862e1984e88e80d462273dbb | diff --git a/host-controller/src/main/java/org/jboss/as/host/controller/NewHostControllerBootstrap.java b/host-controller/src/main/java/org/jboss/as/host/controller/NewHostControllerBootstrap.java
index <HASH>..<HASH> 100644
--- a/host-controller/src/main/java/org/jboss/as/host/controller/NewHostControllerBootstrap.jav... | Parse criteria properly when setting up the management socket
was: <I>ada4bf<I>ea8fe<I>a<I>c<I>d<I>a<I>cce7 | wildfly_wildfly-core | train |
df259d7e743c412d8c39864b88509c45cf2c49fa | diff --git a/axes/tests/test_access_attempt.py b/axes/tests/test_access_attempt.py
index <HASH>..<HASH> 100644
--- a/axes/tests/test_access_attempt.py
+++ b/axes/tests/test_access_attempt.py
@@ -86,7 +86,7 @@ class AccessAttemptTest(TestCase):
than failure limit
"""
# test until one try befor... | Clean up test for loops and ignore unused loop variables | jazzband_django-axes | train |
cbe186b6cdf160cdb10193680348b659beaead8f | diff --git a/lib/ruby_terraform/commands/base.rb b/lib/ruby_terraform/commands/base.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby_terraform/commands/base.rb
+++ b/lib/ruby_terraform/commands/base.rb
@@ -27,6 +27,10 @@ module RubyTerraform
# @param [Hash<String, Object>] parameters The parameters used to
#... | Update documentation to include details of invocation options. | infrablocks_ruby_terraform | train |
83f285d2a77f1d46292e759dbb90b1e025555fd5 | diff --git a/command/build_ext.py b/command/build_ext.py
index <HASH>..<HASH> 100644
--- a/command/build_ext.py
+++ b/command/build_ext.py
@@ -134,7 +134,7 @@ class build_ext(Command):
# we don't want to allow that anymore in the future
warn("'compiler' specifies the compiler type in build_ext... | Merged revisions <I> via svnmerge from
svn+ssh://<EMAIL>/python/trunk
........
r<I> | tarek.ziade | <I>-<I>-<I> <I>:<I>:<I> <I> (Thu, <I> Jul <I>) | 1 line
PendingDeprecationWarning -> DeprecationWarning in build_ext
........ | pypa_setuptools | train |
730db45eab02457c524a4576c578b3436187c162 | diff --git a/plugin/pkg/scheduler/algorithm/predicates/predicates.go b/plugin/pkg/scheduler/algorithm/predicates/predicates.go
index <HASH>..<HASH> 100644
--- a/plugin/pkg/scheduler/algorithm/predicates/predicates.go
+++ b/plugin/pkg/scheduler/algorithm/predicates/predicates.go
@@ -108,7 +108,10 @@ func isVolumeConflic... | allow a read-only rbd image mounted by multiple pods | kubernetes_kubernetes | train |
6aa6ace0121e0d66d9aeb4c37b3db32f06ac170d | diff --git a/eZ/Publish/API/Repository/ContentService.php b/eZ/Publish/API/Repository/ContentService.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/API/Repository/ContentService.php
+++ b/eZ/Publish/API/Repository/ContentService.php
@@ -14,7 +14,8 @@ use eZ\Publish\API\Repository\Values\Content\ContentMetaDataUpdateS... | Fixed errors in method signatures and phpdoc | ezsystems_ezpublish-kernel | train |
16c9b8b87b9120100e5e7d6097a935712cc9797c | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
## 3.1.2 / 2016-05-28
- Proof against weird `require.extensions`. See #134.
+- Ensure method patching works when filename arguments are missing. See #135.
## 3.1.1 / 2016-05-02
diff --git ... | Ensure method patching works when filename arguments are missing | whitecolor_ts-node-dev | train |
83d8bdaf52ddbb2de4ab8d4b8b7e1593b96e169f | diff --git a/spec/unit/provider/mount/parsed.rb b/spec/unit/provider/mount/parsed.rb
index <HASH>..<HASH> 100755
--- a/spec/unit/provider/mount/parsed.rb
+++ b/spec/unit/provider/mount/parsed.rb
@@ -143,6 +143,7 @@ describe provider_class do
# Never write to disk, only to RAM.
#@provider_class... | Fix heisenbug in spec/unit/provider/mount/parsed.rb
spec/unit/provider/mount/parsed.rb would show a failure when
spec/unit/type/mount.rb had been run prior. | puppetlabs_puppet | train |
e0cd0201433a7b54011c7c9b966349d9d99b162a | diff --git a/packages/db/src/index.js b/packages/db/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/db/src/index.js
+++ b/packages/db/src/index.js
@@ -11,8 +11,8 @@ import API, {getOff} from 'swarm-api';
import type {Options, Value} from 'swarm-api';
import type {Atom} from 'swarm-ron';
-export type Respons... | db/react: use generics for responses | gritzko_swarm | train |
d7f21702de16fcd74450770fa79f3ffb6580e5ab | diff --git a/py3status/modules/xrandr_rotate.py b/py3status/modules/xrandr_rotate.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/xrandr_rotate.py
+++ b/py3status/modules/xrandr_rotate.py
@@ -34,7 +34,7 @@ Color options:
color_degraded: Screen is disconnected
color_good: Displayed rotation is active
... | xrandr_rotate: replace shell commands with python codes | ultrabug_py3status | train |
407e41d39482be4c498114ed45faaed1f088fab1 | diff --git a/libnetwork/endpoint.go b/libnetwork/endpoint.go
index <HASH>..<HASH> 100644
--- a/libnetwork/endpoint.go
+++ b/libnetwork/endpoint.go
@@ -548,6 +548,11 @@ func (ep *endpoint) updateDNS(resolvConf []byte) error {
return err
}
+ // Change the perms to 0644 since ioutil.TempFile creates it by default a... | Fix /etc/resolv.conf permission issue
The container's /etc/resolv.conf permission was getting setup
as <I> while it should be <I> for every user inside the
container to be able to read it. The tempfile that we create
initially to populate the resolvconf content is getting created
with <I> mode. Changed it to <I> once ... | moby_moby | train |
0e4702b3b9e92531cc419aba47eea7228dd640f2 | diff --git a/src/main/java/net/openhft/chronicle/network/NetworkStats.java b/src/main/java/net/openhft/chronicle/network/NetworkStats.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/openhft/chronicle/network/NetworkStats.java
+++ b/src/main/java/net/openhft/chronicle/network/NetworkStats.java
@@ -91,11 +91,5 @... | reverted change to networkStats | OpenHFT_Chronicle-Network | train |
d6602955ca27e24dd4026df2e6364cadbf8f0e50 | diff --git a/lib/relix/index_set.rb b/lib/relix/index_set.rb
index <HASH>..<HASH> 100644
--- a/lib/relix/index_set.rb
+++ b/lib/relix/index_set.rb
@@ -106,7 +106,12 @@ module Relix
current_values = @redis.hgetall(current_values_name)
indexes.map do |name, index|
- old_value = current_values... | Ensure immutable attribute indexes get deindexed properly.
Since immutable attributes don't get added to the current values hash in redis, we cannot use that to find the value to deindex. | ntalbott_relix | train |
0ccf33674ff6dcee2dcee1e271ced5c78f626aaa | diff --git a/lib/mqttServer.js b/lib/mqttServer.js
index <HASH>..<HASH> 100644
--- a/lib/mqttServer.js
+++ b/lib/mqttServer.js
@@ -12,6 +12,7 @@ var securityImpl = require('./getSecurityImpl');
var updateFromClient = require('./updateFromClient');
var proxyListener = require('./proxyListener');
var generateAndStoreT... | handle mqtt payloadOnly | octoblu_meshblu | train |
4da50ac8ad545324418a9ebe54832cc7bc48c6d9 | diff --git a/src/main/java/hudson/plugins/emailext/EmailType.java b/src/main/java/hudson/plugins/emailext/EmailType.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hudson/plugins/emailext/EmailType.java
+++ b/src/main/java/hudson/plugins/emailext/EmailType.java
@@ -135,7 +135,8 @@ public class EmailType {
... | Fix issue with NPE when no recipient providers | jenkinsci_email-ext-plugin | train |
67dd1424f82ff9a4029c33a6a7530145edfcf0e7 | diff --git a/spec/pivotal-ui-react/search-input/search-input_spec.js b/spec/pivotal-ui-react/search-input/search-input_spec.js
index <HASH>..<HASH> 100644
--- a/spec/pivotal-ui-react/search-input/search-input_spec.js
+++ b/spec/pivotal-ui-react/search-input/search-input_spec.js
@@ -1,10 +1,11 @@
require('../spec_helpe... | chore(search-input): Adds tests for attr passthrough on search-input
Also refactored search-input to use mergeProps
[#<I>] | pivotal-cf_pivotal-ui | train |
086115ea985f25e0f6ca3928cb12aa71f3a6bfc1 | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/npe/IsNullValueFrameModelingVisitor.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/npe/IsNullValueFrameModelingVisitor.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/ba/npe/IsNullValueFrameModelingVisitor.java
+++ b/findbugs/src/java/e... | More accurate handling of CheckedCast instruction (i.e., model that it has no effect unless it throws an exception)
git-svn-id: <URL> | spotbugs_spotbugs | train |
96ac98f0a6b05ad5606df7578b6d8fc302a07aa8 | diff --git a/atoml/__init__.py b/atoml/__init__.py
index <HASH>..<HASH> 100644
--- a/atoml/__init__.py
+++ b/atoml/__init__.py
@@ -1,4 +1,5 @@
from .api import (
+ TOMLDocument,
aot,
array,
boolean,
diff --git a/atoml/api.py b/atoml/api.py
index <HASH>..<HASH> 100644
--- a/atoml/api.py
+++ b/atoml/ap... | Expose public class in type hints for dumps/loads (#<I>) | frostming_atoml | train |
913cfcaa4f06a722d9afb376ed4a7d0a02b61c99 | diff --git a/arbiter/arbiter-core/src/main/java/org/deeplearning4j/arbiter/optimize/api/AbstractParameterSpace.java b/arbiter/arbiter-core/src/main/java/org/deeplearning4j/arbiter/optimize/api/AbstractParameterSpace.java
index <HASH>..<HASH> 100644
--- a/arbiter/arbiter-core/src/main/java/org/deeplearning4j/arbiter/opt... | (arbiter-core) Fixed some typos (#<I>)
* Fix some typo | deeplearning4j_deeplearning4j | train |
18cdbd13a0eb8047565a73365efe823d7a0325a1 | diff --git a/db/rdb.go b/db/rdb.go
index <HASH>..<HASH> 100644
--- a/db/rdb.go
+++ b/db/rdb.go
@@ -409,7 +409,7 @@ func (r *RDBDriver) GetByCpeURI(uri string) ([]models.CveDetail, error) {
for _, cpe := range cpes {
match, err := match(specified, cpe)
if err != nil {
- log.Errorf("Failed to compare the versio... | change unmatch cpe log to warn (#<I>) | kotakanbe_go-cve-dictionary | train |
57ff0f89ed6ce1b24f05fdc7ea40b43d2bbf29ea | diff --git a/stripe/error.py b/stripe/error.py
index <HASH>..<HASH> 100644
--- a/stripe/error.py
+++ b/stripe/error.py
@@ -59,7 +59,11 @@ class StripeError(Exception):
)
def construct_error_object(self):
- if self.json_body is None or "error" not in self.json_body:
+ if (
+ self... | Check that error is a dict before trying to use it to create a StripeError (#<I>) | stripe_stripe-python | train |
94cd358782f93f10ec98f612aea442ed87608788 | diff --git a/components/Notification/GenericNotification.js b/components/Notification/GenericNotification.js
index <HASH>..<HASH> 100644
--- a/components/Notification/GenericNotification.js
+++ b/components/Notification/GenericNotification.js
@@ -11,9 +11,9 @@ import classnames from 'classnames';
type Props = {|
ty... | `children` prop should be required | cultureamp_cultureamp-style-guide | train |
8fe2a0b5d8faae7ebecfe9ea58bb0c6d61a34590 | diff --git a/executor/simple_test.go b/executor/simple_test.go
index <HASH>..<HASH> 100644
--- a/executor/simple_test.go
+++ b/executor/simple_test.go
@@ -586,6 +586,42 @@ func (s *testSuite3) TestDropStats(c *C) {
h.SetLease(0)
}
+func (s *testSuite3) TestDropStatsFromKV(c *C) {
+ tk := testkit.NewTestKit(c, s.st... | statistics: drop stats should delete topn (#<I>)
* statistics: drop stats should delete topn
* add rest
* fix test
* fix test | pingcap_tidb | train |
8c76d5352ffed1883d9b99d7fb416088d7048238 | diff --git a/src/Testing/AbstractServiceAwareRuleTestCase.php b/src/Testing/AbstractServiceAwareRuleTestCase.php
index <HASH>..<HASH> 100644
--- a/src/Testing/AbstractServiceAwareRuleTestCase.php
+++ b/src/Testing/AbstractServiceAwareRuleTestCase.php
@@ -8,9 +8,10 @@ use Nette\Utils\Strings;
use PHPStan\DependencyInje... | fix emulation T_MATCH conflict type in string/int (#<I>) | Symplify_PHPStanExtensions | train |
5cd9587d21d04443ded94244caf0474cef0c6a21 | diff --git a/src/future/moves/tkinter/__init__.py b/src/future/moves/tkinter/__init__.py
index <HASH>..<HASH> 100644
--- a/src/future/moves/tkinter/__init__.py
+++ b/src/future/moves/tkinter/__init__.py
@@ -4,6 +4,8 @@ __future_module__ = True
if not PY3:
from Tkinter import *
- from Tkinter import _flatten,... | Add more underscore-prefixed imports to `tkinter` (issue #<I>) | PythonCharmers_python-future | train |
4cae413a29f1a8032a3d67f1f383b3f4e25c6dd3 | diff --git a/packer/progressbar.go b/packer/progressbar.go
index <HASH>..<HASH> 100644
--- a/packer/progressbar.go
+++ b/packer/progressbar.go
@@ -4,7 +4,6 @@ import (
"fmt"
"io"
"sync"
- "sync/atomic"
"github.com/cheggaaa/pb"
)
@@ -78,7 +77,7 @@ func (spb *StackableProgressBar) NewProxyReader(r io.Reader) i... | remove unedded atomic call ( protected by a lock ) | hashicorp_packer | train |
16213e74599740f55171ba170fa9287a958abafc | diff --git a/test/conftest.py b/test/conftest.py
index <HASH>..<HASH> 100644
--- a/test/conftest.py
+++ b/test/conftest.py
@@ -2,11 +2,18 @@ import pytest
from ftw.ftw import ruleset, util
import os
-def get_rulesets(ruledir):
+def get_rulesets(ruledir, recurse):
"""
List of ruleset objects extracted from... | Adding support for ruledir_recurse | CRS-support_ftw | train |
abf69b39eee85f67eae35cd2ac3b954aa04e9557 | diff --git a/openid/tools/oiddiag.py b/openid/tools/oiddiag.py
index <HASH>..<HASH> 100644
--- a/openid/tools/oiddiag.py
+++ b/openid/tools/oiddiag.py
@@ -201,6 +201,7 @@ class Diagnostician(ApacheView):
if openid_url is None:
self.openingPage()
else:
+ self.record(Event("Worki... | [project @ oiddiag: add event for openid_url input] | necaris_python3-openid | train |
69438fda5430a2a0947cfc2db302461d38de28e9 | diff --git a/lib/util/index.js b/lib/util/index.js
index <HASH>..<HASH> 100644
--- a/lib/util/index.js
+++ b/lib/util/index.js
@@ -1087,7 +1087,7 @@ function isUrlEncoded(req) {
exports.isUrlEncoded = isUrlEncoded;
function isMultipart(req) {
- return /^post$/i.test(req.method) && /multipart/i.test(req.headers['con... | fix: the params of upload | avwo_whistle | train |
fe36fe6c601e7040a069c468b5bcf1fe7803b2a8 | diff --git a/src/Sk/SmartId/Api/SessionStatusPoller.php b/src/Sk/SmartId/Api/SessionStatusPoller.php
index <HASH>..<HASH> 100644
--- a/src/Sk/SmartId/Api/SessionStatusPoller.php
+++ b/src/Sk/SmartId/Api/SessionStatusPoller.php
@@ -72,7 +72,7 @@ class SessionStatusPoller
{
break;
}
- time_nan... | DDS-<I> Implemented session status REST call and poller
Timeout value setting and conversion fix | SK-EID_smart-id-php-client | train |
51b24a89715181cc760e87ed6a019c04cc69dbcf | diff --git a/source/rafcon/mvc/controllers/state_machine_tree.py b/source/rafcon/mvc/controllers/state_machine_tree.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/mvc/controllers/state_machine_tree.py
+++ b/source/rafcon/mvc/controllers/state_machine_tree.py
@@ -195,7 +195,7 @@ class StateMachineTreeController(Exte... | Fix undesired behaviour of state machine tree
In some cases, the state machine tree controller changed the current
selection. If e.g. a state and a transition gets selected, the
controller changes the selection to only the state. This is not
desired, thus the responsible line is removed in this commit. No side
effects... | DLR-RM_RAFCON | train |
c62efc3ef69d7dd6e784928b707f52884fab87de | diff --git a/js/src/dom/manipulator.js b/js/src/dom/manipulator.js
index <HASH>..<HASH> 100644
--- a/js/src/dom/manipulator.js
+++ b/js/src/dom/manipulator.js
@@ -26,7 +26,7 @@ function normalizeData(val) {
}
function normalizeDataKey(key) {
- return key.replace(/[A-Z]/g, chr => chr.toLowerCase())
+ return key.re... | Update normalizeDataKey to match the spec (#<I>) | twbs_bootstrap | train |
1e467ce77db66b17d3500e4844ed39457f56e0ab | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -55,7 +55,7 @@ repo_name = u"dtoolcore"
# built documents.
#
# The short X.Y version.
-version = u"2.0.0"
+version = u"2.1.0"
# The full version, including alpha/beta/rc tags.
r... | Update version number to <I> | jic-dtool_dtoolcore | train |
69386514305dab18b5710da8659a9a4b5992cd74 | diff --git a/pyemma/plots/tests/test_plots1d.py b/pyemma/plots/tests/test_plots1d.py
index <HASH>..<HASH> 100644
--- a/pyemma/plots/tests/test_plots1d.py
+++ b/pyemma/plots/tests/test_plots1d.py
@@ -21,6 +21,7 @@ import unittest
import numpy as np
from pyemma.plots.plots1d import plot_feature_histograms
+import mat... | [plots1d] close figures in tests | markovmodel_PyEMMA | train |
394c1e49c5d7bf395eb017d519cb30b09ccad6a0 | diff --git a/tests/migrations/2013_11_04_163552_posts.php b/tests/migrations/2013_11_04_163552_posts.php
index <HASH>..<HASH> 100644
--- a/tests/migrations/2013_11_04_163552_posts.php
+++ b/tests/migrations/2013_11_04_163552_posts.php
@@ -16,7 +16,9 @@ class Posts extends Migration {
{
$table->increments('id');
... | add subtitle and softdelete fields | cviebrock_eloquent-sluggable | train |
3c27ee2843e94ae5276019e82820b585fb524eec | diff --git a/scripts/generateMediaEmbedTestPage.php b/scripts/generateMediaEmbedTestPage.php
index <HASH>..<HASH> 100755
--- a/scripts/generateMediaEmbedTestPage.php
+++ b/scripts/generateMediaEmbedTestPage.php
@@ -11,6 +11,11 @@ $sites = simplexml_load_file(__DIR__ . '/../src/Plugins/MediaEmbed/Configurator/
foreac... | Updated helper script [ci skip] | s9e_TextFormatter | train |
f4eff284765512889f34666c0d71887cbab0971e | diff --git a/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java b/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
index <HASH>..<HASH> 100755
--- a/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
+++ b/src/main/java/hudson/plugins/emailext... | Fix JENKINS-<I>
- Added a catch for NoSuchMethodError which could occur if token-macro is too old. | jenkinsci_email-ext-plugin | train |
870cf7363e62aa5b65412884df57f2afbde0e5f5 | diff --git a/swiftwind/billing_cycle/models.py b/swiftwind/billing_cycle/models.py
index <HASH>..<HASH> 100644
--- a/swiftwind/billing_cycle/models.py
+++ b/swiftwind/billing_cycle/models.py
@@ -245,18 +245,21 @@ class BillingCycle(models.Model):
html_message=html,
)
- @transaction.at... | Fixes to enact_all_costs | adamcharnock_swiftwind | train |
7b739f38b3034526cf65d999bdbb519065f8a77a | diff --git a/lib/cucumber/core_ext/exception.rb b/lib/cucumber/core_ext/exception.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/core_ext/exception.rb
+++ b/lib/cucumber/core_ext/exception.rb
@@ -1,5 +1,5 @@
class Exception
- CUCUMBER_STRIP_ADJUSTMENT = 3
+ CUCUMBER_STRIP_ADJUSTMENT = 2
CUCUMBER_FILTER_PAT... | Moved backtrace munging closer to where execution happens | cucumber_cucumber-ruby | train |
cfceb13c927da3386b3847e79eb2da22a86f8744 | diff --git a/generate.js b/generate.js
index <HASH>..<HASH> 100755
--- a/generate.js
+++ b/generate.js
@@ -45,7 +45,7 @@ const typescriptTemplate = {
main: 'app.ts',
scripts: {
test: 'tap test/**/*.test.ts',
- start: 'npm run build && fastify start -l info dist/app.js',
+ start: 'npm run build:ts && fa... | fix(#<I>): added dist folder to gitignore, fixed start script (#<I>) | fastify_fastify-cli | train |
5cf33afd21efa09fd9e7c8047f0f02cfec2c8636 | diff --git a/h2o-core/src/main/java/water/JettyHTTPD.java b/h2o-core/src/main/java/water/JettyHTTPD.java
index <HASH>..<HASH> 100644
--- a/h2o-core/src/main/java/water/JettyHTTPD.java
+++ b/h2o-core/src/main/java/water/JettyHTTPD.java
@@ -472,6 +472,11 @@ public class JettyHTTPD {
OutputStream os = response.getO... | Check for shutdown in Jetty handler. | h2oai_h2o-3 | train |
244ec66ecc0677d25ad2d958baed7de50e551043 | diff --git a/src/Server/OperationParams.php b/src/Server/OperationParams.php
index <HASH>..<HASH> 100644
--- a/src/Server/OperationParams.php
+++ b/src/Server/OperationParams.php
@@ -89,11 +89,18 @@ class OperationParams
$params['variables'] = null;
}
- if (is_string($params['variables'])... | Allow extensions to be provided in GET request. | webonyx_graphql-php | train |
2e408c99fb9552a513e9a467b326f1e069e553f5 | diff --git a/agent-bootstrapper/src/com/thoughtworks/go/agent/bootstrapper/AgentBootstrapper.java b/agent-bootstrapper/src/com/thoughtworks/go/agent/bootstrapper/AgentBootstrapper.java
index <HASH>..<HASH> 100644
--- a/agent-bootstrapper/src/com/thoughtworks/go/agent/bootstrapper/AgentBootstrapper.java
+++ b/agent-boot... | Remove deprecated `AGENT_TRUST_FILE` constant.
Cleanup the `AGENT_TRUST_FILE` in bootstrapper so it will eventually
happen on a bootstrapper upgrade. Avoid messing with that file in agent
process | gocd_gocd | train |
92c099f49992d59534e404893e9d66449befa7db | diff --git a/dependency_injector/providers.py b/dependency_injector/providers.py
index <HASH>..<HASH> 100644
--- a/dependency_injector/providers.py
+++ b/dependency_injector/providers.py
@@ -414,7 +414,7 @@ class Factory(Callable):
.. py:attribute:: cls
Class that provides object.
- Alias for :py... | Fix some small docblock errors in providers module | ets-labs_python-dependency-injector | train |
3bfb1c6436ef09a5e1a46f24cb449a34a52f2d75 | diff --git a/src/server/graceful.js b/src/server/graceful.js
index <HASH>..<HASH> 100644
--- a/src/server/graceful.js
+++ b/src/server/graceful.js
@@ -22,6 +22,7 @@ var cluster = require('cluster');
var EventEmitter = require('events').EventEmitter;
var util = require('util');
+var core = require('thehelp-core');
... | Bulletproof Graceful to crashing check functions | thehelp_cluster | train |
e4ed1cd93b05e601d2b91ea5433513b766a00910 | diff --git a/pilbox/test/runtests.py b/pilbox/test/runtests.py
index <HASH>..<HASH> 100644
--- a/pilbox/test/runtests.py
+++ b/pilbox/test/runtests.py
@@ -7,6 +7,7 @@ import sys
from tornado.test.util import unittest
TEST_MODULES = [
+ 'pilbox.test.image_test',
'pilbox.test.signature_test',
] | Added the image tests to the list of all tests | agschwender_pilbox | train |
4014a37f0035197fd70c376d3b9e7be7b8c2c7f4 | diff --git a/lib/active_admin/dsl.rb b/lib/active_admin/dsl.rb
index <HASH>..<HASH> 100644
--- a/lib/active_admin/dsl.rb
+++ b/lib/active_admin/dsl.rb
@@ -83,14 +83,7 @@ module ActiveAdmin
# this action item on.
# :except: A single or array of controller actions not to
... | Remove deprecated action_item without a name | activeadmin_activeadmin | train |
028776d97b284d2fda053dd7daa4c72591f0115e | diff --git a/tools/mpremote/mpremote/main.py b/tools/mpremote/mpremote/main.py
index <HASH>..<HASH> 100644
--- a/tools/mpremote/mpremote/main.py
+++ b/tools/mpremote/mpremote/main.py
@@ -418,6 +418,8 @@ def print_help():
print(" ", cmd, " " * (max_command_len - len(cmd) + 2), help_message, sep="")
... | tools/mpremote: Add link to mpremote docs URL in help message. | micropython_micropython | train |
38c963ad03cbb495f19ac17651f36672c479f431 | diff --git a/lib/ruby_units/unit.rb b/lib/ruby_units/unit.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby_units/unit.rb
+++ b/lib/ruby_units/unit.rb
@@ -1273,27 +1273,40 @@ module RubyUnits
# ceil of a unit
# @return [Numeric,Unit]
- def ceil
- return @scalar.ceil if unitless?
- self.class.new(@s... | Improve documentation and argument passing for `round`, `truncate`, `ceil` and `floor` (#<I>)
The signatures for these methods changed in Ruby <I> and now we just forward the arguments as passed.
Fixes #<I> | olbrich_ruby-units | train |
7bfbdbb1e65d6f3978bf33c73b195c06f98987fc | diff --git a/src/astrobench.js b/src/astrobench.js
index <HASH>..<HASH> 100644
--- a/src/astrobench.js
+++ b/src/astrobench.js
@@ -184,9 +184,11 @@ window.suite = function(name, fn) {
return new Suite(name, fn);
};
window.setup = setup;
+window.beforeSuite = beforeSuite;
window.beforeBench = beforeBench;
windo... | Expose beforeSuite and afterSuite | kupriyanenko_astrobench | train |
4d83b543720eb9cb99d3b09155b26df3bbb70d63 | diff --git a/bundle/View/Provider/Configured.php b/bundle/View/Provider/Configured.php
index <HASH>..<HASH> 100644
--- a/bundle/View/Provider/Configured.php
+++ b/bundle/View/Provider/Configured.php
@@ -68,8 +68,11 @@ class Configured implements ViewProvider
{
// Service is dispatched by the configured vi... | NGSTACK-<I>: assign variables outside of if check | netgen_ezplatform-site-api | train |
c4020286130c81a0b2633cbf31f1539e70cef332 | diff --git a/examples/convergence_comparison.py b/examples/convergence_comparison.py
index <HASH>..<HASH> 100644
--- a/examples/convergence_comparison.py
+++ b/examples/convergence_comparison.py
@@ -11,6 +11,7 @@ https://web.stanford.edu/~hastie/Papers/glassoinsights.pdf
import sys
sys.path.append('..')
+sys.path.a... | Added parent directory of pyquic. rtd failing | skggm_skggm | train |
c2a0a9b39e0177e0cd3abcb2aa53abe6220c5f6d | diff --git a/lib/websocket.js b/lib/websocket.js
index <HASH>..<HASH> 100644
--- a/lib/websocket.js
+++ b/lib/websocket.js
@@ -146,7 +146,8 @@ WSConnection.prototype.connect = function (opts) {
WSConnection.prototype.disconnect = function () {
if (this.conn) {
if (this.hasStream) {
- this.conn... | Fix raw:outgoing event for </stream> | legastero_stanza.io | train |
51161dbd9de0c966016cec4d5036877890daee7c | diff --git a/airflow/providers/google/cloud/operators/postgres_to_gcs.py b/airflow/providers/google/cloud/operators/postgres_to_gcs.py
index <HASH>..<HASH> 100644
--- a/airflow/providers/google/cloud/operators/postgres_to_gcs.py
+++ b/airflow/providers/google/cloud/operators/postgres_to_gcs.py
@@ -24,6 +24,8 @@ import ... | [AIRFLOW-<I>] Store timestamps with microseconds precision (#<I>)
Microseconds value is lost in the conversion to timestamp
using time.mktime.
Timestamp is now computed to be precise up to microseconds. | apache_airflow | train |
09e47bce2fb4e64346883b0859ed39281d7a8383 | diff --git a/pandas/tests/test_format.py b/pandas/tests/test_format.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/test_format.py
+++ b/pandas/tests/test_format.py
@@ -170,7 +170,7 @@ class TestDataFrameFormatting(unittest.TestCase):
df_tall = DataFrame('hello', range(30), range(5))
with option_c... | BUG/TST: fix tests for expand_repr behaviour | pandas-dev_pandas | train |
a31bfe69837b63a6501925d37e1ebd149e90e1a0 | diff --git a/actionpack/lib/action_dispatch/http/request.rb b/actionpack/lib/action_dispatch/http/request.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/http/request.rb
+++ b/actionpack/lib/action_dispatch/http/request.rb
@@ -110,6 +110,10 @@ module ActionDispatch
env["action_dispatch.routes... | routes in the env via the request object | rails_rails | train |
54e67da3656457d765cc53dde8b1680e0f12c72b | diff --git a/Chat/TalkBox.php b/Chat/TalkBox.php
index <HASH>..<HASH> 100644
--- a/Chat/TalkBox.php
+++ b/Chat/TalkBox.php
@@ -265,7 +265,9 @@ class sb_Chat_TalkBox{
$chatter = $this->db->s2o($sql, Array(":id" => $id));
if(empty($chatter) && !$this->loaded_from_backup){
+
$sql = "INSERT INTO sb_TalkBox_".$... | updates to deal with new stricter error reporting in gateway <I>+ | surebert_surebert-framework | train |
4966f9002b76fd6974312b9168ceeb6a65af6954 | diff --git a/lib/sup/modes/edit-message-mode.rb b/lib/sup/modes/edit-message-mode.rb
index <HASH>..<HASH> 100644
--- a/lib/sup/modes/edit-message-mode.rb
+++ b/lib/sup/modes/edit-message-mode.rb
@@ -40,6 +40,16 @@ Return value:
none
EOS
+ HookManager.register "mentions-attachments", <<EOS
+Detects if given messag... | mentions-attachments hook to detect missing attachments | sup-heliotrope_sup | train |
6b7f369f57f968a51c9597ca97c1b752b916292a | diff --git a/src/Dashboard/DashboardItemLookupServiceInterface.php b/src/Dashboard/DashboardItemLookupServiceInterface.php
index <HASH>..<HASH> 100644
--- a/src/Dashboard/DashboardItemLookupServiceInterface.php
+++ b/src/Dashboard/DashboardItemLookupServiceInterface.php
@@ -4,26 +4,31 @@ namespace CultuurNet\UDB3\Dashb... | III-<I>: Type item lookup start and limit | cultuurnet_udb3-php | train |
6d9a8ea4a8f507b6a07a00dc264f3ff774c323f4 | diff --git a/__tests__/PaginationBoxView-test.js b/__tests__/PaginationBoxView-test.js
index <HASH>..<HASH> 100755
--- a/__tests__/PaginationBoxView-test.js
+++ b/__tests__/PaginationBoxView-test.js
@@ -105,6 +105,17 @@ describe('PaginationBoxView', () => {
expect(breakItem.length).toBe(1);
});
+ it('test di... | Add a test to be sure the disabledClassName works properly | AdeleD_react-paginate | train |
6551c3ab8e4354a288b83e7b5d3b01781517eb4b | diff --git a/bin/manage.py b/bin/manage.py
index <HASH>..<HASH> 100755
--- a/bin/manage.py
+++ b/bin/manage.py
@@ -5,10 +5,11 @@ from random import choice
import re
import optparse
-from django.core.management import execute_from_command_line
+from django.core.management import execute_from_command_line, call_comma... | insert manage.py into the args and remove setup.py from args as well | bretth_woven | train |
8b9be2a52b4bb0433cf88520ecb25a056776b751 | diff --git a/featuretests/syslog_test.go b/featuretests/syslog_test.go
index <HASH>..<HASH> 100644
--- a/featuretests/syslog_test.go
+++ b/featuretests/syslog_test.go
@@ -200,7 +200,7 @@ func (s *syslogSuite) assertLogRecordForwarded(c *gc.C, received chan rfc5424tes
rec.Time = time.Date(2099, time.June, 1, 23, 2, 1,... | Ignore linter for special case
The following change just ignores this miss-spelling until the
following PR lands <URL> | juju_juju | train |
fa1b53f2638bdf71ec7fe7c270b289b7239e17c0 | diff --git a/lib/chef/node_map.rb b/lib/chef/node_map.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/node_map.rb
+++ b/lib/chef/node_map.rb
@@ -197,17 +197,17 @@ class Chef
# @api private
def dispatch_compare_matchers(key, new_matcher, matcher)
- cmp = compare_matcher_properties(new_matcher, matcher) { ... | remove yields and handle common cases early | chef_chef | train |
77baf15d9272e8ae64d2be447261d7854224dec3 | diff --git a/src/main/java/redis/clients/jedis/commands/BinaryJedisClusterCommands.java b/src/main/java/redis/clients/jedis/commands/BinaryJedisClusterCommands.java
index <HASH>..<HASH> 100644
--- a/src/main/java/redis/clients/jedis/commands/BinaryJedisClusterCommands.java
+++ b/src/main/java/redis/clients/jedis/comman... | Moved scan command into MultiKey* interface. (#<I>) | xetorthio_jedis | train |
7fc4979d4dab63591dcbf75367c496cbfa2881ce | diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/migration.rb
+++ b/activerecord/lib/active_record/migration.rb
@@ -524,13 +524,7 @@ module ActiveRecord
end
def self.[](version)
- vers... | Migrations: move version-finding responsibility
`ActiveRecord::Migration` needn't know about migration version
compatibility lookup. Delegate it to the Compatibility module. | rails_rails | train |
04d9541f62b0da248ee973627eda9d5990a5e45e | diff --git a/treeherder/perf/alerts.py b/treeherder/perf/alerts.py
index <HASH>..<HASH> 100644
--- a/treeherder/perf/alerts.py
+++ b/treeherder/perf/alerts.py
@@ -102,13 +102,14 @@ def generate_new_alerts_in_series(signature):
if t_value == float('inf'):
t_value = 1000
- ... | Bug <I> - Fix race when creating a performance alert (server side) (#<I>) | mozilla_treeherder | train |
850aba5473ce14edcd067f16badfa198e2070095 | diff --git a/actionpack/lib/action_view/helpers/benchmark_helper.rb b/actionpack/lib/action_view/helpers/benchmark_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/benchmark_helper.rb
+++ b/actionpack/lib/action_view/helpers/benchmark_helper.rb
@@ -21,11 +21,13 @@ module ActionView
... | Fixed that BenchmarkHelper should use controller.logger instead of @logger (which now apparently is gone) | rails_rails | train |
65518c8a963d9869011819d5d0353c1b52907f62 | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -133,7 +133,7 @@ class Application implements Runnable
->getContainer()
->invoke($controller, $route['action'], $params);
- ... | Refactoring response factory and docblocks | Corviz_framework | train |
92fdba4eb8c0bcaad097b8fe438344449e63327b | diff --git a/ltm.go b/ltm.go
index <HASH>..<HASH> 100644
--- a/ltm.go
+++ b/ltm.go
@@ -1705,7 +1705,7 @@ func (b *BigIP) DeletePoolMember(pool string, member string) error {
// PoolMemberStatus changes the status of a pool member. <state> can be either
// "enable" or "disable". <member> must be in the form of <node>:... | Make 'owner' an optional param to func, to retain backwards compatability | scottdware_go-bigip | train |
8234f2add4a01001d5e1a9ac1f84ee634f1a6154 | diff --git a/src/Symfony/Component/Form/FormView.php b/src/Symfony/Component/Form/FormView.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Form/FormView.php
+++ b/src/Symfony/Component/Form/FormView.php
@@ -65,8 +65,12 @@ class FormView implements \ArrayAccess, \IteratorAggregate, \Countable
*/
p... | #<I> compound forms without children should be considered rendered
implicitly | symfony_symfony | train |
e7d5c831a9d5c72206af6322142c338585698a78 | diff --git a/google-api-client/src/test/java/com/google/api/client/googleapis/services/AbstractGoogleClientRequestTest.java b/google-api-client/src/test/java/com/google/api/client/googleapis/services/AbstractGoogleClientRequestTest.java
index <HASH>..<HASH> 100644
--- a/google-api-client/src/test/java/com/google/api/cl... | fix: future test breakage (#<I>)
In a a future commit the wrapping of these InputStreams will change.
This should ensure the tests will still pass while at the same time
validating the raw InputStream behavior still works. | googleapis_google-api-java-client | train |
297264365e53da6d71c498bcb18af814bb3a1c3a | diff --git a/src/Spec.php b/src/Spec.php
index <HASH>..<HASH> 100644
--- a/src/Spec.php
+++ b/src/Spec.php
@@ -19,12 +19,12 @@ use Happyr\DoctrineSpecification\Query\LeftJoin;
use Happyr\DoctrineSpecification\Query\Limit;
use Happyr\DoctrineSpecification\Query\Offset;
use Happyr\DoctrineSpecification\Query\OrderBy;
... | correct param for CountOf specification | Happyr_Doctrine-Specification | train |
9e72425f4f46943d3105dd56fbf672b98f4c55c3 | diff --git a/src/nl/validation.php b/src/nl/validation.php
index <HASH>..<HASH> 100644
--- a/src/nl/validation.php
+++ b/src/nl/validation.php
@@ -115,7 +115,37 @@ return [
*/
'attributes' => [
- //
+ 'name' => 'naam',
+ 'username' => 'gebruikersn... | [nl] Added custom validation attributes | caouecs_Laravel-lang | train |
2cf4513bc6901d16f1d39dc9fdf69e9c069fd1ef | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -141,13 +141,22 @@ module.exports = function(grunt) {
grunt.config('config.doWatchify', true); // required for browserify to use watch files instead
});
- grunt.event.once('connect.jasmine.listening'... | Simplify connect grunt task
All servings are done on the same base, so use one config instead of
having 3 different servers on 3 different ports. | CartoDB_carto.js | train |
358810a48bbacdbbabcfbfc98fd94127e600fba5 | diff --git a/src/Pug/Installer/Installer.php b/src/Pug/Installer/Installer.php
index <HASH>..<HASH> 100644
--- a/src/Pug/Installer/Installer.php
+++ b/src/Pug/Installer/Installer.php
@@ -99,4 +99,9 @@ class Installer
call_user_func($installer, $event, new static($event));
}
}
+
+ public fu... | Implement __toString method for debugging | pug-php_installer | train |
f57568b996b43f4a6663181d939b5c8154a82cc6 | diff --git a/commons/src/main/java/com/composum/sling/core/util/SlingUrl.java b/commons/src/main/java/com/composum/sling/core/util/SlingUrl.java
index <HASH>..<HASH> 100644
--- a/commons/src/main/java/com/composum/sling/core/util/SlingUrl.java
+++ b/commons/src/main/java/com/composum/sling/core/util/SlingUrl.java
@@ -1... | no additional XSS filtering in URL construction | ist-dresden_composum | train |
6abf3a3a2b83fd282219813f3ec9f31777b24063 | diff --git a/src/Generators/Webserver/Database/Drivers/MariaDB.php b/src/Generators/Webserver/Database/Drivers/MariaDB.php
index <HASH>..<HASH> 100644
--- a/src/Generators/Webserver/Database/Drivers/MariaDB.php
+++ b/src/Generators/Webserver/Database/Drivers/MariaDB.php
@@ -33,15 +33,18 @@ class MariaDB implements Data... | couldnt create user under mysql (#<I>) | tenancy_multi-tenant | train |
b9633d0b4f5b50e0c963c1950644f5cacf70af60 | diff --git a/salt/modules/pillar.py b/salt/modules/pillar.py
index <HASH>..<HASH> 100644
--- a/salt/modules/pillar.py
+++ b/salt/modules/pillar.py
@@ -14,7 +14,7 @@ import yaml
import salt.pillar
import salt.utils
from salt.defaults import DEFAULT_TARGET_DELIM
-from six import string_types
+from salt.utils.six impor... | Replaced module six in file /salt/modules/pillar.py | saltstack_salt | train |
0169173ae59f2ecbd59baf205ee1748e30764806 | diff --git a/pulsar/scripts/chown_working_directory.py b/pulsar/scripts/chown_working_directory.py
index <HASH>..<HASH> 100644
--- a/pulsar/scripts/chown_working_directory.py
+++ b/pulsar/scripts/chown_working_directory.py
@@ -1,10 +1,6 @@
from os import system
from os.path import join, abspath
-try:
- from Config... | Reuse pulsar.daemon's logic for loading Pulsar config in pulsar.scripts.chown_working_directory.
Reduces duplication and places more logic where it can be tested more easily. | galaxyproject_pulsar | train |
cfb925c0d4c134b339a1ab074f55ab8f77dc277f | diff --git a/cmd/argocd/commands/app.go b/cmd/argocd/commands/app.go
index <HASH>..<HASH> 100644
--- a/cmd/argocd/commands/app.go
+++ b/cmd/argocd/commands/app.go
@@ -153,8 +153,15 @@ func NewApplicationCreateCommand(clientOpts *argocdclient.ClientOptions) *cobra.
log.Fatalf("app name '%s' does not match app spec... | fix: app create with -f should not ignore other options (#<I>) | argoproj_argo-cd | train |
f634812636817ecfd2720af8399e07a694d43b49 | diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js
index <HASH>..<HASH> 100644
--- a/lib/platform/github/index.js
+++ b/lib/platform/github/index.js
@@ -1003,7 +1003,10 @@ async function mergePr(prNo, branchName) {
} catch (err) {
if (err.statusCode === 405) {
// istanbul igno... | logs: improve merge status/result debug | renovatebot_renovate | train |
d3739ce7a98a755ed1d84add4358f93fee51d3b6 | diff --git a/externs/ie_dom.js b/externs/ie_dom.js
index <HASH>..<HASH> 100644
--- a/externs/ie_dom.js
+++ b/externs/ie_dom.js
@@ -851,11 +851,6 @@ Document.prototype.selection;
Document.prototype.uniqueID;
/**
- * @see http://msdn.microsoft.com/en-us/library/ms534708(VS.85).aspx
- */
-Document.prototype.URL;
-
-/*... | Remove redundant declaration in externs.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
17244eebe5a64e958babf8ae9ee375bc18b562fd | diff --git a/lib/mongo/socket/ssl.rb b/lib/mongo/socket/ssl.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/socket/ssl.rb
+++ b/lib/mongo/socket/ssl.rb
@@ -38,19 +38,6 @@ module Mongo
# @return [ Float ] timeout The connection timeout.
attr_reader :timeout
- # Close the socket.
- #
- # @ex... | Fix socket connections over ssl | mongodb_mongo-ruby-driver | train |
922a904e1ff3d910ac3103580da67a591aaff123 | diff --git a/lib/cassandra_migrations/cassandra/queries.rb b/lib/cassandra_migrations/cassandra/queries.rb
index <HASH>..<HASH> 100644
--- a/lib/cassandra_migrations/cassandra/queries.rb
+++ b/lib/cassandra_migrations/cassandra/queries.rb
@@ -109,7 +109,12 @@ module CassandraMigrations
elsif value.is_a?(Hash)
... | Initial commit with nil being converted to null before C* query | hsgubert_cassandra_migrations | train |
35b97ffbf1a1ac3db7276b60395442995489d15f | diff --git a/operating_systems.go b/operating_systems.go
index <HASH>..<HASH> 100644
--- a/operating_systems.go
+++ b/operating_systems.go
@@ -33,6 +33,8 @@ func normalizeOS(name string) string {
return "Windows 8"
case "6.3":
return "Windows 8.1"
+ case "6.4":
+ return "Windows 10"
}
return name
} | Added support for Windows <I> in the normalizeOS function. | mssola_user_agent | train |
eedb41ba35ee0a0a7473e338ab2f63b1a1ba5dc7 | diff --git a/src/share/classes/com/sun/tools/javah/JavahTask.java b/src/share/classes/com/sun/tools/javah/JavahTask.java
index <HASH>..<HASH> 100644
--- a/src/share/classes/com/sun/tools/javah/JavahTask.java
+++ b/src/share/classes/com/sun/tools/javah/JavahTask.java
@@ -318,12 +318,6 @@ public class JavahTask implement... | <I>: jdk7 b<I>: javah and javah -help is no output for these commands
Reviewed-by: darcy | wmdietl_jsr308-langtools | train |
8303b5a1d25352e6a42eafffb6d81bbd39425b30 | diff --git a/code/dataobjects/Link.php b/code/dataobjects/Link.php
index <HASH>..<HASH> 100644
--- a/code/dataobjects/Link.php
+++ b/code/dataobjects/Link.php
@@ -195,7 +195,7 @@ class Link extends DataObject{
}
}
}else{
- if(!$this->getComponent($this->Type)->exists()){
+ if($this->Type && !$this->getC... | FIX: Check for component only if there is a Type selected
If there is no Type on the Link, an 'Array to String' error will pop-up, since using DataObject->has_one with no argument outputs all has_one components of the DataObject. | sheadawson_silverstripe-linkable | train |
c1614cfdec778e8acc071b094529fa11a2ccf111 | diff --git a/app/initializers/sofa-internal.js b/app/initializers/sofa-internal.js
index <HASH>..<HASH> 100644
--- a/app/initializers/sofa-internal.js
+++ b/app/initializers/sofa-internal.js
@@ -38,7 +38,7 @@ export default {
// sofa/query:all -> dummy/sofa/queries/all (?)
container.registerOptionsForType('so... | keep queries in root for now
--HG--
branch : feature/resolver | ampatspell_ember-cli-sofa | train |
bf96fd58d43bd06ac4d3c26a958e05ad71180bd6 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ class MyLexer < Lex::Lexer
rule(:DIVIDE, /\//)
rule(:LPAREN, /\(/)
rule(:RPAREN, /\)/)
- rule(:ID, /\A[_\$a-zA-Z][_\$0-9a-zA-Z]*/)
+ rule(:ID, /[_\$a-zA-Z][_\$0-9a-zA-Z]*/)
# A regu... | Removed unnecessary \A from example regexp and tests (to avoid impression that it is for some reason necessary). | piotrmurach_lex | train |
e81ca248c56e77aa4e05b3566241a5b4234e61ea | diff --git a/spec/bson/string_spec.rb b/spec/bson/string_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/bson/string_spec.rb
+++ b/spec/bson/string_spec.rb
@@ -243,4 +243,14 @@ describe String do
end
end
+ describe "#to_hex_string" do
+
+ let(:string) do
+ "testing123"
+ end
+
+ it "converts the... | Adding test around to_hex_string | mongodb_bson-ruby | train |
7541923d6b673b84fe4ad28bc6978d501557fa82 | diff --git a/dashboards.go b/dashboards.go
index <HASH>..<HASH> 100644
--- a/dashboards.go
+++ b/dashboards.go
@@ -121,10 +121,10 @@ type GraphDefinition struct {
Yaxis Yaxis `json:"yaxis,omitempty"`
// For query value type graphs
- Autoscale *bool `json:"autoscale,omitempty"`
- TextAlign *string `json:"text_... | Change GraphDefinition.Precision type
* Datadog's API will accept / return the following types for precision
(query value widget on timeboards / screenboards): int (e.g., 4), string
with integer inside (e.g., "4"), or the specific string "*" (meaning
full precision). This commit adds support for the integer case. | zorkian_go-datadog-api | train |
d9b32ea16011de3460d9892aceeb1804e985d2dc | diff --git a/cluster/query_executor.go b/cluster/query_executor.go
index <HASH>..<HASH> 100644
--- a/cluster/query_executor.go
+++ b/cluster/query_executor.go
@@ -94,7 +94,7 @@ func (e *QueryExecutor) executeQuery(query *influxql.Query, database string, chu
var qid uint64
if e.QueryManager != nil {
var err error... | Ensure the query is always "killed" after it is finished
If the http.CloseNotifier didn't go off for some reason (and it's not
guaranteed to go off just because the HTTP connection is closed), the
query wouldn't get correctly recycled when chunked output was requested.
The query id in the query executor was also not ... | influxdata_influxdb | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.