hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
68449f0b2a1307a7c848fa90c3429de91579204e | diff --git a/tornado/auth.py b/tornado/auth.py
index <HASH>..<HASH> 100644
--- a/tornado/auth.py
+++ b/tornado/auth.py
@@ -1069,7 +1069,7 @@ class FacebookGraphMixin(OAuth2Mixin):
if access_token:
all_args["access_token"] = access_token
all_args.update(args)
- all_args.upda... | we dont need post_args in url, post_args will be sended in http body. | tornadoweb_tornado | train |
56912c1b81c1cc7650f9ccc1a368b826845a8340 | diff --git a/tests/unit/Models/MetadataTraitTest.php b/tests/unit/Models/MetadataTraitTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/Models/MetadataTraitTest.php
+++ b/tests/unit/Models/MetadataTraitTest.php
@@ -414,7 +414,7 @@ class MetadataTraitTest extends TestCase
try {
$foo->setEager... | Broaden exception checks to make PHP <I> happy | Algo-Web_POData-Laravel | train |
73fe65c137a8c0d11532dc4fc4181aea9b58db61 | diff --git a/elsapy.py b/elsapy.py
index <HASH>..<HASH> 100644
--- a/elsapy.py
+++ b/elsapy.py
@@ -64,13 +64,12 @@ class elsEntity:
def update(self, elsClient, payloadType):
"""Fetches the latest data for this entity from api.elsevier.com"""
# TODO: check why response is serialized differently fo... | Refactor elsEntity and descendants to only store relevant JSON from API | ElsevierDev_elsapy | train |
4ee4bdbd42009e14f1a248d02f00a6153e84f5bc | diff --git a/providers/discovery/flatfile/flatfile.go b/providers/discovery/flatfile/flatfile.go
index <HASH>..<HASH> 100644
--- a/providers/discovery/flatfile/flatfile.go
+++ b/providers/discovery/flatfile/flatfile.go
@@ -26,6 +26,10 @@ import (
"github.com/sirupsen/logrus"
)
+const validIdentity = `^(([a-zA-Z0-9... | (#<I>) relax identity validation in flatfile | choria-io_go-choria | train |
0174641360473c12bc8bb5f543b1c74a7ae70335 | diff --git a/spec/unit/parser/functions/digest_spec.rb b/spec/unit/parser/functions/digest_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/parser/functions/digest_spec.rb
+++ b/spec/unit/parser/functions/digest_spec.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/env rspec
+#!/usr/bin/env ruby
require 'spec_helper'
describe "th... | (maint) Use ruby shebang line
ruby -wc failed with 'no Ruby script found in input' due referencing
rspec, use ruby instead. | puppetlabs_puppet | train |
0b1db8022123f61085c9830863097ca1d3347fec | diff --git a/GPUtil/__init__.py b/GPUtil/__init__.py
index <HASH>..<HASH> 100644
--- a/GPUtil/__init__.py
+++ b/GPUtil/__init__.py
@@ -109,7 +109,7 @@ def getGPUs():
return GPUs # (deviceIds, gpuUtil, memUtil)
-def getAvailable(order = 'first', limit = 1, maxLoad = 0.5, maxMemory = 0.5, includeNan = False):
+... | Added exclude arguments to exclude GPUs from availablity based on ID or UUID | anderskm_gputil | train |
5fe994623609d20a47fd66a50a5f0f04b980d1ff | diff --git a/lib/octokit/client/authorizations.rb b/lib/octokit/client/authorizations.rb
index <HASH>..<HASH> 100644
--- a/lib/octokit/client/authorizations.rb
+++ b/lib/octokit/client/authorizations.rb
@@ -129,8 +129,8 @@ module Octokit
# Get the URL to authorize a user for an application via the web flow
... | use client_id and client_secret as default arguments in #authorize_url (see #<I>). | octokit_octokit.rb | train |
f99e9a1b2541fde972cdf942871ff7f7c6ac34ff | diff --git a/lib/specinfra/backend/base.rb b/lib/specinfra/backend/base.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/backend/base.rb
+++ b/lib/specinfra/backend/base.rb
@@ -42,6 +42,14 @@ module Specinfra
def set_example(e)
@example = e
end
+
+ def set_stdout_handler(&block)
+ @... | Support custom stdout and stderr handler with exec backend | mizzy_specinfra | train |
1900e2371ef8d48a7f21daf67648dc50430c30d6 | diff --git a/src/CallOutBanner/CallOutBanner.stories.js b/src/CallOutBanner/CallOutBanner.stories.js
index <HASH>..<HASH> 100644
--- a/src/CallOutBanner/CallOutBanner.stories.js
+++ b/src/CallOutBanner/CallOutBanner.stories.js
@@ -26,7 +26,7 @@ storiesOf("CallOutBanner", module)
<CallOutBanner
title... | feat(Modal): illustration size (#<I>) | kiwicom_orbit-components | train |
b027480b4aa28d0daa4b1fe33cb6ac81344c391e | diff --git a/jbpm-flow-builder/src/main/java/org/jbpm/compiler/ProcessBuilderImpl.java b/jbpm-flow-builder/src/main/java/org/jbpm/compiler/ProcessBuilderImpl.java
index <HASH>..<HASH> 100644
--- a/jbpm-flow-builder/src/main/java/org/jbpm/compiler/ProcessBuilderImpl.java
+++ b/jbpm-flow-builder/src/main/java/org/jbpm/co... | <I> - BPMS should not allow to build & deploy a project, which has
multiple process definitions with the same ID | kiegroup_jbpm | train |
f44ac5ac55d5f37acd25f2d0c57107877af6e4dd | diff --git a/salt/modules/useradd.py b/salt/modules/useradd.py
index <HASH>..<HASH> 100644
--- a/salt/modules/useradd.py
+++ b/salt/modules/useradd.py
@@ -42,7 +42,8 @@ def _get_gecos(name):
return {}
else:
# Assign empty strings for any unspecified trailing GECOS fields
- while len(gecos_... | Learning python.. .get() doesn't work on a list. | saltstack_salt | train |
d24e217612181b8ac1d1b3abb48dac37bd08f00a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
#
# Copyright (c) 2011-2015 LabKey Corporation
#
@@ -15,30 +13,56 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
+"""
+Se... | Update setup.py. Switch from distutils to setuptools. | LabKey_labkey-api-python | train |
3100c522aab4140e18e753b6722841ba1f36c170 | diff --git a/tests/PhpRendererTest.php b/tests/PhpRendererTest.php
index <HASH>..<HASH> 100644
--- a/tests/PhpRendererTest.php
+++ b/tests/PhpRendererTest.php
@@ -57,9 +57,7 @@ class PhpRendererTest extends TestCase
{
$renderer = new \Chiron\Views\PhpRenderer("tests/");
- $response = $renderer->r... | update tests/PhpRendererTest.php | ncou_Chiron-PhpRenderer | train |
7b46b063d0b22963f857104b442f3e9b516fbab5 | diff --git a/spyder/app/tests/test_mainwindow.py b/spyder/app/tests/test_mainwindow.py
index <HASH>..<HASH> 100644
--- a/spyder/app/tests/test_mainwindow.py
+++ b/spyder/app/tests/test_mainwindow.py
@@ -3897,6 +3897,20 @@ def test_update_outline(main_window, qtbot, tmpdir):
# Assert spinner is not shown
asser... | Testing: Check Outline is not updated when hidden and updated when shown | spyder-ide_spyder | train |
d85a9b74da886d2452fb86529bc9b7787cf74e02 | diff --git a/PySimpleGUI.py b/PySimpleGUI.py
index <HASH>..<HASH> 100644
--- a/PySimpleGUI.py
+++ b/PySimpleGUI.py
@@ -1,5 +1,5 @@
#!/usr/bin/python3
-version = __version__ = "4.31.0.5 Unreleased\nChange Menu & ButtonMenu color and font default, renamed & refactored from FlexForm to Window in ConvertFlexToTK, Button.u... | If window is autoclose and being finalize, then don't start the autoclose until finalize is complete | PySimpleGUI_PySimpleGUI | train |
98945425f2e313cd998e299366dd65f55668c3a0 | diff --git a/js/dsx.js b/js/dsx.js
index <HASH>..<HASH> 100644
--- a/js/dsx.js
+++ b/js/dsx.js
@@ -142,60 +142,38 @@ module.exports = class dsx extends Exchange {
}
async fetchMarkets (params = {}) {
- const response = await this.publicGetInfo (params);
+ const response = await this.publicGetS... | rewriting dsx - fetchMarkets | ccxt_ccxt | train |
9251c04201b8bab8f23d4d29352bc30cd6432b77 | diff --git a/stmpy/__init__.py b/stmpy/__init__.py
index <HASH>..<HASH> 100644
--- a/stmpy/__init__.py
+++ b/stmpy/__init__.py
@@ -704,7 +704,7 @@ class Machine:
# add at beginning, because we reverse when putting back
self._defer_queue.insert(0, event)
- def _enter_state(self, state):
+ def _... | Fixed event arguments for do- and entry actions. | falkr_stmpy | train |
9b9e2483d79f08d0369229f05341492647be1913 | diff --git a/src/simpleslider.js b/src/simpleslider.js
index <HASH>..<HASH> 100644
--- a/src/simpleslider.js
+++ b/src/simpleslider.js
@@ -86,11 +86,11 @@
} else {
- percentual = ((elapsedTime-startTime) * 100) / transitionDuration;
+ percentual = (elapsedTime - startTime) / transitionDuration;
- ... | Removed multiplying/dividing of a <I> | ruyadorno_simple-slider | train |
1aa53ec9cbe8d2fc5ed2a1c30181c4718bc79da5 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -12,9 +12,10 @@ module.exports = function (options) {
Polyfill.prototype = Object.create(proto)
Polyfill.prototype.constructor = Polyfill
+ // useragent -> build lookup
Polyfill.prototype.cache = lr... | change cache to cache/polyfills | polyfills_polyfills | train |
29a31955dcfe9bad676ffe3992d506e3e43dfb6f | diff --git a/hazelcast/src/test/java/com/hazelcast/spi/impl/operationservice/impl/RaftInvocationFailureTest.java b/hazelcast/src/test/java/com/hazelcast/spi/impl/operationservice/impl/RaftInvocationFailureTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/spi/impl/operationservice/impl/Ra... | Forward port of #<I>
The same test failure could occur on the master branch. | hazelcast_hazelcast | train |
5106f6f4e71192be1e472777022060c7710bf3bd | diff --git a/src/main/java/org/arp/javautil/collections/CompositeList.java b/src/main/java/org/arp/javautil/collections/CompositeList.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/arp/javautil/collections/CompositeList.java
+++ b/src/main/java/org/arp/javautil/collections/CompositeList.java
@@ -4,6 +4,7 @@
... | implemented Serializable to properly store working memories | eurekaclinical_javautil | train |
17173e5164b8da6f5fe0abf3a5d85c4fd523a84e | diff --git a/nautilus/models/base.py b/nautilus/models/base.py
index <HASH>..<HASH> 100644
--- a/nautilus/models/base.py
+++ b/nautilus/models/base.py
@@ -12,18 +12,12 @@ class _Meta(type):
def __init__(self, name, bases, attributes):
# create the super class
super().__init__(name, bases, attribu... | mixins are now passed the base call as a function argument | AlecAivazis_graphql-over-kafka | train |
0bae246e63cee1ccdd356fcfe64653dfb4be1e67 | diff --git a/src/Foundation/Core/Models/Post.php b/src/Foundation/Core/Models/Post.php
index <HASH>..<HASH> 100644
--- a/src/Foundation/Core/Models/Post.php
+++ b/src/Foundation/Core/Models/Post.php
@@ -234,7 +234,7 @@ class Post extends Model
*/
public function attachment($type = null)
{
- if(!i... | Apply fixes from StyleCI (#<I>)
[ci skip] [skip ci] | orchidsoftware_platform | train |
4a29012a0431eec6b28e1d7504ec91832e85f212 | diff --git a/Classes/Service/HttpPushService.php b/Classes/Service/HttpPushService.php
index <HASH>..<HASH> 100644
--- a/Classes/Service/HttpPushService.php
+++ b/Classes/Service/HttpPushService.php
@@ -41,7 +41,7 @@ class HttpPushService extends AbstractService
foreach ($handlers as $handler) {
... | Fix - Use all found information for HTTP2 push service | lochmueller_staticfilecache | train |
f7025e086712aafa3fcbc7eecea40c5e1e0061b7 | diff --git a/lib/webinterface_handler.py b/lib/webinterface_handler.py
index <HASH>..<HASH> 100644
--- a/lib/webinterface_handler.py
+++ b/lib/webinterface_handler.py
@@ -42,7 +42,7 @@ import gc
from invenio import webinterface_handler_config as apache
from invenio.config import CFG_SITE_URL, CFG_SITE_SECURE_URL, C... | WebStyle: serve <I> HTTP code when in maintenance
* If the site is in the maintenance mode, i.e. if
CFG_ACCESS_CONTROL_LEVEL_SITE > 1, then always serve a <I>
HTTP error code by default, so that crawlers don't index
the site. (closes #<I>) | inveniosoftware_invenio-base | train |
c7654f25d3792378c9432feb2e5535397c88e3ad | diff --git a/lib/doorkeeper/oauth/pre_authorization.rb b/lib/doorkeeper/oauth/pre_authorization.rb
index <HASH>..<HASH> 100644
--- a/lib/doorkeeper/oauth/pre_authorization.rb
+++ b/lib/doorkeeper/oauth/pre_authorization.rb
@@ -39,7 +39,7 @@ module Doorkeeper
private
def validate_response_type
- %... | completely turn off disabled strategies on token endpoint (see note)
Note: I'm not sure whether this is necessary, as there is already a
validation in Doorkeeper::Request. | doorkeeper-gem_doorkeeper | train |
a97a1fc7452088b875edb6b258c92d6eab1c19a4 | diff --git a/lib/action_cable/channel/base.rb b/lib/action_cable/channel/base.rb
index <HASH>..<HASH> 100644
--- a/lib/action_cable/channel/base.rb
+++ b/lib/action_cable/channel/base.rb
@@ -75,6 +75,42 @@ module ActionCable
attr_reader :params, :connection
delegate :logger, to: :connection
+ class... | Improve channel actions dispatcher to allow inheritance/mixins
Fixes #<I> | rails_rails | train |
5becfcf8ea2fab011e5d0ec3cc42a1e10cb3a24e | diff --git a/src/ocrmypdf/__main__.py b/src/ocrmypdf/__main__.py
index <HASH>..<HASH> 100755
--- a/src/ocrmypdf/__main__.py
+++ b/src/ocrmypdf/__main__.py
@@ -32,11 +32,6 @@ import argparse
import PyPDF2 as pypdf
import PIL
-try:
- import fitz
-except ImportError:
- fitz = None
-
import ruffus.ruffus_excepti... | Refactor fitz ImportError trap | jbarlow83_OCRmyPDF | train |
68308c6f977f6c9a730d7b4297040862a7726dc7 | diff --git a/voice.go b/voice.go
index <HASH>..<HASH> 100644
--- a/voice.go
+++ b/voice.go
@@ -28,12 +28,12 @@ import (
// A Voice struct holds all data and functions related to Discord Voice support.
type Voice struct {
- sync.Mutex // future use
- Ready bool // If true, voice is ready to s... | Added opusReceiver. | bwmarrin_discordgo | train |
c9da6d2fe5ae52d81da06f60e62f5b77ec21fc4d | diff --git a/lib/auditable/audit.rb b/lib/auditable/audit.rb
index <HASH>..<HASH> 100644
--- a/lib/auditable/audit.rb
+++ b/lib/auditable/audit.rb
@@ -66,10 +66,7 @@ module Auditable
# Returns user object
#
# Use same method name like in update_attributes:
- #
- def changed_by
- user
- end
... | make changed_by and user actually interchangeable | harley_auditable | train |
2198f8fc32386b1209141468e6c631179da6f3ac | diff --git a/lib/voom/presenters/dsl/components/lists/line.rb b/lib/voom/presenters/dsl/components/lists/line.rb
index <HASH>..<HASH> 100644
--- a/lib/voom/presenters/dsl/components/lists/line.rb
+++ b/lib/voom/presenters/dsl/components/lists/line.rb
@@ -14,8 +14,8 @@ module Voom
def initialize(**attribs... | Changed action to actions as a pass through.
You can call actions twice and have it accumulate. | rx_presenters | train |
9b253ce730a9a5a871871b777a4b5ea0aa095377 | diff --git a/Repository/LayoutBoxRepository.php b/Repository/LayoutBoxRepository.php
index <HASH>..<HASH> 100755
--- a/Repository/LayoutBoxRepository.php
+++ b/Repository/LayoutBoxRepository.php
@@ -11,7 +11,7 @@
*/
namespace WellCommerce\Bundle\LayoutBundle\Repository;
-use WellCommerce\Bundle\CoreBundle\Reposito... | Moved Repository from CoreBundle to DoctrineBundle
(cherry picked from commit af<I>d7a6b<I>f0d8fb0b5f<I>d<I>e<I>d<I>e) | WellCommerce_CouponBundle | train |
8248f31b20dd467c0a67606d7bfb791cc86aba6a | diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/StandardUpdateTask.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/StandardUpdateTask.java
index <HASH>..<HASH> 100644
--- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/data/update/S... | limited the number of downloads that can happen at one time
Former-commit-id: b8e<I>fd<I>d6cb4a<I>a<I>fbae7b<I>eb | jeremylong_DependencyCheck | train |
9bd59ba76d3af1a1f658abf33a4b59410c9addf1 | diff --git a/src/ExtendedPdo.php b/src/ExtendedPdo.php
index <HASH>..<HASH> 100644
--- a/src/ExtendedPdo.php
+++ b/src/ExtendedPdo.php
@@ -39,7 +39,6 @@ class ExtendedPdo extends PDO implements ExtendedPdoInterface
*/
protected $attributes = array(
self::ATTR_ERRMODE => self::ERRMODE_EXCEPTION,
- ... | no longer force self::ATTR_EMULATE_PREPARES to true
instead, just leave it out entirely. this is to avoid security holes when using emulation. thanks @ircmaxell. fixes #<I> | auraphp_Aura.Sql | train |
c14312efebb2c16e30bb6c8ffdc014e4b5ce8812 | diff --git a/test/Models/CsvCatalogItemSpec.js b/test/Models/CsvCatalogItemSpec.js
index <HASH>..<HASH> 100644
--- a/test/Models/CsvCatalogItemSpec.js
+++ b/test/Models/CsvCatalogItemSpec.js
@@ -711,12 +711,12 @@ describe('CsvCatalogItem with region mapping', function() {
csvItem.load().then(done);
... | Skipping breaking saucelabs tests for now (to be continued...) | TerriaJS_terriajs | train |
b18ee068e4800871c44a5fd70f4beb3bebc34e02 | diff --git a/config/const.go b/config/const.go
index <HASH>..<HASH> 100644
--- a/config/const.go
+++ b/config/const.go
@@ -16,6 +16,3 @@ package config
// DefRowsForSampleRate is default sample rows used to calculate samplerate.
const DefRowsForSampleRate = 110000
-
-// TrackMemWhenExceeds is the threshold when mem... | types: cache pathExpression to improve the JSON function performance (#<I>)
close pingcap/tidb#<I> | pingcap_tidb | train |
ac617d76e8cb288d89b05d37bb4bbf3539f064e2 | diff --git a/src/Keboola/Writer/GoodData/Client.php b/src/Keboola/Writer/GoodData/Client.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/Writer/GoodData/Client.php
+++ b/src/Keboola/Writer/GoodData/Client.php
@@ -105,29 +105,13 @@ class Client extends GuzzleClient
* @param $writerId
* @return mixed
*/
- publ... | Added method for getting SSO link + fixed deleteWriter method | keboola_gooddata-writer-php-client | train |
ffdd700f68ad7caa1ebe4ecb92ecb647d46cb2be | diff --git a/lib/crimagify/image_functions.rb b/lib/crimagify/image_functions.rb
index <HASH>..<HASH> 100644
--- a/lib/crimagify/image_functions.rb
+++ b/lib/crimagify/image_functions.rb
@@ -77,6 +77,8 @@ module Crimagify
save_parent_values.delete(:parent)
save_parent_values.delete(:parent_id)
save_pa... | fix bug nested attributes _destroy, id | trejo08_Crimagify | train |
6e8a1997a3f6c54a9215522e58ba4a806a78cb08 | diff --git a/telekom-workflow-engine/src/main/java/ee/telekom/workflow/core/common/WorkflowEngineConfiguration.java b/telekom-workflow-engine/src/main/java/ee/telekom/workflow/core/common/WorkflowEngineConfiguration.java
index <HASH>..<HASH> 100644
--- a/telekom-workflow-engine/src/main/java/ee/telekom/workflow/core/co... | Added the missing default schema value to configuration class. | zutnop_telekom-workflow-engine | train |
cd9ab59eeebc1e82f6a559cfc57d59a4c115c7ad | diff --git a/src/ActiveDoctrine/Selector/MysqlSelector.php b/src/ActiveDoctrine/Selector/MysqlSelector.php
index <HASH>..<HASH> 100644
--- a/src/ActiveDoctrine/Selector/MysqlSelector.php
+++ b/src/ActiveDoctrine/Selector/MysqlSelector.php
@@ -20,9 +20,9 @@ class MysqlSelector extends AbstractSelector
$this... | Making doubly sure that limit and offset are sanitized in MysqlSelector. | glynnforrest_active-doctrine | train |
f6999be10355b1522c3840de08381eaa057f727c | diff --git a/django_common/session.py b/django_common/session.py
index <HASH>..<HASH> 100644
--- a/django_common/session.py
+++ b/django_common/session.py
@@ -6,10 +6,13 @@ class SessionManagerBase(object):
Ideally each app has a session.py that has this class and is used in the apps views etc.
"""
- ... | Support for prepending session keys with a generic string. Think partitioning session variables by domain/sub-domains. | Tivix_django-common | train |
f46a629d7214abe860a8c4eb2a527e07c41f8840 | diff --git a/communicator/winrm/communicator.go b/communicator/winrm/communicator.go
index <HASH>..<HASH> 100644
--- a/communicator/winrm/communicator.go
+++ b/communicator/winrm/communicator.go
@@ -193,12 +193,21 @@ func (c *Communicator) UploadDir(dst string, src string) error {
func (c *Communicator) newCopyClien... | communicator/winrm: Fixed HTTPS when using copy client. | hashicorp_terraform | train |
76eaa3827fe1f3c99d21109ca125cc5436489619 | diff --git a/lib/combi/buses/http.rb b/lib/combi/buses/http.rb
index <HASH>..<HASH> 100644
--- a/lib/combi/buses/http.rb
+++ b/lib/combi/buses/http.rb
@@ -56,12 +56,12 @@ module Combi
message['payload'] ||= {}
begin
response = invoke_service(service_instance, kind, message['payload'])... | Improve error handling
- do not rescue Exception. This is the cause that sometimes CTRL+C was
not stopping the processes
(<URL>)
- rescue RuntimeError instead (probably still too wide, but the more
specific option that I was able to find)
- For unknown actions, add additional information (the actual name of
the action... | 1uptalent_combi | train |
7e4b2f2d4ead88ee519dea345a676092a6122c32 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2,6 +2,7 @@
const Buffer = require('buffer').Buffer;
const Stream = require('stream');
const util = require('util');
+const base64url = require('base64url');
const jwa = require('jwa');
const ALGORITHMS = [
@@ -19,8 +2... | Revert to 5c2aac7 | brianloveswords_node-jws | train |
c0764199b1b2ff2b74f21bbed53f53cea2a40998 | diff --git a/tests/test_gpio.py b/tests/test_gpio.py
index <HASH>..<HASH> 100644
--- a/tests/test_gpio.py
+++ b/tests/test_gpio.py
@@ -1,9 +1,15 @@
import sys
+import threading
+import time
+
import periphery
from .asserts import AssertRaises
if sys.version_info[0] == 3:
raw_input = input
+ import queue
+... | tests/gpio: add threading to poll tests | vsergeev_python-periphery | train |
b57af1b658bb9be665bc07ba1f9d9da06656e9db | diff --git a/lxd/device/disk.go b/lxd/device/disk.go
index <HASH>..<HASH> 100644
--- a/lxd/device/disk.go
+++ b/lxd/device/disk.go
@@ -343,6 +343,7 @@ func (d *disk) Start() (*deviceConfig.RunConfig, error) {
func (d *disk) startContainer() (*deviceConfig.RunConfig, error) {
runConf := deviceConfig.RunConfig{}
isR... | lxd/device/disk: Update startContainer to mount pool volume before calling createDevice
As createDevice no longer does it for us. | lxc_lxd | train |
8b4a339807cbece89ad4d363eb51cf170ffb9792 | diff --git a/generators/templates/directiveComplex/name.directive.js b/generators/templates/directiveComplex/name.directive.js
index <HASH>..<HASH> 100644
--- a/generators/templates/directiveComplex/name.directive.js
+++ b/generators/templates/directiveComplex/name.directive.js
@@ -1,18 +1,18 @@
(function () {
'use... | fix(directive): use cameledName
Directive name 'ModelInput' is invalid. The first character must be a lowercase letter | michaelkrone_generator-material-app | train |
78e6851a9b6b7792984713aac29b7ef497c0c643 | diff --git a/java/client/src/org/openqa/selenium/firefox/internal/NewProfileExtensionConnection.java b/java/client/src/org/openqa/selenium/firefox/internal/NewProfileExtensionConnection.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/firefox/internal/NewProfileExtensionConnection.java
+++ b/j... | Mark unused NewProfileFileExtensionConnection as deprecated | SeleniumHQ_selenium | train |
a9b45d1ea121bed151d1dad81c236cf90101811b | diff --git a/go/vt/etcdtopo/tablet.go b/go/vt/etcdtopo/tablet.go
index <HASH>..<HASH> 100644
--- a/go/vt/etcdtopo/tablet.go
+++ b/go/vt/etcdtopo/tablet.go
@@ -8,9 +8,7 @@ import (
"encoding/json"
"fmt"
- "github.com/youtube/vitess/go/event"
"github.com/youtube/vitess/go/vt/topo"
- "github.com/youtube/vitess/go/... | Now fixing DeleteTablet, and adding event to CreateTablet. | vitessio_vitess | train |
664c3d4535b3b8dbd0ef2ae03887f7039ace64b5 | diff --git a/core/tcp-ip/html-scraper-post.js b/core/tcp-ip/html-scraper-post.js
index <HASH>..<HASH> 100644
--- a/core/tcp-ip/html-scraper-post.js
+++ b/core/tcp-ip/html-scraper-post.js
@@ -78,11 +78,20 @@ exports.htmlSanitize = function (html) {
};
exports.htmlToJsons = function (targetHtml) {
- var jsonForMusta... | html scraper excepts for malformed html | electric-eloquence_fepper-npm | train |
bd660dbd8c9fa09bdb157629255037caa9f74e97 | diff --git a/prow/pod-utils/decorate/podspec.go b/prow/pod-utils/decorate/podspec.go
index <HASH>..<HASH> 100644
--- a/prow/pod-utils/decorate/podspec.go
+++ b/prow/pod-utils/decorate/podspec.go
@@ -56,6 +56,7 @@ const (
gcsCredentialsMountPath = "/secrets/gcs"
outputMountName = "output"
outputMountPath ... | mount the oauth token from a secret in podspec | kubernetes_test-infra | train |
76f128a793b51ea742f32a53cf0e9d401ab12b0e | diff --git a/tests/Aura/Intl/FormatterLocatorTest.php b/tests/Aura/Intl/FormatterLocatorTest.php
index <HASH>..<HASH> 100644
--- a/tests/Aura/Intl/FormatterLocatorTest.php
+++ b/tests/Aura/Intl/FormatterLocatorTest.php
@@ -31,7 +31,7 @@ class FormatterLocatorTest extends \PHPUnit_Framework_TestCase
public function... | look for the new FormatterNotMapped exception | auraphp_Aura.Intl | train |
6c99cb1725ac2b8e5358639bc0f3eb401dc33367 | diff --git a/src/ConfigTrait.php b/src/ConfigTrait.php
index <HASH>..<HASH> 100644
--- a/src/ConfigTrait.php
+++ b/src/ConfigTrait.php
@@ -22,6 +22,12 @@ trait ConfigTrait
protected function getConfig($key = null, $default = null)
{
+ // check manually if a key is given and if it exists in the config... | Check for spoofed additional config keys | SocialiteProviders_Manager | train |
f59f0bd57bb725d6a2d8db815a980a5bcd884a4e | diff --git a/src/Illuminate/Contracts/Queue/Job.php b/src/Illuminate/Contracts/Queue/Job.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Contracts/Queue/Job.php
+++ b/src/Illuminate/Contracts/Queue/Job.php
@@ -29,7 +29,7 @@ interface Job
* Release the job back into the queue.
*
* @param int $d... | [<I>] Update docblock on Job contract's "release" method (#<I>)
* update docblock on InteractsWithQueue::release()
Fixes #<I>
* Update InteractsWithQueue.php
* update Job contract "release" docblock | laravel_framework | train |
b2bce32ff05c9c841036f42d43eefbb1e5eff609 | diff --git a/message/lib.php b/message/lib.php
index <HASH>..<HASH> 100644
--- a/message/lib.php
+++ b/message/lib.php
@@ -68,6 +68,7 @@ define('SHOW_ACTION_LINKS_IN_CONTACT_LIST', true);
define('MESSAGE_SEARCH_MAX_RESULTS', 200);
define('MESSAGE_CONTACTS_PER_PAGE',10);
+define('MESSAGE_MAX_COURSE_NAME_LENGTH', 30)... | message MDL-<I> trimming course short to prevent long names messing up the UI | moodle_moodle | train |
feb777987306ddba7fa05a100a48a6f25f62e080 | diff --git a/lib/ruboty/adapters/shell.rb b/lib/ruboty/adapters/shell.rb
index <HASH>..<HASH> 100644
--- a/lib/ruboty/adapters/shell.rb
+++ b/lib/ruboty/adapters/shell.rb
@@ -22,7 +22,7 @@ module Ruboty
end
def say(message)
- Ruboty.logger.info(message[:body])
+ puts message[:body]
... | Use Kernel#puts rather than logger on shell adapter
Because log level can be changed while shell adapter should always print message. | r7kamura_ruboty | train |
cfb78b13fa6bcc46e37d42b194ceed1c4736fc04 | diff --git a/src/main/java/javax/time/ZoneId.java b/src/main/java/javax/time/ZoneId.java
index <HASH>..<HASH> 100644
--- a/src/main/java/javax/time/ZoneId.java
+++ b/src/main/java/javax/time/ZoneId.java
@@ -974,8 +974,8 @@ public abstract class ZoneId implements Calendrical, Serializable {
private static final... | Cache ZoneOffsetInfo in fixed ZoneId
Small performance gain assuming hotspot inlining | ThreeTen_threetenbp | train |
38e7085758cf232ea7b8609bdbdb672300bc97d7 | diff --git a/lib/www_applet.rb b/lib/www_applet.rb
index <HASH>..<HASH> 100644
--- a/lib/www_applet.rb
+++ b/lib/www_applet.rb
@@ -2,14 +2,36 @@
require 'mustache'
require 'escape_escape_escape'
+class Symbol
+
+ def to_html_attr_name
+ WWW_Applet::SYM_CACHE[:attrs][self] ||= begin
+ ... | Improved: fewer string creations | da99_www_app | train |
015865e0fdb21218f08813e281aa17e05bc7a785 | diff --git a/src/Database/SqlserverCompiler.php b/src/Database/SqlserverCompiler.php
index <HASH>..<HASH> 100644
--- a/src/Database/SqlserverCompiler.php
+++ b/src/Database/SqlserverCompiler.php
@@ -47,6 +47,24 @@ class SqlserverCompiler extends QueryCompiler {
];
/**
+ * Generates the INSERT part of a SQL query
+... | Add OUTPUT clause to SQLServer queries.
This functions like RETURNING in Postgres and gives us easy access to
sequence values on inserted rows. This helps address concurrency issues
that can arise when transaction isolation level is not high enough.
Refs #<I> | cakephp_cakephp | train |
9b2459725153ae1964d5ab9b83f03c5b92c4bae9 | diff --git a/alot/settings.py b/alot/settings.py
index <HASH>..<HASH> 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -6,6 +6,7 @@ import json
import mailcap
import codecs
import logging
+import urwid
from configobj import ConfigObj, ConfigObjError, flatten_errors, Section
from validate import Validator
... | theme objects
that read in theme config files and provide urwid.AttrSpec objects | pazz_alot | train |
cf9424effbf7d13014c4fc4439a320478384eafc | diff --git a/plugins/Live/API.php b/plugins/Live/API.php
index <HASH>..<HASH> 100644
--- a/plugins/Live/API.php
+++ b/plugins/Live/API.php
@@ -260,11 +260,20 @@ class API extends \Piwik\Plugin\API
{
Piwik::checkUserHasViewAccess($idSite);
+ // for faster performance search for a visitor within th... | fixes #<I> Query generated by Live plugin is too heavy | matomo-org_matomo | train |
d12afc3842a0b6f761667d9e56d8f190d17481e7 | diff --git a/src/Renderer.php b/src/Renderer.php
index <HASH>..<HASH> 100644
--- a/src/Renderer.php
+++ b/src/Renderer.php
@@ -30,7 +30,7 @@ class Renderer
* @var array
*
*/
- protected $file_paths = [];
+ protected $file_paths = array();
/**
*
@@ -55,7 +55,7 @@ class Renderer
... | Refactoring powered by rector. | rotexsoft_file-renderer | train |
05a0078ebae05f987bcd63b9a669119ed815ba9f | diff --git a/src/ui_components/jf_table_view/jfrog_table_view_options.js b/src/ui_components/jf_table_view/jfrog_table_view_options.js
index <HASH>..<HASH> 100644
--- a/src/ui_components/jf_table_view/jfrog_table_view_options.js
+++ b/src/ui_components/jf_table_view/jfrog_table_view_options.js
@@ -14,6 +14,7 @@ const C... | jf-table-view: setAppDefaults method for setting table view options defaults in one place (app config) and only override the defaults where needed | jfrog_jfrog-ui-essentials | train |
e0869bcff7826bd1e70143f62a02aa4679e49f2e | diff --git a/lib/searchkick/query.rb b/lib/searchkick/query.rb
index <HASH>..<HASH> 100644
--- a/lib/searchkick/query.rb
+++ b/lib/searchkick/query.rb
@@ -392,6 +392,9 @@ module Searchkick
@routing = options[:routing] if options[:routing]
end
+ # merge more body options
+ payload = payload.d... | Add min_score option and tests (#<I>) | ankane_searchkick | train |
4da85670f00fa1bdd8ac7b47135d2c98556d254a | diff --git a/lib/mongoid/criterion/scoping.rb b/lib/mongoid/criterion/scoping.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/criterion/scoping.rb
+++ b/lib/mongoid/criterion/scoping.rb
@@ -72,7 +72,7 @@ module Mongoid
#
# @since 3.0.0
def scoped?
- !!@scoped
+ !!(defined?(@scoped) ?... | Remove warning: instance variable not initialized | mongodb_mongoid | train |
14284291da0b8d23fdc68bc8cd55747854d38e52 | diff --git a/pkg/controller/daemon/controller.go b/pkg/controller/daemon/controller.go
index <HASH>..<HASH> 100644
--- a/pkg/controller/daemon/controller.go
+++ b/pkg/controller/daemon/controller.go
@@ -674,6 +674,9 @@ func (dsc *DaemonSetsController) nodeShouldRunDaemonPod(node *api.Node, ds *exte
if pod.Spec.NodeN... | only include running and pending pods in daemonset should place calculation | kubernetes_kubernetes | train |
b98934eeb73015d5b884b6dfc7b0710c7e978a41 | diff --git a/lib/active_record/id_regions.rb b/lib/active_record/id_regions.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/id_regions.rb
+++ b/lib/active_record/id_regions.rb
@@ -167,5 +167,3 @@ module ArRegion
self.class.split_id(id)
end
end
-
-ApplicationRecord.include ArRegion | Ensure ApplicationRecord is reloadable
(transferred from ManageIQ/manageiq@<I>e<I>ef8baccece7c6b1ba<I>fe<I>ae<I>b<I>c7) | ManageIQ_activerecord-id_regions | train |
318fc82081bf9f6860d9b74c0c2029cff3983582 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- interapp (0.0.1)
+ interapp (0.0.3)
ecdsa (~> 1.1.0)
rails (~> 4.1.1, >= 4.1.1)
rest-client (~> 1.7.2)
diff --git a/app/controllers/interap... | inherit from interapp::applicationcontroller | ryanzhou_interapp | train |
5d1772470242d412a489b232ddadb5e27839747b | diff --git a/src/org/pitaya/util/Strings.java b/src/org/pitaya/util/Strings.java
index <HASH>..<HASH> 100644
--- a/src/org/pitaya/util/Strings.java
+++ b/src/org/pitaya/util/Strings.java
@@ -109,7 +109,7 @@ public final class Strings
/**
* Abbreviates the given {@link String} using "..." so that the returned
- ... | Added abbreviate(String, int, String) | kocakosm_pitaya | train |
68b67ca13dc6cb1ebcad6681e490b3dca3fc13b1 | diff --git a/tests/TokenTest.php b/tests/TokenTest.php
index <HASH>..<HASH> 100644
--- a/tests/TokenTest.php
+++ b/tests/TokenTest.php
@@ -5,7 +5,55 @@
use \HippoPHP\Tokenizer\Token;
class TokenTest extends \PHPUnit_Framework_TestCase {
- public function testNewInstance() {
- $this->assertInstanceOf('\HippoPHP... | Update TokenTest with the new Token code | HippoPHP_Tokenizer | train |
06c42a64fe63e06f38a0d5a7928b396df3f0931c | diff --git a/android/src/main/java/com/twiliorn/library/CustomTwilioVideoView.java b/android/src/main/java/com/twiliorn/library/CustomTwilioVideoView.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/com/twiliorn/library/CustomTwilioVideoView.java
+++ b/android/src/main/java/com/twiliorn/library/CustomTwilio... | Add error message on android disconnected event (#<I>) | blackuy_react-native-twilio-video-webrtc | train |
4c13c0fcedb974a68a08b0559d9b465ee12f5405 | diff --git a/lib/CORL/provisioner/puppetnode.rb b/lib/CORL/provisioner/puppetnode.rb
index <HASH>..<HASH> 100644
--- a/lib/CORL/provisioner/puppetnode.rb
+++ b/lib/CORL/provisioner/puppetnode.rb
@@ -82,6 +82,7 @@ class Puppetnode < CORL.plugin_class(:provisioner)
# TODO: Figure out how to store these damn settings... | Setting the Puppet data binding terminus in initialization of the Puppetnode provisioner provider. | coralnexus_corl | train |
257cde4955bdbf646155f65ce1516ae7b3416abd | diff --git a/test/manifest_test.rb b/test/manifest_test.rb
index <HASH>..<HASH> 100644
--- a/test/manifest_test.rb
+++ b/test/manifest_test.rb
@@ -10,23 +10,7 @@ class ManifestTest < Minitest::Test
Webpacker.manifest.lookup(asset_file)
end
- expected = <<-MSG
-Webpacker can't find #{asset_file} i... | Fix manifest test
It broke somewhat comically by fixing a typo in <I>c4cc2dad8e5e7dea<I>c<I>d2c<I>a7c<I> | rails_webpacker | train |
b5933a76972759b2522743d982409fa441cead04 | diff --git a/lib/acts_as_audited.rb b/lib/acts_as_audited.rb
index <HASH>..<HASH> 100644
--- a/lib/acts_as_audited.rb
+++ b/lib/acts_as_audited.rb
@@ -75,7 +75,7 @@ module CollectiveIdea #:nodoc:
has_many :audits, :as => :auditable, :order => "#{Audit.quoted_table_name}.version"
attr_protected :... | Prevent single table inheritence nightmares | collectiveidea_audited | train |
40d62c3886f4af0697ade283bf6f802bfa9aa2ce | diff --git a/dwm/cleaning.py b/dwm/cleaning.py
index <HASH>..<HASH> 100644
--- a/dwm/cleaning.py
+++ b/dwm/cleaning.py
@@ -97,7 +97,11 @@ def IncludesLookup(fieldVal, lookupType, db, fieldName, deriveFieldName='', deri
if incVal:
incVal.close()
- change = _CollectHistory_(lookupType='normIncl... | fixed pass of lookupType to _CollectHistory_ | rh-marketingops_dwm | train |
ff3cf88ba7d6d88157885b7328ea223ef6ef4b18 | diff --git a/lib/tesla-api/cli.rb b/lib/tesla-api/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/tesla-api/cli.rb
+++ b/lib/tesla-api/cli.rb
@@ -6,6 +6,7 @@ module TeslaAPI
class_option :login
class_option :password
+ option :miles, :type => :boolean, :desc => "Give ranges in miles instead of kilometers"
... | Give more ranges in the CLI and default to kilometers. | gstark_tesla-api | train |
46cdc476c4666262bbb60465a1ffb5242214215e | diff --git a/test/spec/test-correctingInterval.js b/test/spec/test-correctingInterval.js
index <HASH>..<HASH> 100644
--- a/test/spec/test-correctingInterval.js
+++ b/test/spec/test-correctingInterval.js
@@ -46,17 +46,23 @@ describe('setCorrectingInterval', function() {
});
it('should be relatively accurate', fu... | Make accuracy test more lenient
Alleviate build failures caused by timeout | aduth_correctingInterval | train |
64a1f199e03307f74c7cd01e251d45d8eca425c7 | diff --git a/lib/stagehand/helpers.rb b/lib/stagehand/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/stagehand/helpers.rb
+++ b/lib/stagehand/helpers.rb
@@ -20,16 +20,6 @@ module Stagehand
end
end
- module ControllerExtensions
- def use_staging_database(&block)
- Database.with_connection(Configurat... | Don't mixin now that database methods are elsewhere | culturecode_stagehand | train |
add99051e86f08b85a659fe8d23c0af0e836ea0e | diff --git a/facade/src/main/java/org/jboss/pnc/facade/impl/BuildTriggererImpl.java b/facade/src/main/java/org/jboss/pnc/facade/impl/BuildTriggererImpl.java
index <HASH>..<HASH> 100644
--- a/facade/src/main/java/org/jboss/pnc/facade/impl/BuildTriggererImpl.java
+++ b/facade/src/main/java/org/jboss/pnc/facade/impl/Build... | Optimize queries when retrieving BuildConfigurationAudited in BuildTriggererImpl facade | project-ncl_pnc | train |
5e8fbfbe3b12c9ca3ca31d94d7109ed7f5115b93 | diff --git a/src/QueryFormatter.php b/src/QueryFormatter.php
index <HASH>..<HASH> 100644
--- a/src/QueryFormatter.php
+++ b/src/QueryFormatter.php
@@ -77,7 +77,7 @@ class QueryFormatter {
}
private function before( $part ) {
- if ( $part === 'PREFIX' ) {
+ if ( $part === 'PREFIX' || $part === '}' ) {
$this-... | Add new line before closing bracket in formatter | Benestar_asparagus | train |
dcc4395bc8d50de46ca024d1d061ca42d491a196 | diff --git a/framework/Console/BootstrapConsole.php b/framework/Console/BootstrapConsole.php
index <HASH>..<HASH> 100644
--- a/framework/Console/BootstrapConsole.php
+++ b/framework/Console/BootstrapConsole.php
@@ -13,6 +13,7 @@ namespace Valkyrja\Console;
use Valkyrja\Console\Handlers\ConsoleCache;
use Valkyrja\Co... | Adding output to command handler. | valkyrjaio_valkyrja | train |
c70afab68e9932a79bfd70ab83d0f3779c54199c | diff --git a/src/com/opencms/flex/jsp/CmsJspActionElement.java b/src/com/opencms/flex/jsp/CmsJspActionElement.java
index <HASH>..<HASH> 100644
--- a/src/com/opencms/flex/jsp/CmsJspActionElement.java
+++ b/src/com/opencms/flex/jsp/CmsJspActionElement.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/sr... | Added "getMessages()" methods | alkacon_opencms-core | train |
774e6b5631cca44c982f6c08c2fd97d92925c177 | diff --git a/tests/Doctrine/ODM/MongoDB/Tests/BaseTest.php b/tests/Doctrine/ODM/MongoDB/Tests/BaseTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/ODM/MongoDB/Tests/BaseTest.php
+++ b/tests/Doctrine/ODM/MongoDB/Tests/BaseTest.php
@@ -70,7 +70,7 @@ abstract class BaseTest extends \PHPUnit_Framework_TestCase
... | Drop collections in tearDown() instead of safe removal
This cuts the test suite execution time in half. | Briareos_mongodb-odm | train |
f986f55696285a150628d15b4f427c6b20438b8d | diff --git a/minio/minio.py b/minio/minio.py
index <HASH>..<HASH> 100644
--- a/minio/minio.py
+++ b/minio/minio.py
@@ -333,7 +333,7 @@ class Minio:
if offset is not None and length is None:
request_range = str(offset) + "-"
if offset is None and length is not None:
- request_ra... | Setting default offset to 0 when length is set | minio_minio-py | train |
045e9140291578671d53e9aae89806cf752b8818 | diff --git a/driver/src/test/java/org/neo4j/driver/v1/integration/LoadCSVIT.java b/driver/src/test/java/org/neo4j/driver/v1/integration/LoadCSVIT.java
index <HASH>..<HASH> 100644
--- a/driver/src/test/java/org/neo4j/driver/v1/integration/LoadCSVIT.java
+++ b/driver/src/test/java/org/neo4j/driver/v1/integration/LoadCSVI... | Ignore hanging test (<I> only) | neo4j_neo4j-java-driver | train |
82ef47593a2f922a1845ae8bb553312696f9a878 | diff --git a/lib/crashbreak/config/configurator.rb b/lib/crashbreak/config/configurator.rb
index <HASH>..<HASH> 100644
--- a/lib/crashbreak/config/configurator.rb
+++ b/lib/crashbreak/config/configurator.rb
@@ -7,11 +7,11 @@ module Crashbreak
attr_accessor :dumpers
attr_accessor :dumper_options
attr_acce... | Rename github_spec to request_spec | crashbreak_crashbreak | train |
82b0ce9c978a1b73d5974604b90c5b7299eed65a | diff --git a/activerecord/lib/active_record/associations/has_one_association.rb b/activerecord/lib/active_record/associations/has_one_association.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/has_one_association.rb
+++ b/activerecord/lib/active_record/associations/has_one_association.... | Refactor HasOneAssociation#replace | rails_rails | train |
c9cc4b1acc3280e2d3ddc055e73d4ff401673c7b | diff --git a/bpm/src/main/java/org/jboss/pnc/bpm/BpmManager.java b/bpm/src/main/java/org/jboss/pnc/bpm/BpmManager.java
index <HASH>..<HASH> 100644
--- a/bpm/src/main/java/org/jboss/pnc/bpm/BpmManager.java
+++ b/bpm/src/main/java/org/jboss/pnc/bpm/BpmManager.java
@@ -159,7 +159,9 @@ public class BpmManager {
public... | NCL-<I> added getter and setter for ssh creds in build result. Added more logging to bpm | project-ncl_pnc | train |
6a7d01c0d0b1960b343db5bc120d668a9f58ce84 | diff --git a/distutils/command/build_scripts.py b/distutils/command/build_scripts.py
index <HASH>..<HASH> 100644
--- a/distutils/command/build_scripts.py
+++ b/distutils/command/build_scripts.py
@@ -13,7 +13,7 @@ from distutils import log
import tokenize
# check if Python is called on the first line with this expre... | Use 'shebang_' for pattern and match. | pypa_setuptools | train |
416b05ad69406631230ca76cc5b163047dd1bae1 | diff --git a/dygraph.js b/dygraph.js
index <HASH>..<HASH> 100644
--- a/dygraph.js
+++ b/dygraph.js
@@ -904,13 +904,17 @@ Dygraph.prototype.mouseMove_ = function(event) {
var cumulative_sum = 0; // used only if we have a stackedGraph.
var l = points.length;
var isStacked = this.attr_("stackedGraph");
- for (v... | push() is cheaper than unshift(). Refactor to separate the stacked case from
the normal case in determining the list of hovered points. | danvk_dygraphs | train |
337c7fb2301f6384b4c2c0e3d93b8cb4e47d2422 | diff --git a/lib/woodhouse/dispatchers/bunny_dispatcher.rb b/lib/woodhouse/dispatchers/bunny_dispatcher.rb
index <HASH>..<HASH> 100644
--- a/lib/woodhouse/dispatchers/bunny_dispatcher.rb
+++ b/lib/woodhouse/dispatchers/bunny_dispatcher.rb
@@ -20,6 +20,8 @@ class Woodhouse::Dispatchers::BunnyDispatcher < Woodhouse::Disp... | Pre-establish queue before delivering job updates. | mboeh_woodhouse | train |
70ba2ea04d9d0efcd3248d252bcbd6ed54d85ae1 | diff --git a/python/dllib/src/test/dev/diff.py b/python/dllib/src/test/dev/diff.py
index <HASH>..<HASH> 100755
--- a/python/dllib/src/test/dev/diff.py
+++ b/python/dllib/src/test/dev/diff.py
@@ -33,7 +33,7 @@ def extract_scala_class(class_path):
"StaticGraph", "DynamicGraph", "DynamicConta... | support batch for regionproposal (#<I>)
* support batch for regionproposal | intel-analytics_BigDL | train |
2e0c27cd5bddd9e23cfaa377a26710e43a0e69f4 | diff --git a/ui/src/data_explorer/components/QueryEditor.js b/ui/src/data_explorer/components/QueryEditor.js
index <HASH>..<HASH> 100644
--- a/ui/src/data_explorer/components/QueryEditor.js
+++ b/ui/src/data_explorer/components/QueryEditor.js
@@ -91,7 +91,7 @@ const QueryEditor = React.createClass({
renderQuery() ... | Use quotes instead of backticks | influxdata_influxdb | train |
3792abb956e5b811258a14785c0687b64e4a1a5c | diff --git a/src/scheduled-task.js b/src/scheduled-task.js
index <HASH>..<HASH> 100644
--- a/src/scheduled-task.js
+++ b/src/scheduled-task.js
@@ -10,6 +10,7 @@ class ScheduledTask extends EventEmitter {
if(!options){
options = {
scheduled: true,
+ runOnInit: false,... | feat: run task on demand or on init
you can use `task.now()` to run a task on demand
you can pass the option `runOnInit: true` to run the task on create <URL> | node-cron_node-cron | train |
115ffcf76a3ea63e6de9be2f3c7ea805be1b7aeb | diff --git a/dropwizard-client/src/test/java/io/dropwizard/client/DropwizardSSLConnectionSocketFactoryTest.java b/dropwizard-client/src/test/java/io/dropwizard/client/DropwizardSSLConnectionSocketFactoryTest.java
index <HASH>..<HASH> 100644
--- a/dropwizard-client/src/test/java/io/dropwizard/client/DropwizardSSLConnect... | Disable SSL tests failing on Windows (#<I>)
Refs #<I> | dropwizard_dropwizard | train |
da8936139874f343c8a88b9e1c8a899d9d7ccd61 | diff --git a/src/components/VTooltip/VTooltip.js b/src/components/VTooltip/VTooltip.js
index <HASH>..<HASH> 100644
--- a/src/components/VTooltip/VTooltip.js
+++ b/src/components/VTooltip/VTooltip.js
@@ -65,8 +65,8 @@ export default {
if (this.top || this.bottom) {
top = (
activator.top -
- ... | If applied, this commit will fix #<I>
Resolved a bug where the max-width prop was not being properly utilized
fixes #<I> | vuetifyjs_vuetify | train |
ebd6fbb86ef0efdc7a5594f949071082e2892803 | diff --git a/osmdroid-android/src/main/java/org/osmdroid/views/safecanvas/ISafeCanvas.java b/osmdroid-android/src/main/java/org/osmdroid/views/safecanvas/ISafeCanvas.java
index <HASH>..<HASH> 100644
--- a/osmdroid-android/src/main/java/org/osmdroid/views/safecanvas/ISafeCanvas.java
+++ b/osmdroid-android/src/main/java/... | Reverting the changes from r<I>. The final methods still call the overridden methods in SafeTranslatedCanvas so they are safe to use. | osmdroid_osmdroid | train |
a701310b566e433d110c6157b19cff1624a983b0 | diff --git a/openquake/commonlib/readinput.py b/openquake/commonlib/readinput.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/readinput.py
+++ b/openquake/commonlib/readinput.py
@@ -55,7 +55,7 @@ U16 = numpy.uint16
U32 = numpy.uint32
U64 = numpy.uint64
Site = collections.namedtuple('Site', 'sid lon lat')
-g... | Updated a comment [skip CI] | gem_oq-engine | train |
10c0f8c82a60268ff9d6e031be3a2e62b1cd2d33 | diff --git a/lib/countries.rb b/lib/countries.rb
index <HASH>..<HASH> 100644
--- a/lib/countries.rb
+++ b/lib/countries.rb
@@ -1,4 +1,5 @@
require File.join(File.dirname(__FILE__), 'countries', 'select_helper.rb')
+require 'YAML'
class Country
attr_reader :data | Added require 'YAML'. YAML is part of the standard library but specs failed when run from rake without telling it to require. | hexorx_countries | train |
469e852a3e6871e41efcf66e2930e1a87a789de2 | diff --git a/Neos.ContentRepository/Classes/Eel/FlowQueryOperations/ParentsOperation.php b/Neos.ContentRepository/Classes/Eel/FlowQueryOperations/ParentsOperation.php
index <HASH>..<HASH> 100644
--- a/Neos.ContentRepository/Classes/Eel/FlowQueryOperations/ParentsOperation.php
+++ b/Neos.ContentRepository/Classes/Eel/Fl... | TASK: Fix parentsOperation and CachingHelper | neos_neos-development-collection | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.