hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2aabf3655589e09e5645e5b24289bbb81dbbd7bb
diff --git a/micrometer-core/src/test/java/io/micrometer/core/instrument/binder/jpa/HibernateMetricsTest.java b/micrometer-core/src/test/java/io/micrometer/core/instrument/binder/jpa/HibernateMetricsTest.java index <HASH>..<HASH> 100644 --- a/micrometer-core/src/test/java/io/micrometer/core/instrument/binder/jpa/Hibern...
Fix statistics disabled tests for HibernateMetrics (#<I>)
micrometer-metrics_micrometer
train
6c0cd5403dc7fd751ffdee7557c9cb8924eb5126
diff --git a/tests/raop/test_raop_functional.py b/tests/raop/test_raop_functional.py index <HASH>..<HASH> 100644 --- a/tests/raop/test_raop_functional.py +++ b/tests/raop/test_raop_functional.py @@ -106,6 +106,11 @@ async def test_stream_retransmission( await raop_client.stream.stream_file(data_path("audio_3_pac...
raop: Fix instability in retransmission test Relates to #<I>
postlund_pyatv
train
3e2b8e5f12d89afda9da7645f79dcccbd54acd40
diff --git a/src/Symfony/Component/Form/FormBuilder.php b/src/Symfony/Component/Form/FormBuilder.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Form/FormBuilder.php +++ b/src/Symfony/Component/Form/FormBuilder.php @@ -14,6 +14,7 @@ namespace Symfony\Component\Form; use Symfony\Component\Form\DataMapper\Da...
Fix some missing use statements and small bugs.
symfony_symfony
train
1d0e03f23e57919cc196491a427352bbc5900ac9
diff --git a/library/UnitTestCase.php b/library/UnitTestCase.php index <HASH>..<HASH> 100755 --- a/library/UnitTestCase.php +++ b/library/UnitTestCase.php @@ -530,6 +530,7 @@ abstract class UnitTestCase extends BaseTestCase * @param bool $callAutoload Can be used to disable __autoload() during th...
Added new parameter '$proxyTarget' to UnitTestCase::getMock() as parent method signature contains this parameter.
OXID-eSales_testing_library
train
d0d001625c115f3e000fd782a3715ea3ae883ef6
diff --git a/unmarshaler.go b/unmarshaler.go index <HASH>..<HASH> 100644 --- a/unmarshaler.go +++ b/unmarshaler.go @@ -488,6 +488,9 @@ func (d *decoder) handleArrayTablePart(key ast.Iterator, v reflect.Value) (refle // cannot handle it. func (d *decoder) handleTable(key ast.Iterator, v reflect.Value) (reflect.Value, ...
unmarshal: don't panic when storing table in slice (#<I>) New error message: ``` toml: cannot store a table in a slice 1| [things] | ~~~~~~ cannot store a table in a slice 2| foo = "bar" ``` Fixes #<I>
pelletier_go-toml
train
cc89f56d9c5d0fd821a4bf4d067cab6d5d6fc0d0
diff --git a/lib/msgServer/index.js b/lib/msgServer/index.js index <HASH>..<HASH> 100644 --- a/lib/msgServer/index.js +++ b/lib/msgServer/index.js @@ -533,7 +533,7 @@ function setupDiscovery() { // relays connect to other relays, and clients connect to their own master process - mmrpNode.relayUp(uri, data, anno...
Remove ServiceNode.isLocal ServiceNode.isLocal was implemented to prevent a server to re-register itself in the service discovery if it crashes and restarts. However, it's not used anymore as an other PR fixed it.
mage_mage
train
f5878471607c32197974f750790df5cf4f42e7e8
diff --git a/flask_simplelogin/__init__.py b/flask_simplelogin/__init__.py index <HASH>..<HASH> 100644 --- a/flask_simplelogin/__init__.py +++ b/flask_simplelogin/__init__.py @@ -90,7 +90,7 @@ def login_required(function=None, username=None, basic=False, must=None): for validator in validators: er...
Added function for messages that are returned, not flashed.
rochacbruno_flask_simplelogin
train
ed81a2490267bffca3ea7af968650e390ca9853c
diff --git a/simulator/src/main/java/com/hazelcast/simulator/utils/PropertyBindingSupport.java b/simulator/src/main/java/com/hazelcast/simulator/utils/PropertyBindingSupport.java index <HASH>..<HASH> 100644 --- a/simulator/src/main/java/com/hazelcast/simulator/utils/PropertyBindingSupport.java +++ b/simulator/src/main/...
Fixed formatting in PropertyBindingSupport.
hazelcast_hazelcast-simulator
train
b1e2264bcfc7849e31064b1ebdc2726e84146f5c
diff --git a/src/config/createLatestConfig.js b/src/config/createLatestConfig.js index <HASH>..<HASH> 100644 --- a/src/config/createLatestConfig.js +++ b/src/config/createLatestConfig.js @@ -28,10 +28,10 @@ const modernPreset = [ "babel-preset-env", { export function createHelper(modern, minified, presets = [], plugin...
babili preset options are not supported yet (it’s in git but not part of <I>)
sebastian-software_preppy
train
2567f0385bd4339a051e3577485daca4f234c531
diff --git a/pmxbot/logging.py b/pmxbot/logging.py index <HASH>..<HASH> 100644 --- a/pmxbot/logging.py +++ b/pmxbot/logging.py @@ -288,7 +288,7 @@ class MongoDBLogger(Logger, storage.MongoDBStorage): # store the original sqlite object ID in the orig_id = message.pop('id') orig_id_packed = struct.pack('L', or...
Fixed migration issue (it seems older versions of pymongo accepted the mixed format, but the latest <I> doesn't)
yougov_pmxbot
train
2f2d816cbfc4bf1f736c1dca41878d0b1c9edda4
diff --git a/code/plugins/system/koowa.php b/code/plugins/system/koowa.php index <HASH>..<HASH> 100644 --- a/code/plugins/system/koowa.php +++ b/code/plugins/system/koowa.php @@ -59,7 +59,7 @@ class plgSystemKoowa extends JPlugin $format = KInput::get('format', 'GET', 'word', 'word', 'html'); $doc =& JFactor...
Cleaned up KDocument, moved html-specific methods to KDocumentHtml, moved rendering logic to KDocumentHtmlRendererHead
timble_kodekit
train
44767cb329e9b0b9aca01699509502b58b0f482c
diff --git a/framework/core/js/forum/src/components/PostStream.js b/framework/core/js/forum/src/components/PostStream.js index <HASH>..<HASH> 100644 --- a/framework/core/js/forum/src/components/PostStream.js +++ b/framework/core/js/forum/src/components/PostStream.js @@ -533,7 +533,7 @@ class PostStream extends mixin(Co...
Fix scrolling to the bottom of an item
flarum_core
train
8c6855f3b07c7779a2c66e044091767f05be3386
diff --git a/lib/pipeline.js b/lib/pipeline.js index <HASH>..<HASH> 100644 --- a/lib/pipeline.js +++ b/lib/pipeline.js @@ -210,7 +210,7 @@ lunr.Pipeline.prototype.run = function (tokens) { if (result === void 0 || result === '') continue - if (result instanceof Array) { + if (Array.isArray(result))...
Use Array.isArray to check if pipeline output is an array TiddlyWiki (<URL>), when run on Node, loads all of its modules via Node's vm.runInContext. This means that for my full text search plugin (<URL>), there is a pipeline function loaded in its own context, separate from the context lunr is loaded in. This mismat...
olivernn_lunr.js
train
6fb04318bb1fcc5d86c376024f790b1eeebc723a
diff --git a/examples/example.php b/examples/example.php index <HASH>..<HASH> 100755 --- a/examples/example.php +++ b/examples/example.php @@ -1,5 +1,5 @@ <?php -require_once '../vendor/autoload.php'; +require_once __DIR__ . '/../vendor/autoload.php'; $arrCredentials = array( 'username' => 'xxx', @@ -9,9 +9,9 @...
Work in progress of changes required to fix authentication and the ability to get activities. This work is incomplete, in that it doesn't yet fix every single API call, but I believe that the authentication mechanism should be largely correct. This _does_ fix the getUsername() method, and the getActivityList() method -...
dawguk_php-garmin-connect
train
a7bc7e5f6b99d0f9a55140df65f7ed1896e1f3b0
diff --git a/src/Koldy/Util.php b/src/Koldy/Util.php index <HASH>..<HASH> 100644 --- a/src/Koldy/Util.php +++ b/src/Koldy/Util.php @@ -364,7 +364,7 @@ class Util $s = preg_replace('~[^\\pL\d]+~u', '-', $s); $s = trim($s, '-'); - $s = iconv('utf-8', 'us-ascii//TRANSLIT', $s); + $s = ico...
Fix: Util::slug now ignores Greek characters instead of trying to convert them to ascii
koldy_framework
train
cea2f3fb86716dbae96a3e2a2d15c310ad2ac198
diff --git a/backbone.js b/backbone.js index <HASH>..<HASH> 100644 --- a/backbone.js +++ b/backbone.js @@ -870,6 +870,10 @@ this.models.sort(_.bind(this.comparator, this)); } + if (options.reverse) { + this.models = this.models.reverse(); + } + if (!options.silent) this.trigger...
Added reverse option in the collection sort method Added the reverse option to be able to sort the collection in the inverse order specified by the comparator. Useful for one argument comparators returning string values. For boolean and integer comparators are easy to find the inverse function to reverse the collecti...
jashkenas_backbone
train
2451af857ff06cf35c9e02fbb9afe4e88cca9570
diff --git a/datascience/table.py b/datascience/table.py index <HASH>..<HASH> 100644 --- a/datascience/table.py +++ b/datascience/table.py @@ -549,9 +549,9 @@ class Table(collections.abc.Mapping): rows corresponding to each value. """ column = self._get_column(column_or_label) - index ...
Reverted to normal dict in table.index_by
data-8_datascience
train
c8641b09f7d9f8e2615953bd6ccdfa70f12aed69
diff --git a/lib/__tests__/findExports-test.js b/lib/__tests__/findExports-test.js index <HASH>..<HASH> 100644 --- a/lib/__tests__/findExports-test.js +++ b/lib/__tests__/findExports-test.js @@ -112,6 +112,28 @@ it('finds CommonJS exports defined later in the file', () => { }); }); +it('finds CommonJS exports in ...
Find exports inside anonymous root functions It's not uncommon for packages to protect against contaminating global browser scope by wrapping itself in a self-executing anonymous. By reaching into these functions when finding exports, we are able to find a few more exports.
Galooshi_import-js
train
1efc193a6160f3ac4d10b5f36e6174978d1ba094
diff --git a/packages/ringcentral-widgets/containers/DialerAndCallsTabContainer/i18n/en-US.js b/packages/ringcentral-widgets/containers/DialerAndCallsTabContainer/i18n/en-US.js index <HASH>..<HASH> 100644 --- a/packages/ringcentral-widgets/containers/DialerAndCallsTabContainer/i18n/en-US.js +++ b/packages/ringcentral-w...
fixbug for standalone opens with lowercase (#<I>) * fixbug for standalone opens with lowercase * callTab lowercase
ringcentral_ringcentral-js-widgets
train
26ae6d6b36a40a42706e149a6d1c30c27b5b3355
diff --git a/integration-cli/docker_cli_nat_test.go b/integration-cli/docker_cli_nat_test.go index <HASH>..<HASH> 100644 --- a/integration-cli/docker_cli_nat_test.go +++ b/integration-cli/docker_cli_nat_test.go @@ -6,6 +6,7 @@ import ( "net" "strings" + "github.com/docker/docker/pkg/integration/checker" "github...
Use of checkers on docker_cli_nat_test.go.
containers_storage
train
da4a1dd1c4a2251d4dbaef03c01f7427c7cc4524
diff --git a/tests/Message/ServerNotifyResponseTest.php b/tests/Message/ServerNotifyResponseTest.php index <HASH>..<HASH> 100644 --- a/tests/Message/ServerNotifyResponseTest.php +++ b/tests/Message/ServerNotifyResponseTest.php @@ -40,7 +40,7 @@ class ServerNotifyResponseTest extends TestCase $this->assertNull(...
Disabled tests - really have no time for this.
thephpleague_omnipay-sagepay
train
27e809a717b9a1ebeb428a4ec1bb4031bf095433
diff --git a/src/Support/FormBuilder.php b/src/Support/FormBuilder.php index <HASH>..<HASH> 100644 --- a/src/Support/FormBuilder.php +++ b/src/Support/FormBuilder.php @@ -24,12 +24,13 @@ class FormBuilder * * @param \Orchestra\Html\Support\HtmlBuilder $html * @param \Illuminate\Routing\UrlGenerator...
Readd for backward compatibility.
orchestral_html
train
6d97d2b5eafb5e655a49ee8052c2bdfd0c104e37
diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/textview/annotations.js b/bundles/org.eclipse.orion.client.editor/web/orion/textview/annotations.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.editor/web/orion/textview/annotations.js +++ b/bundles/org.eclipse.orion.client.editor/web...
Bug <I> - No search hit annotations when searching in .txt file
eclipse_orion.client
train
0e1e1061d81b627fae2cdd1f6039d9a8343cd08d
diff --git a/indra/statements/agent.py b/indra/statements/agent.py index <HASH>..<HASH> 100644 --- a/indra/statements/agent.py +++ b/indra/statements/agent.py @@ -149,6 +149,7 @@ class Agent(Concept): other_id) def refinement_of(self, other, ontology): + from indra.d...
Replace INDRA_LOCATIONS with GO
sorgerlab_indra
train
73bf168b8c3431da794ca4423124fdc2121d1772
diff --git a/code/UserDefinedForm.php b/code/UserDefinedForm.php index <HASH>..<HASH> 100755 --- a/code/UserDefinedForm.php +++ b/code/UserDefinedForm.php @@ -396,6 +396,9 @@ JS $submittedFields = new DataObjectSet(); foreach($this->Fields() as $field) { + // don't show fields that shouldn't be shown + if...
FEATURE: ability to send emails as plain text. BUGFIX: fixed showing header fields in reports
silverstripe_silverstripe-userforms
train
044ed8ee388651261dd565bf1ee61de5ce83002d
diff --git a/reflections/shape/shape-test.js b/reflections/shape/shape-test.js index <HASH>..<HASH> 100644 --- a/reflections/shape/shape-test.js +++ b/reflections/shape/shape-test.js @@ -688,6 +688,21 @@ QUnit.test("each loops without needing `this`", function(){ QUnit.ok(true, "no error"); }); +QUnit.test("assign...
assign deep should work recursively
canjs_can-reflect
train
0ffd5196b7eeb0a0e9fcaa59be325d4da6301c78
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,10 @@ /*global module:true*/ +/*global require:true*/ (function(){ "use strict"; + var path = require( "path" ); + module.exports = function(grunt) { // Project configuration. @@ -36,6 +39,...
Move to using a webserver to more accurately run tests
filamentgroup_criticalCSS
train
26372d6e48860669de0708c0229adde62a25a265
diff --git a/edituser.php b/edituser.php index <HASH>..<HASH> 100644 --- a/edituser.php +++ b/edituser.php @@ -90,7 +90,7 @@ if ($form_action=='update') { // Change username if ($form_username!=WT_USER_NAME) { AddToLog('User renamed to ->'.$form_username.'<-', 'auth'); - rename_user(WT_USER_NAME, $form_user...
Fix: changing username should be done by reference to USER_ID, not USER_NAME. A timing sequence could allow a user to change another's username.
fisharebest_webtrees
train
e73befa763b968c1d016ff700b9da4b2b8032b37
diff --git a/guava-tests/test/com/google/common/math/BigIntegerMathTest.java b/guava-tests/test/com/google/common/math/BigIntegerMathTest.java index <HASH>..<HASH> 100644 --- a/guava-tests/test/com/google/common/math/BigIntegerMathTest.java +++ b/guava-tests/test/com/google/common/math/BigIntegerMathTest.java @@ -354,6...
Yet another flaky test. ------------- Created by MOE: <URL>
google_guava
train
bc650a4b51138a67cf5e56d83cb1caa40a6652c0
diff --git a/spec/ApiClient/PeopleClientSpec.php b/spec/ApiClient/PeopleClientSpec.php index <HASH>..<HASH> 100644 --- a/spec/ApiClient/PeopleClientSpec.php +++ b/spec/ApiClient/PeopleClientSpec.php @@ -37,7 +37,7 @@ final class PeopleClientSpec extends ObjectBehavior public function it_lists_people() { - ...
Update people to list by multiple types (#<I>) Update people to list by multiple types
elifesciences_api-client-php
train
fafa9377f71a868b00ab3e9cf8168393f381e197
diff --git a/vault/expiration.go b/vault/expiration.go index <HASH>..<HASH> 100644 --- a/vault/expiration.go +++ b/vault/expiration.go @@ -512,6 +512,13 @@ func (m *ExpirationManager) Renew(leaseID string, increment time.Duration) (*log return nil, err } + if le.Secret == nil { + if le.Auth != nil { + return ...
Fix panic when attempting to renew auth token via sys/leases/renew (#<I>) This could occur when using the lease ID; this is unsupported but wasn't checking for the existence of a secret in the lease.
hashicorp_vault
train
c5bc49b5ad0e91cc036a4958646ac54c7d4d4e71
diff --git a/worker/buildbot_worker/scripts/runner.py b/worker/buildbot_worker/scripts/runner.py index <HASH>..<HASH> 100644 --- a/worker/buildbot_worker/scripts/runner.py +++ b/worker/buildbot_worker/scripts/runner.py @@ -95,7 +95,7 @@ class RestartOptions(MakerBase): class UpgradeSlaveOptions(MakerBase): - su...
rename upgradeSlave -> upgradeWorker
buildbot_buildbot
train
ff31a752921bc6296991ac66ba43d63c8ce8aa97
diff --git a/version/version.go b/version/version.go index <HASH>..<HASH> 100644 --- a/version/version.go +++ b/version/version.go @@ -24,7 +24,7 @@ import ( // The presence and format of this constant is very important. // The debian/rules build recipe uses this value for the version // number of the release packag...
version: Reset version to alpha3 An earlier branch accidentially reverted the version to alpha2, change it back to alpha3 here.
juju_juju
train
f37646bf1968ceade88419cd53d2ce97054067f7
diff --git a/repo/fsrepo/config_component.go b/repo/fsrepo/config_component.go index <HASH>..<HASH> 100644 --- a/repo/fsrepo/config_component.go +++ b/repo/fsrepo/config_component.go @@ -7,6 +7,7 @@ import ( ) var _ component = &configComponent{} +var _ componentInitializationChecker = configComponentIsInitialized ...
refactor(fsrepo) add interface to make it easier to understand how to extend the package
ipfs_go-ipfs
train
36b560343ba828528f74e23d8394ef62fb6b6a3d
diff --git a/lib/assert_difference.rb b/lib/assert_difference.rb index <HASH>..<HASH> 100644 --- a/lib/assert_difference.rb +++ b/lib/assert_difference.rb @@ -79,7 +79,7 @@ module AssertDifference after = expectations.keys.each_with_object({}) { |expression, after| after[expression] = eval(expression, binding) } ...
Always have each message in a different line, it’s easier to read.
pupeno_assert_difference
train
809a7b953d9130d08d81c2a07771dafe385c1fce
diff --git a/src/components/Section.js b/src/components/Section.js index <HASH>..<HASH> 100644 --- a/src/components/Section.js +++ b/src/components/Section.js @@ -4,7 +4,7 @@ import {bem} from '../lib'; import unpackPlotProps from '../lib/unpackPlotProps'; function childIsVisible(child) { - return Boolean((child.p...
pass down plotProps prop so we can skip recomputation
plotly_react-chart-editor
train
9446a66b230f5e42650941a3e5549f34b53a830b
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -77,10 +77,22 @@ function sudoCommand(command, password, withResult, callback) { spawnProcess.stdin.write(password + "\n"); } } + if (errorFound(line)) { + ...
Returning missing error info In Ubuntu <I> "error" in callback seems to be `null` even if the command failed Returning error info if errors related to these are found, ['E: Invalid operation', 'could not be found', 'command not found', 'Invalid subcommand']
didanurwanda_sudo-js
train
4238341179be361654202a587bd0a3b7db49ed5c
diff --git a/plugin/staticsecurity/staticsecurity-gwt/src/main/java/org/geomajas/plugin/staticsecurity/client/Authentication.java b/plugin/staticsecurity/staticsecurity-gwt/src/main/java/org/geomajas/plugin/staticsecurity/client/Authentication.java index <HASH>..<HASH> 100644 --- a/plugin/staticsecurity/staticsecurity-...
remove use of depricated method, due to GWT-<I> (removing old dependecy)
geomajas_geomajas-project-client-gwt
train
4451606b2572870050bbabe7f6672a96d0c4d745
diff --git a/setuptools/tests/test_virtualenv.py b/setuptools/tests/test_virtualenv.py index <HASH>..<HASH> 100644 --- a/setuptools/tests/test_virtualenv.py +++ b/setuptools/tests/test_virtualenv.py @@ -1,6 +1,8 @@ import glob import os import sys +import itertools +from collections import UserString import pathl...
Prefer xfail to skip on known failure mode.
pypa_setuptools
train
4cc1e69460f773f189d0360bd93dca1f38394ed6
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,3 +1,5 @@ +/* jshint unused: false */ + /** * RETSr.io rets.js RETS Client * @module RETS diff --git a/lib/resolve.js b/lib/resolve.js index <HASH>..<HASH> 100644 --- a/lib/resolve.js +++ b/lib/resolve....
Adding joshing directives to prevent files that are known to be incomplete (stubs) form triggering errors. We’ll remove these as we progress. For now, it’s ok to have these unused variables.
retsr_rets.js
train
3bb821b42c03b6704593de9de989d7f113adab06
diff --git a/awkward/array/base.py b/awkward/array/base.py index <HASH>..<HASH> 100644 --- a/awkward/array/base.py +++ b/awkward/array/base.py @@ -37,7 +37,7 @@ class AwkwardArray(awkward.util.NDArrayOperatorsMixin): numpy = numpy DEFAULTTYPE = numpy.dtype(numpy.float64) CHARTYPE = numpy.dtype(numpy.u...
Try setting INDEXTYPE as intp and see what happens
scikit-hep_awkward-array
train
481103b95546d0039dd91d4f52b4e45bdc55572e
diff --git a/docs/examples/couchbase.php b/docs/examples/couchbase.php index <HASH>..<HASH> 100644 --- a/docs/examples/couchbase.php +++ b/docs/examples/couchbase.php @@ -25,10 +25,10 @@ $InstanceCache = CacheManager::getInstance('couchbase', [ 'timeout' => '1', 'buckets' => [ [ - 'default' => 'Cache',/...
Fix CouchBase settings array 'default' => 'Cache' (wrong) to 'bucket' => 'default' Took me some time to figure it out, so better change it to more clear example. (cherry picked from commit 0a9d<I>bc4eb<I>c<I>fe<I>bc<I>b)
PHPSocialNetwork_phpfastcache
train
0cf1773f816be7874560b032e87db606a1bff005
diff --git a/app/models/maestrano/connector/rails/concerns/entity.rb b/app/models/maestrano/connector/rails/concerns/entity.rb index <HASH>..<HASH> 100644 --- a/app/models/maestrano/connector/rails/concerns/entity.rb +++ b/app/models/maestrano/connector/rails/concerns/entity.rb @@ -136,12 +136,12 @@ module Maestrano::C...
Improves id handling: no need to put it in mapper anymore
maestrano_maestrano-connector-rails
train
601157f552eb61cd28f1cf9c5d9d18f2198b2520
diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/statsd/StatsdProperties.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/statsd/StatsdP...
Polish "Add publishUnchangedMeters StatsD support" Closes gh-<I>
spring-projects_spring-boot
train
40a8a097423f061685913ffdb97f245eb569da92
diff --git a/scheduler_random.go b/scheduler_random.go index <HASH>..<HASH> 100644 --- a/scheduler_random.go +++ b/scheduler_random.go @@ -264,10 +264,12 @@ func updateServiceInstances(cpDao dao.ControlPlane, conn *zk.Conn, service *dao. } -// Look up running instances of this service and return n unused instance ...
Fix documentation; remove some complexity in starting up services
control-center_serviced
train
c037af902b5ff3ce5f28dc88eea4baf6cb9c258b
diff --git a/enoslib/service/skydive/skydive.py b/enoslib/service/skydive/skydive.py index <HASH>..<HASH> 100644 --- a/enoslib/service/skydive/skydive.py +++ b/enoslib/service/skydive/skydive.py @@ -7,7 +7,7 @@ from enoslib.api import ( __python3__, __docker__, ) -from enoslib.objects import Host, Network +f...
svc/skydive: update to Roles
BeyondTheClouds_enoslib
train
2231c6ee3b9d0e337eb6c252d2d4667f7739ad49
diff --git a/src/db/ORM.php b/src/db/ORM.php index <HASH>..<HASH> 100755 --- a/src/db/ORM.php +++ b/src/db/ORM.php @@ -92,25 +92,21 @@ class ORM implements \JsonSerializable, \IteratorAggregate } /** - * @param array $value - * @return array + * @param array $args + * @return static[] ...
Method "ORM::all" reworked
levmorozov_mii
train
5576a485639c6a4ff44d26bbc5b7b3805186fd8b
diff --git a/views/js/qtiCreator/widgets/helpers/selectionWrapper.js b/views/js/qtiCreator/widgets/helpers/selectionWrapper.js index <HASH>..<HASH> 100644 --- a/views/js/qtiCreator/widgets/helpers/selectionWrapper.js +++ b/views/js/qtiCreator/widgets/helpers/selectionWrapper.js @@ -69,11 +69,11 @@ define(['jquery'], fu...
fix: check qti by classname and by dataset
oat-sa_extension-tao-itemqti
train
2df4f601fb93b3128c07da414ac92d71fd61966c
diff --git a/mappet/helpers.py b/mappet/helpers.py index <HASH>..<HASH> 100644 --- a/mappet/helpers.py +++ b/mappet/helpers.py @@ -180,6 +180,7 @@ def etree_to_dict(t, **kw): dd = defaultdict(list) for dc in map(partial(etree_to_dict, **kw), children): for k, v in dc.iteritems(): + ...
adds comments and docstrings
stxnext_mappet
train
a6de8b060af5e13876c6f60f6fa0cb440edd4a81
diff --git a/contrib/externs/maps/google_maps_api_v3.js b/contrib/externs/maps/google_maps_api_v3.js index <HASH>..<HASH> 100644 --- a/contrib/externs/maps/google_maps_api_v3.js +++ b/contrib/externs/maps/google_maps_api_v3.js @@ -1981,15 +1981,17 @@ google.maps.MapCanvasProjection = function() {}; /** * @param {g...
Externs for Maps API <I> R=lukem DELTA=8 (4 added, 0 deleted, 4 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-compiler
train
839809378accdf60c60497b5b35dc8aea9f2334b
diff --git a/bot/bot.py b/bot/bot.py index <HASH>..<HASH> 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -48,15 +48,21 @@ class Channel(metaclass=LoggerMetaClass): self._log.debug("Created {}".format(self)) - def __contains__(self, other: User) -> bool: - return other in self.users + def on_messa...
added Channel.on_message, Client.part
minus7_asif
train
4410f1d0fad7c90a9253f3ab9824d37a2f5dc8e7
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -54,7 +54,6 @@ exports = module.exports = class Tgfancy extends TelegramBot { this.options = _.defaultsDeep({}, options, { resolveChatId: tgresolve, }); - this._telegra...
[client] Always provide context for invocation of wrapped methods
GochoMugo_tgfancy
train
acc4bfe8f31d2992a5af6f275255fd99aacc48f6
diff --git a/lib/minicron/monitor.rb b/lib/minicron/monitor.rb index <HASH>..<HASH> 100644 --- a/lib/minicron/monitor.rb +++ b/lib/minicron/monitor.rb @@ -64,7 +64,8 @@ module Minicron # Loop every schedule we know about schedules.each do |schedule| begin - monitor(schedu...
@reboot schedules can't be monitored, for now..
jamesrwhite_minicron
train
bcbb435386ff9f8e6378424f38b6b1f3f009cdd4
diff --git a/pkg/build/api/validation/validation.go b/pkg/build/api/validation/validation.go index <HASH>..<HASH> 100644 --- a/pkg/build/api/validation/validation.go +++ b/pkg/build/api/validation/validation.go @@ -19,7 +19,6 @@ import ( func ValidateBuild(build *buildapi.Build) fielderrors.ValidationErrorList { all...
better error message for immutable edits to builds
openshift_origin
train
b11c1e394b9f5e36a82950fc4722a3cb8ca8901f
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ _testmain.go .DS_STORE cmd/ftest/ftest + +# Goland specific files +.idea diff --git a/parser.go b/parser.go index <HASH>..<HASH> 100644 --- a/parser.go +++ b/parser.go @@ -2,6 +2,7 @@ package gofeed ...
Context support is added for ParseURL (#<I>)
mmcdole_gofeed
train
04964f2ee92521d70f34991b834310ee17d47b53
diff --git a/AppBundle/Bundle.php b/AppBundle/Bundle.php index <HASH>..<HASH> 100644 --- a/AppBundle/Bundle.php +++ b/AppBundle/Bundle.php @@ -4,23 +4,18 @@ namespace Knp\RadBundle\AppBundle; use Symfony\Component\HttpKernel\Bundle\Bundle as BaseBundle; use Symfony\Component\DependencyInjection\ContainerBuilder; -u...
Fix naming of form types registration compiler pass
KnpLabs_KnpRadBundle
train
58f5ba6bd94b6f1c1de102f08e574e0ffee11cfc
diff --git a/src/main/java/org/jdbdt/Misc.java b/src/main/java/org/jdbdt/Misc.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jdbdt/Misc.java +++ b/src/main/java/org/jdbdt/Misc.java @@ -82,7 +82,7 @@ final class Misc { md.reset(); byte[] buffer = new byte[4096]; int n; - while ( (n = ...
Misc/MiscTest: small adjustements
JDBDT_jdbdt
train
3e2ea6e1fc4893230eb4eed2ff2e96499cee3f2e
diff --git a/breadcrumb.php b/breadcrumb.php index <HASH>..<HASH> 100644 --- a/breadcrumb.php +++ b/breadcrumb.php @@ -214,6 +214,8 @@ class Breadcrumb * just call it by itself. If you coose this, it'll generate * content for the current URI with the default settings. * + * - The output format can be either p...
bootstrap support and renamed method name
noherczeg_breadcrumb
train
893c66726607cb06c4e5c564c3d0b6a15394bda6
diff --git a/pax-web-deployer/src/main/java/org/ops4j/pax/web/deployer/internal/WarDeployer.java b/pax-web-deployer/src/main/java/org/ops4j/pax/web/deployer/internal/WarDeployer.java index <HASH>..<HASH> 100644 --- a/pax-web-deployer/src/main/java/org/ops4j/pax/web/deployer/internal/WarDeployer.java +++ b/pax-web-deplo...
Fix exploded WAR not being handled `WarDeployer` was never really detecting the exploded folder (better yet, it rejected the generated jar file). The received artifact is never a folder but always a file.
ops4j_org.ops4j.pax.web
train
c9f4ff65c846f51422a395fe2c933cb78657db50
diff --git a/src/test/java/com/helger/sbdh/builder/SBDHReaderTest.java b/src/test/java/com/helger/sbdh/builder/SBDHReaderTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/helger/sbdh/builder/SBDHReaderTest.java +++ b/src/test/java/com/helger/sbdh/builder/SBDHReaderTest.java @@ -21,9 +21,11 @@ import static ...
Added test for clone method
phax_ph-sbdh
train
4ddf8b16550da1831d4ba56ad925a04a570386b9
diff --git a/notice.go b/notice.go index <HASH>..<HASH> 100644 --- a/notice.go +++ b/notice.go @@ -13,6 +13,8 @@ import ( type hash map[string]interface{} +// Notice is a representation of the error which is sent to Honeybadger, and +// implements the Payload interface. type Notice struct { APIKey string ...
Fix lint warnings in notice.
honeybadger-io_honeybadger-go
train
73775de532a9909a501e64edc858ad1b4083211a
diff --git a/plugins/org.eclipse.xtext.generator/src/org/eclipse/xtext/generator/CompositeGeneratorFragment.java b/plugins/org.eclipse.xtext.generator/src/org/eclipse/xtext/generator/CompositeGeneratorFragment.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.generator/src/org/eclipse/xtext/generator/Com...
treat WorkflowInterruptedException specially to allow fragments to stop a workflow
eclipse_xtext-extras
train
5d8b7c345e27138fdcb5f8270a50b926940ffdf8
diff --git a/pygooglechart.py b/pygooglechart.py index <HASH>..<HASH> 100644 --- a/pygooglechart.py +++ b/pygooglechart.py @@ -1,5 +1,5 @@ """ -PyGoogleChart - A Python wrapper for the Google Chart API +PyGoogleChart - A complete Python wrapper for the Google Chart API http://pygooglechart.slowchop.com/
branched to <I>
gak_pygooglechart
train
020298529b7941e751d6a4a1e380e82270ae0fd2
diff --git a/lib/sensu/constants.rb b/lib/sensu/constants.rb index <HASH>..<HASH> 100644 --- a/lib/sensu/constants.rb +++ b/lib/sensu/constants.rb @@ -1,6 +1,6 @@ module Sensu unless defined?(Sensu::VERSION) - VERSION = '0.11.0.beta.3' + VERSION = '0.11.0.beta.4' LOG_LEVELS = [:debug, :info, :warn, :er...
[beta] beta version bump
sensu_sensu
train
0f353f9e71c98528164632a9cf089c43f579b64a
diff --git a/app/main.py b/app/main.py index <HASH>..<HASH> 100644 --- a/app/main.py +++ b/app/main.py @@ -19,4 +19,5 @@ def main(args, bootstrap_args): Facade.initialize() app = Application.Application(ApplicationUI.make_ui(bootstrap_args), resources_path=os.path.dirname(__file__)) app.initialize() + ...
Add missing nionlib startup, required for external use.
nion-software_nionswift
train
bc55b8609cb6c07369e99124b056b4b31deda8bf
diff --git a/main_test.go b/main_test.go index <HASH>..<HASH> 100644 --- a/main_test.go +++ b/main_test.go @@ -141,13 +141,21 @@ var _ = Describe("Router Integration", func() { go func() { defer GinkgoRecover() + + //Open a connection that never goes active + conn, err := net.Dial("tcp", fmt.Sprintf("%...
Properly keep track of active/inactive connections * subtracting from 0 on an unsinged int makes it huge [#<I>]
cloudfoundry_gorouter
train
e3109fc7d164988a3481f2245043417115bdf38a
diff --git a/lib/que/version.rb b/lib/que/version.rb index <HASH>..<HASH> 100644 --- a/lib/que/version.rb +++ b/lib/que/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Que - VERSION = '2.1.0' + VERSION = '2.2.0' def self.job_schema_version 2
Update version number to <I>
chanks_que
train
b5e70b5f746f5db9d8d8f80d4e4977b77f9a7cc3
diff --git a/pubcode/code128.py b/pubcode/code128.py index <HASH>..<HASH> 100644 --- a/pubcode/code128.py +++ b/pubcode/code128.py @@ -2,5 +2,47 @@ class Code128(object): - def __init__(self, data): + class Error(Exception): + pass + + class CharsetError(Error): + pass + + class CharsetLe...
Add some input validation for character set. - Mostly just trying to specify the interface.
Venti-_pubcode
train
60921eba99cb3a7b1eebb90eebb1fe89d3eb09e1
diff --git a/www/mediadevices.js b/www/mediadevices.js index <HASH>..<HASH> 100644 --- a/www/mediadevices.js +++ b/www/mediadevices.js @@ -18,7 +18,7 @@ * under the License. * */ -/* globals Promise, cordova, MediaStream */ +/* globals Promise, cordova, MediaStream, MediaStreamTrack */ var exec = cordova.require(...
:shirt: fix linting errors causing Travis to fail
phonegap_phonegap-plugin-media-stream
train
798767bcc68053df267d1fd5e8f6cdd6c78a926d
diff --git a/lxd/cluster/tls.go b/lxd/cluster/tls.go index <HASH>..<HASH> 100644 --- a/lxd/cluster/tls.go +++ b/lxd/cluster/tls.go @@ -10,30 +10,42 @@ import ( "github.com/lxc/lxd/shared" ) -// Return a TLS configuration suitable for establishing inter-node network -// connections using the cluster certificate. -f...
lxd/cluster/tls: Update tlsClientConfig to accept networkCert and serverCert Then use serverCert for client certificate.
lxc_lxd
train
4202cb8ec82d2d3279a108fe76eb3334a2f16098
diff --git a/src/Controller/ElFinderController.php b/src/Controller/ElFinderController.php index <HASH>..<HASH> 100644 --- a/src/Controller/ElFinderController.php +++ b/src/Controller/ElFinderController.php @@ -44,20 +44,11 @@ class ElFinderController extends AbstractController return $this->render($result['te...
Apply fixes from StyleCI (#<I>)
helios-ag_FMElfinderBundle
train
c370cf6fa230ce2c5da92ef3f9783b31101f7f39
diff --git a/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java b/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java index <HASH>..<HASH> 100755 --- a/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java +++ b/client/src/ma...
add check for avoid to execute request while an async query is running
orientechnologies_orientdb
train
309cef5d023913d2e67c7e88d9a52745f7c05825
diff --git a/src/components/autocomplete/js/autocompleteController.js b/src/components/autocomplete/js/autocompleteController.js index <HASH>..<HASH> 100644 --- a/src/components/autocomplete/js/autocompleteController.js +++ b/src/components/autocomplete/js/autocompleteController.js @@ -251,6 +251,7 @@ function MdAutoco...
fix(autocomplete): clicking on the scrollbar will no longer close dropdown Closes #<I> Closes #<I>
angular_material
train
64fed4378eb55b1f4e4411aa96eec8506dfead13
diff --git a/src/formatters/htmlformatter.class.php b/src/formatters/htmlformatter.class.php index <HASH>..<HASH> 100644 --- a/src/formatters/htmlformatter.class.php +++ b/src/formatters/htmlformatter.class.php @@ -87,8 +87,11 @@ class LuminousFormatterHTML extends LuminousFormatter { if (!preg_match('/\D$/', $h...
Fix ugly x-overflow behaviour on height unconstrained widgets (I THINK)
markwatkinson_luminous
train
21c7b2981f428237727db5a6255b64769c4e1c0f
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,7 @@ - **decidim-debates** Fix debates card and ordering [\#4879](https://github.com/decidim/decidim/pull/4879) - **decidim-proposals** Don't count withdrawn proposals when publishing one [\#4875](h...
Correctly set the category in the admin debate form (#<I>)
decidim_decidim
train
bb36e36eafde9184accb4826bd1e11a9c3660227
diff --git a/build/quine.js b/build/quine.js index <HASH>..<HASH> 100644 --- a/build/quine.js +++ b/build/quine.js @@ -10,7 +10,7 @@ function makePrefix(sourceMapFile) { prefix += 'var target = (typeof self === "undefined" || !(typeof WorkerGlobalScope !== "undefined" && self instanceof WorkerGlobalScope)) && ...
currentScript should be truthy, not !== undefined in some cases document.currentScript can be null, on that case the condition resolves to true and fails to get the src attribute from null ending with an exception. this change checks that currentScript is truthy (not null nor undefined) in the condition closes #<I>
tangrams_tangram
train
706c3670706f90e9835f1c3787decd0a8977a7eb
diff --git a/testRunner.js b/testRunner.js index <HASH>..<HASH> 100755 --- a/testRunner.js +++ b/testRunner.js @@ -73,14 +73,13 @@ async function check(file) { if ((filename.endsWith('yaml')) || (filename.endsWith('json'))) { let skip = false; - //if (process.env.TRAVIS_NODE_VERSION) { - /...
tests: omit clever-cloud for now
Mermade_widdershins
train
b27abd39a8b07f751eaf405244cfe9edbea3771d
diff --git a/packages/babel-parser/src/plugins/estree.js b/packages/babel-parser/src/plugins/estree.js index <HASH>..<HASH> 100644 --- a/packages/babel-parser/src/plugins/estree.js +++ b/packages/babel-parser/src/plugins/estree.js @@ -394,6 +394,8 @@ export default (superClass: Class<Parser>): Class<Parser> => ...
fix: add optional: false to MemberExpression (#<I>)
babel_babel
train
4caae124814c652703a90fa22ec48323c34a589c
diff --git a/hazelcast-client/src/test/java/com/hazelcast/client/txn/ClientTxnMapTest.java b/hazelcast-client/src/test/java/com/hazelcast/client/txn/ClientTxnMapTest.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/test/java/com/hazelcast/client/txn/ClientTxnMapTest.java +++ b/hazelcast-client/src/test/java/...
Increase ClientTxnMapTest TTL to reduce untimely eviction probability Fixes #<I>
hazelcast_hazelcast
train
1a5e48e29d02537828634aac83847aba6aa17c6f
diff --git a/pkg/registry/core/service/storage/rest.go b/pkg/registry/core/service/storage/rest.go index <HASH>..<HASH> 100644 --- a/pkg/registry/core/service/storage/rest.go +++ b/pkg/registry/core/service/storage/rest.go @@ -337,6 +337,18 @@ func (rs *REST) healthCheckNodePortUpdate(oldService, service *api.Service, ...
Honor forceAllowCreate in service registry
kubernetes_kubernetes
train
f5f7614d5b47ae84c24d87a34b20f61d68aa065d
diff --git a/cpuinfo.go b/cpuinfo.go index <HASH>..<HASH> 100644 --- a/cpuinfo.go +++ b/cpuinfo.go @@ -313,6 +313,22 @@ func parseCPUInfoS390X(info []byte) ([]CPUInfo, error) { return nil, err } cpuinfo[i].CPUMHz = v + case "physical id": + cpuinfo[i].PhysicalID = field[1] + case "core id": + cpuinfo...
cpuinfo: add parsing of physical id, core id, siblings, and cpus cores to s<I>x arch
prometheus_procfs
train
b25a4a6da74e9fa1689fc1d7d9b5992000537b76
diff --git a/src/Entity/QueuedTaskRepository.php b/src/Entity/QueuedTaskRepository.php index <HASH>..<HASH> 100644 --- a/src/Entity/QueuedTaskRepository.php +++ b/src/Entity/QueuedTaskRepository.php @@ -85,4 +85,27 @@ class QueuedTaskRepository extends EntityRepository return false; } } + + ...
Made sure not to queue a job when already queued
glooby_task-bundle
train
b174957b3b5fd89e5ae4a73c8826e3c78b56bf05
diff --git a/opendatalake/detection/kitti_detection.py b/opendatalake/detection/kitti_detection.py index <HASH>..<HASH> 100644 --- a/opendatalake/detection/kitti_detection.py +++ b/opendatalake/detection/kitti_detection.py @@ -18,7 +18,7 @@ PHASE_VALIDATION = "validation" def _gen(params, stride=1, offset=0, infin...
Added a depth mode for detection prediction. All you need is a file where first there is the full path to the kitti detection image and second there is the path to the kitti raw image.
penguinmenac3_opendatalake
train
69ebca2f5d0f3b57c097b162dab18d0352101339
diff --git a/jwbf/src/net/sourceforge/jwbf/actions/http/VersionException.java b/jwbf/src/net/sourceforge/jwbf/actions/http/VersionException.java index <HASH>..<HASH> 100644 --- a/jwbf/src/net/sourceforge/jwbf/actions/http/VersionException.java +++ b/jwbf/src/net/sourceforge/jwbf/actions/http/VersionException.java @@ -1...
modified handling of malformed urls, added comments
eldur_jwbf
train
f50cf51de7c2b6dca1b38db2900944d971de497d
diff --git a/moto/ssm/models.py b/moto/ssm/models.py index <HASH>..<HASH> 100644 --- a/moto/ssm/models.py +++ b/moto/ssm/models.py @@ -1547,6 +1547,12 @@ class SimpleSystemManagerBackend(BaseBackend): "1 validation error detected: Value '' at 'value' failed to satisfy" " constraint: Me...
[issue-<I>] ssm put_parameter with tags and overwrite should error (#<I>)
spulec_moto
train
251b7b31dfaf3c3ce157842161385e594a08c0cf
diff --git a/src/components/VBottomSheet/VBottomSheet.js b/src/components/VBottomSheet/VBottomSheet.js index <HASH>..<HASH> 100644 --- a/src/components/VBottomSheet/VBottomSheet.js +++ b/src/components/VBottomSheet/VBottomSheet.js @@ -5,9 +5,7 @@ import VDialog from '../VDialog/VDialog' export default { name: 'v-bo...
refactor(v-bottom-sheet): moved dialog from component to mixin did this to allow the json parser to properly grab all properties available for `v-bottom-sheet`
vuetifyjs_vuetify
train
eb84f97f250796d8c14e9683c68cce2f78bf7684
diff --git a/querydsl-core/src/main/java/com/mysema/query/types/QTuple.java b/querydsl-core/src/main/java/com/mysema/query/types/QTuple.java index <HASH>..<HASH> 100644 --- a/querydsl-core/src/main/java/com/mysema/query/types/QTuple.java +++ b/querydsl-core/src/main/java/com/mysema/query/types/QTuple.java @@ -13,9 +13,...
#<I> added duplicate removal to QTuple
querydsl_querydsl
train
ad294e7388068eaa0eb2d440265648ccad9705dd
diff --git a/py3status/parse_config.py b/py3status/parse_config.py index <HASH>..<HASH> 100644 --- a/py3status/parse_config.py +++ b/py3status/parse_config.py @@ -1,10 +1,13 @@ # -*- coding: utf-8 -*- +import codecs import re import glob import os +import sys import imp from collections import OrderedDict from s...
better utf-8 config support
ultrabug_py3status
train
e8356c66cbde6670cd320586e6e528814be9e406
diff --git a/Lib/glyphsLib/casting.py b/Lib/glyphsLib/casting.py index <HASH>..<HASH> 100644 --- a/Lib/glyphsLib/casting.py +++ b/Lib/glyphsLib/casting.py @@ -56,6 +56,8 @@ CUSTOM_INT_PARAMS = frozenset(( CUSTOM_FLOAT_PARAMS = frozenset(( 'postscriptBlueScale',)) +CUSTOM_NUM_PARAMS = CUSTOM_INT_PARAMS | CUSTOM_...
[casting] read/write custom parameters as generic numbers (int or float) As Georg said in <URL>
googlefonts_glyphsLib
train
c776a336ff87176bf64c26be693d7ec73860e99c
diff --git a/server/sonar-server/src/main/java/org/sonar/server/issue/ws/SearchAction.java b/server/sonar-server/src/main/java/org/sonar/server/issue/ws/SearchAction.java index <HASH>..<HASH> 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/issue/ws/SearchAction.java +++ b/server/sonar-server/src/main/ja...
SONAR-<I> Document WS api/issues/search changes with a changelog
SonarSource_sonarqube
train
0c53f79a547159b69d6f1f7d5e6137f7a45535ed
diff --git a/src/drivers/npm/driver.js b/src/drivers/npm/driver.js index <HASH>..<HASH> 100644 --- a/src/drivers/npm/driver.js +++ b/src/drivers/npm/driver.js @@ -114,8 +114,15 @@ class Driver { headers[header[0]].push(header[1]); }); + try { + const...
Catch browser.html() exceptions in NPM driver
AliasIO_Wappalyzer
train
48765fa24160b1a5a71bc50b3bd152528c836f49
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ copyright = u'2010-2013, Aaron Gallagher' # |version| and |release|, also used in various other places throughout the # built documents. # -version = release = vcversioner.find_version(version...
Update vcversioner usage.
habnabit_txsocksx
train
f08c676d10945d0055024f943d171458b278bb71
diff --git a/kconfiglib.py b/kconfiglib.py index <HASH>..<HASH> 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -901,7 +901,7 @@ class Kconfig(object): def _next_line(self): """ Returns the next line in the current file, or the empty string at EOF - (like the standard readline() function...
Fix outdated set_value() documentation Not worthwhile to confuse the API by allowing strings for bool/tristate. Things works out nicely anyway with the other updated APIs.
ulfalizer_Kconfiglib
train
f798d0c3f7712c03aee7faefa3d1ca28018c043b
diff --git a/Vps_js/EyeCandy/Tabs/Tabs.js b/Vps_js/EyeCandy/Tabs/Tabs.js index <HASH>..<HASH> 100644 --- a/Vps_js/EyeCandy/Tabs/Tabs.js +++ b/Vps_js/EyeCandy/Tabs/Tabs.js @@ -2,8 +2,7 @@ Vps.onContentReady(function() { var els = Ext.query('div.vpsTabs'); els.forEach(function(el) { if (!el.tabsObject)...
Fix tabs re-initialisation
koala-framework_koala-framework
train
319356f3f5b4e282498de8f9bc09eaf3a4116133
diff --git a/thymeleaf-extras-springsecurity5/src/main/java/org/thymeleaf/extras/springsecurity5/dialect/SpringSecurityDialect.java b/thymeleaf-extras-springsecurity5/src/main/java/org/thymeleaf/extras/springsecurity5/dialect/SpringSecurityDialect.java index <HASH>..<HASH> 100644 --- a/thymeleaf-extras-springsecurity5/...
Removed introspection dependency on Mono (reactor) in order to avoid ClassNotFoundException in MVC apps
thymeleaf_thymeleaf-extras-springsecurity
train
e262217f1d0bdb3e08c5cb8e6988d77c820094c2
diff --git a/py3status/modules/google_calendar.py b/py3status/modules/google_calendar.py index <HASH>..<HASH> 100644 --- a/py3status/modules/google_calendar.py +++ b/py3status/modules/google_calendar.py @@ -303,10 +303,11 @@ class Py3status: for attendee in event.get('attendees', []): ...
google_calendar: fix event selection logic when self organized
ultrabug_py3status
train
22afa51736c8c5b265717fccd21211349a950836
diff --git a/libraries/lithium/console/Command.php b/libraries/lithium/console/Command.php index <HASH>..<HASH> 100644 --- a/libraries/lithium/console/Command.php +++ b/libraries/lithium/console/Command.php @@ -377,16 +377,16 @@ class Command extends \lithium\core\Object { if ($this->request->params['command']) { ...
Finishing colorization of standard output lines.
UnionOfRAD_framework
train
a5725eddb34912c551591e7a104b36c7cfdc393a
diff --git a/src/org/joml/MemUtil.java b/src/org/joml/MemUtil.java index <HASH>..<HASH> 100644 --- a/src/org/joml/MemUtil.java +++ b/src/org/joml/MemUtil.java @@ -42,6 +42,9 @@ abstract class MemUtil { accessor = new MemUtilUnsafe(); } catch (UnsupportedOperationException e) { accesso...
Catch class not found error when sun.misc.Unsafe is unavailable and default to the Java NIO Buffer strategy.
JOML-CI_JOML
train
eff55d43289e58b59e41931c14a14b83ddb317a2
diff --git a/lib/groupdate/series.rb b/lib/groupdate/series.rb index <HASH>..<HASH> 100644 --- a/lib/groupdate/series.rb +++ b/lib/groupdate/series.rb @@ -91,6 +91,8 @@ module Groupdate # https://github.com/rails/rails/blob/master/activerecord/lib/active_record/relation/calculations.rb if ActiveRecord::Ca...
Better error message for joins, includes, and where
ankane_groupdate
train
6c1ed8e938421186a6b99d715ee6ad294c6409de
diff --git a/includes/siteload.php b/includes/siteload.php index <HASH>..<HASH> 100644 --- a/includes/siteload.php +++ b/includes/siteload.php @@ -5,9 +5,13 @@ // we combine DOCUMENT_ROOT and the dirname(PHP_SELF) and '/mysitemap.json' // and return the mysitemap.json file for the site. -require_once(getenv("HOME")...
Remove requirement fot 'HOME' and use relative path up to autoload.php modified: includes/siteload.php
bartonlp_site-class
train