hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c9d1977d9d4957c048244813a8bc4d712739ee1d
diff --git a/core-bundle/contao/library/Contao/Controller.php b/core-bundle/contao/library/Contao/Controller.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/library/Contao/Controller.php +++ b/core-bundle/contao/library/Contao/Controller.php @@ -2043,10 +2043,10 @@ abstract class Controller extends \System ...
[Core] Add the static JavaScript file before the non-static ones (see #<I>)
contao_contao
train
bba490f318405a8308ea28c7a138c0cb4c94ee03
diff --git a/src/util/graphic.js b/src/util/graphic.js index <HASH>..<HASH> 100644 --- a/src/util/graphic.js +++ b/src/util/graphic.js @@ -1071,8 +1071,7 @@ function rollbackDefaultTextStyle(style) { } export function getFont(opt, ecModel) { - // ecModel or default text style model. - var gTextStyleModel = ec...
fix get font configs issue (#<I>) The original logical will never get font configs from the `textStyle` option, and also the `ecModel` doesn't have other font configs except the `textStyle` option. `var gTextStyleModel = ecModel || ecModel.getModel('textStyle');`
apache_incubator-echarts
train
ba90af7d324e2af522db93d97b4a53b894a57371
diff --git a/dagobah/backend/mongo.py b/dagobah/backend/mongo.py index <HASH>..<HASH> 100644 --- a/dagobah/backend/mongo.py +++ b/dagobah/backend/mongo.py @@ -30,7 +30,8 @@ class MongoBackend(BaseBackend): 'version': '2.5'}] def __init__(self, host, port, db, dagobah_collection='dagoba...
Mongo backend support for remote host execution
thieman_dagobah
train
290a9f4f02ffcab67ea9c47c101fd286222018a9
diff --git a/appium/spec/screen-object/text_spec.rb b/appium/spec/screen-object/text_spec.rb index <HASH>..<HASH> 100644 --- a/appium/spec/screen-object/text_spec.rb +++ b/appium/spec/screen-object/text_spec.rb @@ -6,6 +6,7 @@ describe "Interface" do let(:selenium_driver) {double('')} let(:text) {ScreenObject::Ap...
adding file text_spec.rb and initial commit
capitalone_screen-object
train
afcb1a0e9a70536eef4e7ab7ed0cf23a217b9095
diff --git a/mongodbshell/__init__.py b/mongodbshell/__init__.py index <HASH>..<HASH> 100644 --- a/mongodbshell/__init__.py +++ b/mongodbshell/__init__.py @@ -334,7 +334,7 @@ class Client: f"collection : '{self.collection.name}'" def __repr__(self): - return f"Proxy('{self.database.name}',...
Fixed repr to match new ctor name"
jdrumgoole_mongodbshell
train
1cd4e6a747eaa75fd35a0b5650a108d50de40561
diff --git a/lib/ecs_compose/cli.rb b/lib/ecs_compose/cli.rb index <HASH>..<HASH> 100644 --- a/lib/ecs_compose/cli.rb +++ b/lib/ecs_compose/cli.rb @@ -17,6 +17,28 @@ module EcsCompose aliases: %w(-i), desc: "Type and name for use with --file [ex: 'service:hello' or 'task:migrate']") ...
Allow service registration, and re-order commands We want to put the most important commands on top.
faradayio_ecs_compose
train
44afd8ca312da182726cb6c051747e621961ed28
diff --git a/stagemonitor-jdbc/src/test/java/org/stagemonitor/jdbc/ConnectionMonitoringTransformerTest.java b/stagemonitor-jdbc/src/test/java/org/stagemonitor/jdbc/ConnectionMonitoringTransformerTest.java index <HASH>..<HASH> 100644 --- a/stagemonitor-jdbc/src/test/java/org/stagemonitor/jdbc/ConnectionMonitoringTransfo...
Fix tag order in ConnectionMonitoringTransformerTest
stagemonitor_stagemonitor
train
312128ded830ad4e8d9fd5fdcca5b7c099eee3bd
diff --git a/presto-raptor/src/main/java/com/facebook/presto/raptor/RaptorSplitManager.java b/presto-raptor/src/main/java/com/facebook/presto/raptor/RaptorSplitManager.java index <HASH>..<HASH> 100644 --- a/presto-raptor/src/main/java/com/facebook/presto/raptor/RaptorSplitManager.java +++ b/presto-raptor/src/main/java/...
Clarify concurrency semantics of RaptorSplitSource The previous version had unclear semantics and relied on an implicit contract with the caller to use it correctly. The new version guards these invariants explicitly.
prestodb_presto
train
e4d428d58954472ff8032e35f9f8d043be4fd9b8
diff --git a/lib/identity_cache/memoized_cache_proxy.rb b/lib/identity_cache/memoized_cache_proxy.rb index <HASH>..<HASH> 100644 --- a/lib/identity_cache/memoized_cache_proxy.rb +++ b/lib/identity_cache/memoized_cache_proxy.rb @@ -49,8 +49,11 @@ module IdentityCache memoizing = memoizing? ActiveSupport::N...
Log delete failed on error level (#<I>)
Shopify_identity_cache
train
ff1ccda3a6559d32c54b9b85f52bea5ad108d31c
diff --git a/tests/test_regressions.py b/tests/test_regressions.py index <HASH>..<HASH> 100644 --- a/tests/test_regressions.py +++ b/tests/test_regressions.py @@ -535,3 +535,32 @@ from smtplib import SMTPConnectError, SMTPNotSupportedError # important comment from appsettings import AppSettings, ObjectSetting, String...
Add test case for issue #<I>
timothycrosley_isort
train
fa705b4f117e16c6a06027065b8a0a0fceda4b63
diff --git a/src/Engine/PhpGd/Extension/Core/ImageInfo.php b/src/Engine/PhpGd/Extension/Core/ImageInfo.php index <HASH>..<HASH> 100644 --- a/src/Engine/PhpGd/Extension/Core/ImageInfo.php +++ b/src/Engine/PhpGd/Extension/Core/ImageInfo.php @@ -78,14 +78,14 @@ class ImageInfo { rewind($fp); $conten...
Added /s modifier to image recognition patterns, so that newlines are not excluded from the .
coldume_imagecraft
train
275319193a5d173fe4b14f7ef8f663450e4d2c2a
diff --git a/salt/modules/aptpkg.py b/salt/modules/aptpkg.py index <HASH>..<HASH> 100644 --- a/salt/modules/aptpkg.py +++ b/salt/modules/aptpkg.py @@ -361,9 +361,9 @@ def refresh_db(): # Strip filesize from end of line ident = re.sub(r' \[.+B\]$', '', ident) ret[ident] = True - ...
Check for Ign/Hit membership instead of == in aptpkg.refresh_db
saltstack_salt
train
1a3b1b5f73f420a920f5497352433ab444550be8
diff --git a/addon/components/sl-button.js b/addon/components/sl-button.js index <HASH>..<HASH> 100755 --- a/addon/components/sl-button.js +++ b/addon/components/sl-button.js @@ -82,7 +82,7 @@ export default Ember.Component.extend( StreamEnabled, TooltipEnabled, { // Events /** - * @function ...
my editor left a bunch of empty space on a comment line for some reason. Also corrected jsdoc 'ember.error' to 'ember/Error'
softlayer_sl-ember-components
train
8029055c5173eada68cc565ec669e0ead003c2c2
diff --git a/js/xena.js b/js/xena.js index <HASH>..<HASH> 100644 --- a/js/xena.js +++ b/js/xena.js @@ -171,6 +171,12 @@ module.exports = class xena extends Exchange { // // [ // { + // "type": "Index", + // "symbol": ".ADAUSD", + // ...
xena.fetchMarkets unified
ccxt_ccxt
train
4c5e3734433f8159cccd794211a4d356117b6404
diff --git a/pymatbridge/tests/test_publish.py b/pymatbridge/tests/test_publish.py index <HASH>..<HASH> 100644 --- a/pymatbridge/tests/test_publish.py +++ b/pymatbridge/tests/test_publish.py @@ -30,5 +30,5 @@ def test_lines_to_notebook(): nb = publish.lines_to_notebook(lines) - npt.assert_equal(nb['workshee...
TST: The test now accomodates the automatic prepending of the magic.
arokem_python-matlab-bridge
train
e64cc13fd5b0f486b05278778ffe8e604e20a61a
diff --git a/src/arcrest/manageags/administration.py b/src/arcrest/manageags/administration.py index <HASH>..<HASH> 100644 --- a/src/arcrest/manageags/administration.py +++ b/src/arcrest/manageags/administration.py @@ -49,6 +49,8 @@ class AGSAdministration(BaseAGSServer): proxy_url=None, proxy_port=No...
added tileServers support off of the portal Class. This allows users to access the tile servers on both agol and ags.
Esri_ArcREST
train
3c369eb328132dee38093a180400a514e85f4f60
diff --git a/safe/impact_functions/test/test_registry.py b/safe/impact_functions/test/test_registry.py index <HASH>..<HASH> 100644 --- a/safe/impact_functions/test/test_registry.py +++ b/safe/impact_functions/test/test_registry.py @@ -77,7 +77,8 @@ EXPECTED_IF = [ 'Polygon volcano on buildings', 'Point volcan...
Fix failed test on travis.
inasafe_inasafe
train
170b1d80b5c01da5326be591a742b454c193525c
diff --git a/plugins/postgres/dbt/adapters/postgres/connections.py b/plugins/postgres/dbt/adapters/postgres/connections.py index <HASH>..<HASH> 100644 --- a/plugins/postgres/dbt/adapters/postgres/connections.py +++ b/plugins/postgres/dbt/adapters/postgres/connections.py @@ -91,7 +91,7 @@ class PostgresConnectionManager...
Update plugins/postgres/dbt/adapters/postgres/connections.py
fishtown-analytics_dbt
train
c3e6fc0302b30c5a3ddccc36c013097a38053064
diff --git a/tests/test_copy.py b/tests/test_copy.py index <HASH>..<HASH> 100644 --- a/tests/test_copy.py +++ b/tests/test_copy.py @@ -1,6 +1,7 @@ from __future__ import unicode_literals import os +import time import unittest import tempfile import shutil @@ -69,6 +70,78 @@ class TestCopy(unittest.TestCase): ...
test methods to cover copy_file_if_newer
PyFilesystem_pyfilesystem2
train
48e6f9f16327d5eba481cc3f652aa76959b8e26f
diff --git a/VisualTimer.js b/VisualTimer.js index <HASH>..<HASH> 100644 --- a/VisualTimer.js +++ b/VisualTimer.js @@ -108,6 +108,7 @@ var timer = node.game.gameLoop.getAllParams(node.game.gameState).timer; if (timer) { + that.timerDiv.className = ''; var options = ('number' === typeof timer) ? {mil...
VisualTimer strikes the time, once fired DONE
nodeGame_nodegame-widgets
train
b48c497fcea2c8ea02aabf730c01ef92bd24974d
diff --git a/client/post-editor/controller.js b/client/post-editor/controller.js index <HASH>..<HASH> 100644 --- a/client/post-editor/controller.js +++ b/client/post-editor/controller.js @@ -27,6 +27,7 @@ import { getSelectedEditor } from 'state/selectors/get-selected-editor'; import { requestSelectedEditor, setSelect...
Fix back button from creating new pages/posts (#<I>) * Dynamically redirect to the block editor route * Also match `post` and `page` for last non-editor route selector. * Remove uneccessary comment * Use shouldRedirectGutenberg selector instead
Automattic_wp-calypso
train
8639ae1ddc4f40df742ac9308eeebd3c0b14df60
diff --git a/app/models/address.rb b/app/models/address.rb index <HASH>..<HASH> 100644 --- a/app/models/address.rb +++ b/app/models/address.rb @@ -1,6 +1,20 @@ class Address < ActiveRecord::Base belongs_to :vcard + # Validations + include I18nRailsHelpers + + def validate_address + errors.add_on_blank(:po...
Add Address.validate_address and Vcard.validate_name.
huerlisi_has_vcards
train
cd8a08650fe5c8cd42c1c4ab0158b792e995c185
diff --git a/src/Hal/Metric/Consolidated.php b/src/Hal/Metric/Consolidated.php index <HASH>..<HASH> 100644 --- a/src/Hal/Metric/Consolidated.php +++ b/src/Hal/Metric/Consolidated.php @@ -83,6 +83,7 @@ class Consolidated 'efferentCoupling' => [], 'difficulty' => [], 'lcom' => [], +...
added a way to get latest results directly in json
phpmetrics_PhpMetrics
train
f14f79a9022641069e2346cb325eb173ef9c29ba
diff --git a/test/main.js b/test/main.js index <HASH>..<HASH> 100644 --- a/test/main.js +++ b/test/main.js @@ -7,6 +7,9 @@ var merkletools = require('../merkletools.js'); var bLeft = new Buffer('a292780cc748697cb499fdcc8cb89d835609f11e502281dfe3f6690b1cc23dcb', 'hex'); var bRight = new Buffer('cb4990b9a8936bbc137ddeb...
Added md5 tree test
Tierion_merkle-tools
train
a9c6bfb32a3dbc8f84e76f0ff7762560b6fb0fe7
diff --git a/lib/gcli/types/union.js b/lib/gcli/types/union.js index <HASH>..<HASH> 100644 --- a/lib/gcli/types/union.js +++ b/lib/gcli/types/union.js @@ -54,8 +54,9 @@ exports.items = [ var onError = function(i) { if (i >= this.types.length) { - return Promise.reject(new Conversion(undefined...
union-<I>: resolve the conversion rather than rejecting it Nothing has actually broken, it's just that the user typed something that we can't understand right now, so we resolve with a Status.ERROR rather than rejecting.
joewalker_gcli
train
93abd34437d8e7e9e4429d5ccd3952e3f6f0ad26
diff --git a/datastore/src/main/java/org/jboss/pnc/datastore/predicates/rsql/AbstractTransformer.java b/datastore/src/main/java/org/jboss/pnc/datastore/predicates/rsql/AbstractTransformer.java index <HASH>..<HASH> 100644 --- a/datastore/src/main/java/org/jboss/pnc/datastore/predicates/rsql/AbstractTransformer.java +++ ...
Change log level of RSQL log
project-ncl_pnc
train
3416ba745621bf34d47c286d1b221760aa5b9ef6
diff --git a/Kwf_js/EyeCandy/List/Plugins/ActiveListener/LargeContentAjax.js b/Kwf_js/EyeCandy/List/Plugins/ActiveListener/LargeContentAjax.js index <HASH>..<HASH> 100644 --- a/Kwf_js/EyeCandy/List/Plugins/ActiveListener/LargeContentAjax.js +++ b/Kwf_js/EyeCandy/List/Plugins/ActiveListener/LargeContentAjax.js @@ -73,6 ...
also calculate height correctly when switching to other item
koala-framework_koala-framework
train
b3076e068ee6b2a81b8eb55a2b87befae7165d41
diff --git a/prometheus/promhttp/delegator.go b/prometheus/promhttp/delegator.go index <HASH>..<HASH> 100644 --- a/prometheus/promhttp/delegator.go +++ b/prometheus/promhttp/delegator.go @@ -76,16 +76,16 @@ type flusherDelegator struct{ *responseWriterDelegator } type hijackerDelegator struct{ *responseWriterDelegator...
Make delegators wrapping responseWriterDelegator have value receivers
prometheus_client_golang
train
2541bf70c43fc06082cc46316c22428920da80d5
diff --git a/src/barchart.js b/src/barchart.js index <HASH>..<HASH> 100644 --- a/src/barchart.js +++ b/src/barchart.js @@ -62,14 +62,27 @@ ngCubes.directive('cubesBarchart', ['$rootScope', '$http', function($rootScope, y = asArray(state.y)[0]; xType = isAggregate(model.aggregates, x) ? "Q" : "O";...
First way of sluggifying the data keys might be a far better solution possible but it works for now
openspending_babbage.ui
train
40727f5079ebb2a22617f9b17bbb50d8abceb50e
diff --git a/lib/render/schema.rb b/lib/render/schema.rb index <HASH>..<HASH> 100644 --- a/lib/render/schema.rb +++ b/lib/render/schema.rb @@ -66,7 +66,12 @@ module Render private def require_attributes! - definition.fetch(:required, []).each do |required_attribute| + return unless definition.has_...
do not blow up for schemas requiring with draft-3 syntax
stevenweber_render
train
32096ca54bd111e971d0de35f58dfc9c9f8da437
diff --git a/aiogram/dispatcher/middlewares.py b/aiogram/dispatcher/middlewares.py index <HASH>..<HASH> 100644 --- a/aiogram/dispatcher/middlewares.py +++ b/aiogram/dispatcher/middlewares.py @@ -1,5 +1,5 @@ -from aiogram.dispatcher import Handler -from aiogram.dispatcher.handler import SkipHandler +from . import Handle...
Middlewared. Use relative imports.
aiogram_aiogram
train
49ebb8b8deb75c9af75e0667c96fae80d5daf52b
diff --git a/lib/sprockets/environment.rb b/lib/sprockets/environment.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets/environment.rb +++ b/lib/sprockets/environment.rb @@ -36,7 +36,7 @@ module Sprockets if concatenatable?(pathname.format_extension) ConcatenatedAsset.new(self, pathname) else - ...
No need to pass environment to StaticAsset.new
rails_sprockets
train
c28591a4020800fe7e49892b085091e4a35c5bf2
diff --git a/lib/ditty/helpers/component.rb b/lib/ditty/helpers/component.rb index <HASH>..<HASH> 100644 --- a/lib/ditty/helpers/component.rb +++ b/lib/ditty/helpers/component.rb @@ -13,10 +13,10 @@ module Ditty end def list - params['count'] ||= 10 - params['page'] ||= 1 + count = ...
fix: Don't modify params when getting the list
EagerELK_ditty
train
9c5eb9aa4d8de3d3060c7c6551b1e726d7577f57
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,20 +1,13 @@ from setuptools import setup, find_packages -with open('README.rst') as f: - readme = f.read() setup( name = "django-disposable-email-checker", version = "0.1.1", packages = find_packages...
Remove long description as causing pip error
aaronbassett_DisposableEmailChecker
train
054e9028659e9213c8a301614071274c5337cc38
diff --git a/holoviews/core/io.py b/holoviews/core/io.py index <HASH>..<HASH> 100644 --- a/holoviews/core/io.py +++ b/holoviews/core/io.py @@ -109,6 +109,12 @@ class Exporter(param.ParameterizedFunction): return data @bothmethod + def _filename(self_or_cls, filename): + "Add the file exten...
Added Exporter._filename helper method for handling file extensions
pyviz_holoviews
train
44a1f6ef1ec16f41a3630861b26169459a79dfbc
diff --git a/nipap-www/nipapwww/public/nipap.js b/nipap-www/nipapwww/public/nipap.js index <HASH>..<HASH> 100644 --- a/nipap-www/nipapwww/public/nipap.js +++ b/nipap-www/nipapwww/public/nipap.js @@ -884,9 +884,25 @@ function receiveVRFSelector(result) { return; } - // place VRFs in VRF container + // empty VRF c...
Show current selection in VRF selector This adds back the functionality to have the VRF selector by default show the currently selected VRFs for easy access! Fixes #<I>.
SpriteLink_NIPAP
train
ea3374bcb0b7a78ccbaeb9cd927fbaf259a5cf29
diff --git a/container.go b/container.go index <HASH>..<HASH> 100644 --- a/container.go +++ b/container.go @@ -706,7 +706,7 @@ func (container *Container) RwChecksum() (string, error) { if _, err := io.Copy(h, rwData); err != nil { return "", err } - return hex.EncodeToString(h.Sum(nil)), nil + return "sha256:"+...
Prepend hash method to the image checksum
containers_storage
train
c70c1774737131e8490a80eebf5f366d7242f334
diff --git a/deuce.js b/deuce.js index <HASH>..<HASH> 100644 --- a/deuce.js +++ b/deuce.js @@ -446,8 +446,8 @@ Builder.prototype.publish = function(doc, callback) { output = template(scope, {'partials':partials, 'helpers':helpers}) } catch (er) { self.log.debug('Template error', {'keys':Object.keys(e...
Return the error if there is a problem
iriscouch_static-plus
train
6e0321927befdb82ec985d8898937c97c5a9691b
diff --git a/jeppetto-dao-dynamodb/src/main/java/org/iternine/jeppetto/dao/dynamodb/iterable/DynamoDBIterable.java b/jeppetto-dao-dynamodb/src/main/java/org/iternine/jeppetto/dao/dynamodb/iterable/DynamoDBIterable.java index <HASH>..<HASH> 100644 --- a/jeppetto-dao-dynamodb/src/main/java/org/iternine/jeppetto/dao/dynam...
Push removeHashKey logic to where lastExaminedKey is being built.
jeppetto_jeppetto
train
3bdff0992fc688db2e8c1410ae8c34045a8d42bd
diff --git a/torf/_torrent.py b/torf/_torrent.py index <HASH>..<HASH> 100644 --- a/torf/_torrent.py +++ b/torf/_torrent.py @@ -756,7 +756,7 @@ class Torrent(): def dump(self, validate=True): """ - Create bencoded :attr:`metainfo` + Create bencoded :attr:`metainfo` (i.e. the content of a to...
Expand docstrings of write() and dump()
rndusr_torf
train
bd4e67d8cfe5fce4c22e65607b8dc7a7a8483b80
diff --git a/exchangelib/autodiscover/discovery.py b/exchangelib/autodiscover/discovery.py index <HASH>..<HASH> 100644 --- a/exchangelib/autodiscover/discovery.py +++ b/exchangelib/autodiscover/discovery.py @@ -26,6 +26,13 @@ from .protocol import AutodiscoverProtocol log = logging.getLogger(__name__) +DNS_LOOKUP_...
Make calls to resolve() consistent. Fix mock versions.
ecederstrand_exchangelib
train
aea9558b5ea2d2ac245dba5f843bc22080fcbe53
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -9,7 +9,8 @@ module.exports = function (config) { frameworks: ['mocha', 'chai', 'sinon'], files: [ - 'node_modules/document-register-element/build/document-register-element.js...
fix template with IE*, switch to webcomponents-lite.js
tmorin_ceb
train
4d0e7e537c8486a7bde6482e97bf2674c7ae41f5
diff --git a/lib/presto-client/index.js b/lib/presto-client/index.js index <HASH>..<HASH> 100644 --- a/lib/presto-client/index.js +++ b/lib/presto-client/index.js @@ -9,7 +9,8 @@ var Client = exports.Client = function(args){ args = {}; this.host = args.host || 'localhost'; this.port = args.port || 8080; - t...
fix to use info flag instead of callback to simplify caller
tagomoris_presto-client-node
train
5f4e5366499da7172af8bb101f5026289aaa4756
diff --git a/lib/stream/feed.rb b/lib/stream/feed.rb index <HASH>..<HASH> 100644 --- a/lib/stream/feed.rb +++ b/lib/stream/feed.rb @@ -10,7 +10,8 @@ module Stream base_uri 'https://getstream.io/api' def make_http_request(method, relative_url, params=nil, data=nil, headers=nil) - response ...
add tests for datetime parsing, support sending hashes and lists
GetStream_stream-ruby
train
a11e01f7b67c1eaff87d5cef77a0f9abfeee1dd9
diff --git a/Supra/Package/Cms/Pages/Editable/Filter/EditableHtmlFilter.php b/Supra/Package/Cms/Pages/Editable/Filter/EditableHtmlFilter.php index <HASH>..<HASH> 100644 --- a/Supra/Package/Cms/Pages/Editable/Filter/EditableHtmlFilter.php +++ b/Supra/Package/Cms/Pages/Editable/Filter/EditableHtmlFilter.php @@ -24,7 +24,...
Corrected property names that are used as a part of selectors in CMS
sitesupra_sitesupra
train
364516f09ee75c91b1843a37179a21ed362e8373
diff --git a/src/main/java/com/github/daytron/simpledialogfx/dialog/Dialog.java b/src/main/java/com/github/daytron/simpledialogfx/dialog/Dialog.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/daytron/simpledialogfx/dialog/Dialog.java +++ b/src/main/java/com/github/daytron/simpledialogfx/dialog/Dialog.ja...
Add two constructors for undecorated window style for both title and non-title parameter
Daytron_SimpleDialogFX
train
daee688937d70038c2fbd98ca2ad7664362e49d2
diff --git a/pyinfra/operations/windows.py b/pyinfra/operations/windows.py index <HASH>..<HASH> 100644 --- a/pyinfra/operations/windows.py +++ b/pyinfra/operations/windows.py @@ -17,7 +17,7 @@ from pyinfra.api import operation # FUTURE: add ability to stop processes (ex: "Stop-Process <id>") -@operation +@operatio...
Flag `windows.service` operation as non-idempotent
Fizzadar_pyinfra
train
b4e5d40c54b5a4c6487035b70c2eba404459e782
diff --git a/lib/donatj/SimpleCalendar.php b/lib/donatj/SimpleCalendar.php index <HASH>..<HASH> 100644 --- a/lib/donatj/SimpleCalendar.php +++ b/lib/donatj/SimpleCalendar.php @@ -134,11 +134,22 @@ class SimpleCalendar { $out .= "</tr></thead>\n<tbody>\n<tr>"; + + if( $wday == 7 ) { - $wday = 0; - } els...
Fixed bug Sets the first day of Week
donatj_SimpleCalendar
train
b56f33d208f6649ef37803d7d3687b5e44931170
diff --git a/src/Event/GuardianListener.php b/src/Event/GuardianListener.php index <HASH>..<HASH> 100644 --- a/src/Event/GuardianListener.php +++ b/src/Event/GuardianListener.php @@ -55,7 +55,9 @@ class GuardianListener implements EventListenerInterface 'Wasabi/Core.Users.login', 'Wasabi/Core....
add guest actions to GuardianListener
wasabi-cms_core
train
ab731a1915c3f9e8f3db7f960d2b39e50ae4109e
diff --git a/tests/test_cell.py b/tests/test_cell.py index <HASH>..<HASH> 100644 --- a/tests/test_cell.py +++ b/tests/test_cell.py @@ -18,6 +18,24 @@ class Test_Cell( unittest.TestCase ): np.testing.assert_array_equal( cell.matrix, cell_matrix ) np.testing.assert_array_equal( cell.inv_matrix, ...
Added unit tests for Cell.dr
bjmorgan_vasppy
train
1f211d3892527b3d1e2f64bf3c1556ee56497cfb
diff --git a/ibis/filesystems.py b/ibis/filesystems.py index <HASH>..<HASH> 100644 --- a/ibis/filesystems.py +++ b/ibis/filesystems.py @@ -177,6 +177,20 @@ class HDFS(object): def tail(self, hdfs_path, nbytes=1024): raise NotImplementedError + def mv(self, hdfs_path_src, hdfs_path_dest, overwrite=Tru...
Add HDFS.mv (and WebHDFS.mv) Addresses half of #<I>
ibis-project_ibis
train
62ae7b394712c2ad6c63446e9352113550604daf
diff --git a/sacred/arg_parser.py b/sacred/arg_parser.py index <HASH>..<HASH> 100644 --- a/sacred/arg_parser.py +++ b/sacred/arg_parser.py @@ -31,7 +31,8 @@ Options: -h --help Print this help message and exit -m DB --mongo_db=DB Add a MongoDB Observer to the experiment -l LEVEL --logging=LE...
added post-mortem debugging fixes #<I>
IDSIA_sacred
train
b5b836cc8db687b555a8c603e3719ac79b1a8a31
diff --git a/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/service/MappingService.java b/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/service/MappingService.java index <HASH>..<HASH> 100644 --- a/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/service/MappingService.java +++ b/m...
Add addSourceAttribute to applyMappings method in interface and impl
molgenis_molgenis
train
c396476c1226ce1b7595c94e4c1c021237fcb112
diff --git a/src/Bugsnag/Notification.php b/src/Bugsnag/Notification.php index <HASH>..<HASH> 100644 --- a/src/Bugsnag/Notification.php +++ b/src/Bugsnag/Notification.php @@ -158,12 +158,17 @@ class Bugsnag_Notification // Prefer cURL if it is installed, otherwise fall back to fopen() // cURL suppor...
Don't hard fail on sending HTTP requests (#<I>)
bugsnag_bugsnag-php
train
c1accd531fff02f5fc71a071ac5548aacb78cee6
diff --git a/docs/pages/advanced/index.js b/docs/pages/advanced/index.js index <HASH>..<HASH> 100644 --- a/docs/pages/advanced/index.js +++ b/docs/pages/advanced/index.js @@ -34,14 +34,14 @@ export default function Advanced() { While React-Select assumes a standard way of filtering the menu on search, our api al...
filterOptions -> filterOption The "Advanced" section of the docs still refers to filterOptions and uses a wrong url
JedWatson_react-select
train
ab300f07e85c9c1ba538d37d16cd91fa3361ef4d
diff --git a/api/api.go b/api/api.go index <HASH>..<HASH> 100644 --- a/api/api.go +++ b/api/api.go @@ -9,6 +9,7 @@ import ( "net/http" "net/url" "os" + "strings" "time" "github.com/hashicorp/go-retryablehttp" @@ -61,6 +62,10 @@ func NewApi(ac *Config) (*Api, error) { if api_url == "" { api_url = defaul...
facilitate Url being just a hostname (defined as, does not contain a "/")
circonus-labs_circonus-gometrics
train
a44dd9a2687055d0074f8e71f1c50e3096ee846b
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * [#304](https://github.com/intridea/hashie/pull/304): Ensured compatibility of `Hash` extensions with singleton objects - [@regexident](https://github.com/regexident). * [#306](https://github.co...
- Restrict pending the spec to only Ruby versions <I>, <I>, <I> - Better paradigm for pending specs due to bugs in interpreter
intridea_hashie
train
026269eba6eea386eff91d12cdd95418eae374cc
diff --git a/lib/upnp/control_point/service.rb b/lib/upnp/control_point/service.rb index <HASH>..<HASH> 100644 --- a/lib/upnp/control_point/service.rb +++ b/lib/upnp/control_point/service.rb @@ -236,7 +236,8 @@ module UPnP end.size =end @action_list << action - define_method_from_actio...
Fix for when an action doesn't provide an argumentList. Relates to gh-5.
turboladen_playful
train
fc343e9d87106271561b54330b9ee0afd4afd41e
diff --git a/test/parsing-response.js b/test/parsing-response.js index <HASH>..<HASH> 100644 --- a/test/parsing-response.js +++ b/test/parsing-response.js @@ -144,9 +144,7 @@ describe("Parsing Responses", function() { shouldRejectWithError(500); - it("should use the exception message as the error message", fu...
Delint due to prettier upgrade
civicsource_fetch-helpers
train
db739379cef6d269a6bc51a9ebf999981f6b3adc
diff --git a/src/type/__tests__/validation-test.js b/src/type/__tests__/validation-test.js index <HASH>..<HASH> 100644 --- a/src/type/__tests__/validation-test.js +++ b/src/type/__tests__/validation-test.js @@ -878,8 +878,8 @@ describe('Type System: Union types must be resolvable', () => { types: [ SomeObjectT...
Move Unions class-private method into module-private. Improve test message
graphql_graphql-js
train
4e1c44b63c0098201be85c8841e7c65a46c597e8
diff --git a/lib/dry/initializer/attribute.rb b/lib/dry/initializer/attribute.rb index <HASH>..<HASH> 100644 --- a/lib/dry/initializer/attribute.rb +++ b/lib/dry/initializer/attribute.rb @@ -54,7 +54,11 @@ module Dry::Initializer source == other.source end - # definition for the getter method + def ...
Collect all attributes, assigned via #option and #param, in the @__options__ hash
dry-rb_dry-initializer
train
90032af0570d25a6dc82b6e2d75f641b2d9e831c
diff --git a/cluster/matrix.py b/cluster/matrix.py index <HASH>..<HASH> 100644 --- a/cluster/matrix.py +++ b/cluster/matrix.py @@ -31,18 +31,30 @@ def _encapsulate_item_for_combinfunc(item): before the invocation of combinfunc. if not hasattr(item, '__iter__') or isinstance(item, tuple): item...
Modified new log message slightly to make the names of types on Python<I> and Python<I> consistent. Fixed Github issue #<I> by explicitly adding str to the list of types to be wrapped in a list.
exhuma_python-cluster
train
502546a0c8e078ca476c6a6dcbc05cf3c9cde8cd
diff --git a/sonar-server/src/main/java/org/sonar/server/rule2/index/RuleIndex.java b/sonar-server/src/main/java/org/sonar/server/rule2/index/RuleIndex.java index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/java/org/sonar/server/rule2/index/RuleIndex.java +++ b/sonar-server/src/main/java/org/sonar/server/rule2/in...
SONAR-<I> - Changed facet's name to property to link/match search Filters
SonarSource_sonarqube
train
34d82d7cf33a4683e35fe8b465904959ba9929ad
diff --git a/lib/ruote/log/fs_history.rb b/lib/ruote/log/fs_history.rb index <HASH>..<HASH> 100644 --- a/lib/ruote/log/fs_history.rb +++ b/lib/ruote/log/fs_history.rb @@ -73,7 +73,13 @@ module Ruote next unless l.match(/ #{wfid} /) - history.unshift(l.strip) + l = l.strip + r =...
fs_history : actually parsing lines when #process_history
jmettraux_ruote
train
2def436e34163471d32d3d3366226e57eee6db46
diff --git a/pointfree.py b/pointfree.py index <HASH>..<HASH> 100644 --- a/pointfree.py +++ b/pointfree.py @@ -96,12 +96,14 @@ class partial(object): self.extra_argv = inst.extra_argv self.__sig_from_partial(inst) - if isinstance(func, functools.partial): + elif isinstance(func...
Fix and test for functools.partial handling Fixes some bugs in the partial class pertaining to accepting a functools.partial instance as a "function", and adds unit tests for this functionality.
mshroyer_pointfree
train
ad7dd0bf4c56a84dfaea3e8ab98cb7e3a35d4530
diff --git a/fireplace/managers.py b/fireplace/managers.py index <HASH>..<HASH> 100644 --- a/fireplace/managers.py +++ b/fireplace/managers.py @@ -167,6 +167,7 @@ CARD_ATTRIBUTE_MAP = { GameTag.OUTGOING_HEALING_ADJUSTMENT: "outgoing_healing_adjustment", GameTag.OVERLOAD: "overload", GameTag.POISONOUS: "poisonous"...
Add POWERED_UP tag to card manager Fixes #<I>.
jleclanche_fireplace
train
de4d366a6a885b472dfe49b61eed71ae5001d799
diff --git a/src/Grid.php b/src/Grid.php index <HASH>..<HASH> 100644 --- a/src/Grid.php +++ b/src/Grid.php @@ -104,7 +104,7 @@ class Grid extends Lister * * @return Column\Generic */ - public function addColumn($name, $columnDef = null, $fieldDef = null) + public function addColumn($name, $colum...
defaults to empty array not null because should be equal as in `\atk4\data\Model->addField($name, $defaults =[])`
atk4_ui
train
b529e3d155f82ba7bbdf7f032684bf9070d39509
diff --git a/src/views/supplier/detail.blade.php b/src/views/supplier/detail.blade.php index <HASH>..<HASH> 100644 --- a/src/views/supplier/detail.blade.php +++ b/src/views/supplier/detail.blade.php @@ -26,8 +26,6 @@ @stop @section('aimeos_body') - <div class="container-xl"> - <?= $aibody['supplier/detail...
Removed container-xl in supplier detail page
aimeos_aimeos-laravel
train
2024d76787e59fc330f7bd5d78b068f801f14780
diff --git a/thinc/shims/mxnet.py b/thinc/shims/mxnet.py index <HASH>..<HASH> 100644 --- a/thinc/shims/mxnet.py +++ b/thinc/shims/mxnet.py @@ -3,6 +3,7 @@ import contextlib from io import BytesIO import srsly import tempfile +import copy try: import mxnet.autograd @@ -86,22 +87,6 @@ class MXNetShim(Shim): ...
fix tests and drop use_params
explosion_thinc
train
20950e5df5480709fa1d4456181b2a441ae3e92c
diff --git a/src/key/factory.js b/src/key/factory.js index <HASH>..<HASH> 100644 --- a/src/key/factory.js +++ b/src/key/factory.js @@ -191,10 +191,9 @@ async function wrapKeyObject(secretKeyPacket, secretSubkeyPackets, options) { ], config.aead_mode); } signaturePacket.preferredHashAlgorithms = created...
Remove SHA-1 from default preferred hash algorithms (#<I>) Also, remove SHA-1 from the (unused) KDF params constructor defaults.
openpgpjs_openpgpjs
train
f45c377f9ca81a2f5af31a56a85bad32b4741015
diff --git a/framework/widgets/ListView.php b/framework/widgets/ListView.php index <HASH>..<HASH> 100644 --- a/framework/widgets/ListView.php +++ b/framework/widgets/ListView.php @@ -88,14 +88,18 @@ class ListView extends BaseListView * - `$widget`: the ListView object * * The return result of the fun...
ListView: PHPDocs and tests enhanced
yiisoft_yii-core
train
ac287ac6716cea55ec443fc697e803a1d2b834fa
diff --git a/Xlib/protocol/rq.py b/Xlib/protocol/rq.py index <HASH>..<HASH> 100644 --- a/Xlib/protocol/rq.py +++ b/Xlib/protocol/rq.py @@ -536,7 +536,7 @@ class List(ValueField): for v in val: data.append(self.type.pack_value(v)) - data = b''.join(data) + data = ''....
TestListFonts tests from test_requests_le.py were fixed for Py3
python-xlib_python-xlib
train
1ea85690e91d87b77815ab0e6803e4c0946b4ade
diff --git a/frontmatter/__init__.py b/frontmatter/__init__.py index <HASH>..<HASH> 100644 --- a/frontmatter/__init__.py +++ b/frontmatter/__init__.py @@ -2,8 +2,9 @@ import re import yaml class Frontmatter: - _yaml_delim = "^(?:---|\+\+\+)(?:\s+)?\n" - _re_pattern = (_yaml_delim + "(.+)") * 2 + _yaml_deli...
Fixed bug where having '---' (YAML delimiter) in the content area would cause a parsing error due to use of greedy operator in groups. This was due to the use of a greedy operator in groups. Fixed with *?. Also updated testfile.md for this use-case as well as the test script.
jonbeebe_frontmatter
train
d8eaceddbeb12383ffa9e5158579c4c2ed4882ac
diff --git a/sortinghat/db/model.py b/sortinghat/db/model.py index <HASH>..<HASH> 100644 --- a/sortinghat/db/model.py +++ b/sortinghat/db/model.py @@ -203,7 +203,7 @@ class MetricsGrimoireIdentity(MappedTable): COLUMN_PREFIX = '_' - MG_ID_KEYS = ['_id', '_email_address', '_nick'] + MG_ID_KEYS = ['_nick',...
[model] Use nicks as ids when reflecting from IRC databases The previous class used numeric ids but this was a bug. Currently, there are not numeric ids on IRC databases. The identifier is the nickname from the table 'irclog'.
chaoss_grimoirelab-sortinghat
train
dea3e06134c54116171d73ef72d48b6d2a7f330a
diff --git a/tests/PHPUnit/Core/ConfigTest.php b/tests/PHPUnit/Core/ConfigTest.php index <HASH>..<HASH> 100644 --- a/tests/PHPUnit/Core/ConfigTest.php +++ b/tests/PHPUnit/Core/ConfigTest.php @@ -6,12 +6,11 @@ use Piwik\Config; * * @link http://piwik.org * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 o...
refs #<I> make sure a group is set
matomo-org_matomo
train
eecf92d0561a7d676a543322afdf30c791b2028b
diff --git a/django_js_reverse/views.py b/django_js_reverse/views.py index <HASH>..<HASH> 100644 --- a/django_js_reverse/views.py +++ b/django_js_reverse/views.py @@ -15,7 +15,7 @@ def urls_js(request): url_patterns = list(urlresolvers.get_resolver(None).reverse_dict.items()) url_list = [(url_name, url_patt...
Added unicode support If the url names where in unicode, they would not be included in the generated javascript. This should fix that.
ierror_django-js-reverse
train
b30dd3b400acf293d9d413161e7177755fa1d757
diff --git a/src/test/php/org/bovigo/vfs/PermissionsTestCase.php b/src/test/php/org/bovigo/vfs/PermissionsTestCase.php index <HASH>..<HASH> 100644 --- a/src/test/php/org/bovigo/vfs/PermissionsTestCase.php +++ b/src/test/php/org/bovigo/vfs/PermissionsTestCase.php @@ -94,6 +94,7 @@ class PermissionsTestCase extends \PHPU...
ensure tests for touch() are only run with at least PHP <I>
bovigo_vfsStream
train
66f32bf24af0cc7385ca380c27954f7068892b7f
diff --git a/lib/worker.js b/lib/worker.js index <HASH>..<HASH> 100644 --- a/lib/worker.js +++ b/lib/worker.js @@ -2,7 +2,7 @@ process.title = process.env.WORKER_NAME || "blank-node-worker"; -process.on("uncaughtException", err => { +process.on("uncaughtException", (err) => { console.error(`\n${new Date()} Ca...
Update lib.zip separately from config
getblank_blank-node-worker
train
041031d2b1c4b250d17f8f4e625811de68d105b9
diff --git a/test/unit/models/classes/Security/AuthorizationServerFactoryTest.php b/test/unit/models/classes/Security/AuthorizationServerFactoryTest.php index <HASH>..<HASH> 100644 --- a/test/unit/models/classes/Security/AuthorizationServerFactoryTest.php +++ b/test/unit/models/classes/Security/AuthorizationServerFacto...
fix use to change NoPrivacy trait location
oat-sa_extension-tao-lti
train
bfd7987486a41f2a88bd95efa26b4eec83db7d60
diff --git a/doc/quickstart.md b/doc/quickstart.md index <HASH>..<HASH> 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -197,7 +197,7 @@ symbol.add_device_notification(my_func, attr=attr, user_handle=user_handle) A built-in notification is available to automatically update the symbol buffer based on the remo...
Renamed auto_update method, made plc_type method static again
stlehmann_pyads
train
c349669c7c1ba613d43c23118dac7bc3b03b571e
diff --git a/securegraph-accumulo/src/main/java/com/altamiracorp/securegraph/accumulo/AccumuloGraph.java b/securegraph-accumulo/src/main/java/com/altamiracorp/securegraph/accumulo/AccumuloGraph.java index <HASH>..<HASH> 100644 --- a/securegraph-accumulo/src/main/java/com/altamiracorp/securegraph/accumulo/AccumuloGraph....
dry up addMutations methods
lumifyio_securegraph
train
31beb513ca3c8d00c539a38c04de7fc44ccc1b30
diff --git a/httptoo/inproc_roundtrip.go b/httptoo/inproc_roundtrip.go index <HASH>..<HASH> 100644 --- a/httptoo/inproc_roundtrip.go +++ b/httptoo/inproc_roundtrip.go @@ -3,14 +3,16 @@ package httptoo import ( "io" "net/http" + "sync" "github.com/anacrolix/missinggo" ) type responseWriter struct { + mu ...
Fix races in RoundTripHandler
anacrolix_missinggo
train
45d583442ba039652575959d24b6a05e938daeef
diff --git a/image_test.go b/image_test.go index <HASH>..<HASH> 100644 --- a/image_test.go +++ b/image_test.go @@ -42,7 +42,7 @@ func TestImageSvgResize(t *testing.T) { } func TestImageGifToJpeg(t *testing.T) { - if VipsMinorVersion >= 8 && VipsMinorVersion > 2 { + if VipsMajorVersion >= 8 && VipsMinorVersion > 2 {...
Fix tests where minor/major were mixed up
h2non_bimg
train
c56d8b4fe94594935a8ff8cbcdfb979122241034
diff --git a/script/bump-version.py b/script/bump-version.py index <HASH>..<HASH> 100755 --- a/script/bump-version.py +++ b/script/bump-version.py @@ -14,7 +14,12 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) def main(): parser = argparse.ArgumentParser( - description='Bump versi...
Add examples to make usage description clearer.
electron_electron
train
c931b84aacd40ce96d07cb3e23f159c5641b1992
diff --git a/src/models/RecaptchaV3.php b/src/models/RecaptchaV3.php index <HASH>..<HASH> 100644 --- a/src/models/RecaptchaV3.php +++ b/src/models/RecaptchaV3.php @@ -6,7 +6,6 @@ use GuzzleHttp\Client; class RecaptchaV3 { - /** * @var \GuzzleHttp\Client */
Cleanup and merging in fix for issue #<I>
Rias500_craft-contact-form-extensions
train
886bf1c2d0d092c6c6ea46970ef7680e7e3fe33d
diff --git a/moto/autoscaling/responses.py b/moto/autoscaling/responses.py index <HASH>..<HASH> 100644 --- a/moto/autoscaling/responses.py +++ b/moto/autoscaling/responses.py @@ -314,7 +314,7 @@ DESCRIBE_LAUNCH_CONFIGURATIONS_TEMPLATE = """<DescribeLaunchConfigurationsRespon {% endif %} <InstanceT...
ASG and LC arn fix
spulec_moto
train
8de17841d144c780a46389f5ef69b8c484c0747b
diff --git a/flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/enumerator/initializer/SpecifiedOffsetsInitializer.java b/flink-connectors/flink-connector-kafka/src/main/java/org/apache/flink/connector/kafka/source/enumerator/initializer/SpecifiedOffsetsInitializer.java index <...
[FLINK-<I>][connector/kafka] SourceOperatorStreamTask should check the committed offset first before using OffsetResetStrategy. This is necessary to keep the same behavior as the legacy FlinkKafkaConsumer.
apache_flink
train
05737a78a123edf6b5403d1be85e014ffc2a7146
diff --git a/test/test_timeseries.py b/test/test_timeseries.py index <HASH>..<HASH> 100644 --- a/test/test_timeseries.py +++ b/test/test_timeseries.py @@ -64,7 +64,7 @@ class TestTimeSeriesMethods(TimeSeriesTestCase): rdd = self.sc.parallelize([(0, array([1, 2, 3, 4, 5]))]) data = TimeSeries(rdd).detr...
fixed detrending test in test_timeseries.py
thunder-project_thunder
train
02375bb0d88d6f4c20a9d794a272c4fd308b0b16
diff --git a/snapshot-service-impl/src/main/java/org/duracloud/snapshot/service/impl/ContentPropertiesFileReader.java b/snapshot-service-impl/src/main/java/org/duracloud/snapshot/service/impl/ContentPropertiesFileReader.java index <HASH>..<HASH> 100644 --- a/snapshot-service-impl/src/main/java/org/duracloud/snapshot/se...
Resolves issue #2 in <URL>
duracloud_snapshot
train
a178c4737275c97c24802c18b8d14b62c8545005
diff --git a/src/Fiedsch/Data/Utility/VariablenameMapper.php b/src/Fiedsch/Data/Utility/VariablenameMapper.php index <HASH>..<HASH> 100644 --- a/src/Fiedsch/Data/Utility/VariablenameMapper.php +++ b/src/Fiedsch/Data/Utility/VariablenameMapper.php @@ -24,15 +24,29 @@ class VariablenameMapper protected $throwExcepti...
filter empty variable names filter empty variable names as the don’t make much sense and thus make it easier to spot errors
fiedsch_datamanagement
train
5ba8a395dbf9585b034147078260b91cfe4b6f5f
diff --git a/spec/v2/common.rb b/spec/v2/common.rb index <HASH>..<HASH> 100644 --- a/spec/v2/common.rb +++ b/spec/v2/common.rb @@ -11,35 +11,6 @@ def yaml_load(file) YAML.load_file(fixture(file)) end -module YAML - def self.load_expand(file) - expand(YAML.load_file(file), file) - end - -private - def self.e...
Removing YAML expansion code since it's no longer used.
schmich_kappa
train
8777ba1ccb95d547b765358d9f0818c0a68ddee4
diff --git a/python/src/nnabla/utils/converter/onnx/exporter.py b/python/src/nnabla/utils/converter/onnx/exporter.py index <HASH>..<HASH> 100644 --- a/python/src/nnabla/utils/converter/onnx/exporter.py +++ b/python/src/nnabla/utils/converter/onnx/exporter.py @@ -766,6 +766,15 @@ class OnnxExporter: ini...
fix the problem that initializer is inconsistent with input
sony_nnabla
train
45b209683971c02fadece9bf4d5b26758ea4f416
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - Added page with configurable table of SPs on Proxy - Added new model Member - Added new model Resource + - New methods f...
New methods for getting data from Perun LDAP and Perun RPC * Added method getVoById for Perun LDAP and PErun RPC * Added methods getMemberByUser, and hasRegistrationForm to PerunRPC
CESNET_perun-simplesamlphp-module
train
13be44272ac1163e2d4361ddbc815a20872f4b14
diff --git a/lib/system/signal.go b/lib/system/signal.go index <HASH>..<HASH> 100644 --- a/lib/system/signal.go +++ b/lib/system/signal.go @@ -2,11 +2,22 @@ package system /* #include <signal.h> -void resetInterruptSignalHandler() { -signal(SIGINT, SIG_DFL); +int resetInterruptSignalHandler() { + struct sigaction a...
Avoid resetting the SIGINT handler if it has not actually been set to ignore (Go's runtime respects SIG_IGN, btw, by not setting a handler). If the handler is reset unconditionally, no Go code can ask to be notified of Interrupt signal as the system default handler obviously knows nothing about Go code.
gravitational_teleport
train
fb362174d7435eed69f23cc667834236c3906ec7
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -411,7 +411,7 @@ func (s *Server) ServeConn(c io.ReadWriter) error { func (s *Server) serveConn(c io.ReadWriter, ctxP **RequestCtx) error { ctx := *ctxP - initRequestCtx(ctx, c) + initCtx(ctx, c) var rd readDeadli...
initRequestCtx -> initCtx for the sake of consistency
valyala_fasthttp
train
80158149a008b9a2175f89a2558ff318fe16b1d6
diff --git a/tests/src/Hodor/Database/DriverTest.php b/tests/src/Hodor/Database/DriverTest.php index <HASH>..<HASH> 100644 --- a/tests/src/Hodor/Database/DriverTest.php +++ b/tests/src/Hodor/Database/DriverTest.php @@ -15,10 +15,11 @@ class DriverTest extends PHPUnit_Framework_TestCase * @covers ::__construct ...
Update DriverTest to cover the constructor Code executed in provider methods does not count towards code coverage
lightster_hodor
train
645c37cc4011982e362d4552518b85865e5633fe
diff --git a/redis_metrics/models.py b/redis_metrics/models.py index <HASH>..<HASH> 100644 --- a/redis_metrics/models.py +++ b/redis_metrics/models.py @@ -94,8 +94,8 @@ class R(object): objects that differ by 1 second each. """ - if since is None: # Default to the last 90 days - s...
change the default time period from <I> to 7 days
bradmontgomery_django-redis-metrics
train
c352ec060ceddc43f63863c5d16ae31c3a72e42f
diff --git a/actionpack/lib/action_view/helpers/active_model_helper.rb b/actionpack/lib/action_view/helpers/active_model_helper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_view/helpers/active_model_helper.rb +++ b/actionpack/lib/action_view/helpers/active_model_helper.rb @@ -6,7 +6,7 @@ require 'active_s...
error procs have to be safe too
rails_rails
train
105a5f8a18697ad94594bb1531c1bd91acd70207
diff --git a/src/tools/ReferenceLinesTool.js b/src/tools/ReferenceLinesTool.js index <HASH>..<HASH> 100644 --- a/src/tools/ReferenceLinesTool.js +++ b/src/tools/ReferenceLinesTool.js @@ -3,7 +3,6 @@ import external from './../externalModules.js'; import BaseTool from './../base/BaseTool.js'; import { getNewContext ...
Fix: referenceLines should continue to work, even if the image does not have toolData
cornerstonejs_cornerstoneTools
train
73a536b1f847285f51255572449e495a050c3015
diff --git a/polysquarelinter/linter.py b/polysquarelinter/linter.py index <HASH>..<HASH> 100644 --- a/polysquarelinter/linter.py +++ b/polysquarelinter/linter.py @@ -29,6 +29,8 @@ from contextlib import closing from functools import reduce as freduce +from jobstamps import jobstamp + import parmap from polysq...
Don't run before_all functions unless any lint jobs would run The only before_all job and after_all jobs are for the spellcheck linter and they all involve creating Whoosh dictionary structures. This is an expensive process and is not necessary if no jobs will run.
polysquare_polysquare-generic-file-linter
train