hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
20a0f7dd3ebe17c52b70412aed40a52ac1ee2230
diff --git a/fog.gemspec b/fog.gemspec index <HASH>..<HASH> 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -50,6 +50,7 @@ Gem::Specification.new do |s| s.add_dependency('net-ssh', '>=2.1.3') s.add_dependency('nokogiri', '~>1.5') s.add_dependency('ruby-hmac') + s.add_dependency('unicode', "~> 0.4.4") ## Li...
Add support for canonicalising AWS keys We don’t just need to URL escape them, they need to be Unicode normalised too <URL>
fog_fog
train
e8bf541e7fa1cc8c3d5aa7adbf61929027e2247c
diff --git a/test/com/google/javascript/jscomp/IntegrationTest.java b/test/com/google/javascript/jscomp/IntegrationTest.java index <HASH>..<HASH> 100644 --- a/test/com/google/javascript/jscomp/IntegrationTest.java +++ b/test/com/google/javascript/jscomp/IntegrationTest.java @@ -2864,15 +2864,14 @@ public final class In...
Fix a few lint errors ------------- Created by MOE: <URL>
google_closure-compiler
train
b8e396ef1069286cabad8d4234733a69b4e7fe71
diff --git a/lib/excon/test/plugin/server/exec.rb b/lib/excon/test/plugin/server/exec.rb index <HASH>..<HASH> 100644 --- a/lib/excon/test/plugin/server/exec.rb +++ b/lib/excon/test/plugin/server/exec.rb @@ -3,14 +3,14 @@ module Excon module Plugin module Server module Exec - def start(app)...
fix error introduced when attempting to fix argument error
excon_excon
train
c209c2e4eb3146679b3ea10e086e67db34cf7009
diff --git a/mpdlcd/cli.py b/mpdlcd/cli.py index <HASH>..<HASH> 100644 --- a/mpdlcd/cli.py +++ b/mpdlcd/cli.py @@ -136,23 +136,34 @@ def _make_pattern(pattern_txt): return display_pattern.ScreenPattern(pattern_txt, registry) -def run_forever(lcdproc='', mpd='', lcdd_debug=False, retries=DEFAULT_RETRIES, - ...
Enable auto-retry for the MPD client.
rbarrois_mpdlcd
train
c587b1161b2e3bce1e3947364ff39ad120bf5678
diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php index <HASH>..<HASH> 100644 --- a/resources/lang/cs-CZ/dashboard.php +++ b/resources/lang/cs-CZ/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => 'Something went wrong updating the incident update', ],...
New translations dashboard.php (Czech)
CachetHQ_Cachet
train
3f1737f8d84f6ac60837b0f0ab4a22521e1c48c2
diff --git a/lib/thrift/sasl_client_transport.rb b/lib/thrift/sasl_client_transport.rb index <HASH>..<HASH> 100644 --- a/lib/thrift/sasl_client_transport.rb +++ b/lib/thrift/sasl_client_transport.rb @@ -81,6 +81,9 @@ module Thrift def reset_buffer! len, = @transport.read(PAYLOAD_LENGTH_BYTES).unpack('l>') ...
fix incomplete data read in sasl_client_transport
forward3d_rbhive
train
646b9ea4e5a6f76043e404307ed7b33e05ce07b7
diff --git a/salt/modules/pillar.py b/salt/modules/pillar.py index <HASH>..<HASH> 100644 --- a/salt/modules/pillar.py +++ b/salt/modules/pillar.py @@ -10,6 +10,7 @@ import collections # Import third party libs import os import copy +import logging import yaml import salt.ext.six as six @@ -21,6 +22,8 @@ from sal...
Don't abort pillar.get with merge=True if default is None (#<I>) * Don't abort pillar.get with merge=True if default is None This prevents a SaltInvocationError from being raised if the default is loaded from a import_yaml jinja macro and the file being loaded is empty (which is an entirely valid use case). In th...
saltstack_salt
train
f7807bdb52513dcbdab486a633ad5edeefa09e66
diff --git a/tests/unit/build_test.py b/tests/unit/build_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/build_test.py +++ b/tests/unit/build_test.py @@ -2,8 +2,9 @@ import gzip import io import docker +from docker import auth -from .api_test import DockerClientTest +from .api_test import DockerClientTest, f...
Update build unit tests * Test that the request from build when the client has auth configs contains the correct X-Registry-Config header * Test that BuildApiMixin._set_auth_headers() updates the passed in headers dict with auth data from the client * Test that BuildApiMixin._set_auth_headers() leaves headers dict...
docker_docker-py
train
fe3e47b1e81550c50132a0277a9bcf181f74700d
diff --git a/cmd/storage-rest-server.go b/cmd/storage-rest-server.go index <HASH>..<HASH> 100644 --- a/cmd/storage-rest-server.go +++ b/cmd/storage-rest-server.go @@ -951,42 +951,44 @@ func streamHTTPResponse(w http.ResponseWriter) *httpStreamResponse { blockCh := make(chan []byte) h := httpStreamResponse{done: don...
Fix "send on closed channel" panic (#<I>) The httpStreamResponse should not return until CloseWithError has been called. Instead keep track of write state and skip writing/flushing if an error has occurred. Fixes #<I> Regression from #<I> (not released)
minio_minio
train
adb1c48471d6fc791bdbc7f6a64374324cece606
diff --git a/src/python/dxpy/templating/utils.py b/src/python/dxpy/templating/utils.py index <HASH>..<HASH> 100644 --- a/src/python/dxpy/templating/utils.py +++ b/src/python/dxpy/templating/utils.py @@ -63,7 +63,7 @@ def clean(s): return "\n".join(line.rstrip() for line in s.split("\n")) def use_completer(compl...
Fix fallout from removal of callable completers
dnanexus_dx-toolkit
train
21206b38585e324de00cfa199365415a42d898e8
diff --git a/indra/trips/processor.py b/indra/trips/processor.py index <HASH>..<HASH> 100644 --- a/indra/trips/processor.py +++ b/indra/trips/processor.py @@ -652,7 +652,9 @@ class TripsProcessor(object): all_pos += pos else: site_type = site_term.find("type").text - si...
Handle missing site name in TRIPS processor
sorgerlab_indra
train
b44efa0513c882ec54b38c9e30df5399d80b90fe
diff --git a/crunchy.go b/crunchy.go index <HASH>..<HASH> 100644 --- a/crunchy.go +++ b/crunchy.go @@ -161,12 +161,6 @@ func (v *Validator) Check(password string) error { if countUniqueChars(password) < v.options.MinDiff { return ErrTooFewChars } - if v.options.CheckHIBP { - err := foundInHIBP(password) - if e...
Run hash checks against haveibeenpwnd last
muesli_crunchy
train
fb2157423f513e6ef7a7e806abb5e9fd1268d286
diff --git a/cumulusci/core/utils.py b/cumulusci/core/utils.py index <HASH>..<HASH> 100644 --- a/cumulusci/core/utils.py +++ b/cumulusci/core/utils.py @@ -1,8 +1,4 @@ -""" Utilities for CumulusCI Core - -import_global: task class defn import helper -process_bool_arg: determine true/false for a commandline arg -decode_t...
Fix some doc and move rather than copy
SFDO-Tooling_CumulusCI
train
0f7b7df1f0cd6a3d2f75a983143d02fda8990111
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java index <HASH>..<HASH> 100644 --- a/smack-extensions/src/main/java/org/jivesoftware/smackx/muc/MultiUserChat.java +++ b/smack-extensions/src/main/java/...
muc: fix roomDestroyed() callback The previous site where the callback was invoked was only reached if there was also a user status on the unvailable presence. But those are not part of unavilable presences upon room destruction. Fixes SMACK-<I>.
igniterealtime_Smack
train
4bd4ba99aafc2951c452df71e6baae90e4007ca6
diff --git a/src/seamless-immutable.js b/src/seamless-immutable.js index <HASH>..<HASH> 100644 --- a/src/seamless-immutable.js +++ b/src/seamless-immutable.js @@ -549,6 +549,7 @@ } // Export the library + Immutable.from = Immutable; Immutable.isImmutable = isImmutable; Immutable.ImmutableErr...
Add Immutable.from as reference to Immutable
rtfeldman_seamless-immutable
train
8a562448141f2baa6cd9609c699112973bfb8cf3
diff --git a/phoebe/frontend/bundle.py b/phoebe/frontend/bundle.py index <HASH>..<HASH> 100644 --- a/phoebe/frontend/bundle.py +++ b/phoebe/frontend/bundle.py @@ -980,6 +980,8 @@ class Bundle(ParameterSet): # TODO: only do this if distortion_method == 'roche' q = parent_ps.get_...
ecc nosetest now tests closer to the extreme pass at rtol=1e-3 up to ecc=<I>. ecc=<I>-><I> do not agree as well (rtol=<I> for the most extreme case right before overflow).
phoebe-project_phoebe2
train
49f3e9a0501682a33f7073634ef996f8dc7783a9
diff --git a/lib/api.js b/lib/api.js index <HASH>..<HASH> 100644 --- a/lib/api.js +++ b/lib/api.js @@ -513,7 +513,7 @@ module.exports = function(options, loadConfig, logger, _sr, _containers, _servic var repoPath = _sr.repoPath(systemId); - _compiler.compile(getHeadSystem, systemId, repoPath, out, function(...
Compiling fresh systems working again.
nearform_nscale-kernel
train
3f008b72733f881d189c74aae66fb31b053c6b07
diff --git a/iserve-sal-core/src/main/java/uk/ac/open/kmi/iserve/core/PluginModuleLoader.java b/iserve-sal-core/src/main/java/uk/ac/open/kmi/iserve/core/PluginModuleLoader.java index <HASH>..<HASH> 100644 --- a/iserve-sal-core/src/main/java/uk/ac/open/kmi/iserve/core/PluginModuleLoader.java +++ b/iserve-sal-core/src/ma...
PluginModuleLoader now logs the installed modules at runtime
kmi_iserve
train
2892561eedd8fc8598350b28a0f434a47de06107
diff --git a/hcldec/spec.go b/hcldec/spec.go index <HASH>..<HASH> 100644 --- a/hcldec/spec.go +++ b/hcldec/spec.go @@ -410,15 +410,15 @@ func (s *BlockListSpec) decode(content *hcl.BodyContent, block *hcl.Block, ctx * if len(elems) < s.MinItems { diags = append(diags, &hcl.Diagnostic{ Severity: hcl.DiagError, ...
hcldec: Fix MinItems/MaxItems diagnostics messages These were not previously consistent with the usual style.
hashicorp_hcl
train
d65819014536c111f66ef30c3f232f77ee115eda
diff --git a/smart_open/s3.py b/smart_open/s3.py index <HASH>..<HASH> 100644 --- a/smart_open/s3.py +++ b/smart_open/s3.py @@ -352,6 +352,11 @@ class SeekableBufferedInputBase(BufferedInputBase): def __init__(self, bucket, key, version_id=None, buffer_size=DEFAULT_BUFFER_SIZE, line_terminator=B...
smart_open/s3: Initial implementations of str and repr (#<I>) * smart_open/s3: Initial implementations of str and repr for SeekableBufferedInputBase and BufferedOutputBase * smart_open/s3: Follow-up on str and repr methods * Update smart_open/s3.py
RaRe-Technologies_smart_open
train
5ac1afbd62005f1abfde57bd45b33d43a1daf6b8
diff --git a/demo/fuse.js b/demo/fuse.js index <HASH>..<HASH> 100644 --- a/demo/fuse.js +++ b/demo/fuse.js @@ -30,7 +30,9 @@ fuse.dev({ port: 4445 }); // bundle application fuse.bundle("app") .sourceMaps(true) - .instructions(" > demo/main.ts").watch().hmr() + .instructions(" > demo/main.ts") + .watch('demo/**') + ...
fix: configure fuse-box watch correctly
urish_muse-js
train
0ff7098de16524b3bcb6f4bf1997288d8a79a26e
diff --git a/languagetool-office-extension/src/main/java/org/languagetool/openoffice/MultiDocumentsHandler.java b/languagetool-office-extension/src/main/java/org/languagetool/openoffice/MultiDocumentsHandler.java index <HASH>..<HASH> 100644 --- a/languagetool-office-extension/src/main/java/org/languagetool/openoffice/M...
[LO extension] add testmode for LinguisticServices to prevent crash of test for special configurations
languagetool-org_languagetool
train
be2789254d9422d24cd6ae8d7455c858efdb3c68
diff --git a/examples/testapp/app.py b/examples/testapp/app.py index <HASH>..<HASH> 100644 --- a/examples/testapp/app.py +++ b/examples/testapp/app.py @@ -22,12 +22,12 @@ import logging logger = logging.getLogger(__name__) -class SkellComponent(firenado.tornadoweb.TornadoComponent): +class TestappComponent(firenad...
Renamed components with Testapp prefix. Refs: #<I>
candango_firenado
train
bd774e25ca187b7ae31687fc87a4fa32893883aa
diff --git a/src/com/google/javascript/jscomp/CheckJSDoc.java b/src/com/google/javascript/jscomp/CheckJSDoc.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/CheckJSDoc.java +++ b/src/com/google/javascript/jscomp/CheckJSDoc.java @@ -193,7 +193,7 @@ final class CheckJSDoc extends AbstractPostOrderC...
Allow @abstract on ES5 constructors Unfortunately putting @abstract on the @constructor is the only way to declare an abstract class, so we need to allow this. ------------- Created by MOE: <URL>
google_closure-compiler
train
1201a8288c540fa06f4aa8f1dca1f5d7f37f1177
diff --git a/examples/subscribing/acks.rb b/examples/subscribing/acks.rb index <HASH>..<HASH> 100755 --- a/examples/subscribing/acks.rb +++ b/examples/subscribing/acks.rb @@ -8,18 +8,18 @@ require 'awesome_print' # sometimes ack Philotic.subscribe('flaky_queue', ack: true) do |metadata, message| ap message[:attrib...
instance_exec subscription block so ack/reject are available without grabbing a reference to philotic outside the block
nkeyes_philotic
train
0eeca4b5a95c2d2284af3c8f9d869f168608069e
diff --git a/shim.php b/shim.php index <HASH>..<HASH> 100644 --- a/shim.php +++ b/shim.php @@ -24,18 +24,6 @@ namespace Codeception\TestCase { } } -namespace Codeception\Module { - - class Symfony2 extends Symfony { - } - - class Phalcon1 extends Phalcon { - } - - class Phalcon2 extends Phalcon {...
Removed old module aliases from shim.php
Codeception_Codeception
train
fe1e00f370d24cfb08bea01904db195b9b902e1f
diff --git a/aioresponses/core.py b/aioresponses/core.py index <HASH>..<HASH> 100644 --- a/aioresponses/core.py +++ b/aioresponses/core.py @@ -63,16 +63,26 @@ class UrlResponse(object): kwargs['writer'] = Mock() kwargs['continue100'] = None kwargs['timer'] = TimerNoop() - ...
Fix building response with aiohttp==<I>
pnuckowski_aioresponses
train
c745a7a3fa51c6871212c4f67073700783b1ba0f
diff --git a/lib/WebSocketServer.js b/lib/WebSocketServer.js index <HASH>..<HASH> 100644 --- a/lib/WebSocketServer.js +++ b/lib/WebSocketServer.js @@ -42,6 +42,7 @@ function WebSocketServer(options, callback) { }); this._server.listen(options.value.port, options.value.host || '127.0.0.1', callback); this...
Emit 'listening' when self-created server is listening
websockets_ws
train
39273785c272743e7095a5cfc2d23774a78f0237
diff --git a/input/prometheus/prometheus.go b/input/prometheus/prometheus.go index <HASH>..<HASH> 100644 --- a/input/prometheus/prometheus.go +++ b/input/prometheus/prometheus.go @@ -38,7 +38,6 @@ func (p *prometheusWriteHandler) Name() string { func (p *prometheusWriteHandler) Start(handler input.Handler, cancel co...
Remove ConfigSetup() during the Prometheus input plugin Start() method to fix configuration reset During the startup process, the prometheus module is first configured using `prometheus.ConfigSetup()` and `prometheus.ConfigProcess()`, then the Handler is started. The problem is that `ConfigSetup()` is called from `S...
grafana_metrictank
train
d2705833173e7f488cffdb0904664b853168d58a
diff --git a/scripts/macroeco/utils/workflow.py b/scripts/macroeco/utils/workflow.py index <HASH>..<HASH> 100644 --- a/scripts/macroeco/utils/workflow.py +++ b/scripts/macroeco/utils/workflow.py @@ -43,6 +43,8 @@ class Workflow: a script to run. clog : bool Whether to log to console in addition t...
Option for shorter output name Default works as usual with compare_sad
jkitzes_macroeco
train
5f1005082da530c140a8a9182963310b213299be
diff --git a/consolcolor.py b/consolcolor.py index <HASH>..<HASH> 100644 --- a/consolcolor.py +++ b/consolcolor.py @@ -1,8 +1,8 @@ -C_END = "\033[0m" """ all color effect delete""" -C_BOLD = "\033[1m" """ change to bold word""" -C_INVERSE = "\033[3m" """ change to Italic word""" +C_END = '\033[0m' +C_BOLD ...
refs #<I> delete docstring
SonMinWoo_AnsanBladeWind
train
4da3d4e2a4e3faa33cc4865d651639bde47a06cc
diff --git a/lib/short.js b/lib/short.js index <HASH>..<HASH> 100644 --- a/lib/short.js +++ b/lib/short.js @@ -34,19 +34,24 @@ exports.connect = function(mongodb) { exports.generate = function(document) { var generatePromise - , promise = new Promise() - , generatedHash = ID.store(document.URL) - , query...
resolves issue #<I> - remove unique index on URL; create a new document when existing URL and new hash is specified
edwardhotchkiss_short
train
1afc11d108ebf713d7c5d6a955fba87e0974214f
diff --git a/trionyx/trionyx/apps.py b/trionyx/trionyx/apps.py index <HASH>..<HASH> 100644 --- a/trionyx/trionyx/apps.py +++ b/trionyx/trionyx/apps.py @@ -37,13 +37,18 @@ class Config(BaseConfig): """Auto load Trionyx""" models_config.auto_load_configs() - for app in apps.get_app_configs(): -...
[FEATURE] Auto load signals module for appps
krukas_Trionyx
train
89c68b79ae5395c4638d61986778768ba3f660d7
diff --git a/lib/virtualbox/vm.rb b/lib/virtualbox/vm.rb index <HASH>..<HASH> 100644 --- a/lib/virtualbox/vm.rb +++ b/lib/virtualbox/vm.rb @@ -215,7 +215,7 @@ module VirtualBox # @return [String] Virtual machine state. def state(reload=false) if reload - load_interface_attribute(:state) + ...
VM#state properly reloads
mitchellh_virtualbox
train
945ccef07f6e12fc8497662d5316ec0a1c7bf8ad
diff --git a/languagetool-core/src/main/java/org/languagetool/rules/GRPCRule.java b/languagetool-core/src/main/java/org/languagetool/rules/GRPCRule.java index <HASH>..<HASH> 100644 --- a/languagetool-core/src/main/java/org/languagetool/rules/GRPCRule.java +++ b/languagetool-core/src/main/java/org/languagetool/rules/GRP...
make inner class public so it can be used from outside
languagetool-org_languagetool
train
f70e3947a8c03b02e36472c847a925fc940d055f
diff --git a/controller/jobs/src/Controller/Jobs/Product/Import/Xml/Standard.php b/controller/jobs/src/Controller/Jobs/Product/Import/Xml/Standard.php index <HASH>..<HASH> 100644 --- a/controller/jobs/src/Controller/Jobs/Product/Import/Xml/Standard.php +++ b/controller/jobs/src/Controller/Jobs/Product/Import/Xml/Standa...
Fixed saving categories for products in XML importer
aimeos_ai-controller-jobs
train
fd49c45dfc78cf76f08f7695a521893342e3ea26
diff --git a/pachyderm/fit/base.py b/pachyderm/fit/base.py index <HASH>..<HASH> 100644 --- a/pachyderm/fit/base.py +++ b/pachyderm/fit/base.py @@ -206,7 +206,8 @@ class FitResult(BaseFitResult): ) def fit_with_minuit(cost_func: Callable[..., float], minuit_args: Dict[str, Union[float, Tuple[float, float]]],...
Enable the option to calculate minos errors The result would still need to be accessed through the Minuit object because I don't know how to use them to calculate the point-by-point fit errors
raymondEhlers_pachyderm
train
15f40d187df673da6e6245ccfeca3cf13355f0ab
diff --git a/connections/models.py b/connections/models.py index <HASH>..<HASH> 100644 --- a/connections/models.py +++ b/connections/models.py @@ -269,9 +269,9 @@ class Connection(models.Model): def _connection_created_handler(sender, instance, raw, created, **kwargs): if not raw and created: connection_...
No need to specify the signal handler as weak
dfunckt_django-connections
train
4c28c33332706995e25da690b3cfec2205699906
diff --git a/influxql/ast.go b/influxql/ast.go index <HASH>..<HASH> 100644 --- a/influxql/ast.go +++ b/influxql/ast.go @@ -958,16 +958,12 @@ func (s *SelectStatement) ValidateDistinct() error { return nil } - if len(s.Fields) > 1 { - return fmt.Errorf("select DISTINCT may only have one field") - } - if !s.IsR...
validateDistinct should complain about aggregates before fields
influxdata_influxdb
train
70b27928f45e4d17c00742028d80dafcd374e76d
diff --git a/upoints/baken.py b/upoints/baken.py index <HASH>..<HASH> 100644 --- a/upoints/baken.py +++ b/upoints/baken.py @@ -164,11 +164,11 @@ class Bakens(point.KeyedPoints): self._baken_file = baken_file data = ConfigParser() if hasattr(baken_file, 'readlines'): - data.readfp(b...
[QA] Update to ConfigParser.read_file readfp() is deprecated.
JNRowe_upoints
train
4b3ae0bf53f141ac030b62d3de35a09c348f38cd
diff --git a/dwave/system/composites/embedding.py b/dwave/system/composites/embedding.py index <HASH>..<HASH> 100644 --- a/dwave/system/composites/embedding.py +++ b/dwave/system/composites/embedding.py @@ -263,7 +263,10 @@ class FixedEmbeddingComposite(dimod.ComposedSampler, dimod.Structured): raise dimod...
Alternative implementing LazyEmbeddingComposite; no longer passing an attribute as an arguement
dwavesystems_dwave-system
train
420ef766a655f10c705911615f9b0e7f6045fd2c
diff --git a/db_feed.go b/db_feed.go index <HASH>..<HASH> 100644 --- a/db_feed.go +++ b/db_feed.go @@ -338,6 +338,10 @@ func (db DB) UpdateFeed(f Feed) (Feed, error) { } f.Id = id + + for i := 0; i < len(f.Articles); i++ { + f.Articles[i].FeedId = id + } } if err := db.updateFeedArticles(tx, f, f.Arti...
if the feed is new, add the feed id to its articles
urandom_readeef
train
0bd82ade983b78246853b7ed254c8b626a8b34cc
diff --git a/lib/mercurial-ruby/command.rb b/lib/mercurial-ruby/command.rb index <HASH>..<HASH> 100644 --- a/lib/mercurial-ruby/command.rb +++ b/lib/mercurial-ruby/command.rb @@ -5,11 +5,12 @@ module Mercurial class CommandError < Error; end class Command - attr_accessor :command, :repository + attr_acc...
Some commands don't work with cache.
isabanin_mercurial-ruby
train
640ca964c63f0a465081476efa3e84d76829594d
diff --git a/mmtf/decoders/__init__.py b/mmtf/decoders/__init__.py index <HASH>..<HASH> 100644 --- a/mmtf/decoders/__init__.py +++ b/mmtf/decoders/__init__.py @@ -2,4 +2,4 @@ try: import numpy from .numpy_decoders import delta_decode,run_length_decode except ImportError: - from .decoders import run_length...
Update to beta3 - numpy support.
rcsb_mmtf-python
train
8925edae02cc591ea56d819619b3aaadbe3d4c23
diff --git a/library/CMService/KissMetrics/Transport/Socket.php b/library/CMService/KissMetrics/Transport/Socket.php index <HASH>..<HASH> 100644 --- a/library/CMService/KissMetrics/Transport/Socket.php +++ b/library/CMService/KissMetrics/Transport/Socket.php @@ -49,5 +49,36 @@ class CMService_KissMetrics_Transport_Sock...
Checked the KISSmetrics response - Thrown exception if the response cannot be read or is malformed - Thrown exception if the status differs from <I>
cargomedia_cm
train
ea4f9c7bb65e64a356d3fcb1c48db30eda2b512d
diff --git a/spec/roadworker_delete_spec.rb b/spec/roadworker_delete_spec.rb index <HASH>..<HASH> 100644 --- a/spec/roadworker_delete_spec.rb +++ b/spec/roadworker_delete_spec.rb @@ -349,6 +349,162 @@ EOS } end + context 'A1 A2 (Latency)' do + before { + routefile do +<<-EOS +hosted_zone "w...
fix spec: update/delete A (Latency)
codenize-tools_roadworker
train
49369ffe9a7d693127cbab42b18c5ed2b505fa2b
diff --git a/registry/client/transport/session.go b/registry/client/transport/session.go index <HASH>..<HASH> 100644 --- a/registry/client/transport/session.go +++ b/registry/client/transport/session.go @@ -94,7 +94,9 @@ HeaderLoop: func (ta *tokenAuthorizer) ModifyRequest(req *http.Request) error { v2Root := stri...
Only do auth checks for endpoints starting with v2 Changes behavior so ping doesn't happen if /v2/ is anywhere in a request path, but instead only at the beginning. This fixes attempts to ping on redirected URLs.
docker_distribution
train
53fbd7dca02f294afb0ffaeac92e793eb8021a95
diff --git a/moto/kms/responses.py b/moto/kms/responses.py index <HASH>..<HASH> 100644 --- a/moto/kms/responses.py +++ b/moto/kms/responses.py @@ -3,6 +3,7 @@ from __future__ import unicode_literals import base64 import json import re +import six from boto.exception import JSONResponseError from boto.kms.excepti...
KMS encryption under Python 3 (#<I>) This upgrades the KMS encrypt and decrypt endpoints to work under both Python 2 and 3
spulec_moto
train
a095c8301a9ba45bfad33f3a33b3736b57b39853
diff --git a/Resources/public/js/Collection.js b/Resources/public/js/Collection.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/Collection.js +++ b/Resources/public/js/Collection.js @@ -18,6 +18,7 @@ export default class Collection this.$rootContainer = $rootContainer; this.initializableField...
Collection - generate unique element keys even across different requests
imatic_form-bundle
train
d5c7e4e27161e777568c3fd1ae5034c53b5d969a
diff --git a/lib/raven/processors/sanitizedata.rb b/lib/raven/processors/sanitizedata.rb index <HASH>..<HASH> 100644 --- a/lib/raven/processors/sanitizedata.rb +++ b/lib/raven/processors/sanitizedata.rb @@ -74,12 +74,13 @@ module Raven if RUBY_VERSION <= '1.8.7' text else - text.en...
Fix utf sanitization and specs
getsentry_raven-ruby
train
b4237207af203e6e345891cbe45a09e03defcebe
diff --git a/examples/proxy/proxy.js b/examples/proxy/proxy.js index <HASH>..<HASH> 100644 --- a/examples/proxy/proxy.js +++ b/examples/proxy/proxy.js @@ -63,7 +63,7 @@ class HTTPHandler { this.resume = resume this.res.on('drain', resume) - writeHead(this.res, statusCode, getHeaders({ + this.res.write...
refactor: writeHead supports array in node <I>+
mcollina_undici
train
9a601e51e2a3657efec8ea9ec29f0894eb677bee
diff --git a/lib/client/console.js b/lib/client/console.js index <HASH>..<HASH> 100644 --- a/lib/client/console.js +++ b/lib/client/console.js @@ -8,7 +8,7 @@ var $, io; function ConsoleProto() { var handler, ShortCuts = {}, - CHANNEL = 'console-data', + CHANNEL = 'conso...
feature(console) json -> events
cloudcmd_console-io
train
eccf14adeb40cf91f114a1434316b831f9ae1dd5
diff --git a/core/src/main/java/org/bitcoinj/params/AbstractBitcoinNetParams.java b/core/src/main/java/org/bitcoinj/params/AbstractBitcoinNetParams.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/bitcoinj/params/AbstractBitcoinNetParams.java +++ b/core/src/main/java/org/bitcoinj/params/AbstractBitcoinNetP...
AbstractBitcoinNetParams.checkDifficultyTransitions: More useful exception message when a way back to the last transition point cannot be found.
bitcoinj_bitcoinj
train
60e404a82c0534a98950265fb8914c36bf5d6504
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,7 @@ Jupytext ChangeLog ------------------- **Fixed** +- Text-only notebooks are always trusted (as they don't include any output cells) ([#941](https://github.com/mwouts/jupytex...
Text-only notebooks are always trusted (#<I>) as they don't include any output cells
mwouts_jupytext
train
a8dff1859d6f9604d64256916bb1f940e01ff278
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ module.exports = function (data, options) { } try { - file.contents = new Buffer(template(file.contents.toString(), data, options)); + file.contents = new Buffer(template(file.contents.toString(), da...
handle when no data is supplied - fixes #<I>
sindresorhus_gulp-template
train
0036bf14931e350ba7b8b7350f5652b7ca1e30e8
diff --git a/api/app/app.go b/api/app/app.go index <HASH>..<HASH> 100644 --- a/api/app/app.go +++ b/api/app/app.go @@ -256,7 +256,7 @@ func (a *App) getEnv(name string) (bind.EnvVar, error) { } func (a *App) isValid() bool { - regex := regexp.MustCompile(`^[a-z_][a-z0-9_-]{0,62}$`) + regex := regexp.MustCompile(`^[...
api/app: change isValid "-" and "_" are not valid in some of services used by tsuru, so now we allow only [a-z0-9] (starting with a letter).
tsuru_tsuru
train
780d437692418ae24df302fb9c5989f3ca96d780
diff --git a/lib/forked-actor.js b/lib/forked-actor.js index <HASH>..<HASH> 100644 --- a/lib/forked-actor.js +++ b/lib/forked-actor.js @@ -146,16 +146,8 @@ class ForkedActor extends Actor { } } else if (msg.type == 'destroy-actor') { - this.bus.removeAllListeners('message')...
Fixing forked actor destroy promise problem.
untu_comedy
train
7ae6dc522a4be965c2e7538546734824c97594bf
diff --git a/src/Http/HttpTrait.php b/src/Http/HttpTrait.php index <HASH>..<HASH> 100644 --- a/src/Http/HttpTrait.php +++ b/src/Http/HttpTrait.php @@ -107,11 +107,15 @@ trait HttpTrait */ public function render($emulate = false) { - if (!$this->prepare() || !$this->process()) { + $response...
hotfix process called when prepare fails Addressed logic error when prepare set up an error and process was still being called ~1h
CradlePHP_framework
train
fe42ab2a193fb6d66bbdcc8aaed1755ec2edd67b
diff --git a/app/src/js/widgets/fields/fieldRepeater.js b/app/src/js/widgets/fields/fieldRepeater.js index <HASH>..<HASH> 100644 --- a/app/src/js/widgets/fields/fieldRepeater.js +++ b/app/src/js/widgets/fields/fieldRepeater.js @@ -190,7 +190,7 @@ _renumber: function () { var name = this.options.na...
Fixed: Re-ordering for repeaters when there are more than <I>.
bolt_bolt
train
41e9ec7383dd635e94df5d723a5a037f944b8836
diff --git a/src/Model/AbstractModel.php b/src/Model/AbstractModel.php index <HASH>..<HASH> 100755 --- a/src/Model/AbstractModel.php +++ b/src/Model/AbstractModel.php @@ -268,7 +268,7 @@ abstract class AbstractModel extends AbstractGeneratorAware */ public function nameIsClean() { - return ($this...
issue #<I> - improve sanity check
WsdlToPhp_PackageGenerator
train
d448918027667bc5ac4296d6df14826193046bc8
diff --git a/actioncable/test/subscription_adapter/postgresql_test.rb b/actioncable/test/subscription_adapter/postgresql_test.rb index <HASH>..<HASH> 100644 --- a/actioncable/test/subscription_adapter/postgresql_test.rb +++ b/actioncable/test/subscription_adapter/postgresql_test.rb @@ -15,8 +15,15 @@ class PostgresqlAd...
AC: skip PG adapter tests if the db isn't available
rails_rails
train
d9ba6f35026ab936fe6bd6411a373ca30182ba06
diff --git a/spec/fixtures/games/errRuntimeValue/script/mainScene.js b/spec/fixtures/games/errRuntimeValue/script/mainScene.js index <HASH>..<HASH> 100644 --- a/spec/fixtures/games/errRuntimeValue/script/mainScene.js +++ b/spec/fixtures/games/errRuntimeValue/script/mainScene.js @@ -1,3 +1,5 @@ +// game.jsonの environmen...
modify spec and appt.ts refactoring
akashic-games_akashic-sandbox
train
618f8e6e6d164280cdd9724ffdac9e6060fe566d
diff --git a/sark/code/base.py b/sark/code/base.py index <HASH>..<HASH> 100644 --- a/sark/code/base.py +++ b/sark/code/base.py @@ -40,7 +40,7 @@ def get_register_info(reg_name): ri = idaapi.reg_info_t() success = idaapi.parse_reg_name(reg_name, ri) if not success: - raise exceptions.SarkInvalidReg...
Add sign checking to struct inference.
tmr232_Sark
train
ef77e21e0b52317ccce66c2d4a707d0890ff05ae
diff --git a/netmiko/_textfsm/_clitable.py b/netmiko/_textfsm/_clitable.py index <HASH>..<HASH> 100644 --- a/netmiko/_textfsm/_clitable.py +++ b/netmiko/_textfsm/_clitable.py @@ -31,7 +31,13 @@ import copy import os import re import threading -import copyable_regex_object + +try: + # TextFSM >= 1.0 (new package s...
testing textfsm installed as module (#<I>)
ktbyers_netmiko
train
6e8bf8313f2542464fb4b4c27031564f05b4d96b
diff --git a/lib/ffaker/regexp.rb b/lib/ffaker/regexp.rb index <HASH>..<HASH> 100644 --- a/lib/ffaker/regexp.rb +++ b/lib/ffaker/regexp.rb @@ -47,6 +47,13 @@ module Faker when '?' tokens.shift # Drop `?` return '' if rand(2) == 1 # Skip current + when '*' + if rand(2) == 1 + ...
Handle stars on atoms When we find a star, we either remove it and throw away the token or print the token and leave both it and the star in place to run again.
ludamillion_ffakerer
train
e480c4c944ba70130209d50d2e3332258d1191d9
diff --git a/fitsio/fitslib.py b/fitsio/fitslib.py index <HASH>..<HASH> 100644 --- a/fitsio/fitslib.py +++ b/fitsio/fitslib.py @@ -2737,7 +2737,8 @@ def _get_col_dimstr(tdim): if tdim is None: dimstr='array[bad TDIM]' else: - if dt[0] == 'S': + #if dt[0] == 'S': + if tdim[0] == '...
fixed regression from recently added tdim checks
esheldon_fitsio
train
0613c115f0ffccda8c6de9021c44d11085d84a1b
diff --git a/simplesqlite/_logger.py b/simplesqlite/_logger.py index <HASH>..<HASH> 100644 --- a/simplesqlite/_logger.py +++ b/simplesqlite/_logger.py @@ -7,7 +7,9 @@ from __future__ import absolute_import from __future__ import unicode_literals +import dataproperty import logbook +import pytablereader logger...
Modify to avoid excessive logger initialization
thombashi_SimpleSQLite
train
ca29aa5c863c04366c9bcd330577562cd13fe277
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java b/flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java +++ b/flink-runtime/src/main/ja...
[hotfix] Remove exception suppression from Dispatcher#stopDispatcherServices
apache_flink
train
e0136cc83fc1173967321d846137ca620833e3e3
diff --git a/services/content/reader.go b/services/content/reader.go index <HASH>..<HASH> 100644 --- a/services/content/reader.go +++ b/services/content/reader.go @@ -19,6 +19,7 @@ func (rr *remoteReader) Read(p []byte) (n int, err error) { } return } + rr.extra = rr.extra[:0] p = p[n:] for len(p) > 0 {
Clear extra in content service reader after consumed Avoid bugs where content can mistakenly be read from extra after an EOF is returned.
containerd_containerd
train
2f0d2d8c5f16d8c226e1e0768aba1cf28c3ae31b
diff --git a/lib/rms_web_service/client/item.rb b/lib/rms_web_service/client/item.rb index <HASH>..<HASH> 100644 --- a/lib/rms_web_service/client/item.rb +++ b/lib/rms_web_service/client/item.rb @@ -25,8 +25,8 @@ module RmsWebService @endpoint || Endpoint + method end - def get(args) - req...
Change argument format of 'item#get' and 'item#delete'
kamiya54_rms_web_service
train
577603fbd969132c817dd76f763ab8dfed1613f0
diff --git a/cake/console/console_input_argument.php b/cake/console/console_input_argument.php index <HASH>..<HASH> 100644 --- a/cake/console/console_input_argument.php +++ b/cake/console/console_input_argument.php @@ -115,9 +115,10 @@ class ConsoleInputArgument { return true; } if (!in_array($value, $this->_...
Adding documentation, and improving error messages.
cakephp_cakephp
train
b8211c904815cc9da63f3cc5228ee32d263f3779
diff --git a/packages/create/src/generators/building-rollup/templates/_package.json b/packages/create/src/generators/building-rollup/templates/_package.json index <HASH>..<HASH> 100644 --- a/packages/create/src/generators/building-rollup/templates/_package.json +++ b/packages/create/src/generators/building-rollup/templ...
feat(create): ensure that building-rollup/webpack use the latest exports
open-wc_open-wc
train
857a67f023b88012212eada61b1bfea8cce76025
diff --git a/routes-loader.js b/routes-loader.js index <HASH>..<HASH> 100644 --- a/routes-loader.js +++ b/routes-loader.js @@ -19,6 +19,11 @@ module.exports = function (content) { // 所有有文档的组件 Object.keys(VusionDocLoader.caches).forEach((vueName) => { const markdownPath = VusionDocLoader.caches[vueNam...
:bug: Remove non-exist file
vusion_doc-loader
train
4b27d978e0ccab3a28816abe71e07677c8d7bbd7
diff --git a/modin/data_management/query_compiler/pandas_query_compiler.py b/modin/data_management/query_compiler/pandas_query_compiler.py index <HASH>..<HASH> 100644 --- a/modin/data_management/query_compiler/pandas_query_compiler.py +++ b/modin/data_management/query_compiler/pandas_query_compiler.py @@ -2211,7 +2211,...
Fixed apply for python backend (#<I>) * Fixed apply * Added try_scale back in * changed fix to compare lengths * flake8 * Fixed apply sum * Removed irrelevant changes * Added inline comments for changes * Apply suggestions from code review Changed inline comments
modin-project_modin
train
8690219c557d5b3b77029e2735f911ce160db9e6
diff --git a/src/FeatureflowClient.js b/src/FeatureflowClient.js index <HASH>..<HASH> 100644 --- a/src/FeatureflowClient.js +++ b/src/FeatureflowClient.js @@ -69,16 +69,14 @@ export default class FeatureflowClient{ this.updateUser(user); //4. Set up realtime streaming - if (this.config.streaming){ + i...
Offline Mode - set offline: true in configuration and featureflow will use defaultFeatures values. Send events to events.featureflow.io - this improves performance of sending events.
featureflow_featureflow-javascript-sdk
train
b86a8d6da8e71900d6e091a24688bac40e55afe2
diff --git a/tests/unit/log_test.py b/tests/unit/log_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/log_test.py +++ b/tests/unit/log_test.py @@ -10,11 +10,7 @@ :license: Apache 2.0, see LICENSE for more details. ''' -# Import python libs -import logging - # Import salt libs -from salt import log as saltl...
Pylint cleanup for salt log tests
saltstack_salt
train
42ce992d41a86e7411502ca30eedbda8f9ee62a4
diff --git a/gosu-core/src/main/java/gw/internal/gosu/module/Module.java b/gosu-core/src/main/java/gw/internal/gosu/module/Module.java index <HASH>..<HASH> 100644 --- a/gosu-core/src/main/java/gw/internal/gosu/module/Module.java +++ b/gosu-core/src/main/java/gw/internal/gosu/module/Module.java @@ -6,6 +6,7 @@ package g...
Support a jar file in the classpath / sourcepath having a Manifest file with a Class-Path listing. Basically add the Class-Path listing to the classpath / sourcepath. Note this change is in response to the case where IntelliJ sometimes packages the classpath argument to jave.exe into a jar via the Class-Path attribut...
gosu-lang_gosu-lang
train
f09741612708f337a48716e543bcb9d04acb6b9b
diff --git a/grpc/va-wrappers.go b/grpc/va-wrappers.go index <HASH>..<HASH> 100644 --- a/grpc/va-wrappers.go +++ b/grpc/va-wrappers.go @@ -67,6 +67,11 @@ func (vac ValidationAuthorityGRPCClient) PerformValidation(ctx context.Context, if err != nil { return nil, err } + if prob != nil { + return records, prob +...
VA wrapper returns nil ProblemDetails correctly. (#<I>) Previously we were turnning these into typed nils, causing surprising interactions.
letsencrypt_boulder
train
292f5bfdd514eff96669724316d526dcbff5780c
diff --git a/src/zeo_connector/transaction_manager.py b/src/zeo_connector/transaction_manager.py index <HASH>..<HASH> 100755 --- a/src/zeo_connector/transaction_manager.py +++ b/src/zeo_connector/transaction_manager.py @@ -4,6 +4,8 @@ # Interpreter version: python 2.7 # # Imports ====================================...
Added @wraps(fn) to decorators.
Bystroushaak_zeo_connector
train
8b02970927915ceb349ebac9b986f4012824009a
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -3,6 +3,11 @@ var through = require('pull-through') var Buffer = require('safe-buffer').Buffer +function lazyConcat (buffers) { + if (buffers.length === 1) return buffers[0] + return Buffer.concat(buffers) +} + module.e...
perf: avoid concat on flush as well
dignifiedquire_pull-block
train
8ff31417eeeabb981bd11b14f542539b30acae46
diff --git a/src/NewChangelogCommand.php b/src/NewChangelogCommand.php index <HASH>..<HASH> 100644 --- a/src/NewChangelogCommand.php +++ b/src/NewChangelogCommand.php @@ -23,7 +23,8 @@ class NewChangelogCommand extends Command private const HELP = <<< 'EOH' Create a new changelog file. If no --file is provided, t...
Adding option to override an existing changelog This prevents that the existing changelog is overridden, unless an option '--override' is specified.
phly_keep-a-changelog
train
f6dca3b662bdd22bbccf20e427e4e3a5551d4abe
diff --git a/src/Illuminate/Database/Schema/Blueprint.php b/src/Illuminate/Database/Schema/Blueprint.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Schema/Blueprint.php +++ b/src/Illuminate/Database/Schema/Blueprint.php @@ -22,14 +22,14 @@ class Blueprint /** * The columns that should be added...
update return docblocks (#<I>) columns and commands are arrays of `Fluent` objects
laravel_framework
train
a67b9be503b11d51f1be5d3a0296a6803fe1ff87
diff --git a/tensorflow_probability/python/bijectors/bijector.py b/tensorflow_probability/python/bijectors/bijector.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/bijectors/bijector.py +++ b/tensorflow_probability/python/bijectors/bijector.py @@ -57,12 +57,12 @@ class _Mapping( @property def x...
Add support for nested dicts in bijector _Mapping class
tensorflow_probability
train
358017785a10171c49edd41281cb1a941966cf67
diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index <HASH>..<HASH> 100644 --- a/ryu/ofproto/ofproto_v1_3_parser.py +++ b/ryu/ofproto/ofproto_v1_3_parser.py @@ -397,6 +397,15 @@ class OFPMatch(StringifyMixin): def get(self, key, default=None): return self._fields2.get...
of<I>: OFPMatch from_json/to_json for new api this breaks from_json/to_json for old api
osrg_ryu
train
1f7c337315c540d8e11b7b299fd4b469cf156ed5
diff --git a/grs/fetch_data.py b/grs/fetch_data.py index <HASH>..<HASH> 100644 --- a/grs/fetch_data.py +++ b/grs/fetch_data.py @@ -327,6 +327,10 @@ class SimpleAnalytics(object): """ return self.__calculate_moving_average(date, 6) + def MA(self, *args, **kwargs): + """ alias SimpleAnalytic...
Add alias into moving_average.
toomore_grs
train
ac91e89eba02531b8cb05690aebedcbe8a172211
diff --git a/KafNafParserMod.py b/KafNafParserMod.py index <HASH>..<HASH> 100644 --- a/KafNafParserMod.py +++ b/KafNafParserMod.py @@ -632,7 +632,17 @@ class KafNafParser: self.root.append(self.dependency_layer.get_node()) self.dependency_layer.add_dependency(my_dep) - + def add_entity(self,entity): + """ +...
Updated entity layer to create and add new entities to a NAF/NAF file
cltl_KafNafParserPy
train
b2c9d85e50d8d8898851d23eecf1d4a9d68bb010
diff --git a/code/content/ContentDeliveryService.php b/code/content/ContentDeliveryService.php index <HASH>..<HASH> 100644 --- a/code/content/ContentDeliveryService.php +++ b/code/content/ContentDeliveryService.php @@ -40,7 +40,8 @@ class ContentDeliveryService { * @param boolean $processReferences */ public f...
API Include mtime in names used for storage - Include the modified time in the names used when storing assets remotely to ensure that each new upload has a unique content ID
symbiote_silverstripe-cdncontent
train
7ea88ef8c9d123c9a1a97049f99e72ca957c68c9
diff --git a/concrete/src/Express/Entry/Listener.php b/concrete/src/Express/Entry/Listener.php index <HASH>..<HASH> 100644 --- a/concrete/src/Express/Entry/Listener.php +++ b/concrete/src/Express/Entry/Listener.php @@ -3,6 +3,7 @@ namespace Concrete\Core\Express\Entry; use Concrete\Core\Entity\Express\Entry; +use ...
Making owned entities be deleted when the entities they are owned by are deleted
concrete5_concrete5
train
6f7d73028326d939a7b35e796629f27bdc7f3f69
diff --git a/src/Controller/DefaultController.php b/src/Controller/DefaultController.php index <HASH>..<HASH> 100644 --- a/src/Controller/DefaultController.php +++ b/src/Controller/DefaultController.php @@ -74,6 +74,7 @@ abstract class DefaultController extends Base */ const CONFIG_INDEX_FIELDS = [ ...
Added “Created” column to default controller views
nails_module-admin
train
ffeeb9439f67413d6e432b742abb4a17fd36aa2a
diff --git a/doc/python/api/parametric_function.rst b/doc/python/api/parametric_function.rst index <HASH>..<HASH> 100644 --- a/doc/python/api/parametric_function.rst +++ b/doc/python/api/parametric_function.rst @@ -138,6 +138,9 @@ listed below. .. autoclass:: UniformInitializer :show-inheritance: +.. autoclass:...
Use global rng as default and add to rst
sony_nnabla
train
8626e34792241ae472e01a107b92e787450a1252
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -123,11 +123,11 @@ def get_version_info(): vinfo = _version_helper.generate_git_version_info() except: vinfo = vdummy() - vinfo.version = '1.12.dev3' - vinfo.release = 'False' + vinf...
set version to <I> (#<I>)
gwastro_pycbc
train
e414320864b4984f6d0dce7d66791a61ec812680
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -28,5 +28,5 @@ setup(name='python-amazon-simple-product-api', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True, zip_safe=True, - install_requires=["bottleno...
Added lxml as an requirement
yoavaviram_python-amazon-simple-product-api
train
9b57acd0860c8228403a984dc2129a286f12c144
diff --git a/modeshape-jcr/src/main/java/org/modeshape/jcr/RepositoryLockManager.java b/modeshape-jcr/src/main/java/org/modeshape/jcr/RepositoryLockManager.java index <HASH>..<HASH> 100644 --- a/modeshape-jcr/src/main/java/org/modeshape/jcr/RepositoryLockManager.java +++ b/modeshape-jcr/src/main/java/org/modeshape/jcr/...
MODE-<I> Changes the RepositoryLockManager#unlock method so that it saves the system session first This addresses potential multi-threaded deadlocks in the sense that the same order of node keys should be used when locking nodes internally across the JCR lock and unlock operations, as a whole.
ModeShape_modeshape
train
866a7c680df08919603ca847bad1e2ede45e8b04
diff --git a/controller.go b/controller.go index <HASH>..<HASH> 100644 --- a/controller.go +++ b/controller.go @@ -103,7 +103,7 @@ func (wc widgetController) getWidget(context *admin.Context) (interface{}, []str selectedSetting = &QorWidgetSetting{Name: context.ResourceID, Scope: "default"} } - err := context.Ge...
Fix widget controller when has multiple widgets for one widget type and scope
qor_widget
train
7e2978b3b440f4efd3b52156f27df790b06a369b
diff --git a/mtp_common/__init__.py b/mtp_common/__init__.py index <HASH>..<HASH> 100644 --- a/mtp_common/__init__.py +++ b/mtp_common/__init__.py @@ -1,4 +1,4 @@ -VERSION = (3, 10, 0) +VERSION = (3, 11, 0) __version__ = '.'.join(map(str, VERSION)) default_app_config = 'mtp_common.app.AppConfig'
Increased version to <I>
ministryofjustice_money-to-prisoners-common
train
99e28188507bbcb925b0c09df6b53cdd882d24c5
diff --git a/integration-cli/docker_cli_secret_create_test.go b/integration-cli/docker_cli_secret_create_test.go index <HASH>..<HASH> 100644 --- a/integration-cli/docker_cli_secret_create_test.go +++ b/integration-cli/docker_cli_secret_create_test.go @@ -12,45 +12,6 @@ import ( "github.com/go-check/check" ) -func ...
Migrate some config secret tests to api test This fix migrates some secret create tests to api tests, and remove redundant TestConfigCreate.
moby_moby
train
a8432d3ecdfc5dbc66693fb7902c161cf8eddc22
diff --git a/src/python/dxpy/bindings/dxfile_functions.py b/src/python/dxpy/bindings/dxfile_functions.py index <HASH>..<HASH> 100644 --- a/src/python/dxpy/bindings/dxfile_functions.py +++ b/src/python/dxpy/bindings/dxfile_functions.py @@ -199,7 +199,7 @@ def _download_symbolic_link(dxid, md5digest, project, dest_filena...
Update dxfile_functions.py (#<I>)
dnanexus_dx-toolkit
train
4a5af21ec0fed20652bc89028defb7b85c4b1f47
diff --git a/tests/test_diff_math.py b/tests/test_diff_math.py index <HASH>..<HASH> 100644 --- a/tests/test_diff_math.py +++ b/tests/test_diff_math.py @@ -110,4 +110,4 @@ class TestDiffMath: "iterable_item_added": {"root['a'][0]": Decimal("9.710000038146973")} } assert res == expected - ...
remove caplog test as it keeps failing when run with other tests
seperman_deepdiff
train
f5fff1fd075b7abecbc505cb8ff4150e0b3445c6
diff --git a/lib/rdf_objects/rdf_resource.rb b/lib/rdf_objects/rdf_resource.rb index <HASH>..<HASH> 100644 --- a/lib/rdf_objects/rdf_resource.rb +++ b/lib/rdf_objects/rdf_resource.rb @@ -112,7 +112,7 @@ module RDFObject end objects.each do | object | line = "#{ntriple...
Blank nodes not serializing properly to ntriples
rsinger_RDFObjects
train
b42e66c45ddbbad7e95e0b2335406a08e9b98b38
diff --git a/tk_tools/groups.py b/tk_tools/groups.py index <HASH>..<HASH> 100644 --- a/tk_tools/groups.py +++ b/tk_tools/groups.py @@ -233,6 +233,25 @@ class EntryGrid(Grid): return self._read_as_table() +class ButtonGrid(Grid): + """ + A grid of buttons. + """ + + def __init__(self, parent...
- Added ButtonGrid class stub
slightlynybbled_tk_tools
train