hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
9c3b1d2d22f5900a6afee6a5fe1221c90b970997
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/Election.java b/aeron-cluster/src/main/java/io/aeron/cluster/Election.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/Election.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/Election.java @@ -357,7 +357,6 @@ public cl...
[Java] Simplify logic in handling new leadership term event in election by always going via follower replay.
real-logic_aeron
train
67b351183b0f85e9484f1f7f70e0b46300753b60
diff --git a/airflow/hooks/hive_hooks.py b/airflow/hooks/hive_hooks.py index <HASH>..<HASH> 100644 --- a/airflow/hooks/hive_hooks.py +++ b/airflow/hooks/hive_hooks.py @@ -20,11 +20,12 @@ from __future__ import print_function, unicode_literals from six.moves import zip -from past.builtins import basestring +from pas...
[AIRFLOW-<I>] Enhance HiveCliHook.load_df to work with datetime HiveCliHook.load_df can not handle DataFrame which contains datetime for now. This PR enhances it to work with datetime, fixes some bug introduced by AIRFLOW-<I>, and addresses some flake8 issues. Closes #<I> from sekikn/AIRFLOW-<I>
apache_airflow
train
d49839fb829a4f711f680a59993aba2185d1ed1d
diff --git a/src/FilesystemRegistry.php b/src/FilesystemRegistry.php index <HASH>..<HASH> 100644 --- a/src/FilesystemRegistry.php +++ b/src/FilesystemRegistry.php @@ -3,15 +3,21 @@ namespace WyriHaximus\FlyPie; use Cake\Core\Configure; +use Cake\Event\Event; +use Cake\Event\EventManager; +use League\Flysystem\Adapt...
Improved the building, loading or using of clients
WyriHaximus_FlyPie
train
87d3709d78b09b42227076303d70d8e41c22f593
diff --git a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/DefaultCacheTest.java b/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/DefaultCacheTest.java index <HASH>..<HASH> 100644 --- a/cdi/extension/src/test/java/org/infinispan/cdi/test/cache/remote/DefaultCacheTest.java +++ b/cdi/...
ISPN-<I> RemoteCaches cannot be assigned to BasicCaches anymore in the CDI module
infinispan_infinispan
train
ca666ae167d0bfbb8dbfa8a3cae4abb09f358022
diff --git a/flag_float64_slice.go b/flag_float64_slice.go index <HASH>..<HASH> 100644 --- a/flag_float64_slice.go +++ b/flag_float64_slice.go @@ -155,11 +155,9 @@ func (c *Context) Float64Slice(name string) []float64 { func lookupFloat64Slice(name string, set *flag.FlagSet) []float64 { f := set.Lookup(name) if f ...
Fix possible panics in slice type assertion Before accessing the slices `.Value()` we should type check that it is that actual type, otherwise we will end-up in a panic.
urfave_cli
train
4fc05e5be67945458f54e854600bebbb98a08759
diff --git a/components/src/main/java/de/larmic/butterfaces/util/ReflectionUtil.java b/components/src/main/java/de/larmic/butterfaces/util/ReflectionUtil.java index <HASH>..<HASH> 100644 --- a/components/src/main/java/de/larmic/butterfaces/util/ReflectionUtil.java +++ b/components/src/main/java/de/larmic/butterfaces/ut...
#<I> treeBox: some refactoring
ButterFaces_ButterFaces
train
b8569f0375b60fc0e235851be3eecc71db0fafca
diff --git a/netshowlib/linux/ipaddr.py b/netshowlib/linux/ipaddr.py index <HASH>..<HASH> 100644 --- a/netshowlib/linux/ipaddr.py +++ b/netshowlib/linux/ipaddr.py @@ -11,7 +11,6 @@ try: except ImportError: from io import StringIO import netshowlib.linux.common as common -import netshowlib.linux.cache as feature_...
change up some logic in linux.ipaddr when gathering info from the cache. simplify it.
CumulusNetworks_netshow-core
train
8b7a058d36e87fb5fba0c878a1bfc78abc1ab840
diff --git a/lib/origen/sub_blocks.rb b/lib/origen/sub_blocks.rb index <HASH>..<HASH> 100644 --- a/lib/origen/sub_blocks.rb +++ b/lib/origen/sub_blocks.rb @@ -478,16 +478,23 @@ module Origen def klass @klass ||= begin class_name = attributes.delete(:class_name) + tmp_class = nil ...
Fix for errors within sub_block classes being reported as unknown sub_block class
Origen-SDK_origen
train
e6a3d3902c3f8937847a9010b6c4b0177fc0709e
diff --git a/Pagination/Decorator/ForceStopScrollerDecorator.php b/Pagination/Decorator/ForceStopScrollerDecorator.php index <HASH>..<HASH> 100644 --- a/Pagination/Decorator/ForceStopScrollerDecorator.php +++ b/Pagination/Decorator/ForceStopScrollerDecorator.php @@ -62,7 +62,7 @@ class ForceStopScrollerDecorator extend...
fix: remove `returnBytes` call, the configuration value is supposed to be entered as number of bytes anyway (other value possibilities were never documented)
keboola_juicer
train
6723d81813b08b4afdc15200491e821ce7f1b852
diff --git a/examples/alarm_email.py b/examples/alarm_email.py index <HASH>..<HASH> 100644 --- a/examples/alarm_email.py +++ b/examples/alarm_email.py @@ -26,9 +26,6 @@ def main(): device.on_alarm += handle_alarm device.open() - # Retrieve the device configuration - device.get_config()...
Made SSL force the handshake instead of waiting until communication occurs. This allows us to grab the config automatically in open.
nutechsoftware_alarmdecoder
train
846e852b77df8f7fdb0051ac7266a073058d7f9a
diff --git a/OpenPNM/Geometry/__Cubic__.py b/OpenPNM/Geometry/__Cubic__.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Geometry/__Cubic__.py +++ b/OpenPNM/Geometry/__Cubic__.py @@ -63,7 +63,7 @@ class Cubic(GenericGeometry): self._Ly = self._Ny*self._Lc self._Lz = self._Nz*self._Lc elif...
Fixed dtype bug in cubic generate (2 ints were being divided, truncating to 0) Former-commit-id: a<I>b<I>e9d5dbae<I>afbfcdfd1aee<I>c<I>e<I>d Former-commit-id: bf2cdbac8f<I>eba<I>c7b7f<I>da<I>c6df4
PMEAL_OpenPNM
train
6534ff9a2119a281851704aa6f20014bd5eadf8a
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## v1.0.3 - 2015-10-18 ### Added - Logging exceptions if validator is not available to validate command -- ModelID can be conve...
UserId now extends ModelId
cubicmushroom_hexagonal-components
train
ea254c5b731f0b51c25a03f8c248469475da219f
diff --git a/tests/Parser/Wsdl/WsdlParser.php b/tests/Parser/Wsdl/WsdlParser.php index <HASH>..<HASH> 100755 --- a/tests/Parser/Wsdl/WsdlParser.php +++ b/tests/Parser/Wsdl/WsdlParser.php @@ -14,17 +14,23 @@ abstract class WsdlParser extends TestCase /** * @param string $wsdlPath * @param bool $reset + ...
issue-<I> - #<I>: allows to not parse Structs and Functions
WsdlToPhp_PackageGenerator
train
5d6ab8150e825cf40e891a97b40ac32eb7d0d7d4
diff --git a/api/apiclient.go b/api/apiclient.go index <HASH>..<HASH> 100644 --- a/api/apiclient.go +++ b/api/apiclient.go @@ -460,6 +460,7 @@ func (st *state) apiEndpoint(path, query string) (*url.URL, error) { }, nil } +// Ping implements api.Connection. func (s *state) Ping() error { return s.APICall("Pinger...
api: Added missing docstring
juju_juju
train
7a2c4ed432f995ff35a74b187632d597f83e613d
diff --git a/lib/puppet/pops/merge_strategy.rb b/lib/puppet/pops/merge_strategy.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/merge_strategy.rb +++ b/lib/puppet/pops/merge_strategy.rb @@ -380,7 +380,7 @@ module Puppet::Pops end def value_t - @value_t ||= Types::TypeParser.singleton.parse('Varian...
(PUP-<I>) Handle merge of scalar or mixed types as unique This commit ensures that a 'deep' merge that encounters a mixed set of types or non mergable types defaults to a 'first found' strategy. This is done by simply trusting the logic in the DeepMerge gem.
puppetlabs_puppet
train
9133c580cc6b6cafd6d83e85b307fac13c8908f6
diff --git a/lib/tripod/sparql_client.rb b/lib/tripod/sparql_client.rb index <HASH>..<HASH> 100644 --- a/lib/tripod/sparql_client.rb +++ b/lib/tripod/sparql_client.rb @@ -24,7 +24,7 @@ module Tripod::SparqlClient # Hash.to_query from active support core extensions stream_data = -> { Tripod.logger...
Fixed spelling mistake that's been driving me mad.
Swirrl_tripod
train
97c6a285b1ce3d58ffeddc2be8587467067f13b1
diff --git a/styx-cli/src/main/java/com/spotify/styx/cli/Main.java b/styx-cli/src/main/java/com/spotify/styx/cli/Main.java index <HASH>..<HASH> 100644 --- a/styx-cli/src/main/java/com/spotify/styx/cli/Main.java +++ b/styx-cli/src/main/java/com/spotify/styx/cli/Main.java @@ -171,6 +171,8 @@ public final class Main { ...
Add edit backfill, with concurrency support
spotify_styx
train
0dfa13406dc0e0ba861870ec8090401348d3ecf1
diff --git a/src/main/java/de/neuland/jade4j/JadeConfiguration.java b/src/main/java/de/neuland/jade4j/JadeConfiguration.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/neuland/jade4j/JadeConfiguration.java +++ b/src/main/java/de/neuland/jade4j/JadeConfiguration.java @@ -1,20 +1,11 @@ package de.neuland.jade4j;...
added support for including non jade files inside a template
neuland_jade4j
train
8ed10cb82dbd38fffbec4b54846e3324a8c89ded
diff --git a/src/BenGorUser/UserBundle/Controller/JWTController.php b/src/BenGorUser/UserBundle/Controller/JWTController.php index <HASH>..<HASH> 100644 --- a/src/BenGorUser/UserBundle/Controller/JWTController.php +++ b/src/BenGorUser/UserBundle/Controller/JWTController.php @@ -46,11 +46,11 @@ class JWTController exten...
Changed the exceptions for json responses in the jwt controller
BenGorUser_UserBundle
train
e623f2062edb7daeacba0dae0dafb7b3a8d7f99d
diff --git a/playground/src/components/entry-point/entry-point.js b/playground/src/components/entry-point/entry-point.js index <HASH>..<HASH> 100644 --- a/playground/src/components/entry-point/entry-point.js +++ b/playground/src/components/entry-point/entry-point.js @@ -14,23 +14,28 @@ import loadMessages from '../../m...
fix(playground): do not render /account route in production (#<I>)
commercetools_merchant-center-application-kit
train
268632f6fec5ea8db7b1d15fcb9d151644b98354
diff --git a/parallax.js b/parallax.js index <HASH>..<HASH> 100755 --- a/parallax.js +++ b/parallax.js @@ -114,7 +114,14 @@ } this.$mirror = $('<div />').prependTo('body'); - this.$slider = $('<img />').prependTo(this.$mirror); + + + var slider = this.$element.find('>.parallax-slider'); + + if (sli...
enabling complex html as background slider This appends a whole DOM element to the parallax mirror (utilizing the same ".parallax-slider" class). so far it only works properly when setting the naturalWidth and naturalHeight options in the JS initialization. Somebody got a tip on how to improve that? I'm planning to ...
pixelcog_parallax.js
train
4e3cb362d4543fb6bbef289993915ce6f1cb59f6
diff --git a/lib/dnsimple/client/contacts.rb b/lib/dnsimple/client/contacts.rb index <HASH>..<HASH> 100644 --- a/lib/dnsimple/client/contacts.rb +++ b/lib/dnsimple/client/contacts.rb @@ -57,7 +57,7 @@ module Dnsimple # @return [Dnsimple::Response<Dnsimple::Struct::Contact>] # # @raise [Dnsimple::R...
Require attributes for create and update contact
dnsimple_dnsimple-ruby
train
f0612a1407f6c5862bf2ec73d8d36e53998a9d29
diff --git a/spec/integ/megolm-integ.spec.js b/spec/integ/megolm-integ.spec.js index <HASH>..<HASH> 100644 --- a/spec/integ/megolm-integ.spec.js +++ b/spec/integ/megolm-integ.spec.js @@ -512,7 +512,7 @@ describe("megolm", function() { }, (e) => { expect(e.name).toEqual("UnknownDevi...
Fix some more flakey tests switch a bunch of `flush()`es to `flushAllExpected()`s
matrix-org_matrix-js-sdk
train
6448c7c91149df854224087cd633732baeef7798
diff --git a/test/infra/source-modules.test.js b/test/infra/source-modules.test.js index <HASH>..<HASH> 100644 --- a/test/infra/source-modules.test.js +++ b/test/infra/source-modules.test.js @@ -1,6 +1,7 @@ /* global describe, it */ var expect = require('expect.js'), _ = require('lodash'), + sdk = require('.....
added form param to the sdk exports
postmanlabs_postman-collection
train
e59fc1e6ef2895d1c7704af5735ce0cccc0f6198
diff --git a/lib/format_engine/format_spec.rb b/lib/format_engine/format_spec.rb index <HASH>..<HASH> 100644 --- a/lib/format_engine/format_spec.rb +++ b/lib/format_engine/format_spec.rb @@ -17,6 +17,9 @@ module FormatEngine #The format string parser. class FormatSpec + #The regex used to parse variable s...
Started refactoring regular expressions.
PeterCamilleri_format_engine
train
1d39bc13d23aaff7c9764686a6be9dfbd241262d
diff --git a/docs/workingon.txt b/docs/workingon.txt index <HASH>..<HASH> 100644 --- a/docs/workingon.txt +++ b/docs/workingon.txt @@ -1,5 +1,6 @@ *** Next/prev word should stop at underlines and capitals; make it configurable *** +* Handle MYClass style names --- Before 0.2 Release --- * GUI testing redux; make...
Stopping at capital letters in prev/next word
python-rope_rope
train
258cfdc78aaa9c4a469e816573ead7ee398336fe
diff --git a/src/core/a-animation.js b/src/core/a-animation.js index <HASH>..<HASH> 100644 --- a/src/core/a-animation.js +++ b/src/core/a-animation.js @@ -125,7 +125,7 @@ module.exports.AAnimation = registerElement('a-animation', { var toTemp; var yoyo = false; - animationValues = getAnimatio...
Fix animation when direction === alternate, repeat is odd and from is not defined (fix #<I>)
aframevr_aframe
train
f658f5032e46d0a3d9779bbba12d4a2a34786dcc
diff --git a/lib/scim_rails/version.rb b/lib/scim_rails/version.rb index <HASH>..<HASH> 100644 --- a/lib/scim_rails/version.rb +++ b/lib/scim_rails/version.rb @@ -1,3 +1,3 @@ module ScimRails - VERSION = '0.1.4' + VERSION = '0.2.0' end
Bump to version <I> We've expanded Rails version support up to 5.x.x. We have also changed the response Content-Type. And we plan to release a version after this PR is merged.
lessonly_scim_rails
train
2bb6714a84d5f13074c0b676b350340e12a91bfa
diff --git a/tests/fields/test_pickle.py b/tests/fields/test_pickle.py index <HASH>..<HASH> 100644 --- a/tests/fields/test_pickle.py +++ b/tests/fields/test_pickle.py @@ -89,9 +89,14 @@ class TestMigrations(TestCase): class TestSerialization(TestCase): test_data = ( + # Python 2.7 '[{"fields": {...
Fix pickle test for Python <I>
georgemarshall_django-cryptography
train
8f6f781520a7021eb68ac043afbbf345d6248f60
diff --git a/AndroidViewClient/src/com/dtmilano/android/viewclient.py b/AndroidViewClient/src/com/dtmilano/android/viewclient.py index <HASH>..<HASH> 100644 --- a/AndroidViewClient/src/com/dtmilano/android/viewclient.py +++ b/AndroidViewClient/src/com/dtmilano/android/viewclient.py @@ -26,6 +26,7 @@ import socket impo...
Added delay between DOWN and UP
dtmilano_AndroidViewClient
train
2ec5dc156b7112086ce9be518616c3c62a172cbb
diff --git a/tmuxp/testsuite/test_workspacebuilder.py b/tmuxp/testsuite/test_workspacebuilder.py index <HASH>..<HASH> 100644 --- a/tmuxp/testsuite/test_workspacebuilder.py +++ b/tmuxp/testsuite/test_workspacebuilder.py @@ -18,7 +18,7 @@ class WorkspaceBuilderTest(TmuxTestCase): session_name: sampleconfig star...
options for window in config parser / builder
tmux-python_tmuxp
train
8c062d807e4a4c497dbc9a07c5d256ebf92e80fa
diff --git a/src/java/org/apache/cassandra/transport/messages/ExecuteMessage.java b/src/java/org/apache/cassandra/transport/messages/ExecuteMessage.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/transport/messages/ExecuteMessage.java +++ b/src/java/org/apache/cassandra/transport/messages/ExecuteMe...
Ensures paging changes to native protocol are properly versioned
Stratio_stratio-cassandra
train
c56a9807d4bb95e0e7280476e8f4607bc62b1e4f
diff --git a/extensions-core/kafka-indexing-service/src/main/java/io/druid/indexing/kafka/supervisor/KafkaSupervisor.java b/extensions-core/kafka-indexing-service/src/main/java/io/druid/indexing/kafka/supervisor/KafkaSupervisor.java index <HASH>..<HASH> 100644 --- a/extensions-core/kafka-indexing-service/src/main/java/...
prevent npe on mismatch between number of kafka partitions and task count (#<I>)
apache_incubator-druid
train
7a04d2589c2fabe43011ddf18ee612db777d0ff2
diff --git a/tidb-server/main.go b/tidb-server/main.go index <HASH>..<HASH> 100644 --- a/tidb-server/main.go +++ b/tidb-server/main.go @@ -419,7 +419,7 @@ func overrideConfig(cfg *config.Config) { if actualFlags[nmAdvertiseAddress] { cfg.AdvertiseAddress = *advertiseAddress } - if len(cfg.AdvertiseAddress) == 0 ...
*:Bug fix/Sign in failed: Failed to connect to TiDB in tiup dashboard (#<I>)
pingcap_tidb
train
156aaf443ecebc7a7e6a003a16ecc703be712933
diff --git a/hug/types.py b/hug/types.py index <HASH>..<HASH> 100644 --- a/hug/types.py +++ b/hug/types.py @@ -175,7 +175,7 @@ def accept(kind, doc=None, error_text=None, exception_handlers=empty.dict, accep accept_context=accept_context )(kind) -number = accept(int, 'A Whole number', 'Invalid whole num...
Use consistent casing in number type description
hugapi_hug
train
d4b1706cdf2d96db93b10dfa4989da7db56afd6d
diff --git a/src/DI/DbalExtension.php b/src/DI/DbalExtension.php index <HASH>..<HASH> 100644 --- a/src/DI/DbalExtension.php +++ b/src/DI/DbalExtension.php @@ -108,8 +108,7 @@ final class DbalExtension extends CompilerExtension $config = $this->validateConfig($this->defaults['connection'], $this->config['connection']...
Extension: Remove autowired false from EventManager
nettrine_dbal
train
603674b26a3f3ce59fd75e36b108955cc2f9784a
diff --git a/projections.py b/projections.py index <HASH>..<HASH> 100644 --- a/projections.py +++ b/projections.py @@ -130,6 +130,7 @@ class Projections(): self.monthViewGrid.attach(self.monthNextButton, 4,0,1,1) self.monthViewGrid.attach(self.monthCalendarGrid, 0,1,7,1) + self.curre...
Added resetting fields to default when add/canceled
mthxx_Budget
train
f09a9dc60cc27c494bba60a328eb270478d222e5
diff --git a/app_utils.py b/app_utils.py index <HASH>..<HASH> 100644 --- a/app_utils.py +++ b/app_utils.py @@ -14,11 +14,11 @@ from invenio.minidom_utils import (get_value_in_tag, format_arxiv_id) from xml.dom.minidom import parse +RE_ARXIV_ID = re.compile(r"\d+.\d+") class APP...
Improving APP extraction of data.
inspirehep_harvesting-kit
train
ac801dc64b37c04a9ce3406068b8adcf4bbfa643
diff --git a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.java b/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/editor/hierarchy/DefaultHierarchyNodeReference.java index <HASH>..<HASH> 100644 --- a/org.eclipse.xtext.ide/xtend-gen/org/eclipse/xtext/ide/edito...
[eclipse/xtext-lib#<I>] Stable method order when using Delegate annotation
eclipse_xtext-core
train
c822c6d6aed1e545390aab8d310bc2c59a1aeaa2
diff --git a/toolsrc/org/mozilla/javascript/tools/debugger/Main.java b/toolsrc/org/mozilla/javascript/tools/debugger/Main.java index <HASH>..<HASH> 100644 --- a/toolsrc/org/mozilla/javascript/tools/debugger/Main.java +++ b/toolsrc/org/mozilla/javascript/tools/debugger/Main.java @@ -3521,7 +3521,7 @@ public class Main e...
From Steaven Beal: This looks like a simple case of using the Hashtable key instead of the value... public void clearAllBreakpoints() { // Igor - Use of keys() is inappropriate here. It produces // a ClassCastException on the assignment below. The // keys are String instances, not Source...
mozilla_rhino
train
f292a6872f6f5bbfd3ded16a2de3b548be6a9736
diff --git a/TYPO3.Neos/Resources/Public/JavaScript/InlineEditing/ContentCommands.js b/TYPO3.Neos/Resources/Public/JavaScript/InlineEditing/ContentCommands.js index <HASH>..<HASH> 100644 --- a/TYPO3.Neos/Resources/Public/JavaScript/InlineEditing/ContentCommands.js +++ b/TYPO3.Neos/Resources/Public/JavaScript/InlineEdit...
[TASK] Hide content handles for elements outside collections When a content element is rendered directly outside a collection the handles should not be shown. Change-Id: I<I>e7dba5c<I>b<I>b<I>e5d<I>f4ba6b<I>e<I> Releases: master Reviewed-on: <URL>
neos_neos-development-collection
train
0650a55cee46b76ee2470465f51740e8b3fa3464
diff --git a/src/main/java/com/urswolfer/intellij/plugin/gerrit/rest/GerritApiUtil.java b/src/main/java/com/urswolfer/intellij/plugin/gerrit/rest/GerritApiUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/urswolfer/intellij/plugin/gerrit/rest/GerritApiUtil.java +++ b/src/main/java/com/urswolfer/intellij/plu...
prevent possible indefinite HTTP request loop - when Gerrit returns HTTP status code <I>, the client sends the same credentials forever - Gerrit returns <I> for example in case of unavailable database - now the same credentials are just sent once per request
uwolfer_gerrit-rest-java-client
train
93884768302fa39c9bfb593cb02fa99a51066c4e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -10,12 +10,29 @@ var _postcss = require('postcss'); var _postcss2 = _interopRequireDefault(_postcss); -var processor = function processor(css, result) {}; +var _cssSelectorParser = require('css-selector-parser'); -proce...
down a bit of a rabbit hole with the multi-selector stuff rn, backing out
css-modules_postcss-modules-scope
train
fd2b73bbd1f36a3f3354bf82337ac64b0b50da71
diff --git a/src/com/google/javascript/jscomp/ES6ModuleLoader.java b/src/com/google/javascript/jscomp/ES6ModuleLoader.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/ES6ModuleLoader.java +++ b/src/com/google/javascript/jscomp/ES6ModuleLoader.java @@ -117,11 +117,10 @@ abstract class ES6ModuleLoa...
Fix index.js resolution for non-relative require invocations.
google_closure-compiler
train
b07195f9c234552338b2469928bfc3d5d3f78277
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /.settings/ /.buildpath /.project +/.idea +/vendor +/.gitignore \ No newline at end of file diff --git a/models/AccessToken.php b/models/AccessToken.php index <HASH>..<HASH> 100644 --- a/models/AccessTo...
Fixed undefined constant Exception::INTERNAL_ERROR
borodulin_yii2-oauth2-server
train
443f74852129df42d93beba4e2636d6bc1966a7a
diff --git a/gimmemotifs/scanner.py b/gimmemotifs/scanner.py index <HASH>..<HASH> 100644 --- a/gimmemotifs/scanner.py +++ b/gimmemotifs/scanner.py @@ -5,7 +5,7 @@ import gc from functools import partial from tempfile import mkdtemp,NamedTemporaryFile import logging -from multiprocessing import Pool +import multiproc...
better bacthes for scanning?
vanheeringen-lab_gimmemotifs
train
d93b7a9eae9a0b5c17ddf998f1d270baca03b778
diff --git a/uncompyle6/scanners/scanner3.py b/uncompyle6/scanners/scanner3.py index <HASH>..<HASH> 100644 --- a/uncompyle6/scanners/scanner3.py +++ b/uncompyle6/scanners/scanner3.py @@ -138,6 +138,13 @@ class Scanner3(Scanner): # FIXME: remove the above in favor of: # self.varargs_ops = frozenset(sel...
Correct EXTENDED_ARG handling on Python <I>... where it can appear several times and xdis may handle it as well. It possibly in other versions bug since EXTENDED_ARG is used so rarely there because it has such a high value 1<<<I>, it's hard to test and determine that.
rocky_python-uncompyle6
train
beecb5367427b224a410643b622830e6cdc26a9a
diff --git a/system/Common.php b/system/Common.php index <HASH>..<HASH> 100644 --- a/system/Common.php +++ b/system/Common.php @@ -113,8 +113,15 @@ if ( ! function_exists('load_view')) */ $renderer = Services::renderer(); + $saveData = false; + if (array_key_exists('saveData', $options)) + { + $saveData =...
Update load_view method to support saveData option.
codeigniter4_CodeIgniter4
train
4d112edcacfdf203ff9889f67d02c1b5b090756e
diff --git a/fedmsg_meta_fedora_infrastructure/tests/fedimg.py b/fedmsg_meta_fedora_infrastructure/tests/fedimg.py index <HASH>..<HASH> 100644 --- a/fedmsg_meta_fedora_infrastructure/tests/fedimg.py +++ b/fedmsg_meta_fedora_infrastructure/tests/fedimg.py @@ -34,7 +34,7 @@ class TestImageUpload(Base): image = "http...
py<I> doesn't support str.format() without indexes
fedora-infra_fedmsg_meta_fedora_infrastructure
train
cf45605a2a1eb03ced1445b737c2a94994697421
diff --git a/www/javascript/swat-progress-bar.js b/www/javascript/swat-progress-bar.js index <HASH>..<HASH> 100644 --- a/www/javascript/swat-progress-bar.js +++ b/www/javascript/swat-progress-bar.js @@ -26,6 +26,18 @@ function SwatProgressBar(id, orientation, value) this.pulseEvent = new YAHOO.util.CustomEvent(...
Add a stupid hack for stupid browsers to load progress bar background image. svn commit r<I>
silverorange_swat
train
63069575ba7f2a324e0b61c593ccf80cb0339f02
diff --git a/test/integration/docker_test.go b/test/integration/docker_test.go index <HASH>..<HASH> 100644 --- a/test/integration/docker_test.go +++ b/test/integration/docker_test.go @@ -37,7 +37,7 @@ func TestDockerFlags(t *testing.T) { defer CleanupWithLogs(t, profile, cancel) // Use the most verbose logging fo...
Decrease logging level: the extra spam hurts rather than helps
kubernetes_minikube
train
0a3bd6b0cfc5293934c23021f03d1cd576e2bf6a
diff --git a/src/Core/ContentManager/ContentManager.php b/src/Core/ContentManager/ContentManager.php index <HASH>..<HASH> 100644 --- a/src/Core/ContentManager/ContentManager.php +++ b/src/Core/ContentManager/ContentManager.php @@ -218,6 +218,8 @@ class ContentManager $event = new Event\FinishEvent($this->items...
Fixed event name and invoceked PluginManager tearDown method for removing event listeners
spress_spress
train
652c53200e2600a3e57f74cc542da9caf3570e90
diff --git a/src/Sulu/Bundle/WebsiteBundle/Twig/NavigationTwigExtension.php b/src/Sulu/Bundle/WebsiteBundle/Twig/NavigationTwigExtension.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/WebsiteBundle/Twig/NavigationTwigExtension.php +++ b/src/Sulu/Bundle/WebsiteBundle/Twig/NavigationTwigExtension.php @@ -40,7 +40,...
changed request analyzer to default null
sulu_sulu
train
fa284526a920d36663d674b82d4c253294eb78d3
diff --git a/buildbot/interfaces.py b/buildbot/interfaces.py index <HASH>..<HASH> 100644 --- a/buildbot/interfaces.py +++ b/buildbot/interfaces.py @@ -935,6 +935,10 @@ class IStatusReceiver(Interface): """This is a periodic update on the progress this Build has made towards completion.""" + def c...
Add changeAdded status notifications. Add a status notification interface for changeAdded, and configure the master to send this status notification when addChange() is called. This allows status receivers to subscribe to change events. Add a unit test which injects a change into a master and verifies in a status re...
buildbot_buildbot
train
381129897386398ca71944e770d91e6948a1bc7a
diff --git a/domain.go b/domain.go index <HASH>..<HASH> 100644 --- a/domain.go +++ b/domain.go @@ -533,6 +533,17 @@ type DomainVCPU struct { Value int `xml:",chardata"` } +type DomainVCPUsVCPU struct { + Id *uint `xml:"id,attr,omitempty"` + Enabled string `xml:"enabled,attr,omitempty"` + Hot...
add VCPUs support in Domain
libvirt_libvirt-go-xml
train
079d56c1681f8a66bd834b7d5ed002f6eabe0e7e
diff --git a/lib/plunk/parser.rb b/lib/plunk/parser.rb index <HASH>..<HASH> 100644 --- a/lib/plunk/parser.rb +++ b/lib/plunk/parser.rb @@ -44,9 +44,9 @@ module Plunk } # Booleans - rule(:and_operator) { (str("and") | str("AND")) >> space? } - rule(:or_operator) { (str("or") | str("OR")) >> space? } ...
allow pipe and ampersand as boolean ops
elbii_peruse
train
0d11d31031a80f1d8cdffec81b089285a2f710a7
diff --git a/media.go b/media.go index <HASH>..<HASH> 100644 --- a/media.go +++ b/media.go @@ -55,23 +55,13 @@ type Item struct { OrganicTrackingToken string `json:"organic_tracking_token"` // Images contains URL images in different versions. // Version = quality. - Images Images `json:"image_versio...
Added Location and SuggestedUser types
ahmdrz_goinsta
train
91e63c81d1f1e7dd07fb3aa6244fb72ab06bf837
diff --git a/lib/schemaobject.js b/lib/schemaobject.js index <HASH>..<HASH> 100644 --- a/lib/schemaobject.js +++ b/lib/schemaobject.js @@ -553,7 +553,7 @@ function SchemaObjectInstanceFactory(schema, options) { // Represents an actual instance of an object. class SchemaObjectInstance { - constructor(defau...
Fix bug with initial values not working correctly with strict false.
scotthovestadt_schema-object
train
664d28a538a4dafc0f57aeb54bfef85cb8b48dbe
diff --git a/generator/classes/propel/engine/database/model/Column.php b/generator/classes/propel/engine/database/model/Column.php index <HASH>..<HASH> 100644 --- a/generator/classes/propel/engine/database/model/Column.php +++ b/generator/classes/propel/engine/database/model/Column.php @@ -964,7 +964,7 @@ class Column ...
[<I>] Replaced platform escaping by simple PHP escaping for PHP generated files (closes #<I>)
propelorm_Propel
train
64241e4a6522ae8894f1e3f0eb3575fe2b2e289c
diff --git a/src/main/java/org/mariadb/jdbc/client/impl/StandardClient.java b/src/main/java/org/mariadb/jdbc/client/impl/StandardClient.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mariadb/jdbc/client/impl/StandardClient.java +++ b/src/main/java/org/mariadb/jdbc/client/impl/StandardClient.java @@ -481,49 +4...
[misc] ensuring pipelining packet sequence state
MariaDB_mariadb-connector-j
train
4f9c6d8bf83e1878f2177fcb12a88c4370f88205
diff --git a/deploy_stack.py b/deploy_stack.py index <HASH>..<HASH> 100644 --- a/deploy_stack.py +++ b/deploy_stack.py @@ -779,12 +779,13 @@ class BootstrapManager: m_client.show_status() finally: with self.client.ignore_soft_deadline(): - try: - ...
Check runtime_context with tear_down_client.
juju_juju
train
811457a1b37e5ef8f5e81b23b7db4c14edec20bb
diff --git a/lib/generators/initjs/install/install_generator.rb b/lib/generators/initjs/install/install_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/initjs/install/install_generator.rb +++ b/lib/generators/initjs/install/install_generator.rb @@ -15,6 +15,10 @@ module Initjs def create_app_file...
Adds alerts for include the initjs tag on installing the initjs
josemarluedke_initjs
train
be1d49672ef041a2208eb99bc3eab2937637e920
diff --git a/bundles/org.eclipse.orion.client.ui/web/content/content.js b/bundles/org.eclipse.orion.client.ui/web/content/content.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/content/content.js +++ b/bundles/org.eclipse.orion.client.ui/web/content/content.js @@ -11,9 +11,22 @@ ********...
Bug <I> - Misaligned alias prevents content-style editor from working
eclipse_orion.client
train
898c2f2a05687eb6904d427c7ffed5f6431e4509
diff --git a/tests/acceptance/client/WhoisCest.php b/tests/acceptance/client/WhoisCest.php index <HASH>..<HASH> 100644 --- a/tests/acceptance/client/WhoisCest.php +++ b/tests/acceptance/client/WhoisCest.php @@ -41,18 +41,10 @@ class WhoisCest public function _domainSearchProvider() { return [ - ...
Why whould we check mail.ru? Nobody needs it ;)
hiqdev_hipanel-module-domain
train
3c5835ffb05d5e88d183ddbefa26bfce979e1d40
diff --git a/db/keyval/etcdv3/plugin_impl_etcdv3.go b/db/keyval/etcdv3/plugin_impl_etcdv3.go index <HASH>..<HASH> 100644 --- a/db/keyval/etcdv3/plugin_impl_etcdv3.go +++ b/db/keyval/etcdv3/plugin_impl_etcdv3.go @@ -33,7 +33,7 @@ const ( type Plugin struct { Deps // inject *plugin.Skeleton - disabled bool + disable...
SPOPT-<I> - Prometheus Telemetry/Health for all plugins
ligato_cn-infra
train
e2994a04705f5736232eb9859966edf01e378bfe
diff --git a/eZ/Publish/Core/FieldType/Image/FileService/LocalFileService.php b/eZ/Publish/Core/FieldType/Image/FileService/LocalFileService.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/FieldType/Image/FileService/LocalFileService.php +++ b/eZ/Publish/Core/FieldType/Image/FileService/LocalFileService.php @@ -1...
Fixed: Removed debugging output.
ezsystems_ezpublish-kernel
train
150043227d7327c99d7a0a87261c06b10ee72ffa
diff --git a/fbchat_archive_parser/main.py b/fbchat_archive_parser/main.py index <HASH>..<HASH> 100644 --- a/fbchat_archive_parser/main.py +++ b/fbchat_archive_parser/main.py @@ -94,9 +94,15 @@ def fbcap(path, thread, format, nocolor, timezones, utc, noprogress, resolve): # via Facebook. name_resolver = None ...
fixed UX for resolution of Facebook names
ownaginatious_fbchat-archive-parser
train
d1581095c7ac8142821af22ccb40e261abe0c7b5
diff --git a/Google/RestApi.php b/Google/RestApi.php index <HASH>..<HASH> 100644 --- a/Google/RestApi.php +++ b/Google/RestApi.php @@ -106,6 +106,14 @@ class RestApi { public function authorize($code, $redirectUri) { $client = new HttpClient(); + $client->addSubscriber(new BackoffPlugin(new TruncatedBackoffStra...
feat: exp backoff for oauth related calls
keboola_google-client-bundle
train
ddbe7a0fae8a203326e42447a15b0a6444dc247f
diff --git a/craftai/client.py b/craftai/client.py index <HASH>..<HASH> 100644 --- a/craftai/client.py +++ b/craftai/client.py @@ -54,8 +54,8 @@ class CraftAIClient(): json.dumps(payload) except TypeError as e: raise CraftAIBadRequestError( - e.__msg__())) ...
Fixed delete_agent function so that it passes legitimately * now checking that response contains correct json data and not raw text * now checking agent_id before using it inside the request URL * now using actual data instead of key in the dataset * replaced assertDictContainsSubset with assertTrue on key in respons...
craft-ai_craft-ai-client-python
train
bbf49dd6d6615683a2724f3df900347eb51bc09e
diff --git a/contrib/bmt_example/CassandraBulkLoader.java b/contrib/bmt_example/CassandraBulkLoader.java index <HASH>..<HASH> 100644 --- a/contrib/bmt_example/CassandraBulkLoader.java +++ b/contrib/bmt_example/CassandraBulkLoader.java @@ -51,6 +51,7 @@ import java.util.Iterator; import java.util.LinkedList; import ja...
make CassandraBulkLoader compile. patch by gdusbabek, reviewed by jbellis. CASSANDRA-<I> git-svn-id: <URL>
Stratio_stratio-cassandra
train
30d44c5d23af5ed688999efc3522492db3569c3d
diff --git a/grade/lib.php b/grade/lib.php index <HASH>..<HASH> 100644 --- a/grade/lib.php +++ b/grade/lib.php @@ -308,8 +308,6 @@ function print_graded_users_selector($course, $actionpage, $userid=0, $groupid=0 $label = get_string('selectalloroneuser', 'grades'); } - $nextuser = $gui->next_user(); -...
gradebook MDL-<I> now shows first user in gradebook user report user select box
moodle_moodle
train
7f233974b0e3dc3692c820a2c8c3439c4d15fc70
diff --git a/distutils/tests/test_msvccompiler.py b/distutils/tests/test_msvccompiler.py index <HASH>..<HASH> 100644 --- a/distutils/tests/test_msvccompiler.py +++ b/distutils/tests/test_msvccompiler.py @@ -2,6 +2,7 @@ import sys import unittest import os +import threading from distutils.errors import DistutilsPl...
Add a unit test for testing spawn. Ref pypa/distutils#5.
pypa_setuptools
train
6cfc9e128375679eee780f5875a90214020d9d21
diff --git a/app/index.html b/app/index.html index <HASH>..<HASH> 100644 --- a/app/index.html +++ b/app/index.html @@ -1,6 +1,6 @@ <!doctype html> <html lang="en" - ng-class="{'cc-supports-position-fixed' : supportsFixed, 'cc-no-position-fixed' : !supportsFixed, 'cc-tablet-size' : isTabletSize }" + ng-class="{'cc...
chore(sniffing): removed unneccesary use of binding
sofa_angular-sofa-scrolling-shadow
train
d7a7981b322d1d965ad9463f1d4b018d39dc7910
diff --git a/tests/test_concrete.py b/tests/test_concrete.py index <HASH>..<HASH> 100644 --- a/tests/test_concrete.py +++ b/tests/test_concrete.py @@ -58,7 +58,7 @@ class TestLists(unittest.TestCase): """Builds a test hierarchy.""" cls.tmp = Path.tempdir() cls.tmp.open('w', 'file').close() - ...
Factors compare_paths() in TestLists
remram44_rpaths
train
10d982ffabd6607fe1d8ea07f9ea8c64b7bd4fd3
diff --git a/spec/dxruby_sdl/input_spec.rb b/spec/dxruby_sdl/input_spec.rb index <HASH>..<HASH> 100644 --- a/spec/dxruby_sdl/input_spec.rb +++ b/spec/dxruby_sdl/input_spec.rb @@ -318,4 +318,184 @@ describe DXRubySDL::Input, end end end + + shared_context '.mouse_push?' do + context '直前にマウスのボタンを押していない...
added DXRubySDL::Input.mouse_push? spec.
takaokouji_dxruby_sdl
train
c511caa480e289b33035223f756d914adbf560ba
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,9 @@ module.exports = function(grunt) { grunt.initConfig({ DSS: { options: { - location: __dirname + '/example/' + location: process.cwd(), + output: process.cwd() + '/docs/', + ...
Fixed up gruntfile and modified parser slightly
DSSWG_DSS
train
a5ae50e39f4459dc8aab691f32efa2817f4f6670
diff --git a/spec/server/process_spec.rb b/spec/server/process_spec.rb index <HASH>..<HASH> 100644 --- a/spec/server/process_spec.rb +++ b/spec/server/process_spec.rb @@ -172,16 +172,21 @@ describe "Sensu::Server::Process" do expect(event[:id]).to be_kind_of(String) expect(...
[spec-consume-results] defer event file read to thread pool (blocking IO)
sensu_sensu
train
df09856d8a039663a028229c45746f2c3c3d8232
diff --git a/src/components/core/update/updateSlides.js b/src/components/core/update/updateSlides.js index <HASH>..<HASH> 100644 --- a/src/components/core/update/updateSlides.js +++ b/src/components/core/update/updateSlides.js @@ -255,6 +255,20 @@ export default function () { } else slides.filter(slidesForMargin)....
Add centeredSlideBounds parameter. Prevents gaps at beginning and end of slider.
nolimits4web_swiper
train
908b9064a86d4e70d5dfbd771a60a927977115db
diff --git a/acceptance/tests/ticket_4622_filebucket_diff_test.rb b/acceptance/tests/ticket_4622_filebucket_diff_test.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/ticket_4622_filebucket_diff_test.rb +++ b/acceptance/tests/ticket_4622_filebucket_diff_test.rb @@ -11,9 +11,9 @@ end def validate_diff_on(host, i...
(PUP-<I>) Update diff regex in filebucket test for AIX In AIX, the output of diff varies from other platforms. This was causing our filebucket diff test to fail due to a strict regex. This commit updates the regexes to allow diff formats from AIX <I>, <I> and <I>. [skip ci]
puppetlabs_puppet
train
2b97e5c6a9bf4cebfa5f97cd3c197aaee5a94977
diff --git a/kubernetes-model-generator/kubernetes-model-core/src/main/java/io/fabric8/kubernetes/api/model/Quantity.java b/kubernetes-model-generator/kubernetes-model-core/src/main/java/io/fabric8/kubernetes/api/model/Quantity.java index <HASH>..<HASH> 100644 --- a/kubernetes-model-generator/kubernetes-model-core/src/...
Remove lombok annotations from Quantity class
fabric8io_kubernetes-client
train
37750c439ddf6788ec010a2b787a4e80e8a6ab65
diff --git a/tests/fixes/node-fixes/class-smart-ordinal-suffix-fix-test.php b/tests/fixes/node-fixes/class-smart-ordinal-suffix-fix-test.php index <HASH>..<HASH> 100644 --- a/tests/fixes/node-fixes/class-smart-ordinal-suffix-fix-test.php +++ b/tests/fixes/node-fixes/class-smart-ordinal-suffix-fix-test.php @@ -83,11 +83...
Tests: Additional valid and invalid test cases for Roman numeral ordinals
mundschenk-at_php-typography
train
e3240575f2be8ed2c618f119bfb505f4d9f6c55e
diff --git a/session/session.js b/session/session.js index <HASH>..<HASH> 100644 --- a/session/session.js +++ b/session/session.js @@ -68,9 +68,10 @@ module.exports = connect.behavior('data/feathers-session', function () { }); }, createData: function (data) { - return feathersClient.authenticate(data) - ...
Allow passing of user object with email/password
canjs_can-connect-feathers
train
279712a6a060ce3b77d76772aa398eafbdc255e1
diff --git a/transport/src/main/java/io/netty/channel/socket/aio/AioSocketChannel.java b/transport/src/main/java/io/netty/channel/socket/aio/AioSocketChannel.java index <HASH>..<HASH> 100755 --- a/transport/src/main/java/io/netty/channel/socket/aio/AioSocketChannel.java +++ b/transport/src/main/java/io/netty/channel/so...
[#<I>] Intermittent IllegalStateException with ByteToMessageDecoder impl with bounded inbound buffer * AioSocketChannel.expandReadBuffer() should not call discardReadBytes() becuase it messes up with NIO<I>
netty_netty
train
d2fd38be9391f6ddb7dcd18639b8ddf04406666f
diff --git a/course/renderer.php b/course/renderer.php index <HASH>..<HASH> 100644 --- a/course/renderer.php +++ b/course/renderer.php @@ -120,10 +120,14 @@ class core_course_renderer extends plugin_renderer_base { $coursecount = 0; foreach ($category->courses as $course) { $c...
MDL-<I> frontpage combo - adding dimmed class for hidden courses and fixing course fullname formatting
moodle_moodle
train
9a91ae4e8fb3510c4c2e275a5aa2741b0c36bb65
diff --git a/builder/amazon/common/access_config.go b/builder/amazon/common/access_config.go index <HASH>..<HASH> 100644 --- a/builder/amazon/common/access_config.go +++ b/builder/amazon/common/access_config.go @@ -45,10 +45,6 @@ func (c *AccessConfig) Config() (*aws.Config, error) { return nil, err } } else {...
fix new session error when creating cred chain. the old and deprecated method won't error and so is safe to use even if we're not in amazon.
hashicorp_packer
train
931b9c7585f47b482150ff7fa1282c19510df60d
diff --git a/app/controllers/manifestations_controller.rb b/app/controllers/manifestations_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/manifestations_controller.rb +++ b/app/controllers/manifestations_controller.rb @@ -335,6 +335,10 @@ class ManifestationsController < ApplicationController # q...
added title search next-l/enju_leaf#<I>
next-l_enju_biblio
train
f6d17b79d886bd7a39c7bcf75d1921476d1ffaa0
diff --git a/lib/Doctrine/ORM/Mapping/MappingException.php b/lib/Doctrine/ORM/Mapping/MappingException.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/Mapping/MappingException.php +++ b/lib/Doctrine/ORM/Mapping/MappingException.php @@ -127,4 +127,10 @@ class MappingException extends \Doctrine\ORM\ORMException ...
[<I>][DDC-<I>][DDC-<I>] Fixed missing method and casting. Thanks Hannes for reporting and patch.
doctrine_orm
train
33f8ee19c0026df464bd5a2b6278e00a65bdca72
diff --git a/nose/test_qdf.py b/nose/test_qdf.py index <HASH>..<HASH> 100644 --- a/nose/test_qdf.py +++ b/nose/test_qdf.py @@ -11,8 +11,39 @@ def test_meanvR_adiabatic_gl(): qdf= quasiisothermaldf(1./4.,0.2,0.1,1.,1., pot=MWPotential,aA=aAA,cutcounter=True) #In the mid-plane - a...
further tests of meanvR for staeckel approx and adiabatic approx
jobovy_galpy
train
901ba6d309b975239be319c586297f9b8f6eb1d2
diff --git a/spec/parallel_spec.rb b/spec/parallel_spec.rb index <HASH>..<HASH> 100644 --- a/spec/parallel_spec.rb +++ b/spec/parallel_spec.rb @@ -19,6 +19,7 @@ describe GH::Parallel do end it 'runs requests in parallel' do + WebMock.allow_net_connect! GH::DefaultStack.replace GH::MockBackend, GH::Remot...
WebMock does not like pipelining :(
travis-ci_gh
train
96a86d26bc318edae72b8251df1d85472d52b527
diff --git a/src/android/LocationManager.java b/src/android/LocationManager.java index <HASH>..<HASH> 100644 --- a/src/android/LocationManager.java +++ b/src/android/LocationManager.java @@ -236,7 +236,7 @@ public class LocationManager extends CordovaPlugin implements BeaconConsumer { } else if (action.equals(...
fix(android): #<I> startAdvertising does not honor MeasuredPower
petermetz_cordova-plugin-ibeacon
train
5782fd5b55306bdbe3689d9cebe0fdf25b5c06f7
diff --git a/lib/rubame/server.rb b/lib/rubame/server.rb index <HASH>..<HASH> 100644 --- a/lib/rubame/server.rb +++ b/lib/rubame/server.rb @@ -62,11 +62,10 @@ module Rubame def close(client) @reading.delete client.socket @clients.delete client.socket - begin - client.socket.close - r...
cleaned-up begin/rescue/ensure blocks in methods
patleb_flammarion_rails
train
16d56827af79ae4d78f7a9883e5ed67c5f3e5118
diff --git a/taxtastic/subcommands/create.py b/taxtastic/subcommands/create.py index <HASH>..<HASH> 100644 --- a/taxtastic/subcommands/create.py +++ b/taxtastic/subcommands/create.py @@ -22,6 +22,7 @@ import shutil import hashlib import re import json +import sys from collections import defaultdict from taxtasti...
Added unit test to check clobber on create
fhcrc_taxtastic
train
fa5753c579ba1edc0b82136dab4032c75c0c734b
diff --git a/plugins/postgresql/postgresql.go b/plugins/postgresql/postgresql.go index <HASH>..<HASH> 100644 --- a/plugins/postgresql/postgresql.go +++ b/plugins/postgresql/postgresql.go @@ -21,6 +21,8 @@ type Postgresql struct { Servers []*Server } +var ignoredColumns = map[string]bool{"datid": true, "datname": t...
Makes the test also work across pg versions
influxdata_telegraf
train
222cc26e765735c767d3cdbcb2b35081a17a86b2
diff --git a/lib/chef/handler/updated_resources.rb b/lib/chef/handler/updated_resources.rb index <HASH>..<HASH> 100644 --- a/lib/chef/handler/updated_resources.rb +++ b/lib/chef/handler/updated_resources.rb @@ -18,9 +18,14 @@ require 'chef/handler' module SimpleReport class UpdatedResources < Chef::Handler + d...
Allow to configure prefix before each resource
jtimberman_chef-handler-updated-resources
train
70b66698b10ef46562c74da351f67525523e72dc
diff --git a/stories/ParallaxBanner/ParallaxBanner.stories.js b/stories/ParallaxBanner/ParallaxBanner.stories.js index <HASH>..<HASH> 100644 --- a/stories/ParallaxBanner/ParallaxBanner.stories.js +++ b/stories/ParallaxBanner/ParallaxBanner.stories.js @@ -12,11 +12,8 @@ import styles from './ParallaxBanner.scss'; impor...
update ParallaxBanner stories
jscottsmith_react-scroll-parallax
train
a3d52d8414ec26533a540ebacbc1c20be568c83f
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,31 @@ override the install path with the following extra in your `composer.json`: This would use your custom path for each of the listed packages. The available variables to use in your paths are: `${name}`, ...
Added extra.installer-name as a way to directly change the final folder name. This extra variable is not inflected, so what is set is final. Closes GH-<I>, GH-<I>, GH-<I>.
composer_installers
train
14928b7d9ed4671149f784320956c834825fb097
diff --git a/resources/lang/en-UD/forms.php b/resources/lang/en-UD/forms.php index <HASH>..<HASH> 100644 --- a/resources/lang/en-UD/forms.php +++ b/resources/lang/en-UD/forms.php @@ -155,7 +155,7 @@ return [ 'days-of-incidents' => 'crwdns1194:0crwdne1194:0', 'time_before_re...
New translations forms.php (English (upside down))
CachetHQ_Cachet
train
ebf9c0fcb3dc90591d2a6bec3ba594c2f8027a48
diff --git a/lib/pkgcloud/openstack/network/client/subnets.js b/lib/pkgcloud/openstack/network/client/subnets.js index <HASH>..<HASH> 100644 --- a/lib/pkgcloud/openstack/network/client/subnets.js +++ b/lib/pkgcloud/openstack/network/client/subnets.js @@ -12,6 +12,8 @@ var async = require('async'), urlJoin = requir...
Extracting variable for '/subnets'
pkgcloud_pkgcloud
train
62630e5c69c3fcc10dc1b15c4222724caa76f1d1
diff --git a/src/Composer/Package/Locker.php b/src/Composer/Package/Locker.php index <HASH>..<HASH> 100644 --- a/src/Composer/Package/Locker.php +++ b/src/Composer/Package/Locker.php @@ -89,7 +89,7 @@ class Locker if (!empty($lock['content-hash'])) { // There is a content hash key, use that inst...
Fix strict comparison of the content hash
composer_composer
train
c1937bc99cea9265db190f5f8cbf1f2b504cac01
diff --git a/test/com/atlantbh/jmeter/plugins/hbasecomponents/config/HBaseConnectionTest.java b/test/com/atlantbh/jmeter/plugins/hbasecomponents/config/HBaseConnectionTest.java index <HASH>..<HASH> 100644 --- a/test/com/atlantbh/jmeter/plugins/hbasecomponents/config/HBaseConnectionTest.java +++ b/test/com/atlantbh/jmet...
Fixed (hacked) ordering of tests run in HBaseConnectionTest
undera_jmeter-plugins
train