hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
f4a212e393db2d0069602a45f71432d2a2cef0d5
diff --git a/core/src/main/java/com/orientechnologies/orient/core/id/ONodeId.java b/core/src/main/java/com/orientechnologies/orient/core/id/ONodeId.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/id/ONodeId.java +++ b/core/src/main/java/com/orientechnologies/orient/core/id/ON...
Fix of algorithm of mac address discovery.
orientechnologies_orientdb
train
e94a6b103d100cb10f8368e2b5da1f7924046abc
diff --git a/daemon.go b/daemon.go index <HASH>..<HASH> 100644 --- a/daemon.go +++ b/daemon.go @@ -61,6 +61,7 @@ import ( "log" "os" "os/exec" + "os/signal" "path/filepath" "regexp" "strings" @@ -245,6 +246,17 @@ func runner(command string, buildStarted <-chan struct{}, buildSuccess <-chan bo go logger(...
Added signal listener to handle proper cleanup.
githubnemo_CompileDaemon
train
7d018f2306143d5ed079c04ff462de00da1fc37c
diff --git a/snapshot/snapshotter.go b/snapshot/snapshotter.go index <HASH>..<HASH> 100644 --- a/snapshot/snapshotter.go +++ b/snapshot/snapshotter.go @@ -45,6 +45,7 @@ type Info struct { // For consistency, we define the following terms to be used throughout this // interface for snapshotter implementations: // +//...
snapshot: the examples need context the api for these functions have since added `context.Context`
containerd_containerd
train
33660b923254cca5879f1b21c886b0bb236f1dde
diff --git a/src/javascripts/frigging_bootstrap/components/switch.js b/src/javascripts/frigging_bootstrap/components/switch.js index <HASH>..<HASH> 100644 --- a/src/javascripts/frigging_bootstrap/components/switch.js +++ b/src/javascripts/frigging_bootstrap/components/switch.js @@ -54,29 +54,22 @@ export default class ...
Move All Props In Switch Into inputHtml Move all of the props in switch into inputHtml as this is the standard in creating components for Frig. Also, remove jQuery from Switch Component since jQuery will not longer be supported anymore.
frig-js_frig
train
8a486404db00e0ce84b2f2d1f86281ee26211fbb
diff --git a/spec/shared_engine/app/controllers/shared_engine/users_controller.rb b/spec/shared_engine/app/controllers/shared_engine/users_controller.rb index <HASH>..<HASH> 100644 --- a/spec/shared_engine/app/controllers/shared_engine/users_controller.rb +++ b/spec/shared_engine/app/controllers/shared_engine/users_con...
makes index_relation dependent from ORM
fabrik42_acts_as_api
train
0754d511e0bb8deeb170ff0d52eafbd366d07853
diff --git a/src/GitLabManager.php b/src/GitLabManager.php index <HASH>..<HASH> 100644 --- a/src/GitLabManager.php +++ b/src/GitLabManager.php @@ -39,17 +39,19 @@ use Vinkla\GitLab\Factories\GitLabFactory; class GitLabManager extends AbstractManager { /** - * The GitLab factory. + * The factory instance....
Add better test coverage and docblocs
vinkla_laravel-gitlab
train
a87ee3b816be73a9d611d8a6827d9a67ef5e4e9b
diff --git a/gl-oauth-group/toy-portal/src/main/java/org/immunogenomics/gl/oauth/toy/portal/LdapOAuthServlet.java b/gl-oauth-group/toy-portal/src/main/java/org/immunogenomics/gl/oauth/toy/portal/LdapOAuthServlet.java index <HASH>..<HASH> 100644 --- a/gl-oauth-group/toy-portal/src/main/java/org/immunogenomics/gl/oauth/t...
Issue <I>: Make the FileOAuthServlet the only JMX TokenValidator since there can be only one.
nmdp-bioinformatics_genotype-list
train
ed766a47ed81d5708220a2acf72e1670a7aa16e6
diff --git a/adafruit_register/i2c_bit.py b/adafruit_register/i2c_bit.py index <HASH>..<HASH> 100644 --- a/adafruit_register/i2c_bit.py +++ b/adafruit_register/i2c_bit.py @@ -43,10 +43,10 @@ class RWBit: :param int register_width: The number of bytes in the register. Defaults to 1. """ def __init__(self,...
bitmask is now within the byte defined for the bit
adafruit_Adafruit_CircuitPython_Register
train
207c211f93b7b98b2e55a060d91e3329d441faaf
diff --git a/src/diamond/handler/tsdb.py b/src/diamond/handler/tsdb.py index <HASH>..<HASH> 100644 --- a/src/diamond/handler/tsdb.py +++ b/src/diamond/handler/tsdb.py @@ -60,6 +60,8 @@ class TSDBHandler(Handler): self.host = self.config['host'] self.port = int(self.config['port']) self.timeou...
tsdb.py: format metrics more idiomatically allow metric format to be user controllable set tag with hostname allow tags to be configured and passed through
python-diamond_Diamond
train
d1668c0099402aef62124c425f6a856320c941e4
diff --git a/dom/RenderingEngine.js b/dom/RenderingEngine.js index <HASH>..<HASH> 100644 --- a/dom/RenderingEngine.js +++ b/dom/RenderingEngine.js @@ -785,6 +785,18 @@ function _update (state, vel) { // update virtual component recursively if (!state.is(RENDERED, newVel)) { + // HACK: fixin...
Add a workaround for incorrect parent link.
substance_substance
train
e3e9ff5c23d482427f8415c0c971719a7b9aefe5
diff --git a/helpers/arguments.py b/helpers/arguments.py index <HASH>..<HASH> 100644 --- a/helpers/arguments.py +++ b/helpers/arguments.py @@ -65,13 +65,18 @@ class DateParser(argparse.Action): class ArgParser(argparse.ArgumentParser): def __init__(self, config=None, **kwargs): - super().__init__(**kwarg...
don't die if --help is passed
tjcsl_cslbot
train
d5a4e5b08db2ce60aee8e0b0a7c59264945e5544
diff --git a/system/modules/generalDriver/GeneralViewDefault.php b/system/modules/generalDriver/GeneralViewDefault.php index <HASH>..<HASH> 100644 --- a/system/modules/generalDriver/GeneralViewDefault.php +++ b/system/modules/generalDriver/GeneralViewDefault.php @@ -1083,7 +1083,7 @@ class GeneralViewDefault extends Co...
Update sorting flags for views, see #<I>
contao-community-alliance_dc-general
train
037c08b583bbf6feb72849831742d38be18f268b
diff --git a/app/angular/src/server/angular-cli_config.js b/app/angular/src/server/angular-cli_config.js index <HASH>..<HASH> 100644 --- a/app/angular/src/server/angular-cli_config.js +++ b/app/angular/src/server/angular-cli_config.js @@ -57,10 +57,11 @@ export function applyAngularCliWebpackConfig(baseConfig, cliWebpa...
revert to drop scss rules
storybooks_storybook
train
5b221018f5557edcdc18c9ff207dc5e916d84c76
diff --git a/test/com/google/javascript/jscomp/FunctionInjectorTest.java b/test/com/google/javascript/jscomp/FunctionInjectorTest.java index <HASH>..<HASH> 100644 --- a/test/com/google/javascript/jscomp/FunctionInjectorTest.java +++ b/test/com/google/javascript/jscomp/FunctionInjectorTest.java @@ -19,6 +19,7 @@ package...
Remove some instance references to static methods. ------------- Created by MOE: <URL>
google_closure-compiler
train
d3fa32eb39057636c7e6246619a3680244061049
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -44,6 +44,9 @@ CHANGES - Don't override data if multiple files are uploaded with same key #433 +- Ensure multipart.BodyPartReader.read_chunk read all the necessary data + to avoid false assertions about malfo...
Ensure BodyPartReader.read_chunk reads all the data It didn't fetch trailing \r\n chars causing MultipartReader failure on read the boundary with the next readline() call with wrong assertion about malformed multipart payload.
aio-libs_aiohttp
train
9b34425d3db8fb37662a73d5459568231d4b4e45
diff --git a/lib/class/route.js b/lib/class/route.js index <HASH>..<HASH> 100644 --- a/lib/class/route.js +++ b/lib/class/route.js @@ -34,6 +34,9 @@ var Route = Function.inherits('Alchemy.Base', function Route(router, paths, opti // The optional function this.fnc = null; + // All the keys used + this.keys = null;...
Add `keys` property to Route instances
skerit_alchemy
train
38c791bf40941603cb931ab6f6a2ebb3a48319c7
diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/OLocalPaginatedStorage.java b/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/OLocalPaginatedStorage.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/cor...
fix error on restore, issue #<I>
orientechnologies_orientdb
train
7ad6a11036d5bb84d1de34204fab001d60b3b113
diff --git a/msrest/authentication.py b/msrest/authentication.py index <HASH>..<HASH> 100644 --- a/msrest/authentication.py +++ b/msrest/authentication.py @@ -250,4 +250,22 @@ class TopicCredentials(ApiKeyCredentials): self._topic_key_header: topic_key, } ) - \ No newline at e...
Added support for domainCredentials for authenticating to EventGrid domains. (#<I>)
Azure_msrest-for-python
train
1539aa19c95b6184f7ac082a81c2fa24fb4db7a4
diff --git a/app/models/auth/concerns/user_concern.rb b/app/models/auth/concerns/user_concern.rb index <HASH>..<HASH> 100644 --- a/app/models/auth/concerns/user_concern.rb +++ b/app/models/auth/concerns/user_concern.rb @@ -19,6 +19,11 @@ module Auth::Concerns::UserConcern ##BASIC USER FIELDS. field :email, ty...
added mobile and login , email auth still works,
wordjelly_Auth
train
1cb1a889bcebeba5077d8d5ea87d8f95d4f70fcd
diff --git a/www/src/js_objects.js b/www/src/js_objects.js index <HASH>..<HASH> 100644 --- a/www/src/js_objects.js +++ b/www/src/js_objects.js @@ -155,15 +155,16 @@ $JSObjectDict.__dir__ = function(self){ return Object.keys(self.js) } -$JSObjectDict.__getattribute__ = function(obj,attr){ +$JSObjectDict.__getatt...
Minor cleaning in js_objects.js
brython-dev_brython
train
bcd531d8382cd3c10253011b1f61b05f60aec6e1
diff --git a/aegean.py b/aegean.py index <HASH>..<HASH> 100755 --- a/aegean.py +++ b/aegean.py @@ -1692,7 +1692,7 @@ def get_pixbeam(beam, x, y): ra, dec = pix2sky([x, y]) major, pa = sky2pix_vec([ra, dec], beam.a, beam.pa)[2:4] minor = abs(sky2pix_vec([ra, dec], beam.b, beam.pa + 90)[2]) - if major =...
Fixed a bug that occured when sources were being fit near the "edge of the sky"
PaulHancock_Aegean
train
af9351453a0048ab2cf22e6528979c991dc1f98e
diff --git a/lib/ltsv_stream.js b/lib/ltsv_stream.js index <HASH>..<HASH> 100644 --- a/lib/ltsv_stream.js +++ b/lib/ltsv_stream.js @@ -35,7 +35,7 @@ ltsv2json.prototype.parse = function(record) { return result; }; -ltsv2json.prototype._transform = function(chunk, output, cb) { +ltsv2json.prototype._transform = fu...
fixed _transform and _flush
Jxck_ltsv-stream
train
0d14d838d9409a8c0332b41eb31b2d3c9c7223d6
diff --git a/ceph_deploy/tests/unit/util/test_constants.py b/ceph_deploy/tests/unit/util/test_constants.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/tests/unit/util/test_constants.py +++ b/ceph_deploy/tests/unit/util/test_constants.py @@ -10,3 +10,7 @@ class TestPaths(object): def test_mds_path(self): ...
add the tmp path with tests
ceph_ceph-deploy
train
02bc7ad306fa1237230abd81bda79e0a9d9d6732
diff --git a/src/Illuminate/Http/Concerns/InteractsWithInput.php b/src/Illuminate/Http/Concerns/InteractsWithInput.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Http/Concerns/InteractsWithInput.php +++ b/src/Illuminate/Http/Concerns/InteractsWithInput.php @@ -54,7 +54,7 @@ trait InteractsWithInput { ...
[8.x] Fix code locating Bearer token in InteractsWithInput (#<I>) * Fix code locating Bearer token * Update HttpRequestTest.php
laravel_framework
train
3d534c1547529d52ae720a43f7c8c46961044b6c
diff --git a/lib/rtasklib/controller.rb b/lib/rtasklib/controller.rb index <HASH>..<HASH> 100644 --- a/lib/rtasklib/controller.rb +++ b/lib/rtasklib/controller.rb @@ -21,11 +21,10 @@ module Rtasklib end end - private - # Convert "1.6.2 (adf342jsd)" to Gem::Version object def to_gem_version ra...
Fix problem with sub versions of TW
dropofwill_rtasklib
train
bbf62c3f19677819f8a554ea65093ffce8f47df8
diff --git a/lib/pg_search/scope_options.rb b/lib/pg_search/scope_options.rb index <HASH>..<HASH> 100644 --- a/lib/pg_search/scope_options.rb +++ b/lib/pg_search/scope_options.rb @@ -41,7 +41,8 @@ module PgSearch def subquery model - .select("#{primary_key} AS id") + .except(:select) + ...
Adjust subquery to better support select chaining [Finishes #<I>]
Casecommons_pg_search
train
6819cf7e2ffe0e608f013959cd1c447e0c12ec93
diff --git a/lib/harmonyclient.js b/lib/harmonyclient.js index <HASH>..<HASH> 100644 --- a/lib/harmonyclient.js +++ b/lib/harmonyclient.js @@ -17,6 +17,7 @@ function HarmonyClient (xmppClient) { self._xmppClient = xmppClient self._responseHandlerQueue = [] + self._availableCommandsCache = null function ha...
perf(hub): Add a Commands Cache Because getAvailableCommands() is used as the basis for many other actions, and the payload is so gigantic, plus the fact that it does not change very frequently, it makes sense to keep that response cached. The only way this would become out of sync is if you make changes to the harmo...
swissmanu_harmonyhubjs-client
train
fa174bba9dbdec89500cfd7f322bc503571b73c3
diff --git a/lib/rackstash/fields/abstract_collection.rb b/lib/rackstash/fields/abstract_collection.rb index <HASH>..<HASH> 100644 --- a/lib/rackstash/fields/abstract_collection.rb +++ b/lib/rackstash/fields/abstract_collection.rb @@ -29,6 +29,16 @@ module Rackstash end alias eql? == + # Prevents f...
Freeze the raw object along the wrapper for all fields
meineerde_rackstash
train
aa83789914febdcdc855a720ff4b834971c86fc1
diff --git a/src/MysqlExtPDO.php b/src/MysqlExtPDO.php index <HASH>..<HASH> 100644 --- a/src/MysqlExtPDO.php +++ b/src/MysqlExtPDO.php @@ -11,6 +11,7 @@ class MysqlExtPDO extends ExtPDO * PDO options to be applied when connecting to the database. * * A map of PDO::ATTR_xxx constants to the corresponding val...
Use double quotes for quoting identifiers, to make the query syntax more ANSI compliant.
php-kit_ext-pdo
train
dc73d01ffb864ae428ea9864f9113f267d051cc7
diff --git a/pynubank/nubank.py b/pynubank/nubank.py index <HASH>..<HASH> 100644 --- a/pynubank/nubank.py +++ b/pynubank/nubank.py @@ -34,7 +34,7 @@ class Nubank: if request.status_code != 200: raise NuException('Authentication failed. Check your credentials!') - data = json.loads(request...
Decode the auth response to work on Python versions < <I>
andreroggeri_pynubank
train
845722eda332551739a2b56fdaf7f5e9705768dc
diff --git a/bigtable-hbase-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableTable.java b/bigtable-hbase-parent/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableTable.java index <HASH>..<HASH> 100644 --- a/bigtable-hbase-parent/bigtable-hbase/src/main/java/com/google/cloud...
Removing getScan timer. It isn't informative. (#<I>)
googleapis_cloud-bigtable-client
train
98ef1eaa4c22cbdeb9638fd68cda5b793d8b787a
diff --git a/src/Application.php b/src/Application.php index <HASH>..<HASH> 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends Silex\Application public function __construct(array $values = array()) { $values['bolt_version'] = '2.0.0'; - $valu...
Bumping version number to "beta 5 pl 2"
bolt_bolt
train
44ab6b5a2703c496f1a84606838afeb8f5e4cb54
diff --git a/gromacs/formats.py b/gromacs/formats.py index <HASH>..<HASH> 100644 --- a/gromacs/formats.py +++ b/gromacs/formats.py @@ -1,5 +1,5 @@ -# $Id$ -# Copyright (c) 2009 Oliver Beckstein <orbeckst@gmail.com> +# GromacsWrapper: formats.py +# Copyright (c) 2009-2010 Oliver Beckstein <orbeckst@gmail.com> # Release...
added mean and std functions to XVG format
Becksteinlab_GromacsWrapper
train
0381c640cb70802849b4fbfafd5a4f171cd40d10
diff --git a/views/js/e2e/runner/tools/tools.spec.js b/views/js/e2e/runner/tools/tools.spec.js index <HASH>..<HASH> 100644 --- a/views/js/e2e/runner/tools/tools.spec.js +++ b/views/js/e2e/runner/tools/tools.spec.js @@ -455,7 +455,7 @@ describe('Tools', () => { }); }); - describe.only('Are...
Draggable & resizable tests for magnifier
oat-sa_extension-tao-testqti
train
9f060312e3bfb6d79f3e22edfb0b7e626b5aa2bb
diff --git a/api/tests/integration/auth/AuthFacebookTest.php b/api/tests/integration/auth/AuthFacebookTest.php index <HASH>..<HASH> 100644 --- a/api/tests/integration/auth/AuthFacebookTest.php +++ b/api/tests/integration/auth/AuthFacebookTest.php @@ -2,30 +2,36 @@ class AuthFacebook extends TestCase { + public fun...
improve fb auth tests with debug's user access token
doubleleft_hook
train
5c3f9fed834252b1c15eeb5fcb396f2730f4856e
diff --git a/Net/Gearman/Task.php b/Net/Gearman/Task.php index <HASH>..<HASH> 100644 --- a/Net/Gearman/Task.php +++ b/Net/Gearman/Task.php @@ -265,7 +265,7 @@ class Net_Gearman_Task } foreach ($this->callback[self::TASK_FAIL] as $callback) { - call_user_func($callback, $this->func, $this-...
Pass back the entire task to the failure callbacks. Refs PEAR:#<I>.
mhlavac_gearman
train
28700de96cabd6c151e20ded865559effa12f3f9
diff --git a/src/DataSource/NextrasDataSource.php b/src/DataSource/NextrasDataSource.php index <HASH>..<HASH> 100644 --- a/src/DataSource/NextrasDataSource.php +++ b/src/DataSource/NextrasDataSource.php @@ -154,21 +154,18 @@ class NextrasDataSource extends FilterableDataSource implements IDataSource */ public func...
NextrasDataSource: filter range
contributte_datagrid
train
f93be25f205c90267f913fc54f0b4b3741b21aaf
diff --git a/lib/addressable/uri.rb b/lib/addressable/uri.rb index <HASH>..<HASH> 100644 --- a/lib/addressable/uri.rb +++ b/lib/addressable/uri.rb @@ -194,6 +194,8 @@ module Addressable uri.sub!(/^file:\/+/i, "file:///") when /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/ uri.sub!(/^/, hints[:scheme] + ...
fixes #<I> Addressable::URI.heuristic_parse: uri starts with a digit and has specified port
sporkmonger_addressable
train
d6a7ba024c7a16ddf6b55a6bbd258c07e0faa8dc
diff --git a/write/csvTable.go b/write/csvTable.go index <HASH>..<HASH> 100644 --- a/write/csvTable.go +++ b/write/csvTable.go @@ -247,7 +247,7 @@ func (t *CsvTable) recomputeIndexes() { t.indexed = true } -// CreateLine produces a protocol line of the supplied row or returned error +// CreateLine produces a proto...
chore(cmd/influx/write): rename internal timestamp data type to dateTime:number
influxdata_influxdb
train
260695533380396004d5f00e51de9b0a13267ad5
diff --git a/structr-core/src/main/java/org/structr/core/entity/AbstractSchemaNode.java b/structr-core/src/main/java/org/structr/core/entity/AbstractSchemaNode.java index <HASH>..<HASH> 100644 --- a/structr-core/src/main/java/org/structr/core/entity/AbstractSchemaNode.java +++ b/structr-core/src/main/java/org/structr/c...
Fixed duplication of property nodes when using inheritance.
structr_structr
train
91d20f25097cef447f12e9aca0e685be7169ad38
diff --git a/polyaxon/db/models/build_jobs.py b/polyaxon/db/models/build_jobs.py index <HASH>..<HASH> 100644 --- a/polyaxon/db/models/build_jobs.py +++ b/polyaxon/db/models/build_jobs.py @@ -60,7 +60,7 @@ class BuildJob(Job): @cached_property def specification(self): - return BuildSpecification.from_...
Update build job config validation * Use BuildSpecification
polyaxon_polyaxon
train
3bdadf2174bd36ca829a7ca04224b5283aab481c
diff --git a/hydpy/core/devicetools.py b/hydpy/core/devicetools.py index <HASH>..<HASH> 100644 --- a/hydpy/core/devicetools.py +++ b/hydpy/core/devicetools.py @@ -311,11 +311,16 @@ class Element(Device): self.model = namespace['model'] self.model.element = self - def connect(self): + def conne...
Improve method `connect` of class `Element`. Firstly, the general error message is now more informative. Secondly, a (new) model instance can be supplied as a function argument.
hydpy-dev_hydpy
train
a3239bd8b413a7e309d8c6371a11bbc355447e38
diff --git a/ui/app/projects/list/pncProjectsListPage.js b/ui/app/projects/list/pncProjectsListPage.js index <HASH>..<HASH> 100644 --- a/ui/app/projects/list/pncProjectsListPage.js +++ b/ui/app/projects/list/pncProjectsListPage.js @@ -32,7 +32,6 @@ function Controller(filteringPaginator,sortHelper) { const $ctr...
[NCL-<I>] delete unused comment
project-ncl_pnc
train
ab90f4f23c06af9cb1b6105d9bf252c67b7e4929
diff --git a/lib/blue_state_digital/constituent.rb b/lib/blue_state_digital/constituent.rb index <HASH>..<HASH> 100644 --- a/lib/blue_state_digital/constituent.rb +++ b/lib/blue_state_digital/constituent.rb @@ -39,6 +39,7 @@ module BlueStateDigital cons.lastname(self.lastname) unless self.lastname.blank? ...
Added birth_dt to xml_output and added more tests around to_xml
controlshift_blue_state_digital
train
e19fdb2ab83dfb3c03b072fa6d8c6ebdf77178c9
diff --git a/assembly/prepareCA.py b/assembly/prepareCA.py index <HASH>..<HASH> 100644 --- a/assembly/prepareCA.py +++ b/assembly/prepareCA.py @@ -15,10 +15,12 @@ import logging from glob import glob from optparse import OptionParser +from collections import defaultdict from Bio import SeqIO from jcvi.formats...
add function to generate gatekeeper edit script from classifyMates results
tanghaibao_jcvi
train
42b9126610b2b9e684af5a28dce68286070eb56a
diff --git a/railties/test/application/assets_test.rb b/railties/test/application/assets_test.rb index <HASH>..<HASH> 100644 --- a/railties/test/application/assets_test.rb +++ b/railties/test/application/assets_test.rb @@ -410,7 +410,7 @@ module ApplicationTests precompile! - assert_equal "Post;\n", Fil...
Fix test now that cable is in there by default too
rails_rails
train
1d5500f8c5fb6f84b6654d19ebf8aa013a76ab7b
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -80,6 +80,5 @@ function generateTable(data) { }); res.push(table.toString()); } - debugger; return res.join(''); } \ No newline at end of file
(fix): Removed debugger from CLI
axemclion_browser-perf
train
d8553657030552e1f0b9eba6afa6058fb5d47156
diff --git a/src/component/grid.js b/src/component/grid.js index <HASH>..<HASH> 100644 --- a/src/component/grid.js +++ b/src/component/grid.js @@ -22,7 +22,8 @@ define(function(require) { style: zrUtil.defaults({ fill: gridModel.get('backgroundColor') }...
[grid] Fix #<I> (background should be below split line by default)
apache_incubator-echarts
train
264b21f2ffa2c2f9f7d3b3ae75ab3a0923d58ead
diff --git a/visidata/aggregators.py b/visidata/aggregators.py index <HASH>..<HASH> 100644 --- a/visidata/aggregators.py +++ b/visidata/aggregators.py @@ -96,7 +96,7 @@ def addAggregators(cols, aggrnames): for c in cols: if not hasattr(c, 'aggregators'): c.aggregators ...
[aggregators] discard unknown aggregators completely
saulpw_visidata
train
ad6d91b9aeca9e1cf5fb9c0701af76d5bad20233
diff --git a/src/ol/color.js b/src/ol/color.js index <HASH>..<HASH> 100644 --- a/src/ol/color.js +++ b/src/ol/color.js @@ -30,7 +30,7 @@ const HEX_COLOR_RE_ = /^#([a-f0-9]{3}|[a-f0-9]{4}(?:[a-f0-9]{2}){0,2})$/i; * @type {RegExp} * @private */ -const NAMED_COLOR_RE_ = /^([a-z]*)$/i; +const NAMED_COLOR_RE_ = /^([a-...
Treat hsl/hsla as named colors hsl/hsla values produce an assertion error in fromStringInternal_ This simplest solution is to treat them as named colors.
openlayers_openlayers
train
2337cdb48314010de6f3280302e7524c49307d90
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -137,6 +137,18 @@ app: { }) }, + getConfigKey: function( appId, key, cb ){ + firebaseAppRefMap[appId].child('/config/' + key).on('value', function(data){ + debug('app.config>', data.val()) + cb(null, da...
finished app.getConfig / app.setConfig for cli
matrix-io_matrix-firebase
train
582d070c7c378814ac9c1c606a791302dea33415
diff --git a/mtools/util/logline.py b/mtools/util/logline.py index <HASH>..<HASH> 100644 --- a/mtools/util/logline.py +++ b/mtools/util/logline.py @@ -48,7 +48,6 @@ class LogLine(object): self._split_tokens_calculated = False self._split_tokens = None - self._modify_linestr() @@ -74,7 +...
taking out commas without parsing whole line
rueckstiess_mtools
train
fcd634a69dfa0f3b404a4d5f8510f0005fcaf984
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -15,14 +15,14 @@ function runAFrame() { global.navigator = _window.navigator; global.document = _window.document; global.HTMLElement = _window.HTMLElement; - Object.defineProperty(_window, 'WebVRConfig', { - get (...
it appears WebVRConfig no longer needs mocking
ember-vr_ember-aframe
train
ffc26bd1bedee3fd8e05a8351cc2df0eca2ecc55
diff --git a/set/dict.go b/set/dict.go index <HASH>..<HASH> 100644 --- a/set/dict.go +++ b/set/dict.go @@ -59,9 +59,11 @@ func (set *Set) Remove(items ...interface{}) { // Exists returns a bool indicating if the given item exists in the set. func (set *Set) Exists(item interface{}) bool { set.lock.RLock() - defer s...
[Set] Replace defer (R)Unlock() with direct calling in plain simple methods to speedup Set
Workiva_go-datastructures
train
53bf468a19342339aa4995ae580bc8769e37ccba
diff --git a/python_modules/dagster-graphql/dagster_graphql_tests/graphql/snapshots/snap_test_retry_execution.py b/python_modules/dagster-graphql/dagster_graphql_tests/graphql/snapshots/snap_test_retry_execution.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster-graphql/dagster_graphql_tests/graphql/snapshots/...
(run-hijacking-8) Add hijacking run launcher to test_retry_execution.py Summary: Adds the the first hijacking run launcher to test_retry_execution.py to test that code path. Depends on D<I> Test Plan: BK Reviewers: alangenfeld, max Reviewed By: alangenfeld Differential Revision: <URL>
dagster-io_dagster
train
c8fd27a2abed6e408dcece7b1f1422f88f68765e
diff --git a/lib/librarian/version.rb b/lib/librarian/version.rb index <HASH>..<HASH> 100644 --- a/lib/librarian/version.rb +++ b/lib/librarian/version.rb @@ -1,3 +1,3 @@ module Librarian - VERSION = "0.0.10" + VERSION = "0.0.11" end
Bump the version to <I>.
applicationsonline_librarian
train
85dbfe500789e4f8c162b1f928d80c20e2fc86d0
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -13,9 +13,9 @@ module.exports = function (bundlePath, bundleCfgPath) { // Resolve the path to the bundle and its package.json var manifestPath = path.join(bundlePath, 'package.json'); - // TODO: Should this thro...
Throw error when package.json does not exist
nodecg_nodecg-bundle-parser
train
973010a9cae56ffb50edb7c717e553778899c409
diff --git a/config/queue.php b/config/queue.php index <HASH>..<HASH> 100644 --- a/config/queue.php +++ b/config/queue.php @@ -79,6 +79,7 @@ return [ */ 'failed' => [ + 'driver' => env('QUEUE_FAILED_DRIVER', 'database-uuids'), 'database' => env('DB_CONNECTION', 'mysql'), 'table' => ...
make queue default config consistent with what artisan commands use for table structure
laravel_lumen-framework
train
801e314006ca755b94eccc6e7f80b1655168a250
diff --git a/actionpack/test/template/asset_tag_helper_test.rb b/actionpack/test/template/asset_tag_helper_test.rb index <HASH>..<HASH> 100644 --- a/actionpack/test/template/asset_tag_helper_test.rb +++ b/actionpack/test/template/asset_tag_helper_test.rb @@ -302,11 +302,16 @@ class AssetTagHelperTest < ActionView::Test...
Add tests for register expansion methods with key = []
rails_rails
train
39ef989b9048f1baf3e46b31251f5bd1f359fd7a
diff --git a/examples/paths.rb b/examples/paths.rb index <HASH>..<HASH> 100644 --- a/examples/paths.rb +++ b/examples/paths.rb @@ -51,6 +51,13 @@ module NavigationHelpers private + def path_to_show_or_edit(action_prose, model_prose, identifier) + model = model_prose_to_class(model_prose) + route = "#{acti...
Fix examples for paths.rb and add hint for find_by_anything!
makandra_spreewald
train
aa4778e366fcd035899428e56cd522cd8d76858b
diff --git a/src/Controller/Admin/DatabaseLogController.php b/src/Controller/Admin/DatabaseLogController.php index <HASH>..<HASH> 100644 --- a/src/Controller/Admin/DatabaseLogController.php +++ b/src/Controller/Admin/DatabaseLogController.php @@ -46,6 +46,7 @@ class DatabaseLogController extends AppController { ->s...
Re-added orderDesc() The orderDesc() value is now set to MAX(id) which resolves the ORDER BY / GROUP BY issue I ran into.
dereuromark_CakePHP-DatabaseLog
train
28c84f24acdeb361b89c5d11e88a1a9d8069c5c9
diff --git a/src/Dotenv_File.php b/src/Dotenv_File.php index <HASH>..<HASH> 100644 --- a/src/Dotenv_File.php +++ b/src/Dotenv_File.php @@ -50,7 +50,7 @@ class Dotenv_File */ public static function create( $filepath ) { - $dotenv = new static( get_filepath(['file' => $filepath]) ); + $doten...
try to fix get_filepath to play better with non-existent files
aaemnnosttv_wp-cli-dotenv-command
train
ab2b726dff03238f836562b2fa7f79cf54186594
diff --git a/simulator/src/test/java/com/hazelcast/simulator/test/TestRunnerTest.java b/simulator/src/test/java/com/hazelcast/simulator/test/TestRunnerTest.java index <HASH>..<HASH> 100644 --- a/simulator/src/test/java/com/hazelcast/simulator/test/TestRunnerTest.java +++ b/simulator/src/test/java/com/hazelcast/simulato...
Added missing newline to TestRunnerTest.
hazelcast_hazelcast-simulator
train
f9f6ff70ddb72959f57ae6678b6768bb2459bd58
diff --git a/dev/com.ibm.ws.transport.http/test/com/ibm/ws/http/internal/VirtualHostMapTest.java b/dev/com.ibm.ws.transport.http/test/com/ibm/ws/http/internal/VirtualHostMapTest.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.transport.http/test/com/ibm/ws/http/internal/VirtualHostMapTest.java +++ b/dev/com.ibm.w...
Issue #<I>: update VirtualHostMapTest.testThreadedAddRemoveMultipleVHosts This test will now tolerate more than one notification on /y and /z
OpenLiberty_open-liberty
train
799f282ad31b130c8e0cd8a4d6ae5c82b7af0314
diff --git a/msp/mgmt/mgmt.go b/msp/mgmt/mgmt.go index <HASH>..<HASH> 100644 --- a/msp/mgmt/mgmt.go +++ b/msp/mgmt/mgmt.go @@ -152,61 +152,53 @@ func XXXSetMSPManager(chainID string, manager msp.MSPManager) { // GetLocalMSP returns the local msp (and creates it if it doesn't exist) func GetLocalMSP() msp.MSP { - va...
[FAB-<I>] Save viper lookup in GetLocalMSP This change-set does the following: it moves the viper lookup into the block protected by the lock. Change-Id: I1c<I>d<I>fdb1e9ebddcef<I>f6fa0e5ed<I>
hyperledger_fabric
train
14ac895517b28e1ad0e07bdfc41922884e9dba1c
diff --git a/PyFunceble/abstracts/package.py b/PyFunceble/abstracts/package.py index <HASH>..<HASH> 100644 --- a/PyFunceble/abstracts/package.py +++ b/PyFunceble/abstracts/package.py @@ -71,7 +71,7 @@ class Package: Sets the package name. """ - VERSION = "2.47.0.dev (Green Galago: Skitterbug)" + VERSI...
Introduction of `*.github.io` into the SPECIAL rules. Indeed, before this patch, `*.github.io` subdomains were flagged as `ACTIVE` even if they are not because GitHub returns a <I> error. Also: * Improvement of the way the rules are actually working. * Fix issue with analytic files. Indeed, before this patch,...
funilrys_PyFunceble
train
b94e84349c02a9e4152eaf31262b14b1d577c758
diff --git a/lib/SimpleSAML/Utilities.php b/lib/SimpleSAML/Utilities.php index <HASH>..<HASH> 100644 --- a/lib/SimpleSAML/Utilities.php +++ b/lib/SimpleSAML/Utilities.php @@ -666,6 +666,70 @@ class SimpleSAML_Utilities { return $txt; } + + /** + * This function parses the Accept-Language http header and returns...
Added Utilities::getAcceptLanguage() function which parses the Accept-Language http header.
simplesamlphp_saml2
train
c90e21d88eb2a495c52dfb81d95b3af701995029
diff --git a/lib/Redisent/Redisent.php b/lib/Redisent/Redisent.php index <HASH>..<HASH> 100644 --- a/lib/Redisent/Redisent.php +++ b/lib/Redisent/Redisent.php @@ -49,6 +49,10 @@ class Redisent { function __construct($host, $port = 6379) { $this->host = $host; $this->port = $port; + $this->esta...
Fix a bug where the worker would spin out of control taking the server with it, if the redis connection was interrupted even briefly. Use SIGPIPE to trap this scenario cleanly.
wa0x6e_php-resque-ex
train
e214422a0cd183ee7e84d0a1b9f7887eb834da5b
diff --git a/Configuration/TCA/Overrides/tt_content.php b/Configuration/TCA/Overrides/tt_content.php index <HASH>..<HASH> 100755 --- a/Configuration/TCA/Overrides/tt_content.php +++ b/Configuration/TCA/Overrides/tt_content.php @@ -183,15 +183,27 @@ if(TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('personn...
[TASK] Move back to using fully defined content element forms
t3brightside_pagelist
train
ef3b12476f02d3912603fdb118d9335a79e2de57
diff --git a/name_cleaver/cleaver.py b/name_cleaver/cleaver.py index <HASH>..<HASH> 100644 --- a/name_cleaver/cleaver.py +++ b/name_cleaver/cleaver.py @@ -30,7 +30,7 @@ class IndividualNameCleaver(BaseNameCleaver): return '' if not ' ' in self.name: - self.name = PersonName().new_from...
Make sure all Cleavers only rely on their object_class attribute for name classes
sunlightlabs_name-cleaver
train
8d642cdaee69c1860886533711d7ff25ba2b8e04
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v10.8.0 + +- Added NewAuthorizerFromEnvironmentWithResource() helper function. + ## v10.7.0 ### New Features diff --git a/autorest/azure/auth/auth.go b/autorest/azure/auth/au...
Add keyvault authorizer (#<I>) * Add keyvault auth * Fix description * Feedback * Adding new auth with resource * Fix test * Change names * Add to changelog * Unexport many thing * Update version
Azure_go-autorest
train
ad6ee90e10130cfcd0c1fa8eaa7f03d957f8086a
diff --git a/openquake/calculators/hazard/general.py b/openquake/calculators/hazard/general.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/hazard/general.py +++ b/openquake/calculators/hazard/general.py @@ -292,19 +292,19 @@ def validate_site_model(sm_nodes, sites): ) -def get_site_model(job_id...
Modified to work with the new calculator Former-commit-id: <I>ce<I>d2a<I>ad<I>ea<I>a<I>f2bb<I>c<I>
gem_oq-engine
train
91411253ad795069cc18784d3ff68932382b17fb
diff --git a/spec/kristin_spec.rb b/spec/kristin_spec.rb index <HASH>..<HASH> 100644 --- a/spec/kristin_spec.rb +++ b/spec/kristin_spec.rb @@ -105,7 +105,7 @@ describe Kristin do target = @target_path + "/one.html" Kristin::Converter.new(@one_page_pdf, target, { hdpi: 1, vdpi: 1 }).convert do...
We do not have to check the class
ricn_kristin
train
c106e7c26c7a954718aeec19901edc5234064d57
diff --git a/builder/amazon/common/access_config.go b/builder/amazon/common/access_config.go index <HASH>..<HASH> 100644 --- a/builder/amazon/common/access_config.go +++ b/builder/amazon/common/access_config.go @@ -34,15 +34,15 @@ func (c *AccessConfig) Session() (*session.Session, error) { return c.session, nil }...
Don't set region from metadata if profile is set.
hashicorp_packer
train
120b8aea60c3b12aec05dab109f150c0980e52da
diff --git a/modules/social_features/social_group/src/Plugin/views/field/SocialGroupViewsBulkOperationsBulkForm.php b/modules/social_features/social_group/src/Plugin/views/field/SocialGroupViewsBulkOperationsBulkForm.php index <HASH>..<HASH> 100644 --- a/modules/social_features/social_group/src/Plugin/views/field/Socia...
VBO - Update - make sure we dont use tempstore data across multiple groups
goalgorilla_open_social
train
c639d146abff2a98c5ed0376a2bb2f5337953f9b
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -110,13 +110,13 @@ module.exports = function possum(cfg) { if(message.inputType !== '_transition') { return } - this.raise(event({ - ...
include payload right on `transitioned` event
mnichols_possum
train
5f0d07b36bcd34988fd064596a7784aeadea4e09
diff --git a/src/transformers/models/big_bird/modeling_big_bird.py b/src/transformers/models/big_bird/modeling_big_bird.py index <HASH>..<HASH> 100755 --- a/src/transformers/models/big_bird/modeling_big_bird.py +++ b/src/transformers/models/big_bird/modeling_big_bird.py @@ -1378,6 +1378,13 @@ class BigBirdAttention(nn....
Make BigBird model compatiable to fp<I> dtype. (#<I>) * Make BigBird model compatiable to fp<I> dtype. * Use tree_map instead of map * Reformat the code * Fix import order * Convert masks to the correct dtype * Fix format issue * Address comments.
huggingface_pytorch-pretrained-BERT
train
ff4d431494f55b319a7085cf1feebaa1e6a44b5e
diff --git a/packages/ember/tests/routing/substates_test.js b/packages/ember/tests/routing/substates_test.js index <HASH>..<HASH> 100644 --- a/packages/ember/tests/routing/substates_test.js +++ b/packages/ember/tests/routing/substates_test.js @@ -538,6 +538,104 @@ QUnit.test('Handled errors that re-throw aren\'t swallo...
Add more route error action scenario tests.
emberjs_ember.js
train
e6227527ff67e7719c0f2582ff95144c3c8375c7
diff --git a/test/object-model.spec.js b/test/object-model.spec.js index <HASH>..<HASH> 100644 --- a/test/object-model.spec.js +++ b/test/object-model.spec.js @@ -102,15 +102,14 @@ QUnit.test("Object model behaviour for properties", function (assert) { joe.address.work = {city: 42}; }, /TypeError.*got Number 42/, ...
changed the test for object class constructors
sylvainpolletvillard_ObjectModel
train
05c5f68b9369144bb6eef5303c27521f9a633602
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ required_packages = ['graphql-core>=1.0', 'flask>=0.7.0'] setup( name='Flask-GraphQL', - version='1.3.1', + version='1.3.2', description='Adds GraphQL support to your Flask application', lo...
Updated version to <I>
graphql-python_flask-graphql
train
4991f5a7d23b7dd42ca213c4f0ebe1b80d6775a1
diff --git a/www/locales.js b/www/locales.js index <HASH>..<HASH> 100644 --- a/www/locales.js +++ b/www/locales.js @@ -46,7 +46,7 @@ Locales = (function() { Locales.getLocale = function(language, applicationTitle) { var localeObject; if (applicationTitle == null) { - applicationTitle = null; + ap...
ISSUE-<I> - small refactoring
pushandplay_cordova-plugin-apprate
train
7cbe4d1f00563e5b7ea9fed648b90a8343c216a1
diff --git a/src/android/getDefaultConfig.js b/src/android/getDefaultConfig.js index <HASH>..<HASH> 100644 --- a/src/android/getDefaultConfig.js +++ b/src/android/getDefaultConfig.js @@ -26,6 +26,8 @@ module.exports = function getDefaultConfigAndroid(folder, pjson) { const packagePath = packageName.replace('.', '/')...
Use folder/src from config instead of redeclaring
rnpm_rnpm
train
8306d285c5aa1b52a51e13f9f51933b1c3a94c7b
diff --git a/lib/customerio/client.rb b/lib/customerio/client.rb index <HASH>..<HASH> 100644 --- a/lib/customerio/client.rb +++ b/lib/customerio/client.rb @@ -7,6 +7,8 @@ module Customerio class Client class MissingIdAttributeError < RuntimeError; end + class InvalidTimestampError < RuntimeError; end + ...
support for adding and deleting push devices
customerio_customerio-ruby
train
92bc7caf7aaf6975b728f3159ba43209ef61436e
diff --git a/cmd/server-main.go b/cmd/server-main.go index <HASH>..<HASH> 100644 --- a/cmd/server-main.go +++ b/cmd/server-main.go @@ -271,7 +271,7 @@ func serverMain(ctx *cli.Context) { logger.Info(`Supplying credentials from your 'config.json' is **DEPRECATED**, Access key and Secret key in distributed server mo...
Reword missing credentials error msg (#<I>) Enhance a little bit the error message that is showing when access & secret keys are not specified in the environment when running Minio in gateway and server mode. This commit also removes a redundant check of access/secret keys.
minio_minio
train
1c5537a52a946c0cd388e5eff2f32f9c84fc9882
diff --git a/tasks/util/copyBowerComponents.js b/tasks/util/copyBowerComponents.js index <HASH>..<HASH> 100644 --- a/tasks/util/copyBowerComponents.js +++ b/tasks/util/copyBowerComponents.js @@ -212,7 +212,7 @@ function run(options, config) { const message = logDependencyOverview(migratedNames, migratedPatterns); ...
fix: Only write "exportsOverride" when "bower.json" is present
wireapp_grunt-npm-bower
train
245c8633ae202afaed62399b31de5d8b7803200f
diff --git a/spec/unit/client_spec.rb b/spec/unit/client_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/client_spec.rb +++ b/spec/unit/client_spec.rb @@ -372,7 +372,7 @@ RSpec.describe OneviewSDK::Client do options = { url: 'https://oneview.example.com', token: 'token123' } client = OneviewSDK::Clien...
Update client_spec.rb change api version to <I>
HewlettPackard_oneview-sdk-ruby
train
81ba215d93ec7f0d7e71bd66514c15c24fdc131f
diff --git a/test/spambl_test.py b/test/spambl_test.py index <HASH>..<HASH> 100644 --- a/test/spambl_test.py +++ b/test/spambl_test.py @@ -65,6 +65,14 @@ class DNSBLTest(unittest.TestCase): cls.mocked_query.side_effect = mocked_query + def setUpQuerySideEffect(self, nxdomain = False): + ...
Add setUpQuerySideEffect method to DNSBLTest class
piotr-rusin_spam-lists
train
681a7d69304e7fc1a43b52b5a40f370c33b604e5
diff --git a/api/agent_test.go b/api/agent_test.go index <HASH>..<HASH> 100644 --- a/api/agent_test.go +++ b/api/agent_test.go @@ -124,39 +124,6 @@ func TestAgent_ForceLeave(t *testing.T) { // TODO: test force-leave on an existing node } -func TestAgent_SetServers(t *testing.T) { - c, s := makeClient(t, nil, func(...
Remove testing for an API that doesn't exist any more.
hashicorp_nomad
train
18bee8c339d086f22cb61af28447726086e9f28e
diff --git a/tests/test-rest-comments-controller.php b/tests/test-rest-comments-controller.php index <HASH>..<HASH> 100644 --- a/tests/test-rest-comments-controller.php +++ b/tests/test-rest-comments-controller.php @@ -539,7 +539,7 @@ class WP_Test_REST_Comments_Controller extends WP_Test_REST_Controller_Testcase $...
Add unit tests for creating a comment with `author_ip`
WP-API_WP-API
train
013cd126763bcd49b5fe6c583e7e5c79a4fd4703
diff --git a/autofixture/autofixtures.py b/autofixture/autofixtures.py index <HASH>..<HASH> 100644 --- a/autofixture/autofixtures.py +++ b/autofixture/autofixtures.py @@ -7,6 +7,7 @@ from django.contrib.auth.models import User from django.utils import timezone from autofixture import AutoFixture from autofixture imp...
Fix email constraint. InvalidConstraint need a model field, not a string
gregmuellegger_django-autofixture
train
1b742343d320db831e9295a4c3248194439e5eaa
diff --git a/FreeOrder.php b/FreeOrder.php index <HASH>..<HASH> 100644 --- a/FreeOrder.php +++ b/FreeOrder.php @@ -23,7 +23,7 @@ class FreeOrder extends BaseModule implements PaymentModuleInterface { public function isValidPayment() { - return $this->getCurrentOrderTotalAmount() == 0; + return ...
FreeOrder: round total amount to avoid problems with floats
thelia-modules_FreeOrder
train
05b8f1031cdded5cb8a79454881a78c1f47ee7f9
diff --git a/kibana/manager.py b/kibana/manager.py index <HASH>..<HASH> 100644 --- a/kibana/manager.py +++ b/kibana/manager.py @@ -203,13 +203,12 @@ class KibanaManager(): pkg_objs = [] for _, obj in iteritems(objects): pkg_objs.append(obj) - output = self.json_dumps(pkg_objs) + '\...
Fixes #7 sort pkg output alpha by doc[_id], and each doc key in alpha
rfarley3_Kibana
train
66dedfc101b1a2cc8f7424c0dddfbf7d3479e249
diff --git a/registrasion/forms.py b/registrasion/forms.py index <HASH>..<HASH> 100644 --- a/registrasion/forms.py +++ b/registrasion/forms.py @@ -442,6 +442,8 @@ class InvoicesWithProductAndStatusForm(forms.Form): id__in=qs, ) + qs = qs.select_related("user__attendee__attendeeprofilebase...
Adds “badges” view, which lets us render multiple users’ badges into a zipfile.
chrisjrn_registrasion
train
6013b333a78dc2609baffcc6b408201edf1a5653
diff --git a/lib/generators/sprig/install_generator.rb b/lib/generators/sprig/install_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/sprig/install_generator.rb +++ b/lib/generators/sprig/install_generator.rb @@ -9,12 +9,16 @@ module Sprig def create_enviroment_directories empty_director...
Add sprig_shared for shared seeds functionality
vigetlabs_sprig
train
06fd87e13ae460313061c0985efeb31b3ffcee31
diff --git a/test/suite/src/Eloquent/Pops/ProxyArrayTest.php b/test/suite/src/Eloquent/Pops/ProxyArrayTest.php index <HASH>..<HASH> 100644 --- a/test/suite/src/Eloquent/Pops/ProxyArrayTest.php +++ b/test/suite/src/Eloquent/Pops/ProxyArrayTest.php @@ -163,7 +163,7 @@ class ProxyArrayTest extends TestCase public funct...
Let's dance, dickweed
eloquent_pops
train
dc425741acb2a490d6cb3fd1a3f548e695c98fdb
diff --git a/packages/neos-ui/src/Containers/RightSideBar/Inspector/PropertyGroup/index.js b/packages/neos-ui/src/Containers/RightSideBar/Inspector/PropertyGroup/index.js index <HASH>..<HASH> 100644 --- a/packages/neos-ui/src/Containers/RightSideBar/Inspector/PropertyGroup/index.js +++ b/packages/neos-ui/src/Containers...
BUGFIX: make sure inspector editors are rerendered after node changed
neos_neos-ui
train
1e3232e5089b35ec2378d4fb8b82e35f221a6715
diff --git a/src/python/tmclient/api.py b/src/python/tmclient/api.py index <HASH>..<HASH> 100644 --- a/src/python/tmclient/api.py +++ b/src/python/tmclient/api.py @@ -23,6 +23,7 @@ import cv2 import glob import tempfile import pandas as pd +import numpy as np from cStringIO import StringIO from tmclient.base imp...
Fix bug related to decoding of downloaded images
TissueMAPS_TmClient
train
2bf362ffa03b47399e5e5d916728c6118054dd43
diff --git a/src/main/java/com/ning/billing/recurly/model/RevenueScheduleType.java b/src/main/java/com/ning/billing/recurly/model/RevenueScheduleType.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/ning/billing/recurly/model/RevenueScheduleType.java +++ b/src/main/java/com/ning/billing/recurly/model/RevenueSch...
Remove unused type & method from enum
killbilling_recurly-java-library
train
a595ddda8eed2750b3b66fa890d10279e835824b
diff --git a/stempeg/read.py b/stempeg/read.py index <HASH>..<HASH> 100644 --- a/stempeg/read.py +++ b/stempeg/read.py @@ -47,7 +47,7 @@ def read_info( cmd = [ 'ffprobe', filename, - '-v', 'quiet', + '-v', 'error', '-print_format', 'json', '-show_format', '-show_st...
change loglevel to better catch not available codecs
faroit_stempeg
train
f97497aaac29c9a5ddfbc532e2f5c12e2b54451c
diff --git a/Kwf/Util/Component.php b/Kwf/Util/Component.php index <HASH>..<HASH> 100644 --- a/Kwf/Util/Component.php +++ b/Kwf/Util/Component.php @@ -90,11 +90,13 @@ class Kwf_Util_Component } $parsedUrl = parse_url($url); $_GET = array(); + $_REQUEST = array(); ...
also set as it's used by processInput
koala-framework_koala-framework
train