hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
53400a14bf96e6433c7b2274de5aacea1748e967
diff --git a/labsuite/drivers/motor.py b/labsuite/drivers/motor.py index <HASH>..<HASH> 100644 --- a/labsuite/drivers/motor.py +++ b/labsuite/drivers/motor.py @@ -92,6 +92,7 @@ class CNCDriver(object): self.connection.close() self.connection.open() log.debug("Serial", "Connected to {}".format...
MotorControl: Tweak to debug mode and waiting for stat. We need to run wait_for_stat after connect to ensure that the debug code has been sent to the SmoothieBoard.
Opentrons_opentrons
train
ff2921f060a03f28b314eca93ba07ce3cb415723
diff --git a/core/server/worker/src/main/java/alluxio/worker/netty/AbstractReadHandler.java b/core/server/worker/src/main/java/alluxio/worker/netty/AbstractReadHandler.java index <HASH>..<HASH> 100644 --- a/core/server/worker/src/main/java/alluxio/worker/netty/AbstractReadHandler.java +++ b/core/server/worker/src/main/...
[SMALLFIX]Supply the variable name to Preconditions.checkNotNull for class AbstractReadHandler
Alluxio_alluxio
train
56c282069378a93727c95df762c12f77182fe4aa
diff --git a/angr/analyses/vfg.py b/angr/analyses/vfg.py index <HASH>..<HASH> 100644 --- a/angr/analyses/vfg.py +++ b/angr/analyses/vfg.py @@ -671,8 +671,11 @@ class VFG(Analysis): reg_sp_si = self._create_stack_region(successor_path.state, successor_path.addr) # Save the new...
Make proper changes according to latest implementation change in claripy
angr_angr
train
f48d7af74f5d0ffea9b77547c8a5e9fcdd162829
diff --git a/edison-core/src/main/java/de/otto/edison/status/configuration/ClusterInfoConfiguration.java b/edison-core/src/main/java/de/otto/edison/status/configuration/ClusterInfoConfiguration.java index <HASH>..<HASH> 100644 --- a/edison-core/src/main/java/de/otto/edison/status/configuration/ClusterInfoConfiguration....
Added @Beta annotations
otto-de_edison-microservice
train
7f0a8ecfc82e88667d685ce58a14ab4e3ecdcf18
diff --git a/src/Debug/Config.php b/src/Debug/Config.php index <HASH>..<HASH> 100644 --- a/src/Debug/Config.php +++ b/src/Debug/Config.php @@ -377,7 +377,6 @@ class Config break; } if ($path[0] == $objName && !empty($path[1])) { - // $path[] = '*'; ...
publish debug.output on all descendant channels
bkdotcom_PHPDebugConsole
train
fba99c756d3d6c1901d0dc2170da0d56fb203516
diff --git a/src/watoki/collections/Collection.php b/src/watoki/collections/Collection.php index <HASH>..<HASH> 100644 --- a/src/watoki/collections/Collection.php +++ b/src/watoki/collections/Collection.php @@ -104,7 +104,7 @@ abstract class Collection implements \Countable, \IteratorAggregate { /** * @abs...
Removed the "new static" calls again
watoki_collections
train
8a869cac098eb6ea553c8cca47d8579f6bc7578a
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - if [ "$LXML" == "true" ]; then pip install lxml; fi script: - python -m pytest - #- flake8 owslib/wmts.py + - flake8 owslib/wmts.py - flake8 owslib/wps.py after_success: - ...
fix #<I>: replaced ServiceMetadata in wmts and tms
geopython_OWSLib
train
a90378679bb42b5041e44a709d739852c4585b7a
diff --git a/src/Provider.php b/src/Provider.php index <HASH>..<HASH> 100644 --- a/src/Provider.php +++ b/src/Provider.php @@ -21,6 +21,12 @@ class Provider extends AbstractProvider public $scopes = ['public']; /** + * Define the scopes separator for the url + * @var string + */ + public $scopeSeparator = ' ';...
Scopes separators By default, the scopes separator is a comma, but in out implementation, we use an empty space.
unsplash_unsplash-php
train
3718570415a915cae01dc48bb12236b48dd15894
diff --git a/jaraco/test/services.py b/jaraco/test/services.py index <HASH>..<HASH> 100644 --- a/jaraco/test/services.py +++ b/jaraco/test/services.py @@ -364,6 +364,7 @@ class MongoDBInstance(MongoDBFinder, Subprocess, Service): self.find_binary(), '--dbpath', self.data_dir, '--p...
Don't pre-allocate data files for MongoDBInstance (faster startup on Linux/Mac).
jaraco_jaraco.services
train
896f6237f9217354fd365b7157bb4dd01af633a3
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update make_lines section in line_protocol.py to split out core function (#375 thx @aisbaa) - Fix nanosecond t...
chore(line_protocol): update repr value of floats to properly handle precision (#<I>) * chore(line_protocol): update repr value of floats to properly handle precision. Closes #<I> * chore(line_protocol): fix repr and handle boolean values * chore(CHANGELOG): update to include reference to PR#<I>
influxdata_influxdb-python
train
862eea9bafc5394a4dc6b18ab1df68bcf500c481
diff --git a/src/widgets/refinement-list/refinement-list.js b/src/widgets/refinement-list/refinement-list.js index <HASH>..<HASH> 100644 --- a/src/widgets/refinement-list/refinement-list.js +++ b/src/widgets/refinement-list/refinement-list.js @@ -141,7 +141,7 @@ refinementList({ * @property {boolean} isRefined True i...
docs(refinementList): mention that highlight is displayed in the default template (#<I>)
algolia_instantsearch.js
train
760367b9fe669ca1a7e75c850a1f455ab1bbbc2c
diff --git a/parquet-hive/parquet-hive-binding/parquet-hive-0.10-binding/src/main/java/parquet/hive/internal/Hive010Binding.java b/parquet-hive/parquet-hive-binding/parquet-hive-0.10-binding/src/main/java/parquet/hive/internal/Hive010Binding.java index <HASH>..<HASH> 100644 --- a/parquet-hive/parquet-hive-binding/parqu...
Update reference to <I> in Hive<I>Binding javadoc and remove some trailing whitespace I noticed when while updating the javadoc.
apache_parquet-mr
train
392cfa07c19e07090be31adc58ac18c810277e7a
diff --git a/speedparser/speedparser.py b/speedparser/speedparser.py index <HASH>..<HASH> 100644 --- a/speedparser/speedparser.py +++ b/speedparser/speedparser.py @@ -218,7 +218,11 @@ class SpeedParserEntriesRss20(object): 'media_thumbnail': 'media_thumbnail', 'media:group': 'media_group', 'i...
add support for enclosures and some itunes tags
jmoiron_speedparser
train
d0698a4e134e3254e786c6250e212b818429dec4
diff --git a/lxd/network/openvswitch/ovn.go b/lxd/network/openvswitch/ovn.go index <HASH>..<HASH> 100644 --- a/lxd/network/openvswitch/ovn.go +++ b/lxd/network/openvswitch/ovn.go @@ -730,40 +730,21 @@ func (o *OVN) LogicalSwitchDHCPOptionsGet(switchName OVNSwitch) ([]OVNDHCPOptsSe return dhcpOpts, nil } -// Logica...
lxd/network/openvswitch/ovn: Simplify LogicalSwitchDHCPOptionsDelete and make more efficient Now only deletes UUIDs provided, and does so in a single call to ovn-nbctl.
lxc_lxd
train
d2a3430623d004e0c6fa794e5aa42a20ca5b92b0
diff --git a/src/main/java/com/greatmancode/craftconomy3/converter/ConverterList.java b/src/main/java/com/greatmancode/craftconomy3/converter/ConverterList.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/greatmancode/craftconomy3/converter/ConverterList.java +++ b/src/main/java/com/greatmancode/craftconomy3/co...
Fix iConomy converter.
greatman_craftconomy3
train
91004fd95fbf70ea8107e95737d3e76aab3f35d1
diff --git a/abalt_ajax/__init__.py b/abalt_ajax/__init__.py index <HASH>..<HASH> 100644 --- a/abalt_ajax/__init__.py +++ b/abalt_ajax/__init__.py @@ -4,7 +4,7 @@ import datetime import os import subprocess -VERSION = (0, 3, 0, 'alpha', 0) +VERSION = (1, 0, 0, 'final', 0) def get_version(version=None):
upgrade the version to <I>
yceruto_django-ajax
train
18b16d24ca448b4b6ed4336842daa514302e1506
diff --git a/inferno/tests/test_net.py b/inferno/tests/test_net.py index <HASH>..<HASH> 100644 --- a/inferno/tests/test_net.py +++ b/inferno/tests/test_net.py @@ -438,7 +438,7 @@ class TestNeuralNet: assert weight.shape[0] == 123 stdout = capsys.readouterr()[0] - assert stdout.startswith("Re-...
Make test for print output more robust.
skorch-dev_skorch
train
3239f08d537a5c438acb1dbe280f38c51375330e
diff --git a/Classes/PackageFactory/AtomicFusion/Eel/AtomicFusionHelper.php b/Classes/PackageFactory/AtomicFusion/Eel/AtomicFusionHelper.php index <HASH>..<HASH> 100644 --- a/Classes/PackageFactory/AtomicFusion/Eel/AtomicFusionHelper.php +++ b/Classes/PackageFactory/AtomicFusion/Eel/AtomicFusionHelper.php @@ -37,19 +37...
TASK: Use explicit type casting and strong comparison to evaluate the truthyness of values
PackageFactory_atomic-fusion
train
af0467888752be899baff4b61330083a6965d2f4
diff --git a/src/Model/Table/ProductsTable.php b/src/Model/Table/ProductsTable.php index <HASH>..<HASH> 100644 --- a/src/Model/Table/ProductsTable.php +++ b/src/Model/Table/ProductsTable.php @@ -449,16 +449,16 @@ class ProductsTable extends AppTable if (isset($product[$productId]['unit_produ...
mysql <I> fix for quantity_in_units
foodcoopshop_foodcoopshop
train
e35c5689fb8dbfb06205a635da8ae29fd6bd751c
diff --git a/build-coordinator/src/main/java/org/jboss/pnc/core/builder/BuildCoordinator.java b/build-coordinator/src/main/java/org/jboss/pnc/core/builder/BuildCoordinator.java index <HASH>..<HASH> 100644 --- a/build-coordinator/src/main/java/org/jboss/pnc/core/builder/BuildCoordinator.java +++ b/build-coordinator/src/...
[NCL-<I>] Remove direct dependency from build coordinator to datastore The build coordinator can access the datastore via the datastore adapter class
project-ncl_pnc
train
032338151f4c4e6eb9f796b827830b712b8cd01e
diff --git a/bytes.go b/bytes.go index <HASH>..<HASH> 100644 --- a/bytes.go +++ b/bytes.go @@ -1,12 +1,19 @@ package tagflag -import "github.com/dustin/go-humanize" +import ( + "encoding" + + "github.com/dustin/go-humanize" +) // A nice builtin type that will marshal human readable byte quantities to // int64. F...
Implement encoding.TextUnmarshaler for Bytes So that it can be used from github.com/alexflint/go-arg without changes.
anacrolix_tagflag
train
a2866e104dbd5588fb7c807a775151616c828fce
diff --git a/lib/flor/id.rb b/lib/flor/id.rb index <HASH>..<HASH> 100644 --- a/lib/flor/id.rb +++ b/lib/flor/id.rb @@ -35,9 +35,14 @@ module Flor child_id(nid) + 1 end - def self.sub_nid(nid, subid) + def self.sub_nid(nid, subid=nil) - "#{nid.split('-').first}-#{subid}" + if subid + "#{nid.spli...
Ensure "cmap" preserves child order
floraison_flor
train
e70c1a067a801443719bfabb26aa0a2690b02838
diff --git a/lib/puppet/type/user.rb b/lib/puppet/type/user.rb index <HASH>..<HASH> 100755 --- a/lib/puppet/type/user.rb +++ b/lib/puppet/type/user.rb @@ -210,11 +210,8 @@ module Puppet groups.each { |group| case group when Integer: - if ...
Fixing forward-compatibility issues resulting from no global resources
puppetlabs_puppet
train
e600ac7facf031a7d212cedb905937b651c709aa
diff --git a/src/Yubikey/Validate.php b/src/Yubikey/Validate.php index <HASH>..<HASH> 100644 --- a/src/Yubikey/Validate.php +++ b/src/Yubikey/Validate.php @@ -292,6 +292,4 @@ class Validate return $responses; } -} - -?> \ No newline at end of file +} \ No newline at end of file
removing closing PHP tag from Validate class
enygma_yubikey
train
dcafe15ea64cb316760b1b20d58c63d0c0f9b7dc
diff --git a/meleeuploader/consts.py b/meleeuploader/consts.py index <HASH>..<HASH> 100755 --- a/meleeuploader/consts.py +++ b/meleeuploader/consts.py @@ -126,6 +126,7 @@ sc_map_chars = { "Pokemon Trainer Girl": "Pokemon Trainer", "RosalinaLuma": "Rosalina & Luma", "Mr GameWatch": "Mr. Game & Watch", + ...
chore: add another SC char mapping
NikhilNarayana_Melee-YouTube-Uploader
train
ec4f2430aa2c32d8c33fed327566aba17f6685cb
diff --git a/lib/goalie.rb b/lib/goalie.rb index <HASH>..<HASH> 100644 --- a/lib/goalie.rb +++ b/lib/goalie.rb @@ -8,7 +8,6 @@ module Goalie # This middleware rescues any exception returned by the application # and renders nice exception pages. class CustomErrorPages - LOCALHOST = [/^127\.0\.0\.\d{1,3}$/, "...
Checking if request is local is now a method of the request.
hsribei_goalie
train
26db0b9fc92a6e231f3397a7989f3995f8f10267
diff --git a/networkdb/cluster.go b/networkdb/cluster.go index <HASH>..<HASH> 100644 --- a/networkdb/cluster.go +++ b/networkdb/cluster.go @@ -290,13 +290,6 @@ func (nDB *NetworkDB) reconnectNode() { return } - // Update all the local table state to a new time to - // force update on the node we are trying to re...
optimize the rebroadcast for failure case Before when a node was failing, all the nodes would bump the lamport time of all their entries. This means that if a node flap, there will be a storm of update of all the entries. This commit on the base of the previous logic guarantees that only the node that joins back will ...
docker_libnetwork
train
98ba60d05bb2973ef1229190b6ac8baf2503eeeb
diff --git a/clearly/__init__.py b/clearly/__init__.py index <HASH>..<HASH> 100644 --- a/clearly/__init__.py +++ b/clearly/__init__.py @@ -1,16 +1,10 @@ # coding=utf-8 from __future__ import unicode_literals -__author__ = 'Rogério Sampaio de Almeida' +VERSION = (0, 2, 6) -VERSION = (0, 2, 5) # 'major', 'minor', ...
fix(*) pip install -e should work in a clean venv
rsalmei_clearly
train
7735848c940d5f76609a245a19737f9adba91133
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -318,5 +318,6 @@ if ( neuron_script ) { } +// @expose neuron.config = config;
#<I>: config: improve annotations according to closure-compiler
kaelzhang_neuron.js
train
1460fe7979146362aa19dc62a326af3e26ba4f69
diff --git a/src/Converter/JsonConverter.php b/src/Converter/JsonConverter.php index <HASH>..<HASH> 100644 --- a/src/Converter/JsonConverter.php +++ b/src/Converter/JsonConverter.php @@ -1555,7 +1555,11 @@ class JsonConverter extends AbstractDataConverter $objectInFolderList = new ObjectInFolderList(); ...
[BUGFIX] fixes missing brackets in convertObjectInFolderList methodwhich leads to Exception when index is not present
dkd_php-cmis-client
train
e7a72c528a3e4fdbf78dd609c944046d113f3e2c
diff --git a/plugins/src/kg/apc/charting/plotters/CSplineRowPlotter.java b/plugins/src/kg/apc/charting/plotters/CSplineRowPlotter.java index <HASH>..<HASH> 100644 --- a/plugins/src/kg/apc/charting/plotters/CSplineRowPlotter.java +++ b/plugins/src/kg/apc/charting/plotters/CSplineRowPlotter.java @@ -32,9 +32,9 @@ public ...
Fix CSpline freeze for small ranges
undera_jmeter-plugins
train
380331d1f466e898efc4c1bb5be53076ad53a2ee
diff --git a/lib/zfs.js b/lib/zfs.js index <HASH>..<HASH> 100644 --- a/lib/zfs.js +++ b/lib/zfs.js @@ -1,5 +1,37 @@ var _ = require('underscore'); +var cp = require('child_process'); +var path = require('path'); var spawn = require('child_process').spawn; +var util = require('util'); + +function findCmd(name) { + ...
Smarter execFile and callback handling.
calmh_node-zfs
train
207747bc4b2f4a07f9216317ab61192ae68b8840
diff --git a/env.js b/env.js index <HASH>..<HASH> 100644 --- a/env.js +++ b/env.js @@ -199,7 +199,7 @@ } } - function parsePath(path) { + var parsePath = exports.parsePath = function(path) { var cx = infer.cx(), cached = cx.paths[path]; if (cached != null) return cached; cx.paths[path] = infe...
Small tweaks to inferrence algorithm + a few new exports
ternjs_tern
train
c3c809f58892c1111f8b284e5ff2a997f92273cc
diff --git a/lib/engineyard/cli.rb b/lib/engineyard/cli.rb index <HASH>..<HASH> 100644 --- a/lib/engineyard/cli.rb +++ b/lib/engineyard/cli.rb @@ -81,6 +81,8 @@ module EY :extra_config => deploy_config.extra_config, }) + runner = serverside_runner(app_env, deploy_config.verbose) + out =...
Move serverside runner init before the deploy starts so errors don't get recorded needlessly.
engineyard_engineyard
train
08dae0753810a8fab1606f6c497f9d6382a43bb6
diff --git a/test/com/startingblocktech/tcases/io/SystemTestResources.java b/test/com/startingblocktech/tcases/io/SystemTestResources.java index <HASH>..<HASH> 100755 --- a/test/com/startingblocktech/tcases/io/SystemTestResources.java +++ b/test/com/startingblocktech/tcases/io/SystemTestResources.java @@ -13,6 +13,7 @@...
TestSystemTestDocWriter: Refactor some responsibilities to SystemTestResources
Cornutum_tcases
train
c8e92a7e7f9831d47f69beda803d11d0cbe6c7b6
diff --git a/paxtools-core/src/main/java/org/biopax/paxtools/impl/level3/XReferrableImpl.java b/paxtools-core/src/main/java/org/biopax/paxtools/impl/level3/XReferrableImpl.java index <HASH>..<HASH> 100644 --- a/paxtools-core/src/main/java/org/biopax/paxtools/impl/level3/XReferrableImpl.java +++ b/paxtools-core/src/main...
Fixed hashCode in SimpleInteraction.java; added "keyword" field to XReferrableImpl lucene index.
BioPAX_Paxtools
train
dde14a61e3a6191810c0ebddd2d48511a1962224
diff --git a/Tests/Element/PhpFileTest.php b/Tests/Element/PhpFileTest.php index <HASH>..<HASH> 100755 --- a/Tests/Element/PhpFileTest.php +++ b/Tests/Element/PhpFileTest.php @@ -2,6 +2,8 @@ namespace WsdlToPhp\PhpGenerator\Tests\Element; +use WsdlToPhp\PhpGenerator\Element\PhpClass; + use WsdlToPhp\PhpGenerator\...
add unit test for file with a class
WsdlToPhp_PhpGenerator
train
561780135e25989cfe0b4636ca015fbe53c25e5c
diff --git a/aiohttp/client.py b/aiohttp/client.py index <HASH>..<HASH> 100644 --- a/aiohttp/client.py +++ b/aiohttp/client.py @@ -482,6 +482,7 @@ class ClientSession: self._connector = None def __enter__(self): + warnings.warn("Use async with instead", DeprecationWarning) return self ...
Add a warning for with ClientSession()
aio-libs_aiohttp
train
238973d5a99618875cbed8db89ba96468b31042e
diff --git a/Swat/SwatPagination.php b/Swat/SwatPagination.php index <HASH>..<HASH> 100644 --- a/Swat/SwatPagination.php +++ b/Swat/SwatPagination.php @@ -4,7 +4,7 @@ require_once 'Swat/SwatControl.php'; require_once 'Swat/SwatHtmlTag.php'; -require_once 'Swat/SwatString.php'; +require_once 'Swat/SwatI18NLocale.php...
Use SwatI<I>NLocale to format numbers in SwatPagination. svn commit r<I>
silverorange_swat
train
c07f68b403bfb38f63ebae6fa26e1bd7d2c49dc4
diff --git a/layout/elements/text.py b/layout/elements/text.py index <HASH>..<HASH> 100644 --- a/layout/elements/text.py +++ b/layout/elements/text.py @@ -81,6 +81,7 @@ class Paragraph(TextBase): x = rect.x y -= self.font_size * self.leading + c.restoreState() ...
Fixed text handling bug with render state never being restored.
idmillington_layout
train
dfed3d00ff6f377165324649b674a59cfd7a599f
diff --git a/formats/bed.py b/formats/bed.py index <HASH>..<HASH> 100755 --- a/formats/bed.py +++ b/formats/bed.py @@ -12,7 +12,7 @@ from itertools import groupby from optparse import OptionParser from jcvi.formats.base import LineFile, must_open -from jcvi.utils.cbook import depends, thousands +from jcvi.utils.cbo...
add formats.bed.fix() to fix wrongly-formatted bed files
tanghaibao_jcvi
train
ba28c86938d8c2e48e07b98208f405aef811e248
diff --git a/dodo.py b/dodo.py index <HASH>..<HASH> 100644 --- a/dodo.py +++ b/dodo.py @@ -1 +1,27 @@ from pyct import * + +############################################################ +# TODO: remove if project is updated to use pyctdev +miniconda_url = { + "Windows": "https://repo.anaconda.com/miniconda/Miniconda...
Fix tests that involve importing holoviews/pandas/numpy (#<I>) Ignore all the scary runtime warnings from the depths of numpy. Also: * Skip hv tests if hv not available (e.g. python 2) * Project is using pyctdev from before it was called pyctdev; update miniconda download url.
pyviz_nbsmoke
train
a43773e26cb056bc1db6392f2ffa9dedcabd4548
diff --git a/tftpy/TftpStates.py b/tftpy/TftpStates.py index <HASH>..<HASH> 100644 --- a/tftpy/TftpStates.py +++ b/tftpy/TftpStates.py @@ -76,6 +76,7 @@ class TftpContext(object): self.packethook = None self.sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) self.sock.settimeout(timeout)...
Fixing issue #<I> on github, server failing to use timeout time in checkTimeout() method.
msoulier_tftpy
train
1653ec4154e6e8fa62a509c92010f6e221d9eefa
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,6 +3,7 @@ $:.unshift(File.dirname(__FILE__)) require 'rspec' require 'rr' +require 'pry' require 'backlog'
added pry declaration for debugging
yoppi_backlog-api
train
1a3aa2ece008faf2ecee44f2dd5671f311d212c0
diff --git a/go/vt/worker/split_clone.go b/go/vt/worker/split_clone.go index <HASH>..<HASH> 100644 --- a/go/vt/worker/split_clone.go +++ b/go/vt/worker/split_clone.go @@ -639,22 +639,32 @@ func (scw *SplitCloneWorker) clone(ctx context.Context, state StatusWorkerState) destReaders[shardIndex] = destResultReader ...
worker: Skip ResultMerger in chunk pipeline if there is only one input ResultReader.
vitessio_vitess
train
1efffe5d85a7343d14813a00521541d2286b6da3
diff --git a/lib/fog/rackspace/models/block_storage/snapshot.rb b/lib/fog/rackspace/models/block_storage/snapshot.rb index <HASH>..<HASH> 100644 --- a/lib/fog/rackspace/models/block_storage/snapshot.rb +++ b/lib/fog/rackspace/models/block_storage/snapshot.rb @@ -26,6 +26,7 @@ module Fog def save(force = fals...
updated save method in Fog::Rackspace::BlockStorage::Volume and Fog::Rackspace::BlockStorage::Snapshot to skip creating cloud reources if identity was already set Fixes #<I>
fog_fog
train
b3e21c66d65fdf6cba8c1f9e68dda9ce4ba08ed6
diff --git a/merb-core/lib/merb-core/server.rb b/merb-core/lib/merb-core/server.rb index <HASH>..<HASH> 100644 --- a/merb-core/lib/merb-core/server.rb +++ b/merb-core/lib/merb-core/server.rb @@ -266,7 +266,7 @@ module Merb Merb.fatal! "Failed to store Merb logs in #{File.dirname(file)}, " \ "per...
Corrects logger message when pid file is dropped.
wycats_merb
train
b83495607c5032c5f1104584b0958a6b24b27b53
diff --git a/Math.php b/Math.php index <HASH>..<HASH> 100644 --- a/Math.php +++ b/Math.php @@ -19,7 +19,7 @@ class Math use traits\StaticallyExtendable; /** - * @var array Mathematical constants map. + * Mathematical constants map. */ const CONSTANTS = [ 'pi' => M...
[Utils/Math] Added rounding constants to Math.
unyx_utils
train
9cd8640bd1b96a4499dce8db2ef5ff2e421c2cc3
diff --git a/php-sql-parser.php b/php-sql-parser.php index <HASH>..<HASH> 100644 --- a/php-sql-parser.php +++ b/php-sql-parser.php @@ -806,6 +806,9 @@ EOREGEX if (!empty($out['VALUES'])) { $out = $this->process_values($out); } + if (!empty($out['INTO'])) { + ...
ADD: dummy handler for SELECT ... INTO ... It doesn't work correctly, but at the moment there is no user issue on that. git-svn-id: <URL>
greenlion_PHP-SQL-Parser
train
0eabbee3b665ae2d4b77e3100059a94ea62108a9
diff --git a/rquery.js b/rquery.js index <HASH>..<HASH> 100644 --- a/rquery.js +++ b/rquery.js @@ -47,7 +47,7 @@ } }, { - matcher: /^\.(\w+)/, + matcher: /^\.([^\s]+)/, buildPredicate: function (match) { return function (component) { if (TestUtils.isDOMComponent(com...
Support dashes in class names.
percyhanna_rquery
train
351ed2759c4bb19f26582290fc1d3485208124d3
diff --git a/ella/imports/models.py b/ella/imports/models.py index <HASH>..<HASH> 100644 --- a/ella/imports/models.py +++ b/ella/imports/models.py @@ -131,6 +131,10 @@ class Server(models.Model): # unwanted import item has negative priority - never more update priority si.prior...
Deleted old ServerItems and propagate error when feed fails git-svn-id: <URL>
ella_ella
train
12fab1fb00cb06901844b5b55c106f016695935b
diff --git a/src/field-creator.js b/src/field-creator.js index <HASH>..<HASH> 100644 --- a/src/field-creator.js +++ b/src/field-creator.js @@ -58,56 +58,23 @@ import { fieldRegistry } from './fields' function createUnitField(data, schema) { data = data || []; - switch (schema.type) { - case FieldType.MEAS...
Field Registry complete-refcator
chartshq_datamodel
train
15ce32f10ce5d079b221605d033ab0d2b94e3cdf
diff --git a/docs/installation_guide.rst b/docs/installation_guide.rst index <HASH>..<HASH> 100644 --- a/docs/installation_guide.rst +++ b/docs/installation_guide.rst @@ -108,7 +108,7 @@ required component that needs not necessarily be on the same host. Your copy of ``settings.py`` should point to the host and port wh...
[documentation] added --git option for starting folia docserve
proycon_flat
train
25aacc706545e72b0d8023ff9112e84935c643d1
diff --git a/src/Delivery/Synchronization/Manager.php b/src/Delivery/Synchronization/Manager.php index <HASH>..<HASH> 100644 --- a/src/Delivery/Synchronization/Manager.php +++ b/src/Delivery/Synchronization/Manager.php @@ -119,7 +119,7 @@ class Manager if (isset($item['sys']['locale'])) { ...
Fixes sync returning an array of NULLs instead of objects. Regression introduced in 2bc<I>c2c<I>a3c<I>a<I>d5d<I>a<I>ced3d9b (#<I>)
contentful_contentful.php
train
6c1928f1c4811c1c5dda81b98a17fd58a8eaf74d
diff --git a/src/contains.js b/src/contains.js index <HASH>..<HASH> 100644 --- a/src/contains.js +++ b/src/contains.js @@ -13,7 +13,7 @@ var _curry2 = require('./internal/_curry2'); * @param {Object} a The item to compare against. * @param {Array} list The array to consider. * @return {Boolean} `true` if the item...
Add @see R.any tag to contains
ramda_ramda
train
3d06c32dd904bef9505d048a861fcea39adba5df
diff --git a/lib/roxml.rb b/lib/roxml.rb index <HASH>..<HASH> 100644 --- a/lib/roxml.rb +++ b/lib/roxml.rb @@ -32,8 +32,8 @@ module ROXML def initialize(accessor, name = nil) @accessor = accessor @name = (name || accessor.id2name) + @array = false yield self if block_given? - @array ...
A few things a bit cleaner, a bit more ruby-ish
Empact_roxml
train
aaa89aa3211b0d73eb96442da3202c95e0dcbc14
diff --git a/java-os-login/google-cloud-os-login/synth.py b/java-os-login/google-cloud-os-login/synth.py index <HASH>..<HASH> 100644 --- a/java-os-login/google-cloud-os-login/synth.py +++ b/java-os-login/google-cloud-os-login/synth.py @@ -16,16 +16,25 @@ import synthtool as s import synthtool.gcp as gcp +import syn...
Add lint test and format generated code (#<I>) * Add lint Kokoro tests * synthtool will now run the java formatter after generating the files
googleapis_google-cloud-java
train
40b7fabaf25858bbef6bc492ab0e5a472784d8da
diff --git a/pkg/kubectl/cmd/rollout/rollout_status.go b/pkg/kubectl/cmd/rollout/rollout_status.go index <HASH>..<HASH> 100644 --- a/pkg/kubectl/cmd/rollout/rollout_status.go +++ b/pkg/kubectl/cmd/rollout/rollout_status.go @@ -127,7 +127,7 @@ func RunStatus(f *cmdutil.Factory, cmd *cobra.Command, out io.Writer, args []...
kubectl: return exit status appropriately after running watch.Until
kubernetes_kubernetes
train
ad05baa56fa5736c4ab3b221d4d7a0346878bbed
diff --git a/backtrader/broker.py b/backtrader/broker.py index <HASH>..<HASH> 100644 --- a/backtrader/broker.py +++ b/backtrader/broker.py @@ -232,7 +232,7 @@ class BrokerBack(object): order = SellOrder(owner=owner, data=data, size=size, price=price, exectype=exectype, valid=valid) return self.submit(...
Broker and Test Corrections - Small changes to dt passing in broker (parameter reordering) - Correction in test3
backtrader_backtrader
train
e64b8536c02c4745d0fc3c059c23086b7503e96e
diff --git a/xchange-itbit/src/main/java/com/xeiam/xchange/itbit/v1/ItBitAuthenticated.java b/xchange-itbit/src/main/java/com/xeiam/xchange/itbit/v1/ItBitAuthenticated.java index <HASH>..<HASH> 100644 --- a/xchange-itbit/src/main/java/com/xeiam/xchange/itbit/v1/ItBitAuthenticated.java +++ b/xchange-itbit/src/main/java/...
Remove @Consumes from GET requests
knowm_XChange
train
7e2f55cec0799cf6d702b49ea4670a5e26856f6d
diff --git a/handler/src/main/java/com/networknt/handler/Handler.java b/handler/src/main/java/com/networknt/handler/Handler.java index <HASH>..<HASH> 100644 --- a/handler/src/main/java/com/networknt/handler/Handler.java +++ b/handler/src/main/java/com/networknt/handler/Handler.java @@ -49,7 +49,7 @@ public class Handle...
Related to #<I>, eliminates checked exceptions from the `Handler.init() process`
networknt_light-4j
train
94f1c7951381c788edf3269fed9254e3edb20581
diff --git a/lib/vow.js b/lib/vow.js index <HASH>..<HASH> 100644 --- a/lib/vow.js +++ b/lib/vow.js @@ -87,6 +87,10 @@ Promise.prototype = { return this.then(undef, onRejected); }, + always : function(onResolved) { + return this.then(onResolved, onResolved); + }, + spread : function(onF...
promise.always added (#<I>)
dfilatov_vow
train
7e2ded2fa1092a5ae4d9e9f99203109a77b1bf45
diff --git a/dev/com.ibm.ws.request.probes/src/com/ibm/ws/request/probe/RequestProbeService.java b/dev/com.ibm.ws.request.probes/src/com/ibm/ws/request/probe/RequestProbeService.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.request.probes/src/com/ibm/ws/request/probe/RequestProbeService.java +++ b/dev/com.ibm.w...
Only send Counter events to a ProbeExtension if it supports the type - Audit ProbeExtension was getting a ClassCastException because non Audit counter events were sent to it. Updated the counter logic to match the entry / exit logic to check the type before sending to the ProbeExtension. - Update test to remove FFDCE...
OpenLiberty_open-liberty
train
2d62a3b80d2aca5958a301bed1c38e5dbd714a9b
diff --git a/javascript/webdriver/stacktrace.js b/javascript/webdriver/stacktrace.js index <HASH>..<HASH> 100644 --- a/javascript/webdriver/stacktrace.js +++ b/javascript/webdriver/stacktrace.js @@ -426,13 +426,16 @@ webdriver.stacktrace.OPERA_STACK_FRAME_REGEXP_ = new RegExp('^' + /** * RegExp pattern for functio...
Fix stacktrace parsing to work on IE <I>. On behalf of jleyba.
SeleniumHQ_selenium
train
9be40c87ebe7c2d24cb614b21a018afbf42c0b8b
diff --git a/salt/modules/dnsmasq.py b/salt/modules/dnsmasq.py index <HASH>..<HASH> 100644 --- a/salt/modules/dnsmasq.py +++ b/salt/modules/dnsmasq.py @@ -19,7 +19,7 @@ def __virtual__(): ''' if salt.utils.is_windows(): return False - return 'dnsmasq' + return True def version():
Not renaming, return a boolean in `__virtual__()`.
saltstack_salt
train
d2dfdfde82cc7b7dbbff4655a351afa743175b9b
diff --git a/lib/Doctrine/Search/Mapping/Annotations/DoctrineAnnotations.php b/lib/Doctrine/Search/Mapping/Annotations/DoctrineAnnotations.php index <HASH>..<HASH> 100755 --- a/lib/Doctrine/Search/Mapping/Annotations/DoctrineAnnotations.php +++ b/lib/Doctrine/Search/Mapping/Annotations/DoctrineAnnotations.php @@ -23,3 ...
Add Field and Searchable to annotations
doctrine_search
train
bab4fb9f5b1f9f0ae59538671055f071cd31f2f5
diff --git a/src/main/java/se/cgbystrom/netty/http/BandwidthMeterHandler.java b/src/main/java/se/cgbystrom/netty/http/BandwidthMeterHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/se/cgbystrom/netty/http/BandwidthMeterHandler.java +++ b/src/main/java/se/cgbystrom/netty/http/BandwidthMeterHandler.java @@ -5...
Improved bandwidth meter with measuring bytes sent/received per second as well
cgbystrom_netty-tools
train
fda7e1cd38be86d83ec1eacce7d72894681ec4e4
diff --git a/src/main/java/net/openhft/chronicle/map/ChronicleMapBuilder.java b/src/main/java/net/openhft/chronicle/map/ChronicleMapBuilder.java index <HASH>..<HASH> 100755 --- a/src/main/java/net/openhft/chronicle/map/ChronicleMapBuilder.java +++ b/src/main/java/net/openhft/chronicle/map/ChronicleMapBuilder.java @@ -1...
Move Engine from Map 3 to Map 2
OpenHFT_Chronicle-Map
train
3123cd0c7915cc3579ecad35de55666bdfae5d9e
diff --git a/pkg/kubernetes/pki_test.go b/pkg/kubernetes/pki_test.go index <HASH>..<HASH> 100644 --- a/pkg/kubernetes/pki_test.go +++ b/pkg/kubernetes/pki_test.go @@ -7,6 +7,8 @@ import ( //"github.com/Sirupsen/logrus" //"gitlab.jetstack.net/jetstack-experimental/vault-helper/pkg/kubernetes" + vault_testing "gith...
Added test for pki type
jetstack_vault-helper
train
01f04c717e6ea15342aace29fafb73e3904563e8
diff --git a/cmd/gateway-main.go b/cmd/gateway-main.go index <HASH>..<HASH> 100644 --- a/cmd/gateway-main.go +++ b/cmd/gateway-main.go @@ -193,6 +193,8 @@ func gatewayMain(ctx *cli.Context) { registerGatewayAPIRouter(router, newObject) var handlerFns = []HandlerFunc{ + // Validate all the incoming paths. + setP...
gateway: reject bad path segments in URL (#<I>)
minio_minio
train
e34b95b692b0d7140520d331aab02b8af29671f9
diff --git a/intranet/apps/eighth/views/activities.py b/intranet/apps/eighth/views/activities.py index <HASH>..<HASH> 100644 --- a/intranet/apps/eighth/views/activities.py +++ b/intranet/apps/eighth/views/activities.py @@ -194,7 +194,7 @@ def calculate_statistics(activity, start_date=None, all_years=False, year=None): ...
Stats Adjustments - len() -> count() - filter out absent users - bump beginning of school year to 8/1 from 9/1
tjcsl_ion
train
56da4b97c3e15a6e7726006094c933a9ac1f8a3f
diff --git a/lib/middleware/responder.js b/lib/middleware/responder.js index <HASH>..<HASH> 100644 --- a/lib/middleware/responder.js +++ b/lib/middleware/responder.js @@ -33,34 +33,38 @@ module.exports = function responder(config) { return next(err); } - res.format({ html: function () { if (debug) ...
Better sending of data and what not.
thecodebureau_epiphany
train
208236252d5a0596a1a6a4be83fec54c7ccedff6
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [#940](https://github.com/bbatsov/rubocop/issues/940): Fixed `UselessAccessModifier` not handling `attr_*` correctly. ([@fshowalter][]) * `NegatedIf` properly handles negated `unless` condition...
[Fix #<I>] Don't disable Syntax cop in rubocop-todo.yml The Syntax cop is a fake cop and it can't be disabled in configuration.
rubocop-hq_rubocop
train
278db5dc70fea7ebc103163e62042ad5a7a8b0b4
diff --git a/services/datalad/tests/test_snapshots.py b/services/datalad/tests/test_snapshots.py index <HASH>..<HASH> 100644 --- a/services/datalad/tests/test_snapshots.py +++ b/services/datalad/tests/test_snapshots.py @@ -50,6 +50,9 @@ def test_create_snapshot_no_config(datalad_store, client, new_dataset): assert...
tests: Verify no datalad id is present after deletion in create_snapshot_no_config test
OpenNeuroOrg_openneuro
train
89419a71765873d54c7d14b20cb16892609d600f
diff --git a/spec/nyan_cat_formatter_spec.rb b/spec/nyan_cat_formatter_spec.rb index <HASH>..<HASH> 100644 --- a/spec/nyan_cat_formatter_spec.rb +++ b/spec/nyan_cat_formatter_spec.rb @@ -183,4 +183,23 @@ describe NyanCatFormatter do @formatter.format_duration(987.34).should eq("16 minutes and 27.34 seconds") ...
Improve tests for both original and wide nyancatformatters
bcutrell_football_formatter
train
9f2f9f99f3b18c8b222769f7f1858dd86daca7d4
diff --git a/PHPCompatibility/Sniffs/FunctionNameRestrictions/ReservedFunctionNamesSniff.php b/PHPCompatibility/Sniffs/FunctionNameRestrictions/ReservedFunctionNamesSniff.php index <HASH>..<HASH> 100644 --- a/PHPCompatibility/Sniffs/FunctionNameRestrictions/ReservedFunctionNamesSniff.php +++ b/PHPCompatibility/Sniffs/F...
ReservedFunctionNames: fix the error message The error message for (global) functions referred to `methods` which is confusing and semantically incorrect. Fixed now. Includes adjusting the unit test file to allow for the different error messages.
PHPCompatibility_PHPCompatibility
train
6d9a2d24976abc486531b67a4533df7774085413
diff --git a/parser/frontmatter.go b/parser/frontmatter.go index <HASH>..<HASH> 100644 --- a/parser/frontmatter.go +++ b/parser/frontmatter.go @@ -17,6 +17,7 @@ import ( "bytes" "encoding/json" "fmt" + "strings" "github.com/BurntSushi/toml" "launchpad.net/goyaml" @@ -86,6 +87,20 @@ func InterfaceToFrontMatt...
adding a front matter format to lead rune method
gohugoio_hugo
train
b3d3ed4402ec250821e993b49b06a12a105f470b
diff --git a/pedigree.php b/pedigree.php index <HASH>..<HASH> 100644 --- a/pedigree.php +++ b/pedigree.php @@ -211,9 +211,7 @@ for ($i=($controller->treesize-1); $i>=0; $i--) { if (!empty($controller->treeid[$i]) || $SHOW_EMPTY_BOXES) { // Work around a bug in FireFox that mis-places some boxes in Portrait RTL, re...
Correct z-index on Cloudy
fisharebest_webtrees
train
ab285bcb00b6c45387e63e40e631387a93f2e77b
diff --git a/packages/webiny-app-cms/src/editor/components/Droppable.js b/packages/webiny-app-cms/src/editor/components/Droppable.js index <HASH>..<HASH> 100644 --- a/packages/webiny-app-cms/src/editor/components/Droppable.js +++ b/packages/webiny-app-cms/src/editor/components/Droppable.js @@ -35,7 +35,7 @@ const Dropp...
Fixes out of bounds drop zone
Webiny_webiny-js
train
8c9cc8d355825e2b7ae0b4dcdedee518831e3338
diff --git a/lib/devise/models/confirmable.rb b/lib/devise/models/confirmable.rb index <HASH>..<HASH> 100644 --- a/lib/devise/models/confirmable.rb +++ b/lib/devise/models/confirmable.rb @@ -48,7 +48,7 @@ module Devise included do before_create :generate_confirmation_token, if: :confirmation_required? ...
Change the way to detect ActiveRecord vs Mongoid (#<I>) * Change the way to detect ActiveRecord vs Mongoid Cause of **mongoid-paperclip** declaring *after_commit* callback while **mongoid** (and MongoDB) does not support it. * Update test for ActiveRecord presence to handle Mongoid/ActiveRecord project
plataformatec_devise
train
fdae028bd8769c2da712596b4184dc8a24b8f813
diff --git a/Generator/RouterItem.php b/Generator/RouterItem.php index <HASH>..<HASH> 100644 --- a/Generator/RouterItem.php +++ b/Generator/RouterItem.php @@ -25,7 +25,8 @@ class RouterItem extends BaseGenerator { 'required' => TRUE, ], 'route_name' => [ - 'computed' => TRUE, + 'int...
Changed router item route name property to be internal rather than computed.
drupal-code-builder_drupal-code-builder
train
8d03d56ef10cafaa04c7b76cbd1beaff1b42c6ec
diff --git a/andes/core/limiter.py b/andes/core/limiter.py index <HASH>..<HASH> 100644 --- a/andes/core/limiter.py +++ b/andes/core/limiter.py @@ -38,7 +38,7 @@ class Limiter(object): """ pass - def get_syms(self): + def get_names(self): """ Available symbols from thhis class...
Added vars_syms for all variable symbols
cuihantao_andes
train
fd2cb971bf5358a08ea922693406846e1ea412ea
diff --git a/graylog2-server/src/main/java/org/graylog2/rest/resources/system/DeflectorResource.java b/graylog2-server/src/main/java/org/graylog2/rest/resources/system/DeflectorResource.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog2/rest/resources/system/DeflectorResource.java +++ b/g...
Remove ClassNotFoundException from DeflectorResource#deflector()
Graylog2_graylog2-server
train
72f1aed9bfa606d54bfc248e0fd3c75d0081a441
diff --git a/core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerStringAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/serialization/serializer/record/string/ORecordSerializerStringAbstract.java index <HASH>..<HASH> 100644 --- a/core/src/main...
Used BigDecimal as default decimal type on parsing from strings + big numbers are parsed as Long
orientechnologies_orientdb
train
7068ea475b22fd5ee7968789bdbdbdd43965bc3c
diff --git a/tests/test_views.py b/tests/test_views.py index <HASH>..<HASH> 100644 --- a/tests/test_views.py +++ b/tests/test_views.py @@ -183,6 +183,7 @@ class SyncHistoryViewTest(TestCase): class ConfirmFormViewTest(TestCase): + fake_stripe_customer_id = "cus_xxx1234567890" def setUp(self): se...
[Issue <I>] Missing tests
dj-stripe_dj-stripe
train
9ea1d3a4d6209712d2cfae461a5d2c442a78c073
diff --git a/jujupy.py b/jujupy.py index <HASH>..<HASH> 100644 --- a/jujupy.py +++ b/jujupy.py @@ -293,7 +293,10 @@ class SimpleEnvironment: return self.config['region'] def set_region(self, region): - provider = self.provider + try: + provider = self.provider + excep...
set_region works with no provider for testing purposes.
juju_juju
train
ceecc70b9b04af07ddc14c57d4bcc933a4e0379c
diff --git a/examples/cli-example/src/main/java/com/iovation/launchkey/sdk/example/cli/ServiceCommand.java b/examples/cli-example/src/main/java/com/iovation/launchkey/sdk/example/cli/ServiceCommand.java index <HASH>..<HASH> 100644 --- a/examples/cli-example/src/main/java/com/iovation/launchkey/sdk/example/cli/ServiceCo...
Catch AuthorizationRequestCanceled in service authorize command
iovation_launchkey-java
train
0c1d3f2e335cf3bc2d634ed6ac7ea2fe5f907d3f
diff --git a/pkg/minikube/assets/addons.go b/pkg/minikube/assets/addons.go index <HASH>..<HASH> 100644 --- a/pkg/minikube/assets/addons.go +++ b/pkg/minikube/assets/addons.go @@ -302,14 +302,15 @@ func addMinikubeDirToAssets(basedir, vmpath string, assets *[]CopyableFile) erro return errors.Wrapf(err, "checking if ...
Fixes multiple files behavior in files rootfs Some files may be left uncopied to the VM when there are multiple files in the .minikube/files directory as the code misinterprets the last parent dir as parent dirs for all files, which results some files with the same name were not copied. This patch fixes the behavior.
kubernetes_minikube
train
056ffa42af077ca3f21a6e32f0ba8c6f61e3d6c4
diff --git a/railties/test/application/configuration_test.rb b/railties/test/application/configuration_test.rb index <HASH>..<HASH> 100644 --- a/railties/test/application/configuration_test.rb +++ b/railties/test/application/configuration_test.rb @@ -1130,6 +1130,8 @@ module ApplicationTests app "development" ...
Force ActionController::Base lazy laod hooks to run Now that the parameters configurations are only loaded when ActionController::Base is we need to foce them to load in our tests. In an application this is not needed since every request already load the controllers.
rails_rails
train
fa2df7efca9fba38ed7e5fd922be64f6e114f35e
diff --git a/src/language/__tests__/lexer-test.js b/src/language/__tests__/lexer-test.js index <HASH>..<HASH> 100644 --- a/src/language/__tests__/lexer-test.js +++ b/src/language/__tests__/lexer-test.js @@ -301,11 +301,11 @@ describe('Lexer', () => { }); expect( - lexOne('" white space "') + lexOn...
Fix typo in block string lexer test (#<I>)
graphql_graphql-js
train
36083e90794a36ed8f52b523564b71dc2f636107
diff --git a/test/mechanic_machine_test.rb b/test/mechanic_machine_test.rb index <HASH>..<HASH> 100644 --- a/test/mechanic_machine_test.rb +++ b/test/mechanic_machine_test.rb @@ -129,7 +129,7 @@ class StatefulEnumTest < ActiveSupport::TestCase assert_nothing_raised do Class.new(ActiveRecord::Base) do ...
Do not overwrite AR model's existing method AR already has `toggle` method defined here: <URL>
amatsuda_stateful_enum
train
c54def9c0aab0ae4d2aa014bb57d165dc39a6613
diff --git a/apps/sandbox/htdocs/_dev/edit/input.php b/apps/sandbox/htdocs/_dev/edit/input.php index <HASH>..<HASH> 100644 --- a/apps/sandbox/htdocs/_dev/edit/input.php +++ b/apps/sandbox/htdocs/_dev/edit/input.php @@ -7,21 +7,17 @@ // input $line = isset($_GET['line']) ? $_GET['line'] : 0; -$path = isset($_GET['fi...
Don't show full path in code editor. Use relative path from BEAR.Sunday root.
bearsunday_BEAR.Sunday
train
a02b3526cd559ac5372f2d0d6bf452af77ee5867
diff --git a/apiserver/facades/agent/uniter/networkinfo_test.go b/apiserver/facades/agent/uniter/networkinfo_test.go index <HASH>..<HASH> 100644 --- a/apiserver/facades/agent/uniter/networkinfo_test.go +++ b/apiserver/facades/agent/uniter/networkinfo_test.go @@ -413,6 +413,11 @@ func (s *networkInfoSuite) TestNetworksF...
Pre-populates CAAS unit addresses in NetworkInfo, ameliorating the potential double call.
juju_juju
train
f2592b0d0b1be2d46ed0f093fc2df8762b47aca6
diff --git a/cassandra/connection.py b/cassandra/connection.py index <HASH>..<HASH> 100644 --- a/cassandra/connection.py +++ b/cassandra/connection.py @@ -340,7 +340,13 @@ class Connection(object): self.send_msg(query, process_result, wait_for_id=True) def __str__(self): - return "<%s(%r) %s:%d>"...
Include defunct/closed in Connection.__str/repr__
datastax_python-driver
train
e35e85cd331df1d2b4dffadbefc2f3a265be7c63
diff --git a/seleniumbase/core/browser_launcher.py b/seleniumbase/core/browser_launcher.py index <HASH>..<HASH> 100755 --- a/seleniumbase/core/browser_launcher.py +++ b/seleniumbase/core/browser_launcher.py @@ -399,10 +399,11 @@ def _set_chrome_options( ) chrome_options.add_experimental_option("us...
Add better error-handling for Recorder Mode
seleniumbase_SeleniumBase
train
96a18f69e0d3f49c93174f1cef2b1ab70ae80340
diff --git a/src/ContaoCommunityAlliance/Translator/StaticTranslator.php b/src/ContaoCommunityAlliance/Translator/StaticTranslator.php index <HASH>..<HASH> 100644 --- a/src/ContaoCommunityAlliance/Translator/StaticTranslator.php +++ b/src/ContaoCommunityAlliance/Translator/StaticTranslator.php @@ -43,6 +43,8 @@ class S...
Silence phpmd warnings.
contao-community-alliance_translator
train
3459f38c0934a250a5c94f3818d94e62b53cdbfc
diff --git a/core/server/services/webhooks/payload.js b/core/server/services/webhooks/payload.js index <HASH>..<HASH> 100644 --- a/core/server/services/webhooks/payload.js +++ b/core/server/services/webhooks/payload.js @@ -1,11 +1,17 @@ const serialize = require('./serialize'); +const Promise = require('bluebird'); ...
Fixed webhook payload no issue - async code was not handled
TryGhost_Ghost
train
90e3e4a0ded52633884c960ca7f080cbbe85844d
diff --git a/app/presenters/renalware/pathology/observation_presenter.rb b/app/presenters/renalware/pathology/observation_presenter.rb index <HASH>..<HASH> 100644 --- a/app/presenters/renalware/pathology/observation_presenter.rb +++ b/app/presenters/renalware/pathology/observation_presenter.rb @@ -4,8 +4,8 @@ module Re...
Fix bug if measurement unit not assigned to Observation
airslie_renalware-core
train
13f292d1c7e6572593d8bb972a6c6039100905b6
diff --git a/internal/backend.go b/internal/backend.go index <HASH>..<HASH> 100644 --- a/internal/backend.go +++ b/internal/backend.go @@ -30,6 +30,7 @@ type Capabilities struct { MaxMultipartSize uint64 // indicates that the blob store has native support for directories DirBlob bool + Name string } typ...
add backend names so it's easier to see what they are
kahing_goofys
train
8fca71ee295052e4a21f31fc6bad53daf059afaf
diff --git a/lib/collection/property-list.js b/lib/collection/property-list.js index <HASH>..<HASH> 100644 --- a/lib/collection/property-list.js +++ b/lib/collection/property-list.js @@ -322,19 +322,16 @@ _.assign(PropertyList.prototype, /** @lends PropertyList.prototype */ { * @param {Boolean=false} prune Settin...
Update property-list to resolve optimisation suggestions
postmanlabs_postman-collection
train