hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0e277a3e29b6e359dc4413c7416b8d43640b1ca3
diff --git a/src/formatters/stringFormatter.js b/src/formatters/stringFormatter.js index <HASH>..<HASH> 100644 --- a/src/formatters/stringFormatter.js +++ b/src/formatters/stringFormatter.js @@ -69,7 +69,7 @@ function formatter(messages, source) { const orderedMessages = _.sortBy( messages, (m) => m.line ?...
Consistent whitespace around commas
stylelint_stylelint
train
dee878cb93096157684f27115fb10de2d37b0d8b
diff --git a/wffweb/src/main/java/com/webfirmframework/wffweb/tag/html/AbstractHtml.java b/wffweb/src/main/java/com/webfirmframework/wffweb/tag/html/AbstractHtml.java index <HASH>..<HASH> 100644 --- a/wffweb/src/main/java/com/webfirmframework/wffweb/tag/html/AbstractHtml.java +++ b/wffweb/src/main/java/com/webfirmframe...
Improved method loopThroughAllNestedChildren to multi purpose
webfirmframework_wff
train
ee2876b139422032f5fad5d35d7e25e3aa1520e2
diff --git a/osmnx/geometries.py b/osmnx/geometries.py index <HASH>..<HASH> 100644 --- a/osmnx/geometries.py +++ b/osmnx/geometries.py @@ -429,7 +429,7 @@ def _parse_node_to_point(element): def _parse_way_to_linestring_or_polygon(element, coords, polygon_features): """ - Parse open LineString, closed LineStr...
adds full stops to first lines of docstrings
gboeing_osmnx
train
ab398378eb0d88c38de495a6952ff331df14ec91
diff --git a/examples/source/Example/Table/IsAGoodTableRequirement.php b/examples/source/Example/Table/IsAGoodTableRequirement.php index <HASH>..<HASH> 100644 --- a/examples/source/Example/Table/IsAGoodTableRequirement.php +++ b/examples/source/Example/Table/IsAGoodTableRequirement.php @@ -2,7 +2,6 @@ /** * @author ...
Added already done todos
bazzline_php_component_requirement
train
842f40b0720e72f77bbd55b976ab020f347f5f72
diff --git a/generator/pkg/schemagen/generate.go b/generator/pkg/schemagen/generate.go index <HASH>..<HASH> 100644 --- a/generator/pkg/schemagen/generate.go +++ b/generator/pkg/schemagen/generate.go @@ -34,6 +34,14 @@ type PackageInformation struct { JavaPackage string } +// Name strategy mapping for auto discover...
Allow to provide custom java name rules
fabric8io_kubernetes-client
train
77f661a82e1cb0b1d1469c14b63034574073ef80
diff --git a/tgext/mailer/__init__.py b/tgext/mailer/__init__.py index <HASH>..<HASH> 100644 --- a/tgext/mailer/__init__.py +++ b/tgext/mailer/__init__.py @@ -7,9 +7,11 @@ def plugme(configurator, options=None): options = {} from tg.configuration import milestones - from .plugmailer import SetupMaile...
Cope with apps that change app_globals during configuration process
amol-_tgext.mailer
train
456047209d938a1a4974763909ebad89d45c6399
diff --git a/src/Builder/Bind.php b/src/Builder/Bind.php index <HASH>..<HASH> 100644 --- a/src/Builder/Bind.php +++ b/src/Builder/Bind.php @@ -4,6 +4,11 @@ namespace WScore\SqlBuilder\Builder; class Bind { /** + * @var bool + */ + static $useColumnInBindValues = false; + + /** * @var int ...
default is to have no colon for bind values the beginning. use the colon when testing.
asaokamei_ScoreSql
train
e23324543c1a8aee3151e02bb0983025a72ecef4
diff --git a/src/com/google/javascript/jscomp/Es6RewriteGenerators.java b/src/com/google/javascript/jscomp/Es6RewriteGenerators.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/Es6RewriteGenerators.java +++ b/src/com/google/javascript/jscomp/Es6RewriteGenerators.java @@ -164,7 +164,9 @@ public cl...
Enabled yield * over arrays. ------------- Created by MOE: <URL>
google_closure-compiler
train
d4291edffada6219fc1c80ba70b9c600901c59f2
diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js index <HASH>..<HASH> 100644 --- a/superset-frontend/.eslintrc.js +++ b/superset-frontend/.eslintrc.js @@ -27,6 +27,12 @@ module.exports = { env: { browser: true, }, + settings: { + 'import/resolver': 'webpack', + react: { + ...
build: optimize eslint import resolver configs (#<I>) Use `node` resolver and `node` env for `webpack.config.js`, use `webpack` resolver only for `src`.
apache_incubator-superset
train
d78c1aec76a0805498e2a41b78d9b68ffa5845b7
diff --git a/src/Ouzo/Db/ModelQueryBuilder.php b/src/Ouzo/Db/ModelQueryBuilder.php index <HASH>..<HASH> 100644 --- a/src/Ouzo/Db/ModelQueryBuilder.php +++ b/src/Ouzo/Db/ModelQueryBuilder.php @@ -37,7 +37,7 @@ class ModelQueryBuilder private function getModelAliasOrTable() { - return $this->_query->al...
Add right join to ModelQueryBuilder.
letsdrink_ouzo
train
9a76a50ee852cda29856d674c8bf88b809fb4cea
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nav/mini-nav.js +++ b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/n...
[Bug <I>] [sidebar] Opening a file directly under a non-Orion file system root does not show anything on the left hand side
eclipse_orion.client
train
53db058a8b14104406d7039c225949b9ab688ea9
diff --git a/django_stormpath/helpers.py b/django_stormpath/helpers.py index <HASH>..<HASH> 100644 --- a/django_stormpath/helpers.py +++ b/django_stormpath/helpers.py @@ -3,7 +3,7 @@ from django.core.exceptions import ImproperlyConfigured -. + def validate_settings(settings): """Ensure all user-supplied sett...
Removing extraneous period.
stormpath_stormpath-django
train
10aa8aa61871cc857fbd3d23cc8fa2cfa86c8368
diff --git a/examples/main.js b/examples/main.js index <HASH>..<HASH> 100644 --- a/examples/main.js +++ b/examples/main.js @@ -26,7 +26,6 @@ var Demos = React.createClass({ d3.tsv("data/applestock.tsv", function(error, data) { data.forEach(function(d) { d.date = parseDate(d.date); - console....
Removed unneeded debugging console call
esbullington_react-d3
train
719cc9a340f0be61500d85ec9a4f2c8ee08c7555
diff --git a/src/OptionT.js b/src/OptionT.js index <HASH>..<HASH> 100644 --- a/src/OptionT.js +++ b/src/OptionT.js @@ -182,6 +182,7 @@ var OptionPrototype = new OptionT(); /** * @constructor * @template T + * @extends {OptionT<T>} * * @param {T} val */ @@ -206,6 +207,7 @@ Some.prototype = OptionP...
Add extend annotation to Some & None.
karen-irc_option-t
train
39bd95c850a4a1a375c73469fc19e16ada435141
diff --git a/runner/runner.go b/runner/runner.go index <HASH>..<HASH> 100644 --- a/runner/runner.go +++ b/runner/runner.go @@ -213,7 +213,8 @@ func (r *Runner) Start(ctxt context.Context, opts ...string) error { return nil } -// Shutdown shuts down the Chrome process. +// Shutdown shuts down the Chrome process. C...
Clarified SIGTERM in shutdown comments
chromedp_chromedp
train
c0302624d9184eba5150a7dab9b364efeb724301
diff --git a/js/base/Exchange.js b/js/base/Exchange.js index <HASH>..<HASH> 100644 --- a/js/base/Exchange.js +++ b/js/base/Exchange.js @@ -5,6 +5,8 @@ const functions = require ('./functions') , Market = require ('./Market') +const { AssertionError } = require ('assert') + const { isNode , keys @@...
added orderbook precision validation to fetchOrderBook in Exchange.js
ccxt_ccxt
train
e9465eabb5363a05fe4732457ffffd911e2baa3e
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -195,11 +195,16 @@ Client.prototype.metadataRequest = function (topicNames) { Client.prototype.getTopicPartitions = function (topic) { var self = this; - return self._waitMetadata().then(function...
Reload metadata when local copy doesn't have requested topic/partition. Fixes #<I>
oleksiyk_kafka
train
6e1dcfe92cc3757644183d92df8275ec0ab5768a
diff --git a/src/Anonym/Facades/Session.php b/src/Anonym/Facades/Session.php index <HASH>..<HASH> 100644 --- a/src/Anonym/Facades/Session.php +++ b/src/Anonym/Facades/Session.php @@ -21,5 +21,12 @@ use Anonym\Patterns\Facade; */ class Session extends Facade { - -} \ No newline at end of file + /** + * get t...
added return "Session";
AnonymPHP_Anonym-Library
train
3b59c6ee485fb3cba508508207c317e3ce1cd0fd
diff --git a/torchvision/datasets/sbd.py b/torchvision/datasets/sbd.py index <HASH>..<HASH> 100644 --- a/torchvision/datasets/sbd.py +++ b/torchvision/datasets/sbd.py @@ -1,4 +1,5 @@ import os +import shutil from .vision import VisionDataset import numpy as np @@ -72,12 +73,16 @@ class SBDataset(VisionDataset): ...
Change SBDataset to make it support already-downloaded datasets (#<I>)
pytorch_vision
train
65573cb7474d8597070ac13c5665cf3c9a90936e
diff --git a/treebeard/tests/models.py b/treebeard/tests/models.py index <HASH>..<HASH> 100644 --- a/treebeard/tests/models.py +++ b/treebeard/tests/models.py @@ -32,7 +32,7 @@ class MP_UnicodeNode(MP_Node): class MP_TestNodeSomeDep(models.Model): - node = models.ForeignKey(MP_TestNode) + node = models.Forei...
Add on_delete kwarg to the ForeignKey fields This is now an required kwarg since Django <I> (and already a warning from <I> and onwards)
django-treebeard_django-treebeard
train
42b0fa5f385fb056d4f14c626b357388a8e98c82
diff --git a/api/resolver.py b/api/resolver.py index <HASH>..<HASH> 100644 --- a/api/resolver.py +++ b/api/resolver.py @@ -365,6 +365,8 @@ def get_all_users(): return data +# aaron note: do we need to support multiple users in a query? +# this seems like a potential avenue for abuse. @resolver.route('/v2...
limit count size on 'get all names' requests
blockstack_blockstack-core
train
d776cb4a9d8f0cc8a9f3b88f68793f98eac58756
diff --git a/src/Assetic/Filter/PackerFilter.php b/src/Assetic/Filter/PackerFilter.php index <HASH>..<HASH> 100644 --- a/src/Assetic/Filter/PackerFilter.php +++ b/src/Assetic/Filter/PackerFilter.php @@ -23,38 +23,34 @@ use Assetic\Asset\AssetInterface; */ class PackerFilter implements FilterInterface { - protected ...
Replaced tabs with spaces and changed setter for properties in PackerFilter
kriswallsmith_assetic
train
4cc464d30633b68b1c72929d58b6ee91b6ef9bd1
diff --git a/pale/arguments/base.py b/pale/arguments/base.py index <HASH>..<HASH> 100644 --- a/pale/arguments/base.py +++ b/pale/arguments/base.py @@ -30,7 +30,7 @@ class BaseArgument(BaseField): """Initialize an argument. This method is usually called from the Endpoint definition, and the - ...
Adds StringListArgument support for a query string delineation. A query string argument to a StringListArgument receives a list() in the validate method, so this tests for the presence of a single item in the list containing the separator character to attempt a second split.
Loudr_pale
train
66e8a37cf31486db88e6f65e199677f8edc13ad2
diff --git a/src/Drupal/Driver/DrushDriver.php b/src/Drupal/Driver/DrushDriver.php index <HASH>..<HASH> 100644 --- a/src/Drupal/Driver/DrushDriver.php +++ b/src/Drupal/Driver/DrushDriver.php @@ -73,6 +73,9 @@ class DrushDriver implements DriverInterface { /** * Implements DriverInterface::userCreate(). + * +...
Issue #<I> by itamar: Added Store created user ID in DrupalContext::.
jhedstrom_drupalextension
train
cd40cb035da1395a09d5fbb067e6fc9cb4ee6570
diff --git a/bootstrap-weld3/src/main/java/ws/ament/hammock/bootstrap/weld3/Weld3Bootstrapper.java b/bootstrap-weld3/src/main/java/ws/ament/hammock/bootstrap/weld3/Weld3Bootstrapper.java index <HASH>..<HASH> 100644 --- a/bootstrap-weld3/src/main/java/ws/ament/hammock/bootstrap/weld3/Weld3Bootstrapper.java +++ b/bootstr...
Fix for #<I> swap out native Weld calls for CDI based calls.
hammock-project_hammock
train
a754caa502a009cb9f81290683af49fbc472a895
diff --git a/src/commands/util/eval.js b/src/commands/util/eval.js index <HASH>..<HASH> 100644 --- a/src/commands/util/eval.js +++ b/src/commands/util/eval.js @@ -35,6 +35,7 @@ export default class EvalCommand extends Command { async run(message, args) { if(!args[0]) throw new CommandFormatError(this, message.guil...
Added execution time to eval
Gawdl3y_discord-graf
train
b9f4b1b064077a74880f1c1d70a354d043e8980a
diff --git a/src/main/java/org/primefaces/extensions/util/ComponentUtils.java b/src/main/java/org/primefaces/extensions/util/ComponentUtils.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/primefaces/extensions/util/ComponentUtils.java +++ b/src/main/java/org/primefaces/extensions/util/ComponentUtils.java @@ -5...
removed findClientIds
primefaces-extensions_core
train
85c1f4b7247283971d350eca2db72f8bc74d4dee
diff --git a/lib/fog/hp/models/network/network.rb b/lib/fog/hp/models/network/network.rb index <HASH>..<HASH> 100644 --- a/lib/fog/hp/models/network/network.rb +++ b/lib/fog/hp/models/network/network.rb @@ -10,7 +10,6 @@ module Fog attribute :name attribute :tenant_id attribute :status - ...
Add subnets collection to the network model.
fog_fog
train
3c5d1fa1c6671f50eb8ea65780cd5ce25213fa06
diff --git a/src/Behat/Behat/Console/Command/BehatCommand.php b/src/Behat/Behat/Console/Command/BehatCommand.php index <HASH>..<HASH> 100644 --- a/src/Behat/Behat/Console/Command/BehatCommand.php +++ b/src/Behat/Behat/Console/Command/BehatCommand.php @@ -75,6 +75,6 @@ class BehatCommand extends BaseCommand */ ...
renamed Runner::run() to Runner::runSuite() for clarity
Behat_Behat
train
fd3ae851ec730255f29eae4f71eb1649d6215571
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -7,8 +7,6 @@ const debug = require('debug')('code'), require('console.table'); -let cachedScripts = {}; - function RigidDB(prefix, redisOpts) { if (!prefix || !onlyLetters(prefix)) { throw('Invalid prefix.'...
Always try to redis eval by sha first Local cache tracking is not reliable
ilkkao_rigidDB
train
649a19871d2068d2d2714c2a6284c017f98a3c70
diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index <HASH>..<HASH> 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -20,7 +20,7 @@ class Client const API_BIN_LOOKUP_VERSION = "v40"; const API_PAYOUT_VERSION = "v30"; const API_RECURRING_VERSION = "v25"; - const API_CHECKOUT_VE...
Bump API_CHECKOUT_VERSION from <I> to <I> (#<I>)
Adyen_adyen-php-api-library
train
4df5afae659aa6892a8a1318f7e89fec9a025bd9
diff --git a/code/model/FoxyCart.php b/code/model/FoxyCart.php index <HASH>..<HASH> 100644 --- a/code/model/FoxyCart.php +++ b/code/model/FoxyCart.php @@ -7,19 +7,24 @@ class FoxyCart extends Object { - private static $foxyCartStoreName = ''; - private static $storeKey = ''; // your foxy cart datafeed key + privat...
Update FoxyCart getters/setters Update FoxyCart to have proper getters/setters for private variables Update foxycart.cart_validation to properly get/set private variables Update FoxyCartTemplate_Controller to use proper getter to get store name Update FoxyCartTemplate_Controller to use non-deprecated function to get t...
dynamic_foxystripe
train
49048745345b2208f65dec95880db51819514956
diff --git a/src/Zephyrus/Network/HttpRequester.php b/src/Zephyrus/Network/HttpRequester.php index <HASH>..<HASH> 100644 --- a/src/Zephyrus/Network/HttpRequester.php +++ b/src/Zephyrus/Network/HttpRequester.php @@ -122,16 +122,14 @@ class HttpRequester break; } - /...
Corrected test case for HttpRequester class
dadajuice_zephyrus
train
803e5742fcc2a901a40695a5d5dab81202bf668a
diff --git a/tests/integration/cqlengine/query/test_named.py b/tests/integration/cqlengine/query/test_named.py index <HASH>..<HASH> 100644 --- a/tests/integration/cqlengine/query/test_named.py +++ b/tests/integration/cqlengine/query/test_named.py @@ -17,6 +17,7 @@ from cassandra.cqlengine.named import NamedKeyspace fr...
Fixing issue with default_keyspace being over-ridden in cqlengine tests
datastax_python-driver
train
082b383558fb9fec893bdd0ac2bb3e62d1c91ce1
diff --git a/test/unit/specs/Swatches.spec.js b/test/unit/specs/Swatches.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/specs/Swatches.spec.js +++ b/test/unit/specs/Swatches.spec.js @@ -12,7 +12,7 @@ describe('Props', () => { describe('When Popover mode is enabled', () => { test('background color shoul...
add tests for close-on-select prop
saintplay_vue-swatches
train
6575c163bc6cc00d3e3bf16e5a5a99a7f33ef739
diff --git a/common/src/main/java/com/saucelabs/remotedriver/SauceSession.java b/common/src/main/java/com/saucelabs/remotedriver/SauceSession.java index <HASH>..<HASH> 100755 --- a/common/src/main/java/com/saucelabs/remotedriver/SauceSession.java +++ b/common/src/main/java/com/saucelabs/remotedriver/SauceSession.java @...
add a working acceptance test for using the SauceApi
saucelabs_sauce-java
train
9a7c546a98f211fd5821d62d655768700a164d61
diff --git a/src/lib/moment/diff.js b/src/lib/moment/diff.js index <HASH>..<HASH> 100644 --- a/src/lib/moment/diff.js +++ b/src/lib/moment/diff.js @@ -57,5 +57,6 @@ function monthDiff (a, b) { adjust = (b - anchor) / (anchor2 - anchor); } - return -(wholeMonthDiff + adjust); + //check for negative...
fix bug where diff returns -0 in month-related diffs
moment_moment
train
088e09f444ae05b7b64e37e2150f979e2a95fc55
diff --git a/salt/cloud/clouds/proxmox.py b/salt/cloud/clouds/proxmox.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/proxmox.py +++ b/salt/cloud/clouds/proxmox.py @@ -26,17 +26,12 @@ Set up the cloud configuration at ``/etc/salt/cloud.providers`` or :depends: IPy >= 0.81 """ -# Import python libs - import ...
Drop Py2 and six on salt/cloud/clouds/proxmox.py
saltstack_salt
train
caac39c3bf03a2bfb3d880d063a6e601a91be10a
diff --git a/wakatime/base.py b/wakatime/base.py index <HASH>..<HASH> 100644 --- a/wakatime/base.py +++ b/wakatime/base.py @@ -149,6 +149,8 @@ def parseArguments(argv): 'uses current time by default') parser.add_argument('--lineno', dest='lineno', help='optional line number; current ...
new --cursorpos argument for the location of cursor within the file's contents
wakatime_wakatime
train
e49c929d93ef63e04c510787b47a50ff8bcd548e
diff --git a/library/src/main/java/com/telly/groundy/CallbacksReceiver.java b/library/src/main/java/com/telly/groundy/CallbacksReceiver.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/telly/groundy/CallbacksReceiver.java +++ b/library/src/main/java/com/telly/groundy/CallbacksReceiver.java @@ -50,7 +50,...
Added a way to extract the Groundy intent instead of executing it right away
telly_groundy
train
42fe004c30fe4e893dc741aae4b6d2dccc25e2e7
diff --git a/openstack_dashboard/api/nova.py b/openstack_dashboard/api/nova.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/api/nova.py +++ b/openstack_dashboard/api/nova.py @@ -134,9 +134,9 @@ class Server(base.APIResourceWrapper): if not self.image: return None - if hasattr(sel...
elif replace if 3 'if' at same levels and each 'if' has 'return', in this case, elif is better than if. more readable, more effective. Change-Id: Ib<I>ab<I>f<I>f<I>ce<I>eaaedf<I>
openstack_horizon
train
6998e00b1f36c10ff228907afdeb5490f6da354c
diff --git a/slackrus.go b/slackrus.go index <HASH>..<HASH> 100644 --- a/slackrus.go +++ b/slackrus.go @@ -62,7 +62,6 @@ func (sh *SlackrusHook) Fire(e *logrus.Entry) error { msg.IconEmoji = sh.IconEmoji msg.IconUrl = sh.IconUrl - msg.Username = sh.Username attach := msg.NewAttachment() attach.Text = e.Mess...
Dont need to re-declair readme
johntdyer_slackrus
train
e73c28b505d647b968a7f9e4e459135b4005e91a
diff --git a/tests/_unittest_compat.py b/tests/_unittest_compat.py index <HASH>..<HASH> 100644 --- a/tests/_unittest_compat.py +++ b/tests/_unittest_compat.py @@ -27,6 +27,7 @@ def patch(): unittest.TestCase.assertRegex = _assert_regex unittest.TestCase.assertRaises = _assert_raises unittest....
unittest shims for Python <I> from ocspbuilder
wbond_oscrypto
train
51104a1d559d07fa281dc67bbe7e9b39e926a8a2
diff --git a/system/src/Grav/Common/Uri.php b/system/src/Grav/Common/Uri.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Uri.php +++ b/system/src/Grav/Common/Uri.php @@ -197,6 +197,10 @@ class Uri $this->root = []; $this->url = []; + $grav = Grav::instance(); + + ...
Added language support to the initializeFromUrl() method
getgrav_grav
train
c23d10682b4ae05e58d4b02390eb03b3f2da31c9
diff --git a/lib/rets4r/client/parser.rb b/lib/rets4r/client/parser.rb index <HASH>..<HASH> 100644 --- a/lib/rets4r/client/parser.rb +++ b/lib/rets4r/client/parser.rb @@ -102,7 +102,7 @@ module RETS4R def parse_compact_line(data, delim = "\t") begin - return data.to_s.strip.split(delim) + return d...
#parse_compact_line now no longer strips spaces, which caused initial fields in a result row to disappear if they were empty.
josephholsten_rets4r
train
607903f7660b6c273bdf755c118bcf6d1837ea7d
diff --git a/services/mqtt.js b/services/mqtt.js index <HASH>..<HASH> 100644 --- a/services/mqtt.js +++ b/services/mqtt.js @@ -15,16 +15,19 @@ class MQTT { /** publish MQTT * @param {string} topic - topic of the message * @param {string} message - Message scope - * @param {string} [bucket] - Bucke...
added qos and retain support
tago-io_tago-sdk-js
train
02fefe99858a1b656324f21ad25ff0512244cb5c
diff --git a/bootstrap.php b/bootstrap.php index <HASH>..<HASH> 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -47,7 +47,9 @@ $conf['b8']['app']['namespace'] = 'PHPCI'; $conf['b8']['app']['default_controller'] = 'Home'; $conf['b8']['view']['path'] = dirname(__FILE__) . '/PHPCI/View/'; -$config = new b8\Config($c...
fix error on missing files until installation is done
dancryer_PHPCI
train
0eb4b67edfd2f58b111f5d713442e56b970af67e
diff --git a/src/Command/ActivityLogCommand.php b/src/Command/ActivityLogCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/ActivityLogCommand.php +++ b/src/Command/ActivityLogCommand.php @@ -72,12 +72,17 @@ class ActivityLogCommand extends PlatformCommand $log = $activity->getProperty('log'); ...
Stop activity:log on other curl errors.
platformsh_platformsh-cli
train
0c33b228afe39aaf1d600f1a6485eab4548628cb
diff --git a/events.js b/events.js index <HASH>..<HASH> 100644 --- a/events.js +++ b/events.js @@ -55,6 +55,7 @@ module.exports = { case 40: // navigation keys... set new (initial) position in snapback // clear timeout (if any) and register undo (if any) will already have been done in keydown + selectr...
Explicitly call normalize on mouseup and navigation keyups, since it is no longer called inside selectron.update().
lohfu_spytext
train
e798c0cfc8598f70a86b7fcd6f5a3c14942662c9
diff --git a/modules/rdnBidAdapter.js b/modules/rdnBidAdapter.js index <HASH>..<HASH> 100644 --- a/modules/rdnBidAdapter.js +++ b/modules/rdnBidAdapter.js @@ -3,16 +3,16 @@ import * as utils from '../src/utils' import { BANNER } from '../src/mediaTypes' import { config } from '../src/config' -const BIDDER_CODE = 'r...
Updates to RDN Adapter (#<I>) * handle no bid in rdn adapter
prebid_Prebid.js
train
0d3b6e681e62505bf54c28b31e7ea59c6d612620
diff --git a/lib/app/index.js b/lib/app/index.js index <HASH>..<HASH> 100644 --- a/lib/app/index.js +++ b/lib/app/index.js @@ -319,7 +319,7 @@ var App = function () { this.handleNoMatchedRoute = function (method, reqUrl, params, reqObj, respObj) { var staticPath , controllerInst - , nonMethodRoutes ...
Only hit the router if a static file does not exist
mde_ejs
train
999a855bd1d78be7c682fc73f1b43366f8517473
diff --git a/stagpy/rprof.py b/stagpy/rprof.py index <HASH>..<HASH> 100644 --- a/stagpy/rprof.py +++ b/stagpy/rprof.py @@ -73,7 +73,7 @@ def get_rprof(step, var): if var in phyvars.RPROF: meta = phyvars.RPROF[var] else: - meta = phyvars.Varr(var, None) + meta = phyva...
Set dimension of unknown Vart and Varr to '1'
StagPython_StagPy
train
b8e350745a0e91c50bd8b02cb975c52efe00896f
diff --git a/runtime/profile/profile.go b/runtime/profile/profile.go index <HASH>..<HASH> 100644 --- a/runtime/profile/profile.go +++ b/runtime/profile/profile.go @@ -14,11 +14,14 @@ func Kubernetes() []string { // Platform is a platform profile func Platform() []string { return []string{ + "MICRO_AUTH=service", +...
Runtime Profile (#<I>)
micro_micro
train
0943fd3652540889c1e75019f8e91cb42a1cb789
diff --git a/openid/server/server.py b/openid/server/server.py index <HASH>..<HASH> 100644 --- a/openid/server/server.py +++ b/openid/server/server.py @@ -1434,22 +1434,20 @@ class Encoder(object): return wr class SigningEncoder(Encoder): - signatoryClass = Signatory - def encode(self, response, store...
[project @ server.server.SigningEncoder.encode: cleanse] The convenience function may take a store, but that's really not what the interface wants to express.
necaris_python3-openid
train
0e68757a5c1081f784c58fd7a76635c6deb98451
diff --git a/skyfield/data/iers.py b/skyfield/data/iers.py index <HASH>..<HASH> 100644 --- a/skyfield/data/iers.py +++ b/skyfield/data/iers.py @@ -14,9 +14,9 @@ inf = float('inf') # compile it triggers a bug in older NumPy versions like 1.14.3: # https://github.com/skyfielders/python-skyfield/issues/372 _R = (b'(?m)...
Turn on Python warnings; fix a few RE strings Python <I> does not support `rb'...'`, thus these double-backslashes.
skyfielders_python-skyfield
train
ab038c68a50a83b6198e51e43de63c9c7aad0211
diff --git a/pgpy/pgp.py b/pgpy/pgp.py index <HASH>..<HASH> 100644 --- a/pgpy/pgp.py +++ b/pgpy/pgp.py @@ -1294,6 +1294,21 @@ class PGPKey(Armorable, ParentRef, PGPObject): return self._sibling() return None + @pubkey.setter + def pubkey(self, pubkey): + if self.is_public: + ...
- added setter for PGPKey.pubkey - syntaxy fix to some sync logic
SecurityInnovation_PGPy
train
1831a3f50d480adc4588a8c0ad205b518a9f9e12
diff --git a/tiingo/api.py b/tiingo/api.py index <HASH>..<HASH> 100644 --- a/tiingo/api.py +++ b/tiingo/api.py @@ -101,3 +101,32 @@ class TiingoClient(RestClient): return response.json() # NEWS FEEDS + def get_news(self, tickers=[], tags=[], sources=[], startDate=None, + endDate=None,...
Implement News Feeds Endpoint Stub
hydrosquall_tiingo-python
train
999924a4609278cc46a42f5d258c04bb23d3a5da
diff --git a/recsql/export.py b/recsql/export.py index <HASH>..<HASH> 100644 --- a/recsql/export.py +++ b/recsql/export.py @@ -2,8 +2,15 @@ :mod:`recsql.export` --- Export to other file formats ===================================================== +Simple functions to export a :class:`numpy.rec.array` to another +f...
Minimal docs for exporters
orbeckst_RecSQL
train
b9cb31c16f11a24471e072c05138e66a8ff0a8a9
diff --git a/mahjong/tests/tests_tile.py b/mahjong/tests/tests_tile.py index <HASH>..<HASH> 100644 --- a/mahjong/tests/tests_tile.py +++ b/mahjong/tests/tests_tile.py @@ -13,6 +13,13 @@ class TileTestCase(unittest.TestCase): result = TilesConverter.to_one_line_string(tiles) self.assertEqual('1199m1199...
Allow to print aka dora in one line string ("0" symbol)
MahjongRepository_mahjong
train
8e18b01a2aa56978e146a26939e73e2e11502218
diff --git a/docs/src/Development.doc.js b/docs/src/Development.doc.js index <HASH>..<HASH> 100644 --- a/docs/src/Development.doc.js +++ b/docs/src/Development.doc.js @@ -3,11 +3,12 @@ import React, { type Node } from 'react'; import { Heading, Link, Stack, Text } from 'gestalt'; import Card from './components/Card.j...
Docs: use PageHeader on all pages (#<I>)
pinterest_gestalt
train
66f15e23f53854354d89e8f449decbba1ff210e8
diff --git a/treeherder/model/models.py b/treeherder/model/models.py index <HASH>..<HASH> 100644 --- a/treeherder/model/models.py +++ b/treeherder/model/models.py @@ -25,8 +25,6 @@ from .fields import (BigAutoField, # the cache key is specific to the database name we're pulling the data from SOURCES_CACHE_KEY = "tr...
Bug <I> - Remove etag caching from frontend views It doesn't handle cache invalidation/updates properly. Since the savings are almost certainly negligible, let's just get rid of it.
mozilla_treeherder
train
caaa075898f2840d40e3a1474c1bc26148ad808a
diff --git a/pygtkhelpers/addons.py b/pygtkhelpers/addons.py index <HASH>..<HASH> 100644 --- a/pygtkhelpers/addons.py +++ b/pygtkhelpers/addons.py @@ -32,10 +32,10 @@ def apply_addons(widget, *addon_types, **named_addon_types): withe standard attribute access. """ for addon_type in addon_types: - ...
Fixed addons to be simpler and apply on instantiation
sci-bots_pygtkhelpers
train
395b0c0d9a3e553a4af1c5e97ede1a29e3891bca
diff --git a/closure/goog/ui/dialog.js b/closure/goog/ui/dialog.js index <HASH>..<HASH> 100644 --- a/closure/goog/ui/dialog.js +++ b/closure/goog/ui/dialog.js @@ -876,15 +876,15 @@ goog.ui.Dialog.prototype.setVisible = function(visible) { goog.style.showElement(this.getElement(), visible); if (visible) { - /...
Rollback R=ankit,vikki DELTA=<I> (4 added, 4 deleted, 3 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-library
train
bc8f20be12ead419d2c679f77313af5964b5fc11
diff --git a/core/src/main/java/jlibs/core/lang/ref/Finalizer.java b/core/src/main/java/jlibs/core/lang/ref/Finalizer.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jlibs/core/lang/ref/Finalizer.java +++ b/core/src/main/java/jlibs/core/lang/ref/Finalizer.java @@ -18,8 +18,8 @@ package jlibs.core.lang.ref; i...
use ConcurrentHashMap to avoid concurrency issues
santhosh-tekuri_jlibs
train
98506599aceec29f9b932608668725f1bef6290f
diff --git a/modules/check-https.php b/modules/check-https.php index <HASH>..<HASH> 100644 --- a/modules/check-https.php +++ b/modules/check-https.php @@ -36,7 +36,7 @@ if ( ! class_exists('CheckHttps') ) { <?php printf( // translators: user's website url - __('The HTTPS pr...
Replace old links with new ones (Closes: #<I>)
Seravo_seravo-plugin
train
a4cdf7a5f635934ee0e6c6586c4e5b989d1b5d5d
diff --git a/src/sklearn_evaluation/NotebookIntrospector.py b/src/sklearn_evaluation/NotebookIntrospector.py index <HASH>..<HASH> 100644 --- a/src/sklearn_evaluation/NotebookIntrospector.py +++ b/src/sklearn_evaluation/NotebookIntrospector.py @@ -1,16 +1,17 @@ import base64 from copy import deepcopy from collections...
better support for converting notebooks to dicts
edublancas_sklearn-evaluation
train
19b71512951ba40f8313b70ec3b290f41bcf1cdf
diff --git a/lib/components/src/tabs/tabs.js b/lib/components/src/tabs/tabs.js index <HASH>..<HASH> 100644 --- a/lib/components/src/tabs/tabs.js +++ b/lib/components/src/tabs/tabs.js @@ -149,7 +149,7 @@ export const Tabs = ({ children, selected, onSelect, absolute, bordered }) => { id, render: ty...
check first value in array is a function before using it
storybooks_storybook
train
a88ceb24f817672e4e3c7a481488e947f2d1c197
diff --git a/src/main/java/cz/vutbr/web/csskit/antlr4/CSSParserListenerImpl.java b/src/main/java/cz/vutbr/web/csskit/antlr4/CSSParserListenerImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/cz/vutbr/web/csskit/antlr4/CSSParserListenerImpl.java +++ b/src/main/java/cz/vutbr/web/csskit/antlr4/CSSParserListenerImp...
combined_selector refactoring
radkovo_jStyleParser
train
e13d321862488141b535b271f369cc72bc0ec9e3
diff --git a/test/utils/unique_array_elements.js b/test/utils/unique_array_elements.js index <HASH>..<HASH> 100644 --- a/test/utils/unique_array_elements.js +++ b/test/utils/unique_array_elements.js @@ -11,7 +11,11 @@ describe("unique_array_elements", () => { {"input": [], "output": []}, {"input": [1, 1], "output...
Testing object support for unique_array_elements
dynamoosejs_dynamoose
train
499862a1738044b57d66ee2f3da82edfd67871a6
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Version 0.10.4 (--WIP--) - Added an implementation of the storage using a simple directory structure and JSON files. +- RatchetForwardingMessages do not require the recipient to be trusted any more, as the...
RatchetForwardingMessages do not require the recipient to be trusted any more. Fixes #<I>
Syndace_python-omemo
train
b95357a1c0f0d822c76a8bdf27b95769c36414b7
diff --git a/gcs/requests.go b/gcs/requests.go index <HASH>..<HASH> 100644 --- a/gcs/requests.go +++ b/gcs/requests.go @@ -66,9 +66,9 @@ type CreateObjectRequest struct { // A [start, limit) range of bytes within an object. // -// Start must be less than the length of the object, and less than Limit -// (because HT...
Fuck it, we'll model half-open as God intended.
jacobsa_gcloud
train
ea9ca274a22b09a612083c392d72b6cf4eee2604
diff --git a/requirements/install.pip b/requirements/install.pip index <HASH>..<HASH> 100644 --- a/requirements/install.pip +++ b/requirements/install.pip @@ -22,7 +22,7 @@ Flask-Themes2==0.1.4 Flask-Uploads==0.1.3 Flask-WTF==0.11.0 Flask==0.10.1 -mongoengine==0.9.0 +mongoengine==0.10.0 pillow py-bcrypt==0.4 pyli...
Update mongoengine to <I> and pymongo to <I>
opendatateam_udata
train
f28c908f8532665b19450feba28b0ffc06677834
diff --git a/sos/plugins/abrt.py b/sos/plugins/abrt.py index <HASH>..<HASH> 100644 --- a/sos/plugins/abrt.py +++ b/sos/plugins/abrt.py @@ -22,15 +22,15 @@ class Abrt(Plugin, RedHatPlugin): """ plugin_name = "abrt" + packages = ('abrt-cli',) + files = ('/var/spool/abrt',) - option_list = [("backtr...
Remove redundant check_enabled() and fix formatting in abrt.py The abrt plug-in's check_enabled() just checks for one package and one file; add .packages and .files members to the plug-in class and delete the method. Also tidies up some long lines and string formatting.
sosreport_sos
train
7741aee33e0779c2c97a1aa4cadb5e54fa45d8be
diff --git a/pmxbot/stack.py b/pmxbot/stack.py index <HASH>..<HASH> 100644 --- a/pmxbot/stack.py +++ b/pmxbot/stack.py @@ -95,10 +95,14 @@ Subcommands import random import re +import itertools from . import storage from .core import command + +flatten = itertools.chain.from_iterable + debug = False @@ -2...
Extract _parse_atom from parse_index. Simplifies but still not enough to meet complexity requirements.
yougov_pmxbot
train
e37be73cffc6eb7ce9c1005f83353d0a4807bdc5
diff --git a/core/src/main/java/org/mapfish/print/output/AbstractJasperReportOutputFormat.java b/core/src/main/java/org/mapfish/print/output/AbstractJasperReportOutputFormat.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/mapfish/print/output/AbstractJasperReportOutputFormat.java +++ b/core/src/main/java/...
Also cancel ExecuteIterProcessors
mapfish_mapfish-print
train
fe6961d7066d81ec23ab214c835754aa50db818f
diff --git a/bundles/org.eclipse.orion.client.core/static/js/git-status/git-status-table.js b/bundles/org.eclipse.orion.client.core/static/js/git-status/git-status-table.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/static/js/git-status/git-status-table.js +++ b/bundles/org.eclipse.orion.cl...
fixed the selecting file issue in git status page.
eclipse_orion.client
train
0bd82528cdb381545c5f5e3b9ceebaaddd9c33cd
diff --git a/wandb/run_manager.py b/wandb/run_manager.py index <HASH>..<HASH> 100644 --- a/wandb/run_manager.py +++ b/wandb/run_manager.py @@ -266,7 +266,7 @@ class FileEventHandlerConfig(FileEventHandler): try: with open(self.file_path) as f: config_dict = util.load_yaml(f) - ...
fix: yaml error on config file (#<I>)
wandb_client
train
41285b241b632664aba04820526401fee0d65e85
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/TraversalPerformanceTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/TraversalPerformanceTest.java index <HASH>..<HASH> 100644 --- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/TraversalPerformanc...
Added more performance tests for more complex steps (`match()` and `subgraph()`). tinkerpop/tinkerpop3#<I>
apache_tinkerpop
train
a14363ff18badc7a18d96ce658cec9c991efd8e0
diff --git a/ipyrad/core/paramsinfo.py b/ipyrad/core/paramsinfo.py index <HASH>..<HASH> 100644 --- a/ipyrad/core/paramsinfo.py +++ b/ipyrad/core/paramsinfo.py @@ -16,8 +16,8 @@ from collections import OrderedDict pinfo = OrderedDict([ ("1", (""" (1) working_directory ---------------------------------------------...
this needs work. Just a small doc edit
dereneaton_ipyrad
train
f98f420425e426a483e0f60e8dacf637cabc045d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from __future__ import absolute_import, print_function, division from ast import literal_eval from setuptools import setup, Extension, find_packages - +import sys DISTNAME = 'scikit-allel'
import error of sys when numpy is not present
cggh_scikit-allel
train
093bdf689f2692978b903fb731d43f42601a277c
diff --git a/Swat/SwatUI.php b/Swat/SwatUI.php index <HASH>..<HASH> 100644 --- a/Swat/SwatUI.php +++ b/Swat/SwatUI.php @@ -88,26 +88,26 @@ class SwatUI extends SwatObject { $widgets = array(); foreach ($node->children() as $childname => $childnode) { + if ($childname == 'property') + $this->parseProperty(...
Re-wrote SwatUI to allow for 'objects' as well as 'widgets'. We'll now need to re-write all instances of CellRenderers, and other non-widgets in the xml. svn commit r<I>
silverorange_swat
train
4ca615d64daeaf8cddde27f8bc2a65a6db5e2879
diff --git a/src/install/index.js b/src/install/index.js index <HASH>..<HASH> 100644 --- a/src/install/index.js +++ b/src/install/index.js @@ -46,9 +46,10 @@ function launchLog () { log('This will likely take some time - please be patient!\n') log('Status from the installers:') + const singleLineLogger = singl...
:wrench: Fix single line logger
felixrieseberg_windows-build-tools
train
b79598cc3a25ef44c62c57f9af8318cf60768025
diff --git a/lib/request.js b/lib/request.js index <HASH>..<HASH> 100644 --- a/lib/request.js +++ b/lib/request.js @@ -15,7 +15,7 @@ exports.errors = sendErrors exports.transactions = sendTransactions exports._envelope = envelope // Expose for testing only -var request = function (agent, endpoint, payload, cb) { +f...
chore: don't use "anonymous" functions (#<I>) In this instance the function actually isn't anonymous in modern versions of V8 as the function will be given the name of the variable. But we prefer this style over the variable assignment style.
elastic_apm-agent-nodejs
train
cea1f25be9997a76857ab05b641650a994eb8a93
diff --git a/server/irc/commands.js b/server/irc/commands.js index <HASH>..<HASH> 100644 --- a/server/irc/commands.js +++ b/server/irc/commands.js @@ -4,6 +4,8 @@ var irc_numerics = { RPL_WELCOME: '001', RPL_MYINFO: '004', RPL_ISUPPORT: '005', + RPL_MAPMORE: ...
map/links/permission denied/unknown command errors shown
prawnsalad_KiwiIRC
train
25b589fcac83c75f87fcd0b4c3868c80772cc961
diff --git a/lxd/storage/drivers/driver_mock.go b/lxd/storage/drivers/driver_mock.go index <HASH>..<HASH> 100644 --- a/lxd/storage/drivers/driver_mock.go +++ b/lxd/storage/drivers/driver_mock.go @@ -22,17 +22,16 @@ func (d *mock) load() error { // Info returns info about the driver and its environment. func (d *mock)...
lxd/storage/drivers/driver/mock: Removes RunningQuotaResize
lxc_lxd
train
29d8cbeb47119e839efeba38c3aad8d899776500
diff --git a/tests/example_project/settings/base.py b/tests/example_project/settings/base.py index <HASH>..<HASH> 100644 --- a/tests/example_project/settings/base.py +++ b/tests/example_project/settings/base.py @@ -24,7 +24,7 @@ MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', 'django.contr...
Removed error middleware from default settings.
ella_ella
train
cd96514567a6424f9b65d3f612d0fcae51fc3155
diff --git a/lib/Idylle.js b/lib/Idylle.js index <HASH>..<HASH> 100644 --- a/lib/Idylle.js +++ b/lib/Idylle.js @@ -7,14 +7,14 @@ class Idylle { constructor() { this.criteriaBuilder = undefined; this.router = undefined; - this.cache = undefined; - - this.actions = {}; - this.m...
fixed cache initialization where references where lost
julien-sarazin_idylle
train
12e002f09ca780e52be149e8997bcbb42579717d
diff --git a/galpy/potential_src/interpRZPotential.py b/galpy/potential_src/interpRZPotential.py index <HASH>..<HASH> 100644 --- a/galpy/potential_src/interpRZPotential.py +++ b/galpy/potential_src/interpRZPotential.py @@ -1,6 +1,7 @@ import numpy as nu from scipy import interpolate from Potential import Potential +...
interpRZPotential now works
jobovy_galpy
train
987a88ba91976945a220919bc9c9551ea29412c1
diff --git a/src/main/java/org/mockito/AdditionalAnswers.java b/src/main/java/org/mockito/AdditionalAnswers.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mockito/AdditionalAnswers.java +++ b/src/main/java/org/mockito/AdditionalAnswers.java @@ -206,6 +206,7 @@ public class AdditionalAnswers { * @param <...
add missing since javadoc tags for recently added methods and classes (fixes #<I>) (#<I>)
mockito_mockito
train
8d58d4b912c1656b067703790bee049af65b9d1a
diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index <HASH>..<HASH> 100644 --- a/resources/assets/js/app.js +++ b/resources/assets/js/app.js @@ -96,6 +96,18 @@ $(document).ready(function () { $(".side-menu .nav .dropdown").on('show.bs.collapse', function () { return $(".side-menu .na...
Fix drop down multilevel admin menu (#<I>)
the-control-group_voyager
train
5d8b11a59517bab436bb350388ddf66067cb9782
diff --git a/datatypes/ezcomcomments/ezcomcommentstype.php b/datatypes/ezcomcomments/ezcomcommentstype.php index <HASH>..<HASH> 100644 --- a/datatypes/ezcomcomments/ezcomcommentstype.php +++ b/datatypes/ezcomcomments/ezcomcommentstype.php @@ -164,5 +164,4 @@ class ezcomCommentsType extends eZDataType } } -eZDat...
Implemented EZP-<I>: Avoid file_exists and include calls for registering datatypes and workflows
ezsystems_ezcomments-ls-extension
train
aa728d43fdd0c425409129cf3120e038b3d365b2
diff --git a/pycanvas/upload.py b/pycanvas/upload.py index <HASH>..<HASH> 100644 --- a/pycanvas/upload.py +++ b/pycanvas/upload.py @@ -54,10 +54,10 @@ class Uploader(object): """ response = response.json() if not response.get('upload_url'): - raise Exception('Bad API response. No u...
Fixed an issue with missing fixtures in test_uploader. Made the exception more specific for failed uploads
ucfopen_canvasapi
train
fbf1814dc81b6d77979adfa3283facb35f2e836e
diff --git a/cdi/src/main/java/javax/enterprise/event/Event.java b/cdi/src/main/java/javax/enterprise/event/Event.java index <HASH>..<HASH> 100644 --- a/cdi/src/main/java/javax/enterprise/event/Event.java +++ b/cdi/src/main/java/javax/enterprise/event/Event.java @@ -22,15 +22,48 @@ import java.lang.annotation.Annotatio...
partway-done javadoc for Event
weld_api
train
ad5faf6f2ecaa9facdcd4e41ab03799a6e494623
diff --git a/src/main/java/com/hmsonline/trident/cql/CqlClientFactory.java b/src/main/java/com/hmsonline/trident/cql/CqlClientFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/hmsonline/trident/cql/CqlClientFactory.java +++ b/src/main/java/com/hmsonline/trident/cql/CqlClientFactory.java @@ -71,6 +71,9 @@...
Adding warn message if need to reconstruct cluster because of close.
hmsonline_storm-cassandra-cql
train
3e8b11844bed1f82e5ae45de86ddc9df00356f4f
diff --git a/safe/definitions/hazard.py b/safe/definitions/hazard.py index <HASH>..<HASH> 100644 --- a/safe/definitions/hazard.py +++ b/safe/definitions/hazard.py @@ -38,8 +38,7 @@ from safe.definitions.exposure import ( exposure_place, exposure_land_cover, exposure_road, - exposure_population, - e...
Fix #<I> Re-enable all exposure for volcanic ash.
inasafe_inasafe
train
f5e64e3ccfea4f85120088e4185aca276e65508f
diff --git a/lib/rosemary/element.rb b/lib/rosemary/element.rb index <HASH>..<HASH> 100644 --- a/lib/rosemary/element.rb +++ b/lib/rosemary/element.rb @@ -58,13 +58,8 @@ module Rosemary def <=>(another_element) attribute_list.each do |attrib| - next if self.send(attrib) == another_element.send(attr...
Simplify comaparison method.
sozialhelden_rosemary
train
89b477200300aaa088c097e852f9779e06f3cd0b
diff --git a/examples/txbench.py b/examples/txbench.py index <HASH>..<HASH> 100755 --- a/examples/txbench.py +++ b/examples/txbench.py @@ -77,7 +77,7 @@ class Runner(object): self.start() def _schedule_raw(self, *args): - opres = self.cb.upsert(self.key, self.value, format=FMT_BYTES) + opr...
txbench: use multi ops with non-deferred mode (if requested) Change-Id: Id5c<I>ac3f<I>a7df<I>e7c1cf<I>fd<I>eccb<I>e0 Reviewed-on: <URL>
couchbase_couchbase-python-client
train
e17867168b424e26c0663bd3212f053d016f2c62
diff --git a/lib/octocatalog-diff/catalog/puppetmaster.rb b/lib/octocatalog-diff/catalog/puppetmaster.rb index <HASH>..<HASH> 100644 --- a/lib/octocatalog-diff/catalog/puppetmaster.rb +++ b/lib/octocatalog-diff/catalog/puppetmaster.rb @@ -47,7 +47,7 @@ module OctocatalogDiff @catalog = nil @error_mess...
Recognize puppet master timeout option
github_octocatalog-diff
train
b6dfdb11efff6500b52e2a3bf5ac775d4bed509b
diff --git a/src/Analyse/Caller/BacktraceConstInterface.php b/src/Analyse/Caller/BacktraceConstInterface.php index <HASH>..<HASH> 100644 --- a/src/Analyse/Caller/BacktraceConstInterface.php +++ b/src/Analyse/Caller/BacktraceConstInterface.php @@ -38,22 +38,98 @@ declare(strict_types=1); namespace Brainworxx\Krexx\Anal...
Add missing doc comments for the backtrace constants.
brainworxx_kreXX
train
7b533b20f14abd7bb9f3bb2d8222f0a8cc11dfa6
diff --git a/aws/data_source_aws_neptune_orderable_db_instance_test.go b/aws/data_source_aws_neptune_orderable_db_instance_test.go index <HASH>..<HASH> 100644 --- a/aws/data_source_aws_neptune_orderable_db_instance_test.go +++ b/aws/data_source_aws_neptune_orderable_db_instance_test.go @@ -18,6 +18,7 @@ func TestAccAWS...
tests/ds/neptune_orderable_db_instance: Add ErrorCheck
terraform-providers_terraform-provider-aws
train