hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
ea0a3c5ae4e11a96edc018e038e9fa2d41a16911
diff --git a/geomdl/operations.py b/geomdl/operations.py index <HASH>..<HASH> 100644 --- a/geomdl/operations.py +++ b/geomdl/operations.py @@ -347,8 +347,8 @@ def remove_knot(obj, param, num, **kwargs): kv_u = helpers.knot_removal_kv(obj.knotvector_u, span_u, num[0]) # Update the surface aft...
Fix ctrlpts_size assignment in surface knot removal
orbingol_NURBS-Python
train
8be1e361ad9538f023e5d726aa8b500c464eefc0
diff --git a/transport/http/src/test/java/org/kaazing/gateway/transport/http/multi/auth/ConnectorMultiFactorAuthIT.java b/transport/http/src/test/java/org/kaazing/gateway/transport/http/multi/auth/ConnectorMultiFactorAuthIT.java index <HASH>..<HASH> 100644 --- a/transport/http/src/test/java/org/kaazing/gateway/transpor...
Make mock handler tolerant of call to sessionClosed
kaazing_gateway
train
806fb8ab7ac7cf633aef48a3c43e87bccf1977a8
diff --git a/pkg/infra/tracing/opentelemetry_tracing.go b/pkg/infra/tracing/opentelemetry_tracing.go index <HASH>..<HASH> 100644 --- a/pkg/infra/tracing/opentelemetry_tracing.go +++ b/pkg/infra/tracing/opentelemetry_tracing.go @@ -96,11 +96,11 @@ func (ots *Opentelemetry) parseSettingsOpentelemetry() error { ots.enab...
Tracing: Fix OpenTelemetry Jaeger context propagation (#<I>) * fix otel jaeger context propagation * add back launch.json * add back launch.json
grafana_grafana
train
267d5c922a169da92d5731fe5852a2790ebd4cce
diff --git a/tests/mock_util.py b/tests/mock_util.py index <HASH>..<HASH> 100644 --- a/tests/mock_util.py +++ b/tests/mock_util.py @@ -121,7 +121,7 @@ class pymetar(ModuleType): `pymetar <http://www.schwarzvogel.de/software-pymetar.shtml>`__ """ - class ReportFetcher(object): + class ReportFetcher...
[Tr] Drop object subclassing in Event
JNRowe_upoints
train
55d8ad41b2f9c4911ea56e55b2ded3acb81c5240
diff --git a/lib/asciidoctor/standoc/reqt.rb b/lib/asciidoctor/standoc/reqt.rb index <HASH>..<HASH> 100644 --- a/lib/asciidoctor/standoc/reqt.rb +++ b/lib/asciidoctor/standoc/reqt.rb @@ -41,7 +41,9 @@ module Asciidoctor unnumbered: node.option?("unnumbered") ? "true" : nil, subsequence: node.attr(...
requirement model and type: closes #<I>
metanorma_metanorma-standoc
train
e97b6e5abd6b81d126f946afee9107cedac03eb6
diff --git a/smartfile/__init__.py b/smartfile/__init__.py index <HASH>..<HASH> 100644 --- a/smartfile/__init__.py +++ b/smartfile/__init__.py @@ -156,8 +156,16 @@ try: return (self.token, self.secret)[index] def is_valid(self): + # Ensure both values don't evaluate to False. ...
Even stricter validation for OAuth tokens.
smartfile_client-python
train
bc35ede128b5ea1707995a1aa12666e179dfddc7
diff --git a/lib/Widget/Session.php b/lib/Widget/Session.php index <HASH>..<HASH> 100644 --- a/lib/Widget/Session.php +++ b/lib/Widget/Session.php @@ -23,20 +23,6 @@ class Session extends Parameter protected $namespace = 'widget'; /** - * Whether session started - * - * @var string - *...
removed started option, ref #<I>
twinh_wei
train
366c691572175f97b028883236b3636788a4d595
diff --git a/gwpy/timeseries/io/losc.py b/gwpy/timeseries/io/losc.py index <HASH>..<HASH> 100644 --- a/gwpy/timeseries/io/losc.py +++ b/gwpy/timeseries/io/losc.py @@ -171,10 +171,10 @@ def read_losc_state(filename, channel, group=None, start=None, end=None, except KeyError: dt = Quantity(1, 's') else...
timeseries.io.losc: fixed some statevector bugs
gwpy_gwpy
train
ed347b929e37faa8ea0f854be731ee8db8be7ff1
diff --git a/asn1crypto/core.py b/asn1crypto/core.py index <HASH>..<HASH> 100644 --- a/asn1crypto/core.py +++ b/asn1crypto/core.py @@ -3227,18 +3227,23 @@ class Sequence(Asn1Value): return None if self._native is None: - if self.children is None: - self._parse_children(...
Improve exceptions to include spec names when an error occurs accessing .native
wbond_asn1crypto
train
82918cd9b1f611fc6feec9769a9cb42be541fb08
diff --git a/tests/test_random.py b/tests/test_random.py index <HASH>..<HASH> 100644 --- a/tests/test_random.py +++ b/tests/test_random.py @@ -3,7 +3,7 @@ import numpy as np def test_shape(): - R = np.random.random((5, 1024, 2)) + R = np.random.random((5, 2048, 2)) stempeg.write_stems(R, "./random.stem....
fixing tests for ffmpeg <I>
faroit_stempeg
train
8110fe4239bcafe13b7d0b404d1ca3ddb14f6d49
diff --git a/spec/lib/spatial_features/has_spatial_features/feature_import_spec.rb b/spec/lib/spatial_features/has_spatial_features/feature_import_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/spatial_features/has_spatial_features/feature_import_spec.rb +++ b/spec/lib/spatial_features/has_spatial_features/feature_...
Added test to ensure that spatial cache is updated
culturecode_spatial_features
train
2545678dc4a0efcdcbf51a3ee61f0d3ca9647959
diff --git a/reactfx/src/main/java/org/reactfx/PrependEventStream.java b/reactfx/src/main/java/org/reactfx/PrependEventStream.java index <HASH>..<HASH> 100644 --- a/reactfx/src/main/java/org/reactfx/PrependEventStream.java +++ b/reactfx/src/main/java/org/reactfx/PrependEventStream.java @@ -7,6 +7,7 @@ public class Prep...
Fix PrependEventStream.
TomasMikula_ReactFX
train
d9d7e0a0ac8bfcbf2b2853fb1b09c51512c01e59
diff --git a/oracle/src/main/java/org/archive/accesscontrol/model/HibernateRuleDao.java b/oracle/src/main/java/org/archive/accesscontrol/model/HibernateRuleDao.java index <HASH>..<HASH> 100644 --- a/oracle/src/main/java/org/archive/accesscontrol/model/HibernateRuleDao.java +++ b/oracle/src/main/java/org/archive/accessc...
wayback-access-control FIX: fix possible NPE in access control check
iipc_openwayback-access-control
train
afcca4113b3e5e6ca1e61adf8ed42abbfeb7b169
diff --git a/dist/jstree.js b/dist/jstree.js index <HASH>..<HASH> 100644 --- a/dist/jstree.js +++ b/dist/jstree.js @@ -2638,7 +2638,7 @@ }, /** * refreshes a node in the tree (reload its children) all opened nodes inside that node are reloaded with calls to `load_node`. - * @name refresh_name(obj) + * @na...
fix to method name + added task for version replacement
vakata_jstree
train
214b72d628aa3f87338bb8370f937bc22d47950d
diff --git a/src/main/java/net/openhft/chronicle/network/RemoteConnector.java b/src/main/java/net/openhft/chronicle/network/RemoteConnector.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/openhft/chronicle/network/RemoteConnector.java +++ b/src/main/java/net/openhft/chronicle/network/RemoteConnector.java @@ -1...
Gracefully handle UnresolvedAddressException, Fix #<I>
OpenHFT_Chronicle-Network
train
9e35552725713ec59034e63431dc7dfcf4e0738e
diff --git a/lib/slugify.js b/lib/slugify.js index <HASH>..<HASH> 100644 --- a/lib/slugify.js +++ b/lib/slugify.js @@ -64,11 +64,9 @@ function slugify( str , options = {} ) { } str = str.toLowerCase() ; - console.log( 'str #0' , str ) ; // transform/collapse whitespace \p{Z}, punctuation \p{P} (also contains:...
Unicode support in slug: ok
cronvel_rest-query-shared
train
995a5f0c925d4ae5ef736f605672bfb3b9b904fa
diff --git a/src/Encoder.js b/src/Encoder.js index <HASH>..<HASH> 100644 --- a/src/Encoder.js +++ b/src/Encoder.js @@ -6,9 +6,10 @@ Encoder = module.exports = Class.extend({ Object.assign(this, properties); }, - mount: function() { + mount: function(properties) { this.connection.mount({ + route : prope...
Small tweak to allow registering the encoder for outbound routes.
simplygreatwork_godsend-extras
train
f4deb12a396548e81ce5f959a04dfe7d5b1cbde6
diff --git a/app/js/app.config.js b/app/js/app.config.js index <HASH>..<HASH> 100644 --- a/app/js/app.config.js +++ b/app/js/app.config.js @@ -21,6 +21,10 @@ module.exports = () => { require('js/services/importer')(duniterApp); require('js/services/base58')(duniterApp); + window.onresize = () => { + window....
Fixing duniter/duniter#<I> Add a callback on window resizing
duniter_duniter-ui
train
eddeef231098a615ea2ebb31d59dec22068fcc1e
diff --git a/lib/ext/rubydoop.rb b/lib/ext/rubydoop.rb index <HASH>..<HASH> 100644 --- a/lib/ext/rubydoop.rb +++ b/lib/ext/rubydoop.rb @@ -33,16 +33,16 @@ module Rubydoop def enable_compression! unless local_mode? - set 'mapred.compress.map.output', true - set 'mapred.output.compress', true ...
Use mapreduce.* properties instead of mapred.* When running on anything remotely modern we get deprecation warnings about using mapred.* properties. I don't think there's any danger of using mapreduce.* properties since Rubydoop uses the org.apache.hadoop.mapreduce packages and isn't even compatible with Hadoop versio...
burtcorp_humboldt
train
950d8533f32e35119b75505868c7a46e1bdca3b4
diff --git a/src/onelogin/saml2/utils.py b/src/onelogin/saml2/utils.py index <HASH>..<HASH> 100644 --- a/src/onelogin/saml2/utils.py +++ b/src/onelogin/saml2/utils.py @@ -660,7 +660,7 @@ class OneLogin_Saml2_Utils(object): elem = OneLogin_Saml2_XML.to_etree(xml) xmlsec.enable_debug_trace(debug) ...
Handle valid but uncommon dsig block with no URI in the reference
onelogin_python3-saml
train
c9d734d9be4bb23a6c36cce048245f385333ca09
diff --git a/docs/src/app/components/pages/discover-more/Showcase.js b/docs/src/app/components/pages/discover-more/Showcase.js index <HASH>..<HASH> 100644 --- a/docs/src/app/components/pages/discover-more/Showcase.js +++ b/docs/src/app/components/pages/discover-more/Showcase.js @@ -73,7 +73,7 @@ const Showcase = () => ...
[Docs] Fix showcase links click.
mui-org_material-ui
train
51fd6dd1ced0b16486ca66a52baf64515e63131f
diff --git a/docker/api/container.py b/docker/api/container.py index <HASH>..<HASH> 100644 --- a/docker/api/container.py +++ b/docker/api/container.py @@ -694,7 +694,8 @@ class ContainerApiMixin(object): return self._stream_raw_result(res, chunk_size, False) @utils.check_resource('container') - def g...
Disable compression by default when using get_archive method
docker_docker-py
train
5f5ea8cc4c25fb3d796ee1f3faf2f9566275436a
diff --git a/lang/en/moodle.php b/lang/en/moodle.php index <HASH>..<HASH> 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -37,6 +37,7 @@ $string['assigncreators'] = "Assign course creators"; $string['assignteachers'] = "Assign teachers"; $string['authentication'] = "Authentication"; $string['availablecou...
Include some entries to use in the backup utility.
moodle_moodle
train
2828c7175f86bb3337bceb8dfa7aaf63c66ccab3
diff --git a/prow/cmd/peribolos/main.go b/prow/cmd/peribolos/main.go index <HASH>..<HASH> 100644 --- a/prow/cmd/peribolos/main.go +++ b/prow/cmd/peribolos/main.go @@ -968,6 +968,11 @@ func configureRepos(client repoClient, orgName string, orgConfig org.Config) err logrus.WithField("repo", wantName).Info("repo exist...
peribolos: Prevent unsupported API call to unarchive a repo
kubernetes_test-infra
train
df937c05024c2e6c5ff7886e8271cd6b16ae91ad
diff --git a/quickblox.js b/quickblox.js index <HASH>..<HASH> 100644 --- a/quickblox.js +++ b/quickblox.js @@ -920,7 +920,7 @@ UsersProxy.prototype.get = function(params, callback){ url += '/' + params + config.urls.type; } else if (typeof params === 'object') { if (params.id) { - url += '/' + params ...
fix request where to get the User by id
QuickBlox_quickblox-javascript-sdk
train
76f71d40cfda7e3b6fb423025d0959ec2340f114
diff --git a/openquake/commands/tests/commands_test.py b/openquake/commands/tests/commands_test.py index <HASH>..<HASH> 100644 --- a/openquake/commands/tests/commands_test.py +++ b/openquake/commands/tests/commands_test.py @@ -554,8 +554,8 @@ class PrepareSiteModelTestCase(unittest.TestCase): ...
Fixed test [skip CI]
gem_oq-engine
train
21ebfa63271156c6c3476531bd5f528abbd8890b
diff --git a/test/person-get-inbox-test-as-root.js b/test/person-get-inbox-test-as-root.js index <HASH>..<HASH> 100644 --- a/test/person-get-inbox-test-as-root.js +++ b/test/person-get-inbox-test-as-root.js @@ -33,7 +33,7 @@ var assert = require("assert"), pj = httputil.postJSON, gj = httputil.getJSON, d...
Don't use the same store for local and remote in person-get-inbox-test-as-root.js
pump-io_pump.io
train
8c41195223a6e8e0a5accb8646bc7cb500ba745b
diff --git a/extensions/mentions/js/src/post-mention-previews.js b/extensions/mentions/js/src/post-mention-previews.js index <HASH>..<HASH> 100644 --- a/extensions/mentions/js/src/post-mention-previews.js +++ b/extensions/mentions/js/src/post-mention-previews.js @@ -49,7 +49,14 @@ export default function postMentionPre...
Reposition the post mention preview after its content has loaded
flarum_core
train
934d344a6685ed5ad9e805d210d0d2c401ed230d
diff --git a/lib/erb_to_slim/pattern.rb b/lib/erb_to_slim/pattern.rb index <HASH>..<HASH> 100644 --- a/lib/erb_to_slim/pattern.rb +++ b/lib/erb_to_slim/pattern.rb @@ -33,7 +33,7 @@ module ErbToSlim end def html_tag - /( *)<(\w+)(.*?) *(?<!%)\/?> *(.*)?/ + /^(#{indentation})<(\w+)(.*?) *(?<!%)\/?> ...
not substitution html_tags when this tag is not at line beginning position.
zw963_erb_to_slim
train
6077d8da4343e4aa49203c7984ef23e2d2ba5fa0
diff --git a/Branch-SDK/src/io/branch/referral/RemoteInterface.java b/Branch-SDK/src/io/branch/referral/RemoteInterface.java index <HASH>..<HASH> 100644 --- a/Branch-SDK/src/io/branch/referral/RemoteInterface.java +++ b/Branch-SDK/src/io/branch/referral/RemoteInterface.java @@ -185,6 +185,7 @@ class RemoteInterface { ...
Fixing Http Client leak in Strict mode Preventing an SMV issue with HTTP Post and GET which can delay the request response.
BranchMetrics_android-branch-deep-linking
train
089381228b52bf4c00f0ba45b3f6ac3fa6448565
diff --git a/lib/validates_zipcode/cldr_regex_collection.rb b/lib/validates_zipcode/cldr_regex_collection.rb index <HASH>..<HASH> 100644 --- a/lib/validates_zipcode/cldr_regex_collection.rb +++ b/lib/validates_zipcode/cldr_regex_collection.rb @@ -205,6 +205,7 @@ module ValidatesZipcode NR: /\A([a-zA-Z\d\s]){3,}\...
get PA regex back, now with 4-digit format from <I>
dgilperez_validates_zipcode
train
a418c4a679595752de5da4d4f8d23c707d1aff46
diff --git a/tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGetTest.php b/tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGetTest.php index <HASH>..<HASH> 100644 --- a/tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGetTest.php +++ b/t...
Verifying `MagicGet` generated code even without parent `__set()` method being defined
Ocramius_ProxyManager
train
c2c747d237475df70cac35c0f15c53e54b231da3
diff --git a/contrib/nodejs/fs.js b/contrib/nodejs/fs.js index <HASH>..<HASH> 100644 --- a/contrib/nodejs/fs.js +++ b/contrib/nodejs/fs.js @@ -356,7 +356,6 @@ fs.utimes; * @param {number|Date} atime * @param {number|Date} mtime * @return {void} - * @nosideeffects */ fs.utimesSync; @@ -374,7 +373,6 @@ fs.futi...
Fix annotations in nodejs/fs.js extern file These functions actually have side-effects.
google_closure-compiler
train
ce3b76de49091dac6e200e7784129a2e3e2071f8
diff --git a/ci/views.py b/ci/views.py index <HASH>..<HASH> 100644 --- a/ci/views.py +++ b/ci/views.py @@ -575,10 +575,7 @@ def identity(request, identity): "messagesets": messagesets, "subscriptions": subscriptions, "outbound_messages": outbound_messages, - "subscripti...
Pass inbound messages to view in a similar way to outbound messages
praekeltfoundation_seed-control-interface
train
4085865134068636ccb760fe5c6f32ac03c3a75d
diff --git a/tensorflow_probability/python/math/root_search.py b/tensorflow_probability/python/math/root_search.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/math/root_search.py +++ b/tensorflow_probability/python/math/root_search.py @@ -448,7 +448,12 @@ def find_root_chandrupatla(objective_fn, ...
Fix a numeric bug that sometimes caused Chandrapatla's method to fail to converge. PiperOrigin-RevId: <I>
tensorflow_probability
train
a83df510cbaa8f2511d991c626c567fed959f09f
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * `Style/TrivialAccessors` allows predicate methods by default. ([@alexdowad][]) * [#2869](https://github.com/bbatsov/rubocop/issues/2869): Offenses which occur in the body of a `when` clause w...
[Fix #<I>] UselessAccessModifier recognizes method defs which are arg to method call
rubocop-hq_rubocop
train
b15890b1c2da4e043348650a3f0f2ded6f963d22
diff --git a/generators/entity/templates/src/main/java/package/domain/_Entity.java b/generators/entity/templates/src/main/java/package/domain/_Entity.java index <HASH>..<HASH> 100644 --- a/generators/entity/templates/src/main/java/package/domain/_Entity.java +++ b/generators/entity/templates/src/main/java/package/domai...
fix add and remove methods for two relationships with same entity
jhipster_generator-jhipster
train
2597689e49cdff5762a9e095cac588049ec8bf8b
diff --git a/app/lib/actions/katello/repository/sync.rb b/app/lib/actions/katello/repository/sync.rb index <HASH>..<HASH> 100644 --- a/app/lib/actions/katello/repository/sync.rb +++ b/app/lib/actions/katello/repository/sync.rb @@ -37,6 +37,12 @@ module Actions def presenter Helpers::Presenter::Deleg...
Index only when synchronization not handled by Dynflow action The Actions::Katello::Repository::Sync itself handled then indexing of the content: no need to do it again the after_sync callback.
Katello_katello
train
b09e5252601b534604e7d2a6d86503ad9acaac89
diff --git a/multiqc/templates/default/assets/js/multiqc_toolbox.js b/multiqc/templates/default/assets/js/multiqc_toolbox.js index <HASH>..<HASH> 100644 --- a/multiqc/templates/default/assets/js/multiqc_toolbox.js +++ b/multiqc/templates/default/assets/js/multiqc_toolbox.js @@ -33,19 +33,6 @@ $(function () { e.pre...
Remove some of the toolbox checks. Let people do these things if they want to :)
ewels_MultiQC
train
6a01f451dcd6a44413457bbd2b22563cf46d4ba8
diff --git a/lib/exchanger/element.rb b/lib/exchanger/element.rb index <HASH>..<HASH> 100644 --- a/lib/exchanger/element.rb +++ b/lib/exchanger/element.rb @@ -5,10 +5,10 @@ module Exchanger include Exchanger::Dirty include Exchanger::Persistence - class_inheritable_accessor :elements - class_inheritab...
"#class_inheritable_accessor" deprecated in Rails <I>
ebeigarts_exchanger
train
0b6c95b1318a1572507d33f8abf220eef2984b19
diff --git a/tests/unit/forklift/test_legacy.py b/tests/unit/forklift/test_legacy.py index <HASH>..<HASH> 100644 --- a/tests/unit/forklift/test_legacy.py +++ b/tests/unit/forklift/test_legacy.py @@ -2566,6 +2566,9 @@ class TestFileUpload: "manylinux_3_0_s390x", "macosx_10_6_intel", ...
allow uploads of wheels targeting macosx_<I>_0, arm<I> (#<I>)
pypa_warehouse
train
f8014f1ce00151a5a12abc60f526ce6dd1da5826
diff --git a/lib/wcs_helper.py b/lib/wcs_helper.py index <HASH>..<HASH> 100644 --- a/lib/wcs_helper.py +++ b/lib/wcs_helper.py @@ -123,6 +123,8 @@ class ProjectionBase(object): ctype1, ctype2 = self.ctypes equinox = self.equinox radecsys = coord_system_guess(ctype1, ctype2, equinox) + ...
raise an exception if coord. system of the header cannot be determined
astropy_pyregion
train
36f761f25bc89b70c79a49a92f7f6d3d00cb2bbc
diff --git a/astrobase/astrokep.py b/astrobase/astrokep.py index <HASH>..<HASH> 100644 --- a/astrobase/astrokep.py +++ b/astrobase/astrokep.py @@ -925,12 +925,19 @@ def filter_kepler_lcdict(lcdict, if nanfilter and nanfilter == 'sap,pdc': notnanind = ( npisfinite(lcdict['sap']['sap_flux']) & ...
astrotess: minor fix, astrokep: follow astrotess lcdict filter fn
waqasbhatti_astrobase
train
0a35308c460afadcbff958c0da2f430c5ff93193
diff --git a/app/models/katello/kt_environment.rb b/app/models/katello/kt_environment.rb index <HASH>..<HASH> 100644 --- a/app/models/katello/kt_environment.rb +++ b/app/models/katello/kt_environment.rb @@ -50,8 +50,9 @@ module Katello :exclusion => { :in => ["Library"], :message => N_(": '%s' is ...
Refs #<I> - Fixing label validator on kt_environment Declaring a key a second time in a validator overrides the first. Updating to exclude both "Library" and ContentView::CONTENT_DIR
Katello_katello
train
4abc7548755b0f82560e2e607a49d5dd2e09c07a
diff --git a/src/main/java/org/codehaus/groovy/classgen/asm/ClosureWriter.java b/src/main/java/org/codehaus/groovy/classgen/asm/ClosureWriter.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/codehaus/groovy/classgen/asm/ClosureWriter.java +++ b/src/main/java/org/codehaus/groovy/classgen/asm/ClosureWriter.java @...
Make generated closure and lambda classes final
apache_groovy
train
120e83fb9e35743adf3366bbc4c9ced5c3a3d818
diff --git a/sockeye/callback.py b/sockeye/callback.py index <HASH>..<HASH> 100644 --- a/sockeye/callback.py +++ b/sockeye/callback.py @@ -21,7 +21,7 @@ import os import pickle import shutil import time -from typing import List, Optional, Tuple, Dict +from typing import Dict, List, Optional, Tuple, Union import m...
log epoch in metrics file and tensorboard (#<I>) * log epoch in metrics file and tensorboard
awslabs_sockeye
train
af1fd0c33bac87aeb1ed3d0149b589f56dda8d2a
diff --git a/lib/scorm_engine/api/endpoints.rb b/lib/scorm_engine/api/endpoints.rb index <HASH>..<HASH> 100644 --- a/lib/scorm_engine/api/endpoints.rb +++ b/lib/scorm_engine/api/endpoints.rb @@ -41,10 +41,16 @@ module ScormEngine end def require_option(haystack, *needles) - value = needles.reduce...
require_options needs to be able to accept an option whose value is false without complaining
instructure-bridge_scorm_engine
train
948d5286468cdf4c8807694489233ef99c92cd7c
diff --git a/modules/cmsadmin/controllers/LayoutController.php b/modules/cmsadmin/controllers/LayoutController.php index <HASH>..<HASH> 100644 --- a/modules/cmsadmin/controllers/LayoutController.php +++ b/modules/cmsadmin/controllers/LayoutController.php @@ -9,7 +9,7 @@ class LayoutController extends \admin\base\Contro...
[*] changed twig layout folder to cms project Reason: designers need to create the layout file in the project repo.
luyadev_luya
train
c021204af3fdff8dae68bb43c3cebdb89688f22c
diff --git a/lib/web2splash.js b/lib/web2splash.js index <HASH>..<HASH> 100644 --- a/lib/web2splash.js +++ b/lib/web2splash.js @@ -56,22 +56,22 @@ exports.renderWithPhantomJs = function(input, output, callback) { */ function(image, next) { /* set viewport */ - ...
Fix viewport bug with node-phantom syntax.
mwbrooks_web2splash
train
65fe823646f03e30f23aceda94b3ead12cee6536
diff --git a/cpuinfo/cpuinfo.py b/cpuinfo/cpuinfo.py index <HASH>..<HASH> 100644 --- a/cpuinfo/cpuinfo.py +++ b/cpuinfo/cpuinfo.py @@ -28,6 +28,7 @@ CPUINFO_VERSION = (3, 0, 0) import os, sys +import glob import re import time import platform @@ -96,6 +97,10 @@ class DataSource(object): return len(program_pat...
Started adding check for lsprop ibm,pa-features.
workhorsy_py-cpuinfo
train
573d848098886959b93bad49bb9146ad34a01b71
diff --git a/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/metadata/AddMetadataAction.java b/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/metadata/AddMetadataAction.java index <HASH>..<HASH> 100644 --- a/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/...
JCR-<I>: improvements, log messages
exoplatform_jcr
train
59543dd8e2ff91a2e7908d75b23bf26191c1e6cb
diff --git a/tests/Unit/Application/Controller/Admin/ModuleListTest.php b/tests/Unit/Application/Controller/Admin/ModuleListTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/Application/Controller/Admin/ModuleListTest.php +++ b/tests/Unit/Application/Controller/Admin/ModuleListTest.php @@ -44,10 +44,6 @@ class Modu...
OXDEV-<I> Remove leftover from test
OXID-eSales_oxideshop_ce
train
c7ce67e39f76edb69dea9e275437ea1c6796f3ea
diff --git a/tests/test_time.py b/tests/test_time.py index <HASH>..<HASH> 100644 --- a/tests/test_time.py +++ b/tests/test_time.py @@ -334,37 +334,6 @@ def test_naturaldelta_minimum_unit_explicit(minimum_unit, seconds, expected): @pytest.mark.parametrize( - "test_input, when, expected", - [ - (NOW, NO...
TST: Remove tests of naturaldelta when param These tests are irrelevant now that the user is responsible for constructing a timedelta.
jmoiron_humanize
train
299bbdc3df721a441f284e7cf80a23dd197c0458
diff --git a/router/router.go b/router/router.go index <HASH>..<HASH> 100644 --- a/router/router.go +++ b/router/router.go @@ -8,16 +8,9 @@ import ( kv "gopkg.in/Clever/kayvee-go.v5" ) -var ( - appName string - teamName string -) +var teamName string func init() { - appName = os.Getenv("_APP_NAME") - if appNam...
Removed appname from kayvee metadata
Clever_kayvee-go
train
712667af1ba27223bd7e552015c076ec1ee87825
diff --git a/mad/backoff.py b/mad/backoff.py index <HASH>..<HASH> 100644 --- a/mad/backoff.py +++ b/mad/backoff.py @@ -21,39 +21,60 @@ from random import randint -class BackOffStrategy: +class ConstantDelay: """ - The interface of all back off strategies + Generate a constant delay """ - def _...
Implementation of the "FibonacciDelay" back-off strategy
fchauvel_MAD
train
14f0670f548a28a9245f2b8e04cfc444ab771ca9
diff --git a/porespy/filters/__funcs__.py b/porespy/filters/__funcs__.py index <HASH>..<HASH> 100644 --- a/porespy/filters/__funcs__.py +++ b/porespy/filters/__funcs__.py @@ -1940,6 +1940,8 @@ def find_trapped_regions(seq, outlets=None, bins=25, return_mask=True): trapped voxels set to 0. """ + if se...
Added data type check on input image Handling saturation data could work, but requires 2x more code
PMEAL_porespy
train
3cd9e23bedf02bf299dc11e68d8f32c61c0cf852
diff --git a/Library/Security/FacebookProvider.php b/Library/Security/FacebookProvider.php index <HASH>..<HASH> 100755 --- a/Library/Security/FacebookProvider.php +++ b/Library/Security/FacebookProvider.php @@ -21,17 +21,24 @@ class FacebookProvider implements OAuthAwareUserProviderInterface, UserProviderI p...
[CoreBundle] Users are created with correct datas
claroline_Distribution
train
be945c06d238e78f08119c2f2363129c1afd240a
diff --git a/ecs-init/volumes/ecs_volume_plugin.go b/ecs-init/volumes/ecs_volume_plugin.go index <HASH>..<HASH> 100644 --- a/ecs-init/volumes/ecs_volume_plugin.go +++ b/ecs-init/volumes/ecs_volume_plugin.go @@ -14,7 +14,6 @@ package volumes import ( - "errors" "fmt" "os" "sync" @@ -27,7 +26,8 @@ const ( // ...
allow no type for volume; populate volume state after load
aws_amazon-ecs-agent
train
3268f55005ddf6d382ad3bebc2c5b4f541e980ee
diff --git a/lib/fetcheable_on_api/filterable.rb b/lib/fetcheable_on_api/filterable.rb index <HASH>..<HASH> 100644 --- a/lib/fetcheable_on_api/filterable.rb +++ b/lib/fetcheable_on_api/filterable.rb @@ -81,7 +81,7 @@ module FetcheableOnApi keys.each_with_index do |key, index| predicate = filters_configu...
Fix in, in_all and in_any arel predicates, accept array as params.
fabienpiette_fetcheable_on_api
train
d864fa9904fd1644a83055c88377b1fcfd090c55
diff --git a/test/unit/specs/Datepicker.spec.js b/test/unit/specs/Datepicker.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/specs/Datepicker.spec.js +++ b/test/unit/specs/Datepicker.spec.js @@ -605,6 +605,29 @@ describe('Datepicker with restricted views', () => { expect(vm.computedInitialView).to.equal('month...
Increased test coverage for minimumView and maximumView
charliekassel_vuejs-datepicker
train
27fe44c3cb75ab38c18846760d9c7815700ad864
diff --git a/mode/javascript/javascript.js b/mode/javascript/javascript.js index <HASH>..<HASH> 100644 --- a/mode/javascript/javascript.js +++ b/mode/javascript/javascript.js @@ -205,6 +205,8 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) { ++depth; } else if (wordRE.test(ch)) { ...
[javascript mode] Be more conservative about detecting fat arrow syntax So that => in a string or comment doesn't trigger weird indentation. Closes #<I>
codemirror_CodeMirror
train
339c7792eb60e9ea31aeb637508fa598a71c112d
diff --git a/README.md b/README.md index <HASH>..<HASH> 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # node-redis-client -**node-redis-client** is a *lightweight* [Redis](http://redis.io) client for -[Node.js](http://nodejs.org). I could be more descriptive, but that would just -add weight and slow it do...
Remove try/catch around request callbacks
justinfreitag_node-redis-client
train
3c47228829c8d6bb05398dc2c00a2aa41f7b7f52
diff --git a/cloudcontrol/library/search/indexer/InverseDocumentFrequency.php b/cloudcontrol/library/search/indexer/InverseDocumentFrequency.php index <HASH>..<HASH> 100644 --- a/cloudcontrol/library/search/indexer/InverseDocumentFrequency.php +++ b/cloudcontrol/library/search/indexer/InverseDocumentFrequency.php @@ -1...
Minor fix in InverseDocumentFrequency calculation
jenskooij_cloudcontrol
train
f67b1efa0eb176db92908d04630ad695e2516a31
diff --git a/pep517/in_process/_in_process.py b/pep517/in_process/_in_process.py index <HASH>..<HASH> 100644 --- a/pep517/in_process/_in_process.py +++ b/pep517/in_process/_in_process.py @@ -127,7 +127,8 @@ def prepare_metadata_for_build_wheel( except AttributeError: if not _allow_fallback: r...
Refactor _get_wheel_metadata_from_wheel Factor out the wheel building operation so the metadata extraction logic can be resused for editables.
pypa_pep517
train
9d9c96af56986b84a732aa609569b5035825f5f8
diff --git a/activerecord/lib/active_record/validations.rb b/activerecord/lib/active_record/validations.rb index <HASH>..<HASH> 100755 --- a/activerecord/lib/active_record/validations.rb +++ b/activerecord/lib/active_record/validations.rb @@ -1,5 +1,5 @@ module ActiveRecord - # Raised by save! and create! when the re...
revised some conventions in validations docs
rails_rails
train
889d5d2facd3fbcebb7f3ac3fed0d21643800682
diff --git a/salt/modules/shadow.py b/salt/modules/shadow.py index <HASH>..<HASH> 100644 --- a/salt/modules/shadow.py +++ b/salt/modules/shadow.py @@ -47,6 +47,57 @@ def info(name): 'expire': ''} return ret +def set_inactdays(name, inactdays): + ''' + Set the number of days of inactivity after...
Added methods to shadow to set max days, min days, warn days, and inactive days.
saltstack_salt
train
a7a0ed7fe3120421f5af0900d36f6da17f86cf69
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -92,7 +92,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and ht...
(docs) exclude Jupyter backup files for docs building
pysal_giddy
train
c7eb6c81d8907db49b5a03b769cbfc514577cdab
diff --git a/dist/js/shape-editor.js b/dist/js/shape-editor.js index <HASH>..<HASH> 100644 --- a/dist/js/shape-editor.js +++ b/dist/js/shape-editor.js @@ -1,4 +1,4 @@ -//! Built on 2015-06-30 +//! Built on 2015-07-01 //! GPL License. www.openmicroscopy.org //! DO NOT EDIT THIS FILE! - Edit under src/js/*.js @@ -70...
Don't clearSelected() on setState('SELECT')
ome_shape-editor
train
c0fbe3ad12eae4dc408a0ef103f2a359762f73e3
diff --git a/airflow/utils/process_utils.py b/airflow/utils/process_utils.py index <HASH>..<HASH> 100644 --- a/airflow/utils/process_utils.py +++ b/airflow/utils/process_utils.py @@ -163,7 +163,12 @@ def execute_interactive(cmd: List[str], **kwargs): try: # use os.setsid() make it run in a new process gro...
Fix broken static check on main (#<I>) This got broken in <URL>
apache_airflow
train
36e331e3ad6eeaaf307c0305030b82ab1bcda694
diff --git a/support/cas-server-support-gauth-core/src/test/java/org/apereo/cas/adaptors/gauth/repository/credentials/InMemoryGoogleAuthenticatorTokenCredentialRepositoryTests.java b/support/cas-server-support-gauth-core/src/test/java/org/apereo/cas/adaptors/gauth/repository/credentials/InMemoryGoogleAuthenticatorToken...
OneTime seed is not decoded before applied to verify tokens (#<I>) * fixed a bug when onetime seed secret was not decoded before applied on token verify * moved unit test to existing suite as suggested
apereo_cas
train
02f7c0e2dafa8a8e941ff38c1b05aef6597ec616
diff --git a/pyscada/__init__.py b/pyscada/__init__.py index <HASH>..<HASH> 100644 --- a/pyscada/__init__.py +++ b/pyscada/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = '0.6.4' +__version__ = '0.6.5' __author__ = 'Martin Schroeder' diff --git a/pyscada/modbus/__init__.py b/pyscada/modbus/__ini...
fixed modbus client read coil problem second try
trombastic_PyScada
train
d28d894e7d7a210eb55a8e34894cd40cee0bdc0d
diff --git a/phing/tasks/GuzzleSubSplitTask.php b/phing/tasks/GuzzleSubSplitTask.php index <HASH>..<HASH> 100644 --- a/phing/tasks/GuzzleSubSplitTask.php +++ b/phing/tasks/GuzzleSubSplitTask.php @@ -226,7 +226,7 @@ class GuzzleSubSplitTask extends GitBaseTask $cmd = $this->client->getCommand('subsplit'); ...
Removed unused output variable from the split task
guzzle_guzzle3
train
6de5df6fc32e24441f8a557e45d4cd983defb917
diff --git a/src/main/java/net/bootsfaces/component/tab/TabRepeat.java b/src/main/java/net/bootsfaces/component/tab/TabRepeat.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/bootsfaces/component/tab/TabRepeat.java +++ b/src/main/java/net/bootsfaces/component/tab/TabRepeat.java @@ -870,7 +870,57 @@ public class...
#<I> now the input validation is iterated over each dynamical tab, too
TheCoder4eu_BootsFaces-OSP
train
bde9037208742f224b72878189d251b841e8d3db
diff --git a/test/k8sT/external_ips.go b/test/k8sT/external_ips.go index <HASH>..<HASH> 100644 --- a/test/k8sT/external_ips.go +++ b/test/k8sT/external_ips.go @@ -243,6 +243,7 @@ var _ = Describe("K8sKubeProxyFreeMatrix tests", func() { "global.autoDirectNodeRoutes": "true", "global.nodePort.device": e...
test: Disable BPF masq for K8sKubeProxyFreeMatrix Disable the BPF masq in the vxlan tests until PublicInterfaceName is decluttered. The communication between pod and remote node has to be SNAT'd in the case of vxlan, which is currently not feasible, as bpf_netdev is loaded only on PublicInterfaceName.
cilium_cilium
train
653d4084ffbc683e49eaebb136f77c3424c73180
diff --git a/PySimpleGUIWeb/PySimpleGUIWeb.py b/PySimpleGUIWeb/PySimpleGUIWeb.py index <HASH>..<HASH> 100644 --- a/PySimpleGUIWeb/PySimpleGUIWeb.py +++ b/PySimpleGUIWeb/PySimpleGUIWeb.py @@ -1944,8 +1944,7 @@ class Graph(Element): print('*** WARNING - Your figure is None. It most likely means your did not ...
EraseFigure works! Beginnings of Tabs are working
PySimpleGUI_PySimpleGUI
train
9f30aed9f6a2fd767f06c490ff01f9d66c981797
diff --git a/src/main/java/io/vlingo/actors/Stage.java b/src/main/java/io/vlingo/actors/Stage.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/vlingo/actors/Stage.java +++ b/src/main/java/io/vlingo/actors/Stage.java @@ -256,7 +256,15 @@ public class Stage implements Stoppable { final Mailbox mailbox = maybe...
Need some debugging output for a while.
vlingo_vlingo-actors
train
a3d82e95f86f353ac3f59cc879f30bbe40040237
diff --git a/pymola/backends/casadi/generator.py b/pymola/backends/casadi/generator.py index <HASH>..<HASH> 100644 --- a/pymola/backends/casadi/generator.py +++ b/pymola/backends/casadi/generator.py @@ -6,7 +6,7 @@ from collections import namedtuple, deque import casadi as ca import numpy as np import itertools -fro...
CasADi generator: Inline functions by default (and provide an option to revert to the previous, non-inlining behaviour)
pymoca_pymoca
train
9a96a5dad065cd31ce36371d381678db4af54f23
diff --git a/ORM/Manager.php b/ORM/Manager.php index <HASH>..<HASH> 100644 --- a/ORM/Manager.php +++ b/ORM/Manager.php @@ -252,7 +252,7 @@ class Manager */ private function dispatchEvent($eventName, Event $event) { - if ($this->eventDispatcher != null) { + if ($this->eventDispatcher !== nu...
Strictly compared boolean in Manager::dispatchEvent
ongr-io_ElasticsearchBundle
train
d2cb61bf4c1f97b03f437a0f2da3d454c8c9b6c9
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Below are the most important changes from each release. A more detailed list of changes is available in the corresponding milestones for each release in the Github issue tracker (https://github.c...
new check: com.google.fonts/check/integer_ppem_if_hinted "PPEM must be an integer on hinted fonts." (issue #<I>)
googlefonts_fontbakery
train
85750c8cba2e70b137e5ec9ceab5ff92cc418ccd
diff --git a/test/unit/cluster_node.js b/test/unit/cluster_node.js index <HASH>..<HASH> 100644 --- a/test/unit/cluster_node.js +++ b/test/unit/cluster_node.js @@ -126,74 +126,29 @@ module.exports = function (mocks, lib) { }); }); - // it("Should not start table if already started", function () { ...
added tests for ClusterNode stop logic
azuqua_notp
train
0b00e7a67bb9bc0e8e8e7edc0c742ad06c956118
diff --git a/parsl/tests/test_scaling/configs/osg.py b/parsl/tests/test_scaling/configs/osg.py index <HASH>..<HASH> 100644 --- a/parsl/tests/test_scaling/configs/osg.py +++ b/parsl/tests/test_scaling/configs/osg.py @@ -69,6 +69,7 @@ pip3 install ipyparallel""" } } ], + "controller" : {"publi...
Adding ip address to osg config for the login node
Parsl_parsl
train
006d404abca5f3420e240b609330f2447eff09b5
diff --git a/src/twitch.js b/src/twitch.js index <HASH>..<HASH> 100644 --- a/src/twitch.js +++ b/src/twitch.js @@ -5,6 +5,8 @@ export default function (opts = {}) { const jtv = opts.jtv || 'jtv!jtv@jtv.tmi.twitch.tv' const match = opts.match || 'The moderators of this room are: ' + opts = assign({ membership: ...
send twitch.tv/membership cap request for join/leave messages
goto-bus-stop_slate-irc-twitch
train
74d55b766386154f975a67de3c5111131c0be1f4
diff --git a/hvac/api/secrets_engines/pki.py b/hvac/api/secrets_engines/pki.py index <HASH>..<HASH> 100644 --- a/hvac/api/secrets_engines/pki.py +++ b/hvac/api/secrets_engines/pki.py @@ -242,7 +242,7 @@ class Pki(VaultApiBase): url=api_path, ) - def generate_intermediate(self, type, common_na...
Enable response wrapping of PKI secrets
hvac_hvac
train
4310411df0c96866d09a00ecf3d76f1f038a28ff
diff --git a/src/Joomla/Input/Json.php b/src/Joomla/Input/Json.php index <HASH>..<HASH> 100644 --- a/src/Joomla/Input/Json.php +++ b/src/Joomla/Input/Json.php @@ -47,7 +47,15 @@ class Json extends Input if (is_null($source)) { - $this->raw = file_get_contents('php://input'); + $this->raw = file_get_content...
Workaround for when php://input has already been called.
joomla_joomla-framework
train
5ef81f2b0b28f5df3237efc90226886b15ce692a
diff --git a/version.php b/version.php index <HASH>..<HASH> 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2016120500.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2016120500.01; // YYYYMMDD ...
weekly on-sync release <I>dev
moodle_moodle
train
50b7837d581e485cd36ceec178784a7d5aff3a07
diff --git a/lib/stargate/operation/row_operation.rb b/lib/stargate/operation/row_operation.rb index <HASH>..<HASH> 100644 --- a/lib/stargate/operation/row_operation.rb +++ b/lib/stargate/operation/row_operation.rb @@ -158,6 +158,7 @@ module Stargate # @param [Integer] timestamp optional timestamp value (deletes...
Timestamp need to be with the same format for create and delete (todo : verify other functions too)
greglu_hbase-stargate
train
9939e1e251c87f620633bb19349bec9c88e4f308
diff --git a/lib/ciri/evm/machine_state.rb b/lib/ciri/evm/machine_state.rb index <HASH>..<HASH> 100644 --- a/lib/ciri/evm/machine_state.rb +++ b/lib/ciri/evm/machine_state.rb @@ -33,7 +33,7 @@ module Ciri attr_reader :remain_gas, :memory, :stack attr_accessor :pc, :output, :memory_item - def initia...
fix evm_spec, extend_memory will consume gas first, then try to actually extend, to avoid extreme large memory allocation
ciri-ethereum_ciri
train
f9bf4ffcf832ffb91d88930b9a972c13c7af8516
diff --git a/cumulusci/core/config.py b/cumulusci/core/config.py index <HASH>..<HASH> 100644 --- a/cumulusci/core/config.py +++ b/cumulusci/core/config.py @@ -137,15 +137,15 @@ class BaseProjectConfig(BaseTaskFlowConfig): @property def repo_root(self): - root = None - pwd = os.getcwd().split(o...
fix search for repo root on Windows
SFDO-Tooling_CumulusCI
train
badd03f3a398cf8e0988ab1850c44cdcfc2d39ca
diff --git a/extensions/approval/js/forum/dist/extension.js b/extensions/approval/js/forum/dist/extension.js index <HASH>..<HASH> 100644 --- a/extensions/approval/js/forum/dist/extension.js +++ b/extensions/approval/js/forum/dist/extension.js @@ -31,8 +31,7 @@ System.register('flarum/approval/main', ['flarum/extend', '...
Give the hidden/trash badge precedence over the awaiting approval badge Given flarum/core@2d5a7ce, the hidden badge will no longer display for discussions awaiting approval – it will only display if the discussion has *actually* been marked as deleted by the OP. Thus, this information should have precedence. (There is...
flarum_core
train
366467efd8329cac92ca42fa99d6aa332e06a857
diff --git a/pghoard/basebackup.py b/pghoard/basebackup.py index <HASH>..<HASH> 100644 --- a/pghoard/basebackup.py +++ b/pghoard/basebackup.py @@ -780,11 +780,16 @@ class PGBaseBackup(Thread): db_conn.commit() backup_stopped = True + backup_time = time.monotonic() - st...
Add metrics for delta base backups * Ratio between new files count/size uploaded and total backup size * total size/count for the backup, upload size/count * amount of data remained for current backup (not uploaded) * backup time for different modes
aiven_pghoard
train
bcc56025be85e06c4b7ccb44d37132b4d185d52f
diff --git a/lib/capybara.rb b/lib/capybara.rb index <HASH>..<HASH> 100644 --- a/lib/capybara.rb +++ b/lib/capybara.rb @@ -113,7 +113,7 @@ module Capybara ## # - # Modify a selector previously craeated by {Capybara.add_selector}. + # Modify a selector previously created by {Capybara.add_selector}. ...
lib/capybara: Fix spelling of *created*
teamcapybara_capybara
train
292fd9a0dbc525ad56e268dc0559c11b4fcacb21
diff --git a/lib/polyfill/promise.js b/lib/polyfill/promise.js index <HASH>..<HASH> 100644 --- a/lib/polyfill/promise.js +++ b/lib/polyfill/promise.js @@ -162,8 +162,10 @@ shaka.polyfill.Promise.uninstall = function() { */ shaka.polyfill.Promise.resolve = function(value) { var p = new shaka.polyfill.Promise(); - ...
Fixed a bug with resolve in the promise polyfill. Now, when you pass a rejected or pending promise into Promise.resolve(), it won't count as resolved. Change-Id: Ib2ee6e<I>bfeb0b<I>dd<I>df4bb<I>a
google_shaka-player
train
f4929cf691381996796e4473dde2a234bd311441
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ except: pass from setuptools import setup, find_packages -VERSION = '0.9.4' +VERSION = '0.9.6' setup(name='vlcp', version=VERSION, diff --git a/vlcp/utils/webclient.py b/vlcp/utils/webclient.py...
small bug fix; version upgrade to <I>
hubo1016_vlcp
train
7cdb32f642d5cb6b1aca059b78dec375b4da6885
diff --git a/lib/vagrant/plugin/v2/trigger.rb b/lib/vagrant/plugin/v2/trigger.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/plugin/v2/trigger.rb +++ b/lib/vagrant/plugin/v2/trigger.rb @@ -36,11 +36,11 @@ module Vagrant triggers = [] if stage == :before triggers = config.before_trig...
Use inclunde? instead of any? for ruby <I>
hashicorp_vagrant
train
618300f05a71bf728d9495c8f8226a8724c5a023
diff --git a/activerecord/lib/active_record/relation/finder_methods.rb b/activerecord/lib/active_record/relation/finder_methods.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/finder_methods.rb +++ b/activerecord/lib/active_record/relation/finder_methods.rb @@ -193,8 +193,8 @@ module Active...
Log instrumentation name for exists? queries
rails_rails
train
81728f83f794c6d5b268a07df71213719925d18f
diff --git a/salt/modules/publish.py b/salt/modules/publish.py index <HASH>..<HASH> 100644 --- a/salt/modules/publish.py +++ b/salt/modules/publish.py @@ -54,6 +54,9 @@ def _publish( if fun == 'publish.publish': log.info('Function name is \'publish.publish\'. Returning {}') return {} + if expr...
Disable compound/pillar targeting for peer, minion-side
saltstack_salt
train
1d5abdc9b9e19ef61640c1a57ae30fceafc444e9
diff --git a/src/parser.js b/src/parser.js index <HASH>..<HASH> 100644 --- a/src/parser.js +++ b/src/parser.js @@ -1092,27 +1092,19 @@ export default class Parser { if (responseBody !== undefined) { this.withPath(contentType, () => { let formattedResponseBody = responseBody; - ...
refactor: Remove catching circular references as these are supported
apiaryio_fury-adapter-swagger
train
c321b309a9a90bbfa0912832c11b3fef52e71840
diff --git a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/a...
checking in the abstractions for valid type checking:
rails_rails
train
f754b5af486063c1a74a37799c7bf45a1175b2b8
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -51,6 +51,8 @@ Capybara.ignore_hidden_elements = false RSpec.configure do |config| config.infer_spec_type_from_file_location! + config.raise_errors_for_deprecations! + conf...
Raise deprecation warnings as errors Here I turned on the evil "raise deprecation warnings as errors" setting. Now the Alchemy test suite returns 8 errors which I do not know how to fix. I hope though that this is a good starting point for transitioning to RSpec 3.
AlchemyCMS_alchemy_cms
train
f4fd87bd9043a7b4a4062b488899d5928cb1b4e0
diff --git a/bosh-dev/lib/bosh/dev/pipeline.rb b/bosh-dev/lib/bosh/dev/pipeline.rb index <HASH>..<HASH> 100644 --- a/bosh-dev/lib/bosh/dev/pipeline.rb +++ b/bosh-dev/lib/bosh/dev/pipeline.rb @@ -54,18 +54,11 @@ module Bosh::Dev light = options.fetch(:light) filename = stemcell_filename(version, infrastr...
Separate downloading from stemcell name in pipeline name
cloudfoundry_bosh
train