hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
9c2de4f0294b404d809c95534de65f7214f31a05
diff --git a/src/funding/funding.js b/src/funding/funding.js index <HASH>..<HASH> 100644 --- a/src/funding/funding.js +++ b/src/funding/funding.js @@ -2,7 +2,7 @@ import type { FundingEligibilityType } from '@paypal/sdk-client/src'; import { PLATFORM, FUNDING, COMPONENTS } from '@paypal/sdk-constants/src'; -import ...
Update types (#<I>) * update applepay type * order fix * fix ordering * use supported funding sources
paypal_paypal-checkout-components
train
f4a368ac3189c0ef9fbcca2193b1342692a1b7c3
diff --git a/test/test_supervisor.rb b/test/test_supervisor.rb index <HASH>..<HASH> 100644 --- a/test/test_supervisor.rb +++ b/test/test_supervisor.rb @@ -234,7 +234,7 @@ class SupervisorTest < ::Test::Unit::TestCase server.run_rpc_server sv.send(:install_main_process_signal_handlers) - Net::HTTP.get URI...
test_supervisor: Check response of RPC server
fluent_fluentd
train
a70c435b0a608e282149caccf0b1f7aaebd2f8d5
diff --git a/lib/searchkick/query.rb b/lib/searchkick/query.rb index <HASH>..<HASH> 100644 --- a/lib/searchkick/query.rb +++ b/lib/searchkick/query.rb @@ -580,8 +580,6 @@ module Searchkick if suggest.is_a?(Array) suggest_fields = suggest - elsif !klass - raise ArgumentError, "Must pass fie...
Raise error early when trying to suggest but fails
ankane_searchkick
train
ef6ef64f50df774f47431e42c3bfbc45b562e6d6
diff --git a/src/main/java/uk/co/real_logic/agrona/collections/Int2ObjectCache.java b/src/main/java/uk/co/real_logic/agrona/collections/Int2ObjectCache.java index <HASH>..<HASH> 100644 --- a/src/main/java/uk/co/real_logic/agrona/collections/Int2ObjectCache.java +++ b/src/main/java/uk/co/real_logic/agrona/collections/In...
[Java]: Removed obvious comment.
real-logic_agrona
train
9af9cec37c9492a4c6705f052a6cb439bca54924
diff --git a/oedialect/engine.py b/oedialect/engine.py index <HASH>..<HASH> 100644 --- a/oedialect/engine.py +++ b/oedialect/engine.py @@ -138,7 +138,8 @@ class OEConnection(): sender = requests.post header = dict(urlheaders) - header['Authorization'] = 'Token %s' % self.__token + if s...
Use token header only of token is configured
OpenEnergyPlatform_oedialect
train
f852394aa521fceaf4d8c05153d244fcdf49ce19
diff --git a/src/util/camelize.js b/src/util/camelize.js index <HASH>..<HASH> 100644 --- a/src/util/camelize.js +++ b/src/util/camelize.js @@ -1,5 +1,5 @@ var rHyphen = /-(.)/g; module.exports = function camelize(string) { - return string.replace(rHyphen, (_, char) => char.toUpperCase()) -} \ No newline at end of ...
fix: "char" → "chr" "char" is reserved word
react-bootstrap_dom-helpers
train
46a7b2e20c24f90591495f28786774132f324dbc
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/reflection.rb +++ b/activerecord/lib/active_record/reflection.rb @@ -1009,11 +1009,6 @@ module ActiveRecord @previous_reflection = previous_r...
`PolymorphicReflection#scopes` is no longer used since a<I>eb5
rails_rails
train
3d7d64f4a1f446acb00b183b7877e5c0c8458fd5
diff --git a/py_ecc/fields/field_elements.py b/py_ecc/fields/field_elements.py index <HASH>..<HASH> 100644 --- a/py_ecc/fields/field_elements.py +++ b/py_ecc/fields/field_elements.py @@ -201,7 +201,7 @@ class FQP(object): def __init__(self, coeffs: Sequence[IntOrFQ], - modulus_c...
Fixes Typing errors for points at infinity (NoneTypes) (#<I>) * Fixes Typing errors for points at infinity (NoneTypes) * type: ignore -> type: ignore[misc] * Adds @hwwhww's mypy fixes. * Apply @hwwhww's suggestion [] -> ()
ethereum_py_ecc
train
0c513fe701531a60690174cc87959d5d08ce2a25
diff --git a/src/ProviderAndDumperAggregator.php b/src/ProviderAndDumperAggregator.php index <HASH>..<HASH> 100644 --- a/src/ProviderAndDumperAggregator.php +++ b/src/ProviderAndDumperAggregator.php @@ -79,7 +79,7 @@ class ProviderAndDumperAggregator public function geocodeQuery(GeocodeQuery $query) : self ...
Added md5 encrytion to the cache key
geocoder-php_GeocoderLaravel
train
fec145c63d5380db312a81f8f9035120cd94025c
diff --git a/gpath/gpath.go b/gpath/gpath.go index <HASH>..<HASH> 100644 --- a/gpath/gpath.go +++ b/gpath/gpath.go @@ -6,8 +6,9 @@ package main import ( "fmt" - "ogdl" "os" + + "github.com/rveen/ogdl" ) func main() { diff --git a/gtemplate/gtemplate.go b/gtemplate/gtemplate.go index <HASH>..<HASH> 100644 ---...
import changed to github.com/rveen/ogdl
rveen_ogdl
train
38c922b5dc649b4a9d1e2050319fbaca53af1aee
diff --git a/app/controllers/pwb/api/v1/client_translations_controller.rb b/app/controllers/pwb/api/v1/client_translations_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/pwb/api/v1/client_translations_controller.rb +++ b/app/controllers/pwb/api/v1/client_translations_controller.rb @@ -2,6 +2,9 @@ requi...
Allow deletion and creation of admin translations
etewiah_property_web_builder
train
dca860e9f848fbbe0cdbbc247ec397a5418bf897
diff --git a/pkg/gopass/secret/mime.go b/pkg/gopass/secret/mime.go index <HASH>..<HASH> 100644 --- a/pkg/gopass/secret/mime.go +++ b/pkg/gopass/secret/mime.go @@ -6,6 +6,7 @@ import ( "fmt" "io" "net/textproto" + "os" "sort" "strings" ) @@ -81,8 +82,41 @@ func ParseMIME(buf []byte) (*MIME, error) { return ...
Add GOPASS_DISABLE_MIME to disable writing the new native secrets format (#<I>) This change will allow users who need to stay interoperable with other password store implementations (e.g. on Mobiles) to keep using newer gopass releases. Please note that this is a temporary workaround and will eventually go away. ...
gopasspw_gopass
train
01a129917b6b483b804795060d3af3eed72b4c57
diff --git a/aiorpcx/rawsocket.py b/aiorpcx/rawsocket.py index <HASH>..<HASH> 100755 --- a/aiorpcx/rawsocket.py +++ b/aiorpcx/rawsocket.py @@ -77,7 +77,8 @@ class RSTransport(asyncio.Protocol): # This would throw if called on a closed SSL transport. Fixed in asyncio in # Python 3.6.1 and 3.5....
peername can be None in rare cases it seems <URL>
kyuupichan_aiorpcX
train
e04774f407890aac9dbf6592e44b07feb241b3ee
diff --git a/aiohttp/connector.py b/aiohttp/connector.py index <HASH>..<HASH> 100644 --- a/aiohttp/connector.py +++ b/aiohttp/connector.py @@ -10,6 +10,7 @@ import ssl import socket import weakref +from .errors import ProxyConnectionError from .client import ClientRequest @@ -278,13 +279,19 @@ class ProxyConne...
ProxyConnectionError; check for socket added;
aio-libs_aiohttp
train
9689aa1b86bfdefb4ad5f66154dbf09a7c0185b8
diff --git a/flask_mongo_profiler/contrib/flask_admin/views/base.py b/flask_mongo_profiler/contrib/flask_admin/views/base.py index <HASH>..<HASH> 100644 --- a/flask_mongo_profiler/contrib/flask_admin/views/base.py +++ b/flask_mongo_profiler/contrib/flask_admin/views/base.py @@ -65,11 +65,49 @@ class PrettyDatesMixin(ob...
:wrench: Get lookup fields working
peergradeio_flask-mongo-profiler
train
a3949b821ea6b08c40d047b35a5aa2bc8ef09e59
diff --git a/protempa-framework/src/main/java/org/protempa/AbstractExecutionStrategy.java b/protempa-framework/src/main/java/org/protempa/AbstractExecutionStrategy.java index <HASH>..<HASH> 100644 --- a/protempa-framework/src/main/java/org/protempa/AbstractExecutionStrategy.java +++ b/protempa-framework/src/main/java/o...
Added an assertion for a null proposition definition.
eurekaclinical_protempa
train
6c58756caa686f940d033f94c44cec5790e56def
diff --git a/lib/agent/hooks.js b/lib/agent/hooks.js index <HASH>..<HASH> 100644 --- a/lib/agent/hooks.js +++ b/lib/agent/hooks.js @@ -1,6 +1,5 @@ var logger = require('./common').logger.prefix('hooks'), Emitter = require('events').EventEmitter, - hooks = {}, emitter = new Emitter(); var trigger = f...
Removed unused var in hooks.
prey_prey-node-client
train
57de6de381e064c02207fcca672ec806f9b3ccf0
diff --git a/mode/python/python.js b/mode/python/python.js index <HASH>..<HASH> 100644 --- a/mode/python/python.js +++ b/mode/python/python.js @@ -249,26 +249,12 @@ CodeMirror.defineMode("python", function(conf, parserConf) { // Handle '.' connected identifiers if (current === '.') { - st...
[python mode] Don't merge dot and @ with the token after them Issue #<I>
codemirror_CodeMirror
train
b7acda4e15bfb3df6b419be72fcab8d7f5f222da
diff --git a/morphia/src/main/java/org/mongodb/morphia/Datastore.java b/morphia/src/main/java/org/mongodb/morphia/Datastore.java index <HASH>..<HASH> 100644 --- a/morphia/src/main/java/org/mongodb/morphia/Datastore.java +++ b/morphia/src/main/java/org/mongodb/morphia/Datastore.java @@ -323,6 +323,11 @@ public interface...
[Issue <I>] Removed all uses of the deprecated Mongo object and replaced them with MongoClient. Also removed some unused methods in this area and the clirr config which is also not used (and had a reference to Mongo). Fixes #<I>.
MorphiaOrg_morphia
train
8e480e5cbfdce66acdbc10e73f87a71ba1d04e60
diff --git a/util/file_storage.go b/util/file_storage.go index <HASH>..<HASH> 100644 --- a/util/file_storage.go +++ b/util/file_storage.go @@ -5,6 +5,7 @@ import ( "os" "path" "path/filepath" + "strings" ) type fileStorage struct { @@ -80,7 +81,8 @@ func (f *fileStorage) dir() string { } func (f *fileStor...
Fix issue on Window where files must not include colon character (Fixes #<I>) This effects existing programs which already manage files including the colon character. You can either remove the database folder completely and start from scratchs or remove or colon characters manually from existing files.
brutella_hc
train
367700722d626ce7609d64a54002218e1bb2111a
diff --git a/owslib/feature/wfs100.py b/owslib/feature/wfs100.py index <HASH>..<HASH> 100644 --- a/owslib/feature/wfs100.py +++ b/owslib/feature/wfs100.py @@ -315,6 +315,13 @@ class ContentMetadata: """.""" self.id = elem.find(nspath('Name')).text self.title = elem.find(nspath('Title')).text ...
Add keywords to WFS<I> in the ContentMetadata (#4)
geopython_OWSLib
train
1f19fea84773b6c9d508db2fc3cdb8a55409c0f7
diff --git a/src/humanize/time.py b/src/humanize/time.py index <HASH>..<HASH> 100644 --- a/src/humanize/time.py +++ b/src/humanize/time.py @@ -194,7 +194,7 @@ def naturaldelta( """ if when: warnings.warn( - "The `when` parameter of naturaldelta() is deprecated and will be " + "T...
Use fixed-width text for all code in warning message
jmoiron_humanize
train
b79b94619f249cd3e89db6e5f93747e4dd1cf5ba
diff --git a/src/guake.py b/src/guake.py index <HASH>..<HASH> 100644 --- a/src/guake.py +++ b/src/guake.py @@ -630,7 +630,7 @@ class Guake(SimpleGladeApp): """Hides the main window and creates an instance of the Preferences window. """ - #self.hide() + self.hide() Prefs...
Hiding guake when preferences window appears. (Closes: #<I>)
Guake_guake
train
86de543231f388033a49c65b549ac32cb2cccfa6
diff --git a/src/uki-core/view/container.js b/src/uki-core/view/container.js index <HASH>..<HASH> 100644 --- a/src/uki-core/view/container.js +++ b/src/uki-core/view/container.js @@ -24,6 +24,7 @@ uki.view.Container = uki.newClass(uki.view.Base, new function() { function maxProp (c, prop) { var val = 0, i...
do not use invisible views in contents size
voloko_uki
train
d063d52cce9892c777722b30923d9fb1f1385fe8
diff --git a/commands_test.go b/commands_test.go index <HASH>..<HASH> 100644 --- a/commands_test.go +++ b/commands_test.go @@ -228,15 +228,13 @@ func TestRunDisconnectTty(t *testing.T) { <-c1 }) - // Client disconnect after run -i should cause stdin to be closed, which should - // cause /bin/cat to exit. - setTi...
Update the unit test to reflect the new CmdRun behaviour in tty mode
containers_storage
train
cfaae0aa66941c09efef83cd7beef324dba67a2c
diff --git a/lib/Query/Common/AggregationVisitor/AbstractStatsAggregationVisitor.php b/lib/Query/Common/AggregationVisitor/AbstractStatsAggregationVisitor.php index <HASH>..<HASH> 100644 --- a/lib/Query/Common/AggregationVisitor/AbstractStatsAggregationVisitor.php +++ b/lib/Query/Common/AggregationVisitor/AbstractStats...
EZP-<I>: Limit stats aggregation to documents which contain aggregation target field (#<I>)
ezsystems_ezplatform-solr-search-engine
train
93fd3148546b69f9c176c94fd2c97410087cea16
diff --git a/bin/build.js b/bin/build.js index <HASH>..<HASH> 100644 --- a/bin/build.js +++ b/bin/build.js @@ -100,7 +100,8 @@ var build = function (args, callback) { return; } - var config = JSON.parse(fs.readFileSync(configPath)); + var configContent = fs.readFileSync(configPath); + var confi...
build command: improved writing back of original config
rappid_rAppid.js
train
32ea22f36d7608a8cfc81fcda156d3add083ea88
diff --git a/app/controllers/concerns/sufia/files_controller_behavior.rb b/app/controllers/concerns/sufia/files_controller_behavior.rb index <HASH>..<HASH> 100644 --- a/app/controllers/concerns/sufia/files_controller_behavior.rb +++ b/app/controllers/concerns/sufia/files_controller_behavior.rb @@ -40,6 +40,10 @@ module...
Add accessors for presenter and form class This makes overriding the presenter and form easier and avoids all the overriding necessary in something like #<I>
samvera_hyrax
train
9c6c5e086585d297e218d200709c0107bb8aa4b3
diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java b/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java index <HASH>..<HASH> 100644 --- a/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java +++ b/structr-db-driver-api/src/main/java/org/struct...
Fixes detection of negative numerical values in configuration settings.
structr_structr
train
7faba0a4c5753db3e5e10b8ee9160362b5e28570
diff --git a/src/Toro.php b/src/Toro.php index <HASH>..<HASH> 100644 --- a/src/Toro.php +++ b/src/Toro.php @@ -57,7 +57,7 @@ class Toro if ($handler_instance) { unset($regex_matches[0]); - if (self::is_xhr_request() && method_exists($discovered_handler, $request_method . '_xhr')) { + ...
Fix method existance in a handler while handling an XHR request
anandkunal_ToroPHP
train
b3fe76e556bfb7d2dd0ee2540fa444d5ecca798b
diff --git a/test/samples/jsx.js b/test/samples/jsx.js index <HASH>..<HASH> 100644 --- a/test/samples/jsx.js +++ b/test/samples/jsx.js @@ -110,6 +110,16 @@ module.exports = [ }, { + description: 'handles single-line whitespace and quotes appropriately', + input: ` + <h1> + Hello {name} – and goodbye! + <...
Add failing test case for #<I>
bublejs_buble
train
7dac280a1b0b7ec4470279d60d6f9f5891289744
diff --git a/plenum/server/message_handlers.py b/plenum/server/message_handlers.py index <HASH>..<HASH> 100644 --- a/plenum/server/message_handlers.py +++ b/plenum/server/message_handlers.py @@ -131,8 +131,9 @@ class PreprepareHandler(BaseHandler): return pp def requestor(self, params: Dict[str, Any]) -...
INDY-<I>: revert requestor logic in message_handlers.py Because primary node will not contains PrePrepare in sentPrePrepares, only in getPrePrepare
hyperledger_indy-plenum
train
cd1eaf38645779e5892e17dc8633de2d2813bfb6
diff --git a/ui/app/serializers/secret-v2-version.js b/ui/app/serializers/secret-v2-version.js index <HASH>..<HASH> 100644 --- a/ui/app/serializers/secret-v2-version.js +++ b/ui/app/serializers/secret-v2-version.js @@ -16,11 +16,8 @@ export default ApplicationSerializer.extend({ return payload; }, serialize(...
if the secret doesn't exist, set cas to 0 (#<I>)
hashicorp_vault
train
54ca562b4c927bf03fca514a269cf88eb88eeabc
diff --git a/src/umbra/engine.py b/src/umbra/engine.py index <HASH>..<HASH> 100644 --- a/src/umbra/engine.py +++ b/src/umbra/engine.py @@ -327,7 +327,7 @@ class Umbra(foundations.ui.common.QWidgetFactory(uiFile=RuntimeGlobals.uiFile)): # --- Activating others Components. --- deactivatedComponents = self.__setti...
Update code accordingly to "manager.componentsManager.Manager.getComponents" method rename.
KelSolaar_Umbra
train
c6791f652981048393bf7603ed71673ab8e5ea21
diff --git a/test/unit/vint/linting/policy/test_abstract_policy.py b/test/unit/vint/linting/policy/test_abstract_policy.py index <HASH>..<HASH> 100644 --- a/test/unit/vint/linting/policy/test_abstract_policy.py +++ b/test/unit/vint/linting/policy/test_abstract_policy.py @@ -42,6 +42,33 @@ class TestAbstractPolicy(unitt...
tests: cover AbstractPolicy#get_policy_options with unit tests
Kuniwak_vint
train
f37043f84da3f3c55658ffe6dcef610d15191df0
diff --git a/DependencyInjection/Compiler/AutoRegisterServicesPass.php b/DependencyInjection/Compiler/AutoRegisterServicesPass.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Compiler/AutoRegisterServicesPass.php +++ b/DependencyInjection/Compiler/AutoRegisterServicesPass.php @@ -15,6 +15,7 @@ namespace WellC...
Modified compiler passes to reflect auto-service changes (cherry picked from commit <I>fc<I>c<I>a7d5b9fe<I>ef2e5fcf<I>d9a<I>)
WellCommerce_CouponBundle
train
35949fabf6754ae91dd0f5be145eb2af3e3de01c
diff --git a/command/v7/routes_command.go b/command/v7/routes_command.go index <HASH>..<HASH> 100644 --- a/command/v7/routes_command.go +++ b/command/v7/routes_command.go @@ -13,7 +13,7 @@ type RoutesCommand struct { BaseCommand usage interface{} `usage:"CF_NAME routes [--org-level]"` - relatedCommands ...
v7: Add create-route to the See Also section of cf routes [finishes #<I>]
cloudfoundry_cli
train
d729b5f041b479834b910a5960085f3d5ea50a65
diff --git a/samcli/__init__.py b/samcli/__init__.py index <HASH>..<HASH> 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = '0.5.0' +__version__ = '0.6.0'
chore(<I>): SAM CLI Version bump (#<I>)
awslabs_aws-sam-cli
train
cb8a84d4cd2b991b0d9fd116e826e6d8b1c07415
diff --git a/Tests/Parser/Wsdl/TagDocumentationTest.php b/Tests/Parser/Wsdl/TagDocumentationTest.php index <HASH>..<HASH> 100755 --- a/Tests/Parser/Wsdl/TagDocumentationTest.php +++ b/Tests/Parser/Wsdl/TagDocumentationTest.php @@ -28,7 +28,7 @@ class TagDocumentationTest extends WsdlParser */ public static f...
allow to reset instance, reset acton instance
WsdlToPhp_PackageGenerator
train
e2fe7630d6d3f07bba96496b8c05726ca8a1d1be
diff --git a/lib/chronic/chronic.rb b/lib/chronic/chronic.rb index <HASH>..<HASH> 100644 --- a/lib/chronic/chronic.rb +++ b/lib/chronic/chronic.rb @@ -194,7 +194,7 @@ module Chronic # tonight at 7pm :anchor => [ - Handler.new([:grabber?, :repeater, :separator_at?, :repeater?, :repeater?], :...
add handler for "on <day>" without timestamp closes #<I>
mojombo_chronic
train
aca0bc42b3349897c84b4794552bf6fa67cd8189
diff --git a/lib/reporter.js b/lib/reporter.js index <HASH>..<HASH> 100644 --- a/lib/reporter.js +++ b/lib/reporter.js @@ -11,7 +11,7 @@ var Influx = require('./influxdb'), Report = require('metrics').Report; -/* Object.assign polyfill for node <= 0.12 +/* Object.assign polyfill for node <= 0.12 * https://de...
added missing return statement for Reporter#getMetric (#<I>)
brandonhamilton_node-metrics-influxdb
train
d89c6d210c7a4d46010c6e99c36e241d23866b37
diff --git a/lib/locomotive/steam/entities/content_entry.rb b/lib/locomotive/steam/entities/content_entry.rb index <HASH>..<HASH> 100644 --- a/lib/locomotive/steam/entities/content_entry.rb +++ b/lib/locomotive/steam/entities/content_entry.rb @@ -139,7 +139,7 @@ module Locomotive::Steam end def _cast_date_t...
fix issue about casting date_time type fields (locomotivecms/engine#<I>)
locomotivecms_steam
train
360080f2f6e10f8e516d6df14c4d5e6d44c3e96a
diff --git a/lib/guard/cli.rb b/lib/guard/cli.rb index <HASH>..<HASH> 100644 --- a/lib/guard/cli.rb +++ b/lib/guard/cli.rb @@ -102,7 +102,13 @@ module Guard ::Guard::UI.info "Guard version #{ ::Guard::VERSION }" end - desc 'init [GUARD]', 'Generates a Guardfile at the current working directory, or inse...
Add an option to generate a bare Guardfile to keep the old functionality
guard_guard
train
52dfdd02ef1a9189f471934c67080c9937d5b1ec
diff --git a/conformity/fields/__init__.py b/conformity/fields/__init__.py index <HASH>..<HASH> 100644 --- a/conformity/fields/__init__.py +++ b/conformity/fields/__init__.py @@ -37,6 +37,7 @@ from conformity.fields.structures import ( # noqa Dictionary, List, SchemalessDictionary, + Set, Tuple,...
[MINOR] Add support for set and frozenset types
eventbrite_conformity
train
ccb75439fff3f09ac4fa4daea787db5cb5438468
diff --git a/cmd/dockerd/config.go b/cmd/dockerd/config.go index <HASH>..<HASH> 100644 --- a/cmd/dockerd/config.go +++ b/cmd/dockerd/config.go @@ -54,7 +54,7 @@ func installCommonConfigFlags(conf *config.Config, flags *pflag.FlagSet) error { flags.Var(opts.NewListOptsRef(&conf.DNS, opts.ValidateIPAddress), "dns", "DN...
cmd/dockerd: use flags.IPVar() instead of custom type spf<I>/pflag now provides this out of the box, so no need to implement and use our own value-type for this.
moby_moby
train
ccec05be5059ec391ee895381972d04ec5f90cb3
diff --git a/src/main/java/org/dasein/cloud/openstack/nova/os/compute/NovaImage.java b/src/main/java/org/dasein/cloud/openstack/nova/os/compute/NovaImage.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/openstack/nova/os/compute/NovaImage.java +++ b/src/main/java/org/dasein/cloud/openstack/nova/os/...
Updated with new tag methods and load balancer health check skeletons
dasein-cloud_dasein-cloud-openstack
train
48b2f626323071568c5598ccf5ad1f7feaab4a0f
diff --git a/src/Node.php b/src/Node.php index <HASH>..<HASH> 100644 --- a/src/Node.php +++ b/src/Node.php @@ -282,20 +282,10 @@ class Node implements \JsonSerializable { * @return int */ public function getWidth() : int { -// $width = 0; $first = $this->getStart(); $last = $th...
Cleanup commented-out code Some was for debugging, some looks like old implementations, but now it's in git
Microsoft_tolerant-php-parser
train
bde11e2c98768570726228e14c02494c16893fdf
diff --git a/structr-ui/src/main/resources/structr/js/security.js b/structr-ui/src/main/resources/structr/js/security.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/security.js +++ b/structr-ui/src/main/resources/structr/js/security.js @@ -160,7 +160,8 @@ var _Security = { }); ...
Made the bitmask input field commit to the backend on return
structr_structr
train
8a57884ce0fe80b14d1a2b082103515f8dcbab04
diff --git a/pyparsing.py b/pyparsing.py index <HASH>..<HASH> 100644 --- a/pyparsing.py +++ b/pyparsing.py @@ -2540,12 +2540,15 @@ class ParserElement(object): try: pp_value = postParse(t, result) if pp_value is not None: - ...
Fix runTests output bug introduced in d<I>c<I>d<I>c<I>eaf<I>b<I>ef<I>d<I>d
pyparsing_pyparsing
train
fcbe48735027382d530f5f0bffcb65d99047a743
diff --git a/src/js/common/validate.js b/src/js/common/validate.js index <HASH>..<HASH> 100644 --- a/src/js/common/validate.js +++ b/src/js/common/validate.js @@ -135,10 +135,6 @@ gpii.schema.validator.removeEmptySegments = function (el) { return el !== undefi To avoid clobbering names with `~1` in it, a tilde is e...
GPII-<I>: Removed outdated warning about multiple slashes, now that it is supported by Z-Schema.
GPII_gpii-json-schema
train
9968399cf12ede8da38eddce34bb5cf09aadbb1a
diff --git a/curation_concerns-models/app/models/concerns/curation_concerns/ability.rb b/curation_concerns-models/app/models/concerns/curation_concerns/ability.rb index <HASH>..<HASH> 100644 --- a/curation_concerns-models/app/models/concerns/curation_concerns/ability.rb +++ b/curation_concerns-models/app/models/concern...
A user must be logged in to add a work to a collection
samvera_hyrax
train
d676d74e5514ddb175dcc292b2f98d0ac251f924
diff --git a/src/Builder/FormContractor.php b/src/Builder/FormContractor.php index <HASH>..<HASH> 100644 --- a/src/Builder/FormContractor.php +++ b/src/Builder/FormContractor.php @@ -93,6 +93,9 @@ class FormContractor implements FormContractorInterface public function getDefaultOptions($type, FieldDescriptionInt...
Pass option by_reference in case we're using AdminType (#<I>)
sonata-project_SonataDoctrineMongoDBAdminBundle
train
e5efc7e36fc06c2b0b205a2f977cd86491736f81
diff --git a/src/main/java/com/sdl/selenium/extjs6/grid/Grid.java b/src/main/java/com/sdl/selenium/extjs6/grid/Grid.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/sdl/selenium/extjs6/grid/Grid.java +++ b/src/main/java/com/sdl/selenium/extjs6/grid/Grid.java @@ -33,6 +33,24 @@ public class Grid extends Table { ...
try to make setHeaders method on Grid
sdl_Testy
train
2783c8570f3b437063a7b88c976535430583dcc4
diff --git a/mindmaps-test/src/test/java/io/mindmaps/test/graql/analytics/ScalingTestIT.java b/mindmaps-test/src/test/java/io/mindmaps/test/graql/analytics/ScalingTestIT.java index <HASH>..<HASH> 100644 --- a/mindmaps-test/src/test/java/io/mindmaps/test/graql/analytics/ScalingTestIT.java +++ b/mindmaps-test/src/test/ja...
BUG - integer overflow in scaling test (#<I>) * minor doc error * bug with types used in arithmetic
graknlabs_grakn
train
768b06e52b35f4e20f04434b8154389877bc9713
diff --git a/hazelcast-client/src/main/java/com/hazelcast/client/proxy/ClientConditionProxy.java b/hazelcast-client/src/main/java/com/hazelcast/client/proxy/ClientConditionProxy.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/main/java/com/hazelcast/client/proxy/ClientConditionProxy.java +++ b/hazelcast-cli...
Fast-exit when waiting dead-line is non-positive the await() method interpret negative values as infinite timeout. This is undesirable when duration is calculated from a provided Date - as a pause between Data creation and duration calculation may result in a negative duration -> infinite waiting. See #<I> for furthe...
hazelcast_hazelcast
train
3f18096e953b26073a4838ca952faeae4a87ed46
diff --git a/image.go b/image.go index <HASH>..<HASH> 100644 --- a/image.go +++ b/image.go @@ -434,14 +434,6 @@ func NewImageFromImage(source image.Image, filter Filter) (*Image, error) { } func newImageWithZeroFramebuffer(width, height int) (*Image, error) { - img, err := newImageWithZeroFramebufferImpl(width, hei...
graphics: Refactoring: Remove unneeded function
hajimehoshi_ebiten
train
d90b84cdcd2124e20fea4698f2768af8738e0297
diff --git a/src/test/java/org/roaringbitmap/buffer/TestMemoryMapping.java b/src/test/java/org/roaringbitmap/buffer/TestMemoryMapping.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/roaringbitmap/buffer/TestMemoryMapping.java +++ b/src/test/java/org/roaringbitmap/buffer/TestMemoryMapping.java @@ -172,16 +172,1...
Disabling one particular type of test to alleviate travis troubles.
RoaringBitmap_RoaringBitmap
train
6d6e6371b0b60206739d3409341ee011eb45df01
diff --git a/api.go b/api.go index <HASH>..<HASH> 100644 --- a/api.go +++ b/api.go @@ -719,10 +719,14 @@ func (c Client) newRequest(method string, metadata requestMetadata) (req *http.R } // Look if target url supports virtual host. - isVirtualHost := c.isVirtualHostStyleRequest(*c.endpointURL, metadata.bucketNam...
MakeBucket should always use pathStyle (#<I>)
minio_minio-go
train
df3175e5058663ed828bfb2903fe2f3e8c081552
diff --git a/project_generator/targets.py b/project_generator/targets.py index <HASH>..<HASH> 100644 --- a/project_generator/targets.py +++ b/project_generator/targets.py @@ -16,7 +16,7 @@ import yaml import subprocess from os.path import join, normpath, splitext, isfile, exists -from os import listdir, mkdir +from...
Targets - makedirs for creating target def project
project-generator_project_generator
train
9b523da4fae5e745614c3a8591459a3e2036fcf6
diff --git a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/object/HandledObjectsImpl.java b/lionengine-game/src/main/java/com/b3dgs/lionengine/game/object/HandledObjectsImpl.java index <HASH>..<HASH> 100644 --- a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/object/HandledObjectsImpl.java +++ b/lion...
#<I>: Object type itself added.
b3dgs_lionengine
train
49fbaace5298d5ccf031eb7ebec93906e1d468b5
diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index <HASH>..<HASH> 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -1771,6 +1771,7 @@ func (r *Resources) Validate() error { } // Merge merges this resource with another resource. +// COMPAT(0.10): Remove in 0.10 func (r *Re...
add COMPAT(<I>): Remove in <I> notes to impl for structs.Resources
hashicorp_nomad
train
14a05193381aa36d9d0a071bbf52af156d2d241a
diff --git a/pkg/api/api.go b/pkg/api/api.go index <HASH>..<HASH> 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -385,7 +385,7 @@ func (hs *HTTPServer) registerRoutes() { }) apiRoute.Get("/alert-notifiers", reqEditorRole, routing.Wrap( - GetAlertNotifiers(hs.MultiOrgAlertmanager != nil && hs.Cfg.IsNgAler...
Alerting: Remove Multiorg alertmangaer from the top-level services (#<I>) Removes the registration of the multi-org alertmanager, it is started as a subservice of ngalerting.
grafana_grafana
train
33847a3c4909affc4620af2b0a6c00fff2f3069a
diff --git a/resources/lang/et-EE/cachet.php b/resources/lang/et-EE/cachet.php index <HASH>..<HASH> 100644 --- a/resources/lang/et-EE/cachet.php +++ b/resources/lang/et-EE/cachet.php @@ -92,6 +92,7 @@ return [ 'email' => [ 'subscribe' => 'Subscribe to email updates.', 'subscr...
New translations cachet.php (Estonian)
CachetHQ_Cachet
train
49b811d61b152eb0762135476c2853d13521bdac
diff --git a/metric_learn/mmc.py b/metric_learn/mmc.py index <HASH>..<HASH> 100644 --- a/metric_learn/mmc.py +++ b/metric_learn/mmc.py @@ -204,7 +204,7 @@ class _BaseMMC(MahalanobisMixin): obj = (np.dot(s_sum, w_tmp) + self.diagonal_c * self._D_objective(neg_pairs, w_tmp)) assert_all_finite(...
replace <I> by inf (#<I>)
metric-learn_metric-learn
train
c8a0696350b44adab68068df697b417411b4bd35
diff --git a/lib/multiple_man/model_populator.rb b/lib/multiple_man/model_populator.rb index <HASH>..<HASH> 100644 --- a/lib/multiple_man/model_populator.rb +++ b/lib/multiple_man/model_populator.rb @@ -6,7 +6,8 @@ module MultipleMan self.fields = fields end - def populate(data) + def populate(paylo...
Include multiple_man identifier (and the identified properties) when synching data
influitive_multiple_man
train
753b85e4e50402fd5303f57c50833e552cc41945
diff --git a/lib/jdbc_adapter/jdbc_sqlite3.rb b/lib/jdbc_adapter/jdbc_sqlite3.rb index <HASH>..<HASH> 100644 --- a/lib/jdbc_adapter/jdbc_sqlite3.rb +++ b/lib/jdbc_adapter/jdbc_sqlite3.rb @@ -10,10 +10,6 @@ module ::JdbcSpec def parse_sqlite3_config!(config) config[:database] ||= config[:dbfile] - # R...
Less is more. Remove config checking I recently added
jruby_activerecord-jdbc-adapter
train
efe5a6ddbc0beffa636534829817ca9ccc9293e6
diff --git a/backend/impl/src/main/java/org/geomajas/internal/service/FilterServiceImpl.java b/backend/impl/src/main/java/org/geomajas/internal/service/FilterServiceImpl.java index <HASH>..<HASH> 100644 --- a/backend/impl/src/main/java/org/geomajas/internal/service/FilterServiceImpl.java +++ b/backend/impl/src/main/jav...
GBE-<I>: support for many-to-one fid filter in ECQL: "manyToOne.@id = 1"
geomajas_geomajas-project-server
train
39320b8794549fa7806f2e9e57346242b0b7e847
diff --git a/spec/unit/parser/compiler.rb b/spec/unit/parser/compiler.rb index <HASH>..<HASH> 100755 --- a/spec/unit/parser/compiler.rb +++ b/spec/unit/parser/compiler.rb @@ -40,34 +40,31 @@ describe Puppet::Parser::Compiler do @compiler = Puppet::Parser::Compiler.new(@node, @parser) end - describe P...
Cleaning up duplication in another test file
puppetlabs_puppet
train
be1aae62d4cadf91dd5343203fdeeba2a9d7971f
diff --git a/osbs/http.py b/osbs/http.py index <HASH>..<HASH> 100644 --- a/osbs/http.py +++ b/osbs/http.py @@ -174,8 +174,8 @@ class PycurlAdapter(object): else: raise RuntimeError("Unsupported method '%s' for curl call!" % method) - self.c.setopt(pycurl.URL, url) self.c.setopt(p...
pycurl.URL doesn't accept unicode, so use str().
projectatomic_osbs-client
train
65274ab1ad4792ebeefb75b30df1de2671129d95
diff --git a/lib/paperclip/paperclip_processors/transcoder.rb b/lib/paperclip/paperclip_processors/transcoder.rb index <HASH>..<HASH> 100755 --- a/lib/paperclip/paperclip_processors/transcoder.rb +++ b/lib/paperclip/paperclip_processors/transcoder.rb @@ -14,10 +14,11 @@ module Paperclip @cli = ::Av....
The output hash now includes the geometry options
ruby-av_paperclip-av-transcoder
train
734cb7b96958b06877986e28ec5135ea7d025608
diff --git a/src/python/twitter/pants/bin/pants_exe.py b/src/python/twitter/pants/bin/pants_exe.py index <HASH>..<HASH> 100644 --- a/src/python/twitter/pants/bin/pants_exe.py +++ b/src/python/twitter/pants/bin/pants_exe.py @@ -29,6 +29,7 @@ from twitter.pants.base import Address, Config from twitter.pants.base.rcfile ...
Actually, don't start the reporting server automatically. A) This will cause port collisions with multiple instances on the same machine. B) If we allow multiple ports this may cause a proliferation of servers on CI machines etc. (sapling split of 4fa<I>f<I>c3b9ea8e1ceeb<I>cfe<I>a3a<I>)
pantsbuild_pants
train
011417ca85546b762afa47228c8bee4112e16463
diff --git a/Swat/SwatSimpleColorEntry.php b/Swat/SwatSimpleColorEntry.php index <HASH>..<HASH> 100644 --- a/Swat/SwatSimpleColorEntry.php +++ b/Swat/SwatSimpleColorEntry.php @@ -2,6 +2,7 @@ require_once 'Swat/SwatControl.php'; require_once 'Swat/SwatState.php'; +require_once 'YUI/YUI.php'; /** * Simple color ...
use yahoo ui library to simplify css-class manipulation javascript svn commit r<I>
silverorange_swat
train
d2f7bea38d3a0fe5bc453033709bd4142d4adcc5
diff --git a/src/Handler/CurlMultiHandler.php b/src/Handler/CurlMultiHandler.php index <HASH>..<HASH> 100644 --- a/src/Handler/CurlMultiHandler.php +++ b/src/Handler/CurlMultiHandler.php @@ -162,7 +162,7 @@ class CurlMultiHandler $this->tick(); } elseif ($entry['options']['delay'] === true) { ...
Using schedule instead of enqueue
guzzle_guzzle
train
dbf827ccce476d72e5418268ebf144d7aa29fe60
diff --git a/lib/forgetful/supermemo.rb b/lib/forgetful/supermemo.rb index <HASH>..<HASH> 100644 --- a/lib/forgetful/supermemo.rb +++ b/lib/forgetful/supermemo.rb @@ -1,6 +1,14 @@ module SuperMemo + # D_EF[q] = (0.1 - (5-q) * (0.08 + (5-q) * 0.02)) + D_EF = { 0 => -0.8, + 1 => -0.54, + 2 => -0.32...
hardcode the values, there's only 6 of them
jpalardy_forgetful
train
52ab56bd96af7ea7763012fdfd26cec60f9eb66f
diff --git a/frog/views/tag.py b/frog/views/tag.py index <HASH>..<HASH> 100644 --- a/frog/views/tag.py +++ b/frog/views/tag.py @@ -105,6 +105,8 @@ def post(request): if created: res.message = "Created" + else: + res.isError = True res.append(tag.json())
Setting error when not created to inform the client
theiviaxx_Frog
train
3c455c525cd4f3eaac4224494e7a695f7e94ed74
diff --git a/web3/utils/transactions.py b/web3/utils/transactions.py index <HASH>..<HASH> 100644 --- a/web3/utils/transactions.py +++ b/web3/utils/transactions.py @@ -59,7 +59,7 @@ TRANSACTION_DEFAULTS = { 'gasPrice': lambda web3: web3.eth.gasPrice, 'value': lambda web3: 0, 'data': lambda web3: b'', - ...
Default chain ID to (horribly named) net.version
ethereum_web3.py
train
f0b5d951d1ec4847d1515f3410c64e67a6543ff7
diff --git a/provider/maas/interfaces.go b/provider/maas/interfaces.go index <HASH>..<HASH> 100644 --- a/provider/maas/interfaces.go +++ b/provider/maas/interfaces.go @@ -219,6 +219,109 @@ func maasObjectNetworkInterfaces(maasObject *gomaasapi.MAASObject, subnetsMap ma return infos, nil } +func maas2NetworkInterfa...
MAAS2 implementation of maasEnviron.NetworkInterfaces Reimplement maasObjectNetworkInterfaces as maas2NetworkInterfaces. I initially tried to share the big loop that makes InterfaceInfos by making maasInterface &c conform to the corresponding gomaasapi interfaces, but that required renaming most of the fields in the ...
juju_juju
train
d6cbbb8c34899e50c304e513da293dafc960f02f
diff --git a/metal/classifier.py b/metal/classifier.py index <HASH>..<HASH> 100644 --- a/metal/classifier.py +++ b/metal/classifier.py @@ -371,7 +371,6 @@ class Classifier(nn.Module): break_ties="random", verbose=True, print_confusion_matrix=True, - t=None, **kwargs, ): ...
Passing tests and removed t param from classifier top class
HazyResearch_metal
train
9075f84c3c727602582c8653bc4ac777a019f280
diff --git a/src/composer.js b/src/composer.js index <HASH>..<HASH> 100644 --- a/src/composer.js +++ b/src/composer.js @@ -336,16 +336,14 @@ export default class Composer extends EventEmitter { statusCode: action.getStatusCode().toString() }).promise(); }).then(() => { - return new Promise((re...
Fix Lambda#addPermission calling with Promise
fluct_fluct
train
fe436b67c05334b139a3a4b4ec4f052fb267a2b6
diff --git a/jupytext/contentsmanager.py b/jupytext/contentsmanager.py index <HASH>..<HASH> 100644 --- a/jupytext/contentsmanager.py +++ b/jupytext/contentsmanager.py @@ -300,15 +300,15 @@ def build_jupytext_contents_manager_class(base_contents_manager_class): + timedelta(seconds=config.outdated_te...
Error "ipynb more recent than text file" is HTTP <I> To make sure it is displayed in Jupyter
mwouts_jupytext
train
62151dd272fa59f19d8e0df7e21600b06d865539
diff --git a/actionpack/lib/action_controller/deprecated/base.rb b/actionpack/lib/action_controller/deprecated/base.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/deprecated/base.rb +++ b/actionpack/lib/action_controller/deprecated/base.rb @@ -66,6 +66,18 @@ module ActionController Rails...
Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing signed cookies to work again.
rails_rails
train
3b3c43dcd52639681b15743c6107b96d9284a994
diff --git a/clam/clamnewproject.py b/clam/clamnewproject.py index <HASH>..<HASH> 100755 --- a/clam/clamnewproject.py +++ b/clam/clamnewproject.py @@ -184,7 +184,7 @@ if [ -z $PYTHONPATH ]; then else export PYTHONPATH={dir}:$PYTHONPATH fi -clamservice {sysid} +clamservice -d {sysid} """.format(dir=dir,sysid=arg...
startserver_development.sh: enable debug by default when starting development server
proycon_clam
train
ccf35966ae71eadad594d30c40efdaf8070856b1
diff --git a/src/components/parallax/parallax.js b/src/components/parallax/parallax.js index <HASH>..<HASH> 100644 --- a/src/components/parallax/parallax.js +++ b/src/components/parallax/parallax.js @@ -108,17 +108,17 @@ export default { }, init() { const swiper = this; - if (!swiper.params.parall...
Fix parallax still being applied when disabled Fixes #<I>
nolimits4web_swiper
train
bcb6b37bccfc81cb5da7578f2a7405a4a6e3a19d
diff --git a/eZ/Publish/Core/Repository/UserService.php b/eZ/Publish/Core/Repository/UserService.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Repository/UserService.php +++ b/eZ/Publish/Core/Repository/UserService.php @@ -680,6 +680,8 @@ class UserService implements UserServiceInterface */ public fu...
Moved reloading User to the beginning of the method
ezsystems_ezpublish-kernel
train
3137db282e64d13d38dd67378233bba261fb79d3
diff --git a/src/neuron/lang/enhance.js b/src/neuron/lang/enhance.js index <HASH>..<HASH> 100755 --- a/src/neuron/lang/enhance.js +++ b/src/neuron/lang/enhance.js @@ -64,12 +64,15 @@ function overloadSetter(fn, noStrict){ // for normal functions, if use ecma strict, 'this' is undefined var self = this; - if ...
lang/enhance: improve KM._overloadSetter, so that the overloaded function could receive more arguments
kaelzhang_neuron.js
train
26043530b33b13fcca86db9969f7b4732edad188
diff --git a/packages/vuetify/test/unit/mixins/validatable.spec.js b/packages/vuetify/test/unit/mixins/validatable.spec.js index <HASH>..<HASH> 100644 --- a/packages/vuetify/test/unit/mixins/validatable.spec.js +++ b/packages/vuetify/test/unit/mixins/validatable.spec.js @@ -272,7 +272,7 @@ test('validatable.js', ({ mou...
test(validatable): change test process to avoid race condition
vuetifyjs_vuetify
train
d45c1b42a5f7d6e7f700bfc6be6057fb635f9e49
diff --git a/malcolm/modules/pva/controllers/pvaservercomms.py b/malcolm/modules/pva/controllers/pvaservercomms.py index <HASH>..<HASH> 100644 --- a/malcolm/modules/pva/controllers/pvaservercomms.py +++ b/malcolm/modules/pva/controllers/pvaservercomms.py @@ -55,7 +55,11 @@ class BlockHandler(Handler): assert i...
BlockHandler: add logging of method and params for rpc method
dls-controls_pymalcolm
train
6a6a3022bc3af7c29e9f84ed1fc11c6c8d2c2de9
diff --git a/src/main/java/io/reactivex/exceptions/Exceptions.java b/src/main/java/io/reactivex/exceptions/Exceptions.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/reactivex/exceptions/Exceptions.java +++ b/src/main/java/io/reactivex/exceptions/Exceptions.java @@ -52,7 +52,6 @@ public final class Exceptions {...
Remove explicit StackOverflow check as its a VirtualMachineError. (#<I>) Looks like [the linked comment][1] was misinterpreted (but not in a way that affected the implementation) as Scala considered StackOverflowError as non-fatal but RxJava always considered it fatal. As such, its explicit check was redundant. [1...
ReactiveX_RxJava
train
0184824867e8c4a9efa7c441c16d00a09b056ca2
diff --git a/lib/mongo_mapper/rails_compatibility.rb b/lib/mongo_mapper/rails_compatibility.rb index <HASH>..<HASH> 100644 --- a/lib/mongo_mapper/rails_compatibility.rb +++ b/lib/mongo_mapper/rails_compatibility.rb @@ -3,6 +3,13 @@ module MongoMapper def self.included(model) model.class_eval do ali...
Added Document#column_names to rails compatibility module.
mongomapper_mongomapper
train
64cc1ceae2ea489db4c4e99c476f260f1763e7a5
diff --git a/salesforce/backend/base.py b/salesforce/backend/base.py index <HASH>..<HASH> 100644 --- a/salesforce/backend/base.py +++ b/salesforce/backend/base.py @@ -13,6 +13,7 @@ import logging, urlparse from django.core.exceptions import ImproperlyConfigured from django.db.backends import BaseDatabaseFeatures, B...
prior to django<I> it was on you to send this signal, typically just after the Cusor gets set up
django-salesforce_django-salesforce
train
31684df3d10116d6ce515b27c272eae9afd2745a
diff --git a/tests/unit/components/sl-chart-test.js b/tests/unit/components/sl-chart-test.js index <HASH>..<HASH> 100755 --- a/tests/unit/components/sl-chart-test.js +++ b/tests/unit/components/sl-chart-test.js @@ -68,7 +68,7 @@ test( 'Default property values are set correctly', function( assert ) { ); asse...
Temporarily deleted test, opening issue to put test back as it is an issue on its own
softlayer_sl-ember-components
train
30636520840094fe32ba203e116515e9adf64750
diff --git a/commerce-product-service/src/main/java/com/liferay/commerce/product/internal/util/CPInstanceHelperImpl.java b/commerce-product-service/src/main/java/com/liferay/commerce/product/internal/util/CPInstanceHelperImpl.java index <HASH>..<HASH> 100644 --- a/commerce-product-service/src/main/java/com/liferay/comm...
COMMERCE-<I> add rule for data provider only when in public pages
liferay_com-liferay-commerce
train
ec3efba957c950e7591e73b7824aa632fb9f0761
diff --git a/src/test/php/com/selfcoders/phpcurl/CurlTest.php b/src/test/php/com/selfcoders/phpcurl/CurlTest.php index <HASH>..<HASH> 100644 --- a/src/test/php/com/selfcoders/phpcurl/CurlTest.php +++ b/src/test/php/com/selfcoders/phpcurl/CurlTest.php @@ -145,7 +145,7 @@ class CurlTest extends PHPUnit_Framework_TestCase...
Fixed different error messages with different libcurl versions
Programie_PHPCurl
train
b5ce0220f85d032432263b9ac366fcbb7aa07106
diff --git a/pgxpool/rows.go b/pgxpool/rows.go index <HASH>..<HASH> 100644 --- a/pgxpool/rows.go +++ b/pgxpool/rows.go @@ -1,6 +1,7 @@ package pgxpool import ( + "github.com/jackc/pgconn" "github.com/jackc/pgproto3/v2" "github.com/jackc/pgx/v4" ) @@ -11,6 +12,7 @@ type errRows struct { func (errRows) Close(...
Add CommandTag to Rows interface This allows handling queries where it is unknown if there will be a result set or not. If it is not a result set returning query the command tag will still be available.
jackc_pgx
train
7be870d4fec3249639be79ba35a975cf622bf003
diff --git a/lib/reek/tree_dresser.rb b/lib/reek/tree_dresser.rb index <HASH>..<HASH> 100644 --- a/lib/reek/tree_dresser.rb +++ b/lib/reek/tree_dresser.rb @@ -14,7 +14,22 @@ module Reek # Recursively enhance an AST with type-dependent mixins, and comments. # # See {file:docs/How-reek-works-internally.md}...
Improve specs and docs for TreeDresser.
troessner_reek
train
2e2917f1c40522e9211a657fe9fb13de83bf09e1
diff --git a/src/rinoh/style.py b/src/rinoh/style.py index <HASH>..<HASH> 100644 --- a/src/rinoh/style.py +++ b/src/rinoh/style.py @@ -740,6 +740,8 @@ class StyleSheetFile(RuleSetFile, StyleSheet): if selector: selector = parse_selector(selector) styled_class = selector.get_styled_cla...
Store stylesheet-specified selectors in the matcher This restores behavior that was removed with extending the parser to support context selectors and selectors by name. Selectors of type StyledMeta are not stored since their matching is too broad. They only serve to identify styles that serve as a base style for oth...
brechtm_rinohtype
train
98b53eec0cf57cb4aff4e2494046ddd234933f3f
diff --git a/lib/htmlbars/compiler/hydration.js b/lib/htmlbars/compiler/hydration.js index <HASH>..<HASH> 100644 --- a/lib/htmlbars/compiler/hydration.js +++ b/lib/htmlbars/compiler/hydration.js @@ -69,6 +69,7 @@ prototype.stackLiteral = function(literal) { prototype.helper = function(name, size, escaped, placeholderN...
Pass `options.data` through TODO: write tests for this
glimmerjs_glimmer-vm
train
9aacb8d447d50643e1ed910c018b8c0f76d24f55
diff --git a/lib/components/viewers/stop-schedule-table.js b/lib/components/viewers/stop-schedule-table.js index <HASH>..<HASH> 100644 --- a/lib/components/viewers/stop-schedule-table.js +++ b/lib/components/viewers/stop-schedule-table.js @@ -1,14 +1,14 @@ +import { FormattedMessage, FormattedTime } from 'react-intl' ...
refactor: run autoformatter
opentripplanner_otp-react-redux
train
b243805aa1b5f63f8cdf971fcae8bc433a55944e
diff --git a/lib/rturk/requester.rb b/lib/rturk/requester.rb index <HASH>..<HASH> 100644 --- a/lib/rturk/requester.rb +++ b/lib/rturk/requester.rb @@ -33,18 +33,18 @@ module RTurk RTurk.logger.debug "Sending request:\n\t #{credentials.host}?#{querystring}" RestClient.get("#{credentials.host}?#{queryst...
Make sign method public to enable checking notification signature
ryantate_rturk
train
22eb0481cbec0dff439bdae006981da00ebf8724
diff --git a/safe/gui/tools/test/test_extent_selector.py b/safe/gui/tools/test/test_extent_selector.py index <HASH>..<HASH> 100644 --- a/safe/gui/tools/test/test_extent_selector.py +++ b/safe/gui/tools/test/test_extent_selector.py @@ -57,13 +57,6 @@ class ExtentSelectorTest(unittest.TestCase): self.dialog.ex...
Don't reparent canvas to a temporary widget Doing so causes the canvas to be deleted when the test cleans up, resulting in a segfault
inasafe_inasafe
train