hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3df3464193df7cee51c1ee2242c9f89f45b5350e
diff --git a/lib/vesr/prawn/esr_recipe.rb b/lib/vesr/prawn/esr_recipe.rb index <HASH>..<HASH> 100644 --- a/lib/vesr/prawn/esr_recipe.rb +++ b/lib/vesr/prawn/esr_recipe.rb @@ -120,20 +120,20 @@ module Prawn end def esr9_reference(invoice, esr_account) - esr9_format(esr9_add_validation_digit(esr_number(e...
Use passed in invoice.id instead of .id in esr9 number calculation.
raskhadafi_vesr
train
c9ff48556efc310473f010b6319bf978942815f1
diff --git a/mutagen/_vorbis.py b/mutagen/_vorbis.py index <HASH>..<HASH> 100644 --- a/mutagen/_vorbis.py +++ b/mutagen/_vorbis.py @@ -43,7 +43,7 @@ class VComment(list): raise TypeError("VComment requires string data or a file-like") self.load(data, errors) - def load(self, data, err...
VComment: Conditionalize framing bit read, on by default.
quodlibet_mutagen
train
5af40b2f9d2ab839a7975d879940dd5277dfe087
diff --git a/lib/restclient.rb b/lib/restclient.rb index <HASH>..<HASH> 100644 --- a/lib/restclient.rb +++ b/lib/restclient.rb @@ -1,7 +1,8 @@ require 'uri' require 'zlib' require 'stringio' -require 'net/https' +require 'net/http' +require 'openssl' require File.dirname(__FILE__) + '/restclient/version' require...
Require net/http and openssl instead of net/https. Fixes: #<I>
rest-client_rest-client
train
53b9ca9f5700d591ad3724779649a863c4039365
diff --git a/dev/fattest.simplicity/src/componenttest/rules/repeater/EE7FeatureReplacementAction.java b/dev/fattest.simplicity/src/componenttest/rules/repeater/EE7FeatureReplacementAction.java index <HASH>..<HASH> 100644 --- a/dev/fattest.simplicity/src/componenttest/rules/repeater/EE7FeatureReplacementAction.java +++ ...
Cleanup ejbLite from EE8FeatureReplacementAction and EE7FeatureReplacementAction.
OpenLiberty_open-liberty
train
16a3cbe8c0b0d801ecc6db4c1a4a43ee09064520
diff --git a/auto_ml/utils_model_training.py b/auto_ml/utils_model_training.py index <HASH>..<HASH> 100644 --- a/auto_ml/utils_model_training.py +++ b/auto_ml/utils_model_training.py @@ -1,3 +1,4 @@ +from collections import Iterable import os import numpy as np @@ -346,24 +347,37 @@ class FinalModelATC(BaseEstimato...
works to handle dictionaries as well as dataframes
ClimbsRocks_auto_ml
train
87a3fe0fc37c574d024d41dbc5189de227911876
diff --git a/internal/service/lexmodelbuilding/bot_alias_test.go b/internal/service/lexmodelbuilding/bot_alias_test.go index <HASH>..<HASH> 100644 --- a/internal/service/lexmodelbuilding/bot_alias_test.go +++ b/internal/service/lexmodelbuilding/bot_alias_test.go @@ -2,21 +2,18 @@ package lexmodelbuilding_test import...
lexmodelbuilding: Fix more import problems
terraform-providers_terraform-provider-aws
train
b3530fb15dc189ece8352fcbcd9082a6abba2df5
diff --git a/server/src/main/java/com/metamx/druid/loading/S3DataSegmentPusher.java b/server/src/main/java/com/metamx/druid/loading/S3DataSegmentPusher.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/com/metamx/druid/loading/S3DataSegmentPusher.java +++ b/server/src/main/java/com/metamx/druid/loading/S3Data...
Adding a configuration property to disable setting an ACL on the segment pushed to S3.
apache_incubator-druid
train
a54bd4e20beab48c03dc61ed44b3de211f330f31
diff --git a/cmd/influxd/server_integration_test.go b/cmd/influxd/server_integration_test.go index <HASH>..<HASH> 100644 --- a/cmd/influxd/server_integration_test.go +++ b/cmd/influxd/server_integration_test.go @@ -32,9 +32,10 @@ const ( // urlFor returns a URL with the path and query params correctly appended and s...
Don't modify URL passed into test code
influxdata_influxdb
train
10629b5ef49034e91b013650cc5e86b1e7bbed96
diff --git a/lib/travis/model/repository/settings.rb b/lib/travis/model/repository/settings.rb index <HASH>..<HASH> 100644 --- a/lib/travis/model/repository/settings.rb +++ b/lib/travis/model/repository/settings.rb @@ -16,25 +16,23 @@ class Repository::Settings delegate :defaults, :defaults=, to: 'self.class' d...
Don't namespace basic options like build_pushes etc.
travis-ci_travis-core
train
bb60aabcba85281e5763b4304337215b5cc5a32a
diff --git a/openstack_dashboard/dashboards/project/data_processing/data_image_registry/forms.py b/openstack_dashboard/dashboards/project/data_processing/data_image_registry/forms.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/project/data_processing/data_image_registry/forms.py +++ b/openstack_das...
Fixing data processing image registry The Data Processing Image Registry was not adapted to use expect the "previous" return value from glance.image_list_detailed. This change allows the Image Registry to work correctly again. Change-Id: I<I>f<I>ee<I>c<I>b<I>a Closes-Bug: #<I>
openstack_horizon
train
370489b5b66cd37a3ab4b4db8cb17255b90ac96c
diff --git a/src/server/pps/cmds/cmds.go b/src/server/pps/cmds/cmds.go index <HASH>..<HASH> 100644 --- a/src/server/pps/cmds/cmds.go +++ b/src/server/pps/cmds/cmds.go @@ -854,15 +854,11 @@ func pipelineHelper(reprocess bool, build bool, pushImages bool, registry string if pipelinePath == "-" || (err == nil && url....
Fixed context dir/dockerfile path specifications when building images
pachyderm_pachyderm
train
71159953be9ca4355c705ab5fe45c5440e214211
diff --git a/runway/module/terraform.py b/runway/module/terraform.py index <HASH>..<HASH> 100644 --- a/runway/module/terraform.py +++ b/runway/module/terraform.py @@ -386,7 +386,10 @@ class TerraformBackendConfig(ModuleOptions): 'terraform_backend_cfn_outputs', 'terraform_backend_ssm_par...
add additional terraform backend init arguments (#<I>) key & workspace key prefix, in addition to assume_role params
onicagroup_runway
train
9dbae0987d0b4335c20a2c8c3a17fa1f8d84fc3d
diff --git a/lib/inoreader/api/app.rb b/lib/inoreader/api/app.rb index <HASH>..<HASH> 100644 --- a/lib/inoreader/api/app.rb +++ b/lib/inoreader/api/app.rb @@ -72,33 +72,24 @@ module InoreaderApi # @param [String] feed id of subscription # @param [Hash] params request Parameters # @option params [Nu...
add "items" method version up
kyohei8_inoreader-api
train
bfd6baf92f9b31a6dcb5fe53e5f9313fb34a0237
diff --git a/python/weka/classifiers.py b/python/weka/classifiers.py index <HASH>..<HASH> 100644 --- a/python/weka/classifiers.py +++ b/python/weka/classifiers.py @@ -14,6 +14,8 @@ # classifiers.py # Copyright (C) 2014 Fracpete (fracpete at gmail dot com) +import sys +import os import javabridge import logging i...
fixed imports for command-line execution
fracpete_python-weka-wrapper
train
f4141a062c2b32ea0fc6930c48bab84eb01c1105
diff --git a/src/main/java/org/reflections/ReflectionUtils.java b/src/main/java/org/reflections/ReflectionUtils.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/reflections/ReflectionUtils.java +++ b/src/main/java/org/reflections/ReflectionUtils.java @@ -381,21 +381,23 @@ public abstract class ReflectionUtils {...
unfail getSubTypesOf and others when calling forName/s for classes that can't be resolved
ronmamo_reflections
train
353ac074fc1c2be75c2e70f3b2c6a3a3b3779d4e
diff --git a/lib/librarian/version.rb b/lib/librarian/version.rb index <HASH>..<HASH> 100644 --- a/lib/librarian/version.rb +++ b/lib/librarian/version.rb @@ -1,3 +1,3 @@ module Librarian - VERSION = "0.0.23" + VERSION = "0.0.24" end
Bump the version to <I>.
applicationsonline_librarian
train
bbd1194bb9cfa01f5e755767c1a4ed7a01cc5eb1
diff --git a/lib/Client.js b/lib/Client.js index <HASH>..<HASH> 100644 --- a/lib/Client.js +++ b/lib/Client.js @@ -584,7 +584,7 @@ class Client extends EventEmitter { if(!options.content && !options.file && !options.embeds) { return Promise.reject(new Error("No content, file, or embeds")); ...
fix this one-liner (#<I>)
abalabahaha_eris
train
f3ff54a8b3aa4cf51050ca6da7d846be9d802d19
diff --git a/holoviews/plotting/mpl/renderer.py b/holoviews/plotting/mpl/renderer.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/mpl/renderer.py +++ b/holoviews/plotting/mpl/renderer.py @@ -39,7 +39,7 @@ class MPLRenderer(Renderer): backend = param.String('matplotlib', doc="The backend name.") fig ...
Reorganized Renderer params
pyviz_holoviews
train
a529cd68ec350165ec1bc72fc42028a06920a58d
diff --git a/lib/connection.js b/lib/connection.js index <HASH>..<HASH> 100644 --- a/lib/connection.js +++ b/lib/connection.js @@ -41,6 +41,7 @@ function Connection(r, options, resolve, reject) { host: self.host, port: self.port }); + self.connection.setNoDelay(); self.connection.on("conn...
Use setNoDelay for better performance
mbroadst_rethunk
train
104de253b898ed7929f403f17147016af1ebdeb3
diff --git a/nodeconductor/iaas/tests/test_template_licenses.py b/nodeconductor/iaas/tests/test_template_licenses.py index <HASH>..<HASH> 100644 --- a/nodeconductor/iaas/tests/test_template_licenses.py +++ b/nodeconductor/iaas/tests/test_template_licenses.py @@ -278,6 +278,8 @@ class LicenseStatsTests(test.APITransacti...
TODO added (ITACLOUD-<I>)
opennode_waldur-core
train
756396b35914ee54d4eb3dd6b17ff3ce54d1ae6c
diff --git a/mahjong/tests/tests_tile.py b/mahjong/tests/tests_tile.py index <HASH>..<HASH> 100644 --- a/mahjong/tests/tests_tile.py +++ b/mahjong/tests/tests_tile.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- import unittest +from mahjong.constants import FIVE_RED_PIN + from mahjong.tile import TilesConverter @@...
Issue #<I>. Allow to pass 0 as a red dora to tiles converter
MahjongRepository_mahjong
train
c010a957faf98c0b544eb6def364b8fc2eee3596
diff --git a/login.go b/login.go index <HASH>..<HASH> 100644 --- a/login.go +++ b/login.go @@ -35,6 +35,7 @@ func (a *loginServer) Next(response []byte) (challenge []byte, done bool, err er challenge = []byte("Username:") break } + a.state++ fallthrough case loginWaitingUsername: a.username = string...
Fixed missing a.state++ in Login. Added tests.
emersion_go-sasl
train
41b5b3817491cddc09191a4adef0eeb5f43391c4
diff --git a/core/Archive/ArchiveInvalidator.php b/core/Archive/ArchiveInvalidator.php index <HASH>..<HASH> 100644 --- a/core/Archive/ArchiveInvalidator.php +++ b/core/Archive/ArchiveInvalidator.php @@ -14,6 +14,7 @@ use Piwik\DataAccess\ArchiveTableCreator; use Piwik\DataAccess\Model; use Piwik\Date; use Piwik\Opti...
In ArchiveInvalidator make date filtering an explicit step and group with logic to detect maximum date to purge from.
matomo-org_matomo
train
07317d550f186dbcdaceee5be9669759e87f2802
diff --git a/nfc/tag/tt1.py b/nfc/tag/tt1.py index <HASH>..<HASH> 100644 --- a/nfc/tag/tt1.py +++ b/nfc/tag/tt1.py @@ -56,7 +56,6 @@ def read_tlv(memory, offset, skip_bytes): # this is returned as length -1. The tlv length field can be one # or three bytes, if the first byte is 255 then the next two byte ...
jump over skip bytes before read_tlv, not within
nfcpy_nfcpy
train
1a9d452c8cea72ca23dd32056c1fcfc998d7f7ef
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file. This projec ### Fixed -* Your contribution here. +* [#26](https://github.com/michaelherold/interactor-contracts/pull/26):...
Fix an encapsulation issue during inheritance [A previous change][1] introduced the inheritance mechanism with a bug. The original contract was passed to each child from its parent. A change in any child was then affecting all other children. This change introduces a mechanism for copying original parent's contract w...
michaelherold_interactor-contracts
train
56a6300dcf5cfd012f43f1ed53afc2f25346d827
diff --git a/README.md b/README.md index <HASH>..<HASH> 100755 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ type Model interface { To clarify, all you have to do to implement the `Model` interface is add a getter and setter for a unique id property. If you want, you can embed `zoom.RandomId` to give your mod...
Update doc comments with new id behavior
albrow_zoom
train
3b445724fb38058c5c5ee0dd7526e70650b60350
diff --git a/src/com/esotericsoftware/kryo/Kryo.java b/src/com/esotericsoftware/kryo/Kryo.java index <HASH>..<HASH> 100644 --- a/src/com/esotericsoftware/kryo/Kryo.java +++ b/src/com/esotericsoftware/kryo/Kryo.java @@ -43,6 +43,7 @@ import com.esotericsoftware.kryo.serializers.DefaultArraySerializers.StringArray impor...
Added BitSetSerializer to default serializers. closes #<I>
EsotericSoftware_kryo
train
cd52284134c8874ca20b08426d24597e97017c15
diff --git a/lib/relations/HtmlStyle.js b/lib/relations/HtmlStyle.js index <HASH>..<HASH> 100644 --- a/lib/relations/HtmlStyle.js +++ b/lib/relations/HtmlStyle.js @@ -36,7 +36,7 @@ extendWithGettersAndSetters(HtmlStyle.prototype, { inline: function () { Relation.prototype.inline.call(this); - if ...
Css.prototype.inline: Fixed test for whether the node is already <style> rather than <link rel="stylesheet">
assetgraph_assetgraph
train
46d0f40ef8e5e6f72facb354131a39993e2d4475
diff --git a/js/btcturk.js b/js/btcturk.js index <HASH>..<HASH> 100644 --- a/js/btcturk.js +++ b/js/btcturk.js @@ -52,6 +52,7 @@ module.exports = class btcturk extends Exchange { 'markets': { 'BTC/TRY': { 'id': 'BTCTRY', 'symbol': 'BTC/TRY', 'base': 'BTC', 'quote': 'TRY', 'maker': 0.002 * ...
btcturk: new: XRP/TRY market
ccxt_ccxt
train
49f562c03c92ce7111f456876ca3ee34faf3d8c1
diff --git a/android/guava/src/com/google/common/util/concurrent/MoreExecutors.java b/android/guava/src/com/google/common/util/concurrent/MoreExecutors.java index <HASH>..<HASH> 100644 --- a/android/guava/src/com/google/common/util/concurrent/MoreExecutors.java +++ b/android/guava/src/com/google/common/util/concurrent/...
Replace @link reference to an old, removed API with @code. RELNOTES=n/a ------------- Created by MOE: <URL>
google_guava
train
881c81e92d68929e6bdcd099a416aef95f32ceb1
diff --git a/master.js b/master.js index <HASH>..<HASH> 100644 --- a/master.js +++ b/master.js @@ -5,6 +5,11 @@ var common = require('./common'); var runModules = common.runModules; var path = require('path'); +var token; +require('crypto').randomBytes(48, function(ex, buf) { + token = buf.toString('hex'); +}); + ...
Fix TLS tickets in multi-worker case.
virtkick_http-master
train
2a4b7ae36c022bec49dd56c9f2475d3e70e79ea3
diff --git a/graph/graphtest/integration.go b/graph/graphtest/integration.go index <HASH>..<HASH> 100644 --- a/graph/graphtest/integration.go +++ b/graph/graphtest/integration.go @@ -515,7 +515,7 @@ func checkQueries(t *testing.T, h *graph.Handle, timeout time.Duration) { ctx, cancel = context.WithTimeout(ctx, tim...
set a correct limit in integration tests
cayleygraph_cayley
train
a7e6ed4e87e38aa2d73440fc0648d8f052450421
diff --git a/wms-demo/src/main/webapp/js/base-layers-4326.js b/wms-demo/src/main/webapp/js/base-layers-4326.js index <HASH>..<HASH> 100644 --- a/wms-demo/src/main/webapp/js/base-layers-4326.js +++ b/wms-demo/src/main/webapp/js/base-layers-4326.js @@ -1,14 +1,13 @@ -var lon = 140; -var lat = -35; -var zoom = 5; -var map...
fix url location of custom wms
davidmoten_grumpy
train
857f18397c6b98b4e77f94da6d346c5b1f7cf32a
diff --git a/BaseValidator.php b/BaseValidator.php index <HASH>..<HASH> 100644 --- a/BaseValidator.php +++ b/BaseValidator.php @@ -249,10 +249,13 @@ abstract class BaseValidator * Export validator to json encoded string * @return string */ - public function toJSON() + public function toJSON($JSO...
Update BaseValidator toArray method
phramework_validate
train
54f714b378bbdcb99f3f0c59ec63a086d6bb071e
diff --git a/parse.go b/parse.go index <HASH>..<HASH> 100644 --- a/parse.go +++ b/parse.go @@ -6,6 +6,36 @@ import ( "go/token" ) +func parseField(field *ast.Field) map[string]string { + fields := make(map[string]string) + fieldNames := []string{} + + for _, name := range field.Names { + fieldNames = append(field...
Modify the behavior to parse model fields
wantedly_apig
train
5421042d491fdb8f1f3381e3f0b7634dae781fe3
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### Bug fixes +* [#8039](https://github.com/rubocop-hq/rubocop/pull/8039): Fix false positives for `Lint/ParenthesesAsGroupedExpression` in when using operators or chain functions. ([@Camill...
Fix false positives for `Lint/ParenthesesAsGroupedExpression` This PR fixes the following false positive for `Lint/ParenthesesAsGroupedExpression` when an expression is followed by an operator ```ruby func (x) || y ``` when an expression is followed by a chain of functions ```ruby func (x).func.func.func.func.func...
rubocop-hq_rubocop
train
4514210663e4821330cd3fc6153391dd530e6883
diff --git a/lib/awesome_translations/model_inspector.rb b/lib/awesome_translations/model_inspector.rb index <HASH>..<HASH> 100644 --- a/lib/awesome_translations/model_inspector.rb +++ b/lib/awesome_translations/model_inspector.rb @@ -122,6 +122,8 @@ class AwesomeTranslations::ModelInspector # Loads models for the g...
Fixed crash when scanning ActiveStorage models
kaspernj_awesome_translations
train
25f911acaf3a03ae9610ed142eb84b05f2953b13
diff --git a/addon/utils/load-relationship.js b/addon/utils/load-relationship.js index <HASH>..<HASH> 100644 --- a/addon/utils/load-relationship.js +++ b/addon/utils/load-relationship.js @@ -11,14 +11,15 @@ export default function loadAll(model, relationship, dest, options = {}) { return model.query(relationship...
Put check in load-relationship that results.meta exists before accessing properties inside.
CenterForOpenScience_ember-osf
train
88bd0925050b4eda1dbc669d9e652ba53d5ac5bc
diff --git a/mutagen/_file.py b/mutagen/_file.py index <HASH>..<HASH> 100644 --- a/mutagen/_file.py +++ b/mutagen/_file.py @@ -108,10 +108,9 @@ class FileType(DictMixin): warnings.warn( "save(filename=...) is deprecated, reload the file", DeprecationWarning) + if ...
Don't raise on FileType.save() if there are no tags. Fixes #<I> There is nothing wrong about doing nothing, raising just adds another special case that needs to be handled by the user.
quodlibet_mutagen
train
afe0e405a552bf2b2d419d787bcad9d84ad2f21b
diff --git a/src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php b/src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php index <HASH>..<HASH> 100644 --- a/src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php +++ b/src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php @...
do not try to extract metadata for virtual properties
schmittjoh_serializer
train
6dd0e11de041e5182b1ca20607abfc14fab25f4d
diff --git a/cyther/commands.py b/cyther/commands.py index <HASH>..<HASH> 100644 --- a/cyther/commands.py +++ b/cyther/commands.py @@ -1,6 +1,6 @@ import argparse -from .tools import getFullPath +from .files import getFullPath from .system import * from .arguments import parser from .objects import SimpleCommand ...
Added file utilities [ci skip]
nickpandolfi_Cyther
train
add069ae4b8bdcf8f42308806fb794de37d6c9a6
diff --git a/lib/bits_service_client/blob.rb b/lib/bits_service_client/blob.rb index <HASH>..<HASH> 100644 --- a/lib/bits_service_client/blob.rb +++ b/lib/bits_service_client/blob.rb @@ -1,12 +1,13 @@ # frozen_string_literal: true module BitsService class Blob - attr_reader :guid, :public_download_url, :interna...
Add public_upload_url to blob [#<I>]
cloudfoundry-incubator_bits-service-client
train
a06a333b14c9b8256a7002f247fed597f7ad9b33
diff --git a/src/Adapters/Adapter.php b/src/Adapters/Adapter.php index <HASH>..<HASH> 100644 --- a/src/Adapters/Adapter.php +++ b/src/Adapters/Adapter.php @@ -321,8 +321,8 @@ abstract class Adapter if ($this->config['getBiggerImage']) { $images = $this->images; - if ($images) { - ...
bug on get the image in soundcloud fixes #<I>
oscarotero_Embed
train
40ddcff2ada11332e615f840b7ed1a58d24c70a6
diff --git a/src/toil/leader.py b/src/toil/leader.py index <HASH>..<HASH> 100644 --- a/src/toil/leader.py +++ b/src/toil/leader.py @@ -98,17 +98,17 @@ class JobBatcher: self.workerPath = os.path.join(toilPackageDirPath(), "worker.py") self.reissueMissingJobs_missingHash = {} #Hash to store number of o...
Erroneous "core" changed to "cores"
DataBiosphere_toil
train
be735356110a42e14546ebf92a0026e5181a16dc
diff --git a/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java b/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java index <HASH>..<HASH> 100644 --- a/spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSyst...
Defensive catch block in LogbackLoggingSystem Older versions of JBoss AS have a classpath clash with an older SLF4J (pre <I>), so to prevent an app from blowing up on startup we defensively catch a NoSuchMethodError. Fixes gh-<I>
spring-projects_spring-boot
train
39ea4d620c0f2577471a45a067d8eadeac33941c
diff --git a/round/users.py b/round/users.py index <HASH>..<HASH> 100644 --- a/round/users.py +++ b/round/users.py @@ -57,7 +57,7 @@ class Users(DictWrapper): if not passphrase and u'default_wallet' not in kwargs: raise ValueError("Usage: users.create(email, passphrase, device_name, api_token, red...
argument typo in generating new user wallet
GemHQ_round-py
train
f3d802ee179942cbd6a018de28938b5557874a04
diff --git a/lib/hutch/broker.rb b/lib/hutch/broker.rb index <HASH>..<HASH> 100644 --- a/lib/hutch/broker.rb +++ b/lib/hutch/broker.rb @@ -56,7 +56,7 @@ module Hutch logger.info "using topic exchange '#{exchange_name}'" with_bunny_precondition_handler('exchange') do - @exchange = @channel.topic(e...
Use Broker#connection #channel #exchange #api_client instead of instance variables This allows easier customization of the broker e.g. by inheritance: ``` ruby class CustomBroker < Hutch::Broker def exchange Thread.current[:exchange] ||= connection.create_channel.topic('test') end def disconnect Thread...
gocardless_hutch
train
eea3e9ff5862f2d58c2db27fa422c7ef4fc64044
diff --git a/agent/agent.go b/agent/agent.go index <HASH>..<HASH> 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -87,7 +87,7 @@ func (a *Agent) Purge() { for _, j := range a.registry.GetAllJobsByMachine(a.machine) { log.V(1).Infof("Clearing JobState(%s) from Registry", j.Name) - a.registry.SaveJobState(j.N...
fix(agent): remove rather than save nil job state on purge
coreos_fleet
train
18d60047d2d441eb54a873ac7b4d014637e8b5a4
diff --git a/src/components/ScrollView/index.js b/src/components/ScrollView/index.js index <HASH>..<HASH> 100644 --- a/src/components/ScrollView/index.js +++ b/src/components/ScrollView/index.js @@ -101,6 +101,25 @@ const ScrollView = createReactClass({ }, /** + * If this is a vertical ScrollView scrolls to t...
[add] ScrollView: support scrollToEnd method Close #<I>
necolas_react-native-web
train
9da1f7644aee108c753b85e1be3cc2057a6fdee3
diff --git a/example/config/boot.rb b/example/config/boot.rb index <HASH>..<HASH> 100644 --- a/example/config/boot.rb +++ b/example/config/boot.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Defines our constants -RACK_ENV = ENV['RACK_ENV'] ||= 'development' unless defined?(RACK_ENV) +RACK_ENV = ENV['RACK_ENV'...
fix Layout/ExtraSpacing
castle_ruby-u2f
train
348f009241085732e0579df353e7a52c82f72978
diff --git a/test/apiTest.py b/test/apiTest.py index <HASH>..<HASH> 100644 --- a/test/apiTest.py +++ b/test/apiTest.py @@ -1020,5 +1020,6 @@ class TestApi: apiClient = ibmiotf.api.ApiClient({"auth-method": "token","auth-token": self.authToken, "auth-key": self.authKey},self.logger) apiClient.g...
Added missing new lines at the end of each of unit test files
ibm-watson-iot_iot-python
train
be54fcc192f5dd5d3412b6a96cd6543c1b2fa037
diff --git a/modin/pandas/__init__.py b/modin/pandas/__init__.py index <HASH>..<HASH> 100644 --- a/modin/pandas/__init__.py +++ b/modin/pandas/__init__.py @@ -118,9 +118,7 @@ def initialize_ray(): if object_store_memory == 0: object_store_memory = None ray.init( - redir...
Remove arguments causing errors with Ray <I> (#<I>) * Resolves #<I> * Updates in the commit remove keyword arguments from the `ray.init` call
modin-project_modin
train
e7c9ef55663dd55688a79d80abb4910f86c7954d
diff --git a/DataCleaner-core/src/main/java/org/eobjects/datacleaner/extensionswap/ExtensionSwapInstallationHttpContainer.java b/DataCleaner-core/src/main/java/org/eobjects/datacleaner/extensionswap/ExtensionSwapInstallationHttpContainer.java index <HASH>..<HASH> 100644 --- a/DataCleaner-core/src/main/java/org/eobjects...
Ticket #<I>: Improved HTTP service to support JSONP-style calls.
datacleaner_DataCleaner
train
758c37bce5aece2055aed91d0400bcd80689057e
diff --git a/src/main/java/com/lambdaworks/redis/protocol/CommandHandler.java b/src/main/java/com/lambdaworks/redis/protocol/CommandHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/lambdaworks/redis/protocol/CommandHandler.java +++ b/src/main/java/com/lambdaworks/redis/protocol/CommandHandler.java @@ -4...
encode binary data in operation debug output
redisson_redisson
train
e065125a587d2a19d078f450f72120ac09f9c7e4
diff --git a/pysat/tests/test_instrument_custom.py b/pysat/tests/test_instrument_custom.py index <HASH>..<HASH> 100644 --- a/pysat/tests/test_instrument_custom.py +++ b/pysat/tests/test_instrument_custom.py @@ -272,6 +272,28 @@ class TestConstellationBasics(object): return @pytest.mark.parametrize("appl...
TST: added unit tests Added unit tests to cover newly uncovered lines.
rstoneback_pysat
train
01b332c50e4e00f88da18f5ab869acf1d8dd9b68
diff --git a/espncricinfo/player.py b/espncricinfo/player.py index <HASH>..<HASH> 100644 --- a/espncricinfo/player.py +++ b/espncricinfo/player.py @@ -8,7 +8,7 @@ class Player(object): def __init__(self, player_id): self.url = "http://www.espncricinfo.com/ci/content/player/{0}.html".format(str(player_id...
handle no specific match for first class & list a debuts. Fixes #<I>
dwillis_python-espncricinfo
train
6de0fb2d85a69654d55f5570a3a2cfb5be6ce1f5
diff --git a/src/main/java/com/cloudbees/jenkins/support/impl/FileDescriptorLimit.java b/src/main/java/com/cloudbees/jenkins/support/impl/FileDescriptorLimit.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/cloudbees/jenkins/support/impl/FileDescriptorLimit.java +++ b/src/main/java/com/cloudbees/jenkins/support...
Oh please FindBugs god give me your mercy
jenkinsci_support-core-plugin
train
9f48309c44015a586c303ef76f805d9af829a227
diff --git a/hooks.php b/hooks.php index <HASH>..<HASH> 100644 --- a/hooks.php +++ b/hooks.php @@ -345,6 +345,6 @@ add_filter( 'init', [ '\Pressbooks\BookDirectory', 'init' ], 10, 2 ); // ------------------------------------------------------------------------------------------------------------------- // Sentry init...
pressbooks/private#<I> - Disabling Sentry for development environment
pressbooks_pressbooks
train
7cff426f01238fc01842cebc57110311fecbd6a9
diff --git a/const.go b/const.go index <HASH>..<HASH> 100644 --- a/const.go +++ b/const.go @@ -23,9 +23,9 @@ const ( CKO_VENDOR_DEFINED uint = 0x80000000 ) -// Generated with: awk '/#define CK[AFKMR]/{ print $2 "=" $3 }' pkcs11t.h +// Generated with: awk '/#define CK[AFKMRC]/{ print $2 "=" $3 }' pkcs11t.h -//...
added missing ckc_* constants
miekg_pkcs11
train
4ecba5bb4e7656ba2ca794e187ff4dcf9607f108
diff --git a/zap/src/main/java/org/zaproxy/zap/extension/authentication/ExtensionAuthentication.java b/zap/src/main/java/org/zaproxy/zap/extension/authentication/ExtensionAuthentication.java index <HASH>..<HASH> 100644 --- a/zap/src/main/java/org/zaproxy/zap/extension/authentication/ExtensionAuthentication.java +++ b/z...
Fix NPE importing context with no poll data
zaproxy_zaproxy
train
6d20ebd9a4fbd32f8ce3afc07143896689696193
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java b/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java index <HASH>..<HASH> 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java +++ b/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaCon...
Fixes #<I> by making the assignability check more correct
raphw_byte-buddy
train
99ba447043bb1ddd97f936b5b7673a206b4fa0f1
diff --git a/code/administrator/components/com_default/dispatcher.php b/code/administrator/components/com_default/dispatcher.php index <HASH>..<HASH> 100644 --- a/code/administrator/components/com_default/dispatcher.php +++ b/code/administrator/components/com_default/dispatcher.php @@ -55,7 +55,7 @@ class ComDefaultDis...
Get the name of the view to redirect to based on the controller name.
timble_kodekit
train
366ff8a78a7e4ce8ce7a04ae99ed90cd2ee73954
diff --git a/lib/moory/version.rb b/lib/moory/version.rb index <HASH>..<HASH> 100644 --- a/lib/moory/version.rb +++ b/lib/moory/version.rb @@ -1,3 +1,3 @@ module Moory - VERSION = "0.1.0" + VERSION = "0.2.0" end
Bump moory to <I>
elclavijero_moory
train
a7c72d17f06ddbbd295a69c92b0f5f6cb11363be
diff --git a/core/src/main/java/io/ddf/DDFManager.java b/core/src/main/java/io/ddf/DDFManager.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/ddf/DDFManager.java +++ b/core/src/main/java/io/ddf/DDFManager.java @@ -646,6 +646,9 @@ public abstract class DDFManager extends ALoggable implements IDDFManager, IH...
add method to restoreDDF in DDFManager
ddf-project_DDF
train
72683085c53e482b294674d9af6e003ffdc4570d
diff --git a/test/ReactorTest.php b/test/ReactorTest.php index <HASH>..<HASH> 100644 --- a/test/ReactorTest.php +++ b/test/ReactorTest.php @@ -2,6 +2,8 @@ namespace Amp\Test; +use Amp\UvReactor; + abstract class ReactorTest extends BaseTest { /** * @expectedException \LogicException @@ -87,8 +89,8 @@ a...
Fix signal tests for when pcntl isn't loaded, but UvReactor is
amphp_amp
train
07024f270abcf5fe47e7b192adb699f31a0a3ed8
diff --git a/lib/barby/barcode/code_128.rb b/lib/barby/barcode/code_128.rb index <HASH>..<HASH> 100644 --- a/lib/barby/barcode/code_128.rb +++ b/lib/barby/barcode/code_128.rb @@ -175,16 +175,28 @@ module Barby end #Returns the data for this barcode plus that for the entire extra chain, - #including all c...
Don't return change codes in full_data; move previous functionality into full_data_with_change_codes
toretore_barby
train
047bfb8d7fd3ad41f1bf311e31f6c5b7345a60e8
diff --git a/wall_e/pg_s3heap.py b/wall_e/pg_s3heap.py index <HASH>..<HASH> 100644 --- a/wall_e/pg_s3heap.py +++ b/wall_e/pg_s3heap.py @@ -262,8 +262,8 @@ class S3Backup(object): uploads = [] for absolute_upload_path in absolute_upload_paths: remote_suffix = absolute_upload_pa...
str.join operator is overkill in this instance
wal-e_wal-e
train
280ec24ca06b3d1ba971132191afb2e6f3ae033d
diff --git a/lib/punchblock/protocol/rayo/connection.rb b/lib/punchblock/protocol/rayo/connection.rb index <HASH>..<HASH> 100644 --- a/lib/punchblock/protocol/rayo/connection.rb +++ b/lib/punchblock/protocol/rayo/connection.rb @@ -20,6 +20,7 @@ module Punchblock # @option options [String] :rayo_domain the doma...
Allow configuring the command response timeout
adhearsion_punchblock
train
dba0dabe5aa355600cdc388122dd51941d7ccab2
diff --git a/steps/ast-builders/program.js b/steps/ast-builders/program.js index <HASH>..<HASH> 100644 --- a/steps/ast-builders/program.js +++ b/steps/ast-builders/program.js @@ -21,7 +21,7 @@ module.exports = function buildProgram(data, opts) { .concat(buildImports(imports, options)) .concat(typesAst...
Small fixes for the console output of the schema
rexxars_sql-to-graphql
train
4080333de16ff06eaa0c0d74e461e370a038ffcd
diff --git a/version.go b/version.go index <HASH>..<HASH> 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package ipfs var CurrentCommit string // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.8.0-rc1" +const CurrentVersionNumber = "0.8.0-rc2" const A...
Release <I>-rc2
ipfs_go-ipfs
train
9c0db6091c0fec2a22506988d79e543f70035009
diff --git a/tdiary/cli.rb b/tdiary/cli.rb index <HASH>..<HASH> 100644 --- a/tdiary/cli.rb +++ b/tdiary/cli.rb @@ -17,6 +17,7 @@ module TDiary def new(name) target = File.join(Dir.pwd, name) deploy(target) + copy_file('tdiary.conf.beginner', File.join(target, 'tdiary.conf')) unless options[:'skip-bun...
implement tdiary update command
tdiary_tdiary-core
train
226dbe10061eb8f25a32c9becde26f1851f77994
diff --git a/sonar-batch/src/main/java/org/sonar/batch/qualitygate/QualityGateProvider.java b/sonar-batch/src/main/java/org/sonar/batch/qualitygate/QualityGateProvider.java index <HASH>..<HASH> 100644 --- a/sonar-batch/src/main/java/org/sonar/batch/qualitygate/QualityGateProvider.java +++ b/sonar-batch/src/main/java/or...
SONAR-<I> Do not let the HTTP exception be swallowed by the underlying lib
SonarSource_sonarqube
train
dc51c003e1b1ac5f5d8ee6ef7bd1563ce1af66ac
diff --git a/pyipmi/fru.py b/pyipmi/fru.py index <HASH>..<HASH> 100644 --- a/pyipmi/fru.py +++ b/pyipmi/fru.py @@ -38,7 +38,6 @@ class Fru: check_completion_code(rsp.completion_code) offset += len(chunk) - def read_fru_data(self, offset=None, count=None, fru_id=0): off = 0 ...
fru: add support to decode Multirecords Currently only PowerModuleCapabilityRecord is supported.
kontron_python-ipmi
train
8202a2c8a342b765a07dc9228e787f7e63bb60d3
diff --git a/Server/Python/src/dbs/web/DBSModel.py b/Server/Python/src/dbs/web/DBSModel.py index <HASH>..<HASH> 100644 --- a/Server/Python/src/dbs/web/DBSModel.py +++ b/Server/Python/src/dbs/web/DBSModel.py @@ -3,8 +3,8 @@ DBS Rest Model module """ -__revision__ = "$Id: DBSModel.py,v 1.23 2009/11/30 22:11:39 afaq E...
collect the generator for listfiles here. (will try to yield to the client later). From: akhukhun <akhukhun> git-svn-id: svn+ssh://svn.cern.ch/reps/CMSDMWM/DBS/trunk@<I> <I>e-<I>-<I>b1-a<I>-d<I>a<I>b
dmwm_DBS
train
0bd73931a412bfae1ccf69ff84795a56871c7586
diff --git a/modules/casper.js b/modules/casper.js index <HASH>..<HASH> 100644 --- a/modules/casper.js +++ b/modules/casper.js @@ -1988,7 +1988,7 @@ function createPage(casper) { } }; page.onConfirm = function onConfirm(message) { - var listener_exists = typeof capser._filters['page.confirm'] ...
fixes typo that caused build to fail in commit to fix #<I>
casperjs_casperjs
train
0b36679c46743cff1c24a192ba23c80b6fbce517
diff --git a/modules/activiti-webapp-cycle/src/main/webapp/css/activiti-app.css b/modules/activiti-webapp-cycle/src/main/webapp/css/activiti-app.css index <HASH>..<HASH> 100644 --- a/modules/activiti-webapp-cycle/src/main/webapp/css/activiti-app.css +++ b/modules/activiti-webapp-cycle/src/main/webapp/css/activiti-app.c...
added visualization of transformation errors to content-get
Activiti_Activiti
train
4af094a1f52ae3bc2a78b7ce5b2feee0b96f4523
diff --git a/baron/grammator.py b/baron/grammator.py index <HASH>..<HASH> 100644 --- a/baron/grammator.py +++ b/baron/grammator.py @@ -642,6 +642,15 @@ def generate_parse(print_function): "value": string_chain } + @pg.production("atom : DOT DOT DOT") + def ellipsis(pack): + (first_,...
Literal ellipsis as first class citizen
PyCQA_baron
train
28fdf814eb03203203c930bb7143f2e1daf360f8
diff --git a/core/basic_object.rb b/core/basic_object.rb index <HASH>..<HASH> 100644 --- a/core/basic_object.rb +++ b/core/basic_object.rb @@ -10,6 +10,10 @@ class BasicObject %x{ var meth = this[mid_to_jsid(symbol)]; + if (!meth) { + return #{ method_missing symbol }; + } + return...
BasicObject#__send__ should fall back to method_missing
opal_opal
train
1f38d0e58e0bd1a5a06a5ccd08c3815717bc1a4d
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 @@ -365,6 +365,28 @@ class ApiService(BaseApiObject): args = { ApiList.LIST_KEY : [ active_name, sec...
[API] Add enable auto-failover command. Add new class to hold the command's arguments, and do all the needed plumbing through the API. Also added some unit tests for the existing "enable HA" argument class.
cloudera_cm_api
train
a7796156571d12e991a9e35ac18a9782fa627612
diff --git a/hangups/client.py b/hangups/client.py index <HASH>..<HASH> 100644 --- a/hangups/client.py +++ b/hangups/client.py @@ -124,45 +124,44 @@ class HangupsClient(object): self._cookies = cookies self._origin_url = origin_url yield self._init_talkgadget_1() - yield self._fetch_ch...
Recover from some types of connection errors
tdryer_hangups
train
67fb523f3645de9ebb9d8d48727f45f6d5e6f91f
diff --git a/rootpy/tree/tree.py b/rootpy/tree/tree.py index <HASH>..<HASH> 100644 --- a/rootpy/tree/tree.py +++ b/rootpy/tree/tree.py @@ -419,20 +419,26 @@ class Tree(Object, Plottable, RequireFile, ROOT.TTree): return not not self.GetBranch(branch) - def csv(self, sep=',', include_labels=True, stream=...
show only certain branches and limit tree -> csv conversion
rootpy_rootpy
train
67dc150ca9d65388ad3146cc40b5d66feded6d7c
diff --git a/src/Version.php b/src/Version.php index <HASH>..<HASH> 100644 --- a/src/Version.php +++ b/src/Version.php @@ -19,7 +19,7 @@ final class Version * Stable — 3.0.0 * Development — 3.1.0 alpha 1 */ - const VERSION = '3.0.3'; + const VERSION = '3.0.4'; /** * Whether...
Bumping version to <I>
bolt_bolt
train
513133ccf452961ab713bbd5a33bfcb092e1559d
diff --git a/transactions/services/daemonservice.py b/transactions/services/daemonservice.py index <HASH>..<HASH> 100644 --- a/transactions/services/daemonservice.py +++ b/transactions/services/daemonservice.py @@ -16,7 +16,6 @@ class BitcoinDaemonService(BitcoinService): self._host = host self._port ...
Added timeout to make_request
ascribe_transactions
train
1c777842dafe7950b2a3630fedc6ce60eda4aac8
diff --git a/shablona/shablona.py b/shablona/shablona.py index <HASH>..<HASH> 100644 --- a/shablona/shablona.py +++ b/shablona/shablona.py @@ -2,15 +2,19 @@ import numpy as np import pandas as pd import scipy.optimize as opt from scipy.special import erf -from .due import due, Doi, BibTeX +from .due import due, Doi ...
ENH: extend duecredit's definition for shablona added description (so it lists nicely, otherwise how could we know what it is about?), tags to specify that this is the canonical reference (not just an implementation of what is cited in the url) and 'path' since that one is not deduced automagically removed unused imp...
bids-standard_pybids
train
cb766ad0b313f9c226093784a0decf2ce7150cd8
diff --git a/mysql2pgsql/lib/mysql_reader.py b/mysql2pgsql/lib/mysql_reader.py index <HASH>..<HASH> 100644 --- a/mysql2pgsql/lib/mysql_reader.py +++ b/mysql2pgsql/lib/mysql_reader.py @@ -88,30 +88,30 @@ class MysqlReader(object): def _convert_type(self, data_type): """Normalize MySQL `data_type`...
Fixed abuse of "in" at mysql_reader.py
philipsoutham_py-mysql2pgsql
train
305f6ce2cf8e86732a00614ef6dc1c704c10a690
diff --git a/ceam/framework/engine.py b/ceam/framework/engine.py index <HASH>..<HASH> 100644 --- a/ceam/framework/engine.py +++ b/ceam/framework/engine.py @@ -102,7 +102,7 @@ def _step(simulation, time_step, time_step_emitter, time_step__prepare_emitter, @emits('simulation_end') def event_loop(simulation, simulant_c...
Starting the sim in June rather than January because GBD pins things mid year
ihmeuw_vivarium
train
9bcf561c7871b59452fb9ee1dda9235a5722e882
diff --git a/tensorpack/predict/config.py b/tensorpack/predict/config.py index <HASH>..<HASH> 100644 --- a/tensorpack/predict/config.py +++ b/tensorpack/predict/config.py @@ -9,6 +9,7 @@ from ..graph_builder import ModelDescBase from ..tfutils import get_default_sess_config from ..tfutils.tower import TowerFuncWrappe...
Remove assert `len(self.input_names)` in `PredictConfig` (#<I>) Some models do not need inputs during inference, e.g. GANs. However, it was necessary to feed dummy-inputs although they are not needed.
tensorpack_tensorpack
train
5ce88105b2a3a0d0ab6cc1fd731ce4dcc5da639f
diff --git a/actions/class.TestRunner.php b/actions/class.TestRunner.php index <HASH>..<HASH> 100644 --- a/actions/class.TestRunner.php +++ b/actions/class.TestRunner.php @@ -291,7 +291,10 @@ class taoQtiTest_actions_TestRunner extends tao_actions_ServiceModule { $userUri = common_session_SessionManager::getSe...
Make use of the test-session-storage entry in both test runners.
oat-sa_extension-tao-testqti
train
554bb6f8a1cd7650b3d24be52bbcb30c30908d7f
diff --git a/router/pump_test.go b/router/pump_test.go index <HASH>..<HASH> 100644 --- a/router/pump_test.go +++ b/router/pump_test.go @@ -13,7 +13,46 @@ import ( docker "github.com/fsouza/go-dockerclient" ) -func TestIgnoreContainer(t *testing.T) { +type FakeRoundTripper struct { + message interface{} + status ...
set common test name prefix for -run ease
gliderlabs_logspout
train
88c1253f6691da391aa3870529a6f531e08d8bfd
diff --git a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/AbstractTagToken.java b/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/AbstractTagToken.java index <HASH>..<HASH> 100644 --- a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/common/tagdetails/AbstractTagToken.java +++ b/h...
Fix for the concurrency issue on UI causes on the Nullpointer Exception.
eclipse_hawkbit
train
f408eb7c350f7d4d07b09476ada616c8af75f70f
diff --git a/kite-data/kite-data-flume/src/main/java/org/apache/flume/clients/log4jappender/Log4jAppender.java b/kite-data/kite-data-flume/src/main/java/org/apache/flume/clients/log4jappender/Log4jAppender.java index <HASH>..<HASH> 100644 --- a/kite-data/kite-data-flume/src/main/java/org/apache/flume/clients/log4jappen...
CDK-<I>. Flume Log4jAppender produces spurious batch size warning.
kite-sdk_kite
train
19f89ccfc4d79232fcfba14b77eb8942461ef69b
diff --git a/ctbBio/16SfromHMM.py b/ctbBio/16SfromHMM.py index <HASH>..<HASH> 100755 --- a/ctbBio/16SfromHMM.py +++ b/ctbBio/16SfromHMM.py @@ -20,7 +20,7 @@ from ctbBio.rc import reverse_complement as rc def best_model(seq2hmm): """ - determine the best model: archaea, bacteria, eukarya (best score) + de...
fixed bug in <I>/<I>SfromHMM.py that resulted of miss-called start/stop positions when fragmented rRNA was found at both ends of a scaffold
christophertbrown_bioscripts
train
6cca129e6f08811a55e0d176f4859db6f0d57846
diff --git a/src/sap.m/src/sap/m/StepInput.js b/src/sap.m/src/sap/m/StepInput.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/StepInput.js +++ b/src/sap.m/src/sap/m/StepInput.js @@ -1642,5 +1642,15 @@ function( this._speed = 120; }; + StepInput.prototype.getAccessibilityInfo = function() { + return...
[FIX] sap.m.StepInput: getAccessibilityInfo method provided A getAccessibilityInfo method is now provided, so that the Table knows what announcements to make for the StepInput. Change-Id: I<I>ae<I>c3bc<I>c<I>d<I>c<I>d<I>a<I>baa8 BCP: <I>
SAP_openui5
train
5751df4ec529a1b8f4f6e03cbd6914e4020bd9ae
diff --git a/django_node/base_service.py b/django_node/base_service.py index <HASH>..<HASH> 100644 --- a/django_node/base_service.py +++ b/django_node/base_service.py @@ -1,5 +1,6 @@ import os import warnings +import json from django.utils import six if six.PY2: from urlparse import urljoin @@ -79,6 +80,12 @@ ...
Service data is now deserialised only when necessary. Services can now specify a cache key to opt out of repeatedly calling a service.
markfinger_django-node
train
cf7f3bd28d7d0255383a61bd7f9af5b97e109f05
diff --git a/eZ/Publish/Core/IO/Handler/Filesystem.php b/eZ/Publish/Core/IO/Handler/Filesystem.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/IO/Handler/Filesystem.php +++ b/eZ/Publish/Core/IO/Handler/Filesystem.php @@ -81,18 +81,28 @@ class Filesystem implements IOHandlerInterface if ( isset( $option...
EZP-<I> Filesystem IO handler should create root if it doesn't exist
ezsystems_ezpublish-kernel
train
5e55f3cbfa8027be3f822d8c5f586210d3f7731c
diff --git a/chalice/package.py b/chalice/package.py index <HASH>..<HASH> 100644 --- a/chalice/package.py +++ b/chalice/package.py @@ -970,17 +970,21 @@ class TerraformGenerator(TemplateGenerator): output['WebsocketConnectHandlerArn'] = { "value": "${aws_lambda_function.websocket_connect.a...
Use function name as output for handler names Matches parity with the outputs of SAM template outputs for websocket APIs.
aws_chalice
train
601cbd4b427e9deeea8d6803f9f51a563049b321
diff --git a/packages/local-cli/link/__tests__/ios/addFileToProject-test.js b/packages/local-cli/link/__tests__/ios/addFileToProject-test.js index <HASH>..<HASH> 100644 --- a/packages/local-cli/link/__tests__/ios/addFileToProject-test.js +++ b/packages/local-cli/link/__tests__/ios/addFileToProject-test.js @@ -24,13 +24...
Fix skipped test for add file to project (#<I>)
react-native-community_cli
train
4d98fe16fefc8536595bfd4e640437a894b47eea
diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/setting/BaseSetting.java b/moco-core/src/main/java/com/github/dreamhead/moco/setting/BaseSetting.java index <HASH>..<HASH> 100644 --- a/moco-core/src/main/java/com/github/dreamhead/moco/setting/BaseSetting.java +++ b/moco-core/src/main/java/com/github/dream...
made fire complete event in base setting private
dreamhead_moco
train
a6e3b47f3645d374b62bc03e910a8ca245a1718a
diff --git a/src/Common/Crud/Definition/Form/CrudFormDefinition.php b/src/Common/Crud/Definition/Form/CrudFormDefinition.php index <HASH>..<HASH> 100644 --- a/src/Common/Crud/Definition/Form/CrudFormDefinition.php +++ b/src/Common/Crud/Definition/Form/CrudFormDefinition.php @@ -436,13 +436,6 @@ class CrudFormDefinition...
Remove subclass check causing issues with mutliple form submissions on staged forms
dms-org_core
train
9493e3970cba2e564b8e66839f5f4da60d2e251b
diff --git a/tests/BigResultTest.php b/tests/BigResultTest.php index <HASH>..<HASH> 100644 --- a/tests/BigResultTest.php +++ b/tests/BigResultTest.php @@ -17,7 +17,7 @@ class BigResultTest extends \PHPUnit_Framework_TestCase { $pdoStatement = $this->getMock(\PDOStatement::class); - $this->adapter...
Change to use mock version of adapter class
phlib_db
train