hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
f18631f7f0a6c48d6404ba58a34760ac96f0cd33
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -1,6 +1,7 @@ 'use strict'; const spawn = require('child_process').spawn; +const path = require('path'); const pkginfo = require('pkginfo'); const camelcase = require('camelcase'); const stringSimilarity ...
Fix subcommand on windows (#<I>) * fix subcommand on windows * fix subcommand when running in another dir
leo_args
train
fb29f62a1532cd469233b51d5cdee332f2331f14
diff --git a/vraptor-core/src/main/java/br/com/caelum/vraptor/core/DefaultStaticContentHandler.java b/vraptor-core/src/main/java/br/com/caelum/vraptor/core/DefaultStaticContentHandler.java index <HASH>..<HASH> 100644 --- a/vraptor-core/src/main/java/br/com/caelum/vraptor/core/DefaultStaticContentHandler.java +++ b/vrap...
Refactored context path removal code to a static method (#<I>)
caelum_vraptor4
train
d530af1f51320d44cd7f6c0ff3b2e0b02a6931c7
diff --git a/gitmediaclient/client.go b/gitmediaclient/client.go index <HASH>..<HASH> 100644 --- a/gitmediaclient/client.go +++ b/gitmediaclient/client.go @@ -14,6 +14,7 @@ import ( "net/url" "os" "path" + "strings" ) const ( @@ -222,7 +223,11 @@ func clientRequest(method, oid string) (*http.Request, Creds, e...
build the path manually even net/url joins with hardcoded / <URL>
git-lfs_git-lfs
train
dbd09d84fb6b4d29e1be5ed150c5470650ce53a4
diff --git a/hamster/stats_overview.py b/hamster/stats_overview.py index <HASH>..<HASH> 100644 --- a/hamster/stats_overview.py +++ b/hamster/stats_overview.py @@ -77,6 +77,7 @@ class OverviewBox(gtk.VBox): def fill_facts_tree(self, facts): facts = facts or runtime.storage.get_facts(self.start_date, self...
sped up treeview a little by detaching model on bigger operations and then reattaching again
projecthamster_hamster
train
91116502f44531cad5ec03f376aadb04968853a4
diff --git a/libs/Qwin/Fcache.php b/libs/Qwin/Fcache.php index <HASH>..<HASH> 100644 --- a/libs/Qwin/Fcache.php +++ b/libs/Qwin/Fcache.php @@ -2,36 +2,19 @@ /** * Qwin Framework * - * Copyright (c) 2008-2012 Twin Huang. All rights reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - ...
updated illegal char * for file name replacement
twinh_wei
train
ef215078c69c68049e8df0df8cc99db8074ac2d5
diff --git a/lib/xcodeproj/scheme/test_action.rb b/lib/xcodeproj/scheme/test_action.rb index <HASH>..<HASH> 100644 --- a/lib/xcodeproj/scheme/test_action.rb +++ b/lib/xcodeproj/scheme/test_action.rb @@ -101,6 +101,24 @@ module Xcodeproj env_vars end + # @todo handle 'AdditionalOptions' tag + + ...
Add `command_line_arguments` to `TestAction` The documentation for `CommandLineArguments` says > It can either appear on a LaunchAction or TestAction scheme group. yet, it wasn't included on `TestAction`. This just adds the same code that is defined in `LaunchAction`.
CocoaPods_Xcodeproj
train
052f06b0ef4f3c2befaf0cbbfd605e42553b48da
diff --git a/h2o-hadoop-common/tests/python/pyunit_trace.py b/h2o-hadoop-common/tests/python/pyunit_trace.py index <HASH>..<HASH> 100644 --- a/h2o-hadoop-common/tests/python/pyunit_trace.py +++ b/h2o-hadoop-common/tests/python/pyunit_trace.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -import sys...
Fix TRACE test also in rel-yau
h2oai_h2o-3
train
1b37e23eb562955bad748e2e8760713fd0aad85c
diff --git a/src/Compiler/Functions/CallbackFunction.php b/src/Compiler/Functions/CallbackFunction.php index <HASH>..<HASH> 100644 --- a/src/Compiler/Functions/CallbackFunction.php +++ b/src/Compiler/Functions/CallbackFunction.php @@ -20,7 +20,7 @@ class CallbackFunction extends TemplateFunction public function __...
Closure is callable, remove check.
bugadani_Minty
train
e2a18e683907587f6667e22f6e850819499bbc61
diff --git a/test/test_yum.py b/test/test_yum.py index <HASH>..<HASH> 100644 --- a/test/test_yum.py +++ b/test/test_yum.py @@ -72,9 +72,17 @@ class TestYumPrimary(object): class TestYumFileLists(object): @pytest.fixture + def epel(self): + return YumFileLists.from_file(os.path.join(os.path.dirname(__f...
Add EPEL filelists to my tests. This might be a bad idea, it is a <I>MB file. Sorry anyone that tries to clone this repo :-(
coderanger_depot
train
fdd31dd81d635919735e72b6d30fd21c4b5f3788
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ develop = set([ ]) docs = set([ - 'Sphinx', + 'Sphinx<=2.4.4', 'nbsphinx', 'sphinx_rtd_theme', 'ipython',
Limit version of Sphinx for doc build
RedHatInsights_insights-core
train
64c8090d13cd72bdeab9f1d8af224e9c01ceed21
diff --git a/h5p.classes.php b/h5p.classes.php index <HASH>..<HASH> 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -4507,7 +4507,12 @@ class H5PContentValidator { 'label' => $this->h5pF->t('Author comments'), 'description' => $this->h5pF->t('Comments for the editor of the content (This text wil...
Add storing of content type title in metadata
h5p_h5p-php-library
train
922396e43de7262f58a4a9f3badf89c3875decac
diff --git a/liquibase-core/src/main/java/liquibase/integration/ant/BaseLiquibaseTask.java b/liquibase-core/src/main/java/liquibase/integration/ant/BaseLiquibaseTask.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/integration/ant/BaseLiquibaseTask.java +++ b/liquibase-core/src/main/java/li...
Fix merge issue. (cherry picked from commit <I>b<I>d<I>d<I>c<I>d<I>ee<I>a3ca3eab5bddbbcd)
liquibase_liquibase
train
59e9e4e6841e8cf461c34a0c8e6dba2c3ecca7ad
diff --git a/android/app/src/main/java/com/reactnativenavigation/layouts/BottomTabsLayout.java b/android/app/src/main/java/com/reactnativenavigation/layouts/BottomTabsLayout.java index <HASH>..<HASH> 100644 --- a/android/app/src/main/java/com/reactnativenavigation/layouts/BottomTabsLayout.java +++ b/android/app/src/mai...
Perform pop command on stack associated with navigator
wix_react-native-navigation
train
05285ed4c534322fa4d01c3e61ae587631ac78e7
diff --git a/lib/json/jwe.rb b/lib/json/jwe.rb index <HASH>..<HASH> 100644 --- a/lib/json/jwe.rb +++ b/lib/json/jwe.rb @@ -6,7 +6,7 @@ module JSON class DecryptionFailed < JWT::VerificationFailed; end class UnexpectedAlgorithm < JWT::UnexpectedAlgorithm; end - attr_accessor :plain_text, :key, :iv, :ciphe...
jwe concept code, commit for now
nov_json-jwt
train
87e3887b815e0fd35e6b37dc9b2c0248d5556bcb
diff --git a/test/lib/agent/actions/diskencryption.js b/test/lib/agent/actions/diskencryption.js index <HASH>..<HASH> 100644 --- a/test/lib/agent/actions/diskencryption.js +++ b/test/lib/agent/actions/diskencryption.js @@ -78,7 +78,6 @@ describe('diskencryption', () => { it('returns error', (done) => { ...
delete console test diskencryption
prey_prey-node-client
train
69e6c2e2ec92c84f394528440552a9333499c168
diff --git a/lib/volt/data_stores/mongo_driver.rb b/lib/volt/data_stores/mongo_driver.rb index <HASH>..<HASH> 100644 --- a/lib/volt/data_stores/mongo_driver.rb +++ b/lib/volt/data_stores/mongo_driver.rb @@ -4,9 +4,13 @@ module Volt class DataStore class MongoDriver def self.fetch - @@mongo_db ||= ...
Added support for uri mongo configure via setting Volt.config.db_uri
voltrb_volt
train
2e303391b7c75a9c2926ce3e8deea949a8ae4e66
diff --git a/src/related/_init_fields.py b/src/related/_init_fields.py index <HASH>..<HASH> 100644 --- a/src/related/_init_fields.py +++ b/src/related/_init_fields.py @@ -14,6 +14,7 @@ def init_default(required, default, optional_default): """ if not required and default == NOTHING: default = optiona...
Bug: Default UUIDs are not unique.
genomoncology_related
train
5c9c724131df853859f823e22693457a306587e9
diff --git a/subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java b/subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java index <HASH>..<HASH> 100644 --- a/subprojects/parser-antlr4/src/main/java/org/apache/groovy/parser/antlr4/AstBuilder.java +++ b/s...
Trivial refactoring: simplify filling array
apache_groovy
train
aedd286402dd80f2f9778aab770e77a2a0327973
diff --git a/channel.go b/channel.go index <HASH>..<HASH> 100644 --- a/channel.go +++ b/channel.go @@ -103,6 +103,7 @@ type Channel struct { peerInfo LocalPeerInfo // May be ephemeral if this is a client only channel l net.Listener // May be nil if this is a client only channel subChannels map[st...
make Channel track all connections. Connect goes through Channel.
uber_tchannel-go
train
e4fbcd6360675569923e08eb95e873e230b7212a
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ docs/_build cover/ .tox *.bak +*.c +*.so diff --git a/mistune.py b/mistune.py index <HASH>..<HASH> 100644 --- a/mistune.py +++ b/mistune.py @@ -251,7 +251,7 @@ class BlockLexer(object): ...
Bugfix. accerarates by Cython
lepture_mistune
train
6eed90ef12eda629c4911198c421390efad38bcb
diff --git a/xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/internal/core/DefaultCoreExtensionScanner.java b/xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/repository/internal/core/DefaultCoreE...
XWIKI-<I>: error while scanning core extensions in WebSphere * trying to workaround WebSphere bug
xwiki_xwiki-commons
train
f618ccc81621f23a1bdb8c2916d228cf0bdcdfde
diff --git a/lib/royce/methods.rb b/lib/royce/methods.rb index <HASH>..<HASH> 100644 --- a/lib/royce/methods.rb +++ b/lib/royce/methods.rb @@ -29,6 +29,7 @@ module Royce def add_role name if allowed_role? name + return if has_role? name role = Role.find_or_create_by(name: name.to_s) ...
Check role list to determine if user has a role Don't allow duplicate roles to be added to same user
MartinJNash_Royce
train
cd1e6e4e3509e7363665cb97195c26aa1a7cf01a
diff --git a/src/Core_Command.php b/src/Core_Command.php index <HASH>..<HASH> 100644 --- a/src/Core_Command.php +++ b/src/Core_Command.php @@ -108,6 +108,9 @@ class Core_Command extends WP_CLI_Command { * [--force] * : Overwrites existing files, if present. * + * [--skip-content] + * : Download the latest ve...
add feature to allow users to skip content
wp-cli_core-command
train
6da170200211c95b68c8d7a48fe6dd972a5f018d
diff --git a/bika/lims/browser/analysisrequest/publish.py b/bika/lims/browser/analysisrequest/publish.py index <HASH>..<HASH> 100644 --- a/bika/lims/browser/analysisrequest/publish.py +++ b/bika/lims/browser/analysisrequest/publish.py @@ -668,6 +668,14 @@ class AnalysisRequestPublishView(BrowserView): ...
Added method in order to get the current time
senaite_senaite.core
train
6fee18a6441f399b88b9cfb3cf3d86485e51e2cd
diff --git a/asammdf/blocks/v4_blocks.py b/asammdf/blocks/v4_blocks.py index <HASH>..<HASH> 100644 --- a/asammdf/blocks/v4_blocks.py +++ b/asammdf/blocks/v4_blocks.py @@ -4277,10 +4277,13 @@ class HeaderBlock: self.first_attachment_addr = kwargs.get("first_attachment_addr", 0) self.first_event...
use UTC timestamp in MDF4 header
danielhrisca_asammdf
train
5b2b69e3bc82d5dbd25c91bca9c301d75db212b7
diff --git a/test/Signer/HmacTest.php b/test/Signer/HmacTest.php index <HASH>..<HASH> 100644 --- a/test/Signer/HmacTest.php +++ b/test/Signer/HmacTest.php @@ -59,7 +59,7 @@ class HmacTest extends \PHPUnit_Framework_TestCase */ public function verifyShouldReturnTrueWhenExpectedHashWasCreatedWithSameInformatio...
Fixing the type of the hmac key on test (to be compatible with HHVM).
lcobucci_jwt
train
65090e9c1f610c6f5a18e9ae244660d42a6c0cb3
diff --git a/src/Bono/Helper/URL.php b/src/Bono/Helper/URL.php index <HASH>..<HASH> 100644 --- a/src/Bono/Helper/URL.php +++ b/src/Bono/Helper/URL.php @@ -160,10 +160,14 @@ class URL return $uri.(($q) ? '?'.http_build_query($q) : ''); } - public static function current() + public static function c...
URL::current now can have param true to return full url and its query string
xinix-technology_bono
train
c68db41a7a043b84ffe7fa8bdc50f5d030e37437
diff --git a/cmd/kubeadm/app/phases/upgrade/staticpods.go b/cmd/kubeadm/app/phases/upgrade/staticpods.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/phases/upgrade/staticpods.go +++ b/cmd/kubeadm/app/phases/upgrade/staticpods.go @@ -288,7 +288,7 @@ func performEtcdStaticPodUpgrade(certsRenewMgr *renewal.Manager, ...
address PR comments - make convertImageTagMetadataToSemver private - s/the\ the/the/
kubernetes_kubernetes
train
f685d3e344504c3291f2ab9c59817e366e5b75be
diff --git a/tower_cli/api.py b/tower_cli/api.py index <HASH>..<HASH> 100644 --- a/tower_cli/api.py +++ b/tower_cli/api.py @@ -18,6 +18,7 @@ import contextlib import copy import functools import json +import stat import warnings from datetime import datetime as dt @@ -67,6 +68,13 @@ class BasicTowerAuth(AuthBase...
cache legacy Tower tokens with reasonable permissions
ansible_tower-cli
train
9f45e56fe2a5a7f2f1bdb110dce5959a75c88e5d
diff --git a/test/extractLanguageSupplementalMetadata.js b/test/extractLanguageSupplementalMetadata.js index <HASH>..<HASH> 100644 --- a/test/extractLanguageSupplementalMetadata.js +++ b/test/extractLanguageSupplementalMetadata.js @@ -10,12 +10,12 @@ describe('extractLanguageSupplementalMetadata', function () { })...
fix(extractors): fix linting errors
papandreou_node-cldr
train
2f0a66752e0c3098f46345b851d971a613d39489
diff --git a/synapse/lib/cli.py b/synapse/lib/cli.py index <HASH>..<HASH> 100644 --- a/synapse/lib/cli.py +++ b/synapse/lib/cli.py @@ -233,10 +233,7 @@ class Cli(s_eventbus.EventBus): self.finikill = False self.loopthread = None - if isinstance(item, s_eventbus.EventBus): - self.it...
Tighten up a isinstance check. Add a pragma: no cover to a untestable tool.
vertexproject_synapse
train
39dd8c28da133fcc5005db3db127d687882dfe99
diff --git a/test/test_conn.py b/test/test_conn.py index <HASH>..<HASH> 100644 --- a/test/test_conn.py +++ b/test/test_conn.py @@ -17,6 +17,13 @@ import kafka.errors as Errors @pytest.fixture +def dns_lookup(mocker): + return mocker.patch('kafka.conn.dns_lookup', + return_value=[(socket.A...
Mock dns lookups in test_conn (#<I>) Small change to avoid doing dns resolution when running local connection tests. This fixture always returns a broker on localhost:<I>, so DNS lookups don't make sense here.
dpkp_kafka-python
train
bf0fe7d2fda8590c2eb50d22e38b905b4e648130
diff --git a/libkbfs/folder_branch_ops.go b/libkbfs/folder_branch_ops.go index <HASH>..<HASH> 100644 --- a/libkbfs/folder_branch_ops.go +++ b/libkbfs/folder_branch_ops.go @@ -1508,9 +1508,11 @@ func (fbo *folderBranchOps) initMDLocked( md.GetTlfHandle().GetCanonicalName()); err != nil { return err } - if err = ...
folder_branch_ops: don't fail on transient bcache puts If we can't put a block in the transient block cache, no big deal, just log it and move on. For example, there's no reason to fail a big CR on this just because the CR has filled up the allocated cache size with a bunch of permanent blocks. Issue: KBFS-<I>
keybase_client
train
61324c199ada03965c709515f5328a334b8dad09
diff --git a/rootpy/memory/keepalive.py b/rootpy/memory/keepalive.py index <HASH>..<HASH> 100644 --- a/rootpy/memory/keepalive.py +++ b/rootpy/memory/keepalive.py @@ -6,6 +6,7 @@ from . import log; log = log[__name__] KEEPALIVE = weakref.WeakKeyDictionary() + def keepalive(nurse, *patients): """ Keep ``...
pep8: keepalive.py
rootpy_rootpy
train
c6657b3f6c4b04b130d39bb6a847c80351906b0b
diff --git a/src/main/java/com/github/jasminb/jsonapi/ConverterConfiguration.java b/src/main/java/com/github/jasminb/jsonapi/ConverterConfiguration.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/jasminb/jsonapi/ConverterConfiguration.java +++ b/src/main/java/com/github/jasminb/jsonapi/ConverterConfigur...
Added explicit default constructors to id handlers
jasminb_jsonapi-converter
train
facde3d4c422f1aeee52b150f6fd0166cdddf3be
diff --git a/hazelcast/src/main/java/com/hazelcast/query/impl/TypeConverters.java b/hazelcast/src/main/java/com/hazelcast/query/impl/TypeConverters.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/query/impl/TypeConverters.java +++ b/hazelcast/src/main/java/com/hazelcast/query/impl/TypeConve...
Optimize conversion from floating point numbers to BigDecimal Issue: #<I>
hazelcast_hazelcast
train
ee0b1e98477b040753837d48de2a383421b4da3b
diff --git a/lib/silo/repository.rb b/lib/silo/repository.rb index <HASH>..<HASH> 100644 --- a/lib/silo/repository.rb +++ b/lib/silo/repository.rb @@ -128,7 +128,6 @@ module Silo # path def contents(path = '.') contents = [] - path = File.expand_path path object = (path == '.'...
Only expand paths were applicable Partially reverts commit 2e<I>a6ed6daa<I>cd<I>a<I>da9ece<I>c5b
koraktor_silo
train
c457143618981a512ae801025e73fcc6c63ef256
diff --git a/gui/src/main/java/org/jboss/as/console/client/standalone/ServerMgmtApplicationPresenter.java b/gui/src/main/java/org/jboss/as/console/client/standalone/ServerMgmtApplicationPresenter.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/standalone/ServerMgmtApplicationPresent...
fix highlight lhs nav in server mgt view
hal_core
train
b736a32eb974a5b0cb765b3a8f4aacc9dfb2e0e7
diff --git a/test/regression/mock-express-style/utils/setup.js b/test/regression/mock-express-style/utils/setup.js index <HASH>..<HASH> 100644 --- a/test/regression/mock-express-style/utils/setup.js +++ b/test/regression/mock-express-style/utils/setup.js @@ -7,8 +7,6 @@ const routingService = require('../../../../core/...
Fixed mock-express style tests - custom theme settings have to be initialised before the theme service
TryGhost_Ghost
train
52e6cb1a06b77e03d3ce7cea933ab85b43d5c064
diff --git a/lnwallet/fee_estimator.go b/lnwallet/fee_estimator.go index <HASH>..<HASH> 100644 --- a/lnwallet/fee_estimator.go +++ b/lnwallet/fee_estimator.go @@ -173,12 +173,15 @@ func (b *BtcdFeeEstimator) fetchEstimatePerByte(confTarget uint32) (btcutil.Amou // Next, we'll convert the returned value to satoshis,...
lnwallet: correct BTC -> SAT conversion in BtcdFeeEstimator In this commit, we correct the BTC -> SAT conversion in BtcdFeeEstimator. Previously, we use <I>e8 instead of 1e8, causing us to be off by an order of magnitude.
lightningnetwork_lnd
train
4dfbbdec4b3233b246b190257f2c19a2d567fe30
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup #from setuptools import setup setup(name='lifxlan', - version='1.0.2', + version='1.0.3', description='API for local communication with LIFX devices over a LAN...
updated version to reflect bug fix to make code compatible with latest Gen 3 firmware
mclarkk_lifxlan
train
23f440e0cb22d9c8805a9e0752552fff27358469
diff --git a/safe/gisv4/raster/zonal_statistics.py b/safe/gisv4/raster/zonal_statistics.py index <HASH>..<HASH> 100644 --- a/safe/gisv4/raster/zonal_statistics.py +++ b/safe/gisv4/raster/zonal_statistics.py @@ -10,7 +10,8 @@ from qgis.core import QgsRasterLayer from qgis.analysis import QgsZonalStatistics from safe...
fix zonal stats with the exposure count
inasafe_inasafe
train
32b81ea0a0a6ae3e9e857edf6d1e62d917daf10e
diff --git a/staging/src/k8s.io/component-base/logs/json/json.go b/staging/src/k8s.io/component-base/logs/json/json.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/component-base/logs/json/json.go +++ b/staging/src/k8s.io/component-base/logs/json/json.go @@ -40,20 +40,8 @@ func NewJSONLogger(infoStream, errorSt...
Remove JSON logging performance regression * Remove syncing info stream on error log by removing writeWithFlushing * Avoid splitting streams when JSON is enabled by passing nil to NewJSONLogger
kubernetes_kubernetes
train
8c33335f71225d9926d7b0a42ef85f544cd7062d
diff --git a/packages/mysql/lib/mysql_p.js b/packages/mysql/lib/mysql_p.js index <HASH>..<HASH> 100644 --- a/packages/mysql/lib/mysql_p.js +++ b/packages/mysql/lib/mysql_p.js @@ -62,7 +62,7 @@ function resolveArguments(argsObj) { if (argsObj && argsObj.length > 0) { args.sql = argsObj[0]; args.values = typ...
fix: set callback to undefined in mysql capture (#<I>) Currently causing errors when trying to use streaming queries with MySQL because [the mysql package hard checks for undefined](<URL>).
aws_aws-xray-sdk-node
train
a98c59fed570e21a5dd3f8036cf4cb2dfd999b47
diff --git a/update.js b/update.js index <HASH>..<HASH> 100644 --- a/update.js +++ b/update.js @@ -43,22 +43,25 @@ exports.notifyBegin = function(padId){ db.get("emailSubscription:" + padId, function(err, recipients){ // get everyone we need to email if(recipients){ async.forEach(Object.keys(recipients),...
Not take into account the 'pending' section when finding users to send a mail to
JohnMcLear_ep_email_notifications
train
f5273c5409912dfbfe10ce9b454f509c2573be8d
diff --git a/plugins/pushes/heroku/push.rb b/plugins/pushes/heroku/push.rb index <HASH>..<HASH> 100644 --- a/plugins/pushes/heroku/push.rb +++ b/plugins/pushes/heroku/push.rb @@ -69,7 +69,8 @@ module VagrantPlugins result = execute!("git", "--git-dir", git_dir(path), "--work-tree", path, ...
push/heroku: use correct current branch [GH-<I>]
hashicorp_vagrant
train
628d79ba0c11adb440fb9467a6bd144a10064754
diff --git a/pages/lib/refinery/pages/engine.rb b/pages/lib/refinery/pages/engine.rb index <HASH>..<HASH> 100644 --- a/pages/lib/refinery/pages/engine.rb +++ b/pages/lib/refinery/pages/engine.rb @@ -42,8 +42,8 @@ module Refinery end end - initializer "add marketable route parts to reserved words"...
If we run the marketable route parts initializer *after* set_routes_reloader_hook then it will work.
refinery_refinerycms
train
1ff75a671d7a5d2daeaeb898d4ec57199d4d7bd8
diff --git a/tests/ciscotest.rb b/tests/ciscotest.rb index <HASH>..<HASH> 100644 --- a/tests/ciscotest.rb +++ b/tests/ciscotest.rb @@ -181,11 +181,9 @@ class CiscoTestCase < TestCase @image ||= Platform.system_image end - def defect?(pattern, msg) - return false unless system_image.match(Regexp.new(patter...
skip_legacy_defect method * Rework previous `defect?` method to do skip instead of return * Tested on n3-I2, n5
cisco_cisco-network-node-utils
train
f8cf00c759bd0575b9599f0a169dab4c6e956963
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -20,7 +20,7 @@ module.exports = function(config) { */ var opts = utils.merge({ - regex: /\.md$/, // use `app.options.exts` + exts: ['md', 'hbs', 'html'], collections: { categories: { ...
dynamically generate regex from exts
assemble_assemble-collections
train
c45fd89e61be3bd50c37452d556df68ab22f2e97
diff --git a/satpy/utils.py b/satpy/utils.py index <HASH>..<HASH> 100644 --- a/satpy/utils.py +++ b/satpy/utils.py @@ -33,7 +33,6 @@ import yaml from yaml import BaseLoader from satpy import CHUNK_SIZE -from satpy.readers import FSFile try: from yaml import UnsafeLoader @@ -570,6 +569,8 @@ def _check_file_p...
Move import of FSFile back to function due to circular import
pytroll_satpy
train
d0a1b37eafaec411fd45808eedfab7db7f03db16
diff --git a/src/components/player.js b/src/components/player.js index <HASH>..<HASH> 100644 --- a/src/components/player.js +++ b/src/components/player.js @@ -6,6 +6,7 @@ var BaseObject = require('../base/base_object') var CoreFactory = require('./core_factory') var Loader = require('./loader') var assign = require(...
player: search core/container plugins in the same method
clappr_clappr
train
1c86e26a0d24e3bc8097895ddeab4d0607be4c40
diff --git a/google/datalab/utils/facets/base_feature_statistics_generator.py b/google/datalab/utils/facets/base_feature_statistics_generator.py index <HASH>..<HASH> 100644 --- a/google/datalab/utils/facets/base_feature_statistics_generator.py +++ b/google/datalab/utils/facets/base_feature_statistics_generator.py @@ -5...
docs: update documentation to use respectful terminology (#<I>)
googledatalab_pydatalab
train
4e24ea071ff17f2b98b47dd42dcb4a0fd0ac74e6
diff --git a/hazelcast/src/test/java/com/hazelcast/map/impl/nearcache/invalidation/AbstractInvalidatorTest.java b/hazelcast/src/test/java/com/hazelcast/map/impl/nearcache/invalidation/AbstractInvalidatorTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/map/impl/nearcache/invalidation/Abs...
Fixed IllegalAccessException in AbstractInvalidatorTest implementations With Oracle 6 and 7 JDK we get the following IllegalAccessException: Class org.junit.runners.model.FrameworkMethod$1 can not access a member of class com.hazelcast.map.impl.nearcache.invalidation.AbstractInvalidatorTest with modifiers "public"
hazelcast_hazelcast
train
b365991ac6a3730d1e9c93c484692df8a8f53091
diff --git a/lib/transloadit/CurlRequest.php b/lib/transloadit/CurlRequest.php index <HASH>..<HASH> 100644 --- a/lib/transloadit/CurlRequest.php +++ b/lib/transloadit/CurlRequest.php @@ -70,7 +70,9 @@ class CurlRequest { // -- Start edit -- // For PHP 5.6 Safe Upload is required to upload files using cu...
Check for existence of CURLOPT_SAFE_UPLOAD constant
transloadit_php-sdk
train
36855a12cd3143271ccb6e0c12e9bd98c6fb0145
diff --git a/lib/make.js b/lib/make.js index <HASH>..<HASH> 100644 --- a/lib/make.js +++ b/lib/make.js @@ -63,7 +63,7 @@ exports.createArch = function(root) { return QFS.exists(rootMakefile) .then(function(exists) { - if (!exists) return; + if (!exists) return false; ...
- fixed crash when .bem/make.js does not exists
bem-archive_bem-tools
train
0ed0f4178d1065d949a040e9a8bf8bd045f1d476
diff --git a/mcfit/mcfit.py b/mcfit/mcfit.py index <HASH>..<HASH> 100644 --- a/mcfit/mcfit.py +++ b/mcfit/mcfit.py @@ -151,7 +151,8 @@ class mcfit(object): if self.Nin < 2: raise ValueError("input size too small") Delta = np.log(self.x[-1] / self.x[0]) / (self.Nin - 1) - if not np....
Fix bug introduced in <I>dc0
eelregit_mcfit
train
502ccd29c69a312f75620db28f0b12bf86c646a6
diff --git a/modules/angular-meteor-meteorCollection.js b/modules/angular-meteor-meteorCollection.js index <HASH>..<HASH> 100644 --- a/modules/angular-meteor-meteorCollection.js +++ b/modules/angular-meteor-meteorCollection.js @@ -7,6 +7,7 @@ var angularMeteorCollections = angular.module('angular-meteor.meteor-collecti...
Correction to keep track changes from client while server data is being delivered to the collection.
Urigo_angular-meteor
train
4bd049fecaf4a7e7ec6ac11945c327a261b3d078
diff --git a/internal/services/cdn/cdn_profile_data_source.go b/internal/services/cdn/cdn_profile_data_source.go index <HASH>..<HASH> 100644 --- a/internal/services/cdn/cdn_profile_data_source.go +++ b/internal/services/cdn/cdn_profile_data_source.go @@ -43,29 +43,23 @@ func dataSourceCdnProfile() *pluginsdk.Resource {...
d/cdn_profile: refactoring to use an id formatter
terraform-providers_terraform-provider-azurerm
train
ffca15b460557fa6bffecc1ce59c3a04c77f98e7
diff --git a/examples/playground/json-examples/tagmap.json b/examples/playground/json-examples/tagmap.json index <HASH>..<HASH> 100644 --- a/examples/playground/json-examples/tagmap.json +++ b/examples/playground/json-examples/tagmap.json @@ -12,23 +12,15 @@ { "@@type": "MapView", "controller": true,...
Misc website bug fixes (#<I>)
uber_deck.gl
train
98c52198ca55ae44ef9bb3107ff71af4c9d6e9eb
diff --git a/sqlite3_opt_vtable_test.go b/sqlite3_opt_vtable_test.go index <HASH>..<HASH> 100644 --- a/sqlite3_opt_vtable_test.go +++ b/sqlite3_opt_vtable_test.go @@ -3,6 +3,7 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +//go:build sqlite_vtable || vta...
Temporary disable test for dropping vtable
mattn_go-sqlite3
train
f1d26e4c19da181748ec4d3cbb0dd3f23a97a7a9
diff --git a/autopep8.py b/autopep8.py index <HASH>..<HASH> 100755 --- a/autopep8.py +++ b/autopep8.py @@ -56,7 +56,13 @@ def detect_encoding(filename): try: # Python 3 with open(filename, 'rb') as input_file: - return tokenize.detect_encoding(input_file.readline)[0] + encod...
Add fall back in detect_encoding()
hhatto_autopep8
train
2f7104aaf60a188f01ecfa65bbc3cd5cf5160d64
diff --git a/molgenis-data-annotators/src/test/java/org/molgenis/data/annotation/entity/impl/ExacAnnotatorTest.java b/molgenis-data-annotators/src/test/java/org/molgenis/data/annotation/entity/impl/ExacAnnotatorTest.java index <HASH>..<HASH> 100644 --- a/molgenis-data-annotators/src/test/java/org/molgenis/data/annotati...
Fix annotator unit test windows (resource not found)
molgenis_molgenis
train
fa6805f90d5713c0c83e21ede27f80e5d529a817
diff --git a/spec/oauth2/client_spec.rb b/spec/oauth2/client_spec.rb index <HASH>..<HASH> 100644 --- a/spec/oauth2/client_spec.rb +++ b/spec/oauth2/client_spec.rb @@ -69,6 +69,13 @@ describe OAuth2::Client do client = OAuth2::Client.new('abc', 'def', :site => 'https://api.example.com', :access_token_method => :p...
Test that OAuth2::Client#initialize does not mutate its options hash
oauth-xx_oauth2
train
9b2ef5866ecf79f65f1065450b4a904f6cb95ca4
diff --git a/mlprimitives/custom/timeseries_anomalies.py b/mlprimitives/custom/timeseries_anomalies.py index <HASH>..<HASH> 100644 --- a/mlprimitives/custom/timeseries_anomalies.py +++ b/mlprimitives/custom/timeseries_anomalies.py @@ -147,7 +147,7 @@ def merge_consecutive(sequences): the cases where the start of a...
Fix merge_sequences and tests
HDI-Project_MLPrimitives
train
e9c2852c039573c0b1106274af5087ad9472ea4b
diff --git a/redis/lock.py b/redis/lock.py index <HASH>..<HASH> 100644 --- a/redis/lock.py +++ b/redis/lock.py @@ -169,7 +169,6 @@ class Lock: def acquire( self, - *, sleep: Optional[Number] = None, blocking: Optional[bool] = None, blocking_timeout: Optional[Number] = N...
Fix backwards compatibility from <I> (#<I>)
andymccurdy_redis-py
train
5a6cc7c01a99ad7c75db9a040236d8c1667582ba
diff --git a/system/Database/OCI8/Result.php b/system/Database/OCI8/Result.php index <HASH>..<HASH> 100644 --- a/system/Database/OCI8/Result.php +++ b/system/Database/OCI8/Result.php @@ -112,7 +112,7 @@ class Result extends BaseResult implements ResultInterface $instance = new $className(); - foreac...
fix: Changed foreach for object to be performed on the return value of get_object_vars.
codeigniter4_CodeIgniter4
train
151db5ffe63dd84b726a02216704ff1018475031
diff --git a/pkg/minikube/bootstrapper/bsutil/kubeadm.go b/pkg/minikube/bootstrapper/bsutil/kubeadm.go index <HASH>..<HASH> 100644 --- a/pkg/minikube/bootstrapper/bsutil/kubeadm.go +++ b/pkg/minikube/bootstrapper/bsutil/kubeadm.go @@ -94,7 +94,7 @@ func GenerateKubeadmYAML(cc config.ClusterConfig, n config.Node, r crun...
Use hostname as node name for 'none' driver
kubernetes_minikube
train
6abcb65a121d157af438c7a9e9fb451852d7da5f
diff --git a/Kwc/ColumnsResponsive/Generator.php b/Kwc/ColumnsResponsive/Generator.php index <HASH>..<HASH> 100644 --- a/Kwc/ColumnsResponsive/Generator.php +++ b/Kwc/ColumnsResponsive/Generator.php @@ -6,6 +6,8 @@ class Kwc_ColumnsResponsive_Generator extends Kwf_Component_Generator_Table if ($select->hasPart...
workaround ColumnsResponsive Generator bug ColumnsResponsive will be rewritten anyway so we can leave that as temporary workaround
koala-framework_koala-framework
train
0d7cda91d230a35602daa9f4aaf6e8dbc2681494
diff --git a/source/rafcon/mvc/controllers/menu_bar.py b/source/rafcon/mvc/controllers/menu_bar.py index <HASH>..<HASH> 100644 --- a/source/rafcon/mvc/controllers/menu_bar.py +++ b/source/rafcon/mvc/controllers/menu_bar.py @@ -47,7 +47,7 @@ class MenuBarController(ExtendedController): show_all_data_flows = glo...
Move SHOW_DATA_FLOW_VALUE_LABELS setting to runtime config - move the setting SHOW_DATA_FLOW_VALUE_LABELS from gui config to runtime config - this allows the setting to be remembered for the next run of RAFCON - the default value was consistently set to True
DLR-RM_RAFCON
train
26bc262a7766084c6cab4bc48aaf19a03596414b
diff --git a/app/templates/routes/_index.js b/app/templates/routes/_index.js index <HASH>..<HASH> 100644 --- a/app/templates/routes/_index.js +++ b/app/templates/routes/_index.js @@ -42,4 +42,5 @@ exports = module.exports = function (app) { <% } %><% if (includeGuideComments) { %> // NOTE: To protect a route so that...
Fixing linter error when optional routes aren't included
keystonejs_generator-keystone
train
5f4d680f9a07b084ec81b5dafa3b8906985790b2
diff --git a/spec/rdkafka/consumer_spec.rb b/spec/rdkafka/consumer_spec.rb index <HASH>..<HASH> 100644 --- a/spec/rdkafka/consumer_spec.rb +++ b/spec/rdkafka/consumer_spec.rb @@ -423,9 +423,10 @@ describe Rdkafka::Consumer do end it "returns nil if there are no messages on the topic" do + timeout_ms = ...
bump timeout for tests This fails after this commit in librdkafka: <URL>
appsignal_rdkafka-ruby
train
e084793ac4d56d56e643070b1329444fa47a8e06
diff --git a/replicaset/replicaset.go b/replicaset/replicaset.go index <HASH>..<HASH> 100644 --- a/replicaset/replicaset.go +++ b/replicaset/replicaset.go @@ -22,11 +22,6 @@ const ( // initiateAttemptDelay is the amount of time to sleep between failed // attempts to replSetInitiate. initiateAttemptDelay = 100 * t...
replicaset: tolerate more failures in Initiate This is a blind attempt to fix the local provider issues seen in CI. Retry Initiate if any error occurs; also Refresh the mgo Session each time to ensure we don't use a stale socket.
juju_juju
train
e72c9342e136bd70b0f1c90b0e977e59dd695caf
diff --git a/packages/driver/cypress/integration/commands/querying_spec.js b/packages/driver/cypress/integration/commands/querying_spec.js index <HASH>..<HASH> 100644 --- a/packages/driver/cypress/integration/commands/querying_spec.js +++ b/packages/driver/cypress/integration/commands/querying_spec.js @@ -355,6 +355,20...
fix: within followed by should correctly changes the scope. (#<I>)
cypress-io_cypress
train
6c6735263394e245b526864dd614723494c350e3
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -26,20 +26,20 @@ Plans for the ```email``` package currently include supporting: #### Sending email using Gmail ``` e := NewEmail() - e.From = "Jordan Wright <test@gmail.com>" - e.To = []string{"test@example.com"} - e.B...
README: Adjusted examples email.go: Added first validity check on Send() function email_test.go: Added examples
jordan-wright_email
train
ad227bf5821ab59b1937f910f5433ef326cacf9f
diff --git a/lib/que/migrations.rb b/lib/que/migrations.rb index <HASH>..<HASH> 100644 --- a/lib/que/migrations.rb +++ b/lib/que/migrations.rb @@ -6,18 +6,19 @@ module Que CURRENT_VERSION = 4 class << self - def migrate!(options = {:version => CURRENT_VERSION}) + def migrate!(options = {}) ...
Make migration logic a bit clearer.
chanks_que
train
be0635a2e39a4096999d32661f635d3083e1eca5
diff --git a/Block/ChildrenPagesBlockService.php b/Block/ChildrenPagesBlockService.php index <HASH>..<HASH> 100755 --- a/Block/ChildrenPagesBlockService.php +++ b/Block/ChildrenPagesBlockService.php @@ -12,8 +12,8 @@ namespace Sonata\PageBundle\Block; use Sonata\AdminBundle\Form\FormMapper; -use Sonata\BlockBundle\...
Removed block bundle deprecations (#<I>)
sonata-project_SonataPageBundle
train
12dd0c01b661d77881074f40fc165c7b19b5eae7
diff --git a/test/spec/NativeFileSystem-test.js b/test/spec/NativeFileSystem-test.js index <HASH>..<HASH> 100644 --- a/test/spec/NativeFileSystem-test.js +++ b/test/spec/NativeFileSystem-test.js @@ -193,6 +193,38 @@ define(function (require, exports, module) { expect(placeholderRecreated).toBe(true...
adding unit test for timeout in directory reading
adobe_brackets
train
7eb3a7da27976d10c34fa5c951d806874f0fd908
diff --git a/src/BenGorFile/FileBundle/DependencyInjection/Compiler/ApplicationCommandsPass.php b/src/BenGorFile/FileBundle/DependencyInjection/Compiler/ApplicationCommandsPass.php index <HASH>..<HASH> 100644 --- a/src/BenGorFile/FileBundle/DependencyInjection/Compiler/ApplicationCommandsPass.php +++ b/src/BenGorFile/F...
Fixed adding the missing configuration param inside application command pass
BenGorFile_FileBundle
train
90632d45d82e72f5fe8493cec8a913f8ccc831fe
diff --git a/lib/ignore.js b/lib/ignore.js index <HASH>..<HASH> 100644 --- a/lib/ignore.js +++ b/lib/ignore.js @@ -26,7 +26,7 @@ function ignore (dir, options) { return getManifest() .then(function(manifest) { // add the xpi file name to the ignore list - var xpiName = getID(manifest) + ".xpi"; + var x...
Closes #<I> generated xpi names should include the version
mozilla-jetpack_jpm
train
a7d097ed07bf96e087c958469b206e9f7dce5a54
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ python-builtwith ================ -[BuiltWith][] API version 1 client. +[BuiltWith][] API versions 1 and 2 client. >>> from builtwith import BuiltWith >>> bw = BuiltWith(YOUR_API_KEY) diff --gi...
Add minimal support for V2 of the BuiltWith API. Future iterations should automatically convert data types like datetimes and make accessing data for a particular path/technology convenient.
claymation_python-builtwith
train
7c518802102a0cad5061e31c796186dcff3951b6
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/MutableMetrics.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/util/MutableMetrics.java index <HASH>..<HASH> 100644 --- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal...
Add hooks to MutableMetrics to manually set counts and duration.
apache_tinkerpop
train
e36c1cb56faab05cf7d24d0faaa91f05f8c552a1
diff --git a/shared/searchv3/user-input/index.native.js b/shared/searchv3/user-input/index.native.js index <HASH>..<HASH> 100644 --- a/shared/searchv3/user-input/index.native.js +++ b/shared/searchv3/user-input/index.native.js @@ -9,7 +9,7 @@ import {getStyle as getTextStyle} from '../../common-adapters/text' import...
Use id for remove user and key
keybase_client
train
a63414282295939be6ba558c615adca414c2bd1c
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -404,6 +404,7 @@ if (props) { if (props2 && this.typeOf(props2) === 'string') { i.setAttribute(this.decamelize(props), props2); + _return = this.handler(); ...
Calling attr with two string properties is now chainable
jaszhix_vquery
train
9b6bed4bde51d3c52ee8c7190311a9e4b3412541
diff --git a/test/stream.js b/test/stream.js index <HASH>..<HASH> 100644 --- a/test/stream.js +++ b/test/stream.js @@ -257,6 +257,17 @@ describe('LZMAStream', function() { encodeAndDecode(enc, dec, done, x86BinaryData); }); + + it('should fail for an invalid combination of filter objects', function() { +...
Add test for detection of invalid filter combinations
addaleax_lzma-native
train
8ae3bbe5bc60533ab5dafd6e6b63a72469f82412
diff --git a/maven-plugin/src/main/java/hudson/maven/MavenComputerListener.java b/maven-plugin/src/main/java/hudson/maven/MavenComputerListener.java index <HASH>..<HASH> 100644 --- a/maven-plugin/src/main/java/hudson/maven/MavenComputerListener.java +++ b/maven-plugin/src/main/java/hudson/maven/MavenComputerListener.ja...
With HUDSON-<I>, maven-agent and maven-interceptor are no longer available on WEB-INF/lib, so let's create the jar file on the fly. git-svn-id: <URL>
jenkinsci_jenkins
train
346292281b994cf03662757f38361c27e2dfac42
diff --git a/source/rafcon/mvc/controllers/io_data_port_list.py b/source/rafcon/mvc/controllers/io_data_port_list.py index <HASH>..<HASH> 100644 --- a/source/rafcon/mvc/controllers/io_data_port_list.py +++ b/source/rafcon/mvc/controllers/io_data_port_list.py @@ -247,8 +247,11 @@ class DataPortListController(ExtendedCon...
Fix default naming of data ports - data ports can be added again - less log messages - less iterations
DLR-RM_RAFCON
train
87432fcc5c3b1131828fe85e7093959db8d8af59
diff --git a/girc/info.py b/girc/info.py index <HASH>..<HASH> 100644 --- a/girc/info.py +++ b/girc/info.py @@ -36,7 +36,7 @@ class Info: self.servers = CaseInsensitiveDict() # internal event handlers - _in_handlers = { + self._in_handlers = { 'join': self.in_join_handler, ...
info: Add event handlers to ourself
goshuirc_irc
train
d6cb73f67662aa69b2fb5f0ab67f7d7824d0e0c2
diff --git a/registry/fake.go b/registry/fake.go index <HASH>..<HASH> 100644 --- a/registry/fake.go +++ b/registry/fake.go @@ -265,16 +265,31 @@ func (f *FakeRegistry) UnitHeartbeat(name, machID string, ttl time.Duration) err func (f *FakeRegistry) ClearUnitHeartbeat(string) {} -func NewFakeClusterRegistry(dVersio...
registry: add EngineVersion and UpdateEngineVersion
coreos_fleet
train
81ed37221dfdb9e2dcbf51ee5c5c8dfe98e7cda2
diff --git a/tests/test_objects.py b/tests/test_objects.py index <HASH>..<HASH> 100644 --- a/tests/test_objects.py +++ b/tests/test_objects.py @@ -37,6 +37,7 @@ def test_make_simplest_pod(): "containerPort": 8888 }], 'volumeMounts': [], + ...
fix simplest_pod tests and test for restartPolicy override
jupyterhub_kubespawner
train
e3020f6b95deafd6d5ee58704f7eabbd6419e7c8
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this - Backport fix where classnames are composed in the wrong order if custom class names are passed in (see [#2760...
fix: add check for style tag detached - sheet in the style tag is null in this case (#<I>)
styled-components_styled-components
train
638a79f48fa34ad7087fdc076b490ed8b676fe94
diff --git a/Tests/LegacyUnit/DbTest.php b/Tests/LegacyUnit/DbTest.php index <HASH>..<HASH> 100644 --- a/Tests/LegacyUnit/DbTest.php +++ b/Tests/LegacyUnit/DbTest.php @@ -1234,6 +1234,16 @@ class Tx_Oelib_Tests_LegacyUnit_DbTest extends TestCase /** * @test */ + public function getTcaForTableWithIne...
[FOLLOWUP] Re-add a deleted test that should have been kept (#<I>)
oliverklee_ext-oelib
train
0219da69977432bac8e374c778f08d5e3ac0a019
diff --git a/lib/deep_cover/cli/commands/clone.rb b/lib/deep_cover/cli/commands/clone.rb index <HASH>..<HASH> 100644 --- a/lib/deep_cover/cli/commands/clone.rb +++ b/lib/deep_cover/cli/commands/clone.rb @@ -8,6 +8,7 @@ module DeepCover option '--output', desc: 'output folder', type: :string, default: DeepCover.con...
Copy option to anything doing the report. Add test. [#<I>] Report options should clearly be factorized though
deep-cover_deep-cover
train
8964d62881ff807be29e740b2b157afa50ee2d09
diff --git a/src/main/java/org/jooq/lambda/Seq.java b/src/main/java/org/jooq/lambda/Seq.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jooq/lambda/Seq.java +++ b/src/main/java/org/jooq/lambda/Seq.java @@ -22,6 +22,7 @@ import static org.jooq.lambda.tuple.Tuple.tuple; import java.io.IOException; import jav...
[#<I>] Add debugging tools like Seq.print(PrintWriter), Seq.printOut(), Seq.printErr()
jOOQ_jOOL
train
625da7784fe15245b78bc6060e3806376cc6dfba
diff --git a/api/app/keystone.go b/api/app/keystone.go index <HASH>..<HASH> 100644 --- a/api/app/keystone.go +++ b/api/app/keystone.go @@ -1,6 +1,7 @@ package app import ( + "errors" "fmt" "github.com/timeredbull/keystone" "github.com/timeredbull/tsuru/config" @@ -72,6 +73,10 @@ func getClient() (err error) {...
api/app: started NewUser method to create user in keystone It's missing save the user in the database and garantee the params passed to keystone.NewUser
tsuru_tsuru
train
0ae798281de589372e5ba59ac0b4a8fe4a41b3f6
diff --git a/src/Barryvdh/Debugbar/DataCollector/IlluminateAuthCollector.php b/src/Barryvdh/Debugbar/DataCollector/IlluminateAuthCollector.php index <HASH>..<HASH> 100644 --- a/src/Barryvdh/Debugbar/DataCollector/IlluminateAuthCollector.php +++ b/src/Barryvdh/Debugbar/DataCollector/IlluminateAuthCollector.php @@ -17,14...
Pass AuthManager to IlluminateAuthCollector, rather than calling app()
barryvdh_laravel-debugbar
train
23e2b21af3da99757cbc78bafede3b04ded80c18
diff --git a/app/app_backend.php b/app/app_backend.php index <HASH>..<HASH> 100644 --- a/app/app_backend.php +++ b/app/app_backend.php @@ -482,9 +482,13 @@ $backend->match("/users/edit/{id}", function($id, Silex\Application $app, Reques // If we're adding the first user, add them as 'developer' by default, so do...
When adding the first user, make sure it's enabled and 'developer'.
bolt_bolt
train
4c1c3dfb713657a9b0c7296af048c4b12a66811b
diff --git a/mod/hotpot/mod_form.php b/mod/hotpot/mod_form.php index <HASH>..<HASH> 100644 --- a/mod/hotpot/mod_form.php +++ b/mod/hotpot/mod_form.php @@ -302,10 +302,8 @@ class mod_hotpot_mod_form extends moodleform_mod { } // studentfeedbackurl - if ($data['studentfeedbackurl']=='http://') { + ...
fix Undefined index: studentfeedbackurl in mod\hotpot\mod_form.php on line <I>
moodle_moodle
train
4200cf75813dca94466943de87f764431aeffcc1
diff --git a/Helper/SortClauseHelper.php b/Helper/SortClauseHelper.php index <HASH>..<HASH> 100644 --- a/Helper/SortClauseHelper.php +++ b/Helper/SortClauseHelper.php @@ -35,28 +35,30 @@ class SortClauseHelper */ public function getSortClauseBySortField( $sortField, $sortOrder = Location::SORT_ORDER_ASC ) ...
Do not duplicate code in sort clause helper
netgen_site-bundle
train
1aae578e7e3eec31df34a403e7d579128ab6d8b8
diff --git a/spyder/plugins/plots/widgets/figurebrowser.py b/spyder/plugins/plots/widgets/figurebrowser.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/plots/widgets/figurebrowser.py +++ b/spyder/plugins/plots/widgets/figurebrowser.py @@ -12,6 +12,7 @@ This is the main widget used in the Plots plugin # ---- Stan...
Plots: date/time-based filenames
spyder-ide_spyder
train
c1a5263e7ac87074d87be5bf47c473bb2f0914a8
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -61,7 +61,7 @@ function parseArgs(args) { } function wrapState(state,dependencies) { - if (typeof state === 'object') { + if ( typeof state === 'object' ) { if ( typeof state.__dependencies !== 'unde...
Adding typeof object check to unwrapState IE9 errors when Object.keys is run on a non-object
slorber_rereduce
train