hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
8db92bc09ff23d0b6872d3dd87505edc0c25d404
diff --git a/tests/HTTP/ClientTest.php b/tests/HTTP/ClientTest.php index <HASH>..<HASH> 100644 --- a/tests/HTTP/ClientTest.php +++ b/tests/HTTP/ClientTest.php @@ -212,7 +212,7 @@ class ClientTest extends \PHPUnit\Framework\TestCase $response = $client->send($request); $this->assertEquals(200, $respo...
Change expected and actual to be around the usual way
sabre-io_http
train
abc70dfcdf1a37501ed1b4c8d24eedb7517c6d38
diff --git a/couscous.yml b/couscous.yml index <HASH>..<HASH> 100644 --- a/couscous.yml +++ b/couscous.yml @@ -225,9 +225,6 @@ menu: replace: text: replace relativeUrl: docs/Methods/replace.html - replaceExact: - text: replaceE...
Removed `replaceExact()` Really not sure what I was thinking when I wrote that...
phpgearbox_string
train
ae63df8482d1bfe378c44ac0873d83dba53c03ca
diff --git a/src/main/java/com/basho/riak/client/core/operations/CoveragePlanOperation.java b/src/main/java/com/basho/riak/client/core/operations/CoveragePlanOperation.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/basho/riak/client/core/operations/CoveragePlanOperation.java +++ b/src/main/java/com/basho/riak...
Java <I> compatibility issue
basho_riak-java-client
train
d48370a60b5e01c490a2fd33feb2a48b64aef10b
diff --git a/backup/backuplib.php b/backup/backuplib.php index <HASH>..<HASH> 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -549,6 +549,7 @@ if ($users) { //Begin Users tag fwrite ($bf,start_tag("USERS",2,true)); + $counter = 0; //With every u...
Added some flush() to the backup process (in users, questions and logs)
moodle_moodle
train
578a25190761127d67e2f166b3774e1f77f6a8fd
diff --git a/go/firewallsso/base.go b/go/firewallsso/base.go index <HASH>..<HASH> 100644 --- a/go/firewallsso/base.go +++ b/go/firewallsso/base.go @@ -18,6 +18,7 @@ import ( // Basic interface that all FirewallSSO must implement type FirewallSSOInt interface { init(ctx context.Context) error + initChild(ctx context...
migrated vsys handling to pfsso
inverse-inc_packetfence
train
e81eb35cb3a4ea62e7337819ccbceca0bfd80408
diff --git a/src/Entity/EntityRepository.php b/src/Entity/EntityRepository.php index <HASH>..<HASH> 100644 --- a/src/Entity/EntityRepository.php +++ b/src/Entity/EntityRepository.php @@ -11,6 +11,7 @@ namespace Gibilogic\CrudBundle\Entity; use Doctrine\ORM\EntityRepository as BaseRepository; use Doctrine\ORM\Abstra...
Added 'hasJoin' method to the 'EntityRepository' class
gibilogic_crud-bundle
train
969f95088a3a1e490460ad53931b24e46e6ca907
diff --git a/api/src/main/java/io/opencensus/common/Scope.java b/api/src/main/java/io/opencensus/common/Scope.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/io/opencensus/common/Scope.java +++ b/api/src/main/java/io/opencensus/common/Scope.java @@ -26,7 +26,4 @@ package io.opencensus.common; * </pre> */ ...
Remove Scope.close() method.
census-instrumentation_opencensus-java
train
0819bb7d23c89f112ed7fe7de45a77a08b97f957
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name = "wagtail-blog", - version = "1.6.1", + version = "1.6.2", author = "David Burke", author_email = "[email protected]", descri...
Python wheel FUCK YOU and your binary files that never existed
thelabnyc_wagtail_blog
train
c0b7cf1b6b0831098728310f3dd5a56c3e8c88f5
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -56,8 +56,8 @@ module.exports = { var fileOutputPattern = this.readConfig('fileOutputPattern'); var inputPath = path.join(distDir, fileInputPattern); var outputPath = path.join(dist...
Fix case distDir is an absolute path Before, if `distDir` was an absolute path, `absoluteInputPath` would end up having rootPath doubled. This uses `path.resolve` instead of `path.join` to resolve that issue.
ember-cli-deploy_ember-cli-deploy-json-config
train
fa32558f9a8072f60063bc9e6836dc4f28700ec7
diff --git a/dock/cli/main.py b/dock/cli/main.py index <HASH>..<HASH> 100644 --- a/dock/cli/main.py +++ b/dock/cli/main.py @@ -56,6 +56,9 @@ def cli_build_image(args): response.return_code = -1 else: response.return_code = 0 + + if response.return_code != 0: + logger.error("...
indicate that the build failed So that non-verbose logs for successful and failed build don't look exactly the same.
projectatomic_atomic-reactor
train
bc4c05e416603f93feff3df990b25c755706f94d
diff --git a/src/main/java/io/scalecube/gateway/websocket/WebSocketServerWhyNotSendingEchoRunner.java b/src/main/java/io/scalecube/gateway/websocket/WebSocketServerWhyNotSendingEchoRunner.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/scalecube/gateway/websocket/WebSocketServerWhyNotSendingEchoRunner.java +++ ...
Added WebSocketServerWhyDoesThisSendingEchoRunner.java; confuused why does this impl sends echoes back
scalecube_scalecube-services
train
91d0c36d0176d1eeb037c21328d98eacf03fc281
diff --git a/src/main/java/com/github/jsonj/JsonObject.java b/src/main/java/com/github/jsonj/JsonObject.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/jsonj/JsonObject.java +++ b/src/main/java/com/github/jsonj/JsonObject.java @@ -35,6 +35,8 @@ import java.util.LinkedHashMap; import java.util.Map; imp...
reorder methods, validate no null values are put
jillesvangurp_jsonj
train
d9977c447eae7ae9af83dcee6ef245a15c102de5
diff --git a/cuts/cutter.py b/cuts/cutter.py index <HASH>..<HASH> 100644 --- a/cuts/cutter.py +++ b/cuts/cutter.py @@ -45,7 +45,7 @@ class Cutter(object): except IndexError: result.append(self.invalid_pos) except ValueError: - result.append(field) + ...
Fixed exception in case of 0 in numerical separator
jpweiser_cuts
train
a0cdfdc771cd4034f69c9a08a188cf6ba7b110c2
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -1096,6 +1096,14 @@ module ActionView # create:...
Allow f.submit to be localized per object.
rails_rails
train
5b35385dbd35fb67dcc33ae7b32120bea06eac85
diff --git a/nipap-cli/nipap_cli/nipap_cli.py b/nipap-cli/nipap_cli/nipap_cli.py index <HASH>..<HASH> 100755 --- a/nipap-cli/nipap_cli/nipap_cli.py +++ b/nipap-cli/nipap_cli/nipap_cli.py @@ -54,7 +54,11 @@ def setup_connection(): print >> sys.stderr, "Please define the username, password, hostname and port in ...
Add user impersonation in CLI via env This adds the capability to impersonate another user (setting username and full_name) via the CLI. It accomplishes this by reading the environment variables NIPAP_IMPERSONATE_USERNAME and NIPAP_IMPERSONATE_FULL_NAME. Naturally it only works when a user it trusted.
SpriteLink_NIPAP
train
62c6d93b6d1db23444c67520237a363b9f28a596
diff --git a/tests/HTMLPurifier/Strategy/MakeWellFormedTest.php b/tests/HTMLPurifier/Strategy/MakeWellFormedTest.php index <HASH>..<HASH> 100644 --- a/tests/HTMLPurifier/Strategy/MakeWellFormedTest.php +++ b/tests/HTMLPurifier/Strategy/MakeWellFormedTest.php @@ -9,6 +9,7 @@ class HTMLPurifier_Strategy_MakeWellFormedTes...
Add more unit tests; everything seems to be good, but I'm suspicious. git-svn-id: <URL>
Masterjoa_HTMLPurifier-standalone
train
4adb4f0c0431a453ae05354aa69a227877b025a1
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # master + * Chewy::Query#facets called without params performs the request and returns facets. + * Added `Type.template` dsl method for root objects dynamic templates definition. See [mapp...
Added Chewy::Query#facets method used for result facets access
toptal_chewy
train
2cd6f356016fd6c20eb68d20fe2e256d243149d1
diff --git a/unfriendly/__init__.py b/unfriendly/__init__.py index <HASH>..<HASH> 100644 --- a/unfriendly/__init__.py +++ b/unfriendly/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 2, 3) +VERSION = (0, 2, 4) __version__ = '.'.join([str(x) for x in VERSION])
Bumped version -> <I>
tomatohater_django-unfriendly
train
badcf125ba4cde5c9f293e689996cff2f6acb87a
diff --git a/txtwitter/tests/fake_twitter.py b/txtwitter/tests/fake_twitter.py index <HASH>..<HASH> 100644 --- a/txtwitter/tests/fake_twitter.py +++ b/txtwitter/tests/fake_twitter.py @@ -690,6 +690,9 @@ class FakeTwitterAPI(object): follow.source_id == self._user_id_str or follow.targe...
Add unfollow events to FakeTwitterAPI's user stream
jerith_txTwitter
train
303d228a19712d4bd1da6c82af0989abcee611c7
diff --git a/quilt/tools/store.py b/quilt/tools/store.py index <HASH>..<HASH> 100644 --- a/quilt/tools/store.py +++ b/quilt/tools/store.py @@ -143,6 +143,7 @@ class PackageStore(object): packages = [ (user, pkg[:-len(self.PACKAGE_FILE_EXT)]) for user in os.listdir(self._path) + ...
Don't blow up if `quilt_packages` contains random files (#<I>)
quiltdata_quilt
train
db88cbe465cdc6d0b5618ed18c127713cf9e896e
diff --git a/tests/TestCase.php b/tests/TestCase.php index <HASH>..<HASH> 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -2,10 +2,10 @@ namespace PHPStan; -use Nette\DI\Container; use PHPStan\Broker\Broker; use PHPStan\Cache\Cache; use PHPStan\Cache\MemoryCacheStorage; +use PHPStan\DependencyInject...
Container is created directly inside TestCase
phpstan_phpstan
train
8021029b95371c09e4b6edf7e296d6906cb90c5f
diff --git a/frontend/app/map/route/route.js b/frontend/app/map/route/route.js index <HASH>..<HASH> 100644 --- a/frontend/app/map/route/route.js +++ b/frontend/app/map/route/route.js @@ -92,6 +92,9 @@ fm.app.factory("fmMapRoute", function(fmUtils, $uibModal, $compile, $timeout, $r function registerMarkerHandlers(m...
Do not allow removing route points if there are only 2
FacilMap_facilmap2
train
c6d61f9b43d89dc280b6089dee674daa8c180146
diff --git a/example/src/main/java/io/netty/example/http2/server/Http2ServerInitializer.java b/example/src/main/java/io/netty/example/http2/server/Http2ServerInitializer.java index <HASH>..<HASH> 100644 --- a/example/src/main/java/io/netty/example/http2/server/Http2ServerInitializer.java +++ b/example/src/main/java/io/...
Fix merge issue introduced by <I>c0d<I> Motiviation: Interface changes between master and <I> branch resulted in a compile failure. Modifications: - change messageReceived to channelRead0 Result: No more compile error.
netty_netty
train
c73fb088d6b5bfa46f066f0a2602c05eb3ad7663
diff --git a/gridtk/tools.py b/gridtk/tools.py index <HASH>..<HASH> 100644 --- a/gridtk/tools.py +++ b/gridtk/tools.py @@ -29,7 +29,7 @@ except ImportError: A list of valid values for this column """ - if values is None or len(values) is 0: + if values is None or len(values) == 0: r...
Fix a warning; value is 0 is replaced with value == 0
bioidiap_gridtk
train
e78f81a2695440f0108c68363d47612b2ae48e3a
diff --git a/Observer/Adminhtml/EmailTemplates.php b/Observer/Adminhtml/EmailTemplates.php index <HASH>..<HASH> 100755 --- a/Observer/Adminhtml/EmailTemplates.php +++ b/Observer/Adminhtml/EmailTemplates.php @@ -96,7 +96,7 @@ class EmailTemplates implements \Magento\Framework\Event\ObserverInterface $this->stor...
Merged PR <I>: Encode/decode compress/decompress only dotmailer templates encode/decode compress/decompress only dotmailer templates Compression and decompression should be done only on matching dotmailer templates Added a regex for template code to match the dotmailer. Related work items: #<I>
dotmailer_dotmailer-magento2-extension
train
f825e763715b615b077296cb366863e9b40e0513
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import setuptools setuptools.setup( name='brozzler', - version='1.1.dev45', + version='1.1b3.dev45', description='Distributed web crawling with browsers', url='https:/...
give master a version number considered later than the one up on pypi (<I>b3.de<I> > <I>b2)
internetarchive_brozzler
train
f170d5ebb729c44f65ef651dd64ba5d4cf669f7a
diff --git a/phoebe/backend/mesh.py b/phoebe/backend/mesh.py index <HASH>..<HASH> 100644 --- a/phoebe/backend/mesh.py +++ b/phoebe/backend/mesh.py @@ -938,6 +938,7 @@ class ScaledProtoMesh(ProtoMesh): super(ScaledProtoMesh, self).__init__(keys=keys, **kwargs) if scale is not None: + self....
fix to last commit - copying roche values needs to happen in the init not in from_scaledproto... otherwise the roche values will include the scale which is... well, wrong
phoebe-project_phoebe2
train
bd91319304f372780839a44dadb12ecb8af68b7b
diff --git a/Collection.php b/Collection.php index <HASH>..<HASH> 100755 --- a/Collection.php +++ b/Collection.php @@ -350,7 +350,7 @@ class Collection implements ArrayAccess, ArrayableInterface, Countable, Iterator { $keys = array_rand($this->items, $amount); - return is_array($keys) ? array_...
Collection::random() not actually random array_intersect_key() is incorrectly using the output of array_rand() which is an array with zero based, consecutive keys (e.g. [0=>n, 1=>n, 2=>n, 3=>n]) of length $amount as the challenge. this resulting in identical results with calls on identical collections. flipping the ou...
illuminate_support
train
35e283831de5401c8578244d616bd26bd245f78c
diff --git a/faq-bundle/src/Resources/contao/system/modules/rep_base/RepositorySettings.php b/faq-bundle/src/Resources/contao/system/modules/rep_base/RepositorySettings.php index <HASH>..<HASH> 100755 --- a/faq-bundle/src/Resources/contao/system/modules/rep_base/RepositorySettings.php +++ b/faq-bundle/src/Resources/con...
[Faq] Version <I>
contao_contao
train
b91f30acd2f7eab63c8f5d75b9dc361042fea332
diff --git a/packages/scriptappy-from-jsdoc/src/transformer.js b/packages/scriptappy-from-jsdoc/src/transformer.js index <HASH>..<HASH> 100644 --- a/packages/scriptappy-from-jsdoc/src/transformer.js +++ b/packages/scriptappy-from-jsdoc/src/transformer.js @@ -200,7 +200,11 @@ function checkTypes(obj, priv, cfg) { funct...
feat(from-jsdoc): sort entries alphabetically
miralemd_scriptappy
train
cb1f7ed4d1cde9c050c1c05ab7a8939038553556
diff --git a/ca/django_ca/management/commands/dump_cert.py b/ca/django_ca/management/commands/dump_cert.py index <HASH>..<HASH> 100644 --- a/ca/django_ca/management/commands/dump_cert.py +++ b/ca/django_ca/management/commands/dump_cert.py @@ -31,7 +31,7 @@ class Command(BaseCommand): def add_arguments(self, pars...
ASN1 is an alias for DER
mathiasertl_django-ca
train
71a2de6fb9bdfcb45e22ca128730944be1df39be
diff --git a/parse.go b/parse.go index <HASH>..<HASH> 100644 --- a/parse.go +++ b/parse.go @@ -116,21 +116,44 @@ func (p parser) parsePlural(field string, rules ...interface{}) (r string, err e return } -func getCount(v interface{}, field string) (count interface{}, has bool) { +func getCount(v interface{}, field ...
Make pluralization template more flexible The first argument can now denote a struct or nested map path (separated by dots or also just be "." to use the context object – so it's now possible to pass a number. I also added support for anything that has a length (array, channel, slice) and added tests for all of those....
theplant_cldr
train
1a66130ae265d29777073d4fc79540acd8eae76e
diff --git a/lib/fasterer/scanners/method_call_scanner.rb b/lib/fasterer/scanners/method_call_scanner.rb index <HASH>..<HASH> 100644 --- a/lib/fasterer/scanners/method_call_scanner.rb +++ b/lib/fasterer/scanners/method_call_scanner.rb @@ -132,6 +132,7 @@ module Fasterer return unless body_method_call.arguments.c...
Fix symbol to proc offense detector when a method is invoked on a range or array Fixes the following issue: <URL>
DamirSvrtan_fasterer
train
16c2370352139edc0faa9f2e56ec0c3f8c593c6a
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +* V1.9.4.1 + * starting new development version + * V1.9.4 * fixed minor bug when searching repo by UID when repo doesn't exist * added CK internal var "debug". If set to "yes", print error wh...
starting new development version <I>
ctuning_ck
train
efc7ef7f6cbb894b756377da4fcdc47fb3492bf6
diff --git a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php b/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php index <HASH>..<HASH> 100644 --- a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php +++ b/src/ContaoCommunity...
Support ajax DND to top.
contao-community-alliance_dc-general
train
865f4107d8d3aa917c8a62b32fb774a0da3f4f66
diff --git a/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js b/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js index <HASH>..<HASH> 100644 --- a/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js +++ b/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js @@ -94,13 +94,13 @@ var h...
CB-<I> - Cocoapod integration of plugins - fix for node-windows <I> and <I> unit-test failures
apache_cordova-ios
train
b41a18dd1e071aa1b485b909dee36b90092783fb
diff --git a/lib/winrm/shells/retryable.rb b/lib/winrm/shells/retryable.rb index <HASH>..<HASH> 100644 --- a/lib/winrm/shells/retryable.rb +++ b/lib/winrm/shells/retryable.rb @@ -24,7 +24,7 @@ module WinRM RETRYABLE_EXCEPTIONS = lambda do [ Errno::EACCES, Errno::EADDRINUSE, Errno::ECONNREFUSE...
adding wsman faults to retryable exceptions
WinRb_WinRM
train
d73b69488841d57d4e4778848de72b17a34bf064
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -202,7 +202,7 @@ function copy(obj) { } function toExpressParams(part) { - return part.replace(/^\{([^\{]+)\}$/, ':$1'); + return part.replace(/^\{([^\}]+)\}$/, ':$1'); } function withNoDuplicates(arr) {
Correcting the regex for express param conversion. * It was working before, but it wasn't written properly. Should match on [^}]+. * Learned something new about javascript I.E. + can backtrack.
kogosoftwarellc_open-api
train
e95c8b696a43f163480e73766cb3f7fa8b52a971
diff --git a/src/widgets/layout_resizable/layout_resizable.js b/src/widgets/layout_resizable/layout_resizable.js index <HASH>..<HASH> 100644 --- a/src/widgets/layout_resizable/layout_resizable.js +++ b/src/widgets/layout_resizable/layout_resizable.js @@ -315,7 +315,8 @@ index = sash._resid, ma...
Layout resizable: ensuring double-clicking a sash doesn’t have unwanted effects no other panes that should be unaffected by this
svelto_svelto
train
6ddef58aa24b5b3e90094d2b9ceb5ebc0b0bd594
diff --git a/src/request/create/Create.js b/src/request/create/Create.js index <HASH>..<HASH> 100644 --- a/src/request/create/Create.js +++ b/src/request/create/Create.js @@ -142,7 +142,7 @@ class Create { document.body.classList.add('loading'); const key = new Key(this._selectedEntropy.serialize()); ...
Properly store and retrieve unencrypted keys
nimiq_keyguard-next
train
5c2282ec85b1bdda2558e5db1f5b153438b78578
diff --git a/src/utils/regexes.js b/src/utils/regexes.js index <HASH>..<HASH> 100644 --- a/src/utils/regexes.js +++ b/src/utils/regexes.js @@ -1,4 +1,4 @@ -const inlineExtensionRegex = /^!(\w+)(?:\[([^)]*)\])?(?:\(([^)]*)\))?(?:\{([^}]*)\})?/; +const inlineExtensionRegex = /^!(\w+)(?:\[([^\]]*)\])?(?:\(([^)]*)\))?(?:\{...
fix: fix inline extension regex (#<I>) The inline extension regex did not match the documentation. Specifically the "content" part is supposet to match everything but the "]" character but in fact matched everything but the ")" character. Update the regexp to match on the correct character.
medfreeman_remark-generic-extensions
train
a9b0e9e60f5aff61b37143fd0a0cf21515b60df8
diff --git a/seqmagick/subcommands/common.py b/seqmagick/subcommands/common.py index <HASH>..<HASH> 100644 --- a/seqmagick/subcommands/common.py +++ b/seqmagick/subcommands/common.py @@ -8,6 +8,7 @@ import functools import os import os.path import signal +import sys import tempfile @contextlib.contextmanager @@ ...
Exit on SIGINT in seqmagick info No one needs tracebacks.
fhcrc_seqmagick
train
e58d9f8a566fa6461da40bcba4ef70e189f7582b
diff --git a/lib/tower_cli/models/base.py b/lib/tower_cli/models/base.py index <HASH>..<HASH> 100644 --- a/lib/tower_cli/models/base.py +++ b/lib/tower_cli/models/base.py @@ -701,41 +701,17 @@ class ResourceMethods(BaseResource): # Done; return the response return response - @click.option('--fail...
fixed coverage issue, treat modify same as create
ansible_tower-cli
train
75497958811278fb6d9b7c312cf98642f253e3ba
diff --git a/src/controllers/PlanController.php b/src/controllers/PlanController.php index <HASH>..<HASH> 100644 --- a/src/controllers/PlanController.php +++ b/src/controllers/PlanController.php @@ -186,6 +186,7 @@ class PlanController extends CrudController 'columns' => [ 'object->name', ...
added description in plan history grids (#<I>)
hiqdev_hipanel-module-finance
train
c6257280f18595c2abec2372002eac0aa436a38c
diff --git a/lib/friendly_id/active_record_adapter/relation.rb b/lib/friendly_id/active_record_adapter/relation.rb index <HASH>..<HASH> 100644 --- a/lib/friendly_id/active_record_adapter/relation.rb +++ b/lib/friendly_id/active_record_adapter/relation.rb @@ -101,7 +101,7 @@ module FriendlyId fragment = "(slu...
Fix tests for Rails <I>.rc1
norman_friendly_id
train
d81dec2a9233c9267797c28135af55b9478e26fb
diff --git a/jbpm-human-task/jbpm-human-task-core/src/test/java/org/jbpm/services/task/DeadlinesBaseTest.java b/jbpm-human-task/jbpm-human-task-core/src/test/java/org/jbpm/services/task/DeadlinesBaseTest.java index <HASH>..<HASH> 100644 --- a/jbpm-human-task/jbpm-human-task-core/src/test/java/org/jbpm/services/task/Dea...
temporary ignore deadline tests that fails randomly on jenkins - to be fixed with JBPM-<I>
kiegroup_jbpm
train
f63a839aaa4f923bd95d2163ae2d065e6b4537b6
diff --git a/lib/spore.js b/lib/spore.js index <HASH>..<HASH> 100644 --- a/lib/spore.js +++ b/lib/spore.js @@ -9,22 +9,16 @@ var fs = require('fs') /** * Client */ -function Client(spore) { +function Client(spec) { this.httpClient = http; - if (typeof spore == 'string') - { - // call to readFileS...
new Client to spore.createClient
francois2metz_node-spore
train
7d5a97862f927e8ba2fb82018e61fb17cd9ffcd2
diff --git a/server/rpki.go b/server/rpki.go index <HASH>..<HASH> 100644 --- a/server/rpki.go +++ b/server/rpki.go @@ -571,6 +571,11 @@ func validatePath(ownAs uint32, tree *radix.Tree, cidr string, asPath *bgp.PathA } func (c *roaManager) validate(pathList []*table.Path) { + if len(c.clientMap) == 0 { + // RPKI i...
rpki: validate only when RPKI is enabled
osrg_gobgp
train
f81ee3ae123bfad793a5477a248cfe9d135a94dd
diff --git a/src/get-start-and-end-commands.js b/src/get-start-and-end-commands.js index <HASH>..<HASH> 100644 --- a/src/get-start-and-end-commands.js +++ b/src/get-start-and-end-commands.js @@ -87,7 +87,10 @@ async function isDefaultAddonBlueprint(blueprint) { return isDefaultAddonBlueprint; } -function getArgs(...
refactor getArgs to take an object
ember-cli_ember-cli-update
train
3da5f9088dc410c481315ece1f07a09fd172bc16
diff --git a/registry/storage/driver/s3-aws/s3.go b/registry/storage/driver/s3-aws/s3.go index <HASH>..<HASH> 100644 --- a/registry/storage/driver/s3-aws/s3.go +++ b/registry/storage/driver/s3-aws/s3.go @@ -270,33 +270,21 @@ func FromParameters(parameters map[string]interface{}) (*Driver, error) { // bucketName func ...
Allow EC2 IAM roles to be used when authorizing region endpoints
docker_distribution
train
2c3ca4c4e6d62eb00d46bcf767d04917428f27a7
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index <HASH>..<HASH> 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Don't rollback in teardown unless a transaction was started. Don't start a transaction in create_fixtures if a transaction is started. #6282 [lu...
Don't rollback in teardown unless a transaction was started. Don't start a transaction in create_fixtures if a transaction is started. Closes #<I>. git-svn-id: <URL>
rails_rails
train
38f1b58fc2a0c9be3b21ccb5da03f38d4c9166a9
diff --git a/spec/public/test/route_matchers_spec.rb b/spec/public/test/route_matchers_spec.rb index <HASH>..<HASH> 100644 --- a/spec/public/test/route_matchers_spec.rb +++ b/spec/public/test/route_matchers_spec.rb @@ -4,7 +4,7 @@ Merb.start :environment => 'test', :log_level => :fatal class TestController < Merb::C...
Added spec for the route matcher testing regexp routes. [#<I>]
wycats_merb
train
5d73c6d7bd7b42264e3649e14c444738a831d636
diff --git a/src/Controller/ViewDataTrait.php b/src/Controller/ViewDataTrait.php index <HASH>..<HASH> 100644 --- a/src/Controller/ViewDataTrait.php +++ b/src/Controller/ViewDataTrait.php @@ -20,7 +20,7 @@ trait ViewDataTrait /** * @return array */ - public function getData() : array + protected f...
ViewData renamed & protected
cawaphp_cawa
train
db1bb2adabf40421f938c6a034b85e794d8355d2
diff --git a/src/PhpImap/Mailbox.php b/src/PhpImap/Mailbox.php index <HASH>..<HASH> 100644 --- a/src/PhpImap/Mailbox.php +++ b/src/PhpImap/Mailbox.php @@ -19,6 +19,14 @@ class Mailbox { protected $expungeOnDisconnect = true; private $imapStream; + /** + * @param type $imapPath + * @param type $log...
Added PHPDoc to constructor
barbushin_php-imap
train
4fdfb9898714145aa285dafb0a344534172b484d
diff --git a/mintapi/api.py b/mintapi/api.py index <HASH>..<HASH> 100644 --- a/mintapi/api.py +++ b/mintapi/api.py @@ -365,30 +365,34 @@ def main(): options = cmdline.parse_args() - # Handle Python 3's raw_input change. + if options.keyring and not keyring: + cmdline.error('--keyring can only be u...
Added a backwards-compatible path for trying to use the keyring password even if the --keyring argument is not specified.
mrooney_mintapi
train
378d597d37374274bdd124b2719eb160700981cf
diff --git a/ayrton/__init__.py b/ayrton/__init__.py index <HASH>..<HASH> 100644 --- a/ayrton/__init__.py +++ b/ayrton/__init__.py @@ -181,7 +181,7 @@ class Environment (dict): 'N', 'S', 'nt', 'ot' ], 'ayrton.expansion': [ 'bash', ], 'ayrton.functions': [ 'cd...
[+] trap(), with docs, but no tests.
StyXman_ayrton
train
852f8650423e2718cf4f428d1f3be1fba26f7149
diff --git a/Configuration/TCA/tt_address.php b/Configuration/TCA/tt_address.php index <HASH>..<HASH> 100755 --- a/Configuration/TCA/tt_address.php +++ b/Configuration/TCA/tt_address.php @@ -66,16 +66,19 @@ return [ ], 'sys_language_uid' => [ 'exclude' => true, - 'label' => $ge...
[BUGFIX] Improve TCA for sys_language_uid Resolves: #<I>
FriendsOfTYPO3_tt_address
train
067e1e8fd2528af896ace632ed32c66c19474c76
diff --git a/Tests/ValidatorTest.php b/Tests/ValidatorTest.php index <HASH>..<HASH> 100644 --- a/Tests/ValidatorTest.php +++ b/Tests/ValidatorTest.php @@ -78,11 +78,11 @@ class ValidatorTest extends \PHPUnit_Framework_TestCase $violations = $this->v->validate($r, 'UPDATE'); $this->assertSame(2, $viola...
fix tests (as there are run with symfony <I> now)
Innmind_rest-server
train
a9be1e0a23dc2a609ace31e8359733ddd516e941
diff --git a/metpy/calc/thermo.py b/metpy/calc/thermo.py index <HASH>..<HASH> 100644 --- a/metpy/calc/thermo.py +++ b/metpy/calc/thermo.py @@ -9,7 +9,7 @@ import numpy as np import scipy.integrate as si import scipy.optimize as so -from .tools import find_intersections, get_layer +from .tools import _greater_or_clo...
Use close comparisons in CAPE and CIN. There were edge cases where greater/less than or equal to would suffer from precision issues and drop an extra point in the sounding. Modify them to use our approximate comparisons.
Unidata_MetPy
train
c2c45c3c2de43c4a22326404dcefb6a788b66571
diff --git a/src/Runner.php b/src/Runner.php index <HASH>..<HASH> 100644 --- a/src/Runner.php +++ b/src/Runner.php @@ -62,6 +62,11 @@ class Runner */ public function runInstallers(PackageInterface $package) { + foreach ($this->installers as $installer) { + if ($installer->supports($pac...
Add logic to install for all installers
BudgeIt_composer-builder
train
eee78cecce5e68f06a438d0bafa2fc0c770d5f24
diff --git a/lib/fig_newton/version.rb b/lib/fig_newton/version.rb index <HASH>..<HASH> 100644 --- a/lib/fig_newton/version.rb +++ b/lib/fig_newton/version.rb @@ -1,3 +1,3 @@ module FigNewton - VERSION = "0.1" + VERSION = "0.2" end
version bump - getting ready for release
cheezy_fig_newton
train
69c6dfeaab6802005c6539f8fc9fb467670630a1
diff --git a/closure/goog/events/events.js b/closure/goog/events/events.js index <HASH>..<HASH> 100644 --- a/closure/goog/events/events.js +++ b/closure/goog/events/events.js @@ -268,6 +268,13 @@ goog.events.listen_ = function( // incarnation of this code, from 2007, indicates that it replaced an // earlier s...
RELNOTES[NEW]: Make goog.events.* support MediaQueryList (from window.matchMedia). Even in IE (all versions), which follows an older spec that doesn't implement EventTarget. ------------- Created by MOE: <URL>
google_closure-library
train
6133351690785f034dfb1dca0ef24d0e7e1de896
diff --git a/lib/logstasher.rb b/lib/logstasher.rb index <HASH>..<HASH> 100644 --- a/lib/logstasher.rb +++ b/lib/logstasher.rb @@ -117,7 +117,7 @@ module LogStasher def log(severity, msg) if self.logger && self.logger.send("#{severity}?") event = LogStash::Event.new('@source' => self.source, '@fields' =>...
Fixing the log method to send only JSON content
shadabahmed_logstasher
train
6aae806e598daa6568febf9b8eac891981d2f6f2
diff --git a/shell/impl/src/main/java/org/jboss/forge/addon/shell/command/RunCommand.java b/shell/impl/src/main/java/org/jboss/forge/addon/shell/command/RunCommand.java index <HASH>..<HASH> 100644 --- a/shell/impl/src/main/java/org/jboss/forge/addon/shell/command/RunCommand.java +++ b/shell/impl/src/main/java/org/jboss...
Using try-with-resources with run command
forge_core
train
6d2011e3c3b419932577dd81d859705b613223f6
diff --git a/config/default.yml b/config/default.yml index <HASH>..<HASH> 100644 --- a/config/default.yml +++ b/config/default.yml @@ -176,8 +176,7 @@ PreCommit: enabled: false description: 'Analyzing with coffeelint' required_executable: 'coffeelint' - required_library: 'json' - flags: ['--reporte...
Use csv formatter for coffeelint This allows us to remove the dependency on the 'json' library and simplify the message parsing logic. It also makes it easier to parse concatenated results of multiple calls when splitting argument lists.
sds_overcommit
train
749b0fb0c2ce4c5eece371f3232dadd565696413
diff --git a/addon/routes/edit-form-new.js b/addon/routes/edit-form-new.js index <HASH>..<HASH> 100644 --- a/addon/routes/edit-form-new.js +++ b/addon/routes/edit-form-new.js @@ -20,7 +20,7 @@ export default EditFormRoute.extend({ deactivate: function() { var model = this.get('controller').get('model'); - ...
Add rollback operation for details on edit form's route deactivation
Flexberry_ember-flexberry
train
b0bdb41e072c4c9ccc545639cb255d142b1c5192
diff --git a/Entity/FilesOfMember.php b/Entity/FilesOfMember.php index <HASH>..<HASH> 100644 --- a/Entity/FilesOfMember.php +++ b/Entity/FilesOfMember.php @@ -37,14 +37,14 @@ class FilesOfMember extends CoreEntity /** * @ORM\Id - * @ORM\ManyToOne(targetEntity="BiberLtd\Core\Bundles\MemberManagementBundle\Ent...
BF :: Annotations fixed.
biberltd_MemberManagementBundle
train
15bd18d2a01b218d6dbf811dad342b23072f377e
diff --git a/lib/searchkick/relation_indexer.rb b/lib/searchkick/relation_indexer.rb index <HASH>..<HASH> 100644 --- a/lib/searchkick/relation_indexer.rb +++ b/lib/searchkick/relation_indexer.rb @@ -68,12 +68,18 @@ module Searchkick # remove order to prevent possible warnings relation.except(:order).f...
Improved scoping logic and added another test [skip ci]
ankane_searchkick
train
f16a4e962de55e353d9979ec48f5636440ae4ffd
diff --git a/test/requestTransformTests.js b/test/requestTransformTests.js index <HASH>..<HASH> 100644 --- a/test/requestTransformTests.js +++ b/test/requestTransformTests.js @@ -40,6 +40,20 @@ test('alters the request', (t) => { }) }) +test('survives empty PUTs', (t) => { + const x = create({ baseURL: `http://l...
Adds one more test for request transformations.
infinitered_apisauce
train
021cb1a69c1c7d4154dbe086b2f3165d60eb31d9
diff --git a/lib/TextBox.js b/lib/TextBox.js index <HASH>..<HASH> 100644 --- a/lib/TextBox.js +++ b/lib/TextBox.js @@ -40,6 +40,14 @@ export class TextBox extends Input { } /** + * @param {{}} init + */ + init(init) { + this.on('click', this.onClick) + super.init(init) + } + + ...
TextBox: focus when clicking on a label
aristov_ariamodule
train
ab383d8672511875ee2a29f40952273be5d6bf21
diff --git a/lib/grammars/translator.ojs b/lib/grammars/translator.ojs index <HASH>..<HASH> 100644 --- a/lib/grammars/translator.ojs +++ b/lib/grammars/translator.ojs @@ -8,6 +8,7 @@ ometa Translator <: JsonMLWalker { StringExpr :attr = walk*:exprs -> tmpl.StringExpr ( attr, exprs ), Array :a...
added translator rule for raw js
pmh_espresso
train
8334011aa0ac101472401b23fcdd1fe4efddd34d
diff --git a/conn/commands.go b/conn/commands.go index <HASH>..<HASH> 100644 --- a/conn/commands.go +++ b/conn/commands.go @@ -65,7 +65,7 @@ func init() { // STORE 2:4 +FLAGS (\Deleted) Mark messages as deleted // STORE 2:4 -FLAGS (\Seen) Mark messages as unseen // STORE 2:4 FLAGS (\Seen \Deleted) ...
STORE command recognizes multiple flags A missing space character in the STORE command regexp meant that the server only recognized the first flag, causing the last STORE test to fail. This change adds the space character to the regexp, and alters the test to match the order of the returned flags
jordwest_imap-server
train
112fe3c1d4b9fadaf51b50354956d2f3c0c1afb6
diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index <HASH>..<HASH> 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -1614,7 +1614,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid 'BackLinkTracking', 'SiteTree', array( - 'Title...
MINOR track virtual pages that link to the current page (from r<I>) (from r<I>) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
silverstripe_silverstripe-framework
train
61e7ff9a474a17566878cc873dac00f297ce54b3
diff --git a/aiogram/types/chat.py b/aiogram/types/chat.py index <HASH>..<HASH> 100644 --- a/aiogram/types/chat.py +++ b/aiogram/types/chat.py @@ -217,7 +217,7 @@ class ChatActions(helper.Helper): await asyncio.sleep(sleep) @classmethod - def calc_timeout(cls, text, timeout=.05): + def calc_ti...
Change timeout calculator in ChatActions helper.
aiogram_aiogram
train
b418c336c230fad6165a48a4a954ef9bbae01e63
diff --git a/src/AssetLibraryServiceProvider.php b/src/AssetLibraryServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/AssetLibraryServiceProvider.php +++ b/src/AssetLibraryServiceProvider.php @@ -2,11 +2,10 @@ namespace Thinktomorrow\AssetLibrary; +use Illuminate\Database\Eloquent\Factory as EloquentFactory...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
thinktomorrow_assetlibrary
train
83996e3b7d55d7b29dfde10e4cfb1f94d69dcef0
diff --git a/src/components/cms/DocumentRouting.php b/src/components/cms/DocumentRouting.php index <HASH>..<HASH> 100644 --- a/src/components/cms/DocumentRouting.php +++ b/src/components/cms/DocumentRouting.php @@ -248,7 +248,8 @@ class DocumentRouting implements CmsRouting /** * @param $request - * @p...
Added ajax upload for image in rich text editor, adding them to the gallery
jenskooij_cloudcontrol
train
96e85b88cb0df5259c519ab4e9b495f29e0f0369
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -52,10 +52,10 @@ module.exports = function(config) { reporters: ['progress', 'osx', 'saucelabs'], // Web server port - port: 9876, + //port: 9876, // cli runner port - runnerPort...
fix(tests): removes port config to avoid sauce related conflicts
platanus_angular-restmod
train
8ae75df6610cc8e5698cb96ca58dcb136dc1ed9f
diff --git a/tests/downscaling/diagnostics.py b/tests/downscaling/diagnostics.py index <HASH>..<HASH> 100644 --- a/tests/downscaling/diagnostics.py +++ b/tests/downscaling/diagnostics.py @@ -9,8 +9,8 @@ from scipy.stats.kde import gaussian_kde from . import utils as tu from xclim.downscaling.correction import Detre...
Small tweaks for cftime calendars
Ouranosinc_xclim
train
b91228798491d22f9c921536d1026b533b240a03
diff --git a/Bundle/PageBundle/Helper/PageHelper.php b/Bundle/PageBundle/Helper/PageHelper.php index <HASH>..<HASH> 100644 --- a/Bundle/PageBundle/Helper/PageHelper.php +++ b/Bundle/PageBundle/Helper/PageHelper.php @@ -122,6 +122,12 @@ class PageHelper extends ViewHelper { if (!empty($parameters['id']) &&...
If we try to find a page in database, check page validity too
Victoire_victoire
train
4c9a31541310b4e833e8ec99153a9a2fdf20cade
diff --git a/pymite/api/adapters.py b/pymite/api/adapters.py index <HASH>..<HASH> 100644 --- a/pymite/api/adapters.py +++ b/pymite/api/adapters.py @@ -289,6 +289,7 @@ class Tracker(MiteAPI): """ stop the tracker. """ path = partial(_path, self.adapter) if not id and not self.actual: + ...
added TODO as this is an error found by pytesting
damnit_pymite
train
ecbd95fbe5d5d957102e5400979e90f3d6525a0a
diff --git a/src/test/java/com/cronutils/utils/descriptor/CronDescriptorQuartzIntegrationTest.java b/src/test/java/com/cronutils/utils/descriptor/CronDescriptorQuartzIntegrationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/cronutils/utils/descriptor/CronDescriptorQuartzIntegrationTest.java +++ b/src/tes...
Issue #<I>: Comment test annotation, until we get issue fixed.
jmrozanec_cron-utils
train
0159f0f553964339caf2fb1e5346a28cf66fa737
diff --git a/quart/app.py b/quart/app.py index <HASH>..<HASH> 100644 --- a/quart/app.py +++ b/quart/app.py @@ -1378,13 +1378,13 @@ class Quart(PackageStatic): config = HyperConfig() config.access_log_format = "%(h)s %(r)s %(s)s %(b)s %(D)s" - config.access_logger = create_serving_logger() # ...
Update to Hypercorn <I> as minimum version This fixes an issue whereby the access log is not shown when running Quart with the app.run() method. In development the log should show by default.
pgjones_quart
train
727950cda023db0bf0e4f50172b21285c2b6297a
diff --git a/client/lib/analytics/ad-tracking.js b/client/lib/analytics/ad-tracking.js index <HASH>..<HASH> 100644 --- a/client/lib/analytics/ad-tracking.js +++ b/client/lib/analytics/ad-tracking.js @@ -542,7 +542,7 @@ function recordSignupStartInFloodlight() { const params = { src: TRACKING_IDS.dcmFloodlightAdver...
Ad Tracking: Update sign up start DCM Floodlight category name
Automattic_wp-calypso
train
65a7d49ba7d0bf521543c80706245774a29e66cf
diff --git a/project/merge.go b/project/merge.go index <HASH>..<HASH> 100644 --- a/project/merge.go +++ b/project/merge.go @@ -29,15 +29,12 @@ var ( type rawService map[string]interface{} type rawServiceMap map[string]rawService -// Merge read the specified byte array, which is the content of a yaml composefile, -/...
Do not log fatal while parsing
docker_libcompose
train
a5f1e0606ffe38ab01a1ebf9462ebf75b9831830
diff --git a/app/models/rubygem.rb b/app/models/rubygem.rb index <HASH>..<HASH> 100644 --- a/app/models/rubygem.rb +++ b/app/models/rubygem.rb @@ -18,6 +18,7 @@ class Rubygem < ActiveRecord::Base validates_presence_of :name validates_uniqueness_of :name + validates_format_of :name, :with => /(?=[^0-9]+)/, :mes...
Making sure gems cannot have only numbers as their name. Closes #8
rubygems_rubygems.org
train
4cf51983df1a1f98364994a9965f0f3f1943116a
diff --git a/holoviews/plotting/mpl/element.py b/holoviews/plotting/mpl/element.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/mpl/element.py +++ b/holoviews/plotting/mpl/element.py @@ -515,7 +515,11 @@ class LegendPlot(ElementPlot): legend_position = param.ObjectSelector(objects=['inner', 'right', ...
Matplotlib backend now supports same legend_position as bokeh Addresses issue #<I>
pyviz_holoviews
train
55d37f5287e65dc1989be34c75048692b3ea42f0
diff --git a/salt/states/test.py b/salt/states/test.py index <HASH>..<HASH> 100644 --- a/salt/states/test.py +++ b/salt/states/test.py @@ -77,7 +77,9 @@ def succeed_without_changes(name, **kwargs): # pylint: disable=unused-argument name A unique string. """ - ret = {"name": name, "changes": {}, "...
Update the various succeed_with and fail_with functions to use comment when passed.
saltstack_salt
train
9be9abc6825b0f9a7f0e540eea5b7e96c2f663d8
diff --git a/uncompyle6/parsers/parse2.py b/uncompyle6/parsers/parse2.py index <HASH>..<HASH> 100644 --- a/uncompyle6/parsers/parse2.py +++ b/uncompyle6/parsers/parse2.py @@ -397,8 +397,8 @@ class Python2Parser(PythonParser): return def reduce_is_invalid(self, rule, ast, tokens, first, last): - i...
handle newer parser reduction behavior
rocky_python-uncompyle6
train
dc2ca81f1057599d2bd8ddba819c3f10690ebb4c
diff --git a/lib/nightwatch-api.js b/lib/nightwatch-api.js index <HASH>..<HASH> 100644 --- a/lib/nightwatch-api.js +++ b/lib/nightwatch-api.js @@ -10,6 +10,7 @@ const ClientManager = require.main.require('nightwatch/lib/runner/clientmanager' const ClientRunner = require.main.require('nightwatch/lib/runner/cli/clirunne...
chore(Improve screenshot creation):
mucsi96_nightwatch-cucumber
train
beb3a26fef4a9836c8a30b1d4f65e09b226dcbc6
diff --git a/lib/mongoose/delete.js b/lib/mongoose/delete.js index <HASH>..<HASH> 100644 --- a/lib/mongoose/delete.js +++ b/lib/mongoose/delete.js @@ -46,7 +46,7 @@ module.exports = exports = function deletePlugin(schema /*, schemaOptns*/ ) { * @name del * @function del * @description delete model instance....
improve delete plugin jsdocs
lykmapipo_mongoose-rest-actions
train
e8515be7919d9a2970755c814cd7b206b9d52314
diff --git a/cli/export.go b/cli/export.go index <HASH>..<HASH> 100644 --- a/cli/export.go +++ b/cli/export.go @@ -344,7 +344,7 @@ func runImport(args *docopt.Args, client *controller.Client) error { release.Env[k] = v } - config, err := getPgRunConfig(client, release) + config, err := getPgRunConfig(client,...
cli: Fix import without git remote available There's no reason to read the app from the git remote. Closes #<I>
flynn_flynn
train
c8f7ade1d156db2c739987691484a3981c215d24
diff --git a/lib/active_scaffold/actions/core.rb b/lib/active_scaffold/actions/core.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/actions/core.rb +++ b/lib/active_scaffold/actions/core.rb @@ -106,13 +106,8 @@ module ActiveScaffold::Actions params[:child_association].presence || @scope.split(']').first...
fix main_form_controller for subform on associations with polymorphic reverse
activescaffold_active_scaffold
train
4452a20611a8f5394959f8d39ec4d10fe860d8cc
diff --git a/lib/chef/knife/supermarket_install.rb b/lib/chef/knife/supermarket_install.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/supermarket_install.rb +++ b/lib/chef/knife/supermarket_install.rb @@ -1,6 +1,6 @@ # # Author:: Christopher Webber (<[email protected]>) -# Copyright:: Copyright (c) 2014-2018 Chef...
Cleanup requires / includes in knife supermarket 1) Move everything into the deps blocks 2) don't require shell_out in install since we're not using it. We use mixlib_archive now
chef_chef
train
f3e9f48aa610ba1ce3aa5ab372a039e5023a08b3
diff --git a/folium/features.py b/folium/features.py index <HASH>..<HASH> 100644 --- a/folium/features.py +++ b/folium/features.py @@ -450,6 +450,7 @@ class GeoJson(Layer): self.data = json.loads(json.dumps(data.__geo_interface__)) # noqa else: raise ValueError('Unhandled object {!r}...
GeoJson style and highlight function validation (#<I>) Add check on `style_function` and `highlight_function` to make sure that they are callable, and that they return a dictionary.
python-visualization_folium
train
57d506f0fa90b03402cabc65084872517e4c105d
diff --git a/src/FileParser/FileParser.php b/src/FileParser/FileParser.php index <HASH>..<HASH> 100644 --- a/src/FileParser/FileParser.php +++ b/src/FileParser/FileParser.php @@ -251,7 +251,7 @@ class FileParser { $tagCollection = $this->docblockParser->parseComment($text); - if ($tagCollection->...
Allow for @inheritDoc tag with uppercase D
dancryer_php-docblock-checker
train
56f0f1b936242a7384675749c89e990aef7c0d8b
diff --git a/server/irc/connection.js b/server/irc/connection.js index <HASH>..<HASH> 100644 --- a/server/irc/connection.js +++ b/server/irc/connection.js @@ -263,11 +263,18 @@ IrcConnection.prototype.clientEvent = function (event_name, data, callback) { /** * Write a line of data to the IRCd + * @param data The l...
Server: Force data to be sent ahead of a write queue
prawnsalad_KiwiIRC
train
c30401c8ba707b62518676aadb06b78840dd1daf
diff --git a/Kwf/Config/Web.php b/Kwf/Config/Web.php index <HASH>..<HASH> 100644 --- a/Kwf/Config/Web.php +++ b/Kwf/Config/Web.php @@ -92,10 +92,10 @@ class Kwf_Config_Web extends Kwf_Config_Ini public static function getDefaultConfigSection() { if (file_exists('config_section')) { - retur...
don't use config_section file if it's empty this can happen during setup
koala-framework_koala-framework
train
df1886f8a296222346ab826613d8c3bf55605809
diff --git a/index/brand.go b/index/brand.go index <HASH>..<HASH> 100644 --- a/index/brand.go +++ b/index/brand.go @@ -394,17 +394,11 @@ func (self *Brand) Load(requestChan chan Command, f *Fragment) { //log.Println("Bad mojo") } time.Sleep(time.Duration(rand.Intn(15)) * time.Second) //trying to avoid mass cassa...
added back load but with greater delay (random up to a sec between id's)
pilosa_pilosa
train
ec3a0a3e3e28b56dfa61c2c5e2518a65af18b0f9
diff --git a/neevo/Neevo.php b/neevo/Neevo.php index <HASH>..<HASH> 100644 --- a/neevo/Neevo.php +++ b/neevo/Neevo.php @@ -32,7 +32,7 @@ class Neevo implements INeevoObservable, INeevoObserver { // Neevo revision - const REVISION = 425; + const REVISION = 426; // Data types const BOOL = 'b'; diff --git a/ne...
NeevoConnection implements ArrayAccess to get a config value
smasty_Neevo
train
185a03d157f4230bf04c92aad844224e6f29dadf
diff --git a/spyder/widgets/fileswitcher.py b/spyder/widgets/fileswitcher.py index <HASH>..<HASH> 100644 --- a/spyder/widgets/fileswitcher.py +++ b/spyder/widgets/fileswitcher.py @@ -295,7 +295,8 @@ class FileSwitcher(QDialog): @property def widgets(self): widgets = [] - for tabs, plugin in se...
Make things work for asynchonous Editorstacks
spyder-ide_spyder
train