hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
12ae73f9d15deb020bebefaf918376821016343a
diff --git a/lib/double_write_cache_stores/client.rb b/lib/double_write_cache_stores/client.rb index <HASH>..<HASH> 100644 --- a/lib/double_write_cache_stores/client.rb +++ b/lib/double_write_cache_stores/client.rb @@ -79,14 +79,15 @@ class DoubleWriteCacheStores::Client end def fetch(name, options = nil) - ...
Support #fetch for one backend
hirocaster_double_write_cache_stores
train
a667e6235dc22169ffbbe0d6dcce664549de2910
diff --git a/numerapi/numerapi.py b/numerapi/numerapi.py index <HASH>..<HASH> 100644 --- a/numerapi/numerapi.py +++ b/numerapi/numerapi.py @@ -91,6 +91,7 @@ class NumerAPI(object): return (None, r.status_code) rj = r.json() + print rj results = rj['submissions']['results'] ...
strip comma from career earnings strings.
uuazed_numerapi
train
8cca2cfc94e15e570dcda65c0a796e2b378322b2
diff --git a/src/toil/jobStores/fileJobStore.py b/src/toil/jobStores/fileJobStore.py index <HASH>..<HASH> 100644 --- a/src/toil/jobStores/fileJobStore.py +++ b/src/toil/jobStores/fileJobStore.py @@ -363,10 +363,34 @@ class FileJobStore(AbstractJobStore): except: sourceFunctionName = "UNKNOWNJOB" ...
Factor out some file name generating code
DataBiosphere_toil
train
654b999b434bc1d52c182e7ef68791e96300fad7
diff --git a/anyvcs/common.py b/anyvcs/common.py index <HASH>..<HASH> 100644 --- a/anyvcs/common.py +++ b/anyvcs/common.py @@ -86,10 +86,6 @@ class VCSRepo(object): return subprocess.check_output(cmd, **kwargs) @classmethod - def cleanRev(cls, rev): - return str(rev) - - @classmethod def cleanPath(cls...
do away with cleanRev class method
ScottDuckworth_python-anyvcs
train
abdff6b0425ed9d707fcd91d81866533618067bd
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -217,7 +217,7 @@ function connect(options, cb) { req.on('connect', function(res, socket, head) { clearTimeout(timer); socket.on('error', noop); - cb(socket); + cb(socket, res); if (r...
refactor: Tunnel proxy headers
avwo_whistle
train
0c478ba2cc761e65591e38f9869c38aa4d164f29
diff --git a/src/main/java/com/semanticcms/core/taglib/ElementTag.java b/src/main/java/com/semanticcms/core/taglib/ElementTag.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/semanticcms/core/taglib/ElementTag.java +++ b/src/main/java/com/semanticcms/core/taglib/ElementTag.java @@ -94,16 +94,18 @@ abstract publ...
Avoiding calling writeTo when capturing.
aoindustries_semanticcms-core-taglib
train
b1dd86175c1f32cb935f479be9fda2956294250a
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -365,12 +365,12 @@ utils.unixify = function(options) { if (opts.stripPrefix !== false) { filepath = utils.stripPrefix(filepath); } - if (opts.unixify === true || utils.isWindows()) { - ...
change order of execution in unixify to ensure that characters are unescaped before fixing forward slashes
micromatch_nanomatch
train
f184b791b9fd7f34c5b584904beb49e64234bed4
diff --git a/src/modes/posix/token-delimiter-state.js b/src/modes/posix/token-delimiter-state.js index <HASH>..<HASH> 100644 --- a/src/modes/posix/token-delimiter-state.js +++ b/src/modes/posix/token-delimiter-state.js @@ -164,10 +164,11 @@ class TokenDelimiterState { } setEOFToken() { - this.token = { - EOF: ...
setEOFToken switched to token utils
vorpaljs_bash-parser
train
90c817245ff117fdea32aab72dd281b488f8d974
diff --git a/packages/perspective-viewer-d3fc/src/js/plugin/plugin.js b/packages/perspective-viewer-d3fc/src/js/plugin/plugin.js index <HASH>..<HASH> 100644 --- a/packages/perspective-viewer-d3fc/src/js/plugin/plugin.js +++ b/packages/perspective-viewer-d3fc/src/js/plugin/plugin.js @@ -35,7 +35,6 @@ function drawChart(...
Fixed merge error in new plugin API access to `view.config`
finos_perspective
train
733bbd10905fa1889d4eaaad0b5e85e9068faf65
diff --git a/src/SAML2/Const.php b/src/SAML2/Const.php index <HASH>..<HASH> 100644 --- a/src/SAML2/Const.php +++ b/src/SAML2/Const.php @@ -54,6 +54,47 @@ class SAML2_Const const CM_HOK = 'urn:oasis:names:tc:SAML:2.0:cm:holder-of-key'; /** + * No claim as to principal consent is being made. + */ + ...
Allow setting / getting of Consent attribute on Messages (requests and responses)
simplesamlphp_saml2
train
b0658dc46fda43df0ec06a6b8296e9ec0ed97758
diff --git a/neutron/plugins/cisco/n1kv/n1kv_client.py b/neutron/plugins/cisco/n1kv/n1kv_client.py index <HASH>..<HASH> 100644 --- a/neutron/plugins/cisco/n1kv/n1kv_client.py +++ b/neutron/plugins/cisco/n1kv/n1kv_client.py @@ -339,11 +339,25 @@ class Client(object): 'ipAddressSubnet': netmask, ...
Add and update subnet properties in Cisco N1kv plugin Add dns nameservers and dhcp info in subnet create. Update subnet properties. Change-Id: I<I>e3f<I>f6ba<I>bbf<I>d<I>e2a<I>cdbb<I>fed2 Closes-Bug: #<I>
openstack_networking-cisco
train
ca5c7a64ddc3cd89c3b39c01699aa6f7d6ca7e92
diff --git a/qualysapi/api_methods.py b/qualysapi/api_methods.py index <HASH>..<HASH> 100644 --- a/qualysapi/api_methods.py +++ b/qualysapi/api_methods.py @@ -106,6 +106,8 @@ api_methods['was no data get'] = set([ 'count/was/wasscan', 'count/was/wasscanschedule', 'count/was/webapp', + 'download/was/re...
bug fix for downloading was reports & scans
paragbaxi_qualysapi
train
c5f2ea00e05b64df4b5bca95c1358630c42a588a
diff --git a/src/main/java/com/redhat/contentspec/processor/ContentSpecValidator.java b/src/main/java/com/redhat/contentspec/processor/ContentSpecValidator.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/redhat/contentspec/processor/ContentSpecValidator.java +++ b/src/main/java/com/redhat/contentspec/processor...
Fixes for decimals in the file name.
pressgang-ccms_PressGangCCMSContentSpecProcessor
train
005b30ff6107bcda04982e6a619f279b95d8e69e
diff --git a/ibis/backends/dask/tests/execution/test_cast.py b/ibis/backends/dask/tests/execution/test_cast.py index <HASH>..<HASH> 100644 --- a/ibis/backends/dask/tests/execution/test_cast.py +++ b/ibis/backends/dask/tests/execution/test_cast.py @@ -12,6 +12,8 @@ from dask.dataframe.utils import tm # noqa: E402 fr...
test: don't use now in pandas and dask cast tests
ibis-project_ibis
train
1ff2bb4808ce79eccbe2990a87bb9612b0fa7157
diff --git a/meuhdb/core.py b/meuhdb/core.py index <HASH>..<HASH> 100644 --- a/meuhdb/core.py +++ b/meuhdb/core.py @@ -212,15 +212,16 @@ class MeuhDb(object): # LAZY INDEX PROCESSING # Save indexes only if not lazy lazy_indexes = self.lazy_indexes # Keep this list saf...
clear up what's stored and what's not
brunobord_meuhdb
train
d95037c6a6fb55367804036843c3887c0d5c3594
diff --git a/lib/builders/audiodecoder.js b/lib/builders/audiodecoder.js index <HASH>..<HASH> 100644 --- a/lib/builders/audiodecoder.js +++ b/lib/builders/audiodecoder.js @@ -2,6 +2,18 @@ var WaveformData = require('../../waveform-data.js'); +function calculateWaveformDataLength(audio_sample_count, scale) { + var...
Fix off-by-one error in waveform data generation
bbc_waveform-data.js
train
8f1763d5db4a56b561f845f49e526a3dfa9d5620
diff --git a/lib/jobs/dell-wsman-get-systemcomponents.js b/lib/jobs/dell-wsman-get-systemcomponents.js index <HASH>..<HASH> 100644 --- a/lib/jobs/dell-wsman-get-systemcomponents.js +++ b/lib/jobs/dell-wsman-get-systemcomponents.js @@ -76,7 +76,7 @@ function DellWsmanGetSystemConfigComponentsFactory( ...
Fix OBM lookups for wsman scp configuration jobs.
RackHD_on-tasks
train
77db502f08afa9cafd7e496f55c1af80828543da
diff --git a/lib/shopify_theme/cli.rb b/lib/shopify_theme/cli.rb index <HASH>..<HASH> 100644 --- a/lib/shopify_theme/cli.rb +++ b/lib/shopify_theme/cli.rb @@ -10,6 +10,8 @@ require 'launchy' require 'mimemagic' MimeMagic.add('application/x-liquid', extensions: %w(liquid), parents: 'text/plain') +MimeMagic.add('appl...
Handle unknown filetypes and report them to user
Shopify_shopify_theme
train
8449647c5f1bb61476a9101b9c195ca2fb08ddce
diff --git a/pywb/framework/test/test_wsgi_wrapper.py b/pywb/framework/test/test_wsgi_wrapper.py index <HASH>..<HASH> 100644 --- a/pywb/framework/test/test_wsgi_wrapper.py +++ b/pywb/framework/test/test_wsgi_wrapper.py @@ -14,7 +14,7 @@ class TestOkApp: class TestErrApp: def __call__(self, env): - raise ...
wbexception: remove unused status in WbException, set default error for any uncaught exception to <I>, instead of <I>
webrecorder_pywb
train
290efdef2f05a423420d27aca85e83b0c8dcafe1
diff --git a/pabot/pabot.py b/pabot/pabot.py index <HASH>..<HASH> 100755 --- a/pabot/pabot.py +++ b/pabot/pabot.py @@ -77,6 +77,7 @@ import datetime import uuid import random import traceback +import socket from glob import glob from io import BytesIO, StringIO from collections import namedtuple @@ -1432,9 +1433,...
Fix PABOTLIBURI not sync with remote lib port - Fetch / check free port before starting remote lib.
mkorpela_pabot
train
4dce487ccbe5643fb9f819491cd1b09499e77891
diff --git a/select2.js b/select2.js index <HASH>..<HASH> 100644 --- a/select2.js +++ b/select2.js @@ -105,6 +105,14 @@ the specific language governing permissions and limitations under the Apache Lic nextUid=(function() { var counter=1; return function() { return counter++; }; }()); + function reinsertElem...
Prevent IE from generating unwanted clicks on the body. When mousedown fires on the selection element and then mouseup fires on the mask (because it is moved under the mouse during mousedown) then IE fires a click event on the body because it is the closest common ancestor. To prevent this, we detach and reatach the el...
select2_select2
train
42d7a1c3835516a9073e4cf27763d4973512fe04
diff --git a/config/webpack/webpack.config.js b/config/webpack/webpack.config.js index <HASH>..<HASH> 100644 --- a/config/webpack/webpack.config.js +++ b/config/webpack/webpack.config.js @@ -93,6 +93,9 @@ const svgLoaders = [ addAttributesToSVGElement: { attribute: 'focusable="false"' ...
fix(svg): Disable SVGO removeViewBox plugin (#<I>) The latest version of SVGO now enables the removeViewBox plugin by default, but we've found that it causes issues with certain images when embedding the SVG markup directly in the document.
seek-oss_sku
train
8e6097d0e825ec7c1572ef42d1359f316cc34a87
diff --git a/SingularityClient/src/main/java/com/hubspot/singularity/client/SingularityClient.java b/SingularityClient/src/main/java/com/hubspot/singularity/client/SingularityClient.java index <HASH>..<HASH> 100644 --- a/SingularityClient/src/main/java/com/hubspot/singularity/client/SingularityClient.java +++ b/Singula...
Fix: Scheduled tasks are of type SingularityTaskRequest
HubSpot_Singularity
train
f09223b7aca70482399ab556ebf80eacea82c7ec
diff --git a/pkg/k8s/init.go b/pkg/k8s/init.go index <HASH>..<HASH> 100644 --- a/pkg/k8s/init.go +++ b/pkg/k8s/init.go @@ -196,6 +196,10 @@ func GetNodeSpec() error { if option.Config.K8sRequireIPv4PodCIDR || option.Config.K8sRequireIPv6PodCIDR { return fmt.Errorf("node name must be specified via environment var...
k8s: Store k8s Node IP addr This commit stores k8s Node IP addr (InternalIP > ExternalIP > nil) which is going to be used by the BPF NodePort device auto-detection.
cilium_cilium
train
5474674295d2fae82aa15aaa073464520cf7b8b7
diff --git a/src/main/java/com/whizzosoftware/wzwave/product/ProductRegistry.java b/src/main/java/com/whizzosoftware/wzwave/product/ProductRegistry.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/whizzosoftware/wzwave/product/ProductRegistry.java +++ b/src/main/java/com/whizzosoftware/wzwave/product/ProductReg...
Add Philio's PAN<I> Smart Energy Plug In Switch to the product registry
whizzosoftware_WZWave
train
f61b08c8549f8a2012d5fa79908b2f61276ba88c
diff --git a/kafka/errors.py b/kafka/errors.py index <HASH>..<HASH> 100644 --- a/kafka/errors.py +++ b/kafka/errors.py @@ -468,10 +468,6 @@ class KafkaConnectionError(KafkaError): invalid_metadata = True -class ConnectionError(KafkaConnectionError): - """Deprecated""" - - class ProtocolError(KafkaError): ...
Remove deprecated `ConnectionError` (#<I>) This has been deprecated for a bit in favor of `KafkaConnectionError` because it conflicts with Python's built-in `ConnectionError`. Time to remove it as part of cleaning up our old deprecated code.
dpkp_kafka-python
train
ff2dcd21d8d11eba230a828faa6a8c742d9793fa
diff --git a/go/vt/vtgate/planbuilder/testdata/aggr_cases.txt b/go/vt/vtgate/planbuilder/testdata/aggr_cases.txt index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/planbuilder/testdata/aggr_cases.txt +++ b/go/vt/vtgate/planbuilder/testdata/aggr_cases.txt @@ -3857,6 +3857,25 @@ Gen4 error: cannot push projections in ordered...
fix sem analysis: ORDER BY scoping rules should not be used in group_concat (#<I>)
vitessio_vitess
train
38157cdb7e337a43eecff1219054338f4c19f100
diff --git a/drools-core/src/main/java/org/drools/core/common/AbstractWorkingMemory.java b/drools-core/src/main/java/org/drools/core/common/AbstractWorkingMemory.java index <HASH>..<HASH> 100644 --- a/drools-core/src/main/java/org/drools/core/common/AbstractWorkingMemory.java +++ b/drools-core/src/main/java/org/drools/...
[DROOLS-<I>] Trigger Initial Fact generation for processes and EPs
kiegroup_drools
train
92602651dcc380b4b96d13a2102838d631d78241
diff --git a/lib/dmllib.php b/lib/dmllib.php index <HASH>..<HASH> 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -1147,7 +1147,7 @@ function insert_record($table, $dataobject, $returnid=true, $primarykey='id') { $generator->setPrefix($CFG->prefix); $seqname = $generator->getNameForObject(...
Now insert_record() is using $db->GenID() to retrieve sequence numbers for Oracle. Just wondering if the same function should be used by PostgreSQL too. MDL-<I> Merged from MOODLE_<I>_STABLE
moodle_moodle
train
269c19b685dfad14d2745087fcd14c8a919090ce
diff --git a/server.js b/server.js index <HASH>..<HASH> 100644 --- a/server.js +++ b/server.js @@ -1467,13 +1467,11 @@ cache(function(data, match, sendBadge, request) { // Codacy integration camp.route(/^\/codacy\/(.+)\.(svg|png|gif|jpg|json)$/, cache(function(data, match, sendBadge, request) { - var projectId = ma...
Codacy: log removal, example Part of #<I>
badges_shields
train
ff02cae7b1911c1f80f31fdb9cf2a2be88ba21d8
diff --git a/drivers/python/rethinkdb/net.py b/drivers/python/rethinkdb/net.py index <HASH>..<HASH> 100644 --- a/drivers/python/rethinkdb/net.py +++ b/drivers/python/rethinkdb/net.py @@ -63,9 +63,11 @@ class Query(object): self.type = type self.token = token self.term = term + self.glo...
fixing python driver query global_optargs OTS review by danielmewes
rethinkdb_rethinkdb
train
ac0dce5e3c68dd06db8044b9d4a04642b6ec5c90
diff --git a/lib/cache.js b/lib/cache.js index <HASH>..<HASH> 100644 --- a/lib/cache.js +++ b/lib/cache.js @@ -382,10 +382,11 @@ class Cache { cacheInsertStatement.run(ignoreCacheKey ? key : this.Prefix + key, stringify ? JSON.stringify(data[key]) : data[key], ttl[0] + (Math.floor(new Date(...
[!] Make sure we have committed our transaction before we resolve
cubehouse_themeparks
train
fbf1c34c0a468a1e4c78f58cb8335eb05567e1ae
diff --git a/src/com/google/javascript/jscomp/CodeGenerator.java b/src/com/google/javascript/jscomp/CodeGenerator.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/CodeGenerator.java +++ b/src/com/google/javascript/jscomp/CodeGenerator.java @@ -728,7 +728,8 @@ public class CodeGenerator { ...
Fix bug where comma expressions in for-of loops were missing parenentheses See <URL>
google_closure-compiler
train
24840d02b32d6a8ca2a0d46ce01245886ac680f2
diff --git a/metaextract/cmds.py b/metaextract/cmds.py index <HASH>..<HASH> 100644 --- a/metaextract/cmds.py +++ b/metaextract/cmds.py @@ -19,12 +19,17 @@ from __future__ import print_function import argparse import json +import sys from . import utils as meta_utils def main(): parser = argparse.Argume...
Allow to specify the used python interpreter Calling setup.py can lead to different results depending on the use python interpreter. So make this configurable via the --python CLI switch.
toabctl_metaextract
train
72f088feb09981b921f11cfa46be2affe597b540
diff --git a/lib/Tests/Form/Type/UpdateBlockTypeTest.php b/lib/Tests/Form/Type/UpdateBlockTypeTest.php index <HASH>..<HASH> 100644 --- a/lib/Tests/Form/Type/UpdateBlockTypeTest.php +++ b/lib/Tests/Form/Type/UpdateBlockTypeTest.php @@ -64,6 +64,12 @@ class UpdateBlockTypeTest extends TypeTestCase ->will($th...
Do not use deprecated method argument in form type test
netgen-layouts_layouts-core
train
248e875d30afc5d13e6566a9834495ddf378f163
diff --git a/core/pax-exam/src/main/java/org/ops4j/pax/exam/MavenUtils.java b/core/pax-exam/src/main/java/org/ops4j/pax/exam/MavenUtils.java index <HASH>..<HASH> 100644 --- a/core/pax-exam/src/main/java/org/ops4j/pax/exam/MavenUtils.java +++ b/core/pax-exam/src/main/java/org/ops4j/pax/exam/MavenUtils.java @@ -75,10 +75...
[PAXEXAM-<I>] Improve exception
ops4j_org.ops4j.pax.exam2
train
2a70cdc7f17c32ea8074d6cecbbb81a98b277404
diff --git a/src/Api/Service/ClaimCreator.php b/src/Api/Service/ClaimCreator.php index <HASH>..<HASH> 100644 --- a/src/Api/Service/ClaimCreator.php +++ b/src/Api/Service/ClaimCreator.php @@ -64,7 +64,7 @@ class ClaimCreator { if( $mainSnak instanceof PropertyValueSnak ) { $serializedDataValue = $this->dataValueS...
Pass the serialized string value in ClaimCreator
addwiki_wikibase-api
train
9e9ab64949c105c310ded592d2bd93e375ac9bc1
diff --git a/app/models/no_cms/pages/page.rb b/app/models/no_cms/pages/page.rb index <HASH>..<HASH> 100644 --- a/app/models/no_cms/pages/page.rb +++ b/app/models/no_cms/pages/page.rb @@ -27,6 +27,7 @@ module NoCms::Pages def set_slug_and_path self.slug = title.parameterize if slug.nil? && !title.nil? + ...
Now, if there's already a home we set the slug even if it's empty
simplelogica_nocms-pages
train
3d0d8f7a6a363c0de0d6a3b53587ee158706dbaf
diff --git a/library/CM/Model/Stream/Subscribe.php b/library/CM/Model/Stream/Subscribe.php index <HASH>..<HASH> 100644 --- a/library/CM/Model/Stream/Subscribe.php +++ b/library/CM/Model/Stream/Subscribe.php @@ -43,16 +43,6 @@ class CM_Model_Stream_Subscribe extends CM_Model_Stream_Abstract { return new static($id); ...
Removed CM_Model_Stream_Subscribe::getUser() - now in the abstract;
cargomedia_cm
train
d6a5054ffbc8c465b7d63cdb2265e833ef844af6
diff --git a/lib/commands/serve.js b/lib/commands/serve.js index <HASH>..<HASH> 100644 --- a/lib/commands/serve.js +++ b/lib/commands/serve.js @@ -6,7 +6,7 @@ const livereload = require('connect-livereload') const lrserver = require('livereload') const open = require('open') const chalk = require('chalk') -const uti...
refactor: ignore explicit index file reference
docsifyjs_docsify-cli
train
a27814f9d071656a92981d38a6622a8e8b2cd879
diff --git a/tests/test_gvg.py b/tests/test_gvg.py index <HASH>..<HASH> 100644 --- a/tests/test_gvg.py +++ b/tests/test_gvg.py @@ -908,6 +908,17 @@ def test_shrinkmeister(): assert boulderfist.atk == 6 +def test_sneeds_old_shredder(): + game = prepare_game() + sneeds = game.player1.give("GVG_114") + sneeds.play()...
Add a test for Sneed's Old Shredder
jleclanche_fireplace
train
5bd2c53be4f368f0a1b8952e22b40beda79f3990
diff --git a/public/javascripts/system_groups.js b/public/javascripts/system_groups.js index <HASH>..<HASH> 100644 --- a/public/javascripts/system_groups.js +++ b/public/javascripts/system_groups.js @@ -93,26 +93,6 @@ KT.system_groups = (function(){ var current_system_input, current_max_systems = undefine...
system groups - removing 'locked' feature from the javascript
Katello_katello
train
16db5617051e17157ca50ffe37b9416e67adf322
diff --git a/bungiesearch/managers.py b/bungiesearch/managers.py index <HASH>..<HASH> 100644 --- a/bungiesearch/managers.py +++ b/bungiesearch/managers.py @@ -1,3 +1,4 @@ +from django.conf import settings as dj_settings from django.db.models import Manager from .logger import logger @@ -48,7 +49,8 @@ class Bungiese...
Don't attempt to lookup search aliases if Bungiesearch isn't setup, and associated test
ChristopherRabotin_bungiesearch
train
22418cd8c4cc5c8f15cc1b729f97b3d39b512a4a
diff --git a/bindinfo/handle.go b/bindinfo/handle.go index <HASH>..<HASH> 100644 --- a/bindinfo/handle.go +++ b/bindinfo/handle.go @@ -1058,7 +1058,7 @@ func runSQL(ctx context.Context, sctx sessionctx.Context, sql string, resultChan } // HandleEvolvePlanTask tries to evolve one plan task. -// It only handle one ta...
bindinfo: fix the comment typo (#<I>)
pingcap_tidb
train
a25080bfd695776bea43cc05eda0355cbade2bf6
diff --git a/parser_test.go b/parser_test.go index <HASH>..<HASH> 100644 --- a/parser_test.go +++ b/parser_test.go @@ -326,6 +326,9 @@ func TestParseSimpleApi(t *testing.T) { } } }, + "data": { + "type": "object" + ...
feat: add support parsing interface type in swagger schema object (#<I>) (#<I>)
swaggo_swag
train
758596b70bbd1c1a29b73397c7d8624419fbd2ec
diff --git a/pymatgen/phonon/ir_spectra.py b/pymatgen/phonon/ir_spectra.py index <HASH>..<HASH> 100644 --- a/pymatgen/phonon/ir_spectra.py +++ b/pymatgen/phonon/ir_spectra.py @@ -59,9 +59,14 @@ class IRDielectricTensor(MSONable): return cls(oscillator_strength, ph_freqs_gamma, epsilon_infinity, structure) ...
Added docstrings to max_phfreq and nph_freqs.
materialsproject_pymatgen
train
046aa0a2e21399cd170689078b23d09f41e0777f
diff --git a/src/widgets/MenuSelectWidget.js b/src/widgets/MenuSelectWidget.js index <HASH>..<HASH> 100644 --- a/src/widgets/MenuSelectWidget.js +++ b/src/widgets/MenuSelectWidget.js @@ -248,18 +248,11 @@ OO.ui.MenuSelectWidget.prototype.updateItemVisibility = function () { this.$element.toggleClass( 'oo-ui-menuSelec...
Highlight the first selectable menu option instead of the visible one Disabled options shouldn't be highlighted, if the user presses the enter key it would be selected unexpectedly. Change-Id: Ia8d9e<I>a<I>d1ea1a<I>ee<I>a<I>dca1a
wikimedia_oojs-ui
train
355bce6b39cbd2c310c31ff063f78be6e70e2fd4
diff --git a/test/haml/template_test.rb b/test/haml/template_test.rb index <HASH>..<HASH> 100755 --- a/test/haml/template_test.rb +++ b/test/haml/template_test.rb @@ -306,5 +306,24 @@ END assert_equal("Foo & Bar", render('- safe_concat "Foo & Bar"', :action_view)) end end + + ## Regression + + ...
[Haml] Add a failing test for form_tag being unescaped with XSS.
sass_ruby-sass
train
e474cb3eaa3f43416fe29465225f25ca74f26930
diff --git a/content/admin.py b/content/admin.py index <HASH>..<HASH> 100644 --- a/content/admin.py +++ b/content/admin.py @@ -1,25 +1,23 @@ +# python imports from copy import deepcopy +# django imports from django.contrib import admin -class ModelBaseAdmin(admin.ModelAdmin): - list_display = ('is_public',) - ...
dropped modelbase admin in favour of publisher admin
praekelt_panya
train
146037b535d6c6072774cbfb335a956f5b2b8bae
diff --git a/src/org/zaproxy/zap/authentication/ScriptBasedAuthenticationMethodType.java b/src/org/zaproxy/zap/authentication/ScriptBasedAuthenticationMethodType.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/authentication/ScriptBasedAuthenticationMethodType.java +++ b/src/org/zaproxy/zap/authentication/Sc...
Correct API error message on missing script params Change ScriptBasedAuthenticationMethodType to catch and re-throw the ApiException caused by missing parameters, so the error shown is, for example: Missing Parameter (missing_parameter) : LoginURL instead of: An error has occurred when loading the provided script ...
zaproxy_zaproxy
train
9c010ef08e8270b602adc6a3f3c2b3f3f8817017
diff --git a/app/controllers/hyrax/batch_uploads_controller.rb b/app/controllers/hyrax/batch_uploads_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/hyrax/batch_uploads_controller.rb +++ b/app/controllers/hyrax/batch_uploads_controller.rb @@ -60,7 +60,7 @@ module Hyrax # Calling `#t` in a contr...
Fix batch create as proxy There was a relic redirect after a batch upload that was causing path errors when trying to render some partials. This change fixes that redirect, and adds a test.
samvera_hyrax
train
618d36c3947a67253753f353fdb93944b7bf4483
diff --git a/ghost/admin/app/controllers/feature.js b/ghost/admin/app/controllers/feature.js index <HASH>..<HASH> 100644 --- a/ghost/admin/app/controllers/feature.js +++ b/ghost/admin/app/controllers/feature.js @@ -25,5 +25,9 @@ export default Ember.Controller.extend(Ember.PromiseProxyMixin, { } ret...
Move Public API behind labs flag closes #<I> - added UI to labs page - added method to determine if full authentication is required - updated public_api tests to enable public api first
TryGhost_Ghost
train
6f799b1ea4b29aa7459bf5dc8d1f22c123722c62
diff --git a/gc.go b/gc.go index <HASH>..<HASH> 100644 --- a/gc.go +++ b/gc.go @@ -91,7 +91,7 @@ func (t *gcToolchain) Asm(pkg *Package, ofile, sfile string) error { func (t *gcToolchain) Ld(pkg *Package) error { // to ensure we don't write a partial binary, link the binary to a temporary file in // in the target ...
Unexport Package.Bindir (#<I>)
constabulary_gb
train
b45f4ad8453b2c6bc4cf74f4d7f2229deb72e43b
diff --git a/nupic/research/TP.py b/nupic/research/TP.py index <HASH>..<HASH> 100644 --- a/nupic/research/TP.py +++ b/nupic/research/TP.py @@ -3041,8 +3041,7 @@ class TP(ConsolePrinterMixin): indices = numpy.array([j for j in range(len(cands))], dtype='uint32') tmp = numpy.zeros(min(n, len(indices)), dtype='u...
Fixes sorting behavior to match C++.
numenta_nupic
train
f99a199a3c7d9fec426a3f00ab9ea386236ab852
diff --git a/lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Table.php b/lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Table.php index <HASH>..<HASH> 100644 --- a/lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Table.php +++ b/lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Table.php @@ -770,10 +7...
Fix related name setter/getter in One To Many relation.
mysql-workbench-schema-exporter_mysql-workbench-schema-exporter
train
81a44c034caaaeadcdfa86d4a7a760352bfe0643
diff --git a/lib/python/vdm/static/js/vdm.core.js b/lib/python/vdm/static/js/vdm.core.js index <HASH>..<HASH> 100755 --- a/lib/python/vdm/static/js/vdm.core.js +++ b/lib/python/vdm/static/js/vdm.core.js @@ -61,7 +61,10 @@ case 'STOP_CLUSTER': param = 'databases/' ...
VDM-<I>: Issue with server start button not showing resolved
VoltDB_voltdb
train
91adc5502136a2dca609fa1abf4a5728ef03d33e
diff --git a/lib/puppet/indirector/facts/couch.rb b/lib/puppet/indirector/facts/couch.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/indirector/facts/couch.rb +++ b/lib/puppet/indirector/facts/couch.rb @@ -2,7 +2,9 @@ require 'puppet/node/facts' require 'puppet/indirector/couch' class Puppet::Node::Facts::Couch < Pu...
(PUP-<I>) Deprecate CouchDB facts terminus (docs only)
puppetlabs_puppet
train
bb60e2329f05f543cb7fd0f3ac1c176a9003ea7b
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,12 @@ which method you call) will fetch and populate data for all other calls for the Searches by default will query across all categories. However you can choose to narrow your search down by passing an arra...
Added basic tests and updated readme
strong-code_pirata
train
c5613d0a8eef20b6d3b3e68539f437cfd0441570
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,9 @@ function extractProvider(options) { var providers = {}; exports.create = function(options) { - var parsed = extractProvider(options); + var parsed = extractProvider(options || { + provider: 'native' + ...
Default provider is now native, fixed two bugs from tests.
strongloop_strong-mq
train
226bc956c9e822c79dcbcc6d1e274e62bac4f24b
diff --git a/src/main/java/org/jongo/DefaultMongoCollection.java b/src/main/java/org/jongo/DefaultMongoCollection.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jongo/DefaultMongoCollection.java +++ b/src/main/java/org/jongo/DefaultMongoCollection.java @@ -104,7 +104,7 @@ class DefaultMongoCollection implemen...
Rename Save concern opts and ignore concern tests
bguerout_jongo
train
29ed5398a242f63250e0f704040bc0b696d3fa2e
diff --git a/src/math/AABBext.js b/src/math/AABBext.js index <HASH>..<HASH> 100644 --- a/src/math/AABBext.js +++ b/src/math/AABBext.js @@ -160,6 +160,12 @@ meta.math.AABBext.prototype = */ rotate: function(angle) { + var pi2 = Math.PI * 2; + var angle = (angle % pi2); + if(angle < 0) { + angle += pi2; + } ...
AABBext.rotate now flips angles so that they are in range of <I>
tenjou_meta2d
train
e1cdafb881e61bfc623d0927ca3d86b87b9ab8d5
diff --git a/src/toil/test/__init__.py b/src/toil/test/__init__.py index <HASH>..<HASH> 100644 --- a/src/toil/test/__init__.py +++ b/src/toil/test/__init__.py @@ -755,9 +755,14 @@ def make_tests(generalMethod, targetClass, **kwargs): @contextmanager def tempFileContaining(content, suffix=''): + """ + Write a ...
Upgrade tempFileContaining to Python 3
DataBiosphere_toil
train
cb77ec30b55c8aeeb101af30d69661e4058d527d
diff --git a/api/check.py b/api/check.py index <HASH>..<HASH> 100644 --- a/api/check.py +++ b/api/check.py @@ -12,7 +12,6 @@ import config import global_ from constants import CLASS -from constants import TYPE from constants import SCOPE from errmsg import syntax_error @@ -24,7 +23,8 @@ __all__ = ['check_type', ...
- New exported functions. - Needs more testing and Unitarian tests.
boriel_zxbasic
train
0a12620caeba75236d8b312cce30c52d1c9f3bbd
diff --git a/fastcore.py b/fastcore.py index <HASH>..<HASH> 100644 --- a/fastcore.py +++ b/fastcore.py @@ -8,7 +8,6 @@ network models." PLoS computational biology 10.1 (2014): e1003424.''' import cplex -from itertools import izip def cpdid_str(compound): cpdid, comp = compound @@ -286,7 +285,7 @@ def fastco...
fastcore: Fix bug where the wrong element was selected as singleton
zhanglab_psamm
train
16e2b90af9f63d5e00e9a64ca4f288325bd2fec5
diff --git a/indra/assemblers/html/assembler.py b/indra/assemblers/html/assembler.py index <HASH>..<HASH> 100644 --- a/indra/assemblers/html/assembler.py +++ b/indra/assemblers/html/assembler.py @@ -97,9 +97,6 @@ class HtmlAssembler(object): A dictionary of the belief of each statement indexed by hash. If not ...
Implement and test sort_by=None option.
sorgerlab_indra
train
2d6241927c48cadbf9cd70a67db5f2588f16072e
diff --git a/examples/tagtool.py b/examples/tagtool.py index <HASH>..<HASH> 100755 --- a/examples/tagtool.py +++ b/examples/tagtool.py @@ -69,7 +69,9 @@ def show_tag(args): print(" " + tt3_card_map.get(str(tag.pmm[0:2]), "unknown card")) if tag.ndef: print("NDEF attribute data:") - print(...
bugfix: tagtool attempted to print attribute data bytes for tags other than tt3
nfcpy_nfcpy
train
967dd67bcea35dafdfe92505baa071befe4e7d92
diff --git a/tensorflow_probability/python/internal/prefer_static.py b/tensorflow_probability/python/internal/prefer_static.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/internal/prefer_static.py +++ b/tensorflow_probability/python/internal/prefer_static.py @@ -410,6 +410,7 @@ reduce_prod = _prefer...
Whitelist split in internal/prefer_static. PiperOrigin-RevId: <I>
tensorflow_probability
train
bd7b9cf6505d6c08baa464b231f7bb4800c949ca
diff --git a/src/main/java/org/dasein/cloud/aws/compute/AutoScaling.java b/src/main/java/org/dasein/cloud/aws/compute/AutoScaling.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/aws/compute/AutoScaling.java +++ b/src/main/java/org/dasein/cloud/aws/compute/AutoScaling.java @@ -779,10 +779,10 @@ pub...
change firewalls var names from name to id
dasein-cloud_dasein-cloud-aws
train
ef4d98dbb32e4146bbdb0af497edbb494441d316
diff --git a/lib/memcached/memcached.rb b/lib/memcached/memcached.rb index <HASH>..<HASH> 100644 --- a/lib/memcached/memcached.rb +++ b/lib/memcached/memcached.rb @@ -59,15 +59,6 @@ Please note that when non-blocking IO is enabled, setter and deleter methods do @struct = Lib::MemcachedSt.new Lib.memcache...
Add the servers after we set SORT_HOSTS or not.
arthurnn_memcached
train
b5196b8f3d97e031566084720ae6dd5e42f0e115
diff --git a/plugins/CoreHome/javascripts/dataTable.js b/plugins/CoreHome/javascripts/dataTable.js index <HASH>..<HASH> 100644 --- a/plugins/CoreHome/javascripts/dataTable.js +++ b/plugins/CoreHome/javascripts/dataTable.js @@ -1643,6 +1643,8 @@ $.extend(DataTable.prototype, UIControl.prototype, { s...
Refs #<I>, remove pivotBy param when switching between related reports.
matomo-org_matomo
train
0472293940a2902ec842a55ad4028e1a718a870a
diff --git a/sslyze/plugins/certificate_info_plugin.py b/sslyze/plugins/certificate_info_plugin.py index <HASH>..<HASH> 100755 --- a/sslyze/plugins/certificate_info_plugin.py +++ b/sslyze/plugins/certificate_info_plugin.py @@ -197,8 +197,8 @@ class CertificateInfoScanResult(PluginScanResult): """The result of runn...
Do not returned parsed certificate in the XML output
nabla-c0d3_sslyze
train
e737ecc6ca1768019c2622614404cb5f0ab53c5a
diff --git a/src/main/java/com/authlete/common/dto/AuthenticationCallbackResponse.java b/src/main/java/com/authlete/common/dto/AuthenticationCallbackResponse.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/authlete/common/dto/AuthenticationCallbackResponse.java +++ b/src/main/java/com/authlete/common/dto/Authe...
Removed 'mock' property from AuthenticationCallbackResponse and DeveloperAuthenticationCallbackResponse.
authlete_authlete-java-common
train
599d2272ea604eaafee73f79ecf2a50234575f11
diff --git a/check_api/src/main/java/com/google/errorprone/matchers/JUnitMatchers.java b/check_api/src/main/java/com/google/errorprone/matchers/JUnitMatchers.java index <HASH>..<HASH> 100644 --- a/check_api/src/main/java/com/google/errorprone/matchers/JUnitMatchers.java +++ b/check_api/src/main/java/com/google/errorpro...
In JUnit4TestNotRun, never warn about tests with @Ignore annotations RELNOTES: N/A ------------- Created by MOE: <URL>
google_error-prone
train
a918628736b31f7b1f3f0bc44c9b76246c1a10a5
diff --git a/src/Client.php b/src/Client.php index <HASH>..<HASH> 100644 --- a/src/Client.php +++ b/src/Client.php @@ -999,9 +999,6 @@ class VGS_Client { $params = $method; $method = 'GET'; } - if ($method == 'PUT') { - $method = 'POST'; - } $getParam...
Added support for PUT and DELETE
schibsted_sdk-php
train
159f3d81e5f3525b8b2fe807a8a919128a85f517
diff --git a/www/src/Lib/sys.py b/www/src/Lib/sys.py index <HASH>..<HASH> 100644 --- a/www/src/Lib/sys.py +++ b/www/src/Lib/sys.py @@ -204,10 +204,10 @@ class _float_info: | DBL_MAX_EXP -- maximum int e such that radix**(e-1) is representable | | min - | DBL_MIN -- Minimum positive normalizer float +...
added some stuff to _float_info to make it work
brython-dev_brython
train
2a3589192b5cf9796ca8468519bbff1b2b53cb29
diff --git a/ofp/v0x01/controller2switch/port_stats_request.py b/ofp/v0x01/controller2switch/port_stats_request.py index <HASH>..<HASH> 100644 --- a/ofp/v0x01/controller2switch/port_stats_request.py +++ b/ofp/v0x01/controller2switch/port_stats_request.py @@ -5,8 +5,8 @@ # Third-party imports # Local source tree imp...
[v0x<I>] Fixing imports
kytos_python-openflow
train
f6c90b3ba033d5b723aea32002c708a88d874fcb
diff --git a/tests/test_generate_mirrors.py b/tests/test_generate_mirrors.py index <HASH>..<HASH> 100644 --- a/tests/test_generate_mirrors.py +++ b/tests/test_generate_mirrors.py @@ -28,10 +28,12 @@ class GenerateMirrors(TestCase): expected_produts = sorted( 'com.ubuntu.juju:%s:tools' % p for p in...
Be clear about the expected content of a mirror.
juju_juju
train
14668aa3eee3a335a487befa13fb0e57d2c53b91
diff --git a/examples/with-semantic-ui/next.config.js b/examples/with-semantic-ui/next.config.js index <HASH>..<HASH> 100644 --- a/examples/with-semantic-ui/next.config.js +++ b/examples/with-semantic-ui/next.config.js @@ -3,13 +3,13 @@ const withCss = require('@zeit/next-css') module.exports = withCss({ webpack (c...
Update next.config.js (#<I>) Tests using a case insensitive expression. Fixes assets output folder. Reduce `limit` so we can use `file-loader` on larger files.
zeit_next.js
train
129d8162d67accf3ad35e787d52cbb55357be9d9
diff --git a/lib/ecocash/client.rb b/lib/ecocash/client.rb index <HASH>..<HASH> 100644 --- a/lib/ecocash/client.rb +++ b/lib/ecocash/client.rb @@ -11,7 +11,7 @@ module Ecocash :referenceCode => "#{Ecocash.configuration.reference_code}", :tranType => "MER", :endUserId => "#{msisdn}", - ...
Separate remarks for refund and payment API
tusomx_ecocash
train
78d76fbfde78da3f6e182f5af11e5a643a2f8f22
diff --git a/undertow/src/main/java/org/wildfly/extension/undertow/deployment/ServletContainerInitializerDeploymentProcessor.java b/undertow/src/main/java/org/wildfly/extension/undertow/deployment/ServletContainerInitializerDeploymentProcessor.java index <HASH>..<HASH> 100644 --- a/undertow/src/main/java/org/wildfly/ex...
WFLY-<I> load services only they are imported after #<I> services from all modules are imported, after this change services are imported only if declared in manifest or in jboss-deployment-structure.xml
wildfly_wildfly
train
9491a9fa55e9d29ae747c75421f5229fb9893609
diff --git a/examples/johan_functiona_.py b/examples/johan_functiona_.py index <HASH>..<HASH> 100644 --- a/examples/johan_functiona_.py +++ b/examples/johan_functiona_.py @@ -22,13 +22,14 @@ space = odl.uniform_discr([0, 0, 0], [1, 1, 1], [n, n, n]) print(space) -class L1Functional(odl.solvers.functional.Functiona...
ENH: Add functional for L2NormSquare
odlgroup_odl
train
f2aa178bac559fed063182ab2788ae090b86ec75
diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index <HASH>..<HASH> 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -324,6 +324,7 @@ $string['databasesetup'] = 'Setting up database'; $string['databasesuccess'] = 'Database was successfully upgraded'; $string['databaseupgradebackup...
Missing groups version message (noted during clean installation) added
moodle_moodle
train
19247c6060830b561f3c2e70ecb7030b7895e7ad
diff --git a/pymatgen/util/plotting.py b/pymatgen/util/plotting.py index <HASH>..<HASH> 100644 --- a/pymatgen/util/plotting.py +++ b/pymatgen/util/plotting.py @@ -252,7 +252,11 @@ def periodic_table_heatmap( if el.row > max_row: continue value = elemental_data.get(el.symbol, blank_value) ...
Fix ptable plotter for new lanthanoid/actinoid group #
materialsproject_pymatgen
train
b5aef62071fd9d66ccdbad9267c29df6e3946670
diff --git a/classes/Pods.php b/classes/Pods.php index <HASH>..<HASH> 100644 --- a/classes/Pods.php +++ b/classes/Pods.php @@ -1575,7 +1575,7 @@ class Pods { /** * Export an item's data * - * @see PodsApi::export_pod_item + * @see PodsAPI::export_pod_item * * @param array $fields (o...
Added export_data method to Pods which works like Pods::data but exports like Pods::export; Gets all items from a Pod, uses whatever you used for find() too
pods-framework_pods
train
5f72bd50284566e9f0511d41981e30c5d382ccf2
diff --git a/frameit/lib/frameit/config_parser.rb b/frameit/lib/frameit/config_parser.rb index <HASH>..<HASH> 100644 --- a/frameit/lib/frameit/config_parser.rb +++ b/frameit/lib/frameit/config_parser.rb @@ -83,6 +83,8 @@ module Frameit unless value.kind_of?(Integer) || value.split('x').length == 2 || (valu...
frameit: fix show_complete_frame=false, improve speed (#<I>) fixes #<I> now the screenshot resizing completely happens in complex_framing and the screenshot is only resized once (instead of 3 times worst case), resulting in a <I>% speed improvement (for show_complete_frame = true) and potentially a quality impr...
fastlane_fastlane
train
11cb5b4fb0c71fc8c970870c221cb645e52093d7
diff --git a/src/js/components/lightbox-panel.js b/src/js/components/lightbox-panel.js index <HASH>..<HASH> 100644 --- a/src/js/components/lightbox-panel.js +++ b/src/js/components/lightbox-panel.js @@ -207,7 +207,6 @@ export default { let matches; const iframeAttrs = { ...
refactor: allow="autoplay" is set through uk-video
uikit_uikit
train
1c91fb2d851536da70209aeacb2fe6458e525908
diff --git a/lib/shh/commands.rb b/lib/shh/commands.rb index <HASH>..<HASH> 100644 --- a/lib/shh/commands.rb +++ b/lib/shh/commands.rb @@ -2,7 +2,7 @@ require 'active_support/inflector' module Shh module Command - def self.load name, *args + def load_command name, *args require "shh/command/#{name}" ...
switched to using commands module as a mixin
markryall_shh
train
2e69a7ed7b70dedbc4c97cfa05cba4e1085303c5
diff --git a/osbs/conf.py b/osbs/conf.py index <HASH>..<HASH> 100644 --- a/osbs/conf.py +++ b/osbs/conf.py @@ -548,7 +548,7 @@ class Configuration(object): if platform: nodeselector_str = self._get_value("node_selector." + platform, self.conf_section, ...
get_platform_node_selector: handle node_selector.platform = None If platform is a valid string, but node_selector.platform = None in the config file, the existing code will do the wrong thing. Make sure that the parsed item for node_selector.platform has '=' in it or ignore it. Add test cases for the node_selector.pl...
projectatomic_osbs-client
train
5fa58820d11b465c3459caa3a5cbea983aea4cf5
diff --git a/txkoji/tests/test_estimates.py b/txkoji/tests/test_estimates.py index <HASH>..<HASH> 100644 --- a/txkoji/tests/test_estimates.py +++ b/txkoji/tests/test_estimates.py @@ -1,4 +1,6 @@ from datetime import timedelta +from twisted.internet import defer +from twisted.web.xmlrpc import Proxy import pytest imp...
tests: average_build_durations() uses multicall With the switch to multicall in average_build_durations(), the tests were failing. Use a dedicated Fake proxy object that returns the value we need. This FakeProxy class is largely a copy and paste from test_multicall.py, so I really need to come up with something bette...
ktdreyer_txkoji
train
870ca08819a23ea188aabdfd923b559078d8e521
diff --git a/src/resources/js/controllers.js b/src/resources/js/controllers.js index <HASH>..<HASH> 100644 --- a/src/resources/js/controllers.js +++ b/src/resources/js/controllers.js @@ -61,12 +61,13 @@ $scope.currentFilter = "0"; // ng-change event triggers this method - $scope.reloadFilter = function() { +...
keep filter after save/update event, observe call type and fields #<I>
luyadev_luya-module-admin
train
4f39e439500699ed704f757001acef3eb890a6d0
diff --git a/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceImpl.java b/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/affinity/KeyAffinityServiceImpl.java +++ b/core/src/main/java/org/infinispan/affinity/KeyAffini...
ISPN-<I> Avoid looping indefinitely in KeyAffinityServiceImpl With NBST it's possible for a node to not own (as primary owner) any keys for a while. KeyAffinityServiceImpl should pause if it can't find any keys for the nodes in its filter.
infinispan_infinispan
train
46a9a2b6c49d01355f5ffcff691111ca4be2fb7b
diff --git a/question/type/essay/question.php b/question/type/essay/question.php index <HASH>..<HASH> 100644 --- a/question/type/essay/question.php +++ b/question/type/essay/question.php @@ -247,6 +247,8 @@ class qtype_essay_question extends question_with_responses { 'filetypeslist' => $this->filetypeslist...
MDL-<I> qtype_essay: Return new min/max word limit settings via WS Those settings are required by external clients such as the Moodle App
moodle_moodle
train
9b0bd5c5ebf2d493c816226d81245da9df79ef0a
diff --git a/lib/tenon.js b/lib/tenon.js index <HASH>..<HASH> 100644 --- a/lib/tenon.js +++ b/lib/tenon.js @@ -42,7 +42,7 @@ function haveResults(err, response, body) { try { jsn = JSON.parse(body); } catch(e) { - this.callback(e); + this.callback('JSON Parse error:\n' + body); return; } if ...
added callback parm to tenon.js to work with grunt-tenon-async
egauci_grunt-tenon-client
train
72918111cd9d6e2a7a088e83d21394eb58495340
diff --git a/addons/viewport/src/preview/withViewport.js b/addons/viewport/src/preview/withViewport.js index <HASH>..<HASH> 100644 --- a/addons/viewport/src/preview/withViewport.js +++ b/addons/viewport/src/preview/withViewport.js @@ -1,4 +1,4 @@ -import addons from '@storybook/addons'; +import addons, { makeDecorator ...
Use makeDecorator to create withViewport
storybooks_storybook
train
4b9288cb08611af89c8a2ff649eff48be28f7805
diff --git a/theme/shadows.js b/theme/shadows.js index <HASH>..<HASH> 100644 --- a/theme/shadows.js +++ b/theme/shadows.js @@ -1,3 +1,6 @@ +// Used to generate all the shadows used in the material theme. +// Is not used at runtime. + const parseLine = line => { const values = line.split(/\s+/) return {
docs: Add docstring for file generating shadows
cozy_cozy-ui
train
a6e707892a6d50940d6fceec4758b1b7388b9083
diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/record/ridbag/ORidBag.java b/core/src/main/java/com/orientechnologies/orient/core/db/record/ridbag/ORidBag.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/db/record/ridbag/ORidBag.java +++ b/core/src/main/ja...
fixed ridbag deserialization issue when included in embedded document.
orientechnologies_orientdb
train
c40a3ca77ca8e844203a45d9a51cd21cc6e12a5d
diff --git a/telethon/events/__init__.py b/telethon/events/__init__.py index <HASH>..<HASH> 100644 --- a/telethon/events/__init__.py +++ b/telethon/events/__init__.py @@ -829,21 +829,32 @@ class UserUpdate(_EventBuilder): return self.chat -class MessageChanged(_EventBuilder): +class MessageEdited(NewMe...
Split MessageChanged into MessageEdited and MessageDeleted
LonamiWebs_Telethon
train
b2a607cc859ebbf6364974e6a51a21dcf5406380
diff --git a/includes/Intuition.php b/includes/Intuition.php index <HASH>..<HASH> 100644 --- a/includes/Intuition.php +++ b/includes/Intuition.php @@ -556,7 +556,7 @@ class Intuition { */ public function listMsgs( $domain ) { $domain = $this->normalizeDomain( $domain ); - if ( !isset( $this->messageBlob[$domai...
Follow-up <I>c<I>: Ensure "en" is loaded in listMsgs() Since each language has its own file now, it can no longer be assumed that if 1 language of a domain is loaded that "en" is loaded as well.
Krinkle_intuition
train
8a1f37cec27b9a7c6b5b6592fb70072927b49065
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,7 @@ Changelog 2.2.0 (unreleased) ------------------ +- #1916 Provide the request record to object info adapters in the sample add form - #1913 Ported PR #1865 for dexterity contents - #1915 Support l...
Provide the request record to object info adapters in the sample add form (#<I>) * Provide the request record to object info adapters * Changelog * Removed argument for base method
senaite_senaite.core
train
4e7e26c30e1c5dd1743003d68857c160af96afc6
diff --git a/src/js/util/event.js b/src/js/util/event.js index <HASH>..<HASH> 100644 --- a/src/js/util/event.js +++ b/src/js/util/event.js @@ -4,25 +4,25 @@ import {isArray, isFunction, isString, toNode, toNodes} from './lang'; export function on(...args) { - let [target, type, selector, listener, useCapture] =...
feat: event utils handle multiple targets now
uikit_uikit
train