hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4c8981afd96221a4e392fa6ae8740be3301e6a91
diff --git a/go/cron/bandwidth_maintenance.go b/go/cron/bandwidth_maintenance.go index <HASH>..<HASH> 100644 --- a/go/cron/bandwidth_maintenance.go +++ b/go/cron/bandwidth_maintenance.go @@ -112,7 +112,45 @@ func (j *BandwidthMaintenance) BandwidthAggregation(ctx context.Context, roundin const BandwidthAccountingRadiu...
Don't use temp table or stored procedures for moving to bandwidth accounting tables to history
inverse-inc_packetfence
train
359a81b352569afe7e1981c4bc5b61ecd0ed1d3a
diff --git a/Event/Log/LogWorkspaceRoleChangeRightEvent.php b/Event/Log/LogWorkspaceRoleChangeRightEvent.php index <HASH>..<HASH> 100644 --- a/Event/Log/LogWorkspaceRoleChangeRightEvent.php +++ b/Event/Log/LogWorkspaceRoleChangeRightEvent.php @@ -137,6 +137,10 @@ class LogWorkspaceRoleChangeRightEvent extends LogGeneri...
Check if changeset is set before determine if event is notifiable or not
claroline_CoreBundle
train
da64eb9829494a7aaaa856635fccf6b39957b416
diff --git a/src/tinymce.js b/src/tinymce.js index <HASH>..<HASH> 100644 --- a/src/tinymce.js +++ b/src/tinymce.js @@ -13,6 +13,7 @@ angular.module('ui.tinymce', []) return { require: ['ngModel', '^?form'], + priority: 999, link: function(scope, element, attrs, ctrls) { if (!$window.t...
Added priority to directive Fixes various problems causing the editor not to show up or not to respond to ng-model change Closes #<I> Closes #<I>
angular-ui_ui-tinymce
train
7abbb1f3eb9375fe484f77ddc32173da1e6d138e
diff --git a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialRange.java b/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialRange.java index <HASH>..<HASH> 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialRange.java +++ b/gwt-material/src/main/java/gwt/materi...
Fix a setValue issue with MaterialRange.
GwtMaterialDesign_gwt-material
train
5df5f01459a78b288ac47b7ed5ced92c1ad3341e
diff --git a/lib/active_admin/views/components/action_list_popover.rb b/lib/active_admin/views/components/action_list_popover.rb index <HASH>..<HASH> 100644 --- a/lib/active_admin/views/components/action_list_popover.rb +++ b/lib/active_admin/views/components/action_list_popover.rb @@ -9,8 +9,10 @@ module ActiveAdmin ...
Action list popovers can now have IDs. Popovers are now hidden through inline styles rather than the "hidden" class
activeadmin_activeadmin
train
7900856d7d5d2f2444f7902294db40c68170b457
diff --git a/src/bbn/File/System.php b/src/bbn/File/System.php index <HASH>..<HASH> 100644 --- a/src/bbn/File/System.php +++ b/src/bbn/File/System.php @@ -1612,16 +1612,15 @@ class System extends bbn\Models\Cls\Basic /** * @param $file */ - private function _download($file): String + private function _down...
Fix in File\System::download
nabab_bbn
train
ea2e215ff8be8d99fecd5b1038454e66c6fead66
diff --git a/executor/set.go b/executor/set.go index <HASH>..<HASH> 100644 --- a/executor/set.go +++ b/executor/set.go @@ -253,7 +253,7 @@ func (e *SetExecutor) setCharset(cs, co string) error { return errors.Trace(err) } } - return errors.Trace(sessionVars.SetSystemVar(variable.CollationConnection, co)) + ret...
*: fix a bug caused by the wrong collation setting which leads to the wrong result of collation function (#<I>)
pingcap_tidb
train
b4f7bd66db470a508fad3fde159cfc627a8a1d9a
diff --git a/src/auto-ngtemplate-loader.js b/src/auto-ngtemplate-loader.js index <HASH>..<HASH> 100644 --- a/src/auto-ngtemplate-loader.js +++ b/src/auto-ngtemplate-loader.js @@ -1,16 +1,23 @@ const { escapeRegExp, get } = require('lodash'); const { isValid } = require('var-validator'); +const { urlToRequest } = requ...
set up all the defaults up front and added some documentation
YashdalfTheGray_auto-ngtemplate-loader
train
4ba6b9274ee353d3b6bdd07b85cf01b730c23f5e
diff --git a/hyperstream/tools/asset_splitter/2016-11-24_v0.1.0.py b/hyperstream/tools/asset_splitter/2016-11-24_v0.1.0.py index <HASH>..<HASH> 100644 --- a/hyperstream/tools/asset_splitter/2016-11-24_v0.1.0.py +++ b/hyperstream/tools/asset_splitter/2016-11-24_v0.1.0.py @@ -31,8 +31,8 @@ class AssetSplitter(MultiOutput...
Asset splitter now pulls the whole stream All factors now share a base class
IRC-SPHERE_HyperStream
train
e483a9d933e717fab6571cc1faa2f46e8eb465f8
diff --git a/src/Infrastructure/Event/Bus/Transport/JobQueueTransport.php b/src/Infrastructure/Event/Bus/Transport/JobQueueTransport.php index <HASH>..<HASH> 100644 --- a/src/Infrastructure/Event/Bus/Transport/JobQueueTransport.php +++ b/src/Infrastructure/Event/Bus/Transport/JobQueueTransport.php @@ -9,6 +9,8 @@ use H...
moved default route_key to queue transport
honeybee_honeybee
train
5b28af3cda721bb549b580bf2e191218ce156c0f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ setup( 'gevent', 'requests', 'websocket-client', + 'waitress', ], classifiers=[ 'Development Status :: 4 - Beta', diff --git a/test/test_wsgiprox.py b/test/te...
tests: add unsupported https proxy test with waitress, don't chdir for tests
webrecorder_wsgiprox
train
d4a43044bbdaf21a6d42b8d8f554e993f68c807e
diff --git a/api/settings.js b/api/settings.js index <HASH>..<HASH> 100644 --- a/api/settings.js +++ b/api/settings.js @@ -4,8 +4,8 @@ var serverLib = require('../lib/server-lib'); const AccountRootFlags = { PasswordSpent: { name: 'password_spent', value: 0x00010000 }, - RequireDestTag: { name: 'require_dest_...
dest > destination, auth > authorization
ripple_ripple-rest
train
45cb40c8b1873c0d6907aee518706b576c330dfd
diff --git a/gnupg.py b/gnupg.py index <HASH>..<HASH> 100644 --- a/gnupg.py +++ b/gnupg.py @@ -1139,10 +1139,11 @@ class GPG(object): cmd.extend(self.options) if args: safe_args = _sanitise(args) - for key, value in safe_args: - cmd.extend(_hyphenate(key, add...
Only process safe_args in gnupg.GPG.__init__() as a dict if it is one.
isislovecruft_python-gnupg
train
f215302f3fe7b485bc1b80f909e0b585dc8b99ae
diff --git a/lib/Transformer.php b/lib/Transformer.php index <HASH>..<HASH> 100644 --- a/lib/Transformer.php +++ b/lib/Transformer.php @@ -174,6 +174,27 @@ class Transformer return $ret; } + public function getKeysApp() + { + return $this->getKeys(self::APP); + } + + public function getKeysExt() + { + return $...
Added a method for getting all defined keys
aol_transformers
train
1c5b99f35e9c1210fc07073b0ba16264c707e1a8
diff --git a/servers/src/test/java/tachyon/master/file/FileSystemMasterTest.java b/servers/src/test/java/tachyon/master/file/FileSystemMasterTest.java index <HASH>..<HASH> 100644 --- a/servers/src/test/java/tachyon/master/file/FileSystemMasterTest.java +++ b/servers/src/test/java/tachyon/master/file/FileSystemMasterTes...
Fix Unit Tests: reset conf at MasterContext
Alluxio_alluxio
train
896afe039b8e1920fd7a41e5cd61123b0797f0f1
diff --git a/jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor.java b/jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor.java index <HASH>..<HASH> 100644 --- a/jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor....
Cleanup logging. Output to the job logs, not to the master logs
jenkinsci_pipeline-maven-plugin
train
c8ee03d178e206834f9b2a15c7f0f19d57d0b2dc
diff --git a/metaseq/tableprinter.py b/metaseq/tableprinter.py index <HASH>..<HASH> 100644 --- a/metaseq/tableprinter.py +++ b/metaseq/tableprinter.py @@ -1,3 +1,6 @@ +import fisher +import numpy as np + def print_2x2_table(table, row_labels, col_labels, fmt="%d"): """ Prints a table used for Fisher's exact ...
support for zero cells in 2x2 tables
daler_metaseq
train
8af7ebd48b2348ed4658d56bdf69f0a44170b3de
diff --git a/xchange-core/src/main/java/org/knowm/xchange/currency/Currency.java b/xchange-core/src/main/java/org/knowm/xchange/currency/Currency.java index <HASH>..<HASH> 100644 --- a/xchange-core/src/main/java/org/knowm/xchange/currency/Currency.java +++ b/xchange-core/src/main/java/org/knowm/xchange/currency/Currenc...
Add OmiseGO (OMG) currency and related currency pairs OMG/USD, OMG/BTC and OMG/ETH
knowm_XChange
train
ce47684be48dc8db871eb9724065c8c2d1d2b423
diff --git a/classes/hypeJunction/Lists/EntityList.php b/classes/hypeJunction/Lists/EntityList.php index <HASH>..<HASH> 100644 --- a/classes/hypeJunction/Lists/EntityList.php +++ b/classes/hypeJunction/Lists/EntityList.php @@ -532,7 +532,7 @@ abstract class EntityList { 'sort_options' => $sort_options, 'filte...
fix(ui): expand search form by default
hypeJunction_hypeLists
train
58270b97c7a4d83fbe3f7a3fe620f3aab2c1157f
diff --git a/commands/boom.go b/commands/boom.go index <HASH>..<HASH> 100644 --- a/commands/boom.go +++ b/commands/boom.go @@ -54,5 +54,6 @@ func newPb(size int) (bar *pb.ProgressBar) { bar.Current = barChar bar.BarStart = "" bar.BarEnd = "" + bar.Start() return }
New pb formatting, bar start
rakyll_hey
train
5d6f32f73b585fbefa1f069fa0a87eae8c1bb51f
diff --git a/airflow/bin/cli.py b/airflow/bin/cli.py index <HASH>..<HASH> 100755 --- a/airflow/bin/cli.py +++ b/airflow/bin/cli.py @@ -414,7 +414,7 @@ def webserver(args): '-n ' + 'airflow-webserver', '-p ' + str(pid)] - if not args.foreground: + if args.daemon:...
correct missed arg.foreground to arg.daemon in cli
apache_airflow
train
dee5fe0b7c360cb825dc2c0329353ca330764c8a
diff --git a/aegea/sfn.py b/aegea/sfn.py index <HASH>..<HASH> 100644 --- a/aegea/sfn.py +++ b/aegea/sfn.py @@ -96,7 +96,7 @@ def watch(args): time.sleep(1) if exec_desc["status"] == "SUCCEEDED": - return exec_desc["output"] + return json.loads(exec_desc["output"]) else: histo...
sfn watch: Return deserialized output for pretty-printing
kislyuk_aegea
train
c178fa5457436e81396f4bfcc829385d65b45f5f
diff --git a/blinkpy/sync_module.py b/blinkpy/sync_module.py index <HASH>..<HASH> 100644 --- a/blinkpy/sync_module.py +++ b/blinkpy/sync_module.py @@ -188,8 +188,9 @@ class BlinkSyncModule(): name = entry['device_name'] clip = entry['media'] timestamp = entry['created_...
Only store motion clip if motion occured since last refresh
fronzbot_blinkpy
train
c0d497505cae55d109ac4a04073e49ce5ca8b570
diff --git a/crnk-core/src/main/java/io/crnk/core/boot/CrnkBoot.java b/crnk-core/src/main/java/io/crnk/core/boot/CrnkBoot.java index <HASH>..<HASH> 100644 --- a/crnk-core/src/main/java/io/crnk/core/boot/CrnkBoot.java +++ b/crnk-core/src/main/java/io/crnk/core/boot/CrnkBoot.java @@ -1,5 +1,13 @@ package io.crnk.core.bo...
removed redundant WARN message no need to print missing resources as it already prints statistics of what has been loaded. Allows to implement use cases where no resources are involved. e.g. a directly listing service for sub-services.
crnk-project_crnk-framework
train
edcf82d5a39555bcbb79f67b6cff5490d5d1bde9
diff --git a/lib/moodlelib.php b/lib/moodlelib.php index <HASH>..<HASH> 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -8273,7 +8273,8 @@ function get_device_type() { return 'tablet'; } - if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6.') !== false) { + // Safe way to check for IE6 and...
MDL-<I> Lib: IE8/IE7 (even with stupid user agent) should not be 'legacy' device type
moodle_moodle
train
e94e10dbdb84d8c4e80fc55a2ff0eb4bea9ccea4
diff --git a/pysra/site.py b/pysra/site.py index <HASH>..<HASH> 100755 --- a/pysra/site.py +++ b/pysra/site.py @@ -9,8 +9,8 @@ # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # -# The above copyright notice and this permission notice ...
Added support for hashing.
arkottke_pysra
train
0734977b5f8c4d5e578dc44f331b61f88c69fc33
diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/RedundantOverride.java b/core/src/main/java/com/google/errorprone/bugpatterns/RedundantOverride.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/RedundantOverride.java +++ b/core/src/main/java/com/google/errorpr...
s/override/overriding method/ Perhaps this is more clear? ------------- Created by MOE: <URL>
google_error-prone
train
716afcbb35e10214422836a19d5506ab93c50ed2
diff --git a/eZ/Publish/Core/SignalSlot/Repository.php b/eZ/Publish/Core/SignalSlot/Repository.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/SignalSlot/Repository.php +++ b/eZ/Publish/Core/SignalSlot/Repository.php @@ -389,19 +389,6 @@ class Repository implements RepositoryInterface } /** - * Ge...
Removed useless getIOService from SignalSlot repository (leftover of 8c<I>f)
ezsystems_ezpublish-kernel
train
9b4c01b4854ac4d4d4eb5ed859f4f0ca04f55787
diff --git a/tests/test_types.py b/tests/test_types.py index <HASH>..<HASH> 100644 --- a/tests/test_types.py +++ b/tests/test_types.py @@ -19,6 +19,8 @@ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFT OTHER DEALINGS IN THE SOFTWARE. """ +import urllib +import json from datetime imp...
Add test for desired json feature
hugapi_hug
train
15158ffdcfc7cec421c69b0f40d9f560604606f7
diff --git a/elasticsearch-transport/test/integration/client_test.rb b/elasticsearch-transport/test/integration/client_test.rb index <HASH>..<HASH> 100644 --- a/elasticsearch-transport/test/integration/client_test.rb +++ b/elasticsearch-transport/test/integration/client_test.rb @@ -48,7 +48,7 @@ class Elasticsearch::Tr...
[CLIENT] Improved the logging during transport integration tests * Mute logger when ENV['QUIET'] is set
elastic_elasticsearch-ruby
train
fe5aaf9d7e604b308558b35c1b689aa956faf1d9
diff --git a/Testing/Fakes/MailFake.php b/Testing/Fakes/MailFake.php index <HASH>..<HASH> 100644 --- a/Testing/Fakes/MailFake.php +++ b/Testing/Fakes/MailFake.php @@ -213,15 +213,15 @@ class MailFake implements Mailer $mailable->mailable = $view; - if ($recipients = $view->getTo()) { + if ($r...
Make mailable properties public (#<I>)
illuminate_support
train
03cbe9798efa7dd8fad22af8e1452f80938e4e8b
diff --git a/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java b/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java +++ b/liquibase-core/src/...
Fixed regression failures on change sets order
liquibase_liquibase
train
c072dd1beccaace6414616641b7bb567e54c5cc7
diff --git a/pysswords/__main__.py b/pysswords/__main__.py index <HASH>..<HASH> 100644 --- a/pysswords/__main__.py +++ b/pysswords/__main__.py @@ -77,14 +77,16 @@ def main(args=None): if args.create: Database.create(args.path, crypt_options) - elif Database.verify(args.path, args.password): - ...
Handle error when database is not verified
marcwebbie_passpie
train
299a563a7bb8be16a20e4c8afb6580e92620ec67
diff --git a/Makefile.js b/Makefile.js index <HASH>..<HASH> 100644 --- a/Makefile.js +++ b/Makefile.js @@ -658,8 +658,8 @@ target.gensite = function(prereleaseVersion) { text = "---\ntitle: " + title + "\nlayout: doc\n---\n<!-- Note: No pull requests accepted for this file. See README.md in the root di...
Build: Do not strip .md extension from absolute URLs (#<I>)
eslint_eslint
train
bedaf63021276733116f8920c2935c07bd26ded1
diff --git a/AutoLoader.php b/AutoLoader.php index <HASH>..<HASH> 100644 --- a/AutoLoader.php +++ b/AutoLoader.php @@ -116,14 +116,13 @@ class AutoLoader __SAMSON_VENDOR_PATH.str_replace('samson/', 'samsonos/'.$type.'/', $ns), __SAMSON_VENDOR_PATH.str_replace('samson/', 'samsonos/'.$ty...
Fixed old SamsonPHP module autoloader to support cms api classes because they have namespace \samson\cms\ and located at /samsonos/cms/api folder
samsonos_php_core
train
836d30c119f61ea64452fabb4184bcd1c9169c80
diff --git a/ideal-image-slider.js b/ideal-image-slider.js index <HASH>..<HASH> 100644 --- a/ideal-image-slider.js +++ b/ideal-image-slider.js @@ -28,7 +28,7 @@ var IdealImageSlider = (function() { for(var key in obj){ if(obj.hasOwnProperty(key)){ if(_isType('Object', obj[key]) && obj[key] !== null) - ...
Fix _deepExtend()
Codeinwp_Ideal-Image-Slider-JS
train
de7a4d85e000121490ca0a83e612448a620d1541
diff --git a/src/Core/Checkout/Cart/Delivery/DeliveryCalculator.php b/src/Core/Checkout/Cart/Delivery/DeliveryCalculator.php index <HASH>..<HASH> 100644 --- a/src/Core/Checkout/Cart/Delivery/DeliveryCalculator.php +++ b/src/Core/Checkout/Cart/Delivery/DeliveryCalculator.php @@ -218,8 +218,17 @@ class DeliveryCalculator...
NTR - fix calculator and blue green env
shopware_platform
train
4f69c32075e8261d5df97b41d1604af40198c03c
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v1.8.0 (TBA) + +### Bug Fixes + +* [#258]: Fix check behavior on nodes with an empty `children` array + ## [v1.7.2](https://github.com/jakezatecky/react-checkbox-tree/compare/v...
Fix check behavior on nodes with an empty `children` array Addresses #<I>.
jakezatecky_react-checkbox-tree
train
dbf416001ec92a980ac3dd4ca0cef9204a7c9a67
diff --git a/plugins/Admin/tests/TestCase/src/Model/Table/InvoicesTableTest.php b/plugins/Admin/tests/TestCase/src/Model/Table/InvoicesTableTest.php index <HASH>..<HASH> 100644 --- a/plugins/Admin/tests/TestCase/src/Model/Table/InvoicesTableTest.php +++ b/plugins/Admin/tests/TestCase/src/Model/Table/InvoicesTableTest.p...
add tests for invoice number with prefix
foodcoopshop_foodcoopshop
train
04a395cd5a1cc9a300d69050dd05caaffd6ae38e
diff --git a/src/main/java/org/metacsp/examples/TestDE9IMRelationSolver.java b/src/main/java/org/metacsp/examples/TestDE9IMRelationSolver.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/metacsp/examples/TestDE9IMRelationSolver.java +++ b/src/main/java/org/metacsp/examples/TestDE9IMRelationSolver.java @@ -108,7...
refactored public getrelations methods in DE9IM
FedericoPecora_meta-csp-framework
train
1f8418b447081dbf434a3068a2f6a1c904ef30d0
diff --git a/test/connection-test.js b/test/connection-test.js index <HASH>..<HASH> 100644 --- a/test/connection-test.js +++ b/test/connection-test.js @@ -117,6 +117,7 @@ describe('Connection', function() { } } + // Address where no one listens const connection = new utils.common.Connection...
[FIX] add small code comment
ChainSQL_chainsql-lib
train
853ffe944c62f241cbe3745732cee2c4d89aad5d
diff --git a/src/test/java/com/basho/riak/client/api/commands/itest/ITestTimeSeries.java b/src/test/java/com/basho/riak/client/api/commands/itest/ITestTimeSeries.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/basho/riak/client/api/commands/itest/ITestTimeSeries.java +++ b/src/test/java/com/basho/riak/client/a...
Fixes for 3-part TS keys
basho_riak-java-client
train
fed6375e0ae4143280dd58f29a60c36d1894f337
diff --git a/lib/query.js b/lib/query.js index <HASH>..<HASH> 100644 --- a/lib/query.js +++ b/lib/query.js @@ -25,7 +25,6 @@ var Query = function (config, values, callback) { this.types = config.types this.name = config.name this.binary = config.binary - this.stream = config.stream // use unique portal nam...
remove query.stream references * This hasn't been supported since 0b<I>b6b5afbb<I>e<I>eff1ef2b<I>ecf<I>d<I>b * `node-pg-copy-streams` relies on overriding the `handleCopyInResponse` method: * <URL>
brianc_node-postgres
train
b14c82b1f12e13b9f49831be6edb1c95ee2b55d0
diff --git a/loompy/_version.py b/loompy/_version.py index <HASH>..<HASH> 100644 --- a/loompy/_version.py +++ b/loompy/_version.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.30.0' diff --git a/loompy/loompy.py b/loompy/loompy.py index <HASH>..<HASH> 100755 --- a/loompy/loompy.py +++ b/loompy/loompy.py @@ -38,...
forgot to permute the edge sets
linnarsson-lab_loompy
train
24032943e010c7db8911c206fb20ae2237068c12
diff --git a/Rakefile b/Rakefile index <HASH>..<HASH> 100644 --- a/Rakefile +++ b/Rakefile @@ -350,6 +350,11 @@ namespace 'dev' do task :auto => ['config:common'] do RhoDevelopment::Configuration::application_root = $app_basedir RhoDevelopment::WebServer.ensure_running + pid = RhoDevelopment::We...
Check is auto update already started before start or stop
rhomobile_rhodes
train
1c28ee556e0bb87abc184e7e135aca3f18a54590
diff --git a/aws/resource_aws_backup_global_settings.go b/aws/resource_aws_backup_global_settings.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_backup_global_settings.go +++ b/aws/resource_aws_backup_global_settings.go @@ -53,7 +53,9 @@ func resourceAwsBackupGlobalSettingsRead(d *schema.ResourceData, meta inter...
Update aws/resource_aws_backup_global_settings.go
terraform-providers_terraform-provider-aws
train
39f0718bb2921c335ebadf9e6c12868598f48ae0
diff --git a/spur/local.py b/spur/local.py index <HASH>..<HASH> 100644 --- a/spur/local.py +++ b/spur/local.py @@ -53,6 +53,7 @@ class LocalShell(object): stdin=stdin_arg, stdout=stdout_arg, stderr=stderr_arg, + bufsize=0, **self._subpro...
Set bufsize=0 and remove stdin flush for consistency across Python 2 and 3
mwilliamson_spur.py
train
0c87067002c888de4232294d13f35c8abfa292ad
diff --git a/packages/tooling/__tests__/operation.test.js b/packages/tooling/__tests__/operation.test.js index <HASH>..<HASH> 100644 --- a/packages/tooling/__tests__/operation.test.js +++ b/packages/tooling/__tests__/operation.test.js @@ -193,6 +193,12 @@ describe('#isJson', () => { describe('#getSecurity()', () => ...
fix: dont return security if no securityschemes are present (#<I>)
readmeio_oas
train
643ffcfbdfda000427ac28cace5f36027b2cd758
diff --git a/lib/field_validators/base_fields.js b/lib/field_validators/base_fields.js index <HASH>..<HASH> 100644 --- a/lib/field_validators/base_fields.js +++ b/lib/field_validators/base_fields.js @@ -60,10 +60,16 @@ var TextField = createObjectPrototype({ delete options.minLength; this._max...
Added trim option to TextField
jhsware_isomorphic-schema
train
42ca92f4db44b79ce365285bdda5425e86fa638f
diff --git a/posttroll/publisher.py b/posttroll/publisher.py index <HASH>..<HASH> 100644 --- a/posttroll/publisher.py +++ b/posttroll/publisher.py @@ -156,8 +156,9 @@ class _PublisherHeartbeat(object): (datetime.utcnow() - self.lastbeat >= timedelta(seconds=min_interval))): self....
Now heartbeat message include min_interval
pytroll_posttroll
train
a77b1e00d5c4396d4cba8e549f9230dd558adfa9
diff --git a/blockchain/indexers/cbfindex.go b/blockchain/indexers/cbfindex.go index <HASH>..<HASH> 100644 --- a/blockchain/indexers/cbfindex.go +++ b/blockchain/indexers/cbfindex.go @@ -163,8 +163,7 @@ func (idx *CBFIndex) DisconnectBlock(dbTx database.Tx, block *btcutil.Block, return index.Delete(block.Hash()[:]) ...
FilterByBlockHash(), pointed out by davec@
btcsuite_btcd
train
aa5a3937389a2eba9921cdc8451fdedd423901c4
diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index <HASH>..<HASH> 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -358,7 +358,7 @@ class block_base { // place holder for roles button $movebuttons .= '<a class="icon roles" title="'. $...
merged fix for MDL-<I>, wrong size for roles icon
moodle_moodle
train
69d0c9a7ee1648e1e2b7cd59259291935048ae57
diff --git a/src/errors.js b/src/errors.js index <HASH>..<HASH> 100644 --- a/src/errors.js +++ b/src/errors.js @@ -56,6 +56,8 @@ var _invalidReqHandle = function(res) { res.write(this.name + " - " + this.message); res.close(); }; + +// Invalid Request Error Handler exports.createInvalidReqEH = function(erro...
Added in-place-handler version of Errors. Sometimes it's not possible to throw an error and expect to be "caught and handled" in the RouterReqHand. So, I made "handle*" versions of the Errors, that get both "Request" and "Response" objects.
detro_ghostdriver
train
353b3adf152dfbcf945987c9e44f512c4394bee9
diff --git a/concrete/controllers/backend/file/folder.php b/concrete/controllers/backend/file/folder.php index <HASH>..<HASH> 100644 --- a/concrete/controllers/backend/file/folder.php +++ b/concrete/controllers/backend/file/folder.php @@ -34,8 +34,12 @@ class Folder extends AbstractController if (!$permissions...
Do not allow folder names to be null in file manager
concrete5_concrete5
train
bdfb20a3243df1fbd8d22e96d2b1734f8a4132b6
diff --git a/actor-apps/app-web/src/app/dispatcher/ActorAppDispatcher.js b/actor-apps/app-web/src/app/dispatcher/ActorAppDispatcher.js index <HASH>..<HASH> 100644 --- a/actor-apps/app-web/src/app/dispatcher/ActorAppDispatcher.js +++ b/actor-apps/app-web/src/app/dispatcher/ActorAppDispatcher.js @@ -2,8 +2,4 @@ import { ...
fix(web): disable dispatched action logging;
actorapp_actor-platform
train
376555a259feacf0ab438b066ef4ff239ffbed14
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -93,7 +93,11 @@ function subscribe(store, Component, mapping = null) { } getOriginalComponent() { - return this.originalComponent; + return Component; + } + + getOriginalComponen...
Added getOriginalComponentRef and restored getOriginalComponent functionality
vlucas_toystore-react
train
014fd6cf545c927e6d301b98736b9ba79dfce2d6
diff --git a/lib/markascend/parser.rb b/lib/markascend/parser.rb index <HASH>..<HASH> 100644 --- a/lib/markascend/parser.rb +++ b/lib/markascend/parser.rb @@ -32,7 +32,7 @@ module Markascend # line 3 of the li. # # NOTE that first line is always not indented - line, block = scan_line_and_b...
use special undent rule for recursive block elements
luikore_markascend
train
5780ec0410d4d8686968058b578e3f8caa18bd29
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ from codecs import open name = "captain" kwargs = dict( + name=name, description='python cli scripts for humans', keywords="cli console", author='Jay Marcyes',
ugh, setup.py bug has bitten me again
Jaymon_captain
train
68a1097b7eaacd2666c9d6126e7bc6e93fe5143d
diff --git a/tasks/sauce-tests.js b/tasks/sauce-tests.js index <HASH>..<HASH> 100644 --- a/tasks/sauce-tests.js +++ b/tasks/sauce-tests.js @@ -32,7 +32,6 @@ const config = { }, { browserName: 'MicrosoftEdge', - version: '17', platform: 'Windows 10' }, {
Ask for latest version of Microsoft Edge.
elix_elix
train
4220407cba88129d89621b1d4ca2bc3e86cafd50
diff --git a/packages/service-worker-mock/models/Cache.js b/packages/service-worker-mock/models/Cache.js index <HASH>..<HASH> 100644 --- a/packages/service-worker-mock/models/Cache.js +++ b/packages/service-worker-mock/models/Cache.js @@ -7,7 +7,8 @@ class Cache { match(request) { const url = request.url || req...
Moving cache object over to using Requests (#<I>)
pinterest_service-workers
train
95b80f3b7162fa8486a1e93549fd8601f9f7df79
diff --git a/cobe/brain.py b/cobe/brain.py index <HASH>..<HASH> 100644 --- a/cobe/brain.py +++ b/cobe/brain.py @@ -96,6 +96,8 @@ class Brain: while best_reply is None or time.time() < end: reply, score = self._generate_reply(token_ids) + if reply is None: + break ...
Don't crash if babbling with a completely empty brain
pteichman_cobe
train
95166efc04cca183a2f62117cd70b842b9435984
diff --git a/slackminion/bot.py b/slackminion/bot.py index <HASH>..<HASH> 100644 --- a/slackminion/bot.py +++ b/slackminion/bot.py @@ -40,8 +40,9 @@ class Bot(object): self.sc = SlackClient(self.config['slack_token']) self.webserver = Webserver(self.config['webserver']['host'], self.config['webserver'...
Send user notice when trying to run unauthorized command
arcticfoxnv_slackminion
train
e79c218496b1eed9997bccf049441a794f79e054
diff --git a/src/backbone.collectionView.js b/src/backbone.collectionView.js index <HASH>..<HASH> 100755 --- a/src/backbone.collectionView.js +++ b/src/backbone.collectionView.js @@ -332,7 +332,8 @@ this.collection.each( function( thisModel ) { var thisModelView = oldViewManager.findByModelCid( thisModel.cid...
Proper indexed insertion via collection.add without re-rendering
rotundasoftware_backbone.collectionView
train
64635ce58e3d32339b8ce7a8ae4086d531b2acbd
diff --git a/android-pdfview/src/main/java/com/joanzapata/pdfview/PDFView.java b/android-pdfview/src/main/java/com/joanzapata/pdfview/PDFView.java index <HASH>..<HASH> 100644 --- a/android-pdfview/src/main/java/com/joanzapata/pdfview/PDFView.java +++ b/android-pdfview/src/main/java/com/joanzapata/pdfview/PDFView.java @...
Added maskColor and maskAlpha to PDFView builder
JoanZapata_android-pdfview
train
510c1723954411a71147af13fb783cd4d1cb8b2c
diff --git a/test/app/controllers/audios_controller.rb b/test/app/controllers/audios_controller.rb index <HASH>..<HASH> 100644 --- a/test/app/controllers/audios_controller.rb +++ b/test/app/controllers/audios_controller.rb @@ -1,85 +1,57 @@ class AudiosController < ApplicationController + respond_to :html + ...
cleaned up controllers in tests to use new syntax
ksylvest_attached
train
e97c772e415f10d626c78aac6c3ca746d942fc16
diff --git a/ykman/cli/piv.py b/ykman/cli/piv.py index <HASH>..<HASH> 100644 --- a/ykman/cli/piv.py +++ b/ykman/cli/piv.py @@ -816,17 +816,22 @@ def _ensure_authenticated( mgm_key_prompt=None, no_prompt=False): + pin_verified = False + if controller.has_protected_key: if not managem...
Make _verify_pin and _ensure_authenticated return whether PIN was verified
Yubico_yubikey-manager
train
54e384ef064c48b6ae6a98e4ba009b29b4b10362
diff --git a/lib/google_authentication/acts_as_google_user.rb b/lib/google_authentication/acts_as_google_user.rb index <HASH>..<HASH> 100644 --- a/lib/google_authentication/acts_as_google_user.rb +++ b/lib/google_authentication/acts_as_google_user.rb @@ -65,7 +65,7 @@ module GoogleAuthentication # @return [Act...
Updated omniauth hash schema
fabn_google_authentication
train
df73520e2bbb76b708a57e46e68ff0108da01ae1
diff --git a/lib/writer.js b/lib/writer.js index <HASH>..<HASH> 100644 --- a/lib/writer.js +++ b/lib/writer.js @@ -2,7 +2,7 @@ const constants = require('./constants'); const util = require('./util'); function isNumber(value){ - return !isNaN(parseFloat(value)) && isFinite(value); + return typeof value === 'n...
fix bug where array is detected as number
tirish_steam-shortcut-editor
train
fb96152a0cf01658a0bf149721125b051c77a4c1
diff --git a/src/main/java/org/fit/layout/cssbox/BoxNode.java b/src/main/java/org/fit/layout/cssbox/BoxNode.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/fit/layout/cssbox/BoxNode.java +++ b/src/main/java/org/fit/layout/cssbox/BoxNode.java @@ -886,7 +886,7 @@ public class BoxNode extends GenericTreeNode impl...
Reworked box tree building when visual bounds are not used
FitLayout_layout-cssbox
train
a39a7ae7949d2dd9644ef89e066b488fad2c19d4
diff --git a/lib/vagrant/action/builtin/box_check_outdated.rb b/lib/vagrant/action/builtin/box_check_outdated.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/action/builtin/box_check_outdated.rb +++ b/lib/vagrant/action/builtin/box_check_outdated.rb @@ -70,15 +70,23 @@ module Vagrant message: e.message)...
Fixes #<I>: Check if update is available locally (#<I>) This commit checks the local box collection to see if the latest box update has already been downloaded. If it has, Vagrant will display the destroy/recreate message instead of the "run vagrant update" message.
hashicorp_vagrant
train
67441dd41c1ad439ec2906633717b983dfe30375
diff --git a/lib/view.js b/lib/view.js index <HASH>..<HASH> 100644 --- a/lib/view.js +++ b/lib/view.js @@ -171,7 +171,6 @@ } } if (this.error) { - console.log("PRETTY LOG ERRORS: " + this.prettyLogErrors); if (this.prettyLogErrors) { txt = this.error.getPrettyPrintText(...
new option for logging errors; fixed error passback problem
malgorithms_toffee
train
c1cc3d8da3384ad76d7af71d3cfcb1f3d395f4e1
diff --git a/lib/engine_http.js b/lib/engine_http.js index <HASH>..<HASH> 100644 --- a/lib/engine_http.js +++ b/lib/engine_http.js @@ -366,8 +366,9 @@ HttpEngine.prototype.step = function step(requestSpec, ee, opts) { } if(!requestParams.url) { - ee.emit('error', 'Invalid request url'); - ...
Update error logging to match other similar scenarios
artilleryio_artillery
train
8975a0c457477803508af41b6dbe024e2ef83d63
diff --git a/lib/core.js b/lib/core.js index <HASH>..<HASH> 100644 --- a/lib/core.js +++ b/lib/core.js @@ -14,6 +14,10 @@ var async = require('async'); var util = require('./util'); var Archiver = module.exports = function(options) { + if (!(this instanceof Archiver)) { + return new Archiver(options); + } + ...
ensure prototypes can be created without new keyword.
archiverjs_node-archiver
train
6bc633201d74cd3eb399a22116872daba008e702
diff --git a/src/app/Models/DataImport.php b/src/app/Models/DataImport.php index <HASH>..<HASH> 100644 --- a/src/app/Models/DataImport.php +++ b/src/app/Models/DataImport.php @@ -26,7 +26,7 @@ class DataImport extends Model implements Attachable, VisibleFile, IOOperation protected $extensions = ['xlsx']; - ...
adds created_by to fillable
laravel-enso_DataImport
train
2b638ebb475d3bc4b6086346110cb1543dfdd69e
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,7 +1,7 @@ /** * Client of rfunc server * @module rfunc-client - * @version 2.0.5 + * @version 2.0.6 */ 'use strict' diff --git a/lib/rfunc_client.js b/lib/rfunc_client.js index <HASH>..<HASH> 10064...
Version incremented to <I>
rfunc-labo_rfunc-client
train
bb098849b1800f8915ab20f87305dbc6e6fbfabe
diff --git a/dist/jasmine-matchers.js b/dist/jasmine-matchers.js index <HASH>..<HASH> 100644 --- a/dist/jasmine-matchers.js +++ b/dist/jasmine-matchers.js @@ -327,7 +327,7 @@ matchers.toBeDocument = function() { return this.actual && typeof this.actual === 'object' && - this.actual instanceof window...
Fix issue in IE9 with toBeDocument.
JamieMason_Jasmine-Matchers
train
f14482265d87ce340e891fa30c8759387e6dbfb0
diff --git a/fuse/readonly/ipfs_test.go b/fuse/readonly/ipfs_test.go index <HASH>..<HASH> 100644 --- a/fuse/readonly/ipfs_test.go +++ b/fuse/readonly/ipfs_test.go @@ -4,6 +4,7 @@ package readonly import ( "bytes" + "errors" "fmt" "io/ioutil" "math/rand" @@ -154,6 +155,7 @@ func TestIpfsStressRead(t *testing....
fuse/readonly/ipfs_test: fix t.Fatal in a goroutine License: MIT
ipfs_go-ipfs
train
71f4ad1d6cd6563c61a57a7d755d376de755597b
diff --git a/profile/profile.go b/profile/profile.go index <HASH>..<HASH> 100644 --- a/profile/profile.go +++ b/profile/profile.go @@ -21,6 +21,7 @@ import ( "github.com/micro/go-micro/v3/router" regRouter "github.com/micro/go-micro/v3/router/registry" "github.com/micro/go-micro/v3/router/static" + "github.com/mi...
Set k8s runtime in k8s profile (#<I>)
micro_micro
train
143170e2587486d7debbd25608b824ae7bcca2d7
diff --git a/ncclient/transport/third_party/junos/ioproc.py b/ncclient/transport/third_party/junos/ioproc.py index <HASH>..<HASH> 100644 --- a/ncclient/transport/third_party/junos/ioproc.py +++ b/ncclient/transport/third_party/junos/ioproc.py @@ -13,7 +13,6 @@ from ncclient.transport.errors import SessionCloseError, Tr...
junos ioproc performance + alternating buffer write and read + assumtion that there is no response without request + improvement of up to <I>ms per request for requests in quick succession + cpu friendly (blocking read/write wihtout timeout)
ncclient_ncclient
train
17776b98fa732d80c85d218dde297388cd49f634
diff --git a/components/Center/Center.js b/components/Center/Center.js index <HASH>..<HASH> 100644 --- a/components/Center/Center.js +++ b/components/Center/Center.js @@ -30,7 +30,9 @@ export default class Center extends React.Component<Props> { /** * Горизонтальное выравнивание контента. */ - align...
[Center] added style prop-type Fixes #<I>
skbkontur_retail-ui
train
5057b28416ecdcec8b31caf51dad71b2d68b8834
diff --git a/openquake/calculators/hazard/classical/core.py b/openquake/calculators/hazard/classical/core.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/hazard/classical/core.py +++ b/openquake/calculators/hazard/classical/core.py @@ -192,7 +192,6 @@ def compute_hazard_curves(job_id, src_ids, lt_rlz_id): ...
calcs/hazard/classical/core: Cleaned up the declaration of the classical task arg gen. Former-commit-id: 4dde1e<I>cbc<I>cc6fc<I>cc<I>b0b1bd
gem_oq-engine
train
7d989befcc408452ee96efcedbaf993acdcce5ff
diff --git a/src/js/mep-player.js b/src/js/mep-player.js index <HASH>..<HASH> 100644 --- a/src/js/mep-player.js +++ b/src/js/mep-player.js @@ -138,8 +138,8 @@ t.container.find('.mejs-mediaelement').append($newMedia); t.$media.remove(); - t.$media = $newMedia; - t.media = $newMedia[0] + t....
better controls function based on timeouts rather than just "hover"
mediaelement_mediaelement
train
3252a15c81f96bd5d30597732377059a9eef0f1c
diff --git a/dist/components/Node.js b/dist/components/Node.js index <HASH>..<HASH> 100644 --- a/dist/components/Node.js +++ b/dist/components/Node.js @@ -110,13 +110,16 @@ var Node = function (_React$Component) { ); } + // Keep a copy so that further mutations to containerStyle don't impact us: ...
Update dist with changes in #<I>
storybook-eol_react-storybook-addon-info
train
c80eac85216ab3ca1c4d1b0b83c7d5aad595d81c
diff --git a/tests/Sam/PhpFpmRuntimeTest.php b/tests/Sam/PhpFpmRuntimeTest.php index <HASH>..<HASH> 100644 --- a/tests/Sam/PhpFpmRuntimeTest.php +++ b/tests/Sam/PhpFpmRuntimeTest.php @@ -130,6 +130,7 @@ class PhpFpmRuntimeTest extends TestCase 'readline', 'session', 'soap', + ...
Update tests following the addition of the "sockets" extension
mnapoli_bref
train
7c588a70a3eed245067bca595305edc9a2be30da
diff --git a/pkg/endpoint/bpf.go b/pkg/endpoint/bpf.go index <HASH>..<HASH> 100644 --- a/pkg/endpoint/bpf.go +++ b/pkg/endpoint/bpf.go @@ -380,7 +380,7 @@ func (e *Endpoint) regenerateBPF(owner Owner, regenContext *regenerationContext) stats.waitingForLock.End(true) defer owner.GetCompilationLock().RUnlock() - da...
endpoint: use parent context with prepareForProxyUpdates This means that if the context passed down through endpoint regeneration is cancelled, the proxy configuration will also be cancelled immediately as well.
cilium_cilium
train
5e0247df8f9d6af400485cfbeef1b31f250b396c
diff --git a/src/CMS/Views.php b/src/CMS/Views.php index <HASH>..<HASH> 100644 --- a/src/CMS/Views.php +++ b/src/CMS/Views.php @@ -125,7 +125,7 @@ class CMS_Views public function download($request, $match) { // GET data - if (array_key_exists('id', $match)) { + if (array_key_exists('mod...
Fix bug in download cms-content by id
pluf_cms
train
1ab858314a01aaf4adcbf712b67d03aae4c8a93a
diff --git a/blocks/calendar_month/block_calendar_month.php b/blocks/calendar_month/block_calendar_month.php index <HASH>..<HASH> 100644 --- a/blocks/calendar_month/block_calendar_month.php +++ b/blocks/calendar_month/block_calendar_month.php @@ -48,8 +48,8 @@ class block_calendar_month extends block_base { $t...
MDL-<I> block: Correct courseid/categoryid check pagelib uses magic getters for both the course, and category. It does not define the magic __isset function though.
moodle_moodle
train
4687c7dcdab2fc0eeb72af10090c49be7c1f3359
diff --git a/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/StandardUpdateIntegrationTest.java b/dependency-check-core/src/test/java/org/owasp/dependencycheck/data/update/StandardUpdateIntegrationTest.java index <HASH>..<HASH> 100644 --- a/dependency-check-core/src/test/java/org/owasp/depende...
removed test for deleteExistingData (which was also removed from the class being tested) Former-commit-id: b<I>b2a0f2e<I>be<I>b3c8d<I>
jeremylong_DependencyCheck
train
1e2dbe02b40aaf94c2dd776f2530213ab2084ccc
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 @@ -166,6 +166,16 @@ trait InteractsWithInput } ...
Add Request::keys method (#<I>)
laravel_framework
train
b952ff19d54cdf31ca91999e6d1060ec411cd322
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -286,14 +286,19 @@ describe('scripts manager', function () { }) it('should be able to execute script with giant input data', function (done) { - this.timeout(10000) + this.timeout(20000) ...
increase timeout for test with giant data to make it pass in OSX
pofider_node-script-manager
train
693fff70f8dc3daefabc2e44fa5d28f09a09e37a
diff --git a/rake-tasks/crazy_fun/mappings/java.rb b/rake-tasks/crazy_fun/mappings/java.rb index <HASH>..<HASH> 100644 --- a/rake-tasks/crazy_fun/mappings/java.rb +++ b/rake-tasks/crazy_fun/mappings/java.rb @@ -274,7 +274,7 @@ module CrazyFunJava file jar do puts "Compiling: #{task_name(dir, args[:nam...
SimonStewart: I'm bored of slow java compilation times. Simplifying the code used to create the classpath and introducing a cache. Suddenly, my builds are more acceptable again r<I>
SeleniumHQ_selenium
train
c899c199f9196d7d0f488d67ed1de1efc6348de3
diff --git a/src/basis/entity.js b/src/basis/entity.js index <HASH>..<HASH> 100644 --- a/src/basis/entity.js +++ b/src/basis/entity.js @@ -1964,6 +1964,8 @@ CalculateField: CalculateField, ConcatStringField: ConcatStringField, calc: CalculateField, + arrayField: arrayField, + dateField: dateField, ...
basis.entity: export arrayField and dateField wrappers
basisjs_basisjs
train
40dc8d1d9db3ee370ffed323c1a2bf92cc759747
diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index <HASH>..<HASH> 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -895,16 +895,35 @@ class BaseWebhook(Hashable): return utils.snowflake_time(self.id) @property - def avatar(self) -> Asset: - """:cl...
Change Webhook.avatar to be consistent with User.avatar
Rapptz_discord.py
train
a73fda99346e5de87bfae39a494723ee1dc61e11
diff --git a/ui/app/common/restclient/services/BuildsDAO.js b/ui/app/common/restclient/services/BuildsDAO.js index <HASH>..<HASH> 100644 --- a/ui/app/common/restclient/services/BuildsDAO.js +++ b/ui/app/common/restclient/services/BuildsDAO.js @@ -31,13 +31,14 @@ 'REST_BASE_URL', 'BUILDS_ENDPOINT', 'PageF...
NCL-<I> Fix search functionality on builds.list view
project-ncl_pnc
train
900258cbb7bb810f5794f792c9db02e5fb7b959e
diff --git a/lib/commands/unipept/api_runner.rb b/lib/commands/unipept/api_runner.rb index <HASH>..<HASH> 100644 --- a/lib/commands/unipept/api_runner.rb +++ b/lib/commands/unipept/api_runner.rb @@ -20,11 +20,7 @@ module Unipept def host # find host in opts first host = options[:host] ? options[:host...
use api.unipept.ugent.be when no host is set. closes #<I>
unipept_unipept-cli
train
483c127e99d6294282b19f6080bf00fff327e28c
diff --git a/lib/reading_view.js b/lib/reading_view.js index <HASH>..<HASH> 100644 --- a/lib/reading_view.js +++ b/lib/reading_view.js @@ -9,16 +9,22 @@ const DEFAULT_TITLE_TAG = exports.convert = function (url, params, cb) { const self = this; + + params.title = params.title || {} + self.cbPr...
Added customization for a header (textOnly or not)
Artie18_reading_view
train
53a6727db4e1b4eaa8a78703264a9c2f70c7bdcf
diff --git a/app/controllers/alchemy/users_controller.rb b/app/controllers/alchemy/users_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/alchemy/users_controller.rb +++ b/app/controllers/alchemy/users_controller.rb @@ -11,11 +11,12 @@ module Alchemy def new @signup = true - @user = Us...
Moves setting of admin role for first user from view into controller.
AlchemyCMS_alchemy_cms
train
ef749abfc69d8f5354bf38ee00e32aa15898c127
diff --git a/salt/runners/manage.py b/salt/runners/manage.py index <HASH>..<HASH> 100644 --- a/salt/runners/manage.py +++ b/salt/runners/manage.py @@ -37,8 +37,7 @@ log = logging.getLogger(__name__) def _ping(tgt, tgt_type, timeout, gather_job_timeout): client = salt.client.get_local_client(__opts__['conf_file'...
No need to manually do connect_pub, use listen=True in run_job
saltstack_salt
train
0c50ea8538b49c4a0ca86062c408fba2e70453a8
diff --git a/client/request.go b/client/request.go index <HASH>..<HASH> 100644 --- a/client/request.go +++ b/client/request.go @@ -21,6 +21,7 @@ import ( "log" "mime/multipart" "net/http" + "net/textproto" "net/url" "os" "path" @@ -88,7 +89,9 @@ func (r *request) isMultipart(mediaType string) bool { func (...
Create MIME encoded form files that auto-detect the content type.
go-openapi_runtime
train
9c7047a7ce14c31e056b593ba034742474efbbc8
diff --git a/lib/sgf/parser.rb b/lib/sgf/parser.rb index <HASH>..<HASH> 100644 --- a/lib/sgf/parser.rb +++ b/lib/sgf/parser.rb @@ -81,7 +81,8 @@ module SGF @node_properties = {} while still_inside_node? parse_identity - property = parse_property + property_format = lookup_format @id...
Narrowed uses of @identity field.
Trevoke_SGFParser
train