hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
be57f5a72361db5a96244c2327f457b7627a64df
diff --git a/test/decorators/view.spec.js b/test/decorators/view.spec.js index <HASH>..<HASH> 100644 --- a/test/decorators/view.spec.js +++ b/test/decorators/view.spec.js @@ -18,20 +18,15 @@ describe('@view decorator', () => { view.helper.registerNamespaces({}).should.be.containEql({ - $: { - config: { -...
test/decorators/view.spec.js: improve code readability
SerkanSipahi_app-decorators
train
20884e8dc8e94429b73d3e8c612db3f6ed0f4712
diff --git a/statik/common.py b/statik/common.py index <HASH>..<HASH> 100644 --- a/statik/common.py +++ b/statik/common.py @@ -21,7 +21,7 @@ class YamlLoadable(object): def __init__(self, *args, **kwargs): if len(args) > 0: self.filename = args[0] - with open(self.filename, 'rt') a...
text files now get opened using the UTF-8 encoding
thanethomson_statik
train
f18e6f7719d7d79325eb68a09f7b18ffba3df527
diff --git a/regexp_test.go b/regexp_test.go index <HASH>..<HASH> 100644 --- a/regexp_test.go +++ b/regexp_test.go @@ -373,3 +373,14 @@ func TestParseNegativeDigit(t *testing.T) { t.Fatalf("wanted set 0 %v, got %v", want, got) } } + +func TestRunNegativeDigit(t *testing.T) { + re := MustCompile(`\D`, 0) + m, err ...
fix issue with recognizing valid values in negated set categories at run time
dlclark_regexp2
train
e48837d7ed8c2ec25f106250ddcf034d01011154
diff --git a/QuickBooks/Callbacks/SQL/Callbacks.php b/QuickBooks/Callbacks/SQL/Callbacks.php index <HASH>..<HASH> 100644 --- a/QuickBooks/Callbacks/SQL/Callbacks.php +++ b/QuickBooks/Callbacks/SQL/Callbacks.php @@ -1344,6 +1344,9 @@ class QuickBooks_Callbacks_SQL_Callbacks */ public static function InvoiceDeriveRe...
SQL mirror callback tweaks for derive actions.
consolibyte_quickbooks-php
train
3184bb8fec314c47e196bdc5f29e8a4e807a0cb4
diff --git a/core/src/test/java/com/google/net/stubby/ServerInterceptorsTest.java b/core/src/test/java/com/google/net/stubby/ServerInterceptorsTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/com/google/net/stubby/ServerInterceptorsTest.java +++ b/core/src/test/java/com/google/net/stubby/ServerInterceptor...
Fix all the generics! (in ServerInterceptorsTest) ------------- Created by MOE: <URL>
grpc_grpc-java
train
fc81ecf5ec2c89c88aa8fb82b911d2db86ccbc9b
diff --git a/kie-remote/kie-remote-client/src/main/java/org/kie/services/client/api/command/AbstractRemoteCommandObject.java b/kie-remote/kie-remote-client/src/main/java/org/kie/services/client/api/command/AbstractRemoteCommandObject.java index <HASH>..<HASH> 100644 --- a/kie-remote/kie-remote-client/src/main/java/org/...
BZ<I> - fix and tests for adding possibly null objects to commands
kiegroup_droolsjbpm-integration
train
e1d7a997e506fde09fd01f53f73fb33e0a92573d
diff --git a/lxd/container_lxc.go b/lxd/container_lxc.go index <HASH>..<HASH> 100644 --- a/lxd/container_lxc.go +++ b/lxd/container_lxc.go @@ -578,9 +578,12 @@ func findIdmap(daemon *Daemon, cName string, isolatedStr string, configSize stri continue } - cBase, err := strconv.ParseInt(container.ExpandedConfig(...
Don't break when parsing old containers
lxc_lxd
train
f2ebadd83b2b541d05fd947218eef5921f0ee2e2
diff --git a/code/dataobjects/Block.php b/code/dataobjects/Block.php index <HASH>..<HASH> 100644 --- a/code/dataobjects/Block.php +++ b/code/dataobjects/Block.php @@ -39,9 +39,12 @@ class Block extends DataObject{ public function getCMSFields(){ if(Controller::curr()->class == 'CMSPageEditController'){ - $area...
ENHANCEMENT progress on area preview
sheadawson_silverstripe-blocks
train
6ed8092c3a5f85522a1c08e92a2ff3b5b243c819
diff --git a/lib/open_tok/open_tok_sdk.rb b/lib/open_tok/open_tok_sdk.rb index <HASH>..<HASH> 100644 --- a/lib/open_tok/open_tok_sdk.rb +++ b/lib/open_tok/open_tok_sdk.rb @@ -33,7 +33,7 @@ module OpenTok class OpenTokSDK attr_accessor :api_url - + @@TOKEN_SENTINEL = "T1==" @@SDK_VERSION = "tbrub...
Added connection_data to generate token method
opentok_OpenTok-Ruby-SDK
train
73fc28de950ff7057390feea1b11356771811597
diff --git a/src/sap.ui.table/src/sap/ui/table/ColumnMenu.js b/src/sap.ui.table/src/sap/ui/table/ColumnMenu.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.table/src/sap/ui/table/ColumnMenu.js +++ b/src/sap.ui.table/src/sap/ui/table/ColumnMenu.js @@ -349,6 +349,7 @@ sap.ui.define(['jquery.sap.global', './library', 'sap...
[FIX] GridTable: Disable visibility menu item of last visible column A user cannot hide the last visible column via the visibility menu. By disabling the item the user gets a visual indication for that. Change-Id: I2e5fa<I>e<I>d<I>e9c1dd6d<I>a<I>fb<I>d5 BCP: <I>
SAP_openui5
train
c480f482fc60d3cb064463cb4dd8eef5ddf11653
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/functions/coll/OSQLFunctionIntersect.java b/core/src/main/java/com/orientechnologies/orient/core/sql/functions/coll/OSQLFunctionIntersect.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/functions/coll/O...
Fixed issue #<I>: Bug with intersect() and empty/1-element collections
orientechnologies_orientdb
train
86205cd10efdbe1329a25a57e1f1ab6a206b87c4
diff --git a/code/MemberProfilePage.php b/code/MemberProfilePage.php index <HASH>..<HASH> 100644 --- a/code/MemberProfilePage.php +++ b/code/MemberProfilePage.php @@ -435,6 +435,12 @@ class MemberProfilePage_Controller extends Page_Controller { $form = $this->ProfileForm(); $form->loadDataFrom($member); + if($...
BUGFIX: Don't show the password hash in the password field. Closes #<I>.
symbiote_silverstripe-memberprofiles
train
87d6ff52bf9adddf37ae632e869760a9f1e63c59
diff --git a/src/mwRules.js b/src/mwRules.js index <HASH>..<HASH> 100644 --- a/src/mwRules.js +++ b/src/mwRules.js @@ -91,7 +91,14 @@ export default async function (context, next) { return /\.css$/.test(filePath) && !/\.module\.css$/.test(filePath) }, use: fnFixStyleLoaders4ENV([ - { loade...
<I> back without cssnano plugin support
nanyuantingfeng_hollow-cli
train
51a762dc85dede35341dc997ff06d3096e75d003
diff --git a/apiserver/apiserver.go b/apiserver/apiserver.go index <HASH>..<HASH> 100644 --- a/apiserver/apiserver.go +++ b/apiserver/apiserver.go @@ -366,13 +366,16 @@ func (srv *Server) endpoints() []apihttp.Endpoint { srv: srv, } - var endpoints []apihttp.Endpoint + endpoints := common.ResolveAPIEndpoints(srv...
Get API endpoints from the registry.
juju_juju
train
1b5808420f3e50f6c07aee51f6bafc4474d68e37
diff --git a/cake/dispatcher.php b/cake/dispatcher.php index <HASH>..<HASH> 100644 --- a/cake/dispatcher.php +++ b/cake/dispatcher.php @@ -421,15 +421,4 @@ class Dispatcher { ob_end_flush(); } } - -/** - * Sends the specified headers to the client - * - * @param string $header header to send - * @todo Refactor...
Removing Dispatcher::header() as it is now longer used
cakephp_cakephp
train
ee9d38d8af2318db145b2a54cc8efc1f3ea2ca09
diff --git a/lib/better_errors/middleware.rb b/lib/better_errors/middleware.rb index <HASH>..<HASH> 100644 --- a/lib/better_errors/middleware.rb +++ b/lib/better_errors/middleware.rb @@ -71,9 +71,9 @@ module BetterErrors def better_errors_call(env) case env["PATH_INFO"] - when %r{\A.*/__better_errors...
remove \A.* from regex
BetterErrors_better_errors
train
eb8f98325c12959125fe60b4991e243d7eb487c2
diff --git a/lib/ruby_units/unit.rb b/lib/ruby_units/unit.rb index <HASH>..<HASH> 100644 --- a/lib/ruby_units/unit.rb +++ b/lib/ruby_units/unit.rb @@ -105,6 +105,7 @@ class Unit < Numeric 7997 => :density, 7998 => :area_density, 8000 => :mass, + 152020 => :radiati...
add missing radiation_exposure kind, add getter for all definitions
olbrich_ruby-units
train
a0aff4ce3ece73f2cbe8ee55ca51b092e59c9c18
diff --git a/eli5/explain.py b/eli5/explain.py index <HASH>..<HASH> 100644 --- a/eli5/explain.py +++ b/eli5/explain.py @@ -39,8 +39,8 @@ def explain_weights(estimator, **kwargs): target_order : list, optional Order of class/target names to show. This argument can be also used to show information ...
support names from target_names in target_order argument
TeamHG-Memex_eli5
train
6e707cd8308a90492f98b3009341ba5beea40352
diff --git a/client/lib/server.js b/client/lib/server.js index <HASH>..<HASH> 100644 --- a/client/lib/server.js +++ b/client/lib/server.js @@ -35,9 +35,9 @@ function Server() { if (Utils.vcapBluemixServer()) { var code = '%AddJar --magic ' + Utils.eclairjsJar(); - var c = kernelObj.execute({cod...
Missed an api change for the new jupyter apis
EclairJS_eclairjs
train
9457c65feb72819ac274a8add840d9f1a26c0b0c
diff --git a/.circleci/config.yml b/.circleci/config.yml index <HASH>..<HASH> 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -309,6 +309,7 @@ jobs: make test-e2e | tee /tmp/test-results/go-e2e.out environment: ARGOCD_OPTS: "--server localhost:8080 --plaintext" + ...
Attempts to make CI builds more robust by increasing the expect timeout (#<I>)
argoproj_argo-cd
train
0757a2e4c81535226ce1a272fe13fbf8ad562a49
diff --git a/app/classes/lib.php b/app/classes/lib.php index <HASH>..<HASH> 100644 --- a/app/classes/lib.php +++ b/app/classes/lib.php @@ -1341,6 +1341,19 @@ function isUrl($url) { } +function getReferrer(Symfony\Component\HttpFoundation\Request $request) { + + $tmp = parse_url($request->server->get('HTTP_REFER...
Slightly refactoring 'return to overview', to make it simpler, and don't return to pages that are not overviews to begin with.. /cc @jadwigo
bolt_bolt
train
34f7f198570b53af1f1cd907d97834495fa4cf66
diff --git a/Annotation/Entity.php b/Annotation/Entity.php index <HASH>..<HASH> 100644 --- a/Annotation/Entity.php +++ b/Annotation/Entity.php @@ -25,7 +25,7 @@ class Entity extends Annotation /** * @var string * - * Namespace of entity in a short namespace mode. + * Namespace of entity in a sh...
Updated php-cs-fixer dependency and version * Applied as well the fixed
mmoreram_ControllerExtraBundle
train
e9d603d087acd12b9a35d3061cb2133b906414e1
diff --git a/app/controllers/entry_controller.rb b/app/controllers/entry_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/entry_controller.rb +++ b/app/controllers/entry_controller.rb @@ -44,7 +44,6 @@ class EntryController < ApplicationController def destroy if @entry && (@challenge.owner?(curre...
Fix deleting comment on big challenge (#<I>) Was unable to delete comment on big challenge because of tons of request. (one request per entry) And so avoid timeout error
igrigorik_vimgolf
train
50ed7af64aecbaba11bcb242fac688a8930bb984
diff --git a/cablemap.core/cablemap/core/reader.py b/cablemap.core/cablemap/core/reader.py index <HASH>..<HASH> 100644 --- a/cablemap.core/cablemap/core/reader.py +++ b/cablemap.core/cablemap/core/reader.py @@ -458,6 +458,15 @@ def _route_recipient_from_header(header, reference_id): if m: preceden...
Ignore recipients like "XMT AMCONSUL JOHANNESBURG". Closes #2.
heuer_cablemap
train
dac91613ecb0bc7476650c91a5dad9386c4613f2
diff --git a/logger/syslogd/syslogd.go b/logger/syslogd/syslogd.go index <HASH>..<HASH> 100644 --- a/logger/syslogd/syslogd.go +++ b/logger/syslogd/syslogd.go @@ -97,6 +97,7 @@ func Listen(signalChan chan os.Signal, cleanupDone chan bool) { s.AddHandler(newHandler()) s.Listen("0.0.0.0:514") fmt.Println("Syslog se...
fix(logger): the test is expecting the message "deis-logger running".
deis_deis
train
2011da2d22039597be240cc7c66530cf2c7ffd13
diff --git a/RELEASE.rst b/RELEASE.rst index <HASH>..<HASH> 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -138,7 +138,7 @@ pandas 0.11.1 - added top-level ``pd.read_sql`` and ``to_sql`` DataFrame methods - removed ``clipboard`` support to ``pandas.io.clipboard`` - replace top-level and instance methods `...
FIX not mention save/load being removed
pandas-dev_pandas
train
8aaec4103d01ff3027e74e1cde1e890d01258f97
diff --git a/lib/CSSStyleDeclaration.js b/lib/CSSStyleDeclaration.js index <HASH>..<HASH> 100644 --- a/lib/CSSStyleDeclaration.js +++ b/lib/CSSStyleDeclaration.js @@ -228,16 +228,6 @@ Object.defineProperties(CSSStyleDeclaration.prototype, { enumerable: true, configurable: true, }, - float: { - get: fun...
Remove a duplicate property declaration (it's in lib/properties/)
jsakas_CSSStyleDeclaration
train
cce4d348cadf2c648e9a0181e01aa696a1581f5e
diff --git a/message.go b/message.go index <HASH>..<HASH> 100644 --- a/message.go +++ b/message.go @@ -354,17 +354,12 @@ func parseUserStateMessage(message *ircMessage) Message { userStateMessage := UserStateMessage{ User: parseUser(message), - Raw: message.Raw, - Type: parseMessageType(message.Command)...
always make the emote sets existance check
gempir_go-twitch-irc
train
f0c6a3b5bfe796a15f93038ca437523a69a39c20
diff --git a/core/src/main/java/de/jetsli/graph/ui/MiniGraphUI.java b/core/src/main/java/de/jetsli/graph/ui/MiniGraphUI.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/de/jetsli/graph/ui/MiniGraphUI.java +++ b/core/src/main/java/de/jetsli/graph/ui/MiniGraphUI.java @@ -102,7 +102,7 @@ public class MiniGraphUI ...
fixed minor issue to make travis compile
graphhopper_graphhopper
train
b674ae1cb10c749b5b1828585e59ff77007e60cc
diff --git a/examples/all.php b/examples/all.php index <HASH>..<HASH> 100644 --- a/examples/all.php +++ b/examples/all.php @@ -42,6 +42,12 @@ foreach(array('black', 'red', 'green', 'yellow', 'blue', 'purple', 'cyan', 'whit echo "\n"; } +//for previous, you can use magic getters too: + +$yeah = new Ansi('A lot o...
Magic getters for foreground and format
malenkiki_ansi
train
7b7f1ed5a7a8b14269dcc69de42e383558308030
diff --git a/setuptools/tests/doctest.py b/setuptools/tests/doctest.py index <HASH>..<HASH> 100644 --- a/setuptools/tests/doctest.py +++ b/setuptools/tests/doctest.py @@ -109,7 +109,7 @@ import __future__ import sys, traceback, inspect, linecache, os, re, types import unittest, difflib, pdb, tempfile import warnings...
Remove stray import of exec_
pypa_setuptools
train
33a30ca9e62a5ff1496dd489abee06d5dcf8b02f
diff --git a/enrol/ldap/enrol.php b/enrol/ldap/enrol.php index <HASH>..<HASH> 100755 --- a/enrol/ldap/enrol.php +++ b/enrol/ldap/enrol.php @@ -180,7 +180,7 @@ function sync_enrolments($type, $enrol) { if (!empty($CFG->enrol_ldap_objectclass)){ $ldap_search_pattern='(objectclass='.$CFG->enrol_ldap_objectc...
Merged from MOODLE_<I>_STABLE - enrol/ldap - fixed default objectclass, and we can now bind non-anonymously
moodle_moodle
train
158b9b3c36c8625695b6f0473a992dedeed494ca
diff --git a/src/bootstrap-window.js b/src/bootstrap-window.js index <HASH>..<HASH> 100644 --- a/src/bootstrap-window.js +++ b/src/bootstrap-window.js @@ -52,10 +52,12 @@ }); // Await window configuration from preload + const timeout = setTimeout(() => { console.error(`[resolve window config] Could not resolve...
bootstrap - log an error when window config cannot be loaded in <I>s (#<I>)
Microsoft_vscode
train
94690374600fa4eeffce7bcf640456997cf8f1ae
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "watch": "jest --watch", "coverage": "jest --coverage", "lint": "eslint --ext .js ./src", - "flow": "./node_modules/.bin/flow stop && ./node_modules/.bin/flow", + "flow": "./...
fix: make NonNull `count` field (for better type defs in Relay Modern)
graphql-compose_graphql-compose-connection
train
d7ba6eb3cfe91751301ebdef2ce3e04fe112100f
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/OSQLHelper.java b/core/src/main/java/com/orientechnologies/orient/core/sql/OSQLHelper.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/OSQLHelper.java +++ b/core/src/main/java/com/orientechnologies/orien...
fixed issue #<I> - Error parsing dates of schemaless embedded documents
orientechnologies_orientdb
train
90f0301c4639ec82c9bd92f0ee6ef3cbf910be40
diff --git a/test/test_sugarcrm.rb b/test/test_sugarcrm.rb index <HASH>..<HASH> 100644 --- a/test/test_sugarcrm.rb +++ b/test/test_sugarcrm.rb @@ -97,6 +97,13 @@ class TestSugarCRM < Test::Unit::TestCase assert_instance_of SugarCRM::Account, accounts.first end + should "support searching based on S...
add test for searching with SQL operators (e.g. LIKE)
chicks_sugarcrm
train
d73a6d1b46103bb735716cf7edae9557a93465f2
diff --git a/src/golibmc.go b/src/golibmc.go index <HASH>..<HASH> 100644 --- a/src/golibmc.go +++ b/src/golibmc.go @@ -344,17 +344,17 @@ func (client *Client) newConn() (*conn, error) { func (client *Client) putConn(cn *conn, err error) error { client.lk.Lock() - if err == ErrBadConn { + if err == ErrBadConn || + ...
Close connection if putConnLocked is failed
douban_libmc
train
f69f6746cd1ba29bcddbb01568945bc68f663344
diff --git a/asyncwebsockets/ws.py b/asyncwebsockets/ws.py index <HASH>..<HASH> 100644 --- a/asyncwebsockets/ws.py +++ b/asyncwebsockets/ws.py @@ -119,6 +119,11 @@ class ClientWebsocket(object): data = await self.sock.recv(4096) self.state.receive_bytes(data) + # do ping/pongs if ...
Clear outgoing buffer if needed.
Fuyukai_asyncwebsockets
train
ddeb7daaa5dc2bb0957c2579251a3ae4148bf940
diff --git a/webpack_manifest/webpack_manifest.py b/webpack_manifest/webpack_manifest.py index <HASH>..<HASH> 100644 --- a/webpack_manifest/webpack_manifest.py +++ b/webpack_manifest/webpack_manifest.py @@ -180,7 +180,8 @@ class WebpackManifest(object): class WebpackManifestTypeEntry(object): - def __init__(sel...
Facilitate debugging by allowing `WebpackManifestTypeEntry` instances to access their parent manifest via `self.manifest`
markfinger_python-webpack-manifest
train
4aadee9adad8bf2287d6aac4c8b7af92e6dea0fb
diff --git a/lib/vagrant-fsnotify/command-fsnotify.rb b/lib/vagrant-fsnotify/command-fsnotify.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant-fsnotify/command-fsnotify.rb +++ b/lib/vagrant-fsnotify/command-fsnotify.rb @@ -4,6 +4,10 @@ module VagrantPlugins::Fsnotify class Command < Vagrant.plugin("2", :command) ...
Add synopsis The synopsis is shown when the user runs `vagrant help`.
adrienkohlbecker_vagrant-fsnotify
train
4e03d68d4cf422b11d78a00f5250ec0f112e9234
diff --git a/src/org/zaproxy/zap/view/TabbedPanel2.java b/src/org/zaproxy/zap/view/TabbedPanel2.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/view/TabbedPanel2.java +++ b/src/org/zaproxy/zap/view/TabbedPanel2.java @@ -146,7 +146,6 @@ public class TabbedPanel2 extends TabbedPanel { remove(c); this.r...
Issue <I>: Hide unused tabs - dont set panels visibility as this messes up the ui :/
zaproxy_zaproxy
train
ebe03bfed0dbdf644542846734931457fcd964b5
diff --git a/stratosphere-addons/spargel/src/main/java/eu/stratosphere/spargel/java/MessagingFunction.java b/stratosphere-addons/spargel/src/main/java/eu/stratosphere/spargel/java/MessagingFunction.java index <HASH>..<HASH> 100644 --- a/stratosphere-addons/spargel/src/main/java/eu/stratosphere/spargel/java/MessagingFun...
Fixed erroneous propagation of messages for Spargel.
stratosphere_stratosphere
train
b4d69f5cb8b093718bb7ffb539e5875df52ca48e
diff --git a/test/transform/resource/after-delombok/NonNullOnParameterOfDefaultMethod.java b/test/transform/resource/after-delombok/NonNullOnParameterOfDefaultMethod.java index <HASH>..<HASH> 100644 --- a/test/transform/resource/after-delombok/NonNullOnParameterOfDefaultMethod.java +++ b/test/transform/resource/after-d...
Belated addendum to previous commit: The tests for `@NonNull` on parameters of default methods should be restricted to java8+
rzwitserloot_lombok
train
b834494487dd1d9351993e489bddd3ff531dfa50
diff --git a/keys.go b/keys.go index <HASH>..<HASH> 100644 --- a/keys.go +++ b/keys.go @@ -147,7 +147,7 @@ func ImportKeysFromFile(fname string) ([]*Account, error) { // ExportKeysToFile will create the named file (or truncate it) and write all the accounts to that file in libotr format. func ExportKeysToFile(acs [...
Don't creata file readable by the world that contains the secret key
coyim_otr3
train
ab9843b3542d49f485ea0e5a9407d5e5f9e659d2
diff --git a/src/engine/keyManager.js b/src/engine/keyManager.js index <HASH>..<HASH> 100644 --- a/src/engine/keyManager.js +++ b/src/engine/keyManager.js @@ -229,13 +229,12 @@ export class KeyManager { } async sign (mtx: any) { - if (!this.keys.master.privKey) { + if (!this.keys.master.privKey && this.se...
fixed sign to use seed and save keys in encrypted cache
EdgeApp_edge-currency-bitcoin
train
e2d2dc1aa56493cb7a1eab4cabbb57c5e1ef927b
diff --git a/jinjasql/__init__.py b/jinjasql/__init__.py index <HASH>..<HASH> 100644 --- a/jinjasql/__init__.py +++ b/jinjasql/__init__.py @@ -1,6 +1,6 @@ from jinjasql.core import JinjaSql -__version__ = '0.1.3' +__version__ = '0.1.4' VERSION = tuple(map(int, __version__.split('.'))) __all__ = ['JinjaSql'] dif...
Bumping version to <I>
hashedin_jinjasql
train
333facb38ad566ae4659925229b977d21719ef1e
diff --git a/src/system.config.js b/src/system.config.js index <HASH>..<HASH> 100644 --- a/src/system.config.js +++ b/src/system.config.js @@ -6,8 +6,10 @@ var systemConfig = { build: { bower: { - // Enable / disable execution of 'bower install' && 'bower update' in prepare phase (includes in dev and dis...
feat(bower): unify options - use runInDev and runInDist instead of runInPrepare
w11k_fabs
train
25dc49380b3922dd77283fbb36779be49562c713
diff --git a/closure/goog/deps.js b/closure/goog/deps.js index <HASH>..<HASH> 100644 --- a/closure/goog/deps.js +++ b/closure/goog/deps.js @@ -152,7 +152,7 @@ goog.addDependency('editor/clicktoeditwrapper.js', ['goog.editor.ClickToEditWrap goog.addDependency('editor/command.js', ['goog.editor.Command'], []); goog.add...
Closure part of fix to bug, "Browser freezes when you edit compose badger and reply at the same time." R=nicksantos DELTA=8 (0 added, 6 deleted, 2 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-library
train
5293f01ac0a3b901d9f68fabeaf508ae781754ae
diff --git a/driver-compat/src/main/com/mongodb/AggregationOptions.java b/driver-compat/src/main/com/mongodb/AggregationOptions.java index <HASH>..<HASH> 100644 --- a/driver-compat/src/main/com/mongodb/AggregationOptions.java +++ b/driver-compat/src/main/com/mongodb/AggregationOptions.java @@ -139,7 +139,7 @@ public cl...
Reduced visibility of AggregationOptions.Builder constructor to private
mongodb_mongo-java-driver
train
b4ec427b9c55de16d0bde91972c32db2be66aa07
diff --git a/spyder/widgets/variableexplorer/tests/test_utils.py b/spyder/widgets/variableexplorer/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/spyder/widgets/variableexplorer/tests/test_utils.py +++ b/spyder/widgets/variableexplorer/tests/test_utils.py @@ -222,5 +222,23 @@ def test_str_in_container_display():...
Testing: Add a test for ellipses addition in the Variable Explorer
spyder-ide_spyder
train
c50576965a563f8ab2f169b3b8f3e661825f3bbb
diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -42,13 +42,15 @@ class Configuration implements ConfigurationInterface ->cann...
Make config directives algorithm.pattern and algorithm.pattern.type obligatory
picodexter_PcdxParameterEncryptionBundle
train
8c45d52e86ed8694dbdab8efd5738eaf04a63042
diff --git a/src/frontend/org/voltdb/utils/BuildDirectoryUtils.java b/src/frontend/org/voltdb/utils/BuildDirectoryUtils.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/utils/BuildDirectoryUtils.java +++ b/src/frontend/org/voltdb/utils/BuildDirectoryUtils.java @@ -20,6 +20,8 @@ package org.voltdb.utils; ...
Performance improvements to the code that writes planner debug output.
VoltDB_voltdb
train
6fd54e02c120ca6c1237b3df9747287cec357455
diff --git a/neo4jrestclient/client.py b/neo4jrestclient/client.py index <HASH>..<HASH> 100644 --- a/neo4jrestclient/client.py +++ b/neo4jrestclient/client.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- import json import urllib +from lucenequerybuilder import Q import options from constants import (BREADTH_FIRST, D...
Added support for the Q query syntax for indexes(resolving the TODO in <I>ce<I>f9...) using the DSL at <URL>
versae_neo4j-rest-client
train
ec5a865350a972d070232dc332262210f77a0e48
diff --git a/ontrack-extension-git/src/main/java/net/nemerosa/ontrack/extension/git/service/GitServiceImpl.java b/ontrack-extension-git/src/main/java/net/nemerosa/ontrack/extension/git/service/GitServiceImpl.java index <HASH>..<HASH> 100644 --- a/ontrack-extension-git/src/main/java/net/nemerosa/ontrack/extension/git/se...
Git: file change log: url
nemerosa_ontrack
train
f23c1cef836bb00f5a8202b5fe2b8c6d30bf7309
diff --git a/src/main/java/one/util/streamex/AbstractStreamEx.java b/src/main/java/one/util/streamex/AbstractStreamEx.java index <HASH>..<HASH> 100644 --- a/src/main/java/one/util/streamex/AbstractStreamEx.java +++ b/src/main/java/one/util/streamex/AbstractStreamEx.java @@ -24,8 +24,8 @@ import java.util.stream.Collect...
Restore formatting after pull/#<I>
amaembo_streamex
train
43bb2248a5781cca3e936157204b390ec7cf1db4
diff --git a/code/model/Blog.php b/code/model/Blog.php index <HASH>..<HASH> 100644 --- a/code/model/Blog.php +++ b/code/model/Blog.php @@ -727,13 +727,17 @@ class Blog_Controller extends Page_Controller { /** * Fetches the archive year from the url. * - * @return null|int + * @return int */ public ...
ENHANCEMENT Default archive year If no year is passed, rather than <I> it should grab the latest years posts.
silverstripe_silverstripe-blog
train
bc807394695a00c017798e8345ba5fb2cbedcd57
diff --git a/src/anyconfig/schema/jsonschema.py b/src/anyconfig/schema/jsonschema.py index <HASH>..<HASH> 100644 --- a/src/anyconfig/schema/jsonschema.py +++ b/src/anyconfig/schema/jsonschema.py @@ -19,7 +19,9 @@ import warnings import jsonschema -from ..common import ValidationError +from ..common import ( + V...
fix: allow primitive data to validate because JSON spec does allow them
ssato_python-anyconfig
train
2b0f003af7b7b077a5536197e3155ee68a07acda
diff --git a/src/Transformers/Adminarea/TagTransformer.php b/src/Transformers/Adminarea/TagTransformer.php index <HASH>..<HASH> 100644 --- a/src/Transformers/Adminarea/TagTransformer.php +++ b/src/Transformers/Adminarea/TagTransformer.php @@ -17,7 +17,7 @@ class TagTransformer extends TransformerAbstract */ ...
Rename "escapeRow" method to just "escape"
rinvex_cortex-tags
train
d634fb5ce2e83325ca52e1c420ca331df291321c
diff --git a/lib/methods/drupalconsole.py b/lib/methods/drupalconsole.py index <HASH>..<HASH> 100644 --- a/lib/methods/drupalconsole.py +++ b/lib/methods/drupalconsole.py @@ -16,17 +16,17 @@ class DrupalConsoleMethod(BaseMethod): run('curl https://drupalconsole.com/installer -L -o drupal.phar') run('mv dr...
Fix drupalconsole-method
factorial-io_fabalicious
train
301fb11ebc685d8926a7842058e4af74fecffa03
diff --git a/src/Model.php b/src/Model.php index <HASH>..<HASH> 100644 --- a/src/Model.php +++ b/src/Model.php @@ -241,9 +241,11 @@ class Model implements \ArrayAccess, \IteratorAggregate public function __clone() { // we need to clone some of the elements - foreach($this->elements as $id=>$el...
Improve cloning a bit more
atk4_data
train
48b61b28d5050bf0103863ff08d81daf050daf17
diff --git a/salesforce/tests/test_integration.py b/salesforce/tests/test_integration.py index <HASH>..<HASH> 100644 --- a/salesforce/tests/test_integration.py +++ b/salesforce/tests/test_integration.py @@ -33,13 +33,15 @@ random_slug = ''.join(random.choice(string.ascii_uppercase + string.ascii_lowerc sf_alias = geta...
Faster unit tests: even individual salesforce unit tests can be very fast example: python manage.py test salesforce.tests.test_integration.BasicSOQLRoTest.test_subquery_condition
django-salesforce_django-salesforce
train
3bdcd0efffea5110f569203586b3f04345489ca4
diff --git a/tests/Command/PullRequest/PullRequestMergeCommandTest.php b/tests/Command/PullRequest/PullRequestMergeCommandTest.php index <HASH>..<HASH> 100644 --- a/tests/Command/PullRequest/PullRequestMergeCommandTest.php +++ b/tests/Command/PullRequest/PullRequestMergeCommandTest.php @@ -203,7 +203,7 @@ OET; ...
Fix PullRequestMergeCommandTest failing for some tests
gushphp_gush
train
695e308e983f7d0ad1ed667211806986f6d46ce0
diff --git a/src/View/View.php b/src/View/View.php index <HASH>..<HASH> 100644 --- a/src/View/View.php +++ b/src/View/View.php @@ -108,7 +108,7 @@ class View implements EventDispatcherInterface * * @var string */ - public $name; + protected $name; /** * Current passed params. Passed...
Make View::$name protected and added getter/setter methods for it.
cakephp_cakephp
train
c67ae15e3ffb89374df3b85c5d51c7ccf82894b1
diff --git a/test-support/page-object/build.js b/test-support/page-object/build.js index <HASH>..<HASH> 100644 --- a/test-support/page-object/build.js +++ b/test-support/page-object/build.js @@ -54,7 +54,9 @@ function setScopes(definition) { if ($.isPlainObject(attr)) { - if (typeof attr.scope === 'undefi...
Force components in collection items to be scoped by item scope This fixes an issue when using components in the `item` definition of the collection. These components weren't using the `itemScope` definition so they weren't scoped to the item.
san650_ember-cli-page-object
train
15606c369bf5cc0d152d3c2dfb7f2fbc73cb00a5
diff --git a/src/org/opencms/xml/templatemapper/CmsTemplateMapperDialog.java b/src/org/opencms/xml/templatemapper/CmsTemplateMapperDialog.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/xml/templatemapper/CmsTemplateMapperDialog.java +++ b/src/org/opencms/xml/templatemapper/CmsTemplateMapperDialog.java @@ -33,9 ...
Changed template mapping rewrite dialog to not close itself after finishing.
alkacon_opencms-core
train
f823ce3bfee30a86e05cffbc83f89ada2df3610a
diff --git a/assets/panel/prefs.js b/assets/panel/prefs.js index <HASH>..<HASH> 100644 --- a/assets/panel/prefs.js +++ b/assets/panel/prefs.js @@ -48,7 +48,7 @@ pref("devtools.debugger.features.shortcuts", true); pref("devtools.debugger.features.root", false); pref("devtools.debugger.features.column-breakpoints", fal...
Disable map scopes (#<I>)
firefox-devtools_debugger
train
7c74eae490a92c7b3827d4a76ac31409919e4dd1
diff --git a/system/HTTP/URI.php b/system/HTTP/URI.php index <HASH>..<HASH> 100644 --- a/system/HTTP/URI.php +++ b/system/HTTP/URI.php @@ -581,11 +581,30 @@ class URI $path = $this->getPath(); $scheme = $this->getScheme(); + // If the hosts matches then assume this should be relative to bas...
refactor: extract the logic to be deprecated
codeigniter4_CodeIgniter4
train
1cf55a0f64f51b9ed8c47b66274af111dbe028c1
diff --git a/src/connect.php b/src/connect.php index <HASH>..<HASH> 100755 --- a/src/connect.php +++ b/src/connect.php @@ -78,7 +78,7 @@ if (!defined ('IMAGE_URL')) define ('IMAGE_URL', STATIC_URL.'images/'); if (!defined ('IMAGE_PATH')) - define ('IMAGE_PATH', BASE_PATH.'static/images/'); + define ('IMAGE_PATH', ...
Fix a few issues before dolumar server move.
CatLabInteractive_dolumar-engine
train
99555421e7345dede5bcb738e819563db168f729
diff --git a/src/Illuminate/Http/Request.php b/src/Illuminate/Http/Request.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Http/Request.php +++ b/src/Illuminate/Http/Request.php @@ -522,7 +522,7 @@ class Request extends SymfonyRequest implements Arrayable, ArrayAccess * * @param string|null $param ...
Fix request route method phpdoc null return type (#<I>)
laravel_framework
train
5649deee4071c1ecaee7c42a9b3d474310214ff7
diff --git a/cmd/ls-main.go b/cmd/ls-main.go index <HASH>..<HASH> 100644 --- a/cmd/ls-main.go +++ b/cmd/ls-main.go @@ -159,19 +159,6 @@ func checkListSyntax(ctx context.Context, cliCtx *cli.Context) ([]string, bool, timeRef = time.Now().UTC() } - for _, url := range cliCtx.Args() { - _, _, err := url2Stat(ctx,...
fix ls output when latest version is delete marker (#<I>)
minio_mc
train
652aa3fb4985557f87aff052410d2aecef896ce0
diff --git a/lib/chef/knife/cook.rb b/lib/chef/knife/cook.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/cook.rb +++ b/lib/chef/knife/cook.rb @@ -83,10 +83,6 @@ class Chef ui.msg "Cookbook and JSON syntaxes are OK" end - def node_config - @name_args[1] || super - end - def...
Allow node_config be given as a parameter to the prepare command `knife cook` has accepted the node configuration file as a second command line parameter. This gives the same ability to `knife prepare`.
matschaffer_knife-solo
train
df7a72cffa7f28c67fb25eecd113dc21822afcc0
diff --git a/cmd/dockerd/config.go b/cmd/dockerd/config.go index <HASH>..<HASH> 100644 --- a/cmd/dockerd/config.go +++ b/cmd/dockerd/config.go @@ -22,7 +22,11 @@ func installCommonConfigFlags(conf *config.Config, flags *pflag.FlagSet) { flags.Var(opts.NewNamedListOptsRef("exec-opts", &conf.ExecOptions, nil), "exec-op...
Add conflict check for flags, and update deprecation versions
moby_moby
train
5b722996e5f1a3c60d4c92c0127206e194af9547
diff --git a/src/Traits/Friendable.php b/src/Traits/Friendable.php index <HASH>..<HASH> 100644 --- a/src/Traits/Friendable.php +++ b/src/Traits/Friendable.php @@ -211,19 +211,23 @@ trait Friendable } /** - * Get the query builder of the 'friend' model + * This method will not return Friendship model...
add getFriendsOfFriends method and query builder
hootlex_laravel-friendships
train
d726be011041e915516b460db98d41c4f0ca8348
diff --git a/tasks/html-builder.js b/tasks/html-builder.js index <HASH>..<HASH> 100644 --- a/tasks/html-builder.js +++ b/tasks/html-builder.js @@ -442,16 +442,40 @@ module.exports = function(grunt) try { var src= p.join('src','js','transform',transformation+'.js'), - ...
async transform / prequire for project modules in transform
aaaristo_grunt-html-builder
train
7af8321067978e1340fe153ded7a677ff0bc42bd
diff --git a/allauth/account/adapter.py b/allauth/account/adapter.py index <HASH>..<HASH> 100644 --- a/allauth/account/adapter.py +++ b/allauth/account/adapter.py @@ -29,7 +29,7 @@ class DefaultAccountAdapter(object): prefix = app_settings.EMAIL_SUBJECT_PREFIX if prefix is None: site = Si...
UnicodeEncodeError in subject (closes #<I>)
pennersr_django-allauth
train
2557cab753aa0988058cbb98547f1ff4796f4b4f
diff --git a/astroid/brain/brain_numpy_core_umath.py b/astroid/brain/brain_numpy_core_umath.py index <HASH>..<HASH> 100644 --- a/astroid/brain/brain_numpy_core_umath.py +++ b/astroid/brain/brain_numpy_core_umath.py @@ -76,12 +76,12 @@ def numpy_core_umath_transform(): conjugate = FakeUfuncOneArg() cosh = Fake...
Reactivates tests for functions whose result is inferred as an ndarray and uninferable.
PyCQA_astroid
train
75baf62f71b71086d7c57b3ddd1b9edb33a09745
diff --git a/lib/rest_model.js b/lib/rest_model.js index <HASH>..<HASH> 100644 --- a/lib/rest_model.js +++ b/lib/rest_model.js @@ -72,24 +72,28 @@ module.exports = (function() { defaults.getByPrimaryKey(this) ]), false), removeUndefined), post: _.filter(_.flatten(_.zip( + options.extra && options.extr...
I lied. Finished moving things around on how extra scaffolding is loaded (order wise) as they have to come before the existing functions to allow them to override url parameters. Few other things, too tired to think.
GregoryHlavac_node-sequelize-sleep
train
595cab25d8228abd6b54be408b5a643599ce25fe
diff --git a/lib/rbgccxml/node.rb b/lib/rbgccxml/node.rb index <HASH>..<HASH> 100644 --- a/lib/rbgccxml/node.rb +++ b/lib/rbgccxml/node.rb @@ -28,6 +28,11 @@ module RbGCCXML # Hash of all the attributes attr_accessor :attributes + # HACK A linking ivar that lets types figure out where they sit, + # fo...
Re-added the container thing where it was removed
jasonroelofs_rbgccxml
train
6d079493461f6a688a3a1bac6e253488a23887b2
diff --git a/tasks/sauce-tests.js b/tasks/sauce-tests.js index <HASH>..<HASH> 100644 --- a/tasks/sauce-tests.js +++ b/tasks/sauce-tests.js @@ -30,10 +30,11 @@ const config = { browserName: 'firefox', platform: 'Windows 10' }, - { - browserName: 'MicrosoftEdge', - platform: 'Windows 10' -...
Turn off CI testing of EdgeHTML-based Edge.
elix_elix
train
996c69682a5935e6c2b0dd4443ac8040e5c7368d
diff --git a/src/Models/Client.php b/src/Models/Client.php index <HASH>..<HASH> 100644 --- a/src/Models/Client.php +++ b/src/Models/Client.php @@ -14,6 +14,7 @@ namespace Konekt\Client\Models; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Facades\DB; use Konekt\Address\Models\AddressProxy; +use Kone...
Name mutator for person client fixed Oh my freakin' badness, this is not the kind of code I planned to release to the wild 🤦
artkonekt_customer
train
428c17942f5bb63ee41ef04fc613426ee559393a
diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go index <HASH>..<HASH> 100644 --- a/src/server/pachyderm_test.go +++ b/src/server/pachyderm_test.go @@ -661,7 +661,7 @@ func TestRunPipeline(t *testing.T) { require.NoError(t, err) require.Equal(t, 2, len(ji)) // now run the pipeline - require...
only skip same branch if commit was made
pachyderm_pachyderm
train
d47cf19d4878b64db04df68aa3e33d16edffc1ad
diff --git a/lib/mobility/backend/sequel/key_value/query_methods.rb b/lib/mobility/backend/sequel/key_value/query_methods.rb index <HASH>..<HASH> 100644 --- a/lib/mobility/backend/sequel/key_value/query_methods.rb +++ b/lib/mobility/backend/sequel/key_value/query_methods.rb @@ -34,9 +34,6 @@ module Mobility end ...
Remove TODO - this is done
shioyama_mobility
train
726f73972b3a6851c4400f6626bc156d3ffb55e5
diff --git a/helpers/form/class.GenerisFormFactory.php b/helpers/form/class.GenerisFormFactory.php index <HASH>..<HASH> 100644 --- a/helpers/form/class.GenerisFormFactory.php +++ b/helpers/form/class.GenerisFormFactory.php @@ -849,8 +849,8 @@ class tao_helpers_form_GenerisFormFactory $topLevelClazz = new core_kerne...
* fix bug #<I> : to improve rich text area UI * fix bug on get class property (the order was not the same every time) git-svn-id: <URL>
oat-sa_tao-core
train
ac14bdda296f6b0dc57fa3b1e60f02f7ba49ec2b
diff --git a/testrail/api.py b/testrail/api.py index <HASH>..<HASH> 100644 --- a/testrail/api.py +++ b/testrail/api.py @@ -175,17 +175,21 @@ class API(object): @classmethod def flush_cache(cls): - """ Set all cache objects to refresh + """ Set all cache objects to refresh the next time they ar...
Refactor flush_cache to recursively clear cache (#<I>) - Update flush_cache to recursively clear the cache values found in the API's _shared_state cache - Closes #<I>
travispavek_testrail-python
train
4952147fd71d42c150dd550c2544d29bd4aae9e9
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -37,15 +37,15 @@ function set(target, path, value, options) { for (let i = 0; i < len; i++) { let prop = keys[i]; - if (!isObject(target[prop])) { - target[prop] = {}; - } - if (i === len - 1) { ...
swap missing parent assignment of {} to after last target check to avoid extraneous assignment and support setter with observable
jonschlinkert_set-value
train
d14c740a19cf91ae811bf7789db6017a4631f350
diff --git a/lib/ronin/campaign.rb b/lib/ronin/campaign.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/campaign.rb +++ b/lib/ronin/campaign.rb @@ -64,7 +64,7 @@ module Ronin # @api public # def self.targeting(addr) - all(:addresses => {:address => addr}) + all('addresses.address' => addr) ...
Use String query-paths more often, as they result in more efficient SQL queries. * DataMapper will generate INNER JOINs when using query-paths. * When using the nested-Hash query syntax, DataMapper will perform multiple queries for each Hash.
ronin-ruby_ronin
train
0a1be437ff78d957e32d8493287c1041fed8cbb7
diff --git a/test/unit/effects.js b/test/unit/effects.js index <HASH>..<HASH> 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -1770,6 +1770,10 @@ asyncTest("Animation callbacks (#11797)", 15, function() { ok( true, "async: start" ); }, progress: function( anim, percent ) { + // occasionally ...
Adding a check for double progress call in effects units
jquery_jquery
train
a483c9b6e428311b47fc028d43ad1e9c30a83492
diff --git a/jspdf.js b/jspdf.js index <HASH>..<HASH> 100644 --- a/jspdf.js +++ b/jspdf.js @@ -2297,8 +2297,7 @@ var jsPDF = (function (global) { * @name setFont */ API.setFont = function (fontName, fontStyle) { - activeFontKey = getFont(fontName, fontStyle); - // if font is not found, the ab...
setFont(): warn if font is not found
MrRio_jsPDF
train
0ed910b8a74665d81e5ad65c0f99c37f318128f6
diff --git a/agents/lib/instance/instance_state.rb b/agents/lib/instance/instance_state.rb index <HASH>..<HASH> 100644 --- a/agents/lib/instance/instance_state.rb +++ b/agents/lib/instance/instance_state.rb @@ -92,6 +92,7 @@ module RightScale def self.init(identity) @@identity = identity @@startup_ta...
Persist log level so cook process uses the correct one
rightscale_right_agent
train
ba2d0c6ae4b00baa334d4fbc8c2164d24eea1307
diff --git a/src/main/java/org/dynjs/runtime/DynObject.java b/src/main/java/org/dynjs/runtime/DynObject.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dynjs/runtime/DynObject.java +++ b/src/main/java/org/dynjs/runtime/DynObject.java @@ -560,7 +560,9 @@ public class DynObject implements JSObject { } ...
For the moment, we're only going to store signed byte values in backing arrays. We'll see how far that gets us.
dynjs_dynjs
train
75992a542d44f69ea9580ce79adb9d5b78ed9d18
diff --git a/src/main/java/com/wrapper/spotify/requests/AbstractRequest.java b/src/main/java/com/wrapper/spotify/requests/AbstractRequest.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/wrapper/spotify/requests/AbstractRequest.java +++ b/src/main/java/com/wrapper/spotify/requests/AbstractRequest.java @@ -106,7...
Cast Warning - Typecast warning from SettableFuture
thelinmichael_spotify-web-api-java
train
fa474816c1847ab003b0b0fda935d427b9e69fb6
diff --git a/lib/WatcherProcess.php b/lib/WatcherProcess.php index <HASH>..<HASH> 100644 --- a/lib/WatcherProcess.php +++ b/lib/WatcherProcess.php @@ -2,7 +2,7 @@ namespace Aerys; -use Amp\Deferred; +use Amp\{ Deferred, Success }; class WatcherProcess extends Process { private $logger; @@ -10,7 +10,7 @@ cl...
Be really sure that no race conditions occur while stopping (fixes #<I>)
amphp_http-server
train
5a9aec786e8c6b979a22db5d528b6cf381134f13
diff --git a/github/pulls_comments_test.go b/github/pulls_comments_test.go index <HASH>..<HASH> 100644 --- a/github/pulls_comments_test.go +++ b/github/pulls_comments_test.go @@ -165,6 +165,20 @@ func TestPullRequestsService_ListComments_allPulls(t *testing.T) { if !reflect.DeepEqual(pulls, want) { t.Errorf("PullR...
Improve pulls_comments.go coverage (#<I>)
google_go-github
train
b68579221ceb729847c60878def9e7caec31f1af
diff --git a/packages/tools/ToolDropdown.js b/packages/tools/ToolDropdown.js index <HASH>..<HASH> 100644 --- a/packages/tools/ToolDropdown.js +++ b/packages/tools/ToolDropdown.js @@ -16,7 +16,6 @@ class ToolDropdown extends Component { let toolProps = Object.assign({}, commandStates[name]) toolProps.n...
Remove hardcoded tool hint in ToolDropdown.
substance_substance
train
38c53a9f4bfcd932d1b00bfc65e256a7fba6b37a
diff --git a/route/route.go b/route/route.go index <HASH>..<HASH> 100644 --- a/route/route.go +++ b/route/route.go @@ -46,6 +46,10 @@ func (r *Router) WithPrefix(prefix string) *Router { // handle turns a HandlerFunc into an httprouter.Handle. func (r *Router) handle(handlerName string, h http.HandlerFunc) httprout...
fix data race in Router.handle (#<I>)
prometheus_common
train
e5ab0b193e84eb2dada63965cfd5aceb42470ce9
diff --git a/lib/storext/class_methods.rb b/lib/storext/class_methods.rb index <HASH>..<HASH> 100644 --- a/lib/storext/class_methods.rb +++ b/lib/storext/class_methods.rb @@ -31,14 +31,14 @@ module Storext raise ArgumentError, "problem defining `#{attr}`. `#{type}` may not be a valid type." end + ...
Move defining of accessors into method
G5_storext
train
bf2223d0e0a5562fb2e946abca4289953134cb77
diff --git a/activerecord/lib/active_record/relation/calculations.rb b/activerecord/lib/active_record/relation/calculations.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/calculations.rb +++ b/activerecord/lib/active_record/relation/calculations.rb @@ -222,7 +222,7 @@ module ActiveRecord ...
removing an inject + merge in favor of Hash#[]
rails_rails
train
3ec26a80899823a7092e995bd9a330324cfc630d
diff --git a/test/test-helper.js b/test/test-helper.js index <HASH>..<HASH> 100644 --- a/test/test-helper.js +++ b/test/test-helper.js @@ -1117,16 +1117,21 @@ helper.ccm.start = function (nodeLength, options) { helper.ccm.bootstrapNode = function (nodeIndex, callback) { const ipPrefix = helper.ipPrefix; helper.t...
Test: fix bootstrapping with C*
datastax_nodejs-driver
train
5b369e77fbb8a19516a257b4eefdd84cc7146978
diff --git a/titan-core/src/main/java/com/thinkaurelius/titan/graphdb/database/management/ManagementSystem.java b/titan-core/src/main/java/com/thinkaurelius/titan/graphdb/database/management/ManagementSystem.java index <HASH>..<HASH> 100644 --- a/titan-core/src/main/java/com/thinkaurelius/titan/graphdb/database/managem...
Log local perception of open instances in mgmt sys
thinkaurelius_titan
train
638988485124a83852060594e80de7a2f41491d3
diff --git a/js/build/embark.bundle.js b/js/build/embark.bundle.js index <HASH>..<HASH> 100644 --- a/js/build/embark.bundle.js +++ b/js/build/embark.bundle.js @@ -293,21 +293,21 @@ var EmbarkJS = // do fromAscii to each topics unless it's already a string if (typeof topics === 'string') { - topics = topic...
fix unneeded ascii conversion for topics
embark-framework_embark
train