hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
174f0fb925334693574d60cbb822c95d4efd737f
diff --git a/any_imagefield/models/backends/filebrowser.py b/any_imagefield/models/backends/filebrowser.py index <HASH>..<HASH> 100644 --- a/any_imagefield/models/backends/filebrowser.py +++ b/any_imagefield/models/backends/filebrowser.py @@ -1,8 +1,29 @@ from __future__ import absolute_import -from filebrowser.fields...
Fixed compatibility issues between the standard ImageField and the FileBrowseField
edoburu_django-any-imagefield
train
c9552bd8f7e929aee0fdc415216126dc4cfab744
diff --git a/rtv/downloader/vodtvp.py b/rtv/downloader/vodtvp.py index <HASH>..<HASH> 100644 --- a/rtv/downloader/vodtvp.py +++ b/rtv/downloader/vodtvp.py @@ -1,38 +1,91 @@ import datetime +import json import re +from bs4 import BeautifulSoup + from rtv.downloader.common import Downloader class VodTVPDL(Downl...
Fix vodtvp, scraping description, title, show name and date now works
radzak_rtv-downloader
train
f5fe8caf2e2a95ce02805c4ab11598b5a6fb1ce8
diff --git a/textx/lang.py b/textx/lang.py index <HASH>..<HASH> 100644 --- a/textx/lang.py +++ b/textx/lang.py @@ -89,7 +89,7 @@ def comment_block(): return _(r'/\*(.|\n)*?\*/') ID = _(r'[^\d\W]\w*\b', rule_name='ID', root=True) BOOL = _(r'(True|true|False|false|0|1)\b', rule_name='BOOL', root=...
removing stray \b
textX_textX
train
69f4a69af8823863b31480ce09628e549d794a5d
diff --git a/lib/jsduck/ast.rb b/lib/jsduck/ast.rb index <HASH>..<HASH> 100644 --- a/lib/jsduck/ast.rb +++ b/lib/jsduck/ast.rb @@ -169,9 +169,9 @@ module JsDuck if ast.ext_define? detect_ext_define(cls, ast) elsif ast.ext_extend? - detect_ext_something(:extends, cls, ast.raw) + ...
Refactor Ast#detect_ext_something. Making use of AstNodeArray class.
senchalabs_jsduck
train
e9edf7b60c4ff22cf8e30c0f7e4eed44fcfc643f
diff --git a/emma2/msm/estimation/sparse/transition_matrix.py b/emma2/msm/estimation/sparse/transition_matrix.py index <HASH>..<HASH> 100644 --- a/emma2/msm/estimation/sparse/transition_matrix.py +++ b/emma2/msm/estimation/sparse/transition_matrix.py @@ -30,7 +30,7 @@ def tmatrix_cov(C, row=None): def error_perturbati...
[msm/estimation/tmatrix] use shape instead of len, since len is not available for some sparse datatypes
markovmodel_PyEMMA
train
0e30cb436d081c1475f3197d858f0b4fcffe7dee
diff --git a/apio/commands/drivers.py b/apio/commands/drivers.py index <HASH>..<HASH> 100644 --- a/apio/commands/drivers.py +++ b/apio/commands/drivers.py @@ -11,9 +11,9 @@ from apio.managers.drivers import Drivers @click.command('drivers') @click.pass_context -@click.option('-e', '--ftdi-enable', is_flag=True, +@c...
Remove -e, -d options in drivers command
FPGAwars_apio
train
58505144a05c63848048eb0c8518827c12ddcd0c
diff --git a/lib/ProMotion/cocoatouch/view_controller.rb b/lib/ProMotion/cocoatouch/view_controller.rb index <HASH>..<HASH> 100644 --- a/lib/ProMotion/cocoatouch/view_controller.rb +++ b/lib/ProMotion/cocoatouch/view_controller.rb @@ -1,11 +1,11 @@ module ProMotion class ViewController < UIViewController def s...
Allos users to specify their own nib and bundle names.
infinitered_ProMotion
train
7d4416fc65971da021e2272daadac4a6bb080087
diff --git a/danceschool/core/classreg.py b/danceschool/core/classreg.py index <HASH>..<HASH> 100644 --- a/danceschool/core/classreg.py +++ b/danceschool/core/classreg.py @@ -61,6 +61,11 @@ class ClassRegistrationView(FinancialContextMixin, EventOrderMixin, SiteHistoryM form_class = ClassChoiceForm template_n...
Made event_registrations a property of ClassRegistrationView to permit more sophisticated form logic in subclasses.
django-danceschool_django-danceschool
train
897e8e454fbc15a4b74f48e89778a2a658aa5e25
diff --git a/src/Support/Database/QueryFilter.php b/src/Support/Database/QueryFilter.php index <HASH>..<HASH> 100644 --- a/src/Support/Database/QueryFilter.php +++ b/src/Support/Database/QueryFilter.php @@ -66,7 +66,7 @@ class QueryFilter 'resolveArgs' => array_get($filter, 'resolveArgs', []), ...
Feat: Added support for filter queries to return a different query.
nuwave_lighthouse
train
053e43af2615b73fb9568050eb725ea1eb302a97
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index <HASH>..<HASH> 100755 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -8,6 +8,8 @@ tools: checks: php: + code_rating: true + duplication: true remove_extra_empty_lines: true remove_php_closing_tag: true remove_trail...
Fixed Duplication. Fixed Docs.
tylercd100_lern
train
910651f2d2623f062a398a84d71373d4d67dde0a
diff --git a/test/test_generic.rb b/test/test_generic.rb index <HASH>..<HASH> 100644 --- a/test/test_generic.rb +++ b/test/test_generic.rb @@ -1,8 +1,6 @@ require 'test/unit' require 'rdl' -RDL::MasterSwitch.turn_off - class GenericTest < Test::Unit::TestCase include RDL::Type @@ -87,8 +85,6 @@ class GenericT...
no longer need to have MasterSwitch turned off at these places
plum-umd_rdl
train
488d01796a5e64e9b62aecf58699daf1c3858f7c
diff --git a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XmppTcpTransportModule.java b/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XmppTcpTransportModule.java index <HASH>..<HASH> 100644 --- a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XmppTcpTransportModule.java +++ b/smack-tcp/src/main/java/org/...
[tcp] Fix TlsState by aborting the channel selected callback Instead of breaking in case the SSLEngine signals NEED_WRAP, which leads to an endless loop while holding the channelSelectedCallbackLock, we have to return, so that the asynchronously invoked callback can aquire it, and do its work.
igniterealtime_Smack
train
792d20988f82b0bf2e26565defa69355d51d7502
diff --git a/src/processors/SQLChunkProcessor.php b/src/processors/SQLChunkProcessor.php index <HASH>..<HASH> 100644 --- a/src/processors/SQLChunkProcessor.php +++ b/src/processors/SQLChunkProcessor.php @@ -158,7 +158,7 @@ class SQLChunkProcessor extends AbstractProcessor { } if (!empty($out['HAVING']...
CHG: the new HavingProcessor needs the already parsed SELECT clause to get the aliases from there. git-svn-id: <URL>
greenlion_PHP-SQL-Parser
train
67c2b23d7437627579ba93f25e0dd136ec0d0aeb
diff --git a/gubernator/view_build.py b/gubernator/view_build.py index <HASH>..<HASH> 100644 --- a/gubernator/view_build.py +++ b/gubernator/view_build.py @@ -34,6 +34,17 @@ class JUnitParser(object): self.passed = [] self.failed = [] + def handle_suite(self, tree, filename): + for subelem...
Supported nested jUnit test suites in Gubernator The jUnit XML spec allows for infinitely nested test suites in a test report, so Gubernator should support this by parsing those files correctly.
kubernetes_test-infra
train
803b5933d7749f5bc3778f91f2552f8b3b9c52a4
diff --git a/Rakefile b/Rakefile index <HASH>..<HASH> 100644 --- a/Rakefile +++ b/Rakefile @@ -9,10 +9,8 @@ Rake::TestTask.new(:test) do |test| test.pattern = "test/**/*_test.rb" test.verbose = false - # Set interpreter warning level to 1 (medium). Level 2 produces hundreds of warnings - # about uninitialized...
Fix interpreter warning: undefined ivar (#<I>) * Fix interpreter warning: undefined ivar * Tests: increase interpreter warning level to verbose * Install minitest-reporters, which makes it possible to see which tests produce which warnings
binarylogic_authlogic
train
2bfc2c90ea7dcccd28682f06af0eaec5ceaf9622
diff --git a/com/checkout/packages/CheckoutApi/Api.php b/com/checkout/packages/CheckoutApi/Api.php index <HASH>..<HASH> 100644 --- a/com/checkout/packages/CheckoutApi/Api.php +++ b/com/checkout/packages/CheckoutApi/Api.php @@ -48,6 +48,11 @@ final class CheckoutApi_Api if($_apiClass) { self::setApiClass($_...
Bugfix: the ExceptionState class was not being initialised after an exception is raised, thus, any other request would make it raise the exception again.
checkout_checkout-php-library
train
a108935748890e01012a749242c05acf9ae787d7
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,14 +11,14 @@ var fs = require('fs'); var banner = [ "surveyjs - Survey JavaScript library v" + packageJson.version, - "Copyright (c) 2015-2017 Devsoft Baltic O� - http://surv...
updated "@types/react" dependency for angular and jquery fixed copyright symbols
surveyjs_survey-library
train
edc594e00659d94de8f3fe90935c79388d760646
diff --git a/commands/command_migrate_info.go b/commands/command_migrate_info.go index <HASH>..<HASH> 100644 --- a/commands/command_migrate_info.go +++ b/commands/command_migrate_info.go @@ -160,7 +160,13 @@ func (e EntriesBySize) Len() int { return len(e) } // Less returns the whether or not the MigrateInfoEntry gi...
commands: make migrate info sort deterministically At present the summary of file types and sizes output by the "migrate info" command is sorted only by the byte count totals. When two entries have the same counts, though, the order in which they are output is not defined, and may vary. This will pose a problem for s...
git-lfs_git-lfs
train
b8c5b7865fa919280a78ce3553dbca95ff2fcf8d
diff --git a/inginious/frontend/task_factory.py b/inginious/frontend/task_factory.py index <HASH>..<HASH> 100644 --- a/inginious/frontend/task_factory.py +++ b/inginious/frontend/task_factory.py @@ -220,6 +220,23 @@ class TaskFactory(object): def _get_last_updates(self, course, taskid, task_fs, need_content=False)...
[frontend/task_factory] Add translation files back to cache date watcher Fix #<I>. Regression from course and task factories refactor. Taken from 9be<I>
UCL-INGI_INGInious
train
053ee3ccf473a635aed1cf7acdc2f7a51d7b54bf
diff --git a/src/svg/path/parser.py b/src/svg/path/parser.py index <HASH>..<HASH> 100644 --- a/src/svg/path/parser.py +++ b/src/svg/path/parser.py @@ -156,7 +156,7 @@ def parse_path(pathdef, current_pos=0j): # The control point is assumed to be the reflection of # the control point on ...
Fixed the Quadratic Bezier curve. Current code made implemented it as a Cubic Bezier with the second and third control points equal to the second Quadratic control point. This is incorrect (see: <URL> to mathematically find the curve length, instead of approximating it. * Updated tests for QuadraticBezier.point(). P...
regebro_svg.path
train
3b75cb49eac536d07cc4302194dd64a34d880991
diff --git a/test/com/inet/lib/less/ErrorTest.java b/test/com/inet/lib/less/ErrorTest.java index <HASH>..<HASH> 100644 --- a/test/com/inet/lib/less/ErrorTest.java +++ b/test/com/inet/lib/less/ErrorTest.java @@ -6,38 +6,89 @@ import static org.junit.Assert.*; public class ErrorTest { - @Test - public void par...
More error test case to improve the coverage.
i-net-software_jlessc
train
e63bb2459986b0980126310557c2c3b00b0cab7b
diff --git a/src/base/Dialog.js b/src/base/Dialog.js index <HASH>..<HASH> 100644 --- a/src/base/Dialog.js +++ b/src/base/Dialog.js @@ -37,12 +37,16 @@ class Dialog extends Base { /** @type {any} */ const cast = this; cast[FocusCaptureMixin.wrap](frame); + // We'd prefer to use inline-grid instead of inli...
Revert to use of inline-flex instead of inline-grid to work around problems (bug?) in WebKit.
elix_elix
train
43b2c9a1d0a49362f7c1e4bdcfd90f8264783cbe
diff --git a/state/state.go b/state/state.go index <HASH>..<HASH> 100644 --- a/state/state.go +++ b/state/state.go @@ -3,7 +3,6 @@ package state import ( "context" "fmt" - "math/rand" "os" "os/user" "time" @@ -14,12 +13,6 @@ import ( "github.com/hashicorp/terraform/version" ) -var rngSource *rand.Rand -...
remove single rand source to prevent races This shouldn't really be an issue in normal usage, but some of the backend tests will trigger a race here.
hashicorp_terraform
train
f94fb7728216e8edaa7c44c0a0525f9b1f5107b8
diff --git a/lib/offsite_payments.rb b/lib/offsite_payments.rb index <HASH>..<HASH> 100644 --- a/lib/offsite_payments.rb +++ b/lib/offsite_payments.rb @@ -3,8 +3,6 @@ require 'cgi' require "timeout" require "socket" -require 'active_support/core_ext/class/delegating_attributes' - require 'active_utils' require ...
Remove unneeded require superclass_delegating_accessor is not being used in the codebase anymore.
activemerchant_offsite_payments
train
b7ccf916650f81e4d66e2a6577b4bb3455761865
diff --git a/Classes/ConnectionManager.php b/Classes/ConnectionManager.php index <HASH>..<HASH> 100644 --- a/Classes/ConnectionManager.php +++ b/Classes/ConnectionManager.php @@ -442,7 +442,8 @@ class ConnectionManager implements SingletonInterface, ClearCacheActionsHookInte $tmpl->generateConfig(); $...
[BUGFIX] Take language into account when configuration is fetched Fixes: #<I>
TYPO3-Solr_ext-solr
train
e0550a5eabc9fc86bdd89385672a3098f5e16391
diff --git a/rtv/content.py b/rtv/content.py index <HASH>..<HASH> 100644 --- a/rtv/content.py +++ b/rtv/content.py @@ -439,9 +439,9 @@ class SubredditContent(Content): raise IndexError else: data = self.strip_praw_submission(submission) - data['index'] = ind...
Fix bug where submission indicies were duplicated when paging. #<I>
michael-lazar_rtv
train
447f1f18760630e74404e212afa2cd7e4183813e
diff --git a/lib/bumbleworks/ruote/exp/wait_for_event_expression.rb b/lib/bumbleworks/ruote/exp/wait_for_event_expression.rb index <HASH>..<HASH> 100644 --- a/lib/bumbleworks/ruote/exp/wait_for_event_expression.rb +++ b/lib/bumbleworks/ruote/exp/wait_for_event_expression.rb @@ -5,6 +5,11 @@ module Ruote::Exp class W...
Add documentation (comments) to wait_for_event exp
bumbleworks_bumbleworks
train
c4fec8c7998113902af4152d716c42dada6eb465
diff --git a/src/state.js b/src/state.js index <HASH>..<HASH> 100644 --- a/src/state.js +++ b/src/state.js @@ -41,7 +41,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) { // inherit 'data' from parent and override by own values (if any) data: function(state) { if (state.parent ...
feat($state): make state data inheritance prototypical Modify state data inheritance to use prototypical inhertiance rather than Angular's extend method to enable more flexibility in handling state data.
angular-ui_ui-router
train
6e34488fa5752cf274f32363d93af1e7081ad8db
diff --git a/framework/yii/base/Behavior.php b/framework/yii/base/Behavior.php index <HASH>..<HASH> 100644 --- a/framework/yii/base/Behavior.php +++ b/framework/yii/base/Behavior.php @@ -46,8 +46,8 @@ class Behavior extends \yii\base\Object * * ~~~ * [ - * 'beforeValidate' => 'myBeforeValidate', - * 'after...
Using constants instead of literals in Behavior
yiisoft_yii2-bootstrap4
train
7c782ecd66634e15116ef83ca6f458fab8df0ab4
diff --git a/reddit/data.go b/reddit/data.go index <HASH>..<HASH> 100644 --- a/reddit/data.go +++ b/reddit/data.go @@ -37,8 +37,8 @@ type Comment struct { Distinguished string `mapstructure:"distinguished"` } -// IsRoot is true when the comment is a top level comment. -func (c *Comment) IsRoot() bool { +// IsTopLe...
rename IsRoot to IsTopLevel
turnage_graw
train
72dc83b4676f90f84e42a6c0b1dd1d1aa32777f0
diff --git a/config/config.default.php b/config/config.default.php index <HASH>..<HASH> 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -44,10 +44,7 @@ $config = array( * @var Imbo\Database\DatabaseInterface|Closure */ 'database' => function() { - return new Database\Mo...
Make sure the defaults are the same as before
imbo_imbo
train
4f1a1ca104a6a660493f92f88894286d662af513
diff --git a/autofit/tools/edenise/file.py b/autofit/tools/edenise/file.py index <HASH>..<HASH> 100644 --- a/autofit/tools/edenise/file.py +++ b/autofit/tools/edenise/file.py @@ -61,6 +61,7 @@ class File(DirectoryItem): import_.alias for import_ in self.aliased_imports + ...
don't dealias numpy
rhayes777_PyAutoFit
train
48571df870664c5c3706600c2b1833e19bdd15ae
diff --git a/gtabview/viewer.py b/gtabview/viewer.py index <HASH>..<HASH> 100644 --- a/gtabview/viewer.py +++ b/gtabview/viewer.py @@ -1,8 +1,12 @@ # -*- coding: utf-8 -*- from __future__ import print_function, unicode_literals, absolute_import, generators from .compat import * +from . import models import math +...
Always autosize using the requested row contents sizeHintForColumn() only sizes based on the visible content. Re-introduce an autosize limit for in-memory structures, causing overlong column size estimation times.
TabViewer_gtabview
train
0090b9fc79028712396adae438eb5086b8cafc4e
diff --git a/aws/resource_aws_codebuild_project.go b/aws/resource_aws_codebuild_project.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_codebuild_project.go +++ b/aws/resource_aws_codebuild_project.go @@ -60,7 +60,7 @@ func resourceAwsCodeBuildProject() *schema.Resource { Set: resourceAwsCodeBuildProjectArti...
r/aws_codebuild_project: Make cache option into a *schema.List instead of *schema.Set
terraform-providers_terraform-provider-aws
train
ab81c91dfd1325930061b64d82a519d9436e2825
diff --git a/katcp/resource.py b/katcp/resource.py index <HASH>..<HASH> 100644 --- a/katcp/resource.py +++ b/katcp/resource.py @@ -595,12 +595,12 @@ class KATCPSensor(object): @property def name(self): - """Name of this KATCP resource""" + """Name of this KATCPSensor""" return self._n...
Update resource.py Fixing docstrings
ska-sa_katcp-python
train
9cbdb2a8a43ea69314298edaea04d85267f8bbcd
diff --git a/src/com/caverock/androidsvg/SVGAndroidRenderer.java b/src/com/caverock/androidsvg/SVGAndroidRenderer.java index <HASH>..<HASH> 100644 --- a/src/com/caverock/androidsvg/SVGAndroidRenderer.java +++ b/src/com/caverock/androidsvg/SVGAndroidRenderer.java @@ -55,6 +55,7 @@ import com.caverock.androidsvg.SVG.Patt...
Issue 1: Added support for generic font family names.
BigBadaboom_androidsvg
train
79170736d2794645703de7bfe08e65d153e12b4a
diff --git a/jdl/jhipster/default-application-options.js b/jdl/jhipster/default-application-options.js index <HASH>..<HASH> 100644 --- a/jdl/jhipster/default-application-options.js +++ b/jdl/jhipster/default-application-options.js @@ -166,7 +166,7 @@ function getConfigForUAAApplication(customOptions = {}) { [A...
Set the default for service discovery type to eureka for uaa apps There was an inconsistency, this should fix it.
jhipster_generator-jhipster
train
60b8ba6b865ba02428d7926998af72cdaa17ea5d
diff --git a/src/structures/GuildEmoji.js b/src/structures/GuildEmoji.js index <HASH>..<HASH> 100644 --- a/src/structures/GuildEmoji.js +++ b/src/structures/GuildEmoji.js @@ -31,6 +31,8 @@ class GuildEmoji extends BaseGuildEmoji { * @private */ Object.defineProperty(this, '_roles', { value: [], writabl...
fix(GuildEmoji): Cache restricted roles and author data (#<I>)
discordjs_discord.js
train
1f1b7da6f42e083148565da7112770b403197e04
diff --git a/thefuck/output_readers/read_log.py b/thefuck/output_readers/read_log.py index <HASH>..<HASH> 100644 --- a/thefuck/output_readers/read_log.py +++ b/thefuck/output_readers/read_log.py @@ -69,6 +69,11 @@ def get_output(script): warn("Output log isn't specified") return None, None + if c...
#<I>: Warn if PS1 changed after thefuck initialization
nvbn_thefuck
train
8d4e0f29dcd7ea53ee1e46ebc9abd3e644bef2f0
diff --git a/calendar/classes/local/event/data_access/event_vault.php b/calendar/classes/local/event/data_access/event_vault.php index <HASH>..<HASH> 100644 --- a/calendar/classes/local/event/data_access/event_vault.php +++ b/calendar/classes/local/event/data_access/event_vault.php @@ -207,6 +207,8 @@ class event_vault...
MDL-<I> core_calendar: Correctly filter in event vault The filter parameter was being passed in as the wrong argument which was allowing non action events to be returned. Part of MDL-<I> epic.
moodle_moodle
train
f5f52e5f221f7f3d44b721cf72a8eb2e327eca47
diff --git a/nolds/test_measures.py b/nolds/test_measures.py index <HASH>..<HASH> 100644 --- a/nolds/test_measures.py +++ b/nolds/test_measures.py @@ -175,8 +175,9 @@ class TestNoldsSampEn(unittest.TestCase): Tests for sampen """ def test_sampen_base(self): - # TODO implement - pass + data = [0,1,5,4,1,0,1,5,3...
adds small test case for sample entropy
CSchoel_nolds
train
7a743018c9b92a4c8ee826bfdc03ebf56f513dd2
diff --git a/allaccess/__init__.py b/allaccess/__init__.py index <HASH>..<HASH> 100644 --- a/allaccess/__init__.py +++ b/allaccess/__init__.py @@ -3,7 +3,7 @@ django-all-access is a reusable application for user registration and authentica from OAuth 1.0 and OAuth 2.0 providers such as Twitter and Facebook. """ -__...
Version bump to reflect current dev status.
mlavin_django-all-access
train
93e46b9ffda885b86f0d0a49c2e9d8c03d884f4c
diff --git a/block_test.go b/block_test.go index <HASH>..<HASH> 100644 --- a/block_test.go +++ b/block_test.go @@ -61,7 +61,7 @@ func TestBlock(t *testing.T) { "e9a66845e05d5abc0ad04ec80f774a7e585c6e8db975962d069a522137b80c1d", } - // Request sha for all transactions one at a time. + // Request sha for all trans...
Add tests for new Block API functions. This commit adds both positive and negative tests for the new Tx and Transactions Block API functions. This is part of the ongoing transaction hash optimization effort noted in conformal/btcd#<I>.
btcsuite_btcutil
train
140b2f34f894735d7a62a4cf4c780e7cca06c16b
diff --git a/v1/brokers/redis/redis.go b/v1/brokers/redis/redis.go index <HASH>..<HASH> 100644 --- a/v1/brokers/redis/redis.go +++ b/v1/brokers/redis/redis.go @@ -95,6 +95,7 @@ func (b *Broker) StartConsuming(consumerTag string, concurrency int, taskProcess select { // A way to stop this goroutine from b.StopCo...
for Redis broker: solving waitgroup panic on Worker.Quit()
RichardKnop_machinery
train
401ee08bdde3eec80c3804c0d4ecb76ecdfb03a9
diff --git a/lib/clusters.py b/lib/clusters.py index <HASH>..<HASH> 100644 --- a/lib/clusters.py +++ b/lib/clusters.py @@ -31,52 +31,109 @@ ... print cluster """ -__all__ = ["ClusterFactory"] + +__all__ = ["Cluster", "RuleCluster", "ClusterFactory"] + + +class Cluster(object): + """A set of related items ...
Support for custom clusters in clusters.py
molmod_molmod
train
bffcd41ba9944b7bc16de3c95d6572ab105e6b74
diff --git a/lwr/managers/base.py b/lwr/managers/base.py index <HASH>..<HASH> 100644 --- a/lwr/managers/base.py +++ b/lwr/managers/base.py @@ -152,7 +152,7 @@ class DirectoryBaseManager(BaseManager): return self._job_directory(job_id).read_file(name, **kwds) def _write_job_file(self, job_id, name, conte...
Condor bug fixes. Added condor manager test to integration suite. Condor job manager now seem to work properly!
galaxyproject_pulsar
train
950374e19b5bf0a1f6b80be23f572aa9b1ac6f14
diff --git a/benchmarks/src/test/java/jetbrains/exodus/benchmark/env/LogBenchmarks.java b/benchmarks/src/test/java/jetbrains/exodus/benchmark/env/LogBenchmarks.java index <HASH>..<HASH> 100644 --- a/benchmarks/src/test/java/jetbrains/exodus/benchmark/env/LogBenchmarks.java +++ b/benchmarks/src/test/java/jetbrains/exodu...
on closing Environment, logging StoreGetCache hit rate
JetBrains_xodus
train
ea6a062fec4b15b42e1276dc2711d72df8bb2e8c
diff --git a/gnupg/_meta.py b/gnupg/_meta.py index <HASH>..<HASH> 100644 --- a/gnupg/_meta.py +++ b/gnupg/_meta.py @@ -931,7 +931,7 @@ class GPGBase(object): >>> encrypted = str(gpg.encrypt(message, key.fingerprint)) >>> assert encrypted != message >>> assert not encrypted.isspace() - ...
similar doc update I suspect this example needs the similar fix
isislovecruft_python-gnupg
train
de17527022bdd7d557c5413ceae98886e3ee757d
diff --git a/blocks/dock.js b/blocks/dock.js index <HASH>..<HASH> 100644 --- a/blocks/dock.js +++ b/blocks/dock.js @@ -836,7 +836,7 @@ M.core_dock.genericblock.prototype = { } // Must set the image src seperatly of we get an error with XML strict headers - var moveto = Y.Node.create('<input t...
MDL-<I>: Be consistent with use of alt/title. Re: Block dock/undock links.
moodle_moodle
train
e5e8bd54fa0e3da101f9f1dcbf1b8c9c8b43b86e
diff --git a/functions.php b/functions.php index <HASH>..<HASH> 100644 --- a/functions.php +++ b/functions.php @@ -1007,14 +1007,28 @@ function pods_shortcode ( $tags, $content = null ) { 'thank_you' => null ); - $tags = array_merge( $defaults, $tags ); + if ( !empty( $tags ) ) + $tags = ar...
Oh hey, shortcodes [pods]content[/pods] in Pods post types content
pods-framework_pods
train
096911376b24db4c144e91731e1b41bc97fdd951
diff --git a/lib/date.js b/lib/date.js index <HASH>..<HASH> 100644 --- a/lib/date.js +++ b/lib/date.js @@ -39,10 +39,7 @@ const addMonthsWithoutValidation = (months, date) => { date.getMilliseconds() ) const daysInMonth = monthDays(finalDate.getMonth(), finalDate.getFullYear()) - finalDate.setMonth( - fi...
:sparkles: Change a little addMOnths implementation
gugutz_vanilla-commons
train
49adacd9f53c8a8e7fb17946127a17f675f44337
diff --git a/lib/plugins/aws/deploy/lib/checkForChanges.js b/lib/plugins/aws/deploy/lib/checkForChanges.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/deploy/lib/checkForChanges.js +++ b/lib/plugins/aws/deploy/lib/checkForChanges.js @@ -151,7 +151,7 @@ module.exports = { const region = this.provider.getRegio...
Remove hard coded partition when validating cloudwatch subscription filters
serverless_serverless
train
b3ecb4caccab6f40098f52a3c89d50ba6998a057
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,5 @@ Is a mongoose plugin that automatically keeps track of when the document has been created, updated and optionally when some fields has been changed # TODO -* some fields should be declared trackable to ob...
Track change of fields with the option `fieldsToTrack` you could track changes to some fields, for each field a record in `__updates` field is recorded, something like ```json { "__updates": [ { "field": "status", "changedTo": "started", "at": "Fri Jan <I> <I> <I>:<I>:<I> GMT<I>" } } ```
gabrielelana_mongoose-trackable
train
70ba7ae695d474a271fdd9b6130b575028119609
diff --git a/flake8_coding.py b/flake8_coding.py index <HASH>..<HASH> 100644 --- a/flake8_coding.py +++ b/flake8_coding.py @@ -18,12 +18,14 @@ class CodingChecker(object): '--accept-encodings', default='latin-1, utf-8', action='store', help="Acceptable source code encodings for `coding:` magic...
Fix does not work with flake8-<I>
tk0miya_flake8-coding
train
984d8a5c578d35628522be2e86f419f4ed8aff37
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -19,13 +19,23 @@ const paths = { build: 'build' }; +function logError(err) { + if (err instanceof SyntaxError) { + console.error('Syntax Error:'); + console.error(err.message); + console.error(err.codeFrame...
gulpfile error logging change.
unchartedsoftware_lumo
train
c65df4fba17101e60e8c31f378f6001b514e5a42
diff --git a/scripts/install.js b/scripts/install.js index <HASH>..<HASH> 100755 --- a/scripts/install.js +++ b/scripts/install.js @@ -47,9 +47,10 @@ function shouldRenderProgressBar() { const silentFlag = process.argv.some((v) => v === '--silent'); const silentConfig = process.env.npm_config_loglevel === 'silent...
ref: Dont print install progressbar for nonTTY and CI=1 (#<I>)
getsentry_sentry-cli
train
9c4e46a6bd6f0ad98bf497ba5152d69cb4181f77
diff --git a/polyaxon/polyaxon/config_settings/celery_settings.py b/polyaxon/polyaxon/config_settings/celery_settings.py index <HASH>..<HASH> 100644 --- a/polyaxon/polyaxon/config_settings/celery_settings.py +++ b/polyaxon/polyaxon/config_settings/celery_settings.py @@ -11,6 +11,8 @@ RABBITMQ_USER = config.get_string('...
Fix issue connection reset by peer related to celery/celery#<I>
polyaxon_polyaxon
train
91438198b7295f0460c9e701d0677fe8dddf950c
diff --git a/lib/octopress-ink/assets/asset.rb b/lib/octopress-ink/assets/asset.rb index <HASH>..<HASH> 100644 --- a/lib/octopress-ink/assets/asset.rb +++ b/lib/octopress-ink/assets/asset.rb @@ -33,10 +33,6 @@ module Octopress @plugin.disabled?(@base, filename) end - def disable - ...
Removed unused disable method from asset class
octopress_ink
train
f512caac5b6f30fb6c226b73350d0180bdd41d38
diff --git a/shared/version/flex.go b/shared/version/flex.go index <HASH>..<HASH> 100644 --- a/shared/version/flex.go +++ b/shared/version/flex.go @@ -1,10 +1,33 @@ package version +import ( + "fmt" + "runtime" + "strings" + + "github.com/lxc/lxd/shared/osarch" +) + // Version contains the LXD version number var V...
shared/version: include OS, architecture and possibly kernel and distro info in User-Agent
lxc_lxd
train
d369640a29766c11365851a164a83fa619cd2b0b
diff --git a/src/main/java/eu/fusepool/p3/transformer/client/TransformerClientImpl.java b/src/main/java/eu/fusepool/p3/transformer/client/TransformerClientImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/eu/fusepool/p3/transformer/client/TransformerClientImpl.java +++ b/src/main/java/eu/fusepool/p3/transformer...
Closes #2: added interval on checking for async results
fusepoolP3_p3-transformer-client-library
train
45e5aae50bb3fb8880031dfa7ecf3049d9ee100c
diff --git a/src/reducers/sources.js b/src/reducers/sources.js index <HASH>..<HASH> 100644 --- a/src/reducers/sources.js +++ b/src/reducers/sources.js @@ -68,19 +68,16 @@ function update( switch (action.type) { case "UPDATE_SOURCE": { const source = action.source; - return updateSource(state, source...
[sources] improve updateSource performance (#<I>)
firefox-devtools_debugger
train
29f7eeb17df8636432b804ebf87293afd6bc1a07
diff --git a/src/Fracture/Http/Response.php b/src/Fracture/Http/Response.php index <HASH>..<HASH> 100755 --- a/src/Fracture/Http/Response.php +++ b/src/Fracture/Http/Response.php @@ -43,7 +43,7 @@ class Response } - public function deleteCookie($name) + public function removeCookie($name) { ...
response instance should be complete and testes
fracture_http
train
cacccb43318e2902875fc34478e5a46aff6b850f
diff --git a/lib/searchkick.rb b/lib/searchkick.rb index <HASH>..<HASH> 100644 --- a/lib/searchkick.rb +++ b/lib/searchkick.rb @@ -10,7 +10,7 @@ require "searchkick/logger" if defined?(Rails) module Searchkick - def self.reindex + def self.reindex_all (Searchkick::Reindex.instance_variable_get(:@descendents...
Renamed to Searchkick.reindex_all to avoid confusion
ankane_searchkick
train
68e9f4618bc6432023f8327cfce775618806fa9e
diff --git a/spec/integration/knife/chef_fs_data_store_spec.rb b/spec/integration/knife/chef_fs_data_store_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/knife/chef_fs_data_store_spec.rb +++ b/spec/integration/knife/chef_fs_data_store_spec.rb @@ -28,6 +28,7 @@ describe "ChefFSDataStore tests", :workstation ...
Updated specs for chef_fs_data_store after switching to use metadata
chef_chef
train
7ed3397b4e35a703fee0164b637412b0f1c63216
diff --git a/AlphaTwirl/AlphaTwirl.py b/AlphaTwirl/AlphaTwirl.py index <HASH>..<HASH> 100644 --- a/AlphaTwirl/AlphaTwirl.py +++ b/AlphaTwirl/AlphaTwirl.py @@ -2,7 +2,6 @@ import argparse import sys import os -import itertools from Configure import TableConfigCompleter from Configure import EventReaderCollectorAs...
clean up code in AlphaTwirl.py
alphatwirl_alphatwirl
train
f76b8b1ab352f08515255204faddfc69b43e2bb6
diff --git a/Composite/Form.php b/Composite/Form.php index <HASH>..<HASH> 100644 --- a/Composite/Form.php +++ b/Composite/Form.php @@ -13,8 +13,10 @@ namespace DesignPatterns\Composite; * subsequently runs trough all its child elements and calls render() on them * - Zend_Config: a tree of configuration options...
you MUST inherit from the component contract. If not, this is no longer a composite pattern
domnikl_DesignPatternsPHP
train
a1836f529cd0b5b8dc0dcd9dcd3b165b70ed506d
diff --git a/polyaxon/scheduler/job_scheduler.py b/polyaxon/scheduler/job_scheduler.py index <HASH>..<HASH> 100644 --- a/polyaxon/scheduler/job_scheduler.py +++ b/polyaxon/scheduler/job_scheduler.py @@ -22,7 +22,8 @@ def start_job(job): image_name, image_tag = get_image_info(build_job=job.build_job) excep...
Update error message when build is not found * Update related test
polyaxon_polyaxon
train
cdf9e170cae65c68fde5c86a27c9ff28a1a35000
diff --git a/core/src/main/java/pro/zackpollard/telegrambot/api/internal/chat/message/content/DocumentContentImpl.java b/core/src/main/java/pro/zackpollard/telegrambot/api/internal/chat/message/content/DocumentContentImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/pro/zackpollard/telegrambot/api/internal...
Add in missing getCaption method to DocumentContentImpl object, fixes #<I>
zackpollard_JavaTelegramBot-API
train
611f3e2a8d1719c58cc3ba227b825e352dc321a9
diff --git a/machina/__init__.py b/machina/__init__.py index <HASH>..<HASH> 100644 --- a/machina/__init__.py +++ b/machina/__init__.py @@ -13,7 +13,7 @@ from __future__ import unicode_literals import os -__version__ = '0.7.0' +__version__ = '0.8.0.dev0' MACHINA_VANILLA_APPS = [
Bumped version to <I>.dev0
ellmetha_django-machina
train
248993e9c91750ee6671c300f58ff40bd5b94130
diff --git a/uproot/rootio.py b/uproot/rootio.py index <HASH>..<HASH> 100644 --- a/uproot/rootio.py +++ b/uproot/rootio.py @@ -200,7 +200,6 @@ class ROOTDirectory(object): keys = [TKey.read(source, subcursor, context, None) for i in range(nkeys)] out = ROOTDirectory(mykey._fN...
[skip ci] can be read in ROOT
scikit-hep_uproot
train
efa7f62513bd65da46b1edc2a1eb762168c40e8a
diff --git a/openhtf/io/output/mfg_inspector.py b/openhtf/io/output/mfg_inspector.py index <HASH>..<HASH> 100644 --- a/openhtf/io/output/mfg_inspector.py +++ b/openhtf/io/output/mfg_inspector.py @@ -151,6 +151,8 @@ def _ExtractAttachments(phase, testrun, used_parameter_names): name = _EnsureUniqueParameterName(nam...
Encode unicode before shoving into a bytes field protos expect `value_binary` to be Python `bytes` or `str` objects. If we pass in `unicode` for any reason, it's understandably expected to be encoded. UTF-8 is as good an encoding as any.
google_openhtf
train
c2320a4f95f976b076b47048721e9994c7f71c7b
diff --git a/lib/webcat/driver/rack_test_driver.rb b/lib/webcat/driver/rack_test_driver.rb index <HASH>..<HASH> 100644 --- a/lib/webcat/driver/rack_test_driver.rb +++ b/lib/webcat/driver/rack_test_driver.rb @@ -13,7 +13,7 @@ class Webcat::Driver::RackTest end def set(value) - if tag_name == 'input' and...
Hidden fields Culerity has problems with this.
teamcapybara_capybara
train
6f435f09d60d6c67fadabd2d003d34d4dd857adb
diff --git a/lib/optparse_plus/version.rb b/lib/optparse_plus/version.rb index <HASH>..<HASH> 100644 --- a/lib/optparse_plus/version.rb +++ b/lib/optparse_plus/version.rb @@ -1,3 +1,3 @@ module OptparsePlus - VERSION = "0.0.2" + VERSION = "0.0.3" end
bump the version number to <I>: a bug fix on Windows
nico-hn_optparse_plus
train
982c58cf8d3033836edcf458f3d13422574bc5ea
diff --git a/pyres/job.py b/pyres/job.py index <HASH>..<HASH> 100644 --- a/pyres/job.py +++ b/pyres/job.py @@ -1,3 +1,4 @@ +import logging import time from datetime import timedelta from pyres import ResQ, safe_str_to_class @@ -88,6 +89,7 @@ class Job(object): raise else: ...
improve some logging, particularly errors that get retried
binarydud_pyres
train
1ba70b0aed9251495566308561a8f7e14889c555
diff --git a/bin.js b/bin.js index <HASH>..<HASH> 100755 --- a/bin.js +++ b/bin.js @@ -1,7 +1,6 @@ #!/usr/bin/env node var minimist = require('minimist') -var abi = require('node-abi') var prebuildify = require('./index') var argv = minimist(process.argv.slice(2), { @@ -13,34 +12,10 @@ var argv = minimist(proce...
Move target resolving from cli to api
prebuild_prebuildify
train
af599197cc740690e57443d3110b6bf11dee4799
diff --git a/lib/logstasher/rails_ext/action_controller/metal/instrumentation.rb b/lib/logstasher/rails_ext/action_controller/metal/instrumentation.rb index <HASH>..<HASH> 100644 --- a/lib/logstasher/rails_ext/action_controller/metal/instrumentation.rb +++ b/lib/logstasher/rails_ext/action_controller/metal/instrumentat...
Fixes a regression found in instrumentation that still uses the old version of tempering with custom_fields.
shadabahmed_logstasher
train
e6d11c1302ad8dda46286884a650963329c376bf
diff --git a/app/controllers/api/templates_controller.rb b/app/controllers/api/templates_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/api/templates_controller.rb +++ b/app/controllers/api/templates_controller.rb @@ -86,7 +86,7 @@ class Api::TemplatesController < Api::ApiController def export ...
templates - fix for cloning to an environment
Katello_katello
train
ae84379f86a0216685ce1886cd36ec6a550ab231
diff --git a/tests/test_using.py b/tests/test_using.py index <HASH>..<HASH> 100644 --- a/tests/test_using.py +++ b/tests/test_using.py @@ -1580,6 +1580,45 @@ class PostGenerationTestCase(unittest.TestCase): self.assertEqual(4, related.two) +class RelatedFactoryExtractionTestCase(unittest.TestCase): + de...
Add tests for RelatedFactory extraction.
FactoryBoy_factory_boy
train
b6ca16e8ab1dc0466532011b3c05e93d277c6315
diff --git a/src/pytesseract.py b/src/pytesseract.py index <HASH>..<HASH> 100755 --- a/src/pytesseract.py +++ b/src/pytesseract.py @@ -62,6 +62,16 @@ class TSVNotSupported(Exception): ) +def run_once(func): + def wrapper(*args, **kwargs): + if wrapper._result is wrapper: + wrapper._res...
Cache the tesseract version reporting Avoid calling the external tesseract process over and over for every image_to_data call.
madmaze_pytesseract
train
33efa1c618ff01a9bfa5974bad02bea050b97515
diff --git a/graylog2-server/src/main/java/org/graylog2/shared/security/ShiroAuthorizationFilter.java b/graylog2-server/src/main/java/org/graylog2/shared/security/ShiroAuthorizationFilter.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog2/shared/security/ShiroAuthorizationFilter.java +++ ...
Do not log a stack trace when a user is not authorized
Graylog2_graylog2-server
train
0e1ed0f171cb4b190193e2e94f00f94a6a4948bc
diff --git a/src/patch/java/com/android/tools/perflib/heap/HprofParser.java b/src/patch/java/com/android/tools/perflib/heap/HprofParser.java index <HASH>..<HASH> 100644 --- a/src/patch/java/com/android/tools/perflib/heap/HprofParser.java +++ b/src/patch/java/com/android/tools/perflib/heap/HprofParser.java @@ -208,7 +20...
HprofParser should not fail silently
square_haha
train
9413df009883ff23687e1c00c5bc1376ec23a6a6
diff --git a/librosa/display.py b/librosa/display.py index <HASH>..<HASH> 100644 --- a/librosa/display.py +++ b/librosa/display.py @@ -1121,13 +1121,13 @@ def __coord_fft_hz(n, sr=22050, **_kwargs): return basis -def __coord_mel_hz(n, fmin=0, fmax=11025.0, **_kwargs): +def __coord_mel_hz(n, fmin=0, fmax=None, ...
fixed #<I>, mel axis scale inference (#<I>)
librosa_librosa
train
815487625e6984444e2d8191b9785a6465e0f8e7
diff --git a/h2o-core/src/main/java/water/api/FramesHandler.java b/h2o-core/src/main/java/water/api/FramesHandler.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/water/api/FramesHandler.java +++ b/h2o-core/src/main/java/water/api/FramesHandler.java @@ -266,8 +266,14 @@ public class FramesHandler<I extends...
HEXDEV-<I>: don't return JSON exceptions when REST API clients ask about Frames with deleted Vecs. This will allow the clients to keep working with functional Frames.
h2oai_h2o-3
train
bf4a2247068ab9fb6f3644c96c4fdf3af51d4f09
diff --git a/src/classes/task.php b/src/classes/task.php index <HASH>..<HASH> 100644 --- a/src/classes/task.php +++ b/src/classes/task.php @@ -85,11 +85,12 @@ class periodicTask $this->logger = $logger; // Configure task - if ( $this->configuration->config ) + foreach ( $this->p...
- Tested: Configuration of task
Arbitracker_Periodic
train
8d7f4e549a2f83e93de9d440a7aa979b73cfba38
diff --git a/examples/my_test_suite.py b/examples/my_test_suite.py index <HASH>..<HASH> 100755 --- a/examples/my_test_suite.py +++ b/examples/my_test_suite.py @@ -14,6 +14,7 @@ class MyTestSuite(BaseCase): def test_2(self): # This test should FAIL + print "\n(This test fails on purpose)" ...
Make it clear that a few example tests fail on purpose
seleniumbase_SeleniumBase
train
9883a3955c8b8f2983fb468311a2f8f8a190d1ec
diff --git a/runtime/component.js b/runtime/component.js index <HASH>..<HASH> 100644 --- a/runtime/component.js +++ b/runtime/component.js @@ -127,7 +127,7 @@ export class Runtime extends Component { Type={app.types[panel.type]} zIndex={router.routes.items.length - i} ...
fix: panel key shouldn't be dependent on sliced panels
UXtemple_panels
train
f604c83c3032da131004730a1365e911f5e167d1
diff --git a/core-ui/src/components/ApiRules/gql/useApiRulesQuery.js b/core-ui/src/components/ApiRules/gql/useApiRulesQuery.js index <HASH>..<HASH> 100644 --- a/core-ui/src/components/ApiRules/gql/useApiRulesQuery.js +++ b/core-ui/src/components/ApiRules/gql/useApiRulesQuery.js @@ -22,6 +22,10 @@ export const useApiRul...
reset loadedData once namespace is changed (#<I>)
kyma-project_console
train
85d21c694b294d03e37fc1646937a21bc0782f30
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -45,6 +45,11 @@ module.exports = postcss.plugin('postcss-js-mixins', (options = {}) => { */ function createDeclarations(data, node) { return data.map(decl => { + + // TODO: temporary fix + if (decl.prop === 'rule')...
Add rule replacement in createDeclarations function
nathanhood_postcss-js-mixins
train
1c2c5527032f7a79aff53d29e9640e27957f1b49
diff --git a/activemodel/test/cases/errors_test.rb b/activemodel/test/cases/errors_test.rb index <HASH>..<HASH> 100644 --- a/activemodel/test/cases/errors_test.rb +++ b/activemodel/test/cases/errors_test.rb @@ -54,6 +54,11 @@ class ErrorsTest < ActiveModel::TestCase assert errors.has_key?(:foo), 'errors should hav...
Add failing test for ActiveModel::Errors#has_key? method From the doc, this method should return false and not nil if there is no errors for this key
rails_rails
train
615ea171da58731c54d966f513285d80e880296e
diff --git a/app/Module/SlideShowModule.php b/app/Module/SlideShowModule.php index <HASH>..<HASH> 100644 --- a/app/Module/SlideShowModule.php +++ b/app/Module/SlideShowModule.php @@ -123,7 +123,7 @@ class SlideShowModule extends AbstractModule implements ModuleBlockInterface $media = Media::getInstance...
Fix: #<I> - non-images labelled as images can break the slideshow
fisharebest_webtrees
train
0e1f20790028aa7f919587f9f248d9cab0e2c0b5
diff --git a/src/GetOptionKit/OptionResult.php b/src/GetOptionKit/OptionResult.php index <HASH>..<HASH> 100644 --- a/src/GetOptionKit/OptionResult.php +++ b/src/GetOptionKit/OptionResult.php @@ -50,6 +50,11 @@ class OptionResult public function __get($key) { + //verifying if we got a camelCased key: ...
Enabling translation of CamelCased properties to hyphenated option names
c9s_GetOptionKit
train
7324f4f07bb7b0ec315e1c11ec51f29bec8cd41c
diff --git a/report/src/main/java/com/buschmais/jqassistant/core/report/api/LanguageHelper.java b/report/src/main/java/com/buschmais/jqassistant/core/report/api/LanguageHelper.java index <HASH>..<HASH> 100644 --- a/report/src/main/java/com/buschmais/jqassistant/core/report/api/LanguageHelper.java +++ b/report/src/main/...
#<I> added test for analysis severity
buschmais_jqa-core-framework
train
967d575a202d6903b2ab19b0c054393137a3fc18
diff --git a/mqlight.js b/mqlight.js index <HASH>..<HASH> 100644 --- a/mqlight.js +++ b/mqlight.js @@ -1195,6 +1195,13 @@ Client.prototype.disconnect = function(callback) { 'stopProcessing.queuedSendCallback', client.id, null); }); } + // clear the active subscriptions list a...
clear client.subscriptions when a client.disconnect() is explictly called
mqlight_nodejs-mqlight
train
1bf1913d041e7e8f7d8180b1895b65cb39691b08
diff --git a/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/TabBarView.java b/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/TabBarView.java index <HASH>..<HASH> 100644 --- a/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/Ta...
Fixed removal with getItemId With three tabs, removing the middel one is basically reordering. The getItemId came from this stackoverflow about how to reorder <URL>
grahammendick_navigation
train
10438a19770953a3d2cf719839f1a17ecb0021fe
diff --git a/packages/material-ui/src/Popover/Popover.js b/packages/material-ui/src/Popover/Popover.js index <HASH>..<HASH> 100644 --- a/packages/material-ui/src/Popover/Popover.js +++ b/packages/material-ui/src/Popover/Popover.js @@ -178,7 +178,7 @@ class Popover extends React.Component { } warning( - ...
[Popover] Correct warning for tall component (#<I>)
mui-org_material-ui
train
529033108ba9d7459874af2582a6c619ca7565cf
diff --git a/closure/goog/locale/locale.js b/closure/goog/locale/locale.js index <HASH>..<HASH> 100644 --- a/closure/goog/locale/locale.js +++ b/closure/goog/locale/locale.js @@ -41,6 +41,7 @@ goog.locale.setLocale = function(localeName) { /** * Retrieve the currnet locale * @return {string} Current locale name st...
goog.locale.getLocale method is deprecated - use goog.LOCALE instead. R=pupius DELTA=1 (1 added, 0 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-library
train
30949397e90a5685fd83248d75df7c640f43c06d
diff --git a/src/Helper/DateTime.php b/src/Helper/DateTime.php index <HASH>..<HASH> 100644 --- a/src/Helper/DateTime.php +++ b/src/Helper/DateTime.php @@ -29,7 +29,7 @@ class DateTime */ public static function parse(string $dateTimeString): Carbon { - Self::emptyDateTimeString($dateTimeString); +...
Fixed core issue that multiple tokens cannot be created at the same time via a tear down method, this isn't great, but seems to work.
RobDWaller_ReallySimpleJWT
train
76d556b872c9b5031913b4b8c2769bf24d1dad5a
diff --git a/lib/solargraph/shell.rb b/lib/solargraph/shell.rb index <HASH>..<HASH> 100755 --- a/lib/solargraph/shell.rb +++ b/lib/solargraph/shell.rb @@ -96,8 +96,8 @@ module Solargraph puts "Deleting the cached documentation" Solargraph::YardMap::CoreDocs.clear end - map 'clear-cache'.to_sym => ...
Rebuild option for bundle subcommand.
castwide_solargraph
train
401e333e9080366ee58e21a9dc2a16ecdefb5d93
diff --git a/src/core.php b/src/core.php index <HASH>..<HASH> 100644 --- a/src/core.php +++ b/src/core.php @@ -320,12 +320,12 @@ function formatException($e) { function log_report($report, $file, $action='', $message='') { if( !is_scalar($report) ) { if( $report instanceof Exception ) { - $exception = $report; ...
Add an unique id to log reports
Sowapps_orpheus-core
train
369d6cd6798fe386ba3cc7e687e149e1b87770e4
diff --git a/src/main/java/de/beyondjava/jsf/ajax/differentialContextWriter/differenceEngine/DiffenceEngine.java b/src/main/java/de/beyondjava/jsf/ajax/differentialContextWriter/differenceEngine/DiffenceEngine.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/beyondjava/jsf/ajax/differentialContextWriter/differen...
deactivate automatic generation of JUnit tests
stephanrauh_AngularFaces
train