hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
f228691f170bbeb716d8858b81c5865752f2f433
diff --git a/tests/tools_dbmaint_unittest.py b/tests/tools_dbmaint_unittest.py index <HASH>..<HASH> 100644 --- a/tests/tools_dbmaint_unittest.py +++ b/tests/tools_dbmaint_unittest.py @@ -272,15 +272,24 @@ class ScriptsToRunTestCase(unittest.TestCase): def setUp(self): self.tdir = tempfile.mkdtemp() ...
Find upgrade scripts for revisions newer than the current one. Former-commit-id: <I>b<I>d8a<I>b8ca<I>d7c7d8e8e1dd<I>b<I>
gem_oq-engine
train
8da819eef5f11cc016ffa9ad747421ee50be32fa
diff --git a/actionpack/test/controller/filters_test.rb b/actionpack/test/controller/filters_test.rb index <HASH>..<HASH> 100644 --- a/actionpack/test/controller/filters_test.rb +++ b/actionpack/test/controller/filters_test.rb @@ -213,6 +213,14 @@ class FilterTest < ActionController::TestCase before_filter :clean_...
add test for skip_before_filter with condition
rails_rails
train
9f81cf096bfa56d22d345ff2f97473e03bc354d8
diff --git a/pkg/kubelet/dockershim/docker_container.go b/pkg/kubelet/dockershim/docker_container.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/dockershim/docker_container.go +++ b/pkg/kubelet/dockershim/docker_container.go @@ -227,6 +227,10 @@ func (ds *dockerService) createContainerLogSymlink(containerID string) e...
Make sure the previous symlink file is deleted before trying to create a new one.
kubernetes_kubernetes
train
fefa8ae9a172835fb6b8aef7d1dd46d58eecd49f
diff --git a/railties/lib/rails/generators/rails/plugin/plugin_generator.rb b/railties/lib/rails/generators/rails/plugin/plugin_generator.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/generators/rails/plugin/plugin_generator.rb +++ b/railties/lib/rails/generators/rails/plugin/plugin_generator.rb @@ -185,6 +18...
Fixed plugin_generator test Template replay needs to happen after bundle. As we are doing TemplateRecording in apply_rails_template. here are few commits for changes 8beb<I>cfbc<I>ae4dbb<I>e<I>abcd1fb7d<I> <I>be<I>f<I>ca<I>a<I>fc<I>bb<I>
rails_rails
train
0525ae21147ac44ec357135c4626005b8b594093
diff --git a/tests/test-validator-StringLengthValidator.js b/tests/test-validator-StringLengthValidator.js index <HASH>..<HASH> 100644 --- a/tests/test-validator-StringLengthValidator.js +++ b/tests/test-validator-StringLengthValidator.js @@ -43,7 +43,8 @@ describe('sjl.validator.StringLengthValidator', function () { ...
Added messages test for stringLengthValidator.
functional-jslib_fjl-validator
train
2f2e9803647a4be5ea44573b3758f8fe2d16976e
diff --git a/src/hypercorn/__about__.py b/src/hypercorn/__about__.py index <HASH>..<HASH> 100644 --- a/src/hypercorn/__about__.py +++ b/src/hypercorn/__about__.py @@ -1 +1 @@ -__version__ = "0.11.0" +__version__ = "0.11.0+dev"
Following the release of <I> bump to +dev
pgjones_hypercorn
train
537abcb52aff92657efc7df67b59206ed3ebeacd
diff --git a/howler.js b/howler.js index <HASH>..<HASH> 100644 --- a/howler.js +++ b/howler.js @@ -133,13 +133,14 @@ var audioTest = null; if (!noAudio) { audioTest = new Audio(); + var codecRegex = /^no|maybe$/; var codecs = { - mp3: !!audioTest.canPlayType('audio/mpeg;').replace(/^no$/,''), - ...
Detect 'maybe' responses as well as 'no' responses when testing codec support.
goldfire_howler.js
train
9cfb09763afddac19972183773a2cf8e9b69079f
diff --git a/lib/rules/no-curly-component-invocation.js b/lib/rules/no-curly-component-invocation.js index <HASH>..<HASH> 100644 --- a/lib/rules/no-curly-component-invocation.js +++ b/lib/rules/no-curly-component-invocation.js @@ -97,6 +97,12 @@ module.exports = class NoCurlyComponentInvocation extends Rule { if (...
no-curly-component-invocation: Ignore multi-part paths
ember-template-lint_ember-template-lint
train
753ecfedd0a2eda62fe8f398558a58f71f019bf1
diff --git a/filer/models/abstract.py b/filer/models/abstract.py index <HASH>..<HASH> 100644 --- a/filer/models/abstract.py +++ b/filer/models/abstract.py @@ -56,21 +56,15 @@ class BaseImage(File): iext = os.path.splitext(iname)[1].lower() return iext in ['.jpg', '.jpeg', '.png', '.gif'] - def fi...
postpone image size reset on invalid images until save
divio_django-filer
train
cfe01ed6361251fe6d8b98ab1a1a38b22958b97e
diff --git a/lib/time/task_timer.rb b/lib/time/task_timer.rb index <HASH>..<HASH> 100644 --- a/lib/time/task_timer.rb +++ b/lib/time/task_timer.rb @@ -1,17 +1,8 @@ module BBLib - class TaskTimer - attr_reader :tasks, :save, :retention - - def initialize task = nil, opts = Hash.new - @tasks = {} - se...
Ported TaskTimer over to LazyClass.
bblack16_bblib-ruby
train
c205b93629a3dd724755c6499c1014c82af5e45f
diff --git a/packages/posts/webpack.serverless.config.js b/packages/posts/webpack.serverless.config.js index <HASH>..<HASH> 100644 --- a/packages/posts/webpack.serverless.config.js +++ b/packages/posts/webpack.serverless.config.js @@ -55,6 +55,7 @@ if (process.env.DEPLOY && process.env.SENTRY_AUTH_TOKEN) { module.expo...
fix(posts): Webpack explicitly targets `node`.
randytarampi_me
train
01a4473c202cfe549283ddb4c1a5ff5eaddcd868
diff --git a/dvc/parsing/context.py b/dvc/parsing/context.py index <HASH>..<HASH> 100644 --- a/dvc/parsing/context.py +++ b/dvc/parsing/context.py @@ -62,7 +62,7 @@ class MergeError(ContextError): ) -class ParamsFileNotFound(ContextError): +class ParamsLoadError(ContextError): pass @@ -349,7 +349,...
parametrization: fix error when the file in `vars` is a directory (#<I>) * Fix error when the file in `vars` is a directory * Fix on windows * mock tree only
iterative_dvc
train
30d9763761a0daad22e7f1fc84b762079d966c17
diff --git a/sources/scalac/symtab/SymbolCloner.java b/sources/scalac/symtab/SymbolCloner.java index <HASH>..<HASH> 100644 --- a/sources/scalac/symtab/SymbolCloner.java +++ b/sources/scalac/symtab/SymbolCloner.java @@ -11,7 +11,6 @@ package scalac.symtab; import java.util.Map; import java.util.HashMap; -import scal...
- Removed renamer from SymbolCloner
scala_scala
train
b1727f8a79502f095105c37ebbcd050b3e668dc1
diff --git a/ONGRFilterManagerBundle.php b/ONGRFilterManagerBundle.php index <HASH>..<HASH> 100644 --- a/ONGRFilterManagerBundle.php +++ b/ONGRFilterManagerBundle.php @@ -15,6 +15,7 @@ use ONGR\FilterManagerBundle\DependencyInjection\Compiler\FilterPass; use ONGR\FilterManagerBundle\DependencyInjection\Filter\ChoiceFi...
included a vactory in the bundle
ongr-io_FilterManagerBundle
train
a35c893baa70623672d7ba07a30b3880724ee2d7
diff --git a/classes/PHPTAL/Php/Attribute/METAL/UseMacro.php b/classes/PHPTAL/Php/Attribute/METAL/UseMacro.php index <HASH>..<HASH> 100644 --- a/classes/PHPTAL/Php/Attribute/METAL/UseMacro.php +++ b/classes/PHPTAL/Php/Attribute/METAL/UseMacro.php @@ -57,7 +57,8 @@ class PHPTAL_Php_Attribute_METAL_UseMacro extends PHPTA...
Update to d1e0db4a: Throw PHPTal_TemplateException w/ line # & file Now throws PHPTal_TemplateException for error thrown when simultaneously using metal:define-macro and metal:use-macro for the same macro. (Passes line # and file of error location so the exception will show these)<I>
phptal_PHPTAL
train
332a918eeac63c2832fdef1a3486818894b9a48a
diff --git a/src/Rocketeer/Traits/Task.php b/src/Rocketeer/Traits/Task.php index <HASH>..<HASH> 100644 --- a/src/Rocketeer/Traits/Task.php +++ b/src/Rocketeer/Traits/Task.php @@ -209,27 +209,34 @@ abstract class Task extends Bash */ public function setPermissions($folder) { + $commands = array(); + // Get pa...
Don't run chmod if not permissions are set
rocketeers_rocketeer
train
f2ec5f9a6b5f9b243e390e9a049c454cc342e03f
diff --git a/src/scs_core/sys/node.py b/src/scs_core/sys/node.py index <HASH>..<HASH> 100644 --- a/src/scs_core/sys/node.py +++ b/src/scs_core/sys/node.py @@ -53,6 +53,13 @@ class Node(ABC): # ---------------------------------------------------------------------------------------------------------------- @a...
Added time sync dependence to SystemDisplay
south-coast-science_scs_core
train
2c6079634c32b96a1f58f04c9c0aea75e30323bb
diff --git a/tests/builder_test.py b/tests/builder_test.py index <HASH>..<HASH> 100644 --- a/tests/builder_test.py +++ b/tests/builder_test.py @@ -432,39 +432,39 @@ class ToUfosTest(unittest.TestCase): self.assertEqual(postscriptNames, {'C-fraktur': 'uni212D'}) def test_category(self): - data = g...
builder_test.py: rename data to font
googlefonts_glyphsLib
train
27ce4c129fff1e3aa78ce7b650f98af61316e7de
diff --git a/fudge/inspector.py b/fudge/inspector.py index <HASH>..<HASH> 100644 --- a/fudge/inspector.py +++ b/fudge/inspector.py @@ -1,5 +1,5 @@ -"""Value inspector that can be passed to :func:`fudge.Fake.with_args` for more +"""Value inspectors that can be passed to :func:`fudge.Fake.with_args` for more express...
Added caveat example to making assertions in passes_test(test)
fudge-py_fudge
train
8aba68d45efc63bbb2f7830b38f24e4974ebd5d3
diff --git a/applications/default/extensions/field/field.js b/applications/default/extensions/field/field.js index <HASH>..<HASH> 100644 --- a/applications/default/extensions/field/field.js +++ b/applications/default/extensions/field/field.js @@ -6,27 +6,6 @@ var utils = require('prana').utils; var field = module.expo...
Making "field" not a type anymore, just a hook. Changing Prana branch to the one with the cache system. #<I>
recidive_choko
train
01f9e6dfdaaabf1a2feb85d96a2a1e6bc6cad824
diff --git a/test/fixtures/codemod/latest-node/my-app/app/controllers/application.js b/test/fixtures/codemod/latest-node/my-app/app/controllers/application.js index <HASH>..<HASH> 100644 --- a/test/fixtures/codemod/latest-node/my-app/app/controllers/application.js +++ b/test/fixtures/codemod/latest-node/my-app/app/cont...
[FEAT] Add fpe-on codemod and fixtures (#<I>) [FEAT] Add fpe-on codemod and fixtures
ember-cli_ember-cli-update
train
0272857ec8679429115e986bca6ef981789e4f88
diff --git a/usage.go b/usage.go index <HASH>..<HASH> 100644 --- a/usage.go +++ b/usage.go @@ -117,7 +117,11 @@ func (f *flagGroup) writeHelp(width int, w io.Writer) { } func (f *flagGroup) gatherFlagSummary() (out []string) { + count := 0 for _, flag := range f.flagOrder { + if flag.name != "help" { + count++...
Don't show [<flags>] on commands when there are none.
alecthomas_kingpin
train
f7f083520689954e2302273c008ae2e6fa4a5319
diff --git a/zeno/test/test_client.py b/zeno/test/test_client.py index <HASH>..<HASH> 100644 --- a/zeno/test/test_client.py +++ b/zeno/test/test_client.py @@ -20,7 +20,8 @@ F = getMaxFailures(nodeCount) whitelist = ['signer not configured so not signing', 'for EmptySignature', - 'discarding...
Fixing an intermittently failing test by whitelisting a log statement
hyperledger_indy-plenum
train
c2c23ac0bdd41359a2a0a0f055d8eea7f2320f8d
diff --git a/cobra_test.go b/cobra_test.go index <HASH>..<HASH> 100644 --- a/cobra_test.go +++ b/cobra_test.go @@ -208,6 +208,34 @@ func TestCommandAlias(t *testing.T) { } } +func TestPrefixMatching(t *testing.T) { + noRRSetupTest("ech times one two") + + if te != nil || tp != nil { + t.Error("Wrong command calle...
adding support for prefix matching against aliases & names
spf13_cobra
train
38829c25f14af84f60e466ccc4b1a7374e9455a3
diff --git a/ui/src/router/beforeEach.js b/ui/src/router/beforeEach.js index <HASH>..<HASH> 100644 --- a/ui/src/router/beforeEach.js +++ b/ui/src/router/beforeEach.js @@ -1,5 +1,3 @@ -/* globals pangolinBase */ - import api from '../api' import store from '../store' @@ -29,8 +27,8 @@ export default async function (...
fix(UI): Component render isn't resolved correctly
pangolinjs_core
train
223c9e07d080e4a819caa173c1bb319006e2926d
diff --git a/nad_receiver/__init__.py b/nad_receiver/__init__.py index <HASH>..<HASH> 100644 --- a/nad_receiver/__init__.py +++ b/nad_receiver/__init__.py @@ -6,7 +6,6 @@ Functions can be found on the NAD website: http://nadelectronics.com/software """ from nad_receiver.nad_commands import CMDS -from time import sl...
various changes Added timeout to sock.recv() call send now returns the same string format as it accepts as input removed unused import
joopert_nad_receiver
train
6ff3bf8541456cdac6abbe8edaf25a23fb46e219
diff --git a/modules/orionode/test/endpoints/test-site.js b/modules/orionode/test/endpoints/test-site.js index <HASH>..<HASH> 100644 --- a/modules/orionode/test/endpoints/test-site.js +++ b/modules/orionode/test/endpoints/test-site.js @@ -16,6 +16,7 @@ var assert = require('assert'), supertest = require('supertest'),...
testHelper is missing and some variable is missing in Mocha Test
eclipse_orion.client
train
1b2bcaa07ea463cc77d0d1f1c83588c43ecb2864
diff --git a/tool/builder3d/src/main/java/org/openscience/cdk/modeling/builder3d/AtomPlacer3D.java b/tool/builder3d/src/main/java/org/openscience/cdk/modeling/builder3d/AtomPlacer3D.java index <HASH>..<HASH> 100644 --- a/tool/builder3d/src/main/java/org/openscience/cdk/modeling/builder3d/AtomPlacer3D.java +++ b/tool/bu...
Fixed bug where AtomPlacer3D().numberOfUnplacedHeavyAtoms() counts explicit hydrogens as heavy atoms.
cdk_cdk
train
1cde326d53b5a90ae50f006ef1b23c7422ea29e2
diff --git a/dynamic_scraper/spiders/django_base_spider.py b/dynamic_scraper/spiders/django_base_spider.py index <HASH>..<HASH> 100644 --- a/dynamic_scraper/spiders/django_base_spider.py +++ b/dynamic_scraper/spiders/django_base_spider.py @@ -1,5 +1,6 @@ import datetime, os from scrapy import log, signals +from scrap...
First proper integration of javascript rendering switch into spider processing, adopted unit tests
holgerd77_django-dynamic-scraper
train
8feb67e630254a8f487beb1862991b00c07dfc39
diff --git a/db.go b/db.go index <HASH>..<HASH> 100644 --- a/db.go +++ b/db.go @@ -92,8 +92,8 @@ type Appender interface { // If the reference is 0 it must not be used for caching. Add(l labels.Labels, t int64, v float64) (uint64, error) - // Add adds a sample pair for the referenced series. It is generally faste...
Update Appender.AddFast method comment (#<I>)
prometheus_prometheus
train
c3fc52e70f02d9e5132e0099cfa041a1d15f67b5
diff --git a/extension/ezoe/ezxmltext/handlers/input/ezoexmlinput.php b/extension/ezoe/ezxmltext/handlers/input/ezoexmlinput.php index <HASH>..<HASH> 100644 --- a/extension/ezoe/ezxmltext/handlers/input/ezoexmlinput.php +++ b/extension/ezoe/ezxmltext/handlers/input/ezoexmlinput.php @@ -1247,7 +1247,7 @@ class eZOEXMLIn...
Fix EZP-<I>: Image not displayed in editor if alias contains quotes
ezsystems_ezpublish-legacy
train
d328fe4ea5006866a182f720e5f8de364b4b0269
diff --git a/lib/renderer.js b/lib/renderer.js index <HASH>..<HASH> 100644 --- a/lib/renderer.js +++ b/lib/renderer.js @@ -115,29 +115,22 @@ marked.setOptions({ }); module.exports = function(data, options) { - const siteCfg = Object.assign({}, { - config: { - url: this.config.url, - root: this.config....
fix(postAsset): utilise PostAsset model to target existed post's assets
hexojs_hexo-renderer-marked
train
bf35a4a594c0323699e863f0782c32eab5fd7102
diff --git a/tests/lib/rules/complexity.js b/tests/lib/rules/complexity.js index <HASH>..<HASH> 100644 --- a/tests/lib/rules/complexity.js +++ b/tests/lib/rules/complexity.js @@ -129,6 +129,17 @@ vows.describe(RULE_ID).addBatch({ "should report a complexity of 2": getComplexityAssertion(2) }, + "When...
Increased test coverage for `complexity` rule. Created a test case that increased the `complexity` test coverage to <I>%.
eslint_eslint
train
68003f331113bfdf02e9437da3bab942ebec3f3a
diff --git a/lib/MumbleSocket.js b/lib/MumbleSocket.js index <HASH>..<HASH> 100644 --- a/lib/MumbleSocket.js +++ b/lib/MumbleSocket.js @@ -1,8 +1,6 @@ "use strict"; -var fs = require('fs'); - var MumbleSocket = function (socket) { var self = this; this.buffers = []; @@ -17,7 +15,6 @@ var MumbleSocket = ...
Removed an old debug file write
Rantanen_node-mumble
train
b9726cba3a7a3cb2737a6a8ae327c3b8f8a81fd7
diff --git a/mqlight.js b/mqlight.js index <HASH>..<HASH> 100644 --- a/mqlight.js +++ b/mqlight.js @@ -152,8 +152,8 @@ var STATE_STOPPING = 'stopping'; * Creates and returns a new instance of the Client object. * <p> * See README.md for more details. - * - * @param {Object} options - (optional) properties that...
Now with <I>% greater conformance to Google JS style guide
mqlight_nodejs-mqlight
train
9d86f6ce6efbe9b8b03c0992945bc2d056e6678e
diff --git a/railties/test/application/configuration_test.rb b/railties/test/application/configuration_test.rb index <HASH>..<HASH> 100644 --- a/railties/test/application/configuration_test.rb +++ b/railties/test/application/configuration_test.rb @@ -274,19 +274,13 @@ module ApplicationTests app.config.session...
Don't need to use a controller to test the verifier
rails_rails
train
9348ed81708a88f6d1c16868d8e3fc07c4eedd46
diff --git a/salt/modules/virt.py b/salt/modules/virt.py index <HASH>..<HASH> 100644 --- a/salt/modules/virt.py +++ b/salt/modules/virt.py @@ -1860,3 +1860,5 @@ def snapshot(vm, name=None): n_name.text = name _get_domain(vm).snapshotCreateXML(ElementTree.tostring(doc)) + + return {'name': name}
Add name of the created snapshot if succeed
saltstack_salt
train
76b9b16369faa377ce31b4aed268066b7cfa2905
diff --git a/src/Connection_Oracle.php b/src/Connection_Oracle.php index <HASH>..<HASH> 100644 --- a/src/Connection_Oracle.php +++ b/src/Connection_Oracle.php @@ -25,9 +25,10 @@ class Connection_Oracle extends Connection parent::__construct($properties); // date and datetime format should be like th...
fix Oracle session timestamp and date format
atk4_dsql
train
aa9045cdf512a07b4ed634025c274d2c26db89d3
diff --git a/src/Plugin/InvokeStrategy/HandleCommandStrategy.php b/src/Plugin/InvokeStrategy/HandleCommandStrategy.php index <HASH>..<HASH> 100644 --- a/src/Plugin/InvokeStrategy/HandleCommandStrategy.php +++ b/src/Plugin/InvokeStrategy/HandleCommandStrategy.php @@ -21,7 +21,6 @@ use Prooph\Common\Messaging\HasMessageN...
Fixed CS issue in `HandleCommandStrategy`.
prooph_service-bus
train
3d5058a81353f13f9d906cb54ef0bf0efff42c8c
diff --git a/lib/query-controller.js b/lib/query-controller.js index <HASH>..<HASH> 100644 --- a/lib/query-controller.js +++ b/lib/query-controller.js @@ -66,7 +66,7 @@ class QueryController { return next(); } debug("executing current query 'post' hook: %s", curren...
Pass the current answer as first arg in post hook
forfuturellc_mau
train
5ef2e81010d633fbc2814e7167f2a55bfb21d000
diff --git a/Kwf_js/EyeCandy/Lightbox/Lightbox.js b/Kwf_js/EyeCandy/Lightbox/Lightbox.js index <HASH>..<HASH> 100644 --- a/Kwf_js/EyeCandy/Lightbox/Lightbox.js +++ b/Kwf_js/EyeCandy/Lightbox/Lightbox.js @@ -40,6 +40,14 @@ Kwf.onJElementReady('.kwfLightbox', function lightboxEl(el) { Kwf.Utils.HistoryState.updateSt...
Method for getting the TransitionEndName
koala-framework_koala-framework
train
e8a6f68bb7012bec15fe8c441f9384ee9f4916aa
diff --git a/lib/api/manipulation.js b/lib/api/manipulation.js index <HASH>..<HASH> 100644 --- a/lib/api/manipulation.js +++ b/lib/api/manipulation.js @@ -11,9 +11,15 @@ var _ = require('underscore'), parsing strings if necessary */ var makeCheerioArray = function(elems) { - return _.reduce(elems, function(dom, e...
Refactor Cheerio array creation Because so many of jQuery's methods accept "mixed" arrays, the array normalization logic should be abstracted into a function that is shared across the manipulation methods. This approach is also slightly more efficient because it eliminates a conditional in the heavily-used `evaluate`...
oyyd_cheerio-without-node-native
train
c0056e22270163bc7d627f72685c9f262b13b140
diff --git a/lib/javascript-static.js b/lib/javascript-static.js index <HASH>..<HASH> 100644 --- a/lib/javascript-static.js +++ b/lib/javascript-static.js @@ -137,16 +137,18 @@ function lockoptionsallsetup(formid) { if (master == undefined) { continue; } - master.onclick = functio...
fix for MDL-<I> IE7 and IE6 on win xp error when changing "disable" state of "Start date"
moodle_moodle
train
f4e0ca4a30801221367707d07eeeaf1f1ea63d89
diff --git a/packages/sproutcore-metal/lib/system/mixin.js b/packages/sproutcore-metal/lib/system/mixin.js index <HASH>..<HASH> 100644 --- a/packages/sproutcore-metal/lib/system/mixin.js +++ b/packages/sproutcore-metal/lib/system/mixin.js @@ -78,6 +78,8 @@ function mergeMixins(mixins, m, descs, values, base) { ...
Ensure that when merging mixins, the special REQUIRED value does not overwrite real values
emberjs_ember.js
train
918cca4731fc2046737a8955d7ee5e0c88ca861c
diff --git a/src/Aura/Autoload/Exception.php b/src/Aura/Autoload/Exception.php index <HASH>..<HASH> 100644 --- a/src/Aura/Autoload/Exception.php +++ b/src/Aura/Autoload/Exception.php @@ -14,5 +14,7 @@ namespace Aura\Autoload; * * Generic package exception. * + * @package Aura.Autoload + * */ class Exception...
phpdoc2 wants @package at page level **and** at class level
auraphp_Aura.Autoload
train
05c6e91c4bc71e237619e64b43124c9f7bbc2d35
diff --git a/pyvizio/util/const.py b/pyvizio/util/const.py index <HASH>..<HASH> 100644 --- a/pyvizio/util/const.py +++ b/pyvizio/util/const.py @@ -4,7 +4,13 @@ APK_SOURCE_PATH = "src" RESOURCE_PATH = "resources/res/raw" APP_NAMES_FILE = "apps.json" APP_PAYLOADS_FILE = "apps_availability.json" + +# File with app URLs...
Add comments so I know where to find apps files in the future (#<I>) * Add comments so I know where to find apps files in the future * comments
vkorn_pyvizio
train
ad53ed6873e1c2e7f7a79f9a7e8f4c5ebd8a5424
diff --git a/ca/django_ca/static/django_ca/admin/js/profilewidget.js b/ca/django_ca/static/django_ca/admin/js/profilewidget.js index <HASH>..<HASH> 100644 --- a/ca/django_ca/static/django_ca/admin/js/profilewidget.js +++ b/ca/django_ca/static/django_ca/admin/js/profilewidget.js @@ -17,6 +17,7 @@ django.jQuery(document)...
call change() for any callbacks (basicConstraints pathlen)
mathiasertl_django-ca
train
ac69564a45c178ed491d9ab98335737975804376
diff --git a/lib/magic_grid/collection.rb b/lib/magic_grid/collection.rb index <HASH>..<HASH> 100644 --- a/lib/magic_grid/collection.rb +++ b/lib/magic_grid/collection.rb @@ -140,33 +140,34 @@ module MagicGrid end def apply_pagination(current_page, per_page) - if per_page - @reduced_collection =...
Better separate setup and execution of pagination
rmg_magic_grid
train
18f1beebfbfdf4e38666cb8fd583d4c1fe25a138
diff --git a/src/satosa/backends/saml2.py b/src/satosa/backends/saml2.py index <HASH>..<HASH> 100644 --- a/src/satosa/backends/saml2.py +++ b/src/satosa/backends/saml2.py @@ -68,10 +68,12 @@ class SamlBackend(BackendModule): """ # state_key = self.store_state(authn_req, relay_state, req_args) - ...
Discovery state do not have to contain name_id_policy.
IdentityPython_SATOSA
train
7341cbb169ac1b9fd23820bb9e143d407225623b
diff --git a/modules/syslog/module.py b/modules/syslog/module.py index <HASH>..<HASH> 100644 --- a/modules/syslog/module.py +++ b/modules/syslog/module.py @@ -28,6 +28,8 @@ # to brok log into the syslog import syslog +import types +from logging.handlers import SysLogHandler from shinken.basemodule import BaseMod...
Allow specifying syslog facility and priority
Alignak-monitoring_alignak
train
627c5e11d33e2e729613f539d4901538bb01b77b
diff --git a/templates/module/modularity-mod-files.php b/templates/module/modularity-mod-files.php index <HASH>..<HASH> 100644 --- a/templates/module/modularity-mod-files.php +++ b/templates/module/modularity-mod-files.php @@ -7,10 +7,16 @@ <ul class="files"> <?php foreach ($files as $file) : ?> - ...
Show title and descirption of files in the file module
helsingborg-stad_Modularity
train
7adf6e79ac78228ae997a05a73fc708abce80779
diff --git a/HISTORY.rst b/HISTORY.rst index <HASH>..<HASH> 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.8.1 (2018-01-01) +------------------ + +* Fixed issue #7 where having a ``str`` value for IPython's ``highlighting_style`` setting was not properly handled in ``prettyprinter``'...
Increment patch version to <I>, write changenotes
tommikaikkonen_prettyprinter
train
882c4144dbd55ee3a01a7a67ab13789c20d54d64
diff --git a/dedupe.py b/dedupe.py index <HASH>..<HASH> 100644 --- a/dedupe.py +++ b/dedupe.py @@ -136,6 +136,35 @@ def findDuplicates(candidates, data_d, data_model, threshold) : if __name__ == '__main__': from test_data import init + + def consoleLabel(uncertain_pairs) : + duplicates = [] + nonduplicates...
added console labeling function as user supplied function for adaptive learn
dedupeio_dedupe
train
1df948ff23d92c891abf28e7a98f661e05f1f3ff
diff --git a/indra/tools/assemble_corpus.py b/indra/tools/assemble_corpus.py index <HASH>..<HASH> 100644 --- a/indra/tools/assemble_corpus.py +++ b/indra/tools/assemble_corpus.py @@ -1702,8 +1702,11 @@ def filter_by_curation(stmts_in, curations, incorrect_policy='any', ---------- stmts_in : list[indra.stateme...
Add curation object description in docstring
sorgerlab_indra
train
cccfba04c6618fb65808474e3d8da41289c1a94c
diff --git a/OAuth/ResourceOwner/VkontakteResourceOwner.php b/OAuth/ResourceOwner/VkontakteResourceOwner.php index <HASH>..<HASH> 100644 --- a/OAuth/ResourceOwner/VkontakteResourceOwner.php +++ b/OAuth/ResourceOwner/VkontakteResourceOwner.php @@ -11,10 +11,13 @@ namespace HWI\Bundle\OAuthBundle\OAuth\ResourceOwner; ...
Changed Vkontakte resource owner Transferred receiving information about the user through the new API, as the previous method does not work.
hwi_HWIOAuthBundle
train
5818dce4c8dcbc2d29296440395e19318a7441fa
diff --git a/luigi/execution_summary.py b/luigi/execution_summary.py index <HASH>..<HASH> 100644 --- a/luigi/execution_summary.py +++ b/luigi/execution_summary.py @@ -22,6 +22,8 @@ at the end of luigi invocations. """ import textwrap +import collections +import functools def _partition_tasks(worker): @@ -259,2...
Execution summary: Don't print own worker Previously you would see your own worker being printed among the list of other workers when running with `--workers 2` or higher.
spotify_luigi
train
5e6028a4603f227c1ab17d68017726688f073409
diff --git a/spec/helper.rb b/spec/helper.rb index <HASH>..<HASH> 100644 --- a/spec/helper.rb +++ b/spec/helper.rb @@ -1,9 +1,5 @@ +# encoding: utf-8 require 'simplecov' -# HACK - couldn't get tests to run without this, simple cov barfed with the following error: -# .../simplecov-0.5.4/lib/simplecov/source_file.rb:157...
removing encoding hack on specs helper
sferik_twitter
train
8b5c7d7b20879dc99b8239bd8620b17417113241
diff --git a/tests/lib/tests.js b/tests/lib/tests.js index <HASH>..<HASH> 100644 --- a/tests/lib/tests.js +++ b/tests/lib/tests.js @@ -7,44 +7,39 @@ var assert = require('assert'), path = require('path'), async = require('async'), winston = require('winston'), - TEMPLATES_DIRECTORY = path.join(__dirname, '../te...
tests - switching to sync file loading some weird issue on my env
benchpressjs_benchpressjs
train
775f9b0af3902738d2212a2d53e42a6aaf8b695f
diff --git a/scss/sessions/aw-table_sessions.scss b/scss/sessions/aw-table_sessions.scss index <HASH>..<HASH> 100644 --- a/scss/sessions/aw-table_sessions.scss +++ b/scss/sessions/aw-table_sessions.scss @@ -3,7 +3,7 @@ @import '../mixins'; .aw-table__sessions__reputation-preview { - width: $reputation-preview-widt...
Added texts for actions in SessionsTable
access-watch_access-watch-ui
train
8d468524d1c256c1092032bb95262052c014114f
diff --git a/config/karma/default.js b/config/karma/default.js index <HASH>..<HASH> 100644 --- a/config/karma/default.js +++ b/config/karma/default.js @@ -86,7 +86,10 @@ module.exports = function( config ) { plugins: [ require( 'rollup-plugin-mockr' )( require( '../mockr/default' ) ), require( 'rollup-...
[ci skip] Updated configuration for rollup-plugin-node-resolve.
BEMQuery_bemquery-core
train
f025bac7ea9194eda58c4d135abe99c158519932
diff --git a/mollie/api/objects/refund.py b/mollie/api/objects/refund.py index <HASH>..<HASH> 100644 --- a/mollie/api/objects/refund.py +++ b/mollie/api/objects/refund.py @@ -7,21 +7,17 @@ class Refund(Base): STATUS_PROCESSING = 'processing' STATUS_REFUNDED = 'refunded' - @property def is_queued(sel...
update tests and change properties into a function
mollie_mollie-api-python
train
97e5126ca0f48460459e9e9ccfbd92e9ab2cd9d5
diff --git a/prow/pod-utils/decorate/podspec.go b/prow/pod-utils/decorate/podspec.go index <HASH>..<HASH> 100644 --- a/prow/pod-utils/decorate/podspec.go +++ b/prow/pod-utils/decorate/podspec.go @@ -107,7 +107,7 @@ func LabelsAndAnnotationsForSpec(spec prowapi.ProwJobSpec, extraLabels, extraAnn maybeTruncated := val...
Prow job decoration: also trim underscore after truncating Label ending with underscore is not valid either, also truncating it
kubernetes_test-infra
train
3fa346e744d968900169865b57f39f7ba2883b27
diff --git a/pkg/kubectl/cmd/replace.go b/pkg/kubectl/cmd/replace.go index <HASH>..<HASH> 100644 --- a/pkg/kubectl/cmd/replace.go +++ b/pkg/kubectl/cmd/replace.go @@ -35,6 +35,7 @@ import ( "k8s.io/kubernetes/pkg/kubectl" "k8s.io/kubernetes/pkg/kubectl/cmd/templates" cmdutil "k8s.io/kubernetes/pkg/kubectl/cmd/uti...
Replace internal version Encoder with external version Encoder
kubernetes_kubernetes
train
da733f1c93743c51313ab164176200eadcced8e5
diff --git a/scrubadub/filth/base.py b/scrubadub/filth/base.py index <HASH>..<HASH> 100644 --- a/scrubadub/filth/base.py +++ b/scrubadub/filth/base.py @@ -54,6 +54,11 @@ class Filth(object): self.replacement_string = replacement_string # type: Optional[str] self.locale = locale # type: Optional[str]...
ensure that filth can not be of zero size
datascopeanalytics_scrubadub
train
f2b1b348965cd141a5be648074a675fdff6ca729
diff --git a/src/Providers/Composer/Composer.php b/src/Providers/Composer/Composer.php index <HASH>..<HASH> 100644 --- a/src/Providers/Composer/Composer.php +++ b/src/Providers/Composer/Composer.php @@ -96,13 +96,8 @@ final class Composer implements ComposerContract { $process = new Process($cmd, $cwd); ...
refactor: uses process isTty to check if tty is available
laravel-zero_framework
train
35569e2f62de47fdea674e06100dac7b24ad23da
diff --git a/parsedatetime/pdt_locales.py b/parsedatetime/pdt_locales.py index <HASH>..<HASH> 100644 --- a/parsedatetime/pdt_locales.py +++ b/parsedatetime/pdt_locales.py @@ -125,6 +125,7 @@ class pdtLocale_base(object): # to fill in any value to be replace - the current date/time will # already h...
re_sources is lacking of "afternoon" which causes bug
bear_parsedatetime
train
5b0e7c61189fd8b81f461063ab9cc0bba43c6baf
diff --git a/internal/acctest/acctest.go b/internal/acctest/acctest.go index <HASH>..<HASH> 100644 --- a/internal/acctest/acctest.go +++ b/internal/acctest/acctest.go @@ -1209,11 +1209,12 @@ provider "aws" { } const testAccProviderConfigBase = ` -data "aws_partition" "provider_test" {} +data "aws_region" "provider_...
Avoid use of the 'aws_arn' data source in provider acceptance tests.
terraform-providers_terraform-provider-aws
train
2718f55db7941a89b8006b95b6138535bb5b27c3
diff --git a/lib/svtplay_dl/service/tv4play.py b/lib/svtplay_dl/service/tv4play.py index <HASH>..<HASH> 100644 --- a/lib/svtplay_dl/service/tv4play.py +++ b/lib/svtplay_dl/service/tv4play.py @@ -31,8 +31,7 @@ class Tv4play(Service, OpenGraphThumbMixin): ...
tv4play: send hls_time_stamp as a argument to fetchers
spaam_svtplay-dl
train
a1e7bd84090672fcb84222b3e452275e878bc232
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ package_version = '0.2.3' setup( name=package_name, packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), - install_requires=["sphinx_rtd_theme"], + install_requires=["sphi...
PEEK-<I> Updated sphinx version
Synerty_pytmpdir
train
7d36e805460e0d5f35c57db259dd017c0e5c2653
diff --git a/lib/beaker-aws/version.rb b/lib/beaker-aws/version.rb index <HASH>..<HASH> 100644 --- a/lib/beaker-aws/version.rb +++ b/lib/beaker-aws/version.rb @@ -1,3 +1,3 @@ module BeakerAws - VERSION = '0.7.0' + VERSION = '0.8.0' end
(GEM) update beaker-aws version to <I>
puppetlabs_beaker-aws
train
d7efc237961e2ecca61c95856614bdb959861432
diff --git a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeModelUtilsTest.java b/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeModelUtilsTest.java index <HASH>..<HASH> 100644 --- a/org.eclipse.xtext.tests/src/org/eclipse/xtext/nodemodel/util/NodeModelUtilsTest.java +++ b/org.eclips...
[<I>] Add null guard Test call findNodesForFeature with null feature
eclipse_xtext-core
train
2998060caa24072e8b8658bc06c995f8cbf48b82
diff --git a/src/components/app.js b/src/components/app.js index <HASH>..<HASH> 100644 --- a/src/components/app.js +++ b/src/components/app.js @@ -91,8 +91,13 @@ class App extends Component { const page = pages[store.modal.page] || {}; const pageLinkHandler = () => this.handlePage(page.link); - if (!stor...
fix: ensure dev settings for url is only visible on dev
netlify_netlify-identity-widget
train
1529258bbf14f83bba13e7dc4b1055c4dbbd94dd
diff --git a/law/task/base.py b/law/task/base.py index <HASH>..<HASH> 100644 --- a/law/task/base.py +++ b/law/task/base.py @@ -171,6 +171,8 @@ class BaseTask(luigi.Task): arg = "--{}".format(name.replace("_", "-")) if isinstance(param, (luigi.IntParameter, luigi.FloatParameter)): ...
[task/base] Fix serialization of bools in cli_args.
riga_law
train
e068f9cf9785c9b14dbfcecbe86ae9696838eb4d
diff --git a/lib/fluent/plugin/out_elasticsearch.rb b/lib/fluent/plugin/out_elasticsearch.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/out_elasticsearch.rb +++ b/lib/fluent/plugin/out_elasticsearch.rb @@ -307,10 +307,6 @@ EOC end end - if @buffer_config.flush_thread_count < 2 - l...
Remove verbose warning log Users' Elasticsearch cluster differs its capacities. This issue should be fixed user cluster side. In Fluentd side, cluster outage is not managed....
uken_fluent-plugin-elasticsearch
train
abf5823fe00f011c82f49998c3e89a841a9afc4e
diff --git a/changes.txt b/changes.txt index <HASH>..<HASH> 100755 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,8 @@ CHANGES +2013-08-01 +- Second param to \Elastica\Search.php:count($query = '', $fullResult = false) added. If second param is set to true, full ResultSet is returned including facets. + 2013-07-16 ...
Second param to \Elastica\Search.php:count added to return full result
ruflin_Elastica
train
81e5652ee448a8a98b3153fe0d65093397ef3621
diff --git a/aikif/dataTools/cls_datatable.py b/aikif/dataTools/cls_datatable.py index <HASH>..<HASH> 100644 --- a/aikif/dataTools/cls_datatable.py +++ b/aikif/dataTools/cls_datatable.py @@ -3,6 +3,8 @@ #from cls_dataset import DataSet import math +import collections +from collections import Counter class DataTa...
create map from file gets info on distinct values - not finished
acutesoftware_AIKIF
train
4ec7cdc2f7741265556c90f9a0e7f0355d47ec59
diff --git a/lib/jimson/client.rb b/lib/jimson/client.rb index <HASH>..<HASH> 100644 --- a/lib/jimson/client.rb +++ b/lib/jimson/client.rb @@ -12,10 +12,12 @@ module Jimson rand(10**12) end - def initialize(url) + def initialize(url, opts={}) @url = url URI.parse(@url) # for the sake o...
Allow options to be given to RestClient.
chriskite_jimson
train
9197a91fd797ba95a39045bc75100529eea30ddc
diff --git a/src/fastener.js b/src/fastener.js index <HASH>..<HASH> 100644 --- a/src/fastener.js +++ b/src/fastener.js @@ -83,12 +83,10 @@ export const queryMove = R.curry((move, b, f, z) => const bwd = (move, z) => { switch (move) { - case downHead: return up - case downLast: return up case left: retu...
Generalize bwd based on closed world assumption.
polytypic_fastener
train
1a9121b3e65d04b05242ba82b5b56751667c5437
diff --git a/lib/wed/wed.js b/lib/wed/wed.js index <HASH>..<HASH> 100644 --- a/lib/wed/wed.js +++ b/lib/wed/wed.js @@ -89,18 +89,54 @@ Editor.prototype.init = log.wrap(function (widget, options) { this.options = options; - // $gui_root and root represent the document root in the HTML elements - // displa...
Combined into a single $framework the piecemeal changes to the DOM tree that would create the structure around the document.
mangalam-research_wed
train
eda9895f9c32cc4ab1b788231911c390f601ed45
diff --git a/core/maths/mathgen/src/main/java/org/arakhne/afc/math/MathUtil.java b/core/maths/mathgen/src/main/java/org/arakhne/afc/math/MathUtil.java index <HASH>..<HASH> 100644 --- a/core/maths/mathgen/src/main/java/org/arakhne/afc/math/MathUtil.java +++ b/core/maths/mathgen/src/main/java/org/arakhne/afc/math/MathUti...
[mathgen] Add the support of NaN to MathUtil.sign().
gallandarakhneorg_afc
train
6c263f615070d15543a2e697b55bd6b06c39373d
diff --git a/keyring/backends/macOS/__init__.py b/keyring/backends/macOS/__init__.py index <HASH>..<HASH> 100644 --- a/keyring/backends/macOS/__init__.py +++ b/keyring/backends/macOS/__init__.py @@ -1,5 +1,6 @@ import platform import os +import warnings from ...backend import KeyringBackend from ...errors import ...
Deprecate macOS.Keyring.with_keychain, superseded by with_properties.
jaraco_keyring
train
738959b7482be92365bac5b1ae6379784ce268d5
diff --git a/addon/components/frost-action-bar.js b/addon/components/frost-action-bar.js index <HASH>..<HASH> 100644 --- a/addon/components/frost-action-bar.js +++ b/addon/components/frost-action-bar.js @@ -236,15 +236,11 @@ export default Component.extend({ result = control } - result.classNames = '' ...
cleanup setting classNames for moreActions and improve docs more
ciena-frost_ember-frost-object-browser
train
8cd0e618671a87441f32689c495a7a77b173f10e
diff --git a/src/leaflet-panel-layers.js b/src/leaflet-panel-layers.js index <HASH>..<HASH> 100755 --- a/src/leaflet-panel-layers.js +++ b/src/leaflet-panel-layers.js @@ -50,16 +50,21 @@ L.Control.PanelLayers = L.Control.Layers.extend({ addBaseLayer: function (layer, name, group) { layer.name = name || layer.name ...
Fixed the rendering when there are groups and a layer is added When a layer is added after the initial creation, any groups vanish. The `_update()` function clears out the html of the base and overlay divs, and then recreates all the items using `_addItem`. However the '_groups' hash still contains the previous html e...
stefanocudini_leaflet-panel-layers
train
ce24514e7e50b1e2cb75f56087c95e643c31418d
diff --git a/resource_openstack_networking_network_v2.go b/resource_openstack_networking_network_v2.go index <HASH>..<HASH> 100644 --- a/resource_openstack_networking_network_v2.go +++ b/resource_openstack_networking_network_v2.go @@ -244,6 +244,11 @@ func waitForNetworkDelete(networkingClient *gophercloud.ServiceClien...
provider/openstack: gophercloud migration: Account for subnets and networks still in use
terraform-providers_terraform-provider-openstack
train
9f03f1ff14c7f1b1d3461b2b4a6893f0c6ba992b
diff --git a/core/coreapi/unixfs.go b/core/coreapi/unixfs.go index <HASH>..<HASH> 100644 --- a/core/coreapi/unixfs.go +++ b/core/coreapi/unixfs.go @@ -217,13 +217,13 @@ func (api *UnixfsAPI) Ls(ctx context.Context, p path.Path, opts ...options.Unixf } func (api *UnixfsAPI) processLink(ctx context.Context, linkres f...
fix(unixfs): check for errors before dereferencing the link If there's an error, the link will be nil, and this will panic.
ipfs_go-ipfs
train
8f7e10e3d6ee157b6937454333343f864aa8d02a
diff --git a/pypsa/components.py b/pypsa/components.py index <HASH>..<HASH> 100644 --- a/pypsa/components.py +++ b/pypsa/components.py @@ -57,8 +57,9 @@ from .io import (export_to_csv_folder, import_from_csv_folder, import_series_from_dataframe, import_from_pandapower_net) from .pf import (network_...
components: find cycles when determining network topology
PyPSA_PyPSA
train
8f8cc7f5b81a2b301a3841b4bdceb1001d2b70d8
diff --git a/structr-ui/src/main/resources/structr/js/model.js b/structr-ui/src/main/resources/structr/js/model.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/model.js +++ b/structr-ui/src/main/resources/structr/js/model.js @@ -755,7 +755,7 @@ StructrElement.prototype.exists = function() ...
avoid error when obj.synchedNodes is undefined
structr_structr
train
0880383c823cd9d0ae5b60ddef1ed60b1f348878
diff --git a/auth/jwt/middleware.go b/auth/jwt/middleware.go index <HASH>..<HASH> 100644 --- a/auth/jwt/middleware.go +++ b/auth/jwt/middleware.go @@ -9,11 +9,13 @@ import ( "github.com/go-kit/kit/endpoint" ) +type key string + const ( // JWTTokenContextKey holds the key used to store a JWT Token in the context...
Don't export the type of the context keys to avoid collisions
go-kit_kit
train
33632505a0b85fe657072d2be452db472dbc84e1
diff --git a/src/Illuminate/Collections/Arr.php b/src/Illuminate/Collections/Arr.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Collections/Arr.php +++ b/src/Illuminate/Collections/Arr.php @@ -142,7 +142,7 @@ class Arr * Get all of the given array except for a specified array of keys. * * @param...
improve doctype of forget/except method of Arr class (#<I>)
laravel_framework
train
8dee21b80e3bc09f797b0bbb5bf6803fac159051
diff --git a/codeTemplates/tests/bootstrap.php b/codeTemplates/tests/bootstrap.php index <HASH>..<HASH> 100644 --- a/codeTemplates/tests/bootstrap.php +++ b/codeTemplates/tests/bootstrap.php @@ -5,10 +5,15 @@ use EdmondsCommerce\DoctrineStaticMeta\ConfigInterface; use EdmondsCommerce\DoctrineStaticMeta\Schema\Database...
stricter sure enforcing
edmondscommerce_doctrine-static-meta
train
263238c1aeb57d8f2f3a2ffb85019d8392468d1f
diff --git a/lib/synapse/config_generator/haproxy.rb b/lib/synapse/config_generator/haproxy.rb index <HASH>..<HASH> 100644 --- a/lib/synapse/config_generator/haproxy.rb +++ b/lib/synapse/config_generator/haproxy.rb @@ -1342,13 +1342,16 @@ class Synapse::ConfigGenerator return true end + # capture...
Clarify capture2e usage In addition, the log outputted by the HAProxy config check is also condensed into one line for simpler searching.
airbnb_synapse
train
16037201f7348b88cd7b41f19361faf1194a035c
diff --git a/options.go b/options.go index <HASH>..<HASH> 100644 --- a/options.go +++ b/options.go @@ -14,16 +14,25 @@ type OnRetryFunc func(n uint, err error) type DelayTypeFunc func(n uint, config *config) time.Duration type config struct { - attempts uint - delay time.Duration - onRetry OnRetryFunc - retr...
add last error option and implementation including tests
avast_retry-go
train
fa94df3cd162b39b878c641a0b2aeee635589faf
diff --git a/cgutils/commands/top.py b/cgutils/commands/top.py index <HASH>..<HASH> 100644 --- a/cgutils/commands/top.py +++ b/cgutils/commands/top.py @@ -69,10 +69,10 @@ class CGTopStats: self.delta['cpu'] = 0 self.delta['time'] = 0 - def _get_skelton_stats(self, cg): + def _get_skelton_stats...
Fix top on enumerating the number of processes Original code unexpectedly used only the number of processes in a blkio cgroup. Fixed code gets the number of processes by enumerating processes of all cgroups and calculating a sum of sets of them.
peo3_cgroup-utils
train
d6168cfed15b3a34464ebe2248aa80075e64b184
diff --git a/bin/wsdump.py b/bin/wsdump.py index <HASH>..<HASH> 100755 --- a/bin/wsdump.py +++ b/bin/wsdump.py @@ -59,7 +59,7 @@ class InteractiveConsole(code.InteractiveConsole): def write(self, data): sys.stdout.write("\033[2K\033[E") # sys.stdout.write("\n") - sys.stdout.write("\033[34m...
console decoration of wsdump.py inside InteractiveConsole
websocket-client_websocket-client
train
46fcf5fb67d6dca667176de2a095108f3865d61a
diff --git a/lib/eventsListeners.js b/lib/eventsListeners.js index <HASH>..<HASH> 100644 --- a/lib/eventsListeners.js +++ b/lib/eventsListeners.js @@ -87,12 +87,13 @@ function throwError(files) { function violationsListener(options, violations) { var failOnErrors = _.isObject(options) ? _.get(options, 'errors', f...
fix(violationsListener): now uses `[]` instead of `false` for getting `violations`
Fitbit_webpack-cluster
train
cd159f7caf469554ec4088f6965ca053faaf6e13
diff --git a/salt/modules/file.py b/salt/modules/file.py index <HASH>..<HASH> 100644 --- a/salt/modules/file.py +++ b/salt/modules/file.py @@ -1892,7 +1892,13 @@ def get_selinux_context(path): salt '*' file.get_selinux_context /etc/hosts ''' out = __salt__['cmd.run']('ls -Z {0}'.format(path)) - re...
Modified the parsing the output from ls -lZ to use regex instead of split() in order to resolve issue <I>
saltstack_salt
train
ce972283c81ce789f0eafd4207876823b6904f63
diff --git a/spec/lib/radiant/resource_responses_spec.rb b/spec/lib/radiant/resource_responses_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/radiant/resource_responses_spec.rb +++ b/spec/lib/radiant/resource_responses_spec.rb @@ -1,5 +1,3 @@ -require File.dirname(__FILE__) + "/../../spec_helper" - describe "Radia...
Removed the unclear spec_helper require since it's required by the .rspec file.
radiant_radiant
train
856b6dacbc7265bcf08aaaeabea2ad6dea855507
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,15 @@ CHANGELOG --------- +changes since "cdk preview 20011201" +------------------------------------ +* splitted libraries from CDK source code +* fixed some javadoc issues +* added Aelfred2 SAX2 parser +* add...
Fixed reading of CML written with XDrawChem (<URL>
cdk_cdk
train
22bca3b06ac6a6af5a45b5b07be225ea802cf00a
diff --git a/core/profiles/src/main/java/org/mobicents/slee/container/deployment/profile/jpa/ConcreteProfileEntityGenerator.java b/core/profiles/src/main/java/org/mobicents/slee/container/deployment/profile/jpa/ConcreteProfileEntityGenerator.java index <HASH>..<HASH> 100644 --- a/core/profiles/src/main/java/org/mobicen...
Fixing "Profiles are not working with Mysql Database" Update Issue <I> Status: Fixed Committed provided patch, with a change to size of <I>. git-svn-id: <URL>
RestComm_jain-slee
train
bfd1e0cc908194ee159d3a5f4ce0375ac4798f43
diff --git a/examples/comment/reply_to_media_comments.py b/examples/comment/reply_to_media_comments.py index <HASH>..<HASH> 100644 --- a/examples/comment/reply_to_media_comments.py +++ b/examples/comment/reply_to_media_comments.py @@ -54,8 +54,10 @@ for comment in tqdm(comments): commenter = comment['user']['usern...
fixed utf-8 errors fixed utf-8 errors for print comment['text'] in python versions < 3
instagrambot_instabot
train