hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4e28ec71cba6f2b0f3a066e1d9e7e03ff2c389d5
diff --git a/gherkin/java/src/main/java/gherkin/GherkinDialect.java b/gherkin/java/src/main/java/gherkin/GherkinDialect.java index <HASH>..<HASH> 100644 --- a/gherkin/java/src/main/java/gherkin/GherkinDialect.java +++ b/gherkin/java/src/main/java/gherkin/GherkinDialect.java @@ -23,11 +23,11 @@ public class GherkinDiale...
gherkin-java: Add accessors for languages and dialect keywords.
cucumber_cucumber
train
36ff287056712aef4b9a3f88299fb436a0e91129
diff --git a/src/qtism/data/storage/xml/marshalling/PromptMarshaller.php b/src/qtism/data/storage/xml/marshalling/PromptMarshaller.php index <HASH>..<HASH> 100644 --- a/src/qtism/data/storage/xml/marshalling/PromptMarshaller.php +++ b/src/qtism/data/storage/xml/marshalling/PromptMarshaller.php @@ -25,6 +25,7 @@ namespa...
Allowed <a> in prompt for QTI <I>.
oat-sa_qti-sdk
train
984b6fa599b2ed25758cad1cda50c203041384c3
diff --git a/lib/websearch_webcoll.py b/lib/websearch_webcoll.py index <HASH>..<HASH> 100644 --- a/lib/websearch_webcoll.py +++ b/lib/websearch_webcoll.py @@ -114,7 +114,10 @@ def write_message(msg, stream=sys.stdout): """Write message and flush output stream (may be sys.stdout or sys.stderr). Useful for debuggin...
Handle UnicodeEncodeError related problems when printing messages in write_message(). Thanks to Mike Marino.
inveniosoftware_invenio-records
train
a7343bcc7b6b992133189788b1620c6a742fc1b4
diff --git a/src/Illuminate/Routing/UrlGenerator.php b/src/Illuminate/Routing/UrlGenerator.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Routing/UrlGenerator.php +++ b/src/Illuminate/Routing/UrlGenerator.php @@ -1,5 +1,6 @@ <?php namespace Illuminate\Routing; +use InvalidArgumentException; use Symfony\Compon...
Throw exceptions on URL::action when action not found. Fixes #<I>.
laravel_framework
train
8c59c6eae4ec9f8bc9769ac909e0fe8113eb4e9a
diff --git a/dist/ngMask.js b/dist/ngMask.js index <HASH>..<HASH> 100644 --- a/dist/ngMask.js +++ b/dist/ngMask.js @@ -71,9 +71,8 @@ var options = maskService.getOptions(); function parseViewValue(value) { - // get view value object - var viewValue...
fix parseViewValue with undefined
candreoliveira_ngMask
train
dc13997f2e9b75360e84457ac219a04f7c09dade
diff --git a/pykwb/kwb.py b/pykwb/kwb.py index <HASH>..<HASH> 100644 --- a/pykwb/kwb.py +++ b/pykwb/kwb.py @@ -80,7 +80,7 @@ class KWBEasyfireSensor: self._index = _index self._name = _name self._sensor_type = _sensor_type - self._value = 0 + self._value = None @property ...
Update kwb.py set initial value to None
bimbar_pykwb
train
4a54a604c1b783f0b81f9962e3ca0a53ac1d1dc4
diff --git a/lib/core/engine.js b/lib/core/engine.js index <HASH>..<HASH> 100644 --- a/lib/core/engine.js +++ b/lib/core/engine.js @@ -31,6 +31,8 @@ class Engine { let pageCompleteCheck = options.pageCompleteCheck; let delay = options.delay; + let taskData = {}; + function runScripts(runner) { ...
Add persistent taskData passed to pre/post tasks. Useful for tasks to store some simple state, without any extra effort. Provided a simple example in the sample pre task.
sitespeedio_browsertime
train
bd1a50deac4bbf519c131afc49b082fa9120479c
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/jslintPlugin.js b/bundles/org.eclipse.orion.client.core/web/orion/jslintPlugin.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/jslintPlugin.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/jslintPlugin.js @@ -18,24...
Make JSLint problems into warnings by default
eclipse_orion.client
train
7b978b67ccbe9acc00d02c8827cabb2a6c1616c0
diff --git a/metafacture-json/src/main/java/org/metafacture/json/JsonDecoder.java b/metafacture-json/src/main/java/org/metafacture/json/JsonDecoder.java index <HASH>..<HASH> 100644 --- a/metafacture-json/src/main/java/org/metafacture/json/JsonDecoder.java +++ b/metafacture-json/src/main/java/org/metafacture/json/JsonDe...
Avoid unnecessary List creation (#<I>)
metafacture_metafacture-core
train
e6a3da950f9db4a9b36614b545020ce32532bd9a
diff --git a/upload/admin/controller/analytics/google_analytics.php b/upload/admin/controller/analytics/google_analytics.php index <HASH>..<HASH> 100644 --- a/upload/admin/controller/analytics/google_analytics.php +++ b/upload/admin/controller/analytics/google_analytics.php @@ -59,7 +59,7 @@ class ControllerAnalyticsGo...
google_analytics.php : Fix MultiStore issue Fix MultiStore issue, because "google_analytics_code" show always the setting of the defaut store
opencart_opencart
train
8cb05ecf5145c7f5cfa4795e6be812e084f57466
diff --git a/pygsp/tests/test_graphs.py b/pygsp/tests/test_graphs.py index <HASH>..<HASH> 100644 --- a/pygsp/tests/test_graphs.py +++ b/pygsp/tests/test_graphs.py @@ -5,6 +5,8 @@ Test suite for the graphs module of the pygsp package. """ +from __future__ import division + import unittest import numpy as np @@ ...
test correctness of Laplacian
epfl-lts2_pygsp
train
5d91e16e7c71b36d595a6d6a582e29fd3fcfacef
diff --git a/jsonapi.go b/jsonapi.go index <HASH>..<HASH> 100644 --- a/jsonapi.go +++ b/jsonapi.go @@ -99,13 +99,43 @@ type ScriptSig struct { // Vin models parts of the tx data. It is defined seperately since both // getrawtransaction and decoderawtransaction use the same structure. type Vin struct { - Coinbase s...
Added MarshalJSON to Vin and changed Vout.ScriptPubKey Added MarshalJSON method to Vin which properly omits the Vout field from coinbase Vin's by using anonymous structs with the proper subsets of fields outputted by bitcoind Changed Vout.ScriptPubKey to add omitempty for ReqSigs and Addresses: both fields are not sh...
btcsuite_btcd
train
e06e9d7e6542e79acb1155ddab6561f3e0a8d51b
diff --git a/src/Middleware/Cors.php b/src/Middleware/Cors.php index <HASH>..<HASH> 100644 --- a/src/Middleware/Cors.php +++ b/src/Middleware/Cors.php @@ -29,12 +29,10 @@ class Cors * Defines the settings used. * * @param SettingsStrategyInterface|null $settings - * @paramm LoggerInterface|null $l...
Pass logger through method Logger is now passed through method instead of the constructor.
oscarotero_psr7-middlewares
train
4aee974fa8ea0cbfbff405e9696eb7f4b82e7ec1
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -330,9 +330,27 @@ test("Invalid alpha should normalize to 1", function() { equal(redNamed.toString("hex3"), "#f00", "Names should not be returned as rgba if format is specified"); equal(redNamed.toString("n...
add setAlpha and getAlpha functions. Fixes Issue #<I>
bgrins_TinyColor
train
8d068c2f4dce33d5108778c8249ce9d6a5500322
diff --git a/server/src/test/java/com/orientechnologies/orient/core/storage/impl/local/paginated/IndexCrashRestoreMultiValue.java b/server/src/test/java/com/orientechnologies/orient/core/storage/impl/local/paginated/IndexCrashRestoreMultiValue.java index <HASH>..<HASH> 100755 --- a/server/src/test/java/com/orientechnol...
removed java 8 api use from idexes test
orientechnologies_orientdb
train
a974e3a83b87c678c9a23c2df872ac0ee3c373a9
diff --git a/spec/app.rb b/spec/app.rb index <HASH>..<HASH> 100644 --- a/spec/app.rb +++ b/spec/app.rb @@ -85,16 +85,52 @@ class Demo end end - module Actions - class CreatePerson - def self.call(request) - name = request.input.name + class Action + include AbstractType + include Adaman...
Make the integration spec action more idiomatic This is actually just for "demonstration" purposes
snusnu_substation
train
2aea4f49c5a3b4f1570164410a39e0868bba2a53
diff --git a/krypy/tests/test_utils.py b/krypy/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/krypy/tests/test_utils.py +++ b/krypy/tests/test_utils.py @@ -178,7 +178,7 @@ def test_angles(): numpy.eye(10,4), numpy.eye(10)[:,-4:], numpy.dot(numpy.eye(10,4), numpy.diag([1,1e1...
[tests] angles(): lower tolerance for old numpy
andrenarchy_krypy
train
3d3a8f3a33f77f3ecd2d579a1f303f642b2bc78e
diff --git a/src/Sylius/Bundle/ApiBundle/Resources/config/routing/product_variant.yml b/src/Sylius/Bundle/ApiBundle/Resources/config/routing/product_variant.yml index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/ApiBundle/Resources/config/routing/product_variant.yml +++ b/src/Sylius/Bundle/ApiBundle/Resources/config/r...
[API] [Variant] Improve routing
Sylius_Sylius
train
be7623352e9649495661f7165cb0a6bad78219c5
diff --git a/nbdiff/commands.py b/nbdiff/commands.py index <HASH>..<HASH> 100644 --- a/nbdiff/commands.py +++ b/nbdiff/commands.py @@ -66,22 +66,24 @@ def diff(): modified_notebooks = git.get_modified_notebooks() if not len(modified_notebooks) == 0: - invalid_notebooks = 0 + in...
List the filename when there is an invalid notebook
tarmstrong_nbdiff
train
dd4b064a0b6bebd2630a7c440b39a8bdb81a4684
diff --git a/src/call_builder.js b/src/call_builder.js index <HASH>..<HASH> 100644 --- a/src/call_builder.js +++ b/src/call_builder.js @@ -1,8 +1,7 @@ import {NotFoundError, NetworkError, BadRequestError} from "./errors"; let URI = require("URIjs"); -let URITemplate = require('URIjs/src/URITemplate'); - +let URITem...
Added comments, removed unused code, used arrow functions
stellar_js-stellar-sdk
train
b5df9e24356fb3fcdee378aeed41a0ac786a564b
diff --git a/src/CodeGeneration/NamespaceHelper.php b/src/CodeGeneration/NamespaceHelper.php index <HASH>..<HASH> 100644 --- a/src/CodeGeneration/NamespaceHelper.php +++ b/src/CodeGeneration/NamespaceHelper.php @@ -134,20 +134,20 @@ class NamespaceHelper } /** - * Get the fully qualified name of the Fix...
some mismatching on fqn conversion for entities
edmondscommerce_doctrine-static-meta
train
403c35c1cd5ac92cb2c0ea14ded67f2da128292b
diff --git a/core/rigid_transformations.py b/core/rigid_transformations.py index <HASH>..<HASH> 100644 --- a/core/rigid_transformations.py +++ b/core/rigid_transformations.py @@ -490,7 +490,7 @@ class RigidTransform(object): def publish_to_ros(self, mode='transform'): """Publishes RigidTransform to ...
Switch to sets for indexing transforms to prevent redundant transforms
BerkeleyAutomation_autolab_core
train
ad54c686f1953410c4bcebf1c6a9cd7bc17ffbaa
diff --git a/pymongo/settings.py b/pymongo/settings.py index <HASH>..<HASH> 100644 --- a/pymongo/settings.py +++ b/pymongo/settings.py @@ -90,8 +90,3 @@ class TopologySettings(object): return dict([ (address, ServerDescription(address)) for address in self.seeds]) - - -class SocketSet...
Remove unused class SocketSettings.
mongodb_mongo-python-driver
train
8bb486aa691730b2da75620d5fa501550bd034e7
diff --git a/txzmq/req_rep.py b/txzmq/req_rep.py index <HASH>..<HASH> 100644 --- a/txzmq/req_rep.py +++ b/txzmq/req_rep.py @@ -44,28 +44,28 @@ class ZmqREQConnection(ZmqConnection): for _ in range(self.UUID_POOL_GEN_SIZE)) return self._uuids.pop() - def _releaseId(self, msg_id): + ...
Adhere to Twisted Coding Standard (on camelCase).
smira_txZMQ
train
494076693e6fcbe9f7301dd59ce5bd844eb7ccc1
diff --git a/app/browse/playlist/controller.js b/app/browse/playlist/controller.js index <HASH>..<HASH> 100755 --- a/app/browse/playlist/controller.js +++ b/app/browse/playlist/controller.js @@ -54,7 +54,7 @@ angular.module('spotmop.browse.playlist', []) // play the whole playlist $scope.playPlaylist = functio...
Pre-loading playlists to allow mopidy to finish loading
jaedb_spotmop
train
4b4c2d0d9e47054e238e0557bdde6c45cfce2a22
diff --git a/core/src/main/java/org/kantega/reststop/core/ReststopInitializer.java b/core/src/main/java/org/kantega/reststop/core/ReststopInitializer.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/kantega/reststop/core/ReststopInitializer.java +++ b/core/src/main/java/org/kantega/reststop/core/ReststopIn...
Don't add non-matcing filters to the filter chain
kantega_reststop
train
6ec846030f2e57ba8457ebe926ca1f54fb797044
diff --git a/lib/tmuxinator/cli.rb b/lib/tmuxinator/cli.rb index <HASH>..<HASH> 100644 --- a/lib/tmuxinator/cli.rb +++ b/lib/tmuxinator/cli.rb @@ -145,7 +145,8 @@ module Tmuxinator alias :s :start def method_missing method, *args, &block - puts "There's no command called #{method} in tmuxinator" ...
cli now implicitly starts a project session It will check for a project using method_missing and run it if found
tmuxinator_tmuxinator
train
1ea34bcd0a80ce9481e99ad41034ac330af53ea3
diff --git a/app/adapters/chrome.js b/app/adapters/chrome.js index <HASH>..<HASH> 100644 --- a/app/adapters/chrome.js +++ b/app/adapters/chrome.js @@ -1,5 +1,7 @@ import BasicAdapter from "adapters/basic"; +var emberDebug = null; + var ChromeAdapter = BasicAdapter.extend({ sendMessage: function(options) { @@ -...
use window.__PROMISE_INSPECTION__ to start inspecting promises
emberjs_ember-inspector
train
becfd8aa901c4616e89d96d45262e886b5e2510a
diff --git a/frog/uploader.py b/frog/uploader.py index <HASH>..<HASH> 100644 --- a/frog/uploader.py +++ b/frog/uploader.py @@ -82,6 +82,7 @@ def upload(request): for gal in galleries: g = models.Gallery.objects.get(pk=int(gal)) obj.gallery_set.add(g) + ...
added object to response even if contents were the same
theiviaxx_Frog
train
8c1daa8e51a787b7d162125e46b64f45242533ec
diff --git a/lib/processImage.js b/lib/processImage.js index <HASH>..<HASH> 100644 --- a/lib/processImage.js +++ b/lib/processImage.js @@ -1,5 +1,4 @@ const Path = require('path'); -const _ = require('underscore'); const httpErrors = require('httperrors'); const impro = require('impro'); const mime = require('mime'...
Pass the allowOperation option into parse.
papandreou_express-processimage
train
023aaad9fdf1a3ba296a3b135c0271d70ac7555d
diff --git a/src/analysis/Routing.php b/src/analysis/Routing.php index <HASH>..<HASH> 100644 --- a/src/analysis/Routing.php +++ b/src/analysis/Routing.php @@ -389,7 +389,7 @@ class Routing // Adding the namespace, but only if we have one. $namespace = $ref->getNamespaceName(); - if (strlen($n...
- Used empty() where it was possible - Moved the iterateThrough method into the callMe method
brainworxx_kreXX
train
d7bee557e73a39ac8df33e066cb977f4448381ed
diff --git a/python/src/cm_api/endpoints/services.py b/python/src/cm_api/endpoints/services.py index <HASH>..<HASH> 100644 --- a/python/src/cm_api/endpoints/services.py +++ b/python/src/cm_api/endpoints/services.py @@ -397,6 +397,22 @@ class ApiService(BaseApiObject): """ return self._role_cmd('hdfsFormat', n...
[API] Add ZooKeeper init command for CDH4. Both service-level and role-level commands were added. On top of that, fixed the command error parsing, since the zkServer-initialize.sh script prints errors to stdout and not to stderr.
cloudera_cm_api
train
f3c3f55647fe1677d560a449bc37994d34a157d6
diff --git a/src/sap.uxap/src/sap/uxap/AnchorBar.js b/src/sap.uxap/src/sap/uxap/AnchorBar.js index <HASH>..<HASH> 100644 --- a/src/sap.uxap/src/sap/uxap/AnchorBar.js +++ b/src/sap.uxap/src/sap/uxap/AnchorBar.js @@ -1049,6 +1049,7 @@ sap.ui.define([ if (iIndex !== -1) { mAriaProps.role = "menuitemradio"; mAri...
[FIX] sap.uxap.AnchorBar: Added ARIA role description to menu buttons BCP: <I> -added additional role description to the menu buttons for correct reading of their type Change-Id: Id<I>a<I>a3d1ef6b<I>ec<I>e<I>b<I>
SAP_openui5
train
cbe2088977e1489f8c1ff7d63e97c51daf5f2604
diff --git a/src/ca/eandb/jdcp/server/JobServerMain.java b/src/ca/eandb/jdcp/server/JobServerMain.java index <HASH>..<HASH> 100644 --- a/src/ca/eandb/jdcp/server/JobServerMain.java +++ b/src/ca/eandb/jdcp/server/JobServerMain.java @@ -97,7 +97,7 @@ public final class JobServerMain { TaskScheduler scheduler = new Pr...
Set fixed ports for AuthenticationServer and JobServiceProxy so that it may be accessed over an SSH tunnel.
bwkimmel_jdcp
train
ea9a83d444c700628aecfbeeb34f551bf60749e9
diff --git a/core/server/api/canary/utils/serializers/output/products.js b/core/server/api/canary/utils/serializers/output/products.js index <HASH>..<HASH> 100644 --- a/core/server/api/canary/utils/serializers/output/products.js +++ b/core/server/api/canary/utils/serializers/output/products.js @@ -21,11 +21,13 @@ modul...
Fixed product API removing included data no refs The product output serializer is removing the include data due to the includes being missing in frame options for some reason. This is a temporary fix that always allows the default includes as `monthly/yearly_price` to unblock the API, and we can revert it back to exp...
TryGhost_Ghost
train
1c10182f89a8c58433d2792c46157d32c1ed61ed
diff --git a/lib/voice/VoiceConnectionManager.js b/lib/voice/VoiceConnectionManager.js index <HASH>..<HASH> 100644 --- a/lib/voice/VoiceConnectionManager.js +++ b/lib/voice/VoiceConnectionManager.js @@ -1,26 +1,18 @@ "use strict"; -/** -* Collects and manages VoiceConnections -* @prop {Object} guilds An object mappi...
Convert VoiceConnectionManager to extend Collection
abalabahaha_eris
train
6893012760cf1ff1bb5722ebcfc67d191007700a
diff --git a/index.php b/index.php index <HASH>..<HASH> 100644 --- a/index.php +++ b/index.php @@ -22,7 +22,7 @@ $config = new Config(); // Create our config /* * Load our external libraries */ -if (isset($config['external-libs'])) { +if ( isset($config['external-libs']) ) { foreach( $config['external-libs'] as ...
Make ActiveRecord optional in the bootstrap/index. (Check to see if the ActiveRecord class exists before trying to set it up)
Rican7_Paulus
train
13d14f079e11f9111df87fff5ee014b448829981
diff --git a/src/Console/PublishCommand.php b/src/Console/PublishCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/PublishCommand.php +++ b/src/Console/PublishCommand.php @@ -37,10 +37,15 @@ class PublishCommand extends Command */ public function handle() { - $this->call('vendor:publish',...
Updating publish & setup console commands
ARCANESOFT_Foundation
train
e137480762d05e143cb01091ce2c9761159effbc
diff --git a/lib/eiscp/receiver.rb b/lib/eiscp/receiver.rb index <HASH>..<HASH> 100644 --- a/lib/eiscp/receiver.rb +++ b/lib/eiscp/receiver.rb @@ -1,7 +1,7 @@ require 'socket' require 'eiscp/message' require 'resolv' - +require 'pry' module EISCP class Receiver @@ -20,20 +20,31 @@ module EISCP def initi...
more tidying up on receiver.rb
mikerodrigues_onkyo_eiscp_ruby
train
7ef1539c3c5452c0ab3391799a37ee61a2083fa9
diff --git a/uploadtool/src/main/java/org/duracloud/upload/Uploader.java b/uploadtool/src/main/java/org/duracloud/upload/Uploader.java index <HASH>..<HASH> 100644 --- a/uploadtool/src/main/java/org/duracloud/upload/Uploader.java +++ b/uploadtool/src/main/java/org/duracloud/upload/Uploader.java @@ -13,6 +13,7 @@ import ...
Updates the Upload Tool based on changes in the Sync Tool git-svn-id: <URL>
duracloud_duracloud
train
751f3b63d56a86c2a88cf48016d5415c1c37cd64
diff --git a/src/lib/angular-iscroll.js b/src/lib/angular-iscroll.js index <HASH>..<HASH> 100644 --- a/src/lib/angular-iscroll.js +++ b/src/lib/angular-iscroll.js @@ -23,58 +23,13 @@ off: 'iscroll-off' }; - /* @ngInject */ - function iScrollService($rootScope, $log, iScrollSignals) { - var ...
Closes #3: Support configuring the default options during myApp.config().
mtr_angular-iscroll
train
cf587cf525593cf840944ff54ad3a00b148eb313
diff --git a/physical/swift/swift.go b/physical/swift/swift.go index <HASH>..<HASH> 100644 --- a/physical/swift/swift.go +++ b/physical/swift/swift.go @@ -85,6 +85,27 @@ func NewSwiftBackend(conf map[string]string, logger log.Logger) (physical.Backen projectDomain = conf["project-domain"] } + region := os.Getenv...
Add additional config keys for swift (#<I>) * Add additional config keys for swift * Add additional swift config keys in the doc page
hashicorp_vault
train
e2c9b74edc1bdb817f46018d428d24ba66ed7f27
diff --git a/alpaca_trade_api/polygon/entity.py b/alpaca_trade_api/polygon/entity.py index <HASH>..<HASH> 100644 --- a/alpaca_trade_api/polygon/entity.py +++ b/alpaca_trade_api/polygon/entity.py @@ -1,5 +1,6 @@ import pandas as pd import pprint +from collections import defaultdict NY = 'America/New_York' @@ -93,...
this case handles the case the we get empty response from api and try to cast to entity
alpacahq_alpaca-trade-api-python
train
50860938c32b64b4d8cb6e680036d04f66aaf543
diff --git a/webapps/webapp/src/main/resources-plugin/decisionList/app/views/dashboard/decision-list.js b/webapps/webapp/src/main/resources-plugin/decisionList/app/views/dashboard/decision-list.js index <HASH>..<HASH> 100644 --- a/webapps/webapp/src/main/resources-plugin/decisionList/app/views/dashboard/decision-list.j...
fix(dmn): assign distinct priorities to dmn plugins
camunda_camunda-bpm-platform
train
6577a6e2ce872f70c8266ea9eaa2d226dc86fe40
diff --git a/lib/offline/indexeddb/v1_storage_cell.js b/lib/offline/indexeddb/v1_storage_cell.js index <HASH>..<HASH> 100644 --- a/lib/offline/indexeddb/v1_storage_cell.js +++ b/lib/offline/indexeddb/v1_storage_cell.js @@ -275,9 +275,9 @@ shaka.offline.indexeddb.V1StorageCell = class { // duration: number, ...
Fix lingering references to shakaExtern We renamed the extern namespace, but these references were in comments that were not examined by the compiler. Change-Id: If<I>f<I>fba<I>c<I>f4f0cf<I>b<I>
google_shaka-player
train
bdc2fdbf58249c56c72f80837120ae12a49a1ea4
diff --git a/src/Projection/Catalog/Import/Listing/ProductListingPageSnippetRenderer.php b/src/Projection/Catalog/Import/Listing/ProductListingPageSnippetRenderer.php index <HASH>..<HASH> 100644 --- a/src/Projection/Catalog/Import/Listing/ProductListingPageSnippetRenderer.php +++ b/src/Projection/Catalog/Import/Listing...
Issue #<I>: Move newline so code is more easy to read
lizards-and-pumpkins_catalog
train
9b7f3c52b1eea2e408bf4f18d6ddf20a3945e0f5
diff --git a/lib/solargraph/language_server/host.rb b/lib/solargraph/language_server/host.rb index <HASH>..<HASH> 100644 --- a/lib/solargraph/language_server/host.rb +++ b/lib/solargraph/language_server/host.rb @@ -301,6 +301,10 @@ module Solargraph unsafe_changing?(file_uri) end + def synchroniz...
Diagnoser checks is host is synchronizing.
castwide_solargraph
train
92a8ea7b4243ca76cdd95d4c4ef735ff50151a67
diff --git a/lib/ghtorrent/api_client.rb b/lib/ghtorrent/api_client.rb index <HASH>..<HASH> 100644 --- a/lib/ghtorrent/api_client.rb +++ b/lib/ghtorrent/api_client.rb @@ -26,7 +26,17 @@ module GHTorrent # result pages. def paged_api_request(url, pages = -1, cache = true, last = nil) - data = if URI.par...
Make sure to retrieve max number of entries per page
gousiosg_github-mirror
train
719fa8aa49459fba19e2632b8d5e353337e0dfd0
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1230,19 +1230,22 @@ mapmap.prototype.getAnchorForRepr = function(event, repr, options) { clipToViewport: true, clipMargins: {top: 40, left: 40, bottom: 0, right: 40} }, options); - + ...
improving hover info positioning, especially ffx & when page is scrolled
floledermann_mapmap.js
train
718da8dd41c719353110b0a089c1ed4bc7e96867
diff --git a/insights/parsers/tests/test_uname.py b/insights/parsers/tests/test_uname.py index <HASH>..<HASH> 100644 --- a/insights/parsers/tests/test_uname.py +++ b/insights/parsers/tests/test_uname.py @@ -258,6 +258,18 @@ def test_from_release(): from_nvr = uname.Uname.from_kernel("2.6.32-358") assert str(f...
Add kernel-alt release mappings (#<I>) * Add the mappings for the 3 kernel-alt releases, I added alt to the release number to distinguish it from the normal kernel release versions. * Fixes #<I>
RedHatInsights_insights-core
train
c5ecb8e83ae676648754fca008531537520f91ec
diff --git a/drools-compiler/src/test/java/org/drools/integrationtests/MultithreadTest.java b/drools-compiler/src/test/java/org/drools/integrationtests/MultithreadTest.java index <HASH>..<HASH> 100644 --- a/drools-compiler/src/test/java/org/drools/integrationtests/MultithreadTest.java +++ b/drools-compiler/src/test/jav...
-removed test as it keeps failing git-svn-id: <URL>
kiegroup_drools
train
439eab2f5197f6c5ed9304c94a04f3c0b6194871
diff --git a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStylerOptions.js b/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStylerOptions.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStylerOptions.js +++ b/bundles/org.ecli...
Bug <I> - retaining default font weight for keywords after theming
eclipse_orion.client
train
11dc4c4e15a5586200f43301043cd0a1cd2b7fe2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ setup( name=responsys.__name__, keywords=responsys.__keywords__, version=responsys.__version__, + url='https://github.com/jslang/responsys', author='Jared Lang', - author_email='kaptain...
Remove email and add github url to package config
jslang_responsys
train
41534cb3d78f3e0c9296daf74fba004117268918
diff --git a/src/Resources/ModelRestResource.php b/src/Resources/ModelRestResource.php index <HASH>..<HASH> 100644 --- a/src/Resources/ModelRestResource.php +++ b/src/Resources/ModelRestResource.php @@ -131,8 +131,6 @@ abstract class ModelRestResource extends RestResource { $model = $this->getModel(); -...
ModelRestResources can now access getters on the model
RhubarbPHP_Module.RestApi
train
c11e7cbba3cec0ee8c43d3295afb3ab0a0b7aef6
diff --git a/lib/parallel.rb b/lib/parallel.rb index <HASH>..<HASH> 100644 --- a/lib/parallel.rb +++ b/lib/parallel.rb @@ -469,7 +469,8 @@ module Parallel item, index = job_factory.unpack(data) result = begin call_with_index(item, index, options, &block) - rescue SystemExit, SignalEx...
rescue core exceptions like rspec does
grosser_parallel
train
658e9e0f35104c8e47f7442b2fcd9c7b1d405787
diff --git a/activerecord/lib/active_record/relation/merger.rb b/activerecord/lib/active_record/relation/merger.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/merger.rb +++ b/activerecord/lib/active_record/relation/merger.rb @@ -137,19 +137,19 @@ module ActiveRecord if values[:whe...
pass where values to the helper function rather than rely on internal state
rails_rails
train
57a6b5b02f206be0adcfad29fb8a1805f620171f
diff --git a/unit/parent_composer.js b/unit/parent_composer.js index <HASH>..<HASH> 100644 --- a/unit/parent_composer.js +++ b/unit/parent_composer.js @@ -69,5 +69,81 @@ function pickParentUnitsAndLastBall(conn, onDone){ }); } + +function pickRecoverParentUnits(conn, onDone){ + // trustme unit's parent must includ...
recover add pickParentsAndLastBallAndPowcount method
trustnote_trustnote-pow-common
train
814559d80c2fc100385727618ddff2b12117fe50
diff --git a/languagetool-core/src/main/java/org/languagetool/rules/spelling/morfologik/MorfologikSpellerRule.java b/languagetool-core/src/main/java/org/languagetool/rules/spelling/morfologik/MorfologikSpellerRule.java index <HASH>..<HASH> 100644 --- a/languagetool-core/src/main/java/org/languagetool/rules/spelling/mor...
[es] ignore tagged words in spelling rule
languagetool-org_languagetool
train
8231f03841a8c7904d1e4d83090626e00a812f36
diff --git a/lib/s3/managed_upload.js b/lib/s3/managed_upload.js index <HASH>..<HASH> 100644 --- a/lib/s3/managed_upload.js +++ b/lib/s3/managed_upload.js @@ -62,6 +62,7 @@ function ManagedUpload(svc, options) { function finishSinglePart(err, data) { var httpReq = this.request.httpRequest; var url = AWS.ut...
pass error to callback early in finishSinglePart otherwise, setting `Location` on `data` will raise.
aws_aws-sdk-js
train
84d37eab010686652bad08fbd5eed426d39ac129
diff --git a/mail/smtp_sender_test.go b/mail/smtp_sender_test.go index <HASH>..<HASH> 100644 --- a/mail/smtp_sender_test.go +++ b/mail/smtp_sender_test.go @@ -39,6 +39,8 @@ func TestSendPlain(t *testing.T) { m.AddBody(rend.String("Hello <%= Name %>"), render.Data{"Name": "Antonio"}) r.Equal(m.Bodies[0].Content, "He...
Ensure SMTP headers can be set on messages
gobuffalo_x
train
f31d476426857c0571444ea62ede49f148d6c883
diff --git a/tests/main.js b/tests/main.js index <HASH>..<HASH> 100644 --- a/tests/main.js +++ b/tests/main.js @@ -7,6 +7,7 @@ var bundle = require('../'), config = require('../package.json'), fixtures = require('./fixtures').fixtures, gulpTaskFactory = require('../GulpTaskFactory').gulpTaskFactory, + cp = requir...
Testing async child process to run gulp before scanning dist/js in tests.
m4l1c3_gulp-bundle-files
train
0ded244d9d94de8b2b4483a00e005eb2745af48c
diff --git a/src/Provide/Error/NullPage.php b/src/Provide/Error/NullPage.php index <HASH>..<HASH> 100644 --- a/src/Provide/Error/NullPage.php +++ b/src/Provide/Error/NullPage.php @@ -6,7 +6,9 @@ namespace BEAR\Package\Provide\Error; use BEAR\RepositoryModule\Annotation\Cacheable; use BEAR\Resource\NullRenderer; +us...
Set null renderer with setter injection
bearsunday_BEAR.Package
train
077253d5ca2dca667bc3c2c1d3cfc04d78c80f29
diff --git a/benchmark/python/control_flow/rnn.py b/benchmark/python/control_flow/rnn.py index <HASH>..<HASH> 100644 --- a/benchmark/python/control_flow/rnn.py +++ b/benchmark/python/control_flow/rnn.py @@ -32,6 +32,7 @@ _parser = argparse.ArgumentParser(description='Benchmark foreach and while_loop _parser.add_argum...
fix benchmark on control flow operators. (#<I>)
apache_incubator-mxnet
train
1e54947ebbffdc31e0768682bebebbf16f1fb0fc
diff --git a/src/ol/renderer/canvas/canvasvectorlayerrenderer.js b/src/ol/renderer/canvas/canvasvectorlayerrenderer.js index <HASH>..<HASH> 100644 --- a/src/ol/renderer/canvas/canvasvectorlayerrenderer.js +++ b/src/ol/renderer/canvas/canvasvectorlayerrenderer.js @@ -32,6 +32,12 @@ ol.renderer.canvas.VectorLayer = funct...
Only hit-detect visible features
openlayers_openlayers
train
30c760e3da346f0b93e04d80377d04677b00858c
diff --git a/src/toil/test/src/importExportFileTest.py b/src/toil/test/src/importExportFileTest.py index <HASH>..<HASH> 100644 --- a/src/toil/test/src/importExportFileTest.py +++ b/src/toil/test/src/importExportFileTest.py @@ -45,13 +45,16 @@ class ImportExportFileTest(ToilTest): self.assertEqual(os.st...
Import files that we need to cram into the file store to control test jobs
DataBiosphere_toil
train
8d6edde2bb0cf1495c9a969d70fd6f23ab7b2bdd
diff --git a/spec/support/sprocket_handler.rb b/spec/support/sprocket_handler.rb index <HASH>..<HASH> 100644 --- a/spec/support/sprocket_handler.rb +++ b/spec/support/sprocket_handler.rb @@ -2,7 +2,7 @@ class SprocketHandler include Lev::Handler - uses_routine CreateSprocket + uses_routine ::CreateSprocket ...
Attempt to fix sprocket spec
lml_lev
train
4719107d49d41335757de649cfdcc95a64766ed7
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -131,9 +131,11 @@ func (s *Server) handleQuery(query *dns.Msg, from net.Addr) error { // Handle each question if len(query.Question) > 0 { - if err := s.handleQuestion(query.Question[0], &resp); err != nil { - log...
Handle multiple mDNS questions as allowed in RFC<I>
hashicorp_mdns
train
203b16a717bdd6af87f83d518cfd726de3085eef
diff --git a/resources/assets/js/files.app.js b/resources/assets/js/files.app.js index <HASH>..<HASH> 100644 --- a/resources/assets/js/files.app.js +++ b/resources/assets/js/files.app.js @@ -23,6 +23,7 @@ Files.App = new Class({ root_path: '', root_text: 'Root folder', cookie: { + ...
#<I> Allow naming cookies through options
joomlatools_joomlatools-framework
train
754fbcfdf3c703169386b76c3c4600da4661a455
diff --git a/bindings/vue/src/index.js b/bindings/vue/src/index.js index <HASH>..<HASH> 100644 --- a/bindings/vue/src/index.js +++ b/bindings/vue/src/index.js @@ -27,20 +27,23 @@ const install = (Vue, params = {}) => { * Apply a mixin globally to prevent ons-* elements * from being included directly in Vue inst...
refactor(vue): Do not show warns in prod.
OnsenUI_OnsenUI
train
d071fc4bb97e7d83b9724e9f98c1874e5cb37140
diff --git a/tests/system/Pager/PagerTest.php b/tests/system/Pager/PagerTest.php index <HASH>..<HASH> 100644 --- a/tests/system/Pager/PagerTest.php +++ b/tests/system/Pager/PagerTest.php @@ -36,13 +36,18 @@ final class PagerTest extends CIUnitTestCase { parent::setUp(); - $_SERVER['REQUEST_URI'] ...
test: extract createPager() method
codeigniter4_CodeIgniter4
train
37369abf1d81e41a32dd128fc0a7b00b04308384
diff --git a/model/DataQuery.php b/model/DataQuery.php index <HASH>..<HASH> 100644 --- a/model/DataQuery.php +++ b/model/DataQuery.php @@ -240,16 +240,16 @@ class DataQuery { // don't touch functions in the ORDER BY or function calls // selected as fields if(strpos($k, '(') !== false) continue; - + ...
BUGFIX Fixing SortColumn alias to be recognised by MSSQL/PGSQL
silverstripe_silverstripe-framework
train
b5d90388eaf3725757bc0c5dd7a0fa86ec0683ef
diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java b/codec-http/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java index <HASH>..<HASH> 100644 --- a/codec-http/src/main/java/io/netty/handler/codec/http/HttpContentDecoder.java +++ b/codec-http/src/main/java/io/netty/...
Fix HttpHeaderValues.IDENTITY equals usage Motivation: HttpHeaderValues.IDENTITY is an AsciiString, but was compared using equals to a String. Modifications: Use contentEquals instead. Result: Correct comparison.
netty_netty
train
2ab41ece89d3834699c001ed7ffdc914343c5c4c
diff --git a/ftfy/__init__.py b/ftfy/__init__.py index <HASH>..<HASH> 100644 --- a/ftfy/__init__.py +++ b/ftfy/__init__.py @@ -6,6 +6,7 @@ for more information. """ import unicodedata +import warnings from typing import List, NamedTuple, Optional, Tuple, Union from ftfy import bad_codecs @@ -171,6 +172,23 @@ cl...
support `fix_entities` as a deprecated keyword arg
LuminosoInsight_python-ftfy
train
6936830dff30cf70a4dcd10380a7117f27b88189
diff --git a/src/DataTables/Backend/TagsDataTable.php b/src/DataTables/Backend/TagsDataTable.php index <HASH>..<HASH> 100644 --- a/src/DataTables/Backend/TagsDataTable.php +++ b/src/DataTables/Backend/TagsDataTable.php @@ -4,7 +4,6 @@ declare(strict_types=1); namespace Cortex\Taggable\DataTables\Backend; -use Cort...
Use IoC bound model instead of the explicitly hardcoded
rinvex_cortex-tags
train
b7ee92210624d62b40f98cea566614522b9f61ff
diff --git a/console/demos.py b/console/demos.py index <HASH>..<HASH> 100644 --- a/console/demos.py +++ b/console/demos.py @@ -223,7 +223,7 @@ if __name__ == '__main__': print(' FG t_deadbf: ', fgall.t_deadbf('▉▉▉▉▉'), fge.t_deadbf('▉▉▉▉▉'), - fgb....
fix issue on windows with colorama.
mixmastamyk_console
train
5d7915c6f188c5afb5494c88430f536c77fe3249
diff --git a/tools/check/ut.go b/tools/check/ut.go index <HASH>..<HASH> 100644 --- a/tools/check/ut.go +++ b/tools/check/ut.go @@ -819,7 +819,7 @@ func (n *numa) testCommand(pkg string, fn string) *exec.Cmd { } func skipDIR(pkg string) bool { - skipDir := []string{"br", "cmd", "dumpling"} + skipDir := []string{"br"...
tools/check: skip 'tests' directory in 'make ut' (#<I>) close pingcap/tidb#<I>
pingcap_tidb
train
2e0278f7eadcdd00bb23352a501c483b928afd7d
diff --git a/ecell4/util/decorator.py b/ecell4/util/decorator.py index <HASH>..<HASH> 100644 --- a/ecell4/util/decorator.py +++ b/ecell4/util/decorator.py @@ -53,16 +53,20 @@ def generate_ReactionRule(lhs, rhs, k=None): if k is None: raise RuntimeError('no parameter is specified') - if (callable(k) -...
fix: #<I> A single variable could be parsed as a rate law
ecell_ecell4
train
facc47ab68fe65fb8a9702b590e8fc487aad60eb
diff --git a/netmiko/base_connection.py b/netmiko/base_connection.py index <HASH>..<HASH> 100644 --- a/netmiko/base_connection.py +++ b/netmiko/base_connection.py @@ -1050,7 +1050,12 @@ class BaseConnection(object): """Gracefully close the SSH connection.""" self.cleanup() if self.protocol ==...
Fixing SSH exit issue race condition on remote_conn_pre
ktbyers_netmiko
train
a2cd246f00a5a1332dc9e8c6f4375e06bed300b0
diff --git a/transport/src/main/java/io/netty/channel/ChannelPipeline.java b/transport/src/main/java/io/netty/channel/ChannelPipeline.java index <HASH>..<HASH> 100644 --- a/transport/src/main/java/io/netty/channel/ChannelPipeline.java +++ b/transport/src/main/java/io/netty/channel/ChannelPipeline.java @@ -597,7 +597,7 ...
cleanup: fix indent (#<I>) Motivation: Clean up to make the code style unified. Modification: Fix indent Result: Indents are unified
netty_netty
train
b794ad3d2068433d63a4799f812aa52868053391
diff --git a/src/js/custom/videoMayBePresent.js b/src/js/custom/videoMayBePresent.js index <HASH>..<HASH> 100644 --- a/src/js/custom/videoMayBePresent.js +++ b/src/js/custom/videoMayBePresent.js @@ -35,14 +35,14 @@ quail.videoMayBePresent=function(quail, test, Case){ test.add(_case); var source = getSou...
- Improved tests - Added test for iframed video sources
quailjs_quail
train
ce66a0c8b0e42a1b3855792b424a54291568f468
diff --git a/atrcopy/segments.py b/atrcopy/segments.py index <HASH>..<HASH> 100644 --- a/atrcopy/segments.py +++ b/atrcopy/segments.py @@ -553,7 +553,7 @@ class DefaultSegment: r = r.get_indexed[other.order] return r - def save_session(self, mdict): + def serialize_session(self, mdict): ...
Changed save_session to serialize_session
robmcmullen_atrcopy
train
e1bdf7cca41466528367adf3f9a8a9895d5e8ba7
diff --git a/gnosis/eth/ethereum_client.py b/gnosis/eth/ethereum_client.py index <HASH>..<HASH> 100644 --- a/gnosis/eth/ethereum_client.py +++ b/gnosis/eth/ethereum_client.py @@ -174,6 +174,31 @@ class Erc20Manager: """ return get_erc20_contract(self.w3, erc20_address).functions.balanceOf(address).cal...
Add method to get multiple erc<I> balances
gnosis_gnosis-py
train
5c10b3d4cd6d323effe4bbb7e01baba461206d30
diff --git a/angr/engines/vex/heavy/resilience.py b/angr/engines/vex/heavy/resilience.py index <HASH>..<HASH> 100644 --- a/angr/engines/vex/heavy/resilience.py +++ b/angr/engines/vex/heavy/resilience.py @@ -55,7 +55,7 @@ class HeavyResilienceMixin(VEXResilienceMixin, ClaripyDataMixin): return self._check_error...
oops. did not rebase that correctly
angr_angr
train
dfd9697a26e5aaf2e8a82b2c4267d9c24ce8066e
diff --git a/test/com/google/javascript/jscomp/parsing/ParserTest.java b/test/com/google/javascript/jscomp/parsing/ParserTest.java index <HASH>..<HASH> 100644 --- a/test/com/google/javascript/jscomp/parsing/ParserTest.java +++ b/test/com/google/javascript/jscomp/parsing/ParserTest.java @@ -1630,6 +1630,22 @@ public fin...
Add test to demonstrate trailing comment of a function arg is attached to the function's body ------------- Created by MOE: <URL>
google_closure-compiler
train
c4b6b29db7f8073b1c5adbb67a444b7c0168b858
diff --git a/pkg/moq/moq_test.go b/pkg/moq/moq_test.go index <HASH>..<HASH> 100644 --- a/pkg/moq/moq_test.go +++ b/pkg/moq/moq_test.go @@ -196,10 +196,20 @@ func TestVendoredPackages(t *testing.T) { // TestDotImports tests for https://github.com/matryer/moq/issues/21. func TestDotImports(t *testing.T) { - err := os...
[PATCH] Remove side effect caused by chdir from test - fixes #<I> The TestDotImports changed the directory, so every test afterwards was executed from another directory and calls like New("testpackages/emptyinterface", "") failed.
matryer_moq
train
ecf4dae45c4a75f28434c7938229095fdab2e02f
diff --git a/src/rabird/core/distutils/downloader.py b/src/rabird/core/distutils/downloader.py index <HASH>..<HASH> 100777 --- a/src/rabird/core/distutils/downloader.py +++ b/src/rabird/core/distutils/downloader.py @@ -8,7 +8,8 @@ import os import os.path import platform import subprocess - +from urllib.request impo...
Fixed IndentationError cause by 3to2 during setup
starofrainnight_rabird.core
train
394fc45775ac18b76cb5fd4ce0848d508af93595
diff --git a/dev/com.ibm.ws.concurrent.persistent_fat_loadtest/test-applications/schedtest/src/web/LoadTestServlet.java b/dev/com.ibm.ws.concurrent.persistent_fat_loadtest/test-applications/schedtest/src/web/LoadTestServlet.java index <HASH>..<HASH> 100755 --- a/dev/com.ibm.ws.concurrent.persistent_fat_loadtest/test-ap...
Issue #<I> RollbackException due to timeout can happen in LoadTest
OpenLiberty_open-liberty
train
87e1caf752f13c64617f7516eb690c3cbf5717ea
diff --git a/src/Bag.php b/src/Bag.php index <HASH>..<HASH> 100644 --- a/src/Bag.php +++ b/src/Bag.php @@ -90,6 +90,22 @@ class Bag */ public function has($name) { + if (strpos($name, '[') !== false) { + $names = explode('[', str_replace(']', '', $name)); + $key = array_shif...
making Bag class has() method functionality similar to the one in get() method
oscarotero_Embed
train
f2dd7fe9a74e6eeae44284fc1215ed9edddb91d3
diff --git a/command/server.go b/command/server.go index <HASH>..<HASH> 100644 --- a/command/server.go +++ b/command/server.go @@ -1562,6 +1562,11 @@ func (c *ServerCommand) Run(args []string) int { c.UI.Error(fmt.Sprintf("Error(s) were encountered during reload: %s", err)) } + // Reload license file + i...
OSS parts of sighup license reload (#<I>)
hashicorp_vault
train
df1ac70d7974bc5b8c7b847c70b2e972d4195e2f
diff --git a/modules/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/SignavioConnector.java b/modules/activiti-cycle/src/main/java/org/activiti/cycle/impl/connector/signavio/SignavioConnector.java index <HASH>..<HASH> 100644 --- a/modules/activiti-cycle/src/main/java/org/activiti/cycle/impl/conn...
Added fix to allow creation of models in SaaS Signavio (removed hypen from genereated UUID)
Activiti_Activiti
train
e089e34c890e282578c31c322b8b63f4fbcd8f59
diff --git a/terraform/graph.go b/terraform/graph.go index <HASH>..<HASH> 100644 --- a/terraform/graph.go +++ b/terraform/graph.go @@ -156,7 +156,9 @@ func (g *Graph) walk(walker GraphWalker) error { log.Printf("[DEBUG] vertex %s.%s: evaluating", path, dag.VertexName(v)) tree = walker.EnterEvalTree(v, tree) ...
terraform: graph walk should handle eval errors properly
hashicorp_terraform
train
ffc11cb63c725c0eecc6154657ad1f3d07e0030f
diff --git a/pkg/cmd/grafana-server/main.go b/pkg/cmd/grafana-server/main.go index <HASH>..<HASH> 100644 --- a/pkg/cmd/grafana-server/main.go +++ b/pkg/cmd/grafana-server/main.go @@ -1,6 +1,7 @@ package main import ( + "errors" "flag" "fmt" "net/http" @@ -33,11 +34,21 @@ import ( _ "github.com/grafana/grafa...
Server: Don't clutter trace.Stop by exiting (#<I>) * Server: Don't clutter trace.Stop by exiting
grafana_grafana
train
879d60f797aec6dfe17b5bc344451b5e53f9b09f
diff --git a/src/main/java/io/reactivex/internal/schedulers/IoScheduler.java b/src/main/java/io/reactivex/internal/schedulers/IoScheduler.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/reactivex/internal/schedulers/IoScheduler.java +++ b/src/main/java/io/reactivex/internal/schedulers/IoScheduler.java @@ -210,1...
remove commented out code from IoScheduler (#<I>)
ReactiveX_RxJava
train
dc25da8296f93f93c5c9b5c4786fa252eab9c7b4
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -38,6 +38,7 @@ import ( "github.com/btcsuite/btcd/wire" "github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil/bloom" + "github.com/btcsuite/btcutil/gcs" ) const ( @@ -745,8 +746,45 @@ func (sp *serverPeer) O...
Generate a filter for a given block
btcsuite_btcd
train
a75d4df3d4ae816edfb85c16a23e231c2a7e5729
diff --git a/packages/core-js-builder/config.js b/packages/core-js-builder/config.js index <HASH>..<HASH> 100644 --- a/packages/core-js-builder/config.js +++ b/packages/core-js-builder/config.js @@ -243,9 +243,6 @@ module.exports = { 'web.dom-collections.for-each', 'web.dom-collections.iterator', 'web.ti...
remove some removed modules from the builder config
zloirock_core-js
train
3909eecfeeed25933f1de72fc5c840351be3568f
diff --git a/modules/core/lib/Auth/Process/AttributeMap.php b/modules/core/lib/Auth/Process/AttributeMap.php index <HASH>..<HASH> 100644 --- a/modules/core/lib/Auth/Process/AttributeMap.php +++ b/modules/core/lib/Auth/Process/AttributeMap.php @@ -82,13 +82,16 @@ class sspmod_core_Auth_Process_AttributeMap extends Simpl...
AttributeMap: Fix infinite loop when overwriting attributes with AttributeMap. Thanks to Brook Schofield for implementing this fix!
simplesamlphp_saml2
train
974543e1f9ea93443af21d6ddab40fa1a1fc0fca
diff --git a/i18n/src/main/java/net/time4j/i18n/IsoTextProviderSPI.java b/i18n/src/main/java/net/time4j/i18n/IsoTextProviderSPI.java index <HASH>..<HASH> 100644 --- a/i18n/src/main/java/net/time4j/i18n/IsoTextProviderSPI.java +++ b/i18n/src/main/java/net/time4j/i18n/IsoTextProviderSPI.java @@ -1,6 +1,6 @@ /* * -----...
improved error messages see issue #<I>
MenoData_Time4J
train
8edcaa0f5d55938bd2e9887b3eae0d82c8b5d4de
diff --git a/perf/tests/replay.py b/perf/tests/replay.py index <HASH>..<HASH> 100644 --- a/perf/tests/replay.py +++ b/perf/tests/replay.py @@ -31,7 +31,10 @@ class Replay(object): self.read_session() run, self.raw_values = get_raw_values(self.filename, self.run_id) + old_loops = a...
replay: warn if --loops is replaced
vstinner_perf
train
67785a78b9ddb4258903ab7f024c00407f263003
diff --git a/packages/project-nitro-twig/app/templating/twig/helpers/partial.js b/packages/project-nitro-twig/app/templating/twig/helpers/partial.js index <HASH>..<HASH> 100644 --- a/packages/project-nitro-twig/app/templating/twig/helpers/partial.js +++ b/packages/project-nitro-twig/app/templating/twig/helpers/partial....
change if statement to make live update for markup work again, was broken before, because template was compiled only once
namics_generator-nitro
train
acc9507bb5949b64417dab2b16c065a9c8380d51
diff --git a/validator/sawtooth_validator/gossip/permission_verifier.py b/validator/sawtooth_validator/gossip/permission_verifier.py index <HASH>..<HASH> 100644 --- a/validator/sawtooth_validator/gossip/permission_verifier.py +++ b/validator/sawtooth_validator/gossip/permission_verifier.py @@ -513,7 +513,7 @@ class Ide...
Fix typo in IdentityCache The get_role method was being used when it should've been get_policy
hyperledger_sawtooth-core
train