hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
20783369f696a1903aa47164ff5ccab7349334f5
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ composer require alexantr/yii2-elfinder ### Configure actions For using elFinder you must create and configure controller. Full example with actions for elFinder's connector, -`InputFile` widget, CKEdito...
Can set full setting array for TinyMCE popup instead width and height only
alexantr_yii2-elfinder
train
81846b4bddc40bd5f61e38ea509f2cd7d72d8d79
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/FieldItemSummary.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/FieldItemSummary.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/FieldItemSummary.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/FieldItemSummary.ja...
don't summarize classes that have method stubs git-svn-id: <URL>
spotbugs_spotbugs
train
5620e3bee50e0eb040baf161a300400ba90395b3
diff --git a/src/libs/Cron.php b/src/libs/Cron.php index <HASH>..<HASH> 100644 --- a/src/libs/Cron.php +++ b/src/libs/Cron.php @@ -73,7 +73,10 @@ class Cron ob_start(); - $controllerObj = new $controller( $app ); + $controllerObj = new $controller; + + i...
use new way to inject app into controllers
infusephp_cron
train
de13ad570d7e882a182500daecd2f06b1eba8bdb
diff --git a/Manager/PublishingManager.php b/Manager/PublishingManager.php index <HASH>..<HASH> 100644 --- a/Manager/PublishingManager.php +++ b/Manager/PublishingManager.php @@ -302,31 +302,14 @@ class PublishingManager if (!empty($nodes)) { $pathRights = $this->path->getResourceNode()->getRigh...
[PathBundle] clean manage rights function (still override resources rights with path rights)
claroline_Distribution
train
2137ea026acaa0929aa2b05e1d35c5e2654ada42
diff --git a/lib/browser.php b/lib/browser.php index <HASH>..<HASH> 100644 --- a/lib/browser.php +++ b/lib/browser.php @@ -257,7 +257,7 @@ $browser = array( "icon" => "chrome", "title" => "Chrome", "rule" => array( - "chrome([ /])?([0-9.]{1,10})?" => "\\2" + "chrome([ /])?([0-9.]{1,12})?" => "\...
more than <I> characters for chrome versions
znarf_bouncer
train
8f51c998e84feeac6cb760a9f12baf6948cd5922
diff --git a/pandas/tests/groupby/test_function.py b/pandas/tests/groupby/test_function.py index <HASH>..<HASH> 100644 --- a/pandas/tests/groupby/test_function.py +++ b/pandas/tests/groupby/test_function.py @@ -1,7 +1,6 @@ import builtins import datetime as dt from io import StringIO -from itertools import product ...
TST: Removed import of itertools (#<I>)
pandas-dev_pandas
train
afd3d828987edfae0e3bfc20831ab2e17ca86c9e
diff --git a/codecov/__init__.py b/codecov/__init__.py index <HASH>..<HASH> 100644 --- a/codecov/__init__.py +++ b/codecov/__init__.py @@ -83,6 +83,7 @@ is_report = re.compile('.*(' r'(\.lst)|' r'(clover\.xml)|' r'(cobertura\.xml)|' + ...
add coverage-final.json detection
codecov_codecov-python
train
1f38e29a22c4c2d2338386f0ce711bffc7dfabb0
diff --git a/connection.class.php b/connection.class.php index <HASH>..<HASH> 100644 --- a/connection.class.php +++ b/connection.class.php @@ -554,8 +554,8 @@ class CPS_LoadBalancer $this->_lastSuccess = false; $this->_exclusionTime = 30; $tmp = sys_get_temp_dir(); - if (substr($tmp, strlen($tmp) - 1...
#Connection class :: updated to DIRECTORY_SEPARATOR
clusterpoint_php-client-api
train
cb0561de74570e9038eb9679fbc4377e44167961
diff --git a/colr/__init__.py b/colr/__init__.py index <HASH>..<HASH> 100644 --- a/colr/__init__.py +++ b/colr/__init__.py @@ -41,6 +41,8 @@ from .colr import ( # noqa strip_codes ) +from .colr_docopt import docopt + from .trans import ( ColorCode, fix_hex, @@ -65,6 +67,7 @@ __all__ = [ 'codefo...
Add colorized docopt, fix text=0, bad color msg. A colorized docopt is now available in `colr.colr_docopt`. Should be importable with `from colr import docopt`. Previous bug was fixed, where text=0 was falsey empty text was used (instead of `str(0)`). This also caused the closing code to be omitted. The command line...
welbornprod_colr
train
82d47dc596125506ac9fdcc6ede0b5a91348dd15
diff --git a/optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/aggregator/swingui/BenchmarkAggregatorFrame.java b/optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/aggregator/swingui/BenchmarkAggregatorFrame.java index <HASH>..<HASH> 100644 --- a/optaplanner-benchmark/src/main/java/org...
peer review aggregator gui: clearer variable name (htmlOverviewFile), no messing with the LaF background color, code style
kiegroup_optaplanner
train
c8fb2322341cbd90cab8948cee29e15b1582090e
diff --git a/src/PhantomInstaller/Installer.php b/src/PhantomInstaller/Installer.php index <HASH>..<HASH> 100644 --- a/src/PhantomInstaller/Installer.php +++ b/src/PhantomInstaller/Installer.php @@ -275,7 +275,7 @@ class Installer if ($os !== 'unknown') { copy($targetDir . $sourceName, $targetNa...
use static to access chmod constant to allow override via extending class
jakoch_phantomjs-installer
train
118308ae21ec5d85b644bcf426d8da9a7d4762d7
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index <HASH>..<HASH> 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - run: coverage xml - - uses: codecov/codecov-action@v1.4.1 + - uses: codecov/codecov-action@v1.5.2 with: file...
log_redis_info (#<I>) * log_redis_info, fix #<I> * uprev * linting and fix CI
samuelcolvin_arq
train
969df7fb6cd59001ab086fa453c64289ba53f0c8
diff --git a/lib/search_engine.py b/lib/search_engine.py index <HASH>..<HASH> 100644 --- a/lib/search_engine.py +++ b/lib/search_engine.py @@ -87,7 +87,7 @@ from invenio.intbitset import intbitset as HitSet from invenio.dbquery import DatabaseError, deserialize_via_marshal from invenio.access_control_engine import ac...
WebSearch: wash user query of bad UTF-8 chars * Fix the problem when incorrect UTF-8 query parameters are passed to the search engine. (closes #<I>)
inveniosoftware_invenio-records
train
fb392807ee7897868f36f2db9c49c7b67b3efb96
diff --git a/package-testing/spec/package/update_module_spec.rb b/package-testing/spec/package/update_module_spec.rb index <HASH>..<HASH> 100644 --- a/package-testing/spec/package/update_module_spec.rb +++ b/package-testing/spec/package/update_module_spec.rb @@ -34,7 +34,9 @@ describe 'Updating an existing module' do ...
(FIXUP) Avoid attempting to append nokogiri pin to nil in package tests
puppetlabs_pdk
train
97ebcfff985821b2c7a54e5e70bdd7ae654cd08b
diff --git a/closure/goog/soy/renderer.js b/closure/goog/soy/renderer.js index <HASH>..<HASH> 100644 --- a/closure/goog/soy/renderer.js +++ b/closure/goog/soy/renderer.js @@ -207,7 +207,7 @@ goog.soy.Renderer.prototype.renderText = function(template, opt_templateData) { * defaults to goog.soy.data.SanitizedConten...
Fix a typo in a comment. ------------- Created by MOE: <URL>
google_closure-library
train
8c6cca053d2b5a4d4bd1449d834dc738bffd7fe1
diff --git a/README.rdoc b/README.rdoc index <HASH>..<HASH> 100644 --- a/README.rdoc +++ b/README.rdoc @@ -40,6 +40,21 @@ You can configure easy_captcha in "config/initializers/easy_captcha.rb", if you # config.image_height = 40 # config.image_width = 140 + # eSpeak (default disabled) + # config...
fix some bugs in espeak
phatworx_easy_captcha
train
596e83d015037d216912771b5c75acc5e91c5c8a
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -768,17 +768,17 @@ constructor. var Rollbar = require('rollbar'); var rollbar = new Rollbar({ accessToken: 'POST_SERVER_ITEM_ACCESS_TOKEN', - handleUncaughtExceptions: true, - handleUnhandledRejections: true + capt...
the configuration options for capturing unhandled exceptions and rejections should be the same on the browser and server
rollbar_rollbar.js
train
5d73b474292b22ebdcdd2ac21884e1429289e535
diff --git a/lib/weixin_authorize/client.rb b/lib/weixin_authorize/client.rb index <HASH>..<HASH> 100644 --- a/lib/weixin_authorize/client.rb +++ b/lib/weixin_authorize/client.rb @@ -37,12 +37,22 @@ module WeixinAuthorize # authenticate access_token def authenticate if is_weixin_redis_blank? - h...
added is_valid? method to valid app_id and app_secret
lanrion_weixin_authorize
train
8ace503f4e59582213812a7631183b253e8c8ca6
diff --git a/sos/plugins/docker.py b/sos/plugins/docker.py index <HASH>..<HASH> 100644 --- a/sos/plugins/docker.py +++ b/sos/plugins/docker.py @@ -17,6 +17,7 @@ from sos.plugins import Plugin, RedHatPlugin, UbuntuPlugin class Docker(Plugin): + """Docker containers """ @@ -24,6 +25,9 @@ class Docker(Plu...
[docker] optional log capturing for all containers This options provides the user the ability to pull logs from all containers including the terminated/stopped. Fixes #<I> Fixes #<I>
sosreport_sos
train
e5b7f61f090bfc951590dd5dad3f6bb1ce3888ba
diff --git a/integration-cli/docker_api_containers_test.go b/integration-cli/docker_api_containers_test.go index <HASH>..<HASH> 100644 --- a/integration-cli/docker_api_containers_test.go +++ b/integration-cli/docker_api_containers_test.go @@ -94,7 +94,7 @@ type containerPs struct { func (s *DockerSuite) TestContainerP...
Replace "sleep" by "top" in test implementation Eliminate any chance of race condition by replacing a call to sleep by a call to top, and rely on test cleanup logic to have it exit cleanly.
containers_storage
train
9c9301bbb1988824c10dbc0f41716eaef6bd8245
diff --git a/scipy_data_fitting/fit.py b/scipy_data_fitting/fit.py index <HASH>..<HASH> 100644 --- a/scipy_data_fitting/fit.py +++ b/scipy_data_fitting/fit.py @@ -401,4 +401,4 @@ class Fit: else: symbols.append(variable) - return symbols + return tuple(symbols) diff --git a...
Fit.all_variables should return tuple.
razor-x_scipy-data_fitting
train
37399ccb738080ade029aa0df4972c2fa25d8fe7
diff --git a/dev/com.ibm.ws.app.manager.springboot/src/com/ibm/ws/app/manager/springboot/internal/SpringBootRuntimeContainer.java b/dev/com.ibm.ws.app.manager.springboot/src/com/ibm/ws/app/manager/springboot/internal/SpringBootRuntimeContainer.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.app.manager.springboot...
Issue #<I>-A NullPointerException occurs when starting a spring boot application if cdi-<I> feature is enabled Fixed the issue by returning the J2EEName in SpringBootRuntimeContainer
OpenLiberty_open-liberty
train
49c1fa6f261d6058e4a37ca93aea50175b3b5b74
diff --git a/lib/archivers/zip/zip-archive-output-stream.js b/lib/archivers/zip/zip-archive-output-stream.js index <HASH>..<HASH> 100644 --- a/lib/archivers/zip/zip-archive-output-stream.js +++ b/lib/archivers/zip/zip-archive-output-stream.js @@ -8,7 +8,7 @@ var inherits = require('util').inherits; var crc32 = requir...
Update zip-archive-output-stream.js
archiverjs_node-compress-commons
train
3a9c8121896787ce33f9d3b91cb76b68b7cf6b02
diff --git a/src/sap.ui.core/src/jquery.sap.script.js b/src/sap.ui.core/src/jquery.sap.script.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/jquery.sap.script.js +++ b/src/sap.ui.core/src/jquery.sap.script.js @@ -421,26 +421,6 @@ sap.ui.define(['jquery.sap.global'], }()); /** - * This function generat...
[INTERNAL] jquery.sap.script: remove redundant method implementation Note that this (intentionally) reverts the visibility of the method to private. Change-Id: I<I>f<I>b<I>fa<I>fe<I>d<I>f<I>f
SAP_openui5
train
7839e44ff7665fa501d9b6092d8ed659309f1f1b
diff --git a/eZ/Publish/Core/FieldType/Tests/PageTest.php b/eZ/Publish/Core/FieldType/Tests/PageTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/FieldType/Tests/PageTest.php +++ b/eZ/Publish/Core/FieldType/Tests/PageTest.php @@ -124,10 +124,6 @@ class PageTest extends StandardizedFieldTypeTest ...
Fixed: all provided field types accept null as empty value
ezsystems_ezpublish-kernel
train
25e428029000a93b19951a76d19efff6688ea2c0
diff --git a/src/Html5FileUploadViewBridge.js b/src/Html5FileUploadViewBridge.js index <HASH>..<HASH> 100644 --- a/src/Html5FileUploadViewBridge.js +++ b/src/Html5FileUploadViewBridge.js @@ -69,6 +69,9 @@ window.rhubarb.vb.create("Html5FileUploadViewBridge", function(parent){ this.uploadNextFile(); ...
Tweaks to round off single html 5 upload
RhubarbPHP_Module.Leaf.Html5Upload
train
bbe0bd9899636a49d1b5d5e7aa6d8a9685e9878e
diff --git a/group/assign.php b/group/assign.php index <HASH>..<HASH> 100644 --- a/group/assign.php +++ b/group/assign.php @@ -1,13 +1,35 @@ -<?php // $Id$ +<?php + +// This file is part of Moodle - http://moodle.org/ +// +// Moodle is free software: you can redistribute it and/or modify +// it under the terms of the ...
group MDL-<I> Added set_url calls
moodle_moodle
train
b83986a07119400bbe673ca286838f56f01c7e59
diff --git a/state/application.go b/state/application.go index <HASH>..<HASH> 100644 --- a/state/application.go +++ b/state/application.go @@ -122,8 +122,8 @@ func applicationCharmConfigKey(appName string, curl *charm.URL) string { } // charmConfigKeyGeneration returns the charm-version-specific settings -// collec...
Renames readSettingsWithFallback to better indicate behaviour, plus minor comment typo fix.
juju_juju
train
7c06a79ebc60b7118a7908ed14b1acb8282a2b46
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', 'Intended Audience :: Education', - 'Intended Audience :: Science/Research' + 'Intended A...
Fixed a missing comma.
gvanderheide_discreteMarkovChain
train
755807afb82ea2b756f2c14ea10541dc623f05a6
diff --git a/examples/android-example/src/main/java/io/joynr/example/JoynrAndroidExampleApplication.java b/examples/android-example/src/main/java/io/joynr/example/JoynrAndroidExampleApplication.java index <HASH>..<HASH> 100644 --- a/examples/android-example/src/main/java/io/joynr/example/JoynrAndroidExampleApplication....
android example not configured correctly since the default settings are now localhost:<I>, it is necessary to explicitly configure the bounceproxy and directories on android. Testing using localhost obviously does not work. A new ticket JOYn-<I> will make this configurable in the UI Change-Id: Ia<I>e<I>d<I>a9b<I>bbbf...
bmwcarit_joynr
train
ec5a967937a8dd4fb5287591e8dedcdedfa2b32d
diff --git a/models/user.go b/models/user.go index <HASH>..<HASH> 100644 --- a/models/user.go +++ b/models/user.go @@ -469,6 +469,12 @@ func (u *User) ShortName(length int) string { return base.EllipsisString(u.Name, length) } +// IsMailable checks if a user is elegible +// to receive emails. +func (u *User) IsMai...
Issue #<I> (#<I>)
gogs_gogs
train
1e5a723f306ba0c6c34fe75d06e8a41d697523c3
diff --git a/protoc-gen-swagger/genswagger/template.go b/protoc-gen-swagger/genswagger/template.go index <HASH>..<HASH> 100644 --- a/protoc-gen-swagger/genswagger/template.go +++ b/protoc-gen-swagger/genswagger/template.go @@ -510,7 +510,7 @@ func updateSwaggerDataFromComments(swaggerObject interface{}, comment string)...
Fixes index out of range panic when empty.
grpc-ecosystem_grpc-gateway
train
43ca7646d4c744797a9e4d4f3d9d2333ad6942a2
diff --git a/test/object-model.spec.js b/test/object-model.spec.js index <HASH>..<HASH> 100644 --- a/test/object-model.spec.js +++ b/test/object-model.spec.js @@ -2,24 +2,33 @@ QUnit.module("Object Models"); -const consoleMock = { - methods: ["debug","log","warn","error"], - apply: function(){ - consoleMock.metho...
refactored console mocking
sylvainpolletvillard_ObjectModel
train
6449d28e513f066e66aa2e798aca568b0f9f9f4c
diff --git a/packages/migrate/src/index.js b/packages/migrate/src/index.js index <HASH>..<HASH> 100644 --- a/packages/migrate/src/index.js +++ b/packages/migrate/src/index.js @@ -54,40 +54,37 @@ export default async function(options) { fileNames: {} }; - await Promise.all( - files.map(async file => { - ...
fix(migrate): run migrations serially (#<I>)
marko-js_cli
train
85e5a77de130f4b064d3c70671f1fd7f3fc046e2
diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/RemoteStreamEnvironment.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/RemoteStreamEnvironment.java index <HASH>..<HASH> 100644 --- a/flink-streaming-java/src/main/java/org/apache/flink/strea...
[FLINK-<I>] Use RemoteExecutor in RemoteStreamEnvironment
apache_flink
train
84ab91a365ae4d0c82677a42f0d8758d22b3ba0d
diff --git a/src/bbn/api/kendo/grid.php b/src/bbn/api/kendo/grid.php index <HASH>..<HASH> 100644 --- a/src/bbn/api/kendo/grid.php +++ b/src/bbn/api/kendo/grid.php @@ -206,7 +206,7 @@ class grid // extends object height:"auto", width:720, "max-height":bbn.env.heig...
Important bug on options, removed restyle()
nabab_bbn
train
3988306bd2cc7743d24e24d753730ba04462f018
diff --git a/pandas_gbq/load.py b/pandas_gbq/load.py index <HASH>..<HASH> 100644 --- a/pandas_gbq/load.py +++ b/pandas_gbq/load.py @@ -119,6 +119,7 @@ def load_parquet( ): job_config = bigquery.LoadJobConfig() job_config.write_disposition = "WRITE_APPEND" + job_config.create_disposition = "CREATE_NEVER" ...
fix: allow `to_gbq` to run without `bigquery.tables.create` permission. (#<I>)
pydata_pandas-gbq
train
cd8f7e72cfcb4e30762928d8cfc0e69583b17a4b
diff --git a/penn/calendar3year.py b/penn/calendar3year.py index <HASH>..<HASH> 100644 --- a/penn/calendar3year.py +++ b/penn/calendar3year.py @@ -31,11 +31,11 @@ class Calendar(object): if line == "BEGIN:VEVENT": d = {} elif line.startswith("DTSTART"): - ...
Fixed calendar crash when rawdate includes timezone by stripping timezone
pennlabs_penn-sdk-python
train
3cfec37d39bcc140b7c131b317c177e83b0c5b05
diff --git a/src/org/opencms/main/OpenCmsCore.java b/src/org/opencms/main/OpenCmsCore.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/main/OpenCmsCore.java +++ b/src/org/opencms/main/OpenCmsCore.java @@ -1577,6 +1577,8 @@ public final class OpenCmsCore { synchronized (lock) { ...
Fixing issue where GWT RPC calls would not update the session info.
alkacon_opencms-core
train
302d91b9d430bd77d252efd8f5de371c993558d1
diff --git a/src/components/context-menu/QContextMenu.js b/src/components/context-menu/QContextMenu.js index <HASH>..<HASH> 100644 --- a/src/components/context-menu/QContextMenu.js +++ b/src/components/context-menu/QContextMenu.js @@ -8,7 +8,6 @@ export default { disable: Boolean }, data () { - console.lo...
feat: SSR work on Tabs
quasarframework_quasar
train
64fcc4b37cd218ad99bc97b96c30f47626d85f75
diff --git a/src/Post/PostFile.php b/src/Post/PostFile.php index <HASH>..<HASH> 100644 --- a/src/Post/PostFile.php +++ b/src/Post/PostFile.php @@ -112,9 +112,9 @@ class PostFile implements PostFileInterface // Set a default content-disposition header if one was no provided if (!$this->hasHeader('Conte...
Changing content-disposition order to match curl. Closes #<I>
guzzle_guzzle
train
016f2fbee775825719b8e762cf7b4fa40852d211
diff --git a/middleware.go b/middleware.go index <HASH>..<HASH> 100644 --- a/middleware.go +++ b/middleware.go @@ -4,22 +4,19 @@ import ( "net/http" ) -// NextMiddlewareFunc is the function signature for the next parameter in ServerHTTPMiddleware -type NextMiddlewareFunc func(http.ResponseWriter, *http.Request) - ...
Removed function type Middleware no longer has to be powermux aware. The more generic function signature is accepted without having to cast.
AndrewBurian_powermux
train
f66e929d89648568ce61cab53b38e7744f8683bd
diff --git a/lib/getFilterInfosAndTargetContentTypeFromQueryString.js b/lib/getFilterInfosAndTargetContentTypeFromQueryString.js index <HASH>..<HASH> 100644 --- a/lib/getFilterInfosAndTargetContentTypeFromQueryString.js +++ b/lib/getFilterInfosAndTargetContentTypeFromQueryString.js @@ -199,6 +199,31 @@ module.exports =...
Added support for &metadata when the sharp library is available.
papandreou_express-processimage
train
073a12c8285353866dfd74de5d88c543bd3ae20d
diff --git a/acorn/src/bin/acorn.js b/acorn/src/bin/acorn.js index <HASH>..<HASH> 100644 --- a/acorn/src/bin/acorn.js +++ b/acorn/src/bin/acorn.js @@ -46,7 +46,7 @@ function run(code) { } while (token.type !== acorn.tokTypes.eof) } } catch (e) { - console.error(e.message) + console.error(infile ? e...
Include input file name in error messages output by bin/acorn Issue #<I>
acornjs_acorn
train
d7675aeda84196d97826eda4b562d828b0fe3105
diff --git a/tests/ArionumTest.php b/tests/ArionumTest.php index <HASH>..<HASH> 100644 --- a/tests/ArionumTest.php +++ b/tests/ArionumTest.php @@ -105,6 +105,17 @@ class ArionumTest extends TestCase { $data = $this->arionum->getTransaction(self::TEST_TRANSACTION_ID); $this->assertInstanceOf(\stdC...
Add test for the getPublicKey method
pxgamer_arionum-php
train
213a7711ecdc75eb484cf0ff4aa3166608453e3f
diff --git a/lib/merb-core/dispatch/session/cookie.rb b/lib/merb-core/dispatch/session/cookie.rb index <HASH>..<HASH> 100644 --- a/lib/merb-core/dispatch/session/cookie.rb +++ b/lib/merb-core/dispatch/session/cookie.rb @@ -156,6 +156,7 @@ module Merb data, digest = Merb::Request.unescape(cookie).split('--') ...
Syncronized code with rails branch. Delete call is required, because user cookie must be cleaned when TamperedWithCookie is raised.
wycats_merb
train
447a70a7b4c01f7806fc5f421d3dceaf7562162f
diff --git a/internal/service/networkmanager/tags_gen.go b/internal/service/networkmanager/tags_gen.go index <HASH>..<HASH> 100644 --- a/internal/service/networkmanager/tags_gen.go +++ b/internal/service/networkmanager/tags_gen.go @@ -2,6 +2,7 @@ package networkmanager import ( + "context" "fmt" "github.com/a...
gen/tags: Generate 'WithContext' variants of AWS SDK for Go v1 tagging functions for networkmanager.
terraform-providers_terraform-provider-aws
train
7fbdde642df11507cedd1387499cb50afa2f28f8
diff --git a/tests/app/build_ui.py b/tests/app/build_ui.py index <HASH>..<HASH> 100644 --- a/tests/app/build_ui.py +++ b/tests/app/build_ui.py @@ -17,9 +17,7 @@ def build_filter_props(buttons): Args: buttons (list): list of pyxley.Filter components. """ - ui = UILayout( - "PyxleyCha...
modified uilayout for filters call in tests/app/buildui.py
stitchfix_pyxley
train
26d77228f54df298c0d09a8f97687b1d49de9c82
diff --git a/bundles/BlockManagerBundle/Controller/API/V1/LayoutController.php b/bundles/BlockManagerBundle/Controller/API/V1/LayoutController.php index <HASH>..<HASH> 100644 --- a/bundles/BlockManagerBundle/Controller/API/V1/LayoutController.php +++ b/bundles/BlockManagerBundle/Controller/API/V1/LayoutController.php @...
Make it possible to load published layout directly
netgen-layouts_layouts-core
train
70055af1f2876c24e66f3f58d7ca435cd828698f
diff --git a/awesomplete.js b/awesomplete.js index <HASH>..<HASH> 100644 --- a/awesomplete.js +++ b/awesomplete.js @@ -383,7 +383,7 @@ if (typeof self !== "undefined") { } // Expose Awesomplete as a CJS module -if (typeof exports === "object") { +if (typeof module === "object" && module.exports) { module.exports ...
Fix issue when an element with ID of `exports` is defined in the browser. Elements with IDs automatically have their IDs exposed. This causes errors where `module` is not defined, and yet `module.exports = _` is run. This also aligns the export with UMD.
LeaVerou_awesomplete
train
2ca75d52e33f136c4fed4d776ea2c42cd244834f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -171,7 +171,7 @@ CompileModules.prototype.compileAndCacheModules = function (modulePaths, srcDir, path.join(cacheDir, path.basename(outputPath)) : cacheDir; // Outputs the compiled modules to the cache. - ...
Synchronously create the cacheDir ENOTDIR, error were thrown.
mmun_broccoli-es6-module-transpiler
train
6a22861f4c52a420b3bb9adc21e1199b81cee985
diff --git a/lib/msgr.rb b/lib/msgr.rb index <HASH>..<HASH> 100644 --- a/lib/msgr.rb +++ b/lib/msgr.rb @@ -4,6 +4,7 @@ require 'active_support' require 'active_support/core_ext/object/blank' require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/string/inflections' +require 'active_supp...
Improve logger setting. Set to false to disable logging.
jgraichen_msgr
train
bbbe72827b5456e7c6d382a2cba311050db756c5
diff --git a/molo/core/tests/test_commands.py b/molo/core/tests/test_commands.py index <HASH>..<HASH> 100644 --- a/molo/core/tests/test_commands.py +++ b/molo/core/tests/test_commands.py @@ -1,22 +1,24 @@ +import json + from django.test import TestCase from molo.core.tests.base import MoloTestCaseMixin +from molo.c...
Test expected behaviour for converting embedded page links to RAs RA = Recommended Articles
praekeltfoundation_molo
train
6689b069f7a571f64c47bd7443d1053559476181
diff --git a/pyOCD/rtos/rtx5.py b/pyOCD/rtos/rtx5.py index <HASH>..<HASH> 100644 --- a/pyOCD/rtos/rtx5.py +++ b/pyOCD/rtos/rtx5.py @@ -259,6 +259,8 @@ class RTX5ThreadProvider(ThreadProvider): return False log.debug('init(), found osRtxInfo') self._threads = {} + self._target.root_...
Add HandlerModeThread and subsribe to flast&reset events
mbedmicro_pyOCD
train
428af79284280246e1a0294e4af7b9b5fc11b075
diff --git a/cf/terminal/ui.go b/cf/terminal/ui.go index <HASH>..<HASH> 100644 --- a/cf/terminal/ui.go +++ b/cf/terminal/ui.go @@ -3,6 +3,7 @@ package terminal import ( "fmt" "io" + "os" "strings" "github.com/vito/go-interact/interact" @@ -315,6 +316,10 @@ func (ui *terminalUI) NotifyUpdateIfNeeded(config co...
ok, only set them in tests [Finishes #<I>]
cloudfoundry_cli
train
23911bbd7fa6f46500ec9bcefee69f0822917a58
diff --git a/src/org/joml/Matrix4d.java b/src/org/joml/Matrix4d.java index <HASH>..<HASH> 100644 --- a/src/org/joml/Matrix4d.java +++ b/src/org/joml/Matrix4d.java @@ -6878,10 +6878,7 @@ public class Matrix4d implements Externalizable { dirY = centerY - eyeY; dirZ = centerZ - eyeZ; // Normal...
Improve Matrix4.lookAt() as suggested in #<I>
JOML-CI_JOML
train
858c0117851de801222a3c80538e9edc5a766f28
diff --git a/lib/ohai/mixin/string.rb b/lib/ohai/mixin/string.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/mixin/string.rb +++ b/lib/ohai/mixin/string.rb @@ -17,6 +17,11 @@ # class String + # Add string function to handle WMI property conversion to json hash keys + # Makes an underscored, lowercase form from the...
Added comments to wmi_underscore method
chef_ohai
train
8b3fd99df24f5ac72856fab7bf4af85718873f0b
diff --git a/d1_mn_generic/src/setup.py b/d1_mn_generic/src/setup.py index <HASH>..<HASH> 100755 --- a/d1_mn_generic/src/setup.py +++ b/d1_mn_generic/src/setup.py @@ -66,8 +66,8 @@ setup( # Dependencies that are available through PYPI / easy_install. install_requires=[ - 'dataone.common == 1.1.0', - 'data...
Updated dependencies to use libclient <I> and to pick the latest version of common and libclient, instead of a fixed version. At first, I was thinking that using fixed versions would be safer. But I always have the latest versions of common and libclient in my development environment, so those are the ones that the lat...
DataONEorg_d1_python
train
eb37f4a2859414c988c4012eac427c64518cbd00
diff --git a/test/runtime/samples/dynamic-element-animation-2/_config.js b/test/runtime/samples/dynamic-element-animation-2/_config.js index <HASH>..<HASH> 100644 --- a/test/runtime/samples/dynamic-element-animation-2/_config.js +++ b/test/runtime/samples/dynamic-element-animation-2/_config.js @@ -59,7 +59,7 @@ export ...
[chore] fix lint (#<I>)
sveltejs_svelte
train
f0b1426a9d0bda74b1586d1664eddcac366af150
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/Naming.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/Naming.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/Naming.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/Naming.java @@ -75,6 +75,8 @@ public class Naming...
don't report signature package confusion on static methods or constructors git-svn-id: <URL>
spotbugs_spotbugs
train
94bdf595301b970281ae6b93cb4676d9aad12e98
diff --git a/server/src/main/java/org/jboss/as/server/ServerEnvironment.java b/server/src/main/java/org/jboss/as/server/ServerEnvironment.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/org/jboss/as/server/ServerEnvironment.java +++ b/server/src/main/java/org/jboss/as/server/ServerEnvironment.java @@ -227,9...
setup sys properties in install() was: a<I>f4bbc2cfcbaedc4a<I>dedca6fb<I>a<I>
wildfly_wildfly-core
train
5e0a020cb1d17c0996d39a417ae0fcb4dad70850
diff --git a/tests/functional/test_awsclient.py b/tests/functional/test_awsclient.py index <HASH>..<HASH> 100644 --- a/tests/functional/test_awsclient.py +++ b/tests/functional/test_awsclient.py @@ -89,9 +89,9 @@ def test_can_iterate_logs(stubbed_session): logGroupName='loggroup', interleaved=True).returns({ ...
Use proper timetsamp for win py3 compat You can't create a timestamp of time 0 on windows in py3.
aws_chalice
train
17d33e846eab224d5638575263202489c57d11d8
diff --git a/nabu/data/security/CNabuUser.php b/nabu/data/security/CNabuUser.php index <HASH>..<HASH> 100644 --- a/nabu/data/security/CNabuUser.php +++ b/nabu/data/security/CNabuUser.php @@ -71,7 +71,7 @@ class CNabuUser extends CNabuUserBase public function setPassword($password) { - $this->setValue...
Solve issue when use setPassword to change password in database
nabu-3_core
train
003c0ceabdddafbc30685bfb9de22e24bafd5b27
diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/document/ODatabaseDocumentAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/db/document/ODatabaseDocumentAbstract.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/db/document/ODatabaseDocum...
Add automatic begin/commit when manipulating edges
orientechnologies_orientdb
train
e951f31b2ccf00b579971ac4128b4ca2a98e714a
diff --git a/packages/perspective-bench/bench/versions.js b/packages/perspective-bench/bench/versions.js index <HASH>..<HASH> 100644 --- a/packages/perspective-bench/bench/versions.js +++ b/packages/perspective-bench/bench/versions.js @@ -34,7 +34,7 @@ const JPMC_VERSIONS = [ const FINOS_VERSIONS = ["0.3.1", "0.3.0"...
add <I>.x to benchmark
finos_perspective
train
9859dc11138047e75a956fe6edba5e408fcd17cd
diff --git a/src/edeposit/amqp/ftp/proftpd_monitor.py b/src/edeposit/amqp/ftp/proftpd_monitor.py index <HASH>..<HASH> 100755 --- a/src/edeposit/amqp/ftp/proftpd_monitor.py +++ b/src/edeposit/amqp/ftp/proftpd_monitor.py @@ -5,24 +5,22 @@ # #= Imports ====================================================================...
Added parsing of stdin/file given by commandline arguments.
edeposit_edeposit.amqp.ftp
train
6d12ef7968a484eb95802411c277260c3b867c5b
diff --git a/src/js/pannellum.js b/src/js/pannellum.js index <HASH>..<HASH> 100644 --- a/src/js/pannellum.js +++ b/src/js/pannellum.js @@ -1685,10 +1685,10 @@ function renderInitCallback() { preview = undefined; } loaded = true; - - animateInit(); fireEvent('load'); + + animateIn...
Temporarily revert "Move `load` event to fire after rendering instead of before (#<I>)." This reverts commit df4c<I>dd<I>b<I>fb3fa<I>cdab4dd<I>f<I>d<I> temporarily to push a new point release.
mpetroff_pannellum
train
a7755eca251ac961229780ec83edafa5542bbdc7
diff --git a/nodeconductor/structure/log.py b/nodeconductor/structure/log.py index <HASH>..<HASH> 100644 --- a/nodeconductor/structure/log.py +++ b/nodeconductor/structure/log.py @@ -139,6 +139,7 @@ class ServiceSettingsEventLogger(EventLogger): error_message = six.text_type class Meta: + nullable_fi...
Fix ServiceSettings event logger - NC-<I>
opennode_waldur-core
train
93529de8fc8b4f497b74363dd9e655cd636b0376
diff --git a/satpy/readers/__init__.py b/satpy/readers/__init__.py index <HASH>..<HASH> 100644 --- a/satpy/readers/__init__.py +++ b/satpy/readers/__init__.py @@ -540,27 +540,10 @@ def load_readers(filenames=None, reader=None, reader_kwargs=None): """ reader_instances = {} - if not filenames and not read...
Refactor 'load_readers'
pytroll_satpy
train
aeaf7655a71c3306b1e42bcd257e2074a00923b2
diff --git a/sslyze/__main__.py b/sslyze/__main__.py index <HASH>..<HASH> 100644 --- a/sslyze/__main__.py +++ b/sslyze/__main__.py @@ -1,5 +1,6 @@ #!/usr/bin/env python2.7 # -*- coding: utf-8 -*- +from __future__ import print_function import os import sys @@ -7,7 +8,6 @@ import sys if not hasattr(sys,"frozen"): ...
Fixes for Python 3 compatibility
nabla-c0d3_sslyze
train
515c79c2644b4c6a2face4a92a02cbb03a796986
diff --git a/tests/Gush/Tests/Command/IssueShowCommandTest.php b/tests/Gush/Tests/Command/IssueShowCommandTest.php index <HASH>..<HASH> 100644 --- a/tests/Gush/Tests/Command/IssueShowCommandTest.php +++ b/tests/Gush/Tests/Command/IssueShowCommandTest.php @@ -21,7 +21,7 @@ class IssueShowCommandTest extends BaseTestCase...
plug stubs on api calls
gushphp_gush
train
fec1e8ed4962badc0c10e1b56d8e5fafec60cc9b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ from setuptools import setup, find_packages setup( name='thingamon', - version='0.2.0', + version='0.2.1-dev', description='AWS MQTT IoT Thing monitor', long_description=__doc__, url...
fix #2 - dependencies not installed
mgk_thingamon
train
dced3afed5d3d4c5ee1d66dff131a993e65892db
diff --git a/tests/Handlers/FatalHandlerTest.php b/tests/Handlers/FatalHandlerTest.php index <HASH>..<HASH> 100644 --- a/tests/Handlers/FatalHandlerTest.php +++ b/tests/Handlers/FatalHandlerTest.php @@ -29,7 +29,8 @@ class FatalHandlerTest extends BaseRollbarTest $errors = $result->errors(); ...
github-<I>: fix typo and some <I> issue
rollbar_rollbar-php
train
8620d99118bf91295068e84e87d5ef976af71f46
diff --git a/test/viewbridge.js b/test/viewbridge.js index <HASH>..<HASH> 100644 --- a/test/viewbridge.js +++ b/test/viewbridge.js @@ -19,7 +19,6 @@ var baseTest = function(done) { assert.equal(info.stats.templates[0], 'viewbridge.index'); jsdom.env('<div id=foo></div>', [info.file], function(err, window) { ...
Template engine specific code pulled out into their own file/object
corymartin_viewbridge
train
5fbaa6c89712578d5319fd7493c49c1e5066eb9d
diff --git a/pointer/smudge.go b/pointer/smudge.go index <HASH>..<HASH> 100644 --- a/pointer/smudge.go +++ b/pointer/smudge.go @@ -39,7 +39,7 @@ func downloadFile(writer io.Writer, oid, mediafile string) error { return errors.New("open: " + err.Error()) } - copyErr := copyFile(reader, writer, mediaWriter) + _, c...
write to a temp file first before streaming to stdout
git-lfs_git-lfs
train
9b157ab0d152213d828225c7b2ec379ff3f00b19
diff --git a/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestInvoice.java b/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestInvoice.java index <HASH>..<HASH> 100644 --- a/profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestInvoice.java +++ b/profiles/killbill/src/test/java/org/k...
util, server: tests iteration * Unmark TestInvoice test as flaky * Add log line to debug sporadic H2 failures
killbill_killbill
train
f17e64e4f1bca045d0225882538fff8a9b95103c
diff --git a/src/main/java/net/openhft/chronicle/network/ConnectionStrategy.java b/src/main/java/net/openhft/chronicle/network/ConnectionStrategy.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/openhft/chronicle/network/ConnectionStrategy.java +++ b/src/main/java/net/openhft/chronicle/network/ConnectionStrateg...
added the following to allow clients to control the reconnect - long pauseMs = connectionStrategy == null ? <I> : connectionStrategy.pauseMillisBeforeReconnect(); Jvm.pause(pauseMs);
OpenHFT_Chronicle-Network
train
efaefa3652cfc6581fe675be2a3c9e078469e652
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -512,6 +512,11 @@ IRC.prototype._getClient = function (job, create) { create = (typeof create === 'boolean') ? create : true; + if (self.client) { + debug('using existing client instance. ' + self.client.id); + r...
assign client to local object once fetched
sockethub_sockethub-platform-irc
train
c745275718212779b02e293334cc9c053f05e615
diff --git a/browse-everything.gemspec b/browse-everything.gemspec index <HASH>..<HASH> 100644 --- a/browse-everything.gemspec +++ b/browse-everything.gemspec @@ -27,8 +27,9 @@ Gem::Specification.new do |spec| spec.add_dependency "bootstrap-sass" spec.add_dependency "font-awesome-rails" spec.add_dependency "go...
Eliminate most rspec deprecations
samvera_browse-everything
train
57f3e7446203275346d742cd72da561ced1acadd
diff --git a/goinvestigate.go b/goinvestigate.go index <HASH>..<HASH> 100644 --- a/goinvestigate.go +++ b/goinvestigate.go @@ -28,6 +28,7 @@ import ( "errors" "fmt" "io" + "io/ioutil" "log" "net/http" "net/url" @@ -346,6 +347,15 @@ func (inv *Investigate) PostParse(subUri string, body io.Reader, v interface...
Change JSON parsing error to be more helpful
dead10ck_goinvestigate
train
00206270a4d00b6730c599d71013f4fcc4fc0abc
diff --git a/azurerm/resource_arm_batch_pool.go b/azurerm/resource_arm_batch_pool.go index <HASH>..<HASH> 100644 --- a/azurerm/resource_arm_batch_pool.go +++ b/azurerm/resource_arm_batch_pool.go @@ -59,6 +59,7 @@ func resourceArmBatchPool() *schema.Resource { Type: schema.TypeInt, Optional: true, ...
Mark maxTasksPerNode as forcenew The maxTasksPerNode cannot be changed once a Batch pool has been created so marking as ForceNew to require re-creating the pool
terraform-providers_terraform-provider-azurerm
train
6be318bb0b13cf61b402fc69783db9ac2cdd2a38
diff --git a/java/src/main/java/net/razorvine/pickle/Pickler.java b/java/src/main/java/net/razorvine/pickle/Pickler.java index <HASH>..<HASH> 100644 --- a/java/src/main/java/net/razorvine/pickle/Pickler.java +++ b/java/src/main/java/net/razorvine/pickle/Pickler.java @@ -33,8 +33,14 @@ import net.razorvine.pyro.Config; ...
more javadocs added for various methods and exposed properties
irmen_Pyrolite
train
efd5c11e06cc396ee73e1d66798d77779fb854ca
diff --git a/src/ProfileConfig.php b/src/ProfileConfig.php index <HASH>..<HASH> 100644 --- a/src/ProfileConfig.php +++ b/src/ProfileConfig.php @@ -44,9 +44,7 @@ class ProfileConfig extends Config 'reject6' => false, 'vpnProtoPorts' => [ 'udp/1194', - 'udp/1195',...
default to one udp and one tcp port
eduvpn_vpn-lib-common
train
3020a65ae10cb4e5f9572dcdbb2a53aeed8ada17
diff --git a/estnltk/layer/base_span.py b/estnltk/layer/base_span.py index <HASH>..<HASH> 100644 --- a/estnltk/layer/base_span.py +++ b/estnltk/layer/base_span.py @@ -1,4 +1,4 @@ -from typing import Sequence +from typing import Iterable class BaseSpan: @@ -61,7 +61,7 @@ class ElementaryBaseSpan(BaseSpan): class E...
replace Sequence with Iterable in EnvelopingBaseSpan
estnltk_estnltk
train
d2cf93c817f3d24816112704ff53ae80b062876f
diff --git a/src/blocksToNodes.js b/src/blocksToNodes.js index <HASH>..<HASH> 100644 --- a/src/blocksToNodes.js +++ b/src/blocksToNodes.js @@ -92,7 +92,7 @@ function blocksToNodes(h, properties) { const nodes = blocks.map(serializeNode) if (nodes.length > 1) { const containerProps = props.className ? {classN...
Remove HTMLisms into overridable serializers
sanity-io_block-content-to-hyperscript
train
61a1831523ab86588a31b4fd9dea72695a374e9b
diff --git a/kernel/content/attribute_edit.php b/kernel/content/attribute_edit.php index <HASH>..<HASH> 100644 --- a/kernel/content/attribute_edit.php +++ b/kernel/content/attribute_edit.php @@ -316,6 +316,10 @@ if ( $storingAllowed && $hasObjectInput) $object->storeInput( $contentObjectAttributes, ...
Fix EZP-<I>: Preview cache not being updated > <URL>, preview won't reflect the changes. A previously cached content is displayed instead. Only applies if the frontend siteaccess is *not* using `legacy_mode`. This patch introduces a new `content/cache/version` event.
ezsystems_ezpublish-legacy
train
b4cc7258d5ffe875e225e6a46c71e6de886593e4
diff --git a/maas/client/flesh/vlans.py b/maas/client/flesh/vlans.py index <HASH>..<HASH> 100644 --- a/maas/client/flesh/vlans.py +++ b/maas/client/flesh/vlans.py @@ -58,7 +58,7 @@ class cmd_vlan(OriginPagedTableCommand): super(cmd_vlan, self).__init__(parser) parser.add_argument("fabric", nargs=1, he...
Support untagged VLAN name on vlan command.
maas_python-libmaas
train
0013641fdda4e3d4a1c35090793c9fc58f49d1b7
diff --git a/services/maintenance/maintenance.service.js b/services/maintenance/maintenance.service.js index <HASH>..<HASH> 100644 --- a/services/maintenance/maintenance.service.js +++ b/services/maintenance/maintenance.service.js @@ -1,8 +1,8 @@ 'use strict' -const { BaseService } = require('..') +const { NonMemory...
Tweak [maintenance] badge in UI; remove caching (#<I>)
badges_shields
train
8917ba82cfc67548c955491c16050fa57a9a7fd4
diff --git a/ripozo_sqlalchemy/alcehmymanager.py b/ripozo_sqlalchemy/alcehmymanager.py index <HASH>..<HASH> 100644 --- a/ripozo_sqlalchemy/alcehmymanager.py +++ b/ripozo_sqlalchemy/alcehmymanager.py @@ -3,8 +3,11 @@ from __future__ import division from __future__ import print_function from __future__ import unicode_l...
Update get_field_type to use common Field types
vertical-knowledge_ripozo-sqlalchemy
train
747bc60de47be90f0eb753c563ae2a62ab450313
diff --git a/lib/ember-app.js b/lib/ember-app.js index <HASH>..<HASH> 100644 --- a/lib/ember-app.js +++ b/lib/ember-app.js @@ -2,6 +2,7 @@ const fs = require('fs'); const path = require('path'); +const RSVP = require('rsvp'); const najax = require('najax'); const SimpleDOM = require('simple-dom'); @@ -218,6 +21...
Adding the "Shoebox" -- a means to serialize application state into DOM
ember-fastboot_ember-cli-fastboot
train
1c85b8aa050e085ec94f2a2d8d0920f4e9ea69f6
diff --git a/core/FrontController.php b/core/FrontController.php index <HASH>..<HASH> 100644 --- a/core/FrontController.php +++ b/core/FrontController.php @@ -438,6 +438,10 @@ class FrontController extends Singleton if(Piwik::getModule() == 'CoreAdminHome' && Piwik::getAction() == 'optOut') { retu...
Ignore SSL redirection for VisitorGenerator to work around issue when SSL is not working on localhost
matomo-org_matomo
train
d997f66f4e38674b55f8f381f7cb6ca0de11d2f9
diff --git a/demo.js b/demo.js index <HASH>..<HASH> 100644 --- a/demo.js +++ b/demo.js @@ -45,8 +45,9 @@ fields var testData = [ { - 'name': 'dog', - 'fk': 1 + 'name*': 'dog', + 'fk': 1, + 'pet': 'Fido' }, { 'name': 'cat', @@ -54,15 +55,16 @@ var testData = [ 'fk:b': 'B' }, ...
Added objectOverwrite optiont to address #<I>. Allows object replacement over static value
kwhitley_treeize
train
273296217776dc802c8377713a91555608751223
diff --git a/runtime/context_test.go b/runtime/context_test.go index <HASH>..<HASH> 100644 --- a/runtime/context_test.go +++ b/runtime/context_test.go @@ -22,7 +22,7 @@ func TestAnnotateContext(t *testing.T) { request.Header.Add("Some-Irrelevant-Header", "some value") annotated := runtime.AnnotateContext(ctx, reque...
update tests - try DeepEqual comparison for metadata background with context
grpc-ecosystem_grpc-gateway
train
ccc1661cd7dda20d61262f348762718a0ade7d81
diff --git a/tests/test_archives.py b/tests/test_archives.py index <HASH>..<HASH> 100644 --- a/tests/test_archives.py +++ b/tests/test_archives.py @@ -516,6 +516,7 @@ class TestArchives (ArchiveTest): self.archive_create('t.flac', srcfile="t.wav") @needs_program('shar') + @needs_program('unshar') ...
Need unshar to test shar archives.
wummel_patool
train
651827b38ea314397338d91f3446cf76ea2c160e
diff --git a/xmlnuke-php5/src/Xmlnuke/Library/OAuthClient/v20/BaseOAuth20.class.php b/xmlnuke-php5/src/Xmlnuke/Library/OAuthClient/v20/BaseOAuth20.class.php index <HASH>..<HASH> 100644 --- a/xmlnuke-php5/src/Xmlnuke/Library/OAuthClient/v20/BaseOAuth20.class.php +++ b/xmlnuke-php5/src/Xmlnuke/Library/OAuthClient/v20/Bas...
Updated OAuth library to PHP <I> namespaces;
byjg_xmlnuke
train
8bbc84c97f34416e5458a934967c93db50a02b86
diff --git a/compliance/run-autobahn-tests.py b/compliance/run-autobahn-tests.py index <HASH>..<HASH> 100644 --- a/compliance/run-autobahn-tests.py +++ b/compliance/run-autobahn-tests.py @@ -10,7 +10,7 @@ import socket import subprocess import sys import time -from typing import Any, Dict, List, Tuple +from typing i...
Set mypy show_error_codes and change type-ignore to specific error codes This makes it easier to see what is being ignored, and doesn't ignore any unrelated error that might come up in the line.
python-hyper_wsproto
train
fcbbe03d27d02db8f833604f784ca56bbc7e436e
diff --git a/lib/boolean.js b/lib/boolean.js index <HASH>..<HASH> 100644 --- a/lib/boolean.js +++ b/lib/boolean.js @@ -47,14 +47,14 @@ BooleanType.set('DOMCheckboxBox', Db.fixed(function () { })); BooleanType.set('toDOMInputBox', function (document, options) { var box; - if (options && (options.control === 'checkbo...
Customize control type with 'type' option In align with what options are used for (set attributes)
medikoo_dbjs-dom
train
c60cf2aa908d31eb203bfee0483dc0e8b2c82826
diff --git a/spec/Gaufrette/FileSpec.php b/spec/Gaufrette/FileSpec.php index <HASH>..<HASH> 100644 --- a/spec/Gaufrette/FileSpec.php +++ b/spec/Gaufrette/FileSpec.php @@ -125,9 +125,9 @@ class FileSpec extends ObjectBehavior /** * @param \Gaufrette\Filesystem $filesystem */ - function it_calculates_...
Fixed spec tests for new size calulation
KnpLabs_Gaufrette
train
61e5ac086d8b3704a77329d8e0f3e2945eabcff1
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -14,10 +14,9 @@ module.exports = function(config) { // list of files / patterns to load in the browser files: [ - "http://code.jquery.com/jquery-1.10.1.min.js", - "http://code.angularj...
removed jquery reference from karma config
samu_angular-table
train
f7110ae998a4fb470ed993f74787d396c2f8e616
diff --git a/zxbpp.py b/zxbpp.py index <HASH>..<HASH> 100755 --- a/zxbpp.py +++ b/zxbpp.py @@ -16,6 +16,7 @@ import os import re import zxbpplex +import zxbasmpplex import ply.yacc as yacc from zxbpplex import tokens @@ -28,9 +29,13 @@ OPTIONS.add_option_if_not_defined('Sinclair', bool, False) OUTPUT = '' I...
Unified preprocesor for both asm and basic. Just call setMode() to set the lexer mode
boriel_zxbasic
train