hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0b5e5d5a076ae9af21518270336ba103e7d8ae77
diff --git a/Lib/fontbakery/specifications/ufo_sources.py b/Lib/fontbakery/specifications/ufo_sources.py index <HASH>..<HASH> 100644 --- a/Lib/fontbakery/specifications/ufo_sources.py +++ b/Lib/fontbakery/specifications/ufo_sources.py @@ -144,16 +144,17 @@ def com_daltonmaag_check_unnecessary_fields(ufo_font): u...
openTypeOS2UnicodeRanges are actually useful to have. ufo2ft will not generate this field automatically, as a designer can mark a range as supported when not _all_ glpyhs in that range are present.
googlefonts_fontbakery
train
4700626f128995e30651424143dc8c7c379cef7e
diff --git a/tests/iob.test.js b/tests/iob.test.js index <HASH>..<HASH> 100644 --- a/tests/iob.test.js +++ b/tests/iob.test.js @@ -44,42 +44,107 @@ describe('IOB', function ( ) { var now = Date.now() , timestamp = new Date(now).toISOString() + , timestampEarly = new Date(now - (30 * 60 * 1000)).toISO...
A couple more temp basal IOB tests; lib/iob/history.js is now pretty well covered (#<I>)
openaps_oref0
train
3bdaa75382bd7cf1cb44fbb40569baad5d834982
diff --git a/lib/isimud/bunny_client.rb b/lib/isimud/bunny_client.rb index <HASH>..<HASH> 100644 --- a/lib/isimud/bunny_client.rb +++ b/lib/isimud/bunny_client.rb @@ -15,7 +15,8 @@ module Isimud def bind(queue_name, exchange_name, *routing_keys, &block) logger.info "Isimud: bind to #{queue_name}: keys #{r...
ensure we are using the same channel the queue belongs to when acknowledging messages
KeasInc_isimud
train
8b2f4e67ef43f6d4c347d1303f7a8e09accd2c8c
diff --git a/figtree.go b/figtree.go index <HASH>..<HASH> 100644 --- a/figtree.go +++ b/figtree.go @@ -331,6 +331,12 @@ func (f *FigTree) populateEnv(data interface{}) { return '_' }, envName) var val string + structField := options.Type().Field(i) + // PkgPath is empty for upper case (exported) field ...
fix for "panic: reflect.Value.Interface: cannot return value obtained from unexported field or method"
coryb_figtree
train
1939dfc5fcd8864288f63bb32744e62e5923f2c4
diff --git a/src/Symfony/Component/Form/Button.php b/src/Symfony/Component/Form/Button.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Form/Button.php +++ b/src/Symfony/Component/Form/Button.php @@ -350,7 +350,7 @@ class Button implements \IteratorAggregate, FormInterface */ public function initi...
[Form] Fixed stofs from #<I>
symfony_symfony
train
5a7d25e530e62cec7f8656d68819efd1cecc8d87
diff --git a/src/SilverStripe/BehatExtension/Context/BasicContext.php b/src/SilverStripe/BehatExtension/Context/BasicContext.php index <HASH>..<HASH> 100644 --- a/src/SilverStripe/BehatExtension/Context/BasicContext.php +++ b/src/SilverStripe/BehatExtension/Context/BasicContext.php @@ -386,7 +386,8 @@ if(input.closest(...
FIX: Use executeScript() because we discard the return value. evaluateScript() injects 'return ' into the executed script, which often breaks multi-line code. executeScript() is better
jeffreyguo_SS-Behat-quicksetup
train
10ee5e7843aa5b8ddd19b9367c257557742c41eb
diff --git a/support/cas-server-support-saml-idp-web/src/main/java/org/apereo/cas/support/saml/web/idp/profile/IdPInitiatedProfileHandlerController.java b/support/cas-server-support-saml-idp-web/src/main/java/org/apereo/cas/support/saml/web/idp/profile/IdPInitiatedProfileHandlerController.java index <HASH>..<HASH> 1006...
Relay state will be stored in message context, forward port from <I> (#<I>) * Relay state will be stored in message context, forward port from <I> * Update IdPInitiatedProfileHandlerController.java
apereo_cas
train
a80b84286c30d70fd62ac1902f0f430b31e1aedd
diff --git a/src/Bundle/Config/ConfigInterface.php b/src/Bundle/Config/ConfigInterface.php index <HASH>..<HASH> 100644 --- a/src/Bundle/Config/ConfigInterface.php +++ b/src/Bundle/Config/ConfigInterface.php @@ -69,7 +69,7 @@ interface ConfigInterface /** * Sets if bundle should be loaded in "prod" environmen...
Fix issues found by the PhpStorm code inspector (see contao/core-bundle#<I>).
contao_manager-plugin
train
b3ec36bf24c462c1505f1e63ae2561ea809c4402
diff --git a/lib/chef/knife/cookbook_metadata_from_file.rb b/lib/chef/knife/cookbook_metadata_from_file.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/cookbook_metadata_from_file.rb +++ b/lib/chef/knife/cookbook_metadata_from_file.rb @@ -31,6 +31,12 @@ class Chef banner "knife cookbook metadata from file FI...
Fix knife cookbook metadata from file name args
chef_chef
train
d80f80f386473f6586a51da57823174b05b8ba58
diff --git a/admin/settings/server.php b/admin/settings/server.php index <HASH>..<HASH> 100644 --- a/admin/settings/server.php +++ b/admin/settings/server.php @@ -229,7 +229,7 @@ if (empty($CFG->disableupdatenotifications)) { $temp->add(new admin_setting_configcheckbox('updateautocheck', new lang_string('updateaut...
MDL-<I> Do not check for write permissions when enabling the auto-deploy feature It seems to be better to check for required permission later, when the button to install the update is actually being displayed. Credit goes to Dan Poltawski for suggesting this.
moodle_moodle
train
43028826407ae7fa566cf223cbab666d1c982731
diff --git a/src/Drupal/Driver/DrushDriver.php b/src/Drupal/Driver/DrushDriver.php index <HASH>..<HASH> 100644 --- a/src/Drupal/Driver/DrushDriver.php +++ b/src/Drupal/Driver/DrushDriver.php @@ -163,7 +163,14 @@ class DrushDriver extends BaseDriver { 'password' => $user->pass, 'mail' => $user->mail, ...
Extract and store uid in DrushDriver::userCreate() For jhedstrom/DrupalDriver#<I>
jhedstrom_DrupalDriver
train
530bf1e80177c788fff8912db5cef137c1b0d280
diff --git a/src/Wave/Framework/Application/ApplicationFactory.php b/src/Wave/Framework/Application/ApplicationFactory.php index <HASH>..<HASH> 100644 --- a/src/Wave/Framework/Application/ApplicationFactory.php +++ b/src/Wave/Framework/Application/ApplicationFactory.php @@ -4,6 +4,17 @@ namespace Wave\Framework\Applica...
Added information in the docblock to clarify a little what it does
DaGhostman_codewave
train
a576a41ea42556c70e838ca014c16940d717110f
diff --git a/tests/test_app.py b/tests/test_app.py index <HASH>..<HASH> 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -428,6 +428,9 @@ class OtherTestBase(AsyncHTTPTestCase): sshserver_port = 3300 headers = {'Cookie': '_xsrf=yummy'} debug = False + policy = None + hostFile = None + s...
Lookup hostname before connection under reject policy
huashengdun_webssh
train
448f08f9111c5fb35f8ba9c129c4c782c1767a9a
diff --git a/src/widget/date/datepicker-extended.js b/src/widget/date/datepicker-extended.js index <HASH>..<HASH> 100644 --- a/src/widget/date/datepicker-extended.js +++ b/src/widget/date/datepicker-extended.js @@ -135,7 +135,7 @@ define( [ 'js/Widget', 'modernizr', 'jquery', 'widget/date/bootstrap-datepicker/ ...
fixes required messages with date, time and datetimepicker, closes #<I>
enketo_enketo-core
train
ed3b6c130cc6622fc53a43fef44cf54d840d6db1
diff --git a/biojava3-structure/src/main/java/org/biojava/bio/structure/io/mmcif/DownloadChemCompProvider.java b/biojava3-structure/src/main/java/org/biojava/bio/structure/io/mmcif/DownloadChemCompProvider.java index <HASH>..<HASH> 100644 --- a/biojava3-structure/src/main/java/org/biojava/bio/structure/io/mmcif/Downloa...
setting the path in system property so it gets propagatedcorrecty to all classes that are using it git-svn-id: <URL>
biojava_biojava
train
7761fa52687ba8f144a7fbd52d8145497d33536a
diff --git a/design/result_type.go b/design/result_type.go index <HASH>..<HASH> 100644 --- a/design/result_type.go +++ b/design/result_type.go @@ -280,7 +280,11 @@ func projectSingle(m *ResultTypeExpr, view string, seen ...map[string]*Attribute s := seen[0] if att, ok := s[m.Identifier]; ok { if rt, ok2 := at...
Fix Project for seen user types (#<I>)
goadesign_goa
train
2997707fceaa573b0b8d0b43031632d3dac1fa87
diff --git a/core/api/src/main/java/org/openengsb/core/api/model/ConnectorId.java b/core/api/src/main/java/org/openengsb/core/api/model/ConnectorId.java index <HASH>..<HASH> 100644 --- a/core/api/src/main/java/org/openengsb/core/api/model/ConnectorId.java +++ b/core/api/src/main/java/org/openengsb/core/api/model/Connec...
[OPENENGSB-<I>] rename parse-method
openengsb_openengsb
train
79f04cf4cbd24b72e0620a07f778a82c93c4d74f
diff --git a/views/js/ui/uploader.js b/views/js/ui/uploader.js index <HASH>..<HASH> 100644 --- a/views/js/ui/uploader.js +++ b/views/js/ui/uploader.js @@ -88,6 +88,8 @@ define([ * @param {String} [options.progressBarClass = progressbar] - the class to identify the progress bar * @param {String} [opt...
removed console, added docs for formAttributes
oat-sa_tao-core
train
09f44573506284c8ee43a15ccea12c6f71205c19
diff --git a/packages/spaces/src/SpacesLink.js b/packages/spaces/src/SpacesLink.js index <HASH>..<HASH> 100644 --- a/packages/spaces/src/SpacesLink.js +++ b/packages/spaces/src/SpacesLink.js @@ -227,12 +227,14 @@ const Link = ({ <Media body id={`${type}-${configurationId}`} className="text-dark"> ...
fix(spaces): use classNames second param and aadd unit test PF-<I>
Availity_availity-react
train
5222fab52deac742e865cca56c39c7cb4c8ec178
diff --git a/client/lib/domains/index.js b/client/lib/domains/index.js index <HASH>..<HASH> 100644 --- a/client/lib/domains/index.js +++ b/client/lib/domains/index.js @@ -22,26 +22,24 @@ function ValidationError( code ) { inherits( ValidationError, Error ); -function canAddGoogleApps( domain ) { - var tld = domain...
Domain: Refactor lib/domains to differentiate domain objects vs domain strings
Automattic_wp-calypso
train
3c2040b70e4ddaa648aa2e081dd36d68c1ffe965
diff --git a/src/main/java/org/cryptomator/frontend/webdav/WebDavServer.java b/src/main/java/org/cryptomator/frontend/webdav/WebDavServer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/cryptomator/frontend/webdav/WebDavServer.java +++ b/src/main/java/org/cryptomator/frontend/webdav/WebDavServer.java @@ -10,6 ...
Added ability to shutdown ExecutorService, that is no longer managed by the server due to issue #<I>.
cryptomator_webdav-nio-adapter
train
8138d6d345117cb2e8f6b8415bc0e6de2ace24f1
diff --git a/lib/rango/templates/adapters/erubis.rb b/lib/rango/templates/adapters/erubis.rb index <HASH>..<HASH> 100644 --- a/lib/rango/templates/adapters/erubis.rb +++ b/lib/rango/templates/adapters/erubis.rb @@ -1,60 +1,60 @@ # encoding: utf-8 +# Features: +# - autoescaping +# - caching +# - preprocessing (...
Improved Erubis adapter, added caching support.
botanicus_rango
train
002c0ce4d2699c7e19dd6dae942ab16589fcf47c
diff --git a/static.go b/static.go index <HASH>..<HASH> 100644 --- a/static.go +++ b/static.go @@ -178,7 +178,7 @@ func staticHandler(ctx *Context, log *log.Logger, opt StaticOptions) bool { if opt.ETag { tag := GenerateETag(string(fi.Size()), fi.Name(), fi.ModTime().UTC().Format(http.TimeFormat)) - ctx.Resp.He...
static: surround ETag with quotes (#<I>)
go-macaron_macaron
train
a86ef6ca6fd058fa856b30046c79e9c4779d3671
diff --git a/Symfony/CS/Util/Compiler.php b/Symfony/CS/Util/Compiler.php index <HASH>..<HASH> 100644 --- a/Symfony/CS/Util/Compiler.php +++ b/Symfony/CS/Util/Compiler.php @@ -36,6 +36,7 @@ class Compiler $path = str_replace(__DIR__.'/', '', $file); $phar->addFromString($path, file_get_contents...
Remove "#!/usr/bin/env php" from stdout
FriendsOfPHP_PHP-CS-Fixer
train
f2b06da7e02bd7ee9946f07d119c514185c331ac
diff --git a/ruby_event_store-rspec/lib/ruby_event_store/rspec/have_published.rb b/ruby_event_store-rspec/lib/ruby_event_store/rspec/have_published.rb index <HASH>..<HASH> 100644 --- a/ruby_event_store-rspec/lib/ruby_event_store/rspec/have_published.rb +++ b/ruby_event_store-rspec/lib/ruby_event_store/rspec/have_publis...
Kill mutants by extracting common method
RailsEventStore_rails_event_store
train
2e835828b520864c49cd2771de9505156854e75c
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -471,8 +471,10 @@ func (c *client) Disconnect(quiesce uint) { DEBUG.Println(CLI, "calling WaitTimeout") dt.WaitTimeout(time.Duration(quiesce) * time.Millisecond) DEBUG.Println(CLI, "WaitTimeout done") - case <-c.c...
client.go Remove Disconnect()'s wait on c.commsStopped. c.commsStopped may be overwritten in another thread than where Disconnect() is called leading to a race. Lets temporarily remove this warning/short circuit until we can fix underlying race issue.
eclipse_paho.mqtt.golang
train
3b5d696d9d00f62726222d3ccc8ceeb1bd94e7cb
diff --git a/src/Fixer/Whitespace/StatementIndentationFixer.php b/src/Fixer/Whitespace/StatementIndentationFixer.php index <HASH>..<HASH> 100644 --- a/src/Fixer/Whitespace/StatementIndentationFixer.php +++ b/src/Fixer/Whitespace/StatementIndentationFixer.php @@ -434,6 +434,12 @@ else { continue; ...
bug: Fix indentation after control structure in switch (#<I>) Fix indentation after control structure in switch
FriendsOfPHP_PHP-CS-Fixer
train
636e47507548265fac9540843d1b540538ea5966
diff --git a/CollectionTrait.php b/CollectionTrait.php index <HASH>..<HASH> 100644 --- a/CollectionTrait.php +++ b/CollectionTrait.php @@ -384,7 +384,7 @@ trait CollectionTrait public function smartSet(array $items, $after = '') { foreach ($items as $k => $v) { - $this->set($k, $v, $after)...
* smartSet to use setItem <- set
hiqdev_yii2-collection
train
1a0fd81b8fa9262063d62a7f56b84d687ff4505e
diff --git a/src/saml2/config.py b/src/saml2/config.py index <HASH>..<HASH> 100644 --- a/src/saml2/config.py +++ b/src/saml2/config.py @@ -248,7 +248,11 @@ class Config(object): args["socktype"] = socket.SOCK_STREAM else: raise Exception...
Difference in logging SysLogHandler arguments between <I> and <I>
IdentityPython_pysaml2
train
01f3f1fc7372031097c4585cf49f0fc76581b86a
diff --git a/lib/activerecord-multi-tenant/model_extensions.rb b/lib/activerecord-multi-tenant/model_extensions.rb index <HASH>..<HASH> 100644 --- a/lib/activerecord-multi-tenant/model_extensions.rb +++ b/lib/activerecord-multi-tenant/model_extensions.rb @@ -8,9 +8,6 @@ module MultiTenant # Typically we don't ...
Avoid warning about multi-column primary keys with Rails 5. Fixes #2.
citusdata_activerecord-multi-tenant
train
59c1f554b72ae0d0d7b8153e2ca7fd04357d16f7
diff --git a/indra/tools/model_checker.py b/indra/tools/model_checker.py index <HASH>..<HASH> 100644 --- a/indra/tools/model_checker.py +++ b/indra/tools/model_checker.py @@ -31,6 +31,8 @@ class ModelChecker(object): self.agent_obs = [] self.stmt_to_obs = defaultdict(list) self._im = None...
Compile rule->obs dict during IM generation
sorgerlab_indra
train
65dc8c907048111d7895b64da1207023ff4c9992
diff --git a/js/src/modal.js b/js/src/modal.js index <HASH>..<HASH> 100644 --- a/js/src/modal.js +++ b/js/src/modal.js @@ -81,6 +81,7 @@ class Modal { this._isShown = false this._isBodyOverflowing = false this._ignoreBackdropClick = false + this._isTransitioning = false this._sc...
refactor(Modal): add `_isTransitioning` default value Having variables initialised from start `_isTransitioning` is better. Would be better to add an eslint rule to check for undeclared variables use. Reordered enter checks for `show` and `hide` by priority.
twbs_bootstrap
train
ebb5ccaa9e469549fb879c7108835bff4d3f9dce
diff --git a/NEWS.md b/NEWS.md index <HASH>..<HASH> 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ +4.0.1 2019-4-30 +=============== + +- Add magics.IS_PYPY3 and correct `is_pypy()` +- disassemble PyPY3 versions correctly + 4.0.0 2019-4-09 -=================== +=============== - Expand is_jump_target to True, ...
Get ready for release <I>
rocky_python-xdis
train
9814b30f9639d50259b2345779d378e204add9d2
diff --git a/bbq/test/dummy/config/initializers/devise.rb b/bbq/test/dummy/config/initializers/devise.rb index <HASH>..<HASH> 100644 --- a/bbq/test/dummy/config/initializers/devise.rb +++ b/bbq/test/dummy/config/initializers/devise.rb @@ -1,7 +1,9 @@ +require 'devise/version' + # Use this hook to configure devise mail...
Ugly conditional to just keep going. * it turned out not to be so backwards compatbile option of devise
drugpl_bbq
train
122baf4ac3d695afd7d829be4f706724e784b263
diff --git a/lib/fastlane/actions_list.rb b/lib/fastlane/actions_list.rb index <HASH>..<HASH> 100644 --- a/lib/fastlane/actions_list.rb +++ b/lib/fastlane/actions_list.rb @@ -78,7 +78,7 @@ module Fastlane puts "\n" output = parse_options(action.output, false) if action.output - if output + ...
Action list doesn't show 'output' variables if empty
fastlane_fastlane
train
0c6b3dfa93fd3a165e03ce08cf5badfb81929924
diff --git a/internal/handshake/crypto_setup_test.go b/internal/handshake/crypto_setup_test.go index <HASH>..<HASH> 100644 --- a/internal/handshake/crypto_setup_test.go +++ b/internal/handshake/crypto_setup_test.go @@ -260,7 +260,8 @@ var _ = Describe("Crypto Setup TLS", func() { } handshake := func(client Cryp...
run the updated version of gofumpt
lucas-clemente_quic-go
train
c11b279e90022cdf9c851eb9d8633b8dbfabd303
diff --git a/components/edb/src/main/java/org/openengsb/core/edb/internal/JPAEntry.java b/components/edb/src/main/java/org/openengsb/core/edb/internal/JPAEntry.java index <HASH>..<HASH> 100644 --- a/components/edb/src/main/java/org/openengsb/core/edb/internal/JPAEntry.java +++ b/components/edb/src/main/java/org/openeng...
catch uncaught NullPointerException in the JPAEntry.
openengsb_openengsb
train
f9f82f1da6bba954c935b1b2fb3e16665d959198
diff --git a/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php b/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php +++ b/src/Psalm/Internal/PhpVisitor/ReflectorVisitor.php @@ -577,11 +577,27 @@ class ReflectorVisitor extends PhpParse...
Fix #<I> - use better methhod for determining incorrect stub docblocks
vimeo_psalm
train
fd873f5b6a40f493970997dd08a0d87735e3e9b0
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: http://rubygems.org/ specs: diff-lcs (1.1.2) - rack (1.2.1) + rack (1.2.2) rspec (2.3.0) rspec-core (~> 2.3.0) rspec-expectations (~> 2.3.0) @@ -11,8...
support for HTTP OPTIONS verb (and updated Sinatra)
rack-test_rack-test
train
e29a498ed5b47ea382244b8f6c2caf5a14821481
diff --git a/marshal.go b/marshal.go index <HASH>..<HASH> 100644 --- a/marshal.go +++ b/marshal.go @@ -71,6 +71,7 @@ const ( var timeType = reflect.TypeOf(time.Time{}) var marshalerType = reflect.TypeOf(new(Marshaler)).Elem() var textMarshalerType = reflect.TypeOf(new(encoding.TextMarshaler)).Elem() +var textUnmarsh...
unmarshal: support encoding.TextUnmarshaler (#<I>) * unmarshal: support encoding.TextUnmarshaler This PR adds support for decoding fields of primitive types that implement encoding.TextUnmarshaler by calling the custom method. Fields in anonymous structs are not supported at this point.
pelletier_go-toml
train
4191fa00b47c49d09b9654544444debd101f542b
diff --git a/tests/RealWorldTest.php b/tests/RealWorldTest.php index <HASH>..<HASH> 100644 --- a/tests/RealWorldTest.php +++ b/tests/RealWorldTest.php @@ -63,4 +63,57 @@ class RealWorldTest extends TestCase { $valid = $sch->validate(['a' => '']); $this->assertSame(['a' => ''], $valid); } + + /...
Add unit test about extending schemas
vanilla_garden-schema
train
143c7e0d7931c513efa7689cd4736febc15f7e8a
diff --git a/releases/__init__.py b/releases/__init__.py index <HASH>..<HASH> 100644 --- a/releases/__init__.py +++ b/releases/__init__.py @@ -192,7 +192,8 @@ def construct_releases(entries, app): }) lines['unreleased'] = [] # Existing line -> empty out its bucket into new...
Fix unreleased behavior + add more debug
bitprophet_releases
train
7ff98fc53650db0ae4d15d5fe6a54782c4fb955c
diff --git a/lib/tty/screen/size.rb b/lib/tty/screen/size.rb index <HASH>..<HASH> 100644 --- a/lib/tty/screen/size.rb +++ b/lib/tty/screen/size.rb @@ -25,9 +25,9 @@ module TTY # @api public def size size = from_java - size ||= from_io_console - size ||= from_ioctl size ||= ...
Change to use native win api before io-console due to stale values when resizing termainal window
piotrmurach_tty-screen
train
771422cafc733ed5739a573c3a5b57d63bd6ebec
diff --git a/src/Spid/Saml/SignatureUtils.php b/src/Spid/Saml/SignatureUtils.php index <HASH>..<HASH> 100644 --- a/src/Spid/Saml/SignatureUtils.php +++ b/src/Spid/Saml/SignatureUtils.php @@ -29,7 +29,7 @@ class SignatureUtils array($rootNode), 'http://www.w3.org/2001/04/xmlenc#sha256', ...
gitflow-hotfix-stash: post_binding_login
italia_spid-php-lib
train
96922d322c7a51f3ab6de1616fa56415450b521e
diff --git a/bakery_cli/ttfont.py b/bakery_cli/ttfont.py index <HASH>..<HASH> 100644 --- a/bakery_cli/ttfont.py +++ b/bakery_cli/ttfont.py @@ -60,18 +60,6 @@ class Font(BaseFont): """ return self.ttfont[key] - def get_program_bytecode(self): - """ Return binary program code from "prep" tab...
port test_prep_magic_code "Font contains magic code in PREP table?"
googlefonts_fontbakery
train
27a68ed22a114e23bd427d5ff33ae2db75e1cf96
diff --git a/lib/oauth2/response.rb b/lib/oauth2/response.rb index <HASH>..<HASH> 100644 --- a/lib/oauth2/response.rb +++ b/lib/oauth2/response.rb @@ -122,3 +122,7 @@ end OAuth2::Response.register_parser(:xml, ['text/xml', 'application/rss+xml', 'application/rdf+xml', 'application/atom+xml', 'application/xml']) do |bo...
Add handler for application/hal+json
oauth-xx_oauth2
train
fbd0741a834a85af14e39365849de708545181f3
diff --git a/cake/tests/cases/console/libs/tasks/model.test.php b/cake/tests/cases/console/libs/tasks/model.test.php index <HASH>..<HASH> 100644 --- a/cake/tests/cases/console/libs/tasks/model.test.php +++ b/cake/tests/cases/console/libs/tasks/model.test.php @@ -179,7 +179,7 @@ class ModelTaskTest extends CakeTestCase ...
Making a test more resilient when additional fixtures are loaded.
cakephp_cakephp
train
686eedd621a0030454a3b1d617f1385a0bb9ab29
diff --git a/troposphere/ecs.py b/troposphere/ecs.py index <HASH>..<HASH> 100644 --- a/troposphere/ecs.py +++ b/troposphere/ecs.py @@ -504,12 +504,19 @@ class ProxyConfiguration(AWSProperty): } +class EphemeralStorage(AWSProperty): + props = { + "SizeInGiB": (integer_range(21, 200), False), + } + ...
Add fargate ephemeral storage property (#<I>)
cloudtools_troposphere
train
3627ba60d1fa21bcd1874c4fdc6d13b983025729
diff --git a/pyghmi/ipmi/oem/lenovo/imm.py b/pyghmi/ipmi/oem/lenovo/imm.py index <HASH>..<HASH> 100644 --- a/pyghmi/ipmi/oem/lenovo/imm.py +++ b/pyghmi/ipmi/oem/lenovo/imm.py @@ -502,6 +502,20 @@ class XCCClient(IMMClient): 'date': '/v2/tdm/build_date'}) if bdata: yield ('LXPM', bdata...
Add LXPM driver bundle info to inventory LXPM has driver bundle packs, provide this information to the nodefirmware command. Change-Id: I<I>f<I>c<I>dea8f<I>ec<I>b<I>d2
openstack_pyghmi
train
2f2e93d8e33ce79b3e2b7d199bb392acfbe6df58
diff --git a/src/mediaQueryHelper.js b/src/mediaQueryHelper.js index <HASH>..<HASH> 100644 --- a/src/mediaQueryHelper.js +++ b/src/mediaQueryHelper.js @@ -104,9 +104,10 @@ var mediaQueryHelper = (function (cssMediaQuery) { }; var replaceEmValueWithPx = function (value) { - var match = /^(\d+)em/.exec...
Support fractions in mq workaround
cburgmer_rasterizeHTML.js
train
84bfec9d9b31f8664f5bdf52a901d12991e03e16
diff --git a/flink-tests/src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java b/flink-tests/src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java index <HASH>..<HASH> 100644 --- a/flink-tests/src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java +++ b/flink-tests/s...
[FLINK-<I>][tests] fix ClassLoaderITCase#testDisposeSavepointWithCustomKvState not self-contained The cancellation of the job started in #testDisposeSavepointWithCustomKvState may actually continue after the test method succeeds and may thus stop further jobs from being executed. This may result in a NoResourceAvailab...
apache_flink
train
28976f5d99caf4165c76794da13cb003013cbb5f
diff --git a/lib/FieldValueMapper/FloatMapper.php b/lib/FieldValueMapper/FloatMapper.php index <HASH>..<HASH> 100644 --- a/lib/FieldValueMapper/FloatMapper.php +++ b/lib/FieldValueMapper/FloatMapper.php @@ -40,6 +40,19 @@ class FloatMapper extends FieldValueMapper */ public function map(Field $field) { ...
Fix EZP-<I>: float/double indexing can fail due to locale
ezsystems_ezplatform-solr-search-engine
train
45db982f9f114ee7c8247458bc2fd69366ec3c38
diff --git a/build/Gruntfile.js b/build/Gruntfile.js index <HASH>..<HASH> 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -88,7 +88,7 @@ module.exports = function (grunt) { }, src: { files: [ - {expand: true, cwd:'./output/', src: '*.js', dest: '../lib/'} + {expand: true, cwd:...
During a build only copy the current working version of the javascript to ../lib/
CreateJS_PreloadJS
train
8c70af14220b3dc81f90c1a511556a65dad296cd
diff --git a/libraries/lithium/console/Command.php b/libraries/lithium/console/Command.php index <HASH>..<HASH> 100644 --- a/libraries/lithium/console/Command.php +++ b/libraries/lithium/console/Command.php @@ -133,6 +133,7 @@ class Command extends \lithium\core\Object { * @return integer|void */ public functio...
Tweaking console help formatting.
UnionOfRAD_framework
train
7d6e4423b200ad570c5ea04fa5d6b548f29ae45b
diff --git a/src/View/Widget/RadioWidget.php b/src/View/Widget/RadioWidget.php index <HASH>..<HASH> 100644 --- a/src/View/Widget/RadioWidget.php +++ b/src/View/Widget/RadioWidget.php @@ -41,6 +41,7 @@ class RadioWidget extends \Cake\View\Widget\RadioWidget 'inline' => false, ]; $this->_in...
PHPCS: Missing blank line before return statement
FriendsOfCake_bootstrap-ui
train
d21880420eb13b1e0166feffd30326250be7384f
diff --git a/LiSE/LiSE/query.py b/LiSE/LiSE/query.py index <HASH>..<HASH> 100644 --- a/LiSE/LiSE/query.py +++ b/LiSE/LiSE/query.py @@ -906,33 +906,6 @@ class QueryEngine(allegedb.query.QueryEngine): 'avatar_upd', isav, character, graph, node, branch, tick ) - def rulebook_ins(self, ru...
Delete rulebook related query methods for old schema
LogicalDash_LiSE
train
bc048f70e307f66ac980ae5d8d12043f54da0bde
diff --git a/core/workflow/src/main/java/org/openengsb/core/workflow/internal/WorkflowServiceImpl.java b/core/workflow/src/main/java/org/openengsb/core/workflow/internal/WorkflowServiceImpl.java index <HASH>..<HASH> 100644 --- a/core/workflow/src/main/java/org/openengsb/core/workflow/internal/WorkflowServiceImpl.java +...
improve blocking when waiting for flow to finish
openengsb_openengsb
train
1aef527d0987f597494587cef4d79d3c5b286d4b
diff --git a/publ/markdown.py b/publ/markdown.py index <HASH>..<HASH> 100644 --- a/publ/markdown.py +++ b/publ/markdown.py @@ -124,9 +124,10 @@ class HtmlRenderer(misaka.HtmlRenderer): text += '>' return text - except: # pylint: disable=broad-except + except Exception as err: ...
Trying to diagnose issue on dreamhost
PlaidWeb_Publ
train
92f2ab5e30fc51632367bb34ddb5a2da0c9a896f
diff --git a/cmd/ping.go b/cmd/ping.go index <HASH>..<HASH> 100644 --- a/cmd/ping.go +++ b/cmd/ping.go @@ -197,9 +197,7 @@ func (p *pingCommand) createMessage(filter *protocol.Filter) (*choria.Message, e func (p *pingCommand) Configure() error { protocol.ClientStrictValidation = false - commonConfigure() - - retur...
(#<I>) handle failures to load config in the ping app
choria-io_go-choria
train
315b6cc6da6de4614b9cc7908722baa7c56657da
diff --git a/web/src/main/webapp/resources/js/autocompleteModule.js b/web/src/main/webapp/resources/js/autocompleteModule.js index <HASH>..<HASH> 100644 --- a/web/src/main/webapp/resources/js/autocompleteModule.js +++ b/web/src/main/webapp/resources/js/autocompleteModule.js @@ -43,7 +43,7 @@ var autocompleteModule = (f...
automatically add space after selecting autocomplete suggestion
ebi-gene-expression-group_atlas
train
5bb3a9e5594d9c2a870d72f88be301f8544ca5d1
diff --git a/tests/test_queries.py b/tests/test_queries.py index <HASH>..<HASH> 100644 --- a/tests/test_queries.py +++ b/tests/test_queries.py @@ -421,3 +421,10 @@ def test_fragment_with_path(): assert query({'doc': {'a': 4, 'b': True, 'c': 'yes'}}) assert not query({'a': 4, 'b': True, 'c': 'yes'}) asser...
fix(queries): correctly handle getitem calls for queries
msiemens_tinydb
train
8fa993511984e1951fa7fe90baa596dfd92016fb
diff --git a/base.php b/base.php index <HASH>..<HASH> 100644 --- a/base.php +++ b/base.php @@ -1021,7 +1021,7 @@ final class Base { krsort($this->hive['ROUTES']); // Convert to BASE-relative URL $req=preg_replace( - '/^'.preg_quote($this->hive['BASE'],'/').'\b(.*)/','\1', + '/^'.preg_quote($this->hive['BAS...
Bug fix: Routing failure when dir path contains a tilde (Issue #<I>)
bcosca_fatfree-core
train
ed779c32429c4a73869020d1365a6c6b6c99412f
diff --git a/cs-office-365/src/main/java/io/cloudslang/content/office365/actions/email/GetEmail.java b/cs-office-365/src/main/java/io/cloudslang/content/office365/actions/email/GetEmail.java index <HASH>..<HASH> 100644 --- a/cs-office-365/src/main/java/io/cloudslang/content/office365/actions/email/GetEmail.java +++ b/c...
Added validation for Authorization Token inputs
CloudSlang_cs-actions
train
8333cc7fd7764057bfc886a815f08e4d7de56749
diff --git a/lib/Cake/Test/TestCase/Console/Command/Task/ModelTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/ModelTaskTest.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Test/TestCase/Console/Command/Task/ModelTaskTest.php +++ b/lib/Cake/Test/TestCase/Console/Command/Task/ModelTaskTest.php @@ -1,11 +1,5 @@ ...
Add skips to bake related tests. Bake isn't going to be functional until the model changes are done. Skip these tests for now.
cakephp_cakephp
train
3db4e27c0dfd757ee2fbae4f5022f3b312574ae1
diff --git a/fedmsg_meta_fedora_infrastructure/tests/__init__.py b/fedmsg_meta_fedora_infrastructure/tests/__init__.py index <HASH>..<HASH> 100644 --- a/fedmsg_meta_fedora_infrastructure/tests/__init__.py +++ b/fedmsg_meta_fedora_infrastructure/tests/__init__.py @@ -403,10 +403,10 @@ class TestBodhiUpdateComplete(Base)...
Fixed docstring for the bodhi multi-build update test
fedora-infra_fedmsg_meta_fedora_infrastructure
train
aab0ad78c1daf3341cb4d06070151b6a39bf743e
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -8,18 +8,18 @@ test('average', function(t){ var poly1 = polygon([[[0,0],[10,0],[10,10], [0,10]]]) var poly2 = polygon([[[10,0],[20,10],[20,20], [20,0]]]) var polyFC = featurecollection([poly1, poly2]) - var pt1 = point(5...
refactored test for tape
turf-junkyard_turf-median
train
83d68319c8d4cff0d7276cd12a7f12507cc66da5
diff --git a/vyper/codegen/abi.py b/vyper/codegen/abi.py index <HASH>..<HASH> 100644 --- a/vyper/codegen/abi.py +++ b/vyper/codegen/abi.py @@ -438,3 +438,50 @@ def abi_decode(lll_node, src, pos=None): ['seq', lll_ret]]] return lll_ret + + +def _add_ofst(loc, ofst): + if isinstance(loc.value, ...
Add "lazy" abi decoder The idea is that in a lot of cases (e.g. decoding calldata), we don't actually need to copy the data from the abi-encoded buffer into a destination buffer, but instead we can "leave it where it is" and instead just generate loader statements for the data.
ethereum_vyper
train
7e252acff1e0a118d0f0a56b4fef39a68731c3fa
diff --git a/question/format/xml/format.php b/question/format/xml/format.php index <HASH>..<HASH> 100644 --- a/question/format/xml/format.php +++ b/question/format/xml/format.php @@ -905,17 +905,18 @@ class qformat_xml extends qformat_default { */ protected function readquestions($lines) { // We jus...
MDL-<I> xml question import: don't add spaces. They are not necessary anyway, there is a \n character at the end of each line. Thanks to Richard Lobb for fining the problem and how to fix it.
moodle_moodle
train
bfe6fb9c730d37deddd294b90baa0cddb52f23e9
diff --git a/src/form-submit-saga.js b/src/form-submit-saga.js index <HASH>..<HASH> 100644 --- a/src/form-submit-saga.js +++ b/src/form-submit-saga.js @@ -1,4 +1,4 @@ -import {put, take, race, call} from 'redux-saga/effects'; +import {all, put, take, race, call} from 'redux-saga/effects'; import {FORM_SUBMIT} from '...
Fixed the other location causing depreciation warning
colinbate_redux-form-submit-saga
train
80030c37b74fac95bea91602b72f343121e3abfd
diff --git a/lib/transforms/bundleWebpack.js b/lib/transforms/bundleWebpack.js index <HASH>..<HASH> 100644 --- a/lib/transforms/bundleWebpack.js +++ b/lib/transforms/bundleWebpack.js @@ -588,14 +588,6 @@ module.exports = (queryObj, { configPath } = {}) => { node.params[1].name === 'exports' && ...
bundleWebpack: Relax requirement on comments, they're attached elsewhere in the tree with espree
assetgraph_assetgraph
train
569d1da42b37c906d7d9ec81903153460d743d50
diff --git a/karma-mocha-requireHack.js b/karma-mocha-requireHack.js index <HASH>..<HASH> 100644 --- a/karma-mocha-requireHack.js +++ b/karma-mocha-requireHack.js @@ -19,6 +19,7 @@ window._cfg = { * * 100 Continue: technical status, not semantic, irrelevant for practical use * 101 Switching Protocols:...
karma-mocha-requireHack.js: status: cover all codes with GET method
jakutis_httpinvoke
train
f37b937d339d4574ad6ed5f5ad2fe41434f48ded
diff --git a/src/common/system.js b/src/common/system.js index <HASH>..<HASH> 100644 --- a/src/common/system.js +++ b/src/common/system.js @@ -115,7 +115,7 @@ sre.System.prototype.toSpeech = function(expr) { if (!xml) { return ''; } - return sre.System.getInstance().processXml_(xml); + return sre.System.ge...
Refactoring of system wide methods.
zorkow_speech-rule-engine
train
cd2961a9bf8694bf53db2597171a0fec255d7d34
diff --git a/pytestsalt/utils.py b/pytestsalt/utils.py index <HASH>..<HASH> 100644 --- a/pytestsalt/utils.py +++ b/pytestsalt/utils.py @@ -127,7 +127,13 @@ def terminate_process_list(process_list, kill=False): process.kill() else: log.info('Terminating process: %s', cmdlin...
Protect against AccessDenied when accessing the process environ
saltstack_pytest-salt
train
66afd3304398ac918343dea3aadd2fe084bc6d99
diff --git a/spec/base_spec.rb b/spec/base_spec.rb index <HASH>..<HASH> 100644 --- a/spec/base_spec.rb +++ b/spec/base_spec.rb @@ -16,7 +16,11 @@ describe "Twitter::Base" do lambda { @base.timeline(:fakeyoutey) }.should raise_error(Twitter::UnknownTimeline) end - it "should default to friends timel...
Filled out the spec for "should default to friends timeline"
sferik_twitter
train
cdad51fd747f0b77a579f3e77845e6a78b8ad87f
diff --git a/reformulation-core/src/main/java/it/unibz/inf/ontop/pivotalrepr/impl/InnerJoinNodeImpl.java b/reformulation-core/src/main/java/it/unibz/inf/ontop/pivotalrepr/impl/InnerJoinNodeImpl.java index <HASH>..<HASH> 100644 --- a/reformulation-core/src/main/java/it/unibz/inf/ontop/pivotalrepr/impl/InnerJoinNodeImpl....
InnerJoinImpl.reactToEmptyChild() fixed and strongly simplified.
ontop_ontop
train
bac21d6a54ae511e4acc8063f58228f0292a243a
diff --git a/lib/roxml/xml.rb b/lib/roxml/xml.rb index <HASH>..<HASH> 100644 --- a/lib/roxml/xml.rb +++ b/lib/roxml/xml.rb @@ -1,19 +1,17 @@ module ROXML unless const_defined? 'XML_PARSER' - preferred_parsers = %w[nokogiri libxml] - parser = preferred_parsers.shift + PREFERRED_PARSERS = %w[nokogiri libxml]...
Rework parser warning to reliably include names of preferred parsers
Empact_roxml
train
2c8c029a88ebaede4c3d2c029c57985807a1f93a
diff --git a/scheduler/main.go b/scheduler/main.go index <HASH>..<HASH> 100644 --- a/scheduler/main.go +++ b/scheduler/main.go @@ -69,10 +69,10 @@ func (c *context) watchFormations(fs formationStreamer) { for ef := range ch { f := c.formations.Get(ef.App.ID, ef.Release.ID) if f != nil { - g.Log(grohl.Data{"ap...
controller/scheduler: log *.id instead of *_id for consistency
flynn_flynn
train
38ffd0c337506e0e8e8f4fbea5c4969cdb718862
diff --git a/src/Components/Recorder.php b/src/Components/Recorder.php index <HASH>..<HASH> 100644 --- a/src/Components/Recorder.php +++ b/src/Components/Recorder.php @@ -127,8 +127,8 @@ class Recorder extends Component{ */ protected function getData() { $data = Input::all(); - $this->exclude...
fixed possible error with the getData method
tylercd100_lern
train
11e2da5a6746cd5233ea41ce3939c95e8bef4d40
diff --git a/pig/src/itest/java/org/elasticsearch/hadoop/integration/pig/AbstractPigExtraTests.java b/pig/src/itest/java/org/elasticsearch/hadoop/integration/pig/AbstractPigExtraTests.java index <HASH>..<HASH> 100644 --- a/pig/src/itest/java/org/elasticsearch/hadoop/integration/pig/AbstractPigExtraTests.java +++ b/pig/...
[PIG] Add an integration test based on bug report relates #<I>
elastic_elasticsearch-hadoop
train
cc3dbcee56558cfecebc005fd5cc3c28ff9c8e70
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ calculated. There is also a third way, and complete customization is also possib Use ISO-3166-1 country codes or ISO-3166-2 region codes e.g. if your application already uses them to simplify in...
Add country fallback for IsoResolver
umulmrum_holiday
train
6096458d3a75623ea4d2e604a6fb0f5f4ba10424
diff --git a/lxd/api_project.go b/lxd/api_project.go index <HASH>..<HASH> 100644 --- a/lxd/api_project.go +++ b/lxd/api_project.go @@ -652,8 +652,11 @@ func projectChange(d *Daemon, project *api.Project, req api.ProjectPut) response return response.BadRequest(fmt.Errorf("You can't change the features of the default ...
lxd/api/project: Return immediately if project is used Refactors projectIsEmpty to return immediately if a single entity that uses the project is discovered, instead of compiling the entire list before checking.
lxc_lxd
train
fd7e71f655d802ddeb62192c51295ec9427f04e0
diff --git a/src/main/java/org/aesh/command/completer/CompleterInvocationProvider.java b/src/main/java/org/aesh/command/completer/CompleterInvocationProvider.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/aesh/command/completer/CompleterInvocationProvider.java +++ b/src/main/java/org/aesh/command/completer/Co...
the method argument should not extends *Provider
aeshell_aesh
train
3a96902e824fe2ebb2ae13df9c1fa7b52439d4ed
diff --git a/test/components/Provider.spec.js b/test/components/Provider.spec.js index <HASH>..<HASH> 100644 --- a/test/components/Provider.spec.js +++ b/test/components/Provider.spec.js @@ -7,15 +7,16 @@ import { Provider } from '../../src/index' describe('React', () => { describe('Provider', () => { class Ch...
Remove class properties in tests According to the proposal, class properties now require a semi-colon. We don't have these semi-colons so the build is breaking. <URL> to be consistent with the components in src.
reduxjs_react-redux
train
ebb77a951988fbd562e42dacb61141fe747e9830
diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/tokenizers/de/GermanCompoundTokenizer.java b/languagetool-language-modules/de/src/main/java/org/languagetool/tokenizers/de/GermanCompoundTokenizer.java index <HASH>..<HASH> 100644 --- a/languagetool-language-modules/de/src/main/java/org/langua...
[de] fix splitting of "Onlinestore"
languagetool-org_languagetool
train
68d5787aa3f4461f7bc843b0ba15ad1aeb6ab30c
diff --git a/gulpfile.babel.js b/gulpfile.babel.js index <HASH>..<HASH> 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -33,7 +33,7 @@ gulp.task('compile-es6', () => { .pipe(gulpBabel()) .pipe(gulp.dest(ES6_COMPILE_DIR)); }); -gulp.task('watch-compile-es6', () => { +gulp.task('watch-compile...
gulp task: do compile before watch es6 compiler
adventure-yunfei_es6-starter-project
train
958bd6de1bde7a23ff1dff2d620fd52a18abd2ba
diff --git a/lib/active_record/connection_adapters/oracle_enhanced_jdbc_connection.rb b/lib/active_record/connection_adapters/oracle_enhanced_jdbc_connection.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/oracle_enhanced_jdbc_connection.rb +++ b/lib/active_record/connection_adapters/oracle_e...
Added a workaround for jBoss wrapped connections when using JNDI.
rsim_oracle-enhanced
train
35f7193cb87345f2dad75603d1b1a7118996e792
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,21 @@ user = User.find_by(email: 'gob@bluthcompany.co') user.subscription(name: 'bananastand+') ``` +#### Checking a User's Trial/Subscription Status + +```ruby +user = User.find_by(email: 'george.senior@bl...
Provide method that checks for active trial or subscription (#<I>)
jasoncharnes_pay
train
20baf09f5324858c941e785cdb8315845ec915cc
diff --git a/spec/unit/provider/zone/solaris_spec.rb b/spec/unit/provider/zone/solaris_spec.rb index <HASH>..<HASH> 100755 --- a/spec/unit/provider/zone/solaris_spec.rb +++ b/spec/unit/provider/zone/solaris_spec.rb @@ -59,8 +59,8 @@ describe Puppet::Type.type(:zone).provider(:solaris) do end context "#setconfig" ...
(Maint) : fix the jenkins failure for setconfig Previously, the spec tests were failing because the exit status and output was not stubbed properly. This commit ensures that the values are stubbed properly.
puppetlabs_puppet
train
2132cc7dcad05b16655d2e759522d1dbb0e8b1db
diff --git a/app/models/manifestation.rb b/app/models/manifestation.rb index <HASH>..<HASH> 100644 --- a/app/models/manifestation.rb +++ b/app/models/manifestation.rb @@ -241,7 +241,7 @@ class Manifestation < ActiveRecord::Base validates :edition, numericality: {greater_than: 0}, allow_blank: true after_create :c...
use Faraday to send extract requests
next-l_enju_biblio
train
84781d85a34f6db96fec60ee1780d9c332ee752c
diff --git a/Makefile b/Makefile index <HASH>..<HASH> 100644 --- a/Makefile +++ b/Makefile @@ -279,7 +279,7 @@ docs: \ ./hack/check-env-doc.sh $(GOPATH)/bin/mockery: - go install github.com/vektra/mockery/v2@v2.9.4 + go install github.com/vektra/mockery/v2@v2.10.0 $(GOPATH)/bin/controller-gen: go install sigs.k...
chore: bump `vektra/mockery` <I>-><I> in Makefile. Fixes #<I> (#<I>) * chore: bump `vektra/mockery` <I>-><I> in Makefile. Fixes #<I>
argoproj_argo
train
dac69c71d2fd8136b76d0a1e66daf0ab89d61dfe
diff --git a/lib/actions/api.js b/lib/actions/api.js index <HASH>..<HASH> 100644 --- a/lib/actions/api.js +++ b/lib/actions/api.js @@ -548,7 +548,7 @@ function now () { const TEN_SECONDS = 10000 // automatically clear throttled urls older than 10 seconds -setInterval(() => { +window.setInterval(() => { Object.ke...
refactor(api): improve throttling
opentripplanner_otp-react-redux
train
b01e46b02c107a113fcf37843fe2bef5ac526b5b
diff --git a/test/integration/sanity/request-name-script.test.js b/test/integration/sanity/request-name-script.test.js index <HASH>..<HASH> 100644 --- a/test/integration/sanity/request-name-script.test.js +++ b/test/integration/sanity/request-name-script.test.js @@ -1,3 +1,5 @@ +var expect = require('chai').expect; + ...
Update integration/sanity/request-name-script tests to chai
postmanlabs_postman-runtime
train
7ba988accda59088f259655b4e89fb91463ac9a7
diff --git a/locator-rest-proxy/locator-rest-proxy-service/src/main/java/org/talend/esb/locator/rest/proxy/service/LocatorProxyServiceImpl.java b/locator-rest-proxy/locator-rest-proxy-service/src/main/java/org/talend/esb/locator/rest/proxy/service/LocatorProxyServiceImpl.java index <HASH>..<HASH> 100644 --- a/locator-r...
- implement lookupEndpoint method
Talend_tesb-rt-se
train
b54a1902cc4acb52dee856e620040a69367e8405
diff --git a/pkg/testing/integration/program.go b/pkg/testing/integration/program.go index <HASH>..<HASH> 100644 --- a/pkg/testing/integration/program.go +++ b/pkg/testing/integration/program.go @@ -836,8 +836,8 @@ func (pt *programTester) testLifeCycleInitialize(dir string) error { loginArgs := []string{"login"} ...
Exclude stack owner from stackname when using CloudStorage (#<I>) This was causing an error as follows: ``` error: could not create stack: validating stack properties: invalid stack name: a stack name may only contain alphanumeric, hyphens, underscores, or periods ```
pulumi_pulumi
train
0493123a5e131226492775b5b9744ce34bb40d2e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -105,11 +105,12 @@ EventManager.defaultEvents = [ 'focus', 'input', 'keydown', + 'keypress', 'keyup', 'mousedown', + 'mouseenter', + 'mouseleave', 'mousemove', - 'mouseout', - 'mouseover', 'mouseup', ...
Adds missing common events & replace mouseover/mouseout by mouseenter/mouseleave.
crysalead-js_dom-event-manager
train
a02f0e77388ade7184ab854940f98348ba55101b
diff --git a/nolearn/lasagne/util.py b/nolearn/lasagne/util.py index <HASH>..<HASH> 100644 --- a/nolearn/lasagne/util.py +++ b/nolearn/lasagne/util.py @@ -130,7 +130,7 @@ def get_conv_infos(net, min_capacity=100. / 6, tablefmt='pipe', MAG = ansi.MAGENTA RED = ansi.RED - layers = net.layers_.values() + ...
More list wraps to satisfy py3's insatiable hunger.
dnouri_nolearn
train
362237d06778e6fef14c5b54c0aac5cd2b302a4b
diff --git a/lib/mail_interceptor/version.rb b/lib/mail_interceptor/version.rb index <HASH>..<HASH> 100644 --- a/lib/mail_interceptor/version.rb +++ b/lib/mail_interceptor/version.rb @@ -1,3 +1,3 @@ module MailInterceptor - VERSION = "0.0.2" + VERSION = "0.0.3" end
Bumped version to <I>
bigbinary_mail_interceptor
train
8825b8b183a46bc5e2c4e503320130b03cd3f4b6
diff --git a/php/export/class-wp-export-query.php b/php/export/class-wp-export-query.php index <HASH>..<HASH> 100644 --- a/php/export/class-wp-export-query.php +++ b/php/export/class-wp-export-query.php @@ -294,7 +294,7 @@ class WP_Export_Query { foreach ( $have_parent as $has_parent ) { if ( ! isset( $term_ids[...
If a term is missing a parent, be more descriptive as to where it's missing
wp-cli_extension-command
train
bc2287b3cdb0451a488d2ce1b848c38faf374437
diff --git a/core/codegen/codegen-runtime/src/main/java/org/overture/codegen/runtime/IO.java b/core/codegen/codegen-runtime/src/main/java/org/overture/codegen/runtime/IO.java index <HASH>..<HASH> 100644 --- a/core/codegen/codegen-runtime/src/main/java/org/overture/codegen/runtime/IO.java +++ b/core/codegen/codegen-runt...
Update codegen-runtime of IO to support SL
overturetool_overture
train
bee77d81b9b71d02cafd150d93af5025908cb885
diff --git a/solver/edge.go b/solver/edge.go index <HASH>..<HASH> 100644 --- a/solver/edge.go +++ b/solver/edge.go @@ -939,6 +939,22 @@ func (e *edge) execOp(ctx context.Context) (interface{}, error) { return NewCachedResult(res, ek), nil } +func (e *edge) isDep(e2 *edge) bool { + return isDep(e.edge.Vertex, e2.ed...
solver: check for edge dependency before merging In some cases edges that depend on each other can have identical cache keys. This happens for example when empty layers are optimized out by the differ between identical commands. We need to detect this case and avoid merge.
moby_buildkit
train