hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0e8ee149512630ce602637215c782bbb5c695af6
diff --git a/calculation-engine/engine-converters/src/main/java/com/dataart/spreadsheetanalytics/engine/ConverterUtils.java b/calculation-engine/engine-converters/src/main/java/com/dataart/spreadsheetanalytics/engine/ConverterUtils.java index <HASH>..<HASH> 100644 --- a/calculation-engine/engine-converters/src/main/jav...
#<I> implementing to WBook
DataArt_CalculationEngine
train
7bb2895415782b1cf54535121f23493fc1093794
diff --git a/internal/clock/now_js.go b/internal/clock/now_js.go index <HASH>..<HASH> 100644 --- a/internal/clock/now_js.go +++ b/internal/clock/now_js.go @@ -21,10 +21,15 @@ import ( "time" ) +var ( + jsPerformance = js.Global().Get("performance") + jsNow = jsPerformance.Get("now").Call("bind", jsPerforma...
clock: Avoid calling (js.Value).Get() for performance
hajimehoshi_ebiten
train
d50bfa4caf456648da2b1fdd35dcb1b41ad5bf24
diff --git a/graylog2-server/src/main/java/org/graylog2/grok/GrokPattern.java b/graylog2-server/src/main/java/org/graylog2/grok/GrokPattern.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog2/grok/GrokPattern.java +++ b/graylog2-server/src/main/java/org/graylog2/grok/GrokPattern.java @@ -3...
Remove superfluous characters in GrokPattern#toString
Graylog2_graylog2-server
train
26f7005313579474340f389d64d9982fb1e2d26d
diff --git a/src/RunOpenCode/ExchangeRate/Utils/CurrencyCodeUtil.php b/src/RunOpenCode/ExchangeRate/Utils/CurrencyCodeUtil.php index <HASH>..<HASH> 100644 --- a/src/RunOpenCode/ExchangeRate/Utils/CurrencyCodeUtil.php +++ b/src/RunOpenCode/ExchangeRate/Utils/CurrencyCodeUtil.php @@ -160,7 +160,8 @@ final class CurrencyC...
Slovak Koruna - SKK currency added to list
RunOpenCode_exchange-rate
train
3e751003901ecf9cbb6fe5998abfcff793c881cf
diff --git a/cdm/src/main/java/ucar/nc2/iosp/misc/Uspln.java b/cdm/src/main/java/ucar/nc2/iosp/misc/Uspln.java index <HASH>..<HASH> 100644 --- a/cdm/src/main/java/ucar/nc2/iosp/misc/Uspln.java +++ b/cdm/src/main/java/ucar/nc2/iosp/misc/Uspln.java @@ -145,7 +145,7 @@ public class Uspln extends AbstractLightningIOSP { ...
Changing the "MAGIC" regex to better handle USPLN GLN text data files, hopefully.
Unidata_thredds
train
62b5b7b36fc4fc9abe2c4f179106fdf63ca15d15
diff --git a/scout/server/blueprints/variants/controllers.py b/scout/server/blueprints/variants/controllers.py index <HASH>..<HASH> 100644 --- a/scout/server/blueprints/variants/controllers.py +++ b/scout/server/blueprints/variants/controllers.py @@ -31,8 +31,13 @@ def variants(store, institute_obj, case_obj, variants_...
Fixes bug where build should be genome_build
Clinical-Genomics_scout
train
50f0f68ecb87fb2052fd7e5e084c6681ed80ca56
diff --git a/common/src/main/java/tachyon/resource/ResourcePool.java b/common/src/main/java/tachyon/resource/ResourcePool.java index <HASH>..<HASH> 100644 --- a/common/src/main/java/tachyon/resource/ResourcePool.java +++ b/common/src/main/java/tachyon/resource/ResourcePool.java @@ -20,6 +20,8 @@ import java.util.concur...
Adding thread safety annotations for tachyon.resource in common module.
Alluxio_alluxio
train
0ea9b995f6a83ee8218d827a7cb5573138b9b4e2
diff --git a/spec/command_spec.rb b/spec/command_spec.rb index <HASH>..<HASH> 100644 --- a/spec/command_spec.rb +++ b/spec/command_spec.rb @@ -164,7 +164,7 @@ describe "Command" do assert !outcome.success? assert_nil outcome.result - assert :is_a_bob, outcome.errors.symbolic[:bob] + assert_equ...
Use assert_equal to check symbolic errors The `assert` method checks whether its first argument is truthy. These assertions could never fail, since symbols are always truthy. We actually want to check if the first argument and the second argument are equal, which is what `assert_equal` does.
cypriss_mutations
train
d9abe395c31d718c1d80a059685c98ae36060ea5
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -8,6 +8,7 @@ else require File.join(File.dirname(__FILE__), %w{ .. lib ffi-geos }) end +puts "Ruby version #{RUBY_VERSION} - #{RbConfig::CONFIG['RUBY_INSTALL_NAME']}" puts "GE...
Output a bit of debugging information when running tests.
dark-panda_ffi-geos
train
5decab9d3f2fefb50e6feb3cb6e2237fd6af950c
diff --git a/Command/SlugMapRebuildCommand.php b/Command/SlugMapRebuildCommand.php index <HASH>..<HASH> 100644 --- a/Command/SlugMapRebuildCommand.php +++ b/Command/SlugMapRebuildCommand.php @@ -102,6 +102,7 @@ class SlugMapRebuildCommand extends Command $tableName = $this->em->getClassMetadata(SlugMapItem::cl...
Disable foreign key checks before slug map rebuilding.
DarvinStudio_DarvinContentBundle
train
7b3ceb5a2980444647ee5ea4a6ee3179c44deb69
diff --git a/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php @@ -40,6 +40,13 @@ class ...
Fixing a few failing test cases and attempting to work around php segmentation fault when running the complete test suite
cakephp_cakephp
train
14da3798553ae3299d75ef2396cc6b7c07ee7b4a
diff --git a/feedfinder2.py b/feedfinder2.py index <HASH>..<HASH> 100644 --- a/feedfinder2.py +++ b/feedfinder2.py @@ -132,7 +132,8 @@ def url_feed_prob(url): return -1 kw = ["atom", "rss", "rdf", ".xml", "feed"] for p, t in zip(range(len(kw), 0, -1), kw): - return p + if t in url: + ...
fix a bug where the url was not used when deciding the probability of the url being a feed
dfm_feedfinder2
train
e95d6f9a9df83b38f9b34723da5958dd3c9dff01
diff --git a/src/Api/Handler/Request/Shipment/PlpHandler.php b/src/Api/Handler/Request/Shipment/PlpHandler.php index <HASH>..<HASH> 100644 --- a/src/Api/Handler/Request/Shipment/PlpHandler.php +++ b/src/Api/Handler/Request/Shipment/PlpHandler.php @@ -21,13 +21,23 @@ use SkyHub\Api\EntityInterface\Shipment\Plp; use Sky...
Changes: - Allowing to pass offset parameter to method ordersReadyToGroup.
bittools_skyhub-php
train
3aa2166ee5e82ec696a56177cd46f068a01aac47
diff --git a/src/Permissions/DoctrinePermissionDriver.php b/src/Permissions/DoctrinePermissionDriver.php index <HASH>..<HASH> 100644 --- a/src/Permissions/DoctrinePermissionDriver.php +++ b/src/Permissions/DoctrinePermissionDriver.php @@ -6,6 +6,7 @@ use Doctrine\Common\Persistence\ManagerRegistry; use Doctrine\ORM\En...
Type-hint the Permissions Contract so that custom Permissions classes can be used.
laravel-doctrine_acl
train
eaf5fb9265623ef9cb999fa60c581874a186e1af
diff --git a/Tests/EventListener/UserLoadTest.php b/Tests/EventListener/UserLoadTest.php index <HASH>..<HASH> 100644 --- a/Tests/EventListener/UserLoadTest.php +++ b/Tests/EventListener/UserLoadTest.php @@ -14,7 +14,8 @@ declare(strict_types=1); namespace Hackzilla\Bundle\TicketBundle\Tests\EventListener; use Hackz...
rewrite test to handle userManager being final
hackzilla_TicketBundle
train
7df8579258a13fec3b3cc68e9085f934e3616559
diff --git a/test/FilterTest.py b/test/FilterTest.py index <HASH>..<HASH> 100644 --- a/test/FilterTest.py +++ b/test/FilterTest.py @@ -307,7 +307,7 @@ class OrdinalTagFilterTest(TopydoTest): self.todo1 = "Foo due:{}".format(self.today) self.todo2 = "Bar due:{}".format(self.tomorrow) - self.to...
Make 'topydo ls foo:somestring' work. If there was a todo with 'foo:somestring', it wouldn't be returned with the command above, because somestring couldn't be converted to a date or an integer, and therefore the OrdinalTagFilter just returns False. As a final fallback, use a GrepFilter match to do the string compari...
bram85_topydo
train
26ed12dd9abc1efb42841bcfdbdce1c65896ed81
diff --git a/lib/govuk_elements_form_builder/form_builder.rb b/lib/govuk_elements_form_builder/form_builder.rb index <HASH>..<HASH> 100644 --- a/lib/govuk_elements_form_builder/form_builder.rb +++ b/lib/govuk_elements_form_builder/form_builder.rb @@ -20,8 +20,14 @@ module GovukElementsFormBuilder %i[ email_...
Add methods for additional types of Rails input field helpers Add helper methods to form builder for `#number_field`, `#phone_field`, `#range_field`, `#search_field`, `#telephone_field`, and `#url_field`.
ministryofjustice_govuk_elements_form_builder
train
4bef6c3d46309c2c5c379cbacdfca6268f0b448b
diff --git a/core/etcd.go b/core/etcd.go index <HASH>..<HASH> 100644 --- a/core/etcd.go +++ b/core/etcd.go @@ -3,7 +3,6 @@ package core import ( "github.com/davecgh/go-spew/spew" "github.com/coreos/go-etcd/etcd" - "encoding/gob" "pilosa/db" "log" "strings" @@ -12,22 +11,47 @@ import ( "errors" ) -func (...
move things around, use new MetaWatcher struct
pilosa_pilosa
train
c72246bdbb2c810f58a80e83b4a7f2da4fffd535
diff --git a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/Cursor.java b/lionengine-game/src/main/java/com/b3dgs/lionengine/game/Cursor.java index <HASH>..<HASH> 100644 --- a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/Cursor.java +++ b/lionengine-game/src/main/java/com/b3dgs/lionengine/game/Curso...
#<I>: Camera vertical offset fixed. MapTileViewer model fixed. Cursor vertical location fixed.
b3dgs_lionengine
train
90e54f21b639e68ac546acae14b17e8e4ddd8081
diff --git a/percy/client.py b/percy/client.py index <HASH>..<HASH> 100644 --- a/percy/client.py +++ b/percy/client.py @@ -3,7 +3,6 @@ from percy.connection import Connection from percy.environment import Environment from percy.config import Config -from percy.user_agent import UserAgent from percy import utils ...
turn the user agent into a string later down the chain
percy_python-percy-client
train
84387d179dd6ccfb4447802c531697ce37c055d0
diff --git a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/RxLoggersDataCollector.java b/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/RxLoggersDataCollector.java index <HASH>..<HASH> 100644 --- a/management/src/main/java/io/micronaut/management/endpoint/loggers/impl/Rx...
Break apart getOne into pattern similar to getData
micronaut-projects_micronaut-core
train
1520d4e1b14203a84c33e2a6247fe0383acc2805
diff --git a/src/main/java/hex/nn/NN.java b/src/main/java/hex/nn/NN.java index <HASH>..<HASH> 100644 --- a/src/main/java/hex/nn/NN.java +++ b/src/main/java/hex/nn/NN.java @@ -466,7 +466,7 @@ public class NN extends Job.ValidatedJob { */ private Frame reBalance(final Frame fr, long seed) { Frame f = force_lo...
Avoid vector group mismatch assertion by not cleaning up memory after forced load balancing. Needs a better fix.
h2oai_h2o-2
train
bb20e10dfd34a78673647319ae3fa04b81ec5953
diff --git a/openxc/src/com/openxc/sources/BytestreamDataSource.java b/openxc/src/com/openxc/sources/BytestreamDataSource.java index <HASH>..<HASH> 100644 --- a/openxc/src/com/openxc/sources/BytestreamDataSource.java +++ b/openxc/src/com/openxc/sources/BytestreamDataSource.java @@ -68,15 +68,11 @@ public abstract class...
Make sure vehicle interface lock is given up on error conditions.
openxc_openxc-android
train
a180d06cb85905444a295a7843512844ef382beb
diff --git a/lib/moodlelib.php b/lib/moodlelib.php index <HASH>..<HASH> 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -3981,8 +3981,11 @@ function delete_user(stdClass $user) { // Force logout - may fail if file based sessions used, sorry. \core\session\manager::kill_user_sessions($user->id); + ...
MDL-<I> user: Handle bulk delete of users without email addresses
moodle_moodle
train
1f6c6a918467e1ce197388f3277e8635fda36656
diff --git a/build_libtcod.py b/build_libtcod.py index <HASH>..<HASH> 100644 --- a/build_libtcod.py +++ b/build_libtcod.py @@ -7,10 +7,6 @@ import platform from cffi import FFI module_name = 'tcod._libtcod' -if platform.python_implementation() == 'CPython': - module_name += '_cp%i%i' % sys.version_info[:2] - ...
quit messing around with the module name
libtcod_python-tcod
train
b82e960b9df746e9aca1265d8327128d6ddb47f0
diff --git a/lib/nearley.js b/lib/nearley.js index <HASH>..<HASH> 100644 --- a/lib/nearley.js +++ b/lib/nearley.js @@ -356,7 +356,7 @@ // If there is more than one derivation, we only display the first one. var stateStacks = expectantStates .map(function(state) { - return t...
avoid error while reporting errors with recursive grammars.
kach_nearley
train
bb1ca35be235c80505d729b3b29d28c5cb4fe970
diff --git a/jooby/src/main/java/org/jooby/RequestLogger.java b/jooby/src/main/java/org/jooby/RequestLogger.java index <HASH>..<HASH> 100644 --- a/jooby/src/main/java/org/jooby/RequestLogger.java +++ b/jooby/src/main/java/org/jooby/RequestLogger.java @@ -250,9 +250,8 @@ public class RequestLogger implements Route.Handl...
Refactor handling queryString in RequestLogger
jooby-project_jooby
train
1813184d805e6fe109a410667783d6457c96bced
diff --git a/src/main/java/com/googlecode/lanterna/terminal/ansi/ANSITerminal.java b/src/main/java/com/googlecode/lanterna/terminal/ansi/ANSITerminal.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/googlecode/lanterna/terminal/ansi/ANSITerminal.java +++ b/src/main/java/com/googlecode/lanterna/terminal/ansi/ANS...
Implementing a couple of weird Xterm extensions, even if the input system doesn't support them yet
mabe02_lanterna
train
1efbc2dc81b4e055bfcf5f3bb9fc262c03f832c0
diff --git a/webapps/client/scripts/pages/processInstance.js b/webapps/client/scripts/pages/processInstance.js index <HASH>..<HASH> 100644 --- a/webapps/client/scripts/pages/processInstance.js +++ b/webapps/client/scripts/pages/processInstance.js @@ -679,12 +679,73 @@ define([ authentication: 'required', ...
fix(redirection): improve redirections If someone tries to open an already completed process instance, then * if the process definition id can be determined and the history plugin is available -> redirect to historic process instance view * if the process definition id can be determined -> redirect to process definit...
camunda_camunda-bpm-platform
train
830a729843c3a9d0201940d5c195218dcba2f8d1
diff --git a/test/favicon.test.js b/test/favicon.test.js index <HASH>..<HASH> 100644 --- a/test/favicon.test.js +++ b/test/favicon.test.js @@ -23,7 +23,7 @@ test('default favicon does not return an error, but a good response (200) and so t.plan(6) const defaultPath = './src' const fastify = Fastify() - t.t...
update deprecated calls in tap tests
smartiniOnGitHub_fastify-favicon
train
5aeff2c7d2800a3bb1f2ca09ded460d104e81eab
diff --git a/src/Test.php b/src/Test.php index <HASH>..<HASH> 100644 --- a/src/Test.php +++ b/src/Test.php @@ -176,6 +176,34 @@ abstract class Test extends \PHPUnit_Framework_TestCase { }); } + function testUnreferencedDeferWatcherStillExecutes() + { + $invoked = false; + $this->star...
Add tests to ensure unreferenced watchers are still executed and negative expiration doesn't create issues
amphp_amp
train
66ff78585109b4141125385802aa470300cb814c
diff --git a/filters/AuthFilter.php b/filters/AuthFilter.php index <HASH>..<HASH> 100644 --- a/filters/AuthFilter.php +++ b/filters/AuthFilter.php @@ -32,9 +32,6 @@ class AuthFilter extends CFilter /* @var $user CWebUser */ $user = Yii::app()->getUser(); - if ($user->isGuest) - $user->loginRequired(); - i...
Moved guest check so as to not assume that unauthenticated user will not have permissions #<I>
crisu83_yii-auth
train
f3fa28099e2c4d027b21bc16a186bdf237948ead
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,13 @@ import os import sys import codecs from setuptools import setup +from warnings import warn + +if sys.version_info < (3, 0, 0): + raise RuntimeError("ib_insync is for Python 3") if sys.version_info < (3, ...
relax python version to install
erdewit_ib_insync
train
7a46e5d40afae8c6b67415419b6426129f3970bd
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -148,7 +148,11 @@ function ApostropheSchemas(options, callback) { if (field) { field.group = group.name; } else { - throw new Error('Nonexistent field ' + name + ' referenced by gr...
Tolerate nonexistent fields in groupFields so that removeFields doesn't trigger hassles
apostrophecms-legacy_apostrophe-schemas
train
9d4d6ea5e565c0b17465fd5402c02996bf7a870a
diff --git a/acceptance/tests/security/cve-2013-1640_facter_string.rb b/acceptance/tests/security/cve-2013-1640_facter_string.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/security/cve-2013-1640_facter_string.rb +++ b/acceptance/tests/security/cve-2013-1640_facter_string.rb @@ -2,6 +2,10 @@ # template compilat...
(PUP-<I>) Audit Acceptance Tests - CVE tests
puppetlabs_puppet
train
eeb9fda8e27be6c5c0ff988e0cde2b3a489a2dca
diff --git a/actioncable/lib/action_cable/connection/base.rb b/actioncable/lib/action_cable/connection/base.rb index <HASH>..<HASH> 100644 --- a/actioncable/lib/action_cable/connection/base.rb +++ b/actioncable/lib/action_cable/connection/base.rb @@ -48,11 +48,9 @@ module ActionCable include InternalChannel ...
[ActionCable] remove not needed protected call and newlines
rails_rails
train
fa77b2307e7caab69b67757f03e2aebc4f8dbcd6
diff --git a/src/Element/Identify.php b/src/Element/Identify.php index <HASH>..<HASH> 100644 --- a/src/Element/Identify.php +++ b/src/Element/Identify.php @@ -21,7 +21,7 @@ trait Identify */ public function name() : string { - return $this->attributes['name']; + return $this->attributes['n...
might be unset, return empty string in that case
monolyth-php_formulaic
train
4b71d63806fbda8872f8f84cae47a01f22028a31
diff --git a/test/python/circuit/test_gate_definitions.py b/test/python/circuit/test_gate_definitions.py index <HASH>..<HASH> 100644 --- a/test/python/circuit/test_gate_definitions.py +++ b/test/python/circuit/test_gate_definitions.py @@ -47,3 +47,35 @@ class TestGateDefinitions(QiskitTestCase): circ.crz(1, 0,...
Added tests for definitions of cswap, cu1, cu3, cx (#<I>) Partially fixes #<I> Added in tests for cswap, cu1, cu3 and cx under test_gate_definitions
Qiskit_qiskit-terra
train
40818b78006be49b51de4bebc2d4bd28d1246500
diff --git a/src/Codeception/Command/WPBootstrap.php b/src/Codeception/Command/WPBootstrap.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Command/WPBootstrap.php +++ b/src/Codeception/Command/WPBootstrap.php @@ -101,12 +101,6 @@ class WPBootstrap extends Bootstrap ], 'modules' => [ ...
removed the Db module config from the WPBootstrap command
lucatume_wp-browser
train
e366b6e25aae87624f2669900ab9cc4af4a9e1fa
diff --git a/src/Views/layouts/master.blade.php b/src/Views/layouts/master.blade.php index <HASH>..<HASH> 100644 --- a/src/Views/layouts/master.blade.php +++ b/src/Views/layouts/master.blade.php @@ -116,7 +116,6 @@ <li><a href="{{ url('/auth/logout') }}"><i class="fa fa-fw fa-sign-out"></i> Logout</a><...
removed extra list-item that slipped into layouts.master
SmarchSoftware_watchtower
train
782cedbeebd59b25f957e33d62d82696289f10b6
diff --git a/src/Mmanos/Casset/CassetServiceProvider.php b/src/Mmanos/Casset/CassetServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Mmanos/Casset/CassetServiceProvider.php +++ b/src/Mmanos/Casset/CassetServiceProvider.php @@ -18,7 +18,7 @@ class CassetServiceProvider extends ServiceProvider { */ public f...
Renamed registered package name with Laravel to fix issues with config names, etc...
mmanos_laravel-casset
train
16cae42f22a0e2de9b19b6ff566e03db07ff5b64
diff --git a/dolo/algos/dtcscc/perfect_foresight.py b/dolo/algos/dtcscc/perfect_foresight.py index <HASH>..<HASH> 100644 --- a/dolo/algos/dtcscc/perfect_foresight.py +++ b/dolo/algos/dtcscc/perfect_foresight.py @@ -15,33 +15,6 @@ def _shocks_to_epsilons(model, shocks, T): """ n_e = len(model.calibration['shoc...
ENH: remove explicit list doc and handling in perfect_foresight
EconForge_dolo
train
927f1ea1cd023a46321f1b9a6cca4d7e87fb783c
diff --git a/src/db/index.js b/src/db/index.js index <HASH>..<HASH> 100644 --- a/src/db/index.js +++ b/src/db/index.js @@ -26,7 +26,7 @@ class Db extends EventEmitter { this.setup = db.setup.bind(db); } - delete(_id, store, cb = () => {}) { + delete(_id, store, cb = () => { }) { this.getU...
Add TaskRunner 'User not found' error handling
getblank_blank-node-worker
train
2727ff728097b1a8075c91de8d6b452a83384726
diff --git a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java b/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java index <HASH>..<HASH> 100644 --- a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java +++ b/actor/appium/src/main/java/org/get...
fix(appium): update iOS swipe logic as per Appium client <I>
mcdcorp_opentest
train
5c0a05bdecaf95b065645b1dceca45d03f3a541b
diff --git a/README.markdown b/README.markdown index <HASH>..<HASH> 100644 --- a/README.markdown +++ b/README.markdown @@ -99,11 +99,17 @@ If you encounter any errors in the code, please file an issue: <https://github.c ### Version -* Version: 0.9 -* Release Date: 2013-02-27 +* Version: 0.9.1 +* Release Date: 2013...
v <I> merged pull request from regisd to fix issue #5 <URL>
quandyfactory_dicttoxml
train
6e1168ecda1c8d3bc8ea94e1230ccc1d351a5502
diff --git a/dht_test.go b/dht_test.go index <HASH>..<HASH> 100644 --- a/dht_test.go +++ b/dht_test.go @@ -3,6 +3,7 @@ package dht import ( "encoding/hex" "errors" + "io" "log" "math/big" "net" @@ -266,11 +267,13 @@ func TestBadGetPeersResponse(t *testing.T) { func TestBootstrapRace(t *testing.T) { remote...
Merge the BootstrapRace{,Write} tests Combines the write error, response and timeout callbacks.
anacrolix_dht
train
e0d1aea2a31327b06d81d75d8cdbe514e38b5c45
diff --git a/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java b/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java index <HASH>..<HASH> 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java +++ b/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java @@ -126,7 +126,7 ...
[Java] minor fixes to CatalogTool
real-logic_aeron
train
38d5ae96f810eae9e44f4b5514cabcd54b4e2531
diff --git a/test/spec/helpers/lwrp_polyfill_spec.rb b/test/spec/helpers/lwrp_polyfill_spec.rb index <HASH>..<HASH> 100644 --- a/test/spec/helpers/lwrp_polyfill_spec.rb +++ b/test/spec/helpers/lwrp_polyfill_spec.rb @@ -141,15 +141,6 @@ describe Poise::Helpers::LWRPPolyfill do it { is_expected.to eq 'helper' } ...
Remove this test. It breaks in Chef <I> and it wasn't really a thing anyone should be doing anyway.
poise_poise
train
24e0c40498f51317865d00c479496818ab67dd5e
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 @@ -13,6 +13,12 @@ def fixture_file(filename) File.read(file_path) end +RSpec.configure do |config| + config.filter_run focus: true + config.run_all_when_everything_filtered = t...
ability to focus rspec on specific spec(s) you can add the ":focus" option to specific specs so that rspec only runs those. example: it "should handle timeouts", :focus do logger.should receive(:<<).with(an_instance_of(Timeout::Error)) MetaInspector::Request.new(url('<URL>), timeout: <I>, exception_l...
jaimeiniesta_metainspector
train
874697673c6d29b27620e7b86754ee332d355527
diff --git a/app/controllers/rapidfire/surveys_controller.rb b/app/controllers/rapidfire/surveys_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/rapidfire/surveys_controller.rb +++ b/app/controllers/rapidfire/surveys_controller.rb @@ -51,7 +51,7 @@ module Rapidfire def survey_params if Rai...
Ensure new field can be passed into the model
code-mancers_rapidfire
train
39dfbf2c29da93b0696f1f91a2f8ab64a6e1bf79
diff --git a/autofit/graphical/factor_graphs/factor.py b/autofit/graphical/factor_graphs/factor.py index <HASH>..<HASH> 100644 --- a/autofit/graphical/factor_graphs/factor.py +++ b/autofit/graphical/factor_graphs/factor.py @@ -14,8 +14,8 @@ from autofit.graphical.factor_graphs.abstract import \ AbstractNode, Facto...
fixed creation of factor from prior (__call__ in message had additional 'variables' argument)
rhayes777_PyAutoFit
train
997f4f8dc4b22be880a0ca0cc6271729b7388094
diff --git a/tasks/noinfopath_config.js b/tasks/noinfopath_config.js index <HASH>..<HASH> 100644 --- a/tasks/noinfopath_config.js +++ b/tasks/noinfopath_config.js @@ -2,8 +2,8 @@ * grunt-noinfopath-config * * - * Copyright (c) 2017 Jeffrey A. Gochin - * Licensed under the MIT license. + * Copyright (c) 2017 NoInf...
Adding support for Windows file system.
noInfoPath_grunt-noinfopath-config
train
7e033a7fcaf6de510a76e1b431c08b74ae375523
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -10,6 +10,20 @@ var HorsemanPromise = require('./HorsemanPromise.js'); var noop = function() {}; /** + * Check for npm PhantomJS + */ +var phantomjs; +try { + phantomjs = require('phantomjs-prebuilt'); +} c...
Add support for npm PhantomJS package Closes #<I>
johntitus_node-horseman
train
ed1242319cf4598adffb7040d377798c93b7dd40
diff --git a/samcli/lib/build/app_builder.py b/samcli/lib/build/app_builder.py index <HASH>..<HASH> 100644 --- a/samcli/lib/build/app_builder.py +++ b/samcli/lib/build/app_builder.py @@ -221,6 +221,9 @@ class ApplicationBuilder(object): manifest_path, ...
fix: Print error message when Docker is not running on `sam build --use-container` (#<I>)
awslabs_aws-sam-cli
train
346e8fb3bff90a3a2dd20381edbebae8495f21e3
diff --git a/core/src/main/java/com/google/bitcoin/core/FullPrunedBlockChain.java b/core/src/main/java/com/google/bitcoin/core/FullPrunedBlockChain.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/bitcoin/core/FullPrunedBlockChain.java +++ b/core/src/main/java/com/google/bitcoin/core/FullPrunedBlock...
Access NetworkParameters.MAX_MONEY in a static way.
bitcoinj_bitcoinj
train
2910dee858bf608751125b1b111f91fef413c70c
diff --git a/executor/builder.go b/executor/builder.go index <HASH>..<HASH> 100644 --- a/executor/builder.go +++ b/executor/builder.go @@ -4509,6 +4509,7 @@ func (b *executorBuilder) buildShuffle(v *plannercore.PhysicalShuffle) *ShuffleE concurrency: v.Concurrency, } + // 1. initialize the splitters splitters...
executor: fix wrong runtime stats for `ShuffleReceiver` (#<I>) close pingcap/tidb#<I>
pingcap_tidb
train
4f50a706b43bac4dacc77ef8628369605e7d5aea
diff --git a/org.jgrapes.http/test/org/jgrapes/http/test/GetTest.java b/org.jgrapes.http/test/org/jgrapes/http/test/GetTest.java index <HASH>..<HASH> 100644 --- a/org.jgrapes.http/test/org/jgrapes/http/test/GetTest.java +++ b/org.jgrapes.http/test/org/jgrapes/http/test/GetTest.java @@ -14,6 +14,7 @@ import org.jdrupes....
Adapted to new media type API.
mnlipp_jgrapes
train
b8ff4220b310105c346720dff300155cf24aa2c5
diff --git a/packages/webpack-cli/lib/groups/runHelp.js b/packages/webpack-cli/lib/groups/runHelp.js index <HASH>..<HASH> 100644 --- a/packages/webpack-cli/lib/groups/runHelp.js +++ b/packages/webpack-cli/lib/groups/runHelp.js @@ -93,7 +93,9 @@ const outputHelp = (args) => { const negatedFlags = flags ...
chore: better description for built-in negated flags (#<I>)
webpack_webpack-cli
train
ba13ae83dadbe4339a13bbf784a8dacd370082c2
diff --git a/src/Middleware/IpFilter.php b/src/Middleware/IpFilter.php index <HASH>..<HASH> 100644 --- a/src/Middleware/IpFilter.php +++ b/src/Middleware/IpFilter.php @@ -31,6 +31,13 @@ final class IpFilter implements MiddlewareInterface $this->clientIpAttribute = $clientIpAttribute; } + public funct...
Improve IpFilter middleware
yiisoft_yii-web
train
938e71b53a1d57073f1929fee6c927ab3a0e2149
diff --git a/command_line/run_autoencoder.py b/command_line/run_autoencoder.py index <HASH>..<HASH> 100644 --- a/command_line/run_autoencoder.py +++ b/command_line/run_autoencoder.py @@ -128,7 +128,7 @@ if __name__ == '__main__': for p in params: np.save(FLAGS.save_parameters + '-' + p, params[p])...
added save_parameters() and save_reconstructions() for rbm model
blackecho_Deep-Learning-TensorFlow
train
613c9335dfe5adbfa1925b1138f4b262d42c888d
diff --git a/cli.js b/cli.js index <HASH>..<HASH> 100644 --- a/cli.js +++ b/cli.js @@ -127,7 +127,7 @@ var preprocess = function(file, pp, options, cb) { // stdin would have been nice here, but not all preprocessors (less) // accepts that, so we need to read the file both here and for the parser. // Don't proc...
fixed sass regex typo
jacobrask_styledocco
train
aa3ce541fdc4986442bce73840d1b13f5e1279b5
diff --git a/ctypeslib/codegen/codegenerator.py b/ctypeslib/codegen/codegenerator.py index <HASH>..<HASH> 100644 --- a/ctypeslib/codegen/codegenerator.py +++ b/ctypeslib/codegen/codegenerator.py @@ -106,6 +106,7 @@ class Generator(object): self.enable_string_cast = lambda: True import pkgutil ...
Improve the pointer type generation out of cross arch situations
trolldbois_ctypeslib
train
afb6a015ddd5a187d32ae5c6ade5fd846e8741cb
diff --git a/test/callback.js b/test/callback.js index <HASH>..<HASH> 100644 --- a/test/callback.js +++ b/test/callback.js @@ -6,7 +6,6 @@ var assert = require('assert') , bindings = require('bindings')({ module_root: __dirname, bindings: 'ffi_tests' }) describe('Callback', function () { - afterEach(gc) i...
Skip some test for libuv upstream problems.
node-ffi-napi_node-ffi-napi
train
eff08c26eb39484133742bb1b02509947fcd1398
diff --git a/cli/commands.js b/cli/commands.js index <HASH>..<HASH> 100644 --- a/cli/commands.js +++ b/cli/commands.js @@ -16,8 +16,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + let commands = {}; if (process.argv.indexOf('--blueprint') > -1) {...
Enable blueprint to define custom subgenerator (test)
jhipster_generator-jhipster
train
7e1115c40aa1a99893900cae0dc986728d1e2c3f
diff --git a/src/test/java/org/dita/dost/util/XSpecTest.java b/src/test/java/org/dita/dost/util/XSpecTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/dita/dost/util/XSpecTest.java +++ b/src/test/java/org/dita/dost/util/XSpecTest.java @@ -34,9 +34,8 @@ public class XSpecTest { public static Collection<...
Remove STDERR debug output from unit test
dita-ot_dita-ot
train
3a26c5ecee3678fde13c36b209215f29c1ffa8c1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name="threat_intel", - version='0.1.22', + version='0.1.23', provides=['threat_intel'], author="Yelp Security", url='https://github.com/Yelp/threat_...
Bumping the version to <I>
Yelp_threat_intel
train
9297fc2bd2eeb91e33457dd587a1203740d8d756
diff --git a/src/core/model/BLModel.php b/src/core/model/BLModel.php index <HASH>..<HASH> 100644 --- a/src/core/model/BLModel.php +++ b/src/core/model/BLModel.php @@ -133,7 +133,9 @@ class BLModel implements \JsonSerializable $params[] = $value; } $sql = 'INSERT INTO `' . self...
enhance model query, fix JWT
DeepAQ_BestLang
train
cb838a7760467d9ea153a012776de4561e222245
diff --git a/hydpy/models/hland/hland_parameters.py b/hydpy/models/hland/hland_parameters.py index <HASH>..<HASH> 100644 --- a/hydpy/models/hland/hland_parameters.py +++ b/hydpy/models/hland/hland_parameters.py @@ -274,7 +274,7 @@ class Parameters(parametertools.Parameters): con = self.control der = s...
Adapt base model `hland` (modules `hland_parameters` and `hland_states`) to commit #d<I>c5.
hydpy-dev_hydpy
train
d3fef40e8402be890fe7013ec5a38d575620b5e0
diff --git a/pycbc/ahope/segment_utils.py b/pycbc/ahope/segment_utils.py index <HASH>..<HASH> 100644 --- a/pycbc/ahope/segment_utils.py +++ b/pycbc/ahope/segment_utils.py @@ -500,7 +500,14 @@ def create_segs_from_cats_job(cp, out_dir, ifoString, tag=None): else: proxy = "/tmp/x509up_u%d" % os.getuid() ...
add error message when certificate is not found
gwastro_pycbc
train
46378b8f487ebeacbb429895d9e62986b4f23e8a
diff --git a/src/components/fab/QFab.js b/src/components/fab/QFab.js index <HASH>..<HASH> 100644 --- a/src/components/fab/QFab.js +++ b/src/components/fab/QFab.js @@ -20,11 +20,12 @@ export default { direction: { type: String, default: 'right' - } + }, + persistent: Boolean }, watch: {...
feat: [Request] QFab prop to persist on route change #<I>
quasarframework_quasar
train
7cb3a6c235a0756affd12028b24455994f1bd2a4
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * Apply changeset when command is executed to update the aggregate's state. +* Fix events applied in reverse order when reading from Eventstore. + ## Version 0.4.0 diff --git a/lib/akasha...
Fix events applied in reverse order when reading from Eventstore.
bilus_akasha
train
ec3693b50d63a6607a4379503baddb1bb129c170
diff --git a/src/promise.js b/src/promise.js index <HASH>..<HASH> 100644 --- a/src/promise.js +++ b/src/promise.js @@ -29,8 +29,7 @@ if ( number === 0 || number === Infinity || number === -Infinity ) { return number; } - return number !== number || number === 0 ? 0 : - ( number >= 0 ? 1 : -1 ) ...
rm duplicate checks from ToInteger abstract operation
kevincennis_promise
train
c28f0b806b31b85270cf842f020f27480f2efc37
diff --git a/lib/async.js b/lib/async.js index <HASH>..<HASH> 100644 --- a/lib/async.js +++ b/lib/async.js @@ -610,6 +610,7 @@ async.memoize = function (fn, hasher) { var memo = {}; + var queues = {}; hasher = hasher || function (x) { return x; }; @@ -620,10 +621,18...
memoize - handle multiple calls before completion
caolan_async
train
613c7b6db41610ee858b0a6b80c9e0ffc7aab08f
diff --git a/src/PatternLab/PatternData/Rules/PseudoPatternRule.php b/src/PatternLab/PatternData/Rules/PseudoPatternRule.php index <HASH>..<HASH> 100644 --- a/src/PatternLab/PatternData/Rules/PseudoPatternRule.php +++ b/src/PatternLab/PatternData/Rules/PseudoPatternRule.php @@ -168,10 +168,10 @@ class PseudoPatternRule...
making sure pseudo-patterns use array_replace_recursive() just like everywhere else
pattern-lab_patternlab-php-core
train
393930eff5ae2a133f11070b0e2946c5bee96163
diff --git a/src/main/java/org/redisson/client/handler/CommandDecoder.java b/src/main/java/org/redisson/client/handler/CommandDecoder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/redisson/client/handler/CommandDecoder.java +++ b/src/main/java/org/redisson/client/handler/CommandDecoder.java @@ -116,13 +116,1...
Fixed exceptions handling in CommandDecoder. #<I>
redisson_redisson
train
719f72e01918ceee51269aecea22728e63feeafb
diff --git a/src/org/jgroups/util/Util.java b/src/org/jgroups/util/Util.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/util/Util.java +++ b/src/org/jgroups/util/Util.java @@ -164,7 +164,7 @@ public class Util { try { String tmp=System.getProperty(Global.DEFAULT_HEADERS); - DEF...
Changed the default number of headers in a Message from 3 to 4 (<URL>)
belaban_JGroups
train
995b9ec8ec4717beeaa8da39ba0c011625a92624
diff --git a/src/frontend/org/voltdb/iv2/RepairLog.java b/src/frontend/org/voltdb/iv2/RepairLog.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/iv2/RepairLog.java +++ b/src/frontend/org/voltdb/iv2/RepairLog.java @@ -35,6 +35,9 @@ public class RepairLog // last seen truncation point. long m_trun...
Primary doesn't require repair log ... and can't truncate it (easily) if it has one.
VoltDB_voltdb
train
2dd11dc210ed11e6e694b71df279aa1437cea11c
diff --git a/src/Illuminate/Http/JsonResponse.php b/src/Illuminate/Http/JsonResponse.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Http/JsonResponse.php +++ b/src/Illuminate/Http/JsonResponse.php @@ -52,6 +52,10 @@ class JsonResponse extends BaseJsonResponse ? $data->toJson($t...
json_encode error checking As Symfony does, it would be good to have a descriptive error message when json_encode fails (and returns false: <URL>" in Symfony\Component\HttpFoundation\JsonResponse::update due to content ($this->data) was false.
laravel_framework
train
e07aac61efc6a77fe58dbd99dca28a51504897b8
diff --git a/core/src/main/java/hudson/model/User.java b/core/src/main/java/hudson/model/User.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/User.java +++ b/core/src/main/java/hudson/model/User.java @@ -344,8 +344,12 @@ public class User extends AbstractModelObject implements AccessControlled, D...
[JENKINS-<I>] More logging at FINE in hudson.model.User. Running hypothesis: something historically saved a user configuration file with a bogus fullName; thereafter anyone calling User.get(correctFullName) will get a User with the old fullName. This would make the bug unreproducible in fresh Jenkins installations.
jenkinsci_jenkins
train
36a8c5a43c6d2980aeb2b7393538e4c2e3bbd623
diff --git a/django_extensions/management/commands/shell_plus.py b/django_extensions/management/commands/shell_plus.py index <HASH>..<HASH> 100644 --- a/django_extensions/management/commands/shell_plus.py +++ b/django_extensions/management/commands/shell_plus.py @@ -256,7 +256,13 @@ class Command(BaseCommand): ...
backport macos fix for tab completion
django-extensions_django-extensions
train
bcd67efbc789f33c1b1c1ede91257781acb1a372
diff --git a/test/test_time_parser.rb b/test/test_time_parser.rb index <HASH>..<HASH> 100644 --- a/test/test_time_parser.rb +++ b/test/test_time_parser.rb @@ -1,6 +1,6 @@ -require_relative '../helper' -require 'fluent/test/driver/parser' -require 'fluent/plugin/parser' +require_relative 'helper' +require 'fluent/test' ...
fix tests for new path and namespace
fluent_fluentd
train
b6fe463769a68519a4a36ab3a3f3731d466779ac
diff --git a/rapidoid-utils/src/main/java/org/rapidoid/util/Cls.java b/rapidoid-utils/src/main/java/org/rapidoid/util/Cls.java index <HASH>..<HASH> 100644 --- a/rapidoid-utils/src/main/java/org/rapidoid/util/Cls.java +++ b/rapidoid-utils/src/main/java/org/rapidoid/util/Cls.java @@ -36,9 +36,13 @@ import java.util.HashM...
Improved Cls#newInstance to handle common abstract types.
rapidoid_rapidoid
train
7a3880aff8d0eda890978d05f33463bf6affd458
diff --git a/dropwizard-jetty/src/main/java/io/dropwizard/jetty/BiDiGzipFilter.java b/dropwizard-jetty/src/main/java/io/dropwizard/jetty/BiDiGzipFilter.java index <HASH>..<HASH> 100644 --- a/dropwizard-jetty/src/main/java/io/dropwizard/jetty/BiDiGzipFilter.java +++ b/dropwizard-jetty/src/main/java/io/dropwizard/jetty/B...
Add a test for building BiDiGzipFilter
dropwizard_dropwizard
train
23a7ff961a3cd6d192ad054b8623f25cdb57a993
diff --git a/app/helpers/effective_menus_helper.rb b/app/helpers/effective_menus_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/effective_menus_helper.rb +++ b/app/helpers/effective_menus_helper.rb @@ -3,7 +3,7 @@ module EffectiveMenusHelper menu = Effective::Menu.find_by_title(menu) if menu.kind_of?(Stri...
require ability to edit menus before displaying form
code-and-effect_effective_pages
train
737d1d7c1f0853d84f697e98659323b0f9dc1e31
diff --git a/angr/analyses/bindiff.py b/angr/analyses/bindiff.py index <HASH>..<HASH> 100644 --- a/angr/analyses/bindiff.py +++ b/angr/analyses/bindiff.py @@ -241,13 +241,13 @@ def compare_statement_dict(statement_1, statement_2): class NormalizedBlock(object): # block may span multiple calls - def __init__(...
Fix bindiff for new changes in this branch
angr_angr
train
765d9f607d2e4a4624fb1b72160274c46625cb4d
diff --git a/synapse/lib/stormtypes.py b/synapse/lib/stormtypes.py index <HASH>..<HASH> 100644 --- a/synapse/lib/stormtypes.py +++ b/synapse/lib/stormtypes.py @@ -6684,7 +6684,7 @@ class CronJob(Prim): user = self.valu.get('username') view = self.valu.get('view') if not view: - vie...
BUG: fix cron.list display output with old cron jobs that dont have a view (#<I>) * BUG: fix cron.list with old cron jobs that dont have a view
vertexproject_synapse
train
65f601a99a0ca7ebacfda7a6becd8af9fe9eaacb
diff --git a/lib/puppet/transaction.rb b/lib/puppet/transaction.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/transaction.rb +++ b/lib/puppet/transaction.rb @@ -620,8 +620,11 @@ class Transaction # Is this resource tagged appropriately? def missing_tags?(resource) - return false if self.ignore_tags...
Fixing <I> Specifying multiple tags fails to apply any of them Fix code that was passing an Array of code to a method that was expecting a single tag. Includes Markus's suggestions
puppetlabs_puppet
train
32199137b8782a3d41010179cadc3c241cd80806
diff --git a/environs/azure/storage.go b/environs/azure/storage.go index <HASH>..<HASH> 100644 --- a/environs/azure/storage.go +++ b/environs/azure/storage.go @@ -7,6 +7,7 @@ import ( "io" "launchpad.net/gwacl" "launchpad.net/juju-core/environs" + "launchpad.net/juju-core/errors" ) type azureStorage struct { ...
Return NotFound error in Get. Add tests.
juju_juju
train
774399fd661ff5b6fba453891646001a79675535
diff --git a/libnetwork/networkdb/cluster.go b/libnetwork/networkdb/cluster.go index <HASH>..<HASH> 100644 --- a/libnetwork/networkdb/cluster.go +++ b/libnetwork/networkdb/cluster.go @@ -184,7 +184,8 @@ func (nDB *NetworkDB) reapTableEntries() { func (nDB *NetworkDB) gossip() { networkNodes := make(map[string][]stri...
Fix couple of panics in networkdb
moby_moby
train
46df160074d53841302848b9a8b90b0883bfb9ad
diff --git a/lib/phys/wave.js b/lib/phys/wave.js index <HASH>..<HASH> 100644 --- a/lib/phys/wave.js +++ b/lib/phys/wave.js @@ -31,4 +31,101 @@ wave = exports; wave.angularFrequency = function(T){ return ((2 * Math.Pi) / (T)); -}; \ No newline at end of file +}; + +/* +* Displacement (x) of a particle from an arbit...
Added functions to wave.js
AbhiAgarwal_phys.js
train
75cf324322fafe9f2b3f92de369752f413886353
diff --git a/hugolib/site.go b/hugolib/site.go index <HASH>..<HASH> 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -1711,6 +1711,8 @@ func (s *Site) newHomeNode() *Node { n.IsHome = true s.setURLs(n, "/") n.Data["Pages"] = s.Pages + n.Date = s.Pages[0].Date + n.Lastmod = s.Pages[0].Lastmod return n }
Set Date and Lastmod for main home page Fixes #<I>
gohugoio_hugo
train
663c65327becfa59c2a5a9f63a67b0eca9f7fcec
diff --git a/lib/jboss-cloud/appliance-image-customize.rb b/lib/jboss-cloud/appliance-image-customize.rb index <HASH>..<HASH> 100644 --- a/lib/jboss-cloud/appliance-image-customize.rb +++ b/lib/jboss-cloud/appliance-image-customize.rb @@ -125,6 +125,13 @@ module JBossCloud guestfs.rm_rf("/tmp/rpms") @log....
don't use password authentication, apr upgrade
boxgrinder_boxgrinder-build
train
21ba8b687fad3b645f52c47abeb3aae79577ff5f
diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/StorageStartupMetadata.java b/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/StorageStartupMetadata.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/cor...
Usage of JDK 9 API was removed.
orientechnologies_orientdb
train
48f4b60c5d9663f79abd4607f22aaabebe7324ae
diff --git a/source/awesome_tool/mvc/controllers/graphical_editor.py b/source/awesome_tool/mvc/controllers/graphical_editor.py index <HASH>..<HASH> 100644 --- a/source/awesome_tool/mvc/controllers/graphical_editor.py +++ b/source/awesome_tool/mvc/controllers/graphical_editor.py @@ -926,6 +926,8 @@ class GraphicalEditor...
Allow controller to decide whether shortcuts are forwarded to GTK If a controller returns True in a callback method for a shortcut, the shortcut is no longer forwarded to GTK.
DLR-RM_RAFCON
train
215348e1e743e1aa0fbddb7be937f58144d6b0e9
diff --git a/h2o-py/h2o/frame.py b/h2o-py/h2o/frame.py index <HASH>..<HASH> 100644 --- a/h2o-py/h2o/frame.py +++ b/h2o-py/h2o/frame.py @@ -1103,7 +1103,9 @@ class H2OFrame(object): :param use: One of "everything", "complete.obs", or "all.obs". :return: The covariance matrix of the columns in this H2OFrame. ...
fix var to return scalar / frame based on nrow (since eager anyways, ok to call nrow)
h2oai_h2o-3
train
f8a72e6f56164610e0fffd54c5b1625e4d31a80d
diff --git a/src/main/java/com/couchbase/client/core/tracing/ThresholdLogReporter.java b/src/main/java/com/couchbase/client/core/tracing/ThresholdLogReporter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/client/core/tracing/ThresholdLogReporter.java +++ b/src/main/java/com/couchbase/client/core/tra...
JVMCBC-<I>: Add log redaction to threshold log reporting. This changeset adds log redaction to the threshold log reporter. Note that right now these are only "system" log messages, and the way it is currently implemented only user data is actually redacted. Once we enable system data in the future, it will just work....
couchbase_couchbase-jvm-core
train
9b661d0337e27a4db3a0bb9bc3fc4827c87462d6
diff --git a/args.js b/args.js index <HASH>..<HASH> 100644 --- a/args.js +++ b/args.js @@ -4,7 +4,8 @@ const argsDefs = [ { name: 'no-fixtures', alias: 'f', type: Boolean, defaultValue: false }, { name: 'test', alias: 't', type: String, multiple: true, defaultValue: ['*'] }, { name: 'ravendb-host', alias: 'h',...
- passing certificate to test runner
ravendb_ravendb-nodejs-client
train
9815d302a97e775ec36c149286529d3c91c65b19
diff --git a/ui/src/shared/components/Dygraph.js b/ui/src/shared/components/Dygraph.js index <HASH>..<HASH> 100644 --- a/ui/src/shared/components/Dygraph.js +++ b/ui/src/shared/components/Dygraph.js @@ -27,7 +27,7 @@ export default class Dygraph extends Component { constructor(props) { super(props) this.st...
Update bool vars to use 'is' convention
influxdata_influxdb
train
150e339bd769a40a29812197868905c4b398dbf3
diff --git a/lib/fakeredis/version.rb b/lib/fakeredis/version.rb index <HASH>..<HASH> 100644 --- a/lib/fakeredis/version.rb +++ b/lib/fakeredis/version.rb @@ -1,3 +1,3 @@ module FakeRedis - VERSION = "0.1.2" + VERSION = "0.1.3" end
Bumping to version <I>
guilleiguaran_fakeredis
train
fd4c5d21a54d12f0d5947ad67afc6133ffe09324
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -54,13 +54,10 @@ module.exports = { "allowEmptyCatch": true } ], - "no-inner-declarations": [ - "error", - "functions" - ], + "n...
adjust .eslintrc.js to prevent unnecessary lint errors (work in progress on Beautify TypeScript source code #<I>)
vivliostyle_vivliostyle.js
train