hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
36906eed5859a74ab70ff98448055c0bb64c92df
diff --git a/src/EoC/Adapter/CurlAdapter.php b/src/EoC/Adapter/CurlAdapter.php index <HASH>..<HASH> 100644 --- a/src/EoC/Adapter/CurlAdapter.php +++ b/src/EoC/Adapter/CurlAdapter.php @@ -59,6 +59,7 @@ class CurlAdapter extends AbstractAdapter { /** * @copydoc AbstractAdapter::send() + * @bug https://github.c...
added the bug reference in the CurlAdapter
dedalozzo_eoc-client
train
php
7e423de911aee7ee3bf09543411f207f2778cf08
diff --git a/packages/babel-node/src/babel-node.js b/packages/babel-node/src/babel-node.js index <HASH>..<HASH> 100755 --- a/packages/babel-node/src/babel-node.js +++ b/packages/babel-node/src/babel-node.js @@ -95,5 +95,9 @@ getV8Flags(function(err, v8Flags) { } }); }); + process.on("SIGINT", ()...
Restore passing SIGINT signals to spawned child processes (#<I>)
babel_babel
train
js
e4f006754dec49eb7b354705a28b986f2012d479
diff --git a/src/Http/RestClient.php b/src/Http/RestClient.php index <HASH>..<HASH> 100644 --- a/src/Http/RestClient.php +++ b/src/Http/RestClient.php @@ -158,7 +158,7 @@ class RestClient private function encodeEntity(Extractable $entity): string { - return json_encode($entity->extract()); + r...
Issues encoding json now throw exceptions
helpscout_helpscout-api-php
train
php
ec91b27b1ca9dfe3d5ce7eac9d690394a6176f75
diff --git a/src/Panels/DatabasePanel.php b/src/Panels/DatabasePanel.php index <HASH>..<HASH> 100644 --- a/src/Panels/DatabasePanel.php +++ b/src/Panels/DatabasePanel.php @@ -174,7 +174,7 @@ class DatabasePanel extends AbstractPanel */ public static function explain(PDO $pdo, $sql, $bindings = []) { - ...
preg_match_all will return int
recca0120_laravel-tracy
train
php
54a7190113a98b814bf796b5bc8053f6ac06e92c
diff --git a/webhook.go b/webhook.go index <HASH>..<HASH> 100644 --- a/webhook.go +++ b/webhook.go @@ -295,7 +295,7 @@ func hookHandler(w http.ResponseWriter, r *http.Request) { } else { // Check if a success return code is configured for the hook if matchedHook.SuccessHttpResponseCode != 0 { - wr...
Forgot a rename in previous refactoring.
adnanh_webhook
train
go
c0720e2eb7dc253aa2589e627e789996378d0215
diff --git a/test/runner_test.rb b/test/runner_test.rb index <HASH>..<HASH> 100644 --- a/test/runner_test.rb +++ b/test/runner_test.rb @@ -70,11 +70,15 @@ STR end end - it "call command with options correctly" do + it "handles command with default arguments correctly" do + my_command('medium').chomp.shou...
test explicitly for command's file_parsed_args
cldwalker_boson
train
rb
302d7b9721e1f31a237dd63cb033f234f83e42f9
diff --git a/examples/server2.py b/examples/server2.py index <HASH>..<HASH> 100644 --- a/examples/server2.py +++ b/examples/server2.py @@ -534,7 +534,7 @@ def main(host, port, data_path): else: server_url = 'http://%s:%s/openidserver' % (host, port) store = FileOpenIDStore(data_path) - oidserver =...
[project @ examples/server2: fix Server2 class name]
openid_python-openid
train
py
180c5962bee05f420a4c9fb3ef6a37fff98e4989
diff --git a/tests/test_bugs.py b/tests/test_bugs.py index <HASH>..<HASH> 100644 --- a/tests/test_bugs.py +++ b/tests/test_bugs.py @@ -76,11 +76,11 @@ def test_we_cant_set_status_unless_there_is_a_bug_id(): def test_we_can_get_OS_set_from_default(): bug = Bug() - assert bug.OS == "All" + assert bug.op_sys...
Use op_sys field instead of dropped OS getter
AutomatedTester_Bugsy
train
py
0ce2f973c4b631f6c181d43191864d254fbf9a1d
diff --git a/structr-ui/src/main/resources/structr/js/pages.js b/structr-ui/src/main/resources/structr/js/pages.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/pages.js +++ b/structr-ui/src/main/resources/structr/js/pages.js @@ -372,7 +372,7 @@ var _Pages = { e.stopPropagation(); v...
Minor: Take site hostname (and optional port) into account when opening a preview page which is connected to a site.
structr_structr
train
js
aaaab74df30f115c092e5b3af49819660841171d
diff --git a/ella/core/models/publishable.py b/ella/core/models/publishable.py index <HASH>..<HASH> 100644 --- a/ella/core/models/publishable.py +++ b/ella/core/models/publishable.py @@ -150,9 +150,14 @@ class Publishable(models.Model): def save(self, **kwargs): self.content_type = ContentType.objects.get...
sometmes you want to create Publishable with a given PK
ella_ella
train
py
4873133bd120107ff3219dda4c9c284e7907f513
diff --git a/dispatch/static/manager/webpack.config.js b/dispatch/static/manager/webpack.config.js index <HASH>..<HASH> 100644 --- a/dispatch/static/manager/webpack.config.js +++ b/dispatch/static/manager/webpack.config.js @@ -9,6 +9,7 @@ module.exports = { path: __dirname + '/dist/js', filename: '[name]-' + ...
Enable source maps (yay!)
ubyssey_dispatch
train
js
74c19cbe07a2965ff21838f685a28e519d5ac7ac
diff --git a/core/lib/torquebox/version.rb b/core/lib/torquebox/version.rb index <HASH>..<HASH> 100644 --- a/core/lib/torquebox/version.rb +++ b/core/lib/torquebox/version.rb @@ -17,7 +17,7 @@ module TorqueBox VERSION = '4.0.0.alpha1.dev' - WUNDERBOSS_VERSION = '1.x.incremental.76' + WUNDERBOSS_VERSION = '1.x.i...
Bump to wunderboss incr<I> to pick up the scheduling race condition fix
torquebox_torquebox
train
rb
7d5361a8fd2643043068619b7f62a1f39a420ff0
diff --git a/src/Cli.php b/src/Cli.php index <HASH>..<HASH> 100755 --- a/src/Cli.php +++ b/src/Cli.php @@ -80,12 +80,14 @@ class Cli * * @return string */ - static public function readInput($prompt, array $validInputs = [], $default = '') + static public function readInput($prompt = '', array $v...
Changed Cli::readInput to optionally accept prompt text and not lower the inputted data
mobly_simple-helpers
train
php
4652b54cac94d3cc706c6c8fbe3963a47e8282e4
diff --git a/src/main/com/mongodb/MongoOptions.java b/src/main/com/mongodb/MongoOptions.java index <HASH>..<HASH> 100644 --- a/src/main/com/mongodb/MongoOptions.java +++ b/src/main/com/mongodb/MongoOptions.java @@ -111,8 +111,8 @@ public class MongoOptions { public int threadsAllowedToBlockForConnectionMultiplier;...
Improved specification for MongoOptions.maxWaitTime
mongodb_mongo-java-driver
train
java
0673f1160fb054ffbb8500bbf1df54cce61c269f
diff --git a/lib/sprockets/utils.rb b/lib/sprockets/utils.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets/utils.rb +++ b/lib/sprockets/utils.rb @@ -8,15 +8,15 @@ module Sprockets # encoding and we want to avoid syntax errors in other interpreters. UTF8_BOM_PATTERN = Regexp.new("\\A\uFEFF".encode('utf-8')) ...
Allow non-pathnames into read_unicode
rails_sprockets
train
rb
385608444940ee75b41ded99a781d2693db6467c
diff --git a/test/server/data_adapter/rest_adapter.test.js b/test/server/data_adapter/rest_adapter.test.js index <HASH>..<HASH> 100644 --- a/test/server/data_adapter/rest_adapter.test.js +++ b/test/server/data_adapter/rest_adapter.test.js @@ -217,6 +217,16 @@ describe('RestAdapter', function() { 'http://exampl...
test to make sure it doesn't add a ? if there is an empty object for the query parameter
rendrjs_rendr
train
js
0c415fc8c1576c12aecc2695bc2db1714f5f117e
diff --git a/app/controllers/api/zotero_controller.rb b/app/controllers/api/zotero_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/api/zotero_controller.rb +++ b/app/controllers/api/zotero_controller.rb @@ -34,7 +34,7 @@ module API private def authorize_user! - authorize! :create, :...
Don't hardcode GenericWork into ZoteroController
samvera_hyrax
train
rb
2aa72604073d1f8190407c680bb2bbc65e79ee59
diff --git a/src/components/obj-model.js b/src/components/obj-model.js index <HASH>..<HASH> 100644 --- a/src/components/obj-model.js +++ b/src/components/obj-model.js @@ -48,13 +48,14 @@ module.exports.Component = registerComponent('obj-model', { var mtlLoader = this.mtlLoader; var objLoader = this.objLoader;...
Fixes #<I>: Replace .setTexturePath() call with .setResourcePath() (#<I>) Also add meaningful variable name for basePath for improved readability.
aframevr_aframe
train
js
761ef83e8f6e7303118c73025535d9d28dc604bc
diff --git a/src/main/java/com/simpligility/maven/plugins/android/AndroidNdk.java b/src/main/java/com/simpligility/maven/plugins/android/AndroidNdk.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/simpligility/maven/plugins/android/AndroidNdk.java +++ b/src/main/java/com/simpligility/maven/plugins/android/Andro...
#<I>: arm<I>-v8a native lib missing from final apk - added missing ABI to list of architectures
simpligility_android-maven-plugin
train
java
2595a462020bc9519bb03a7ee6cada1e97e13ce0
diff --git a/src/org/opencms/security/CmsRole.java b/src/org/opencms/security/CmsRole.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/security/CmsRole.java +++ b/src/org/opencms/security/CmsRole.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/org/opencms/security/CmsRole.java,v $ - * Date...
fixed bug with parsing role names
alkacon_opencms-core
train
java
e3b897dd9bdbacefcf4a74b63fc270c4e5b0cdb3
diff --git a/lib/av.js b/lib/av.js index <HASH>..<HASH> 100644 --- a/lib/av.js +++ b/lib/av.js @@ -1603,7 +1603,7 @@ if (url.charAt(url.length - 1) !== "/") { url += "/"; } - url += "1/" + route; + url += "1.1/" + route; if (className) { url += "/" + className; } @@ -5800,7 +5800...
Upgrade rest api version to <I>
leancloud_javascript-sdk
train
js
78ea0095c6a071f27b13a9bdd8cd822fdc6f8899
diff --git a/core-bundle/contao/pages/PageRegular.php b/core-bundle/contao/pages/PageRegular.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/pages/PageRegular.php +++ b/core-bundle/contao/pages/PageRegular.php @@ -282,9 +282,6 @@ class PageRegular extends \Frontend // Add the layout specific CSS if ($s...
[Core] Do not wrap the CSS code of the layout builder, so it can be customized
contao_contao
train
php
e25aedfd730beb622e5cf0185674e6997fcc03ae
diff --git a/closure/goog/debug/logger.js b/closure/goog/debug/logger.js index <HASH>..<HASH> 100644 --- a/closure/goog/debug/logger.js +++ b/closure/goog/debug/logger.js @@ -626,11 +626,25 @@ goog.debug.Logger.prototype.logRecord = function(logRecord) { /** + * Logs the message to speed tracer, if it is available...
add logging to speedtracer R=eae DELTA=<I> (<I> added, 0 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-library
train
js
c4aa2e838410f159d4f0dc1111de8400fb961e5d
diff --git a/src/util/vdom.js b/src/util/vdom.js index <HASH>..<HASH> 100644 --- a/src/util/vdom.js +++ b/src/util/vdom.js @@ -62,10 +62,11 @@ const createElement = function(type, val, props, meta, children) { const createFunctionalComponent = function(props, children, functionalComponent) { const options = functio...
fix: require data to be a function for functional components
kbrsh_moon
train
js
a5b998846aa77d63843c5d3dfe05f91c655b9400
diff --git a/samples/DocumentManagement/Program.py b/samples/DocumentManagement/Program.py index <HASH>..<HASH> 100644 --- a/samples/DocumentManagement/Program.py +++ b/samples/DocumentManagement/Program.py @@ -84,7 +84,7 @@ class DocumentManagement: # NOTE: Use MaxItemCount on Options to control how many docu...
Fix the misplaced feed_options
Azure_azure-cosmos-python
train
py
3d21d455dca6e75a635ab5742c66c80ee175c3e7
diff --git a/cmd/evm/runner.go b/cmd/evm/runner.go index <HASH>..<HASH> 100644 --- a/cmd/evm/runner.go +++ b/cmd/evm/runner.go @@ -206,6 +206,7 @@ func runCmd(ctx *cli.Context) error { execTime := time.Since(tstart) if ctx.GlobalBool(DumpFlag.Name) { + statedb.Commit(true) statedb.IntermediateRoot(true) fm...
cmd/evm: commit statedb if dump is requested (#<I>) Add a call `statedb.Commit(true)` if the `Dump` flag is on, as otherwise the `storage` output in the dump is always empty.
ethereum_go-ethereum
train
go
119cdca384b1f8154a7cce648549b704b1256aed
diff --git a/services/changes/models/CheckResponse.php b/services/changes/models/CheckResponse.php index <HASH>..<HASH> 100644 --- a/services/changes/models/CheckResponse.php +++ b/services/changes/models/CheckResponse.php @@ -8,17 +8,17 @@ use directapi\components\Model; class CheckResponse extends Model { /** ...
Fix phpdoc, should be object, not array
sitkoru_yandex-direct-api
train
php
89f170c4c9fc9491e44f09755b5bcccf89e8eee5
diff --git a/lib/stripe/resources/payment_intent.rb b/lib/stripe/resources/payment_intent.rb index <HASH>..<HASH> 100644 --- a/lib/stripe/resources/payment_intent.rb +++ b/lib/stripe/resources/payment_intent.rb @@ -10,11 +10,21 @@ module Stripe OBJECT_NAME = "payment_intent" + custom_method :apply_customer_...
API Updates (#<I>) * Codegen for openapi fc5a2b9 * Reformat code
stripe_stripe-ruby
train
rb
0ee71c1d18faf41336b227205a810153c2509333
diff --git a/tests/cartesian_coordinates/Cartesian/test_core.py b/tests/cartesian_coordinates/Cartesian/test_core.py index <HASH>..<HASH> 100644 --- a/tests/cartesian_coordinates/Cartesian/test_core.py +++ b/tests/cartesian_coordinates/Cartesian/test_core.py @@ -255,7 +255,7 @@ def test_align_and_make_similar(): m...
BUG: No @ operator in python<I>
mcocdawc_chemcoord
train
py
2e2a5e78a0985c5c0593b876a071fe6e505a27df
diff --git a/shap/maskers/_fixed_composite.py b/shap/maskers/_fixed_composite.py index <HASH>..<HASH> 100644 --- a/shap/maskers/_fixed_composite.py +++ b/shap/maskers/_fixed_composite.py @@ -4,9 +4,23 @@ from ..utils import invariants, variants, shape, data_transform, clustering class FixedComposite(Masker): de...
Added docstrings for _fixed_composite.py
slundberg_shap
train
py
93e6d4b3790d0140e690583d8837d97ef819db27
diff --git a/danceschool/door/urls.py b/danceschool/door/urls.py index <HASH>..<HASH> 100644 --- a/danceschool/door/urls.py +++ b/danceschool/door/urls.py @@ -4,7 +4,7 @@ from .views import DoorRegisterView from .autocomplete_light_registry import DoorRegisterAutoComplete urlpatterns = [ + path('register/auto...
Fixed path inheritance issue that broke the customer autocomplete
django-danceschool_django-danceschool
train
py
16b23b008a08898ba5e9f6833c920aca6c2f3390
diff --git a/src/sap.m/src/sap/m/P13nFilterPanel.js b/src/sap.m/src/sap/m/P13nFilterPanel.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/P13nFilterPanel.js +++ b/src/sap.m/src/sap/m/P13nFilterPanel.js @@ -403,7 +403,7 @@ sap.ui.define([ if (!this._aIncludeOperations["default"]) { this.setIncludeOpera...
[INTERNAL] P<I>nFilterPanel.js: contains, start-, endswith operations removed for default operations Change-Id: I0ed6d8c3f<I>e<I>cc4b<I>acd<I>ffe<I>e3
SAP_openui5
train
js
3b93bec890fb32318b5433f604d42ef7de859f15
diff --git a/src/Lemonblast/Cbor4Php/Cbor.php b/src/Lemonblast/Cbor4Php/Cbor.php index <HASH>..<HASH> 100644 --- a/src/Lemonblast/Cbor4Php/Cbor.php +++ b/src/Lemonblast/Cbor4Php/Cbor.php @@ -260,6 +260,8 @@ class Cbor { */ private static function encodeDouble($double) { + // TODO: Encode with the...
Added a TODO to encodeDouble, can remove the need for the flag
Lemonblast_Cbor4Php
train
php
9d4388bc5c2259ca3988bd77a2346edca2eb97dd
diff --git a/src/main/ruby/naether.rb b/src/main/ruby/naether.rb index <HASH>..<HASH> 100644 --- a/src/main/ruby/naether.rb +++ b/src/main/ruby/naether.rb @@ -93,7 +93,7 @@ class Naether end # Get dependencies - def dependencies + def dependencies() if Naether.platform == 'java' return @resolver...
add param to determine if artifacts should be downloaded
mguymon_naether
train
rb
aba82642000d048da6d5c48792ac4c7429725475
diff --git a/cmd/policies.go b/cmd/policies.go index <HASH>..<HASH> 100644 --- a/cmd/policies.go +++ b/cmd/policies.go @@ -328,6 +328,11 @@ func viewPolicyCmd(ctx *cli.Context) error { const policyTestFailed = "Could not test policy." +var permissionString = map[bool]string{ + true: "yes", + false: "no", +} + fu...
cmd: policies: test: Update the output message to match the specification In his email Ian mentioned the command should output yes/no. This seems a little terse to me but I'll stick to the spec, for now...
manifoldco_torus-cli
train
go
af4d6f7bfe16a16b78a9d00ff198673f83104856
diff --git a/src/http/write.js b/src/http/write.js index <HASH>..<HASH> 100644 --- a/src/http/write.js +++ b/src/http/write.js @@ -30,23 +30,14 @@ const mfsWrite = { const fileStream = await new Promise((resolve, reject) => { const parser = multipart.reqParser(request.payload) - let fileStream ...
fix: parser does not end until file data is consumed License: MIT
ipfs_js-ipfs-mfs
train
js
b9afa23c20d87cf5178ae4caf0ff3c107e107c31
diff --git a/tormysql/pool.py b/tormysql/pool.py index <HASH>..<HASH> 100644 --- a/tormysql/pool.py +++ b/tormysql/pool.py @@ -266,8 +266,7 @@ class ConnectionPool(object): if self._closed: raise ConnectionPoolClosedError("Connection pool closed.") self._closed = True - if not self...
fix pool close when all connection is closeed
snower_TorMySQL
train
py
70bc166ede9ebb4ec2d29e023f80657a092cc90c
diff --git a/bin/metrics-http-json-deep.rb b/bin/metrics-http-json-deep.rb index <HASH>..<HASH> 100755 --- a/bin/metrics-http-json-deep.rb +++ b/bin/metrics-http-json-deep.rb @@ -85,7 +85,7 @@ class JsonDeepMetrics < Sensu::Plugin::Metric::CLI::Graphite if value.is_a?(Hash) deep_value(value, "#{scheme}....
Update numonly filter to output all Numeric values
sensu-plugins_sensu-plugins-http
train
rb
3f5a3059e1d06f707f00882b250e4abdd5b9be73
diff --git a/mwtab/cli.py b/mwtab/cli.py index <HASH>..<HASH> 100755 --- a/mwtab/cli.py +++ b/mwtab/cli.py @@ -103,7 +103,6 @@ def cli(cmdargs): print(json.dumps(metabolites_dict, indent=4, cls=mwextract.SetEncoder)) elif cmdargs["metadata"]: - print(cmdargs) metadata...
Removes print statement used during debugging.
MoseleyBioinformaticsLab_mwtab
train
py
fae4135fa802fb3cc51006eac35ec8825d03e5b5
diff --git a/lib/ohai/plugins/linux/network.rb b/lib/ohai/plugins/linux/network.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/plugins/linux/network.rb +++ b/lib/ohai/plugins/linux/network.rb @@ -104,7 +104,8 @@ Ohai.plugin(:Network) do route_entry = Mash.new(:destination => route_dest, ...
Fix the route support for IPV6 routes ending in :: Removing the ending word boundary in the regex allows is to capture the :: endings while still properly parsing other routes. I added a rubular comment as well so we know what this regex is actually trying to capture.
chef_ohai
train
rb
877b154df6f88f7da2b2f6cbddf65f0408d0ea97
diff --git a/openquake/engine/calculators/hazard/event_based/core.py b/openquake/engine/calculators/hazard/event_based/core.py index <HASH>..<HASH> 100644 --- a/openquake/engine/calculators/hazard/event_based/core.py +++ b/openquake/engine/calculators/hazard/event_based/core.py @@ -293,9 +293,10 @@ class GmfCalculator(...
Fixed the event based calculator Former-commit-id: <I>aea<I>de<I>fb9aa7e<I>d<I>c3b<I>de<I>
gem_oq-engine
train
py
ed051f21b5bcc5ef891c0df5ff054f1f19319dca
diff --git a/lib/gir_ffi/arg_helper.rb b/lib/gir_ffi/arg_helper.rb index <HASH>..<HASH> 100644 --- a/lib/gir_ffi/arg_helper.rb +++ b/lib/gir_ffi/arg_helper.rb @@ -219,6 +219,7 @@ module GirFFI end if FFI::Pointer === arg + return nil if arg.null? begin ObjectSpace._id2ref arg.address rescue Rang...
If user data is null, pass nil to callback.
mvz_gir_ffi
train
rb,rb
e595fe7136148c334be78efbe03499db05ea4412
diff --git a/src/org/parosproxy/paros/network/HttpHeader.java b/src/org/parosproxy/paros/network/HttpHeader.java index <HASH>..<HASH> 100644 --- a/src/org/parosproxy/paros/network/HttpHeader.java +++ b/src/org/parosproxy/paros/network/HttpHeader.java @@ -57,7 +57,8 @@ abstract public class HttpHeader implements java.io...
Vitor: - Added X-XSS-Protection on the static variables
zaproxy_zaproxy
train
java
fc557968d2e4c3d04643f2b7bf34f6a3bcbcfbaa
diff --git a/test/src/test/java/hudson/model/AsynchPeopleTest.java b/test/src/test/java/hudson/model/AsynchPeopleTest.java index <HASH>..<HASH> 100644 --- a/test/src/test/java/hudson/model/AsynchPeopleTest.java +++ b/test/src/test/java/hudson/model/AsynchPeopleTest.java @@ -25,7 +25,7 @@ package hudson.model; impor...
AsynchPeopleTest compiling against HtmlUnit <I>
jenkinsci_jenkins
train
java
9fd1663746a2cba85da4f11a84b92b60e654e6b9
diff --git a/lib/friendly_id/base.rb b/lib/friendly_id/base.rb index <HASH>..<HASH> 100644 --- a/lib/friendly_id/base.rb +++ b/lib/friendly_id/base.rb @@ -161,9 +161,9 @@ often better and easier to use {FriendlyId::Slugged slugs}. # # @yieldparam config The model class's {FriendlyId::Configuration friendly_id...
Ensure friendly_id_config is initialized in STI classes
norman_friendly_id
train
rb
007dd2e2cb6d0f13f392a128facfd6068fb396a5
diff --git a/graphics/base.py b/graphics/base.py index <HASH>..<HASH> 100644 --- a/graphics/base.py +++ b/graphics/base.py @@ -40,7 +40,7 @@ def set_format(instance, default="pdf"): allowed_format = ("emf", "eps", "pdf", "png", "ps", \ "raw", "rgba", "svg", "svgz") - instance.add_option...
missing choices option in graphics.base.set_format()
tanghaibao_jcvi
train
py
b4df047be1e431ec2f29372e5b17a316cfaaa128
diff --git a/liquibase-core/src/main/java/liquibase/executor/Executor.java b/liquibase-core/src/main/java/liquibase/executor/Executor.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/executor/Executor.java +++ b/liquibase-core/src/main/java/liquibase/executor/Executor.java @@ -14,7 +14,7 @@...
Remove PrioritizedService from Executor interface.
liquibase_liquibase
train
java
940d6be3d59d22063f84c6dec8f7dfb850e40d4c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open(os.path.join(os.path.dirname(__file__), "README.md")) as f: setup( name="pyinstrument", - packages=find_packages(), + packages=find_packages(include=("pyinstrument", "pyinstrument.*")), ...
Ensure test/ is not installed in site-packages
joerick_pyinstrument
train
py
34ad3dff864d567a6eded6c64e288822f27f2d11
diff --git a/openquake/parser/vulnerability.py b/openquake/parser/vulnerability.py index <HASH>..<HASH> 100644 --- a/openquake/parser/vulnerability.py +++ b/openquake/parser/vulnerability.py @@ -115,7 +115,7 @@ class VulnerabilityModelFile(producer.FileProducer): # TODO (ac): These two functions should be probably...
parser/vulnerability: support for reading retrofitted models Former-commit-id: <I>a<I>d7a0fff1e3e<I>e<I>a<I>cc2f8f<I>fe
gem_oq-engine
train
py
3b1b4bbd53836b6e7e50fd34f09b631f365c43a0
diff --git a/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java b/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java index <HASH>..<HASH> 100644 --- a/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java +++ b/beatrix/src/main/java/com/ning/billing/b...
Fix bug in external event for overdue
killbill_killbill
train
java
44c0a8458a75690e1829523de12acddb9d746b6c
diff --git a/dom/MemoryDOMElement.js b/dom/MemoryDOMElement.js index <HASH>..<HASH> 100644 --- a/dom/MemoryDOMElement.js +++ b/dom/MemoryDOMElement.js @@ -579,10 +579,11 @@ export default class MemoryDOMElement extends DOMElement { _propagateEvent (event) { let listeners = this.eventListeners if (listeners...
Let MemoryDOMEvent.emit() trigger all registered handlers on an element.
substance_substance
train
js
f82d13b4c9292259108c5aade7c59d2b880166b7
diff --git a/plugin.php b/plugin.php index <HASH>..<HASH> 100644 --- a/plugin.php +++ b/plugin.php @@ -457,7 +457,11 @@ function json_handle_options_request( $response, $handler ) { $response = new WP_JSON_Response(); $accept = array(); - $map = $handler::$method_map; + + $handler_class = get_class( $handler ); +...
Access method map in PHP <I>-compatible way
WP-API_WP-API
train
php
97f07fd4d9c217ba1fa3c2cc40e77024b8675a1d
diff --git a/beaver/worker.py b/beaver/worker.py index <HASH>..<HASH> 100644 --- a/beaver/worker.py +++ b/beaver/worker.py @@ -9,7 +9,7 @@ from ssh_tunnel import BeaverSshTunnel from transport import TransportException from utils import eglob -REOPEN_FILES = platform.platform() != 'Linux' +REOPEN_FILES = 'linux' no...
Properly detect non-linux platforms
python-beaver_python-beaver
train
py
b12af8b06775f0c1590f9f2b5a40b4c456d86cd5
diff --git a/init.go b/init.go index <HASH>..<HASH> 100644 --- a/init.go +++ b/init.go @@ -28,10 +28,9 @@ var ( func init() { apid.RegisterPlugin(initPlugin) - apid.RegisterPostPlugin(postinitPlugin) } -func postinitPlugin(services apid.Services) error { +func postInitPlugins() { log.Debug("start post plugi...
Fix initialization to use apid events instead of a new plugin callback
apid_apidApigeeSync
train
go
f1828f8760b8ef64f58b2b50378d925cf9ccc188
diff --git a/staff/views.py b/staff/views.py index <HASH>..<HASH> 100644 --- a/staff/views.py +++ b/staff/views.py @@ -6,6 +6,7 @@ from django.shortcuts import get_object_or_404, render_to_response from django.template import RequestContext from django.template.loader import render_to_string from django.utils import...
send email with proper Reply-To header
callowayproject_django-staff
train
py
7ebb1750e72a0627d972b8f1ff05df5d495a4556
diff --git a/interp/arith.go b/interp/arith.go index <HASH>..<HASH> 100644 --- a/interp/arith.go +++ b/interp/arith.go @@ -59,15 +59,9 @@ func (r *Runner) arithm(expr syntax.ArithmExpr) int { syntax.AndAssgn, syntax.OrAssgn, syntax.XorAssgn, syntax.ShlAssgn, syntax.ShrAssgn: return r.assgnArit(x) - case sy...
interp: ternary operator structure is now strict We rely on syntax enforcing this, so panicking and undefined behaviour is fine if the contract is broken.
mvdan_sh
train
go
8c6820be6403aff807932063682b602b0807eb29
diff --git a/transport/src/main/java/io/netty/channel/socket/nio/NioWorker.java b/transport/src/main/java/io/netty/channel/socket/nio/NioWorker.java index <HASH>..<HASH> 100644 --- a/transport/src/main/java/io/netty/channel/socket/nio/NioWorker.java +++ b/transport/src/main/java/io/netty/channel/socket/nio/NioWorker.ja...
Fix possible NPE which will be thrown if the Buffer was set to null and after that Exception was thrown. See #<I>
netty_netty
train
java
1acad256c9bcb1c7f1e45a72f1b46bc9e6f10043
diff --git a/hamper/plugins/whatwasthat.py b/hamper/plugins/whatwasthat.py index <HASH>..<HASH> 100644 --- a/hamper/plugins/whatwasthat.py +++ b/hamper/plugins/whatwasthat.py @@ -9,7 +9,7 @@ class WhatWasThat(ChatCommandPlugin): ''' name = 'whatwasthat' - priority = 0 + priority = 2 class WhatW...
Bump whatwasthat's priority.
hamperbot_hamper
train
py
ec1357c6dcf227ab65835e2ccb15438aaeef1a21
diff --git a/html.php b/html.php index <HASH>..<HASH> 100644 --- a/html.php +++ b/html.php @@ -12,7 +12,7 @@ class html static::$config = new \Lucid\Component\Container\Container(); } else { if (is_object($config) === false || in_array('Lucid\\Component\\Container\\ContainerInterface'...
fixing typo from copy/paste in init
dev-lucid_html
train
php
c052e89e561eb88a7a79de436e4f5196834677fb
diff --git a/api/models/index.js b/api/models/index.js index <HASH>..<HASH> 100644 --- a/api/models/index.js +++ b/api/models/index.js @@ -1,8 +1,10 @@ -var customModels = module.exports = { +var CustomModelPrototype = require('./CustomModel') + +module.exports = { process: process } -var CustomModelPrototype = re...
Organize the imports, exports and state declarations as usual
marcuswestin_fin
train
js
5a757e722a9a2323cad5ea931db4cd874c2be19b
diff --git a/lib/postal/smtp_server/client.rb b/lib/postal/smtp_server/client.rb index <HASH>..<HASH> 100644 --- a/lib/postal/smtp_server/client.rb +++ b/lib/postal/smtp_server/client.rb @@ -236,7 +236,14 @@ module Postal @state = :mail_from_received transaction_reset - @mail_from = data.gsub...
remove AUTH= paramater from "MAIL FROM" before processing
atech_postal
train
rb
654e77e74d8130b0b78e0a65f179ca843620640f
diff --git a/mod/forum/lib.php b/mod/forum/lib.php index <HASH>..<HASH> 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -3078,9 +3078,12 @@ function forum_print_post($post, $discussion, $forum, &$cm, $course, $ownpost=fa // String cache static $str; - // As we should only have one element with ...
MDL-<I> mod_forum: clarify static variable usage After some time discussing with integrators, we decided that this slightly yukky solution probably fits safely, so just making its usage better explained and speciifc.
moodle_moodle
train
php
0776e4a703e75b38112c453c36a4014127858a37
diff --git a/lib/boot/module.js b/lib/boot/module.js index <HASH>..<HASH> 100644 --- a/lib/boot/module.js +++ b/lib/boot/module.js @@ -40,5 +40,9 @@ function loadDefinitionsFromDir(dir, phases) { if (fs.existsSync(modelsPath)) { phases.push(require('./definitions')(modelsPath)); } + modelsPath = p...
support common/models path in boot module
uugolab_sycle
train
js
2fee4d9357587a186fe196251964f006acd8043a
diff --git a/src/tools/mountainchart/mountainchart-component.js b/src/tools/mountainchart/mountainchart-component.js index <HASH>..<HASH> 100644 --- a/src/tools/mountainchart/mountainchart-component.js +++ b/src/tools/mountainchart/mountainchart-component.js @@ -476,6 +476,7 @@ return { ...
Block hovering of mountains when dragging time slider
vizabi_vizabi
train
js
7c3e0689120f154a8934c3d1a023461b5f72ba4c
diff --git a/metrics-core/src/main/java/com/codahale/metrics/InstrumentedThreadFactory.java b/metrics-core/src/main/java/com/codahale/metrics/InstrumentedThreadFactory.java index <HASH>..<HASH> 100644 --- a/metrics-core/src/main/java/com/codahale/metrics/InstrumentedThreadFactory.java +++ b/metrics-core/src/main/java/c...
'wrappee' sounds silly, renaming
dropwizard_metrics
train
java
857a6975d09e5ad751040c850e768934f4f5fd7b
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,7 +31,7 @@ module.exports = { message: 'Invalid require of core/server from core/shared.' }, { - name: path.resolve(...
Fixed incorrect eslint rule config
TryGhost_Ghost
train
js
4c092f3f0c6b9cf16bcfb0368817ffce961b401a
diff --git a/grakn-graql/src/main/java/ai/grakn/graql/internal/analytics/DegreeDistributionMapReduce.java b/grakn-graql/src/main/java/ai/grakn/graql/internal/analytics/DegreeDistributionMapReduce.java index <HASH>..<HASH> 100644 --- a/grakn-graql/src/main/java/ai/grakn/graql/internal/analytics/DegreeDistributionMapRedu...
Fix a bug causing StackOverflowError due to poor implementation of MapIterator of Tinkerpop (#<I>)
graknlabs_grakn
train
java
c1d50e6394eb4517f02c08b7ea40aa09b9288cf1
diff --git a/lib/reality/zapwhite.rb b/lib/reality/zapwhite.rb index <HASH>..<HASH> 100644 --- a/lib/reality/zapwhite.rb +++ b/lib/reality/zapwhite.rb @@ -295,6 +295,11 @@ module Reality attributes.text_rule('*.wat') attributes.binary_rule('*.wasm') + # WebGL Shader files + attributes.text_rul...
Add WebGL shaders to files processed
realityforge_zapwhite
train
rb
d31310a405e62d2ea0df8871618275b676519087
diff --git a/lib/passes/index.js b/lib/passes/index.js index <HASH>..<HASH> 100644 --- a/lib/passes/index.js +++ b/lib/passes/index.js @@ -1,11 +1,11 @@ (function(){ module.exports = { - 'ClearMaskPass': './clear-mask', - 'MaskPass': './mask', - 'RenderPass': './render', - 'ShaderPass': './shader', - ...
Derrrrrrrp.
lumine-gl_lumine
train
js
a5c1b7bd1ac14f9a86f808fddbd9f7304ee621d9
diff --git a/src/Console/SupervisorCommand.php b/src/Console/SupervisorCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/SupervisorCommand.php +++ b/src/Console/SupervisorCommand.php @@ -23,7 +23,7 @@ class SupervisorCommand extends Command {--max-processes=1 : The maximum number of...
allow negative nice (for sudo user); better comments about the meaning of nice option
laravel_horizon
train
php,php
d7fb7ba52d05cde87ac54135337518b03ca23f44
diff --git a/salt/modules/philips_hue.py b/salt/modules/philips_hue.py index <HASH>..<HASH> 100644 --- a/salt/modules/philips_hue.py +++ b/salt/modules/philips_hue.py @@ -29,20 +29,20 @@ def _proxy(): ''' Get proxy. ''' - return __opts__.get('proxymodule') + return __proxy__ def __virtual__():...
Update philips Hue proxy to support __proxy__ variable.
saltstack_salt
train
py
ef1d788a3404a098f4b6114a40f511a04d67ca75
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -36,11 +36,11 @@ return [ 'name' => 'taoQtiItem', 'label' => 'QTI item model', 'license' => 'GPL-2.0', - 'version' => '23.8.0', + 'version' => '23.9.0', 'autho...
Merge branch 'develop' into fix/UDI-<I>/have-access-to-children-under-restricted-class # Conflicts: # manifest.php # scripts/update/Updater.php
oat-sa_extension-tao-itemqti
train
php,php
2b26d2ca1b7ad4f400dec0d97feddcd2f0bf6026
diff --git a/rllib/policy/torch_policy.py b/rllib/policy/torch_policy.py index <HASH>..<HASH> 100644 --- a/rllib/policy/torch_policy.py +++ b/rllib/policy/torch_policy.py @@ -480,7 +480,8 @@ class TorchPolicy(Policy): state = super().get_state() state["_optimizer_variables"] = [] for i, o in ...
[rllib] Fix for Torch checkpoint taken on GPU fails to deserialize on CPU (#<I>) (#<I>)
ray-project_ray
train
py
fe1c15419a4fff8797897e4443e9be19ba6cadad
diff --git a/hazelcast/src/main/java/com/hazelcast/spi/exception/CallerNotMemberException.java b/hazelcast/src/main/java/com/hazelcast/spi/exception/CallerNotMemberException.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/spi/exception/CallerNotMemberException.java +++ b/hazelcast/src/main/...
Minor javadoc improvement in CallerNotMemberException
hazelcast_hazelcast
train
java
331a921922248308c29f7ab908aab4dca4966aab
diff --git a/test/js/tests/unit-tests.js b/test/js/tests/unit-tests.js index <HASH>..<HASH> 100644 --- a/test/js/tests/unit-tests.js +++ b/test/js/tests/unit-tests.js @@ -133,11 +133,13 @@ $(function() { test('variance',function(){ equals(jStat.variance([3,4,5,6,7]),2,'variance([3,4,5,6,7])'); + equals(jStat.va...
update qunit for stdev and variance
jstat_jstat
train
js
eeb8b936dd7a1b9c479922ac2e7d8c3eeceae617
diff --git a/platforms/ios.js b/platforms/ios.js index <HASH>..<HASH> 100644 --- a/platforms/ios.js +++ b/platforms/ios.js @@ -106,7 +106,7 @@ exports.installPlugin = function (config, plugin, callback) { // write out plist plistObj[0].Plugins[plistEle.attrib['key']] = plistEle.attrib['string']; - ...
[ios] fixing plist writing
apache_cordova-plugman
train
js,js
f7b58d0298a3258d5f721e4bbfbbb3ba4a854bcb
diff --git a/pymatgen/io/vasp/sets.py b/pymatgen/io/vasp/sets.py index <HASH>..<HASH> 100644 --- a/pymatgen/io/vasp/sets.py +++ b/pymatgen/io/vasp/sets.py @@ -1265,12 +1265,13 @@ class MVLSlabSet(MPRelaxSet): self.auto_dipole = auto_dipole self.get_locpot = get_locpot self.kwargs = kwargs + ...
forgot new attribute for MVLSlabSet
materialsproject_pymatgen
train
py
1db32cd61f31d712d7eeb73575e5bbf510bf48bd
diff --git a/Thru/ActiveRecord/Search.php b/Thru/ActiveRecord/Search.php index <HASH>..<HASH> 100644 --- a/Thru/ActiveRecord/Search.php +++ b/Thru/ActiveRecord/Search.php @@ -28,6 +28,7 @@ class Search public function condition(SearchCondition $condition){ $this->conditions[] = $condition; + return $...
Pushing it to <I>%\!
Thruio_ActiveRecord
train
php,php
1346f2aaec2e041cc393092547905008d9fd4ea7
diff --git a/src/HtmlServiceProvider.php b/src/HtmlServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/HtmlServiceProvider.php +++ b/src/HtmlServiceProvider.php @@ -44,7 +44,7 @@ class HtmlServiceProvider extends ServiceProvider */ protected function registerHtmlBuilder() { - $this->app->bi...
Updating bind method to singleton + Refactoring
ARCANEDEV_LaravelHtml
train
php
657e8a547c7d4bd9e591626b970b906c46067478
diff --git a/core/candleManager.js b/core/candleManager.js index <HASH>..<HASH> 100644 --- a/core/candleManager.js +++ b/core/candleManager.js @@ -101,7 +101,7 @@ var Manager = function() { throw 'Gekko is unable to save historical data, do I have sufficient rights?'; this.on('processed', function() { - lo...
put verbose logging under debug
askmike_gekko
train
js
8e70abefe6425ae716b87a034bfd4ab044254a48
diff --git a/functions/functions-twig.php b/functions/functions-twig.php index <HASH>..<HASH> 100644 --- a/functions/functions-twig.php +++ b/functions/functions-twig.php @@ -3,7 +3,7 @@ class TimberTwig { function __construct(){ - add_action('get_twig', array($this, 'add_twig_filters')); + add_action('twig_...
renamed action to add twig filters
timber_timber
train
php,php
1f6d066d7b7dff689e335c5e3659af3ea5b1d1e5
diff --git a/src/Console/CommandRunner.php b/src/Console/CommandRunner.php index <HASH>..<HASH> 100644 --- a/src/Console/CommandRunner.php +++ b/src/Console/CommandRunner.php @@ -372,7 +372,9 @@ class CommandRunner implements EventDispatcherInterface { $builder = Router::createRouteBuilder('/'); - ...
Add check before calling methods that may not exist.
cakephp_cakephp
train
php
165131a452b03c94b0c8553f634cd0d258261a77
diff --git a/app/models/unidom/visitor/authenticating.rb b/app/models/unidom/visitor/authenticating.rb index <HASH>..<HASH> 100644 --- a/app/models/unidom/visitor/authenticating.rb +++ b/app/models/unidom/visitor/authenticating.rb @@ -19,6 +19,9 @@ class Unidom::Visitor::Authenticating < Unidom::Visitor::ApplicationRec...
1, Improve the Authenticating model for the document.
topbitdu_unidom-visitor
train
rb
bddef4868170c6315fd05bca0aa20c79472615f0
diff --git a/lib/Cake/Model/Datasource/Database/Query.php b/lib/Cake/Model/Datasource/Database/Query.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Model/Datasource/Database/Query.php +++ b/lib/Cake/Model/Datasource/Database/Query.php @@ -466,13 +466,15 @@ class Query implements Expression, IteratorAggregate { $exp...
Transforming the query before binding params too
cakephp_cakephp
train
php
96259e4797a0fcc3f6e25f5074d3228e0747a3ec
diff --git a/src/Gitonomy/Git/Parser/DiffParser.php b/src/Gitonomy/Git/Parser/DiffParser.php index <HASH>..<HASH> 100644 --- a/src/Gitonomy/Git/Parser/DiffParser.php +++ b/src/Gitonomy/Git/Parser/DiffParser.php @@ -64,9 +64,9 @@ class DiffParser extends ParserBase // 4. File informations $isBi...
Be compatible with bitbucket by allowing short hashes
gitonomy_gitlib
train
php
91b5a2b51a570f4e61edf301c04f18cc929accbb
diff --git a/stratosphere-java/src/main/java/eu/stratosphere/api/java/record/io/TextInputFormat.java b/stratosphere-java/src/main/java/eu/stratosphere/api/java/record/io/TextInputFormat.java index <HASH>..<HASH> 100644 --- a/stratosphere-java/src/main/java/eu/stratosphere/api/java/record/io/TextInputFormat.java +++ b/s...
Correctly marked text input format members as transient
apache_flink
train
java
14793d3b0ea6d0ce2db3dfc9de5638ec0a814e04
diff --git a/src/Editor.js b/src/Editor.js index <HASH>..<HASH> 100644 --- a/src/Editor.js +++ b/src/Editor.js @@ -360,16 +360,6 @@ define(function (require, exports, module) { return this._codeMirror.totalHeight(includePadding); }; - - /** - * Gets the total number of displayed lines for the doc...
removed heightInLines function from Editor.js
adobe_brackets
train
js
f9affb550ac49424c745eb8116c419f5d1ab3278
diff --git a/js/reveal.js b/js/reveal.js index <HASH>..<HASH> 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -447,7 +447,8 @@ */ function checkCapabilities() { - isMobileDevice = /(iphone|ipod|ipad|android)/gi.test( UA ); + isMobileDevice = /(iphone|ipod|ipad|android)/gi.test( UA ) || + ( navigator.plat...
fix viewport overflow in iPadOS safari
hakimel_reveal.js
train
js
cc7c7b332123b10eba471a4a7de49c5e5e999afb
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -220,7 +220,7 @@ var CONFIG = { }, dart: { src: ['LICENSE'], - exclude: ['rtts_assert/'], + exclude: ['rtts_assert'], pipes: {} } },
fix(build): Don't include rtts in the dart build. The module name actually does not include a trailing slash, so the folder would show up and be included in the dart pubbuild.
angular_angular
train
js
3d770a6ca81f3f45ae87c93789bf428a35872f25
diff --git a/jaeger_client/config.py b/jaeger_client/config.py index <HASH>..<HASH> 100644 --- a/jaeger_client/config.py +++ b/jaeger_client/config.py @@ -116,6 +116,7 @@ class Config(object): 'tags', 'enabled', 'reporter_batch_size', + ...
Mark reporter_queue_size Config option as valid (#<I>) If you add reporter_queue_size as an option in a jaeger_client.Config, it currently raises an error, even if it's a valid option if validate=True.
jaegertracing_jaeger-client-python
train
py,py
9efd3755471fa02669cd2a2adaa59da25c8af3b0
diff --git a/symbols/argument.py b/symbols/argument.py index <HASH>..<HASH> 100644 --- a/symbols/argument.py +++ b/symbols/argument.py @@ -25,7 +25,7 @@ class SymbolARGUMENT(Symbol): ''' Symbol.__init__(self, value) self.lineno = lineno - self.set_byref(byref if byref is not None else ...
Argument MUST have it?s own byref attribute, and also it?s setter must check it?s not an rvalue.
boriel_zxbasic
train
py
41cdcf50e20c01220a3649b335992c61abce9dc3
diff --git a/OpenPNM/Network/tools.py b/OpenPNM/Network/tools.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Network/tools.py +++ b/OpenPNM/Network/tools.py @@ -794,6 +794,9 @@ def find_surface_pores(network, markers=None, label='surface'): This function does not check whether the given markers actually lie outside ...
Added more explanation to find_surface_pores to help when not all pores are identified
PMEAL_OpenPNM
train
py
84367083b084f4770666f3f456a81434547e177e
diff --git a/spec/pins_v3_spec.rb b/spec/pins_v3_spec.rb index <HASH>..<HASH> 100755 --- a/spec/pins_v3_spec.rb +++ b/spec/pins_v3_spec.rb @@ -791,6 +791,8 @@ describe "Origen Pin API v3" do $dut.package = :p2 $dut.other_pins(:other).size.should == 3 $dut.other_pin_groups.size.should == 1 + ...
Ready to push and get a pull request set.
Origen-SDK_origen
train
rb
7e021a12d4233002e89e2611eff4ef35b81033ad
diff --git a/lib/smart_proxy_dynflow/version.rb b/lib/smart_proxy_dynflow/version.rb index <HASH>..<HASH> 100644 --- a/lib/smart_proxy_dynflow/version.rb +++ b/lib/smart_proxy_dynflow/version.rb @@ -1,5 +1,5 @@ module Proxy class Dynflow - VERSION = '0.1.6' + VERSION = '0.1.7' end end
Update smart_proxy_dynflow to <I>
theforeman_smart_proxy_dynflow
train
rb
ad7106dfc4c7affd5e64369c4ec266b51ceae224
diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index <HASH>..<HASH> 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -417,7 +417,17 @@ func (api *ConsensusAPI) delayPayloadImport(block *types.Block) (beacon.PayloadS // payload as non-integratable on top of the existing sync. We'll just // have ...
eth/catalyst: fix NewPayload warn log when dropping due to snap sync
ethereum_go-ethereum
train
go
138c5561ca1a7ecb077b4821890e54010598fbe7
diff --git a/tests/ssh_tests.py b/tests/ssh_tests.py index <HASH>..<HASH> 100644 --- a/tests/ssh_tests.py +++ b/tests/ssh_tests.py @@ -1,4 +1,4 @@ -from nose.tools import istest, assert_raises, assert_in +from nose.tools import istest, assert_raises import spur import spur.ssh @@ -43,7 +43,7 @@ def connection_error...
Remove usage of assert_in for py<I> compatibility
mwilliamson_spur.py
train
py
ba7b1ca565c8a59a54bddf7a89881bac2256cff1
diff --git a/lib/navigationlib.php b/lib/navigationlib.php index <HASH>..<HASH> 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -672,6 +672,20 @@ class navigation_node implements renderable { $this->parent->make_inactive(); } } + + /** + * Hides the node and any child...
MDL-<I> navigation: fixed expansion limit issue hiding nodes
moodle_moodle
train
php
c35eec1cadd58f39bf0e1f48c107a23a44d0feee
diff --git a/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php b/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php index <HASH>..<HASH> 100644 --- a/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php +++ b/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php @@ -62,7 +62,7 @@ class ObjectManager...
Prevent IdGenerator from decorating itself (#<I>)
theofidry_AliceDataFixtures
train
php
a0cbcf0e4f1e80c1fadf28bb2000c780c8c5dca1
diff --git a/aikif/bias.py b/aikif/bias.py index <HASH>..<HASH> 100644 --- a/aikif/bias.py +++ b/aikif/bias.py @@ -57,7 +57,7 @@ class Bias(object): get_bias_rating() = returns the bias rating 0=bullshit -> 1=fact """ - #@debug + @debug def __init__(self, metadata): """ ...
bias.py includes debug decorator to track issues
acutesoftware_AIKIF
train
py
a54d8a8f90c2fdeecedac73ded4b75cb320f0316
diff --git a/js/jquery.iframe-transport.js b/js/jquery.iframe-transport.js index <HASH>..<HASH> 100644 --- a/js/jquery.iframe-transport.js +++ b/js/jquery.iframe-transport.js @@ -1,5 +1,5 @@ /* - * jQuery Iframe Transport Plugin 1.8.1 + * jQuery Iframe Transport Plugin 1.8.2 * https://github.com/blueimp/jQuery-File-...
Handle file inputs with form attribute. Fixes #<I> Thanks @denper for the bug report and fix suggestion.
blueimp_jQuery-File-Upload
train
js