hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
ec6977f9f233b249999a19d36d6d82ef9e57a04b
diff --git a/src/main/java/org/takes/misc/Href.java b/src/main/java/org/takes/misc/Href.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/takes/misc/Href.java +++ b/src/main/java/org/takes/misc/Href.java @@ -39,7 +39,6 @@ import java.util.concurrent.ConcurrentMap; * HTTP URI/HREF. * * <p>The class is immut...
#<I> removed extra check condition
yegor256_takes
train
c5bbce65d5c74740ca1523f5a094e1e88eb1fb40
diff --git a/lib/capit/version.rb b/lib/capit/version.rb index <HASH>..<HASH> 100644 --- a/lib/capit/version.rb +++ b/lib/capit/version.rb @@ -5,5 +5,5 @@ module CapIt # # The version number # - VERSION = "0.2.2" + VERSION = "0.3.0" end
Bumping version to <I>
ezkl_capit
train
dd19c1b9c2d281b986829424ff57bd2bf3be2f29
diff --git a/git/git.go b/git/git.go index <HASH>..<HASH> 100644 --- a/git/git.go +++ b/git/git.go @@ -445,7 +445,7 @@ func RecentBranches(since time.Time, includeRemoteBranches bool, onlyRemote stri return nil, fmt.Errorf("Failed to call git for-each-ref: %v", err) } cmd.Start() - defer func(){ + defer func() {...
Adding integration test for #<I>
git-lfs_git-lfs
train
8890344f27f54bb3b225f073bbb22625d2f652ad
diff --git a/src/Http/Cookie/CookieCollection.php b/src/Http/Cookie/CookieCollection.php index <HASH>..<HASH> 100644 --- a/src/Http/Cookie/CookieCollection.php +++ b/src/Http/Cookie/CookieCollection.php @@ -46,6 +46,38 @@ class CookieCollection implements IteratorAggregate } /** + * Get a cookie by name...
Add get() and has() to CookieCollection. Also add missing tests for iterating the collection.
cakephp_cakephp
train
65821e6e80f9312af16f3f721cbe3c78cf47bff1
diff --git a/includes/class-metrics.php b/includes/class-metrics.php index <HASH>..<HASH> 100644 --- a/includes/class-metrics.php +++ b/includes/class-metrics.php @@ -93,7 +93,7 @@ class Metrics { */ public static function is_enabled() { return ! defined( 'WP_REDIS_DISABLE_METRICS' ) - ||...
Securely way to test WP_REDIS_DISABLE_METRICS (#<I>) 🤦‍♂️
tillkruss_redis-cache
train
a8a7807f228b4cefd7f94b9778cb768f347b3191
diff --git a/modules_v2/googlemap/defaultconfig.php b/modules_v2/googlemap/defaultconfig.php index <HASH>..<HASH> 100644 --- a/modules_v2/googlemap/defaultconfig.php +++ b/modules_v2/googlemap/defaultconfig.php @@ -40,10 +40,6 @@ try { die($ex); } -// TODO: it will be more efficient to fetch all GM_% settings in a...
Place hierarchy was showing for visitors, even if set to members-only.
fisharebest_webtrees
train
81309bc3541708010e302b999ef9fbbf7a9d5357
diff --git a/src/commands/test/constants.js b/src/commands/test/constants.js index <HASH>..<HASH> 100644 --- a/src/commands/test/constants.js +++ b/src/commands/test/constants.js @@ -10,5 +10,8 @@ ${sec('Options')} ${opt('-d')}, ${opt('--dry')} Output the generated jest configuration, then exit • Tests will a...
Correctly pass through unused test cli args to jest.
abcnews_aunty
train
4db9a96e09bc120387f3ac90ccc1719e97846bb5
diff --git a/src/prepare.js b/src/prepare.js index <HASH>..<HASH> 100644 --- a/src/prepare.js +++ b/src/prepare.js @@ -23,7 +23,7 @@ var platform_modules = require('./platforms'), xml_helpers = require('./util/xml-helpers'), wp7 = require('./platforms/wp7'), wp8 = require('./p...
windows8 is just like wp7 + wp8
apache_cordova-plugman
train
6d2550593f8a3e3bcf88e14f0ae9bd055845b666
diff --git a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java b/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java index <HASH>..<HASH> 100644 --- a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java +++ b/clevertap-android-sdk/src...
chores(bug fix): Added try catch block
CleverTap_clevertap-android-sdk
train
d2b2ed74c55dcfe03eeaf467180041265f879009
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -409,14 +409,14 @@ window.CodeMirror = (function() { function updateDisplay(cm, changes, viewPort, forced) { var oldFrom = cm.display.showingFrom, oldTo = cm.display.showingTo, updat...
Ensure scrollbar/width instability doesn't cause infinite loop Issue #<I>
codemirror_CodeMirror
train
621592abecb64eb78f468cb9769cdf16118c83a6
diff --git a/core-bundle/contao/controllers/BackendFile.php b/core-bundle/contao/controllers/BackendFile.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/controllers/BackendFile.php +++ b/core-bundle/contao/controllers/BackendFile.php @@ -84,11 +84,15 @@ class BackendFile extends \Backend if ($this->Database...
[Core] Only load the model in the file/page picker if the class exists (see #<I>)
contao_contao
train
201fb91171b704e8c28f2fe69ccd69f9dc65c9c2
diff --git a/index/upside_down/row.go b/index/upside_down/row.go index <HASH>..<HASH> 100644 --- a/index/upside_down/row.go +++ b/index/upside_down/row.go @@ -530,6 +530,7 @@ func NewBackIndexRowKV(key, value []byte) (*BackIndexRow, error) { if err != nil && err != io.EOF { return nil, err } + rv.doc = rv.doc[:l...
fix up to correctly trim off separator even though it should never be present
blevesearch_bleve
train
339c6c215148d9b9e2d6a3af999eb83340e39fa8
diff --git a/lib/extend/injector.js b/lib/extend/injector.js index <HASH>..<HASH> 100644 --- a/lib/extend/injector.js +++ b/lib/extend/injector.js @@ -60,7 +60,7 @@ class Injector { return '<!-- hexo injector ' + flag + ' start -->' + content + '<!-- hexo injector ' + flag + ' end -->'; }); - // ...
style: multi comments typos (#<I>)
hexojs_hexo
train
507efcd7877d741b5b02cf4b9805900a1201fd54
diff --git a/src/Sylius/Bundle/CustomerBundle/Form/Type/GenderType.php b/src/Sylius/Bundle/CustomerBundle/Form/Type/GenderType.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/CustomerBundle/Form/Type/GenderType.php +++ b/src/Sylius/Bundle/CustomerBundle/Form/Type/GenderType.php @@ -31,6 +31,7 @@ final class Gen...
set gender `u` as default value - resolves #<I>
Sylius_Sylius
train
caf78850122d29972b1701f19ebbb8857a88ace8
diff --git a/resource.address/spi/src/main/java/org/kaazing/gateway/resource/address/uri/URIUtils.java b/resource.address/spi/src/main/java/org/kaazing/gateway/resource/address/uri/URIUtils.java index <HASH>..<HASH> 100644 --- a/resource.address/spi/src/main/java/org/kaazing/gateway/resource/address/uri/URIUtils.java +...
Added fix for UriUtils resolve method
kaazing_gateway
train
428aa12b004dc787d0a540fd42905361952083f8
diff --git a/test/commands/env-test.js b/test/commands/env-test.js index <HASH>..<HASH> 100644 --- a/test/commands/env-test.js +++ b/test/commands/env-test.js @@ -26,7 +26,7 @@ vows.describe('jitsu/commands/env').addBatch({ 'env list': runJitsuCommand( mockRequest.mock(helper.mockOptions, helper.mockDefaults) ...
[test] Wrong test fixture name.
nodejitsu_jitsu
train
d89d7301c08947044dd0d6395048a44bd1558db7
diff --git a/src/Controller/Adminhtml/Accounts/ChangeBalance.php b/src/Controller/Adminhtml/Accounts/ChangeBalance.php index <HASH>..<HASH> 100644 --- a/src/Controller/Adminhtml/Accounts/ChangeBalance.php +++ b/src/Controller/Adminhtml/Accounts/ChangeBalance.php @@ -10,15 +10,31 @@ namespace Praxigento\Accounting\Contr...
MOBI-<I> - Merge popup with service operation (controller version)
praxigento_mobi_mod_accounting
train
0a86d82aaad4ae622deebe383036ca6eb1b1af3b
diff --git a/modules/canary/plans/init.pp b/modules/canary/plans/init.pp index <HASH>..<HASH> 100644 --- a/modules/canary/plans/init.pp +++ b/modules/canary/plans/init.pp @@ -28,16 +28,22 @@ plan canary( $catch_params = $params + { '_catch_errors' => true } if ($task) { + $action = 'run_task' + $object = ...
(BOLT-<I>) Fail plan on canary failure When a node fails using canary plan the plan will fail and a summary of failures is reported. Spec test updated to validate case where non-canary node fails.
puppetlabs_bolt
train
9b38102392a7a4a10c22593312a723cb657c680f
diff --git a/src/Persistence.php b/src/Persistence.php index <HASH>..<HASH> 100644 --- a/src/Persistence.php +++ b/src/Persistence.php @@ -51,10 +51,7 @@ class Persistence ]); } - if (is_object($m)) { - $m->setDefaults($defaults); - } - + $m->setDefaults($defaults...
$m is object at this point, no need to check.
atk4_data
train
797c953eb71fc5700150da8d2718110ac008c23f
diff --git a/src/net/bootsfaces/render/HeadRenderer.java b/src/net/bootsfaces/render/HeadRenderer.java index <HASH>..<HASH> 100644 --- a/src/net/bootsfaces/render/HeadRenderer.java +++ b/src/net/bootsfaces/render/HeadRenderer.java @@ -104,11 +104,10 @@ public class HeadRenderer extends Renderer { String usefa ...
Update for Font Awesome <I> support (via CDN).
TheCoder4eu_BootsFaces-OSP
train
06a7f3226cd0811d0cccc106a46915bf3b775b77
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: brightbox-cli (1.3.0) - fog-brightbox (~> 0.3) + fog-brightbox (~> 0.3.1) gli (~> 2.9) highline (~> 1.6) hirb (~> 0.6) @@ -16,8 +16,8...
Add buffer-size to load balancers
brightbox_brightbox-cli
train
c2f76ddba3bd8ed192a8ec12639df58509dbf3fe
diff --git a/lib/expedition/response.rb b/lib/expedition/response.rb index <HASH>..<HASH> 100644 --- a/lib/expedition/response.rb +++ b/lib/expedition/response.rb @@ -50,7 +50,8 @@ module Expedition end def self.normalize_key(key) - key.gsub(/(\w)%/, '\\1_percent').gsub('%', 'percent').gsub(/\s|\-/, '_...
Refactor key normalization Symbols are translated to spaces, starting and trailing spaces are stripped, and any remaining spaces are translated to underscores (treating groups of spaces as a single underscore). TL;DR Keep me sane.
gevans_expedition
train
61c3f47b1bd9f9eef9b00c0863f9370a62457035
diff --git a/src/bbn/Db/Languages/Sql.php b/src/bbn/Db/Languages/Sql.php index <HASH>..<HASH> 100644 --- a/src/bbn/Db/Languages/Sql.php +++ b/src/bbn/Db/Languages/Sql.php @@ -209,10 +209,10 @@ abstract class Sql implements SqlEngines, Engines, EnginesApi, SqlFormatters ]; /** @var array The 'kinds' of writing s...
Added RENAME in write_kinds for Db
nabab_bbn
train
083bdcfcfdf9c5b16ca5fdba898912179eabfdb9
diff --git a/CalculateRootJobStatusProcessor.php b/CalculateRootJobStatusProcessor.php index <HASH>..<HASH> 100644 --- a/CalculateRootJobStatusProcessor.php +++ b/CalculateRootJobStatusProcessor.php @@ -48,6 +48,7 @@ class CalculateRootJobStatusProcessor implements Processor, CommandSubscriberInt public function...
Changed: Clear Doctrine cache before calculate Root Job Status Before determine Root Job Status Doctrine cache for Job entity must be cleared, otherwise if this root job was processed in previous request by the same enqueue, then it will falsely return old status, which will cause infinite running root jobs
php-enqueue_job-queue
train
37f12f2c3460f189907ce9383ea772761e086584
diff --git a/tests/plugins/keyword_test.py b/tests/plugins/keyword_test.py index <HASH>..<HASH> 100644 --- a/tests/plugins/keyword_test.py +++ b/tests/plugins/keyword_test.py @@ -1,3 +1,6 @@ +import base64 +from random import randint + import pytest from detect_secrets.core.scan import scan_line @@ -10,6 +13,8 @@ W...
Long line test to check the KeywordDetector performance in testing stage
Yelp_detect-secrets
train
96af7f5ff46530b76e30a445e56e28dec7fcaafc
diff --git a/app/config/permissions.yml.dist b/app/config/permissions.yml.dist index <HASH>..<HASH> 100644 --- a/app/config/permissions.yml.dist +++ b/app/config/permissions.yml.dist @@ -51,7 +51,6 @@ global: login: [ everyone ] postLogin: [ everyone ] logout: [ editor, admin, developer ] - overview: ...
Special-case permissions for 'overview'
bolt_bolt
train
d1472eef543cfe13d8ed733041bddcd69e82e046
diff --git a/src/core/components/swarm.js b/src/core/components/swarm.js index <HASH>..<HASH> 100644 --- a/src/core/components/swarm.js +++ b/src/core/components/swarm.js @@ -22,18 +22,23 @@ module.exports = function swarm (self) { // TODO: return latency and streams when verbose is set // we currently do...
test: skip test for incomplete feature * wip - incomplete feature -> <URL>
ipfs_js-ipfs
train
1e64f3e761ae3f61446f7ce750fd469211dc087f
diff --git a/mistletoe/html_token.py b/mistletoe/html_token.py index <HASH>..<HASH> 100644 --- a/mistletoe/html_token.py +++ b/mistletoe/html_token.py @@ -30,7 +30,7 @@ class HTMLBlock(block_token.BlockToken): if not line.startswith('<') or open_tag_end == -1: return False if HTMLSpan.pat...
🐛 fixed: html_token cannot parse single-element block
miyuchina_mistletoe
train
6b0db338939dd23694c9bbafd020490d75097728
diff --git a/dose/terminal.py b/dose/terminal.py index <HASH>..<HASH> 100644 --- a/dose/terminal.py +++ b/dose/terminal.py @@ -39,16 +39,23 @@ class TerminalSize(object): width = DEFAULT_TERMINAL_WIDTH # Fallback # Strategies are (method name without the "from_" prefix, arguments list) - strategies = [ -...
Getting width from Windows Console Handles API - New dose.terminal.TerminalSize.from_windows_handle method with 3 strategies for retrieving the width on Windows, using the GetConsoleScreenBufferInfo function from the Windows Console Handles API for the standard in/out/error "streams" (thereby called "handles" ...
danilobellini_dose
train
6bbd078e33473274f623dfae11365eabdf95b29f
diff --git a/java/core/clustercontroller/src/test/java/io/joynr/messaging/routing/CcMessageRouterTest.java b/java/core/clustercontroller/src/test/java/io/joynr/messaging/routing/CcMessageRouterTest.java index <HASH>..<HASH> 100644 --- a/java/core/clustercontroller/src/test/java/io/joynr/messaging/routing/CcMessageRoute...
[Java] Wait for message workers to shut down in MessageRouter.shutdown Change-Id: Icec3debc<I>e<I>ff<I>cd0c<I>aa0ba<I>
bmwcarit_joynr
train
39ea3a9e7f747b7ccf221262dcfb181db4c2dcad
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ version_string = '0.3.2' # Parse requirements # parse_requirements() returns generator of pip.req.InstallRequirement objects -install_reqs = parse_requirements('./requirements.txt', session=pip.download.PipS...
Tweaked parse requirements path.
networks-lab_tidyextractors
train
aedc6eb02897193c3c7346b054d4612855446f22
diff --git a/src/Illuminate/Database/Query/Grammars/Grammar.php b/src/Illuminate/Database/Query/Grammars/Grammar.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Query/Grammars/Grammar.php +++ b/src/Illuminate/Database/Query/Grammars/Grammar.php @@ -142,8 +142,9 @@ class Grammar extends BaseGrammar { ...
Fixes join bindings bug when query is invoked multiple times
laravel_framework
train
0d4ca4796d0b1f12202f5b0b87a37bc0fcb07209
diff --git a/config/request-handling.php b/config/request-handling.php index <HASH>..<HASH> 100644 --- a/config/request-handling.php +++ b/config/request-handling.php @@ -22,7 +22,7 @@ return [ 'auth' => yii::referenceTo(\hiapi\Core\Auth\AuthMiddleware::class), 'router' => yii:...
Add `~` to make `~remove-keys` sorted after letters
hiqdev_hiapi
train
b41934e10d034f3e62913d48def7af89f6248025
diff --git a/arouter-api/src/main/java/com/alibaba/android/arouter/core/LogisticsCenter.java b/arouter-api/src/main/java/com/alibaba/android/arouter/core/LogisticsCenter.java index <HASH>..<HASH> 100644 --- a/arouter-api/src/main/java/com/alibaba/android/arouter/core/LogisticsCenter.java +++ b/arouter-api/src/main/java...
Bugfix : when the interceptor process times out, it is skipped, not aborted
alibaba_ARouter
train
9f20f1fa76aedafa07f40b8911a1cedf6046d94d
diff --git a/lib/elastomer/client/index.rb b/lib/elastomer/client/index.rb index <HASH>..<HASH> 100644 --- a/lib/elastomer/client/index.rb +++ b/lib/elastomer/client/index.rb @@ -327,38 +327,6 @@ module Elastomer client.scan query, opts end - # Execute an array of searches in bulk. Results are re...
remove multi_search from index methods Search methods are currently only in Docs
github_elastomer-client
train
473eadb5df08ce29e4b0c4a3a4c2c95554301e86
diff --git a/lib/rubocop/cop/mixin/parentheses.rb b/lib/rubocop/cop/mixin/parentheses.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/mixin/parentheses.rb +++ b/lib/rubocop/cop/mixin/parentheses.rb @@ -6,9 +6,10 @@ module RuboCop # Common functionality for handling parentheses. module Parentheses ...
Parentheses#parens_required? is a tiny bit faster
rubocop-hq_rubocop
train
7da3a931f2aa4fa08abc84625a10faa9e1fd3941
diff --git a/salt/__init__.py b/salt/__init__.py index <HASH>..<HASH> 100755 --- a/salt/__init__.py +++ b/salt/__init__.py @@ -183,7 +183,6 @@ class Syndic(object): + str(opts['master_port']) opts['_master_conf_file'] = opts['conf_file'] opts.pop('conf_file') - ...
don't print the opts when the syndic starts
saltstack_salt
train
63f941d993be3cfa00a5caf2b042108b043eafab
diff --git a/kernel/private/classes/ezpkernelweb.php b/kernel/private/classes/ezpkernelweb.php index <HASH>..<HASH> 100644 --- a/kernel/private/classes/ezpkernelweb.php +++ b/kernel/private/classes/ezpkernelweb.php @@ -912,11 +912,10 @@ class ezpKernelWeb implements ezpKernelHandler $redirectURI .= $module...
typo fix, and same replacement in kernel setup
ezsystems_ezpublish-legacy
train
dee8dc384ea6919283422f95c782f405b5543136
diff --git a/lib/plugin/allure.js b/lib/plugin/allure.js index <HASH>..<HASH> 100644 --- a/lib/plugin/allure.js +++ b/lib/plugin/allure.js @@ -82,6 +82,13 @@ module.exports = (config) => { currentStep = null; }); + event.dispatcher.on(event.test.started, (test) => { + const currentTest = reporter.getCurre...
add label to allure report + fix collect tag (#<I>)
Codeception_CodeceptJS
train
8c46061b7ad9c578437989b6521662e6f782f1fb
diff --git a/bin/benchmark.readViewStrip.js b/bin/benchmark.readViewStrip.js index <HASH>..<HASH> 100644 --- a/bin/benchmark.readViewStrip.js +++ b/bin/benchmark.readViewStrip.js @@ -37,7 +37,7 @@ function stripReadView(root, rules) { } function mwAPIParserOutput(domain, title) { - const mwAPIUrl = `https://${domai...
Read view benchmark: Disable profiler report on MW results Bug: T<I> Change-Id: I<I>deef0fadb<I>a<I>f<I>aac7c4afaab3ae<I>
wikimedia_parsoid
train
662dfd42716ae2c2a4043321f2552f0166a7c2be
diff --git a/packages/next/client/page-loader.js b/packages/next/client/page-loader.js index <HASH>..<HASH> 100644 --- a/packages/next/client/page-loader.js +++ b/packages/next/client/page-loader.js @@ -14,7 +14,6 @@ function supportsPreload (list) { } const hasPreload = supportsPreload(document.createElement('link...
Drop module.hot from production bundles (#<I>)
zeit_next.js
train
13b835abcf06733885af7ba2b9c97697d11df38c
diff --git a/src/main/java/com/popbill/api/HTTaxinvoiceService.java b/src/main/java/com/popbill/api/HTTaxinvoiceService.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/popbill/api/HTTaxinvoiceService.java +++ b/src/main/java/com/popbill/api/HTTaxinvoiceService.java @@ -37,6 +37,16 @@ public interface HTTaxinvo...
Fixed HomeTax Taxinvoice API UserID Overload func
linkhub-sdk_popbill.sdk.java
train
e24bee4e7006ec51789c56f94009789742f20d47
diff --git a/master/buildbot/worker/latent.py b/master/buildbot/worker/latent.py index <HASH>..<HASH> 100644 --- a/master/buildbot/worker/latent.py +++ b/master/buildbot/worker/latent.py @@ -28,6 +28,7 @@ from buildbot.interfaces import ILatentWorker from buildbot.interfaces import LatentWorkerFailedToSubstantiate fr...
latent: Wait for all pending operations to complete in stopService()
buildbot_buildbot
train
431609bba5c7a7b8d603946bfcd6f0ebd9234a7a
diff --git a/lib/components/mobile/navigation-bar.js b/lib/components/mobile/navigation-bar.js index <HASH>..<HASH> 100644 --- a/lib/components/mobile/navigation-bar.js +++ b/lib/components/mobile/navigation-bar.js @@ -23,10 +23,6 @@ class MobileNavigationBar extends Component { else if (typeof onBackClicked === '...
feat(realtime): Restore realtime route-modification alerts in mobile mode
opentripplanner_otp-react-redux
train
295f57d7c21b89cf2ef1ed809b216e9fa82ca8b6
diff --git a/js/_1btcxe.js b/js/_1btcxe.js index <HASH>..<HASH> 100644 --- a/js/_1btcxe.js +++ b/js/_1btcxe.js @@ -1,4 +1,4 @@ -"use strict"; +'use strict'; // --------------------------------------------------------------------------- @@ -190,7 +190,7 @@ module.exports = class _1btcxe extends Exchange { ...
1btce withdraw tag and linting #<I>
ccxt_ccxt
train
56a16bec3ee6fb1b1b68865453caee660af76716
diff --git a/lib/silencer/environment.rb b/lib/silencer/environment.rb index <HASH>..<HASH> 100644 --- a/lib/silencer/environment.rb +++ b/lib/silencer/environment.rb @@ -6,7 +6,7 @@ module Silencer module_function def rails? - defined?(::Rails) + defined?(::Rails) && ::Rails.logger.present? ...
Check if Rails Logger Present for environment
stve_silencer
train
3011904341e94d38de8ac955b2c3690a7545d214
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -37,6 +37,7 @@ This means that any changes in the translation process won't happen untill eithe This obviously won't work in a non nosetests environment and I think it's best if skipped tests were explici...
Remove the ability to use context instead of describe
delfick_nose-of-yeti
train
aab6a1f6711e048058a7a4f46e3c25fb9dc4f7b5
diff --git a/libraries/lithium/test/filter/Complexity.php b/libraries/lithium/test/filter/Complexity.php index <HASH>..<HASH> 100644 --- a/libraries/lithium/test/filter/Complexity.php +++ b/libraries/lithium/test/filter/Complexity.php @@ -91,11 +91,12 @@ class Complexity extends \lithium\test\Filter { $packagedResul...
Fixed bug in Complexity filter result collection
UnionOfRAD_framework
train
264787154c9633d19b9307bbb0dafdea47c9336a
diff --git a/src/org/datasift/Definition.java b/src/org/datasift/Definition.java index <HASH>..<HASH> 100644 --- a/src/org/datasift/Definition.java +++ b/src/org/datasift/Definition.java @@ -69,7 +69,7 @@ public class Definition { */ public Definition(User user, String csdl, String hash) { _user = user; - _csd...
added validate() method; trim CSDL in constructor
datasift_datasift-java
train
c7c581700dc406ab761384614ed8a21ff458e9aa
diff --git a/stone/cli.py b/stone/cli.py index <HASH>..<HASH> 100644 --- a/stone/cli.py +++ b/stone/cli.py @@ -299,6 +299,12 @@ def main(): args.generator, file=sys.stderr) sys.exit(1) else: + # A bit hacky, but we add the folder that the generator is in to our + # python path...
Add generator folder to python path for local imports.
dropbox_stone
train
74e23aae6e8cfb5b0d3f3499080745302e1f2ad1
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -59,10 +59,18 @@ exports.redirect = function (loc, res) { * Opens browser with app */ exports.openBrowser = function (config, callback) { + var url = 'http://' + config.host + ':' + config.www_port; + ...
add win<I> and linux support
hoodiehq_hoodie
train
d6dffbac392c8ecfde7a6f9226c44992d73abfe8
diff --git a/src/Command/ThemeDownloadCommand.php b/src/Command/ThemeDownloadCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/ThemeDownloadCommand.php +++ b/src/Command/ThemeDownloadCommand.php @@ -61,7 +61,7 @@ class ThemeDownloadCommand extends Command // Parse release theme page to get Drupal...
Applied PHPQA to be PSR-2 complaint
hechoendrupal_drupal-console
train
4f30a834d0913fcc5fd878c3ff1c17c67214b6d4
diff --git a/lib/vagrant/environment.rb b/lib/vagrant/environment.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/environment.rb +++ b/lib/vagrant/environment.rb @@ -495,7 +495,7 @@ module Vagrant if current_path.exist? # We also test if current_path == path because on case insensitive #...
Tests for multivagrantfile being found
hashicorp_vagrant
train
caa0fdd6be8e67f28e3c4e8f772e3d5986940af2
diff --git a/salt/modules/pw_group.py b/salt/modules/pw_group.py index <HASH>..<HASH> 100644 --- a/salt/modules/pw_group.py +++ b/salt/modules/pw_group.py @@ -33,8 +33,10 @@ def add(name, gid=None, **kwargs): salt '*' group.add foo 3456 ''' - if salt.utils.is_true(kwargs.get('system')): + if salt....
Error on completely invalid kwd args; follow-up to #<I>
saltstack_salt
train
c0f8e14a73f0f3142c6ab9b324a81a75c203176a
diff --git a/asammdfgui/gui.py b/asammdfgui/gui.py index <HASH>..<HASH> 100644 --- a/asammdfgui/gui.py +++ b/asammdfgui/gui.py @@ -168,8 +168,12 @@ class SearchWidget(QWidget, search_widget.Ui_SearchWidget): self.current_index = 1 self.entries = [] - completer = QCompleter(list(self.channels_...
* gui: try to improve search filed performance for large channel count
danielhrisca_asammdf
train
b6534b4a0a73e5567f6b910105e0026108b08418
diff --git a/src/main/java/com/beust/jcommander/internal/DefaultConsole.java b/src/main/java/com/beust/jcommander/internal/DefaultConsole.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/beust/jcommander/internal/DefaultConsole.java +++ b/src/main/java/com/beust/jcommander/internal/DefaultConsole.java @@ -1,6 +...
Fixed an issue where data from System.in was being read in that should have been ignored.
pressgang-ccms_jcommander-pressgang
train
361958b272e3e79a17999593d0a058eb542fd058
diff --git a/lib/EventListener.php b/lib/EventListener.php index <HASH>..<HASH> 100644 --- a/lib/EventListener.php +++ b/lib/EventListener.php @@ -47,20 +47,22 @@ class EventListener } $object = $eventArgs->getObject(); - $entityClass = get_class($object); - if (isset($this->external...
Manage subclass (mainly for doctrine proxy)
mapado_doctrine-blender
train
9569bdb0131a8a8d36cc47e652abcb87aff110f7
diff --git a/rollup.config.js b/rollup.config.js index <HASH>..<HASH> 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,6 +1,14 @@ +import {readFileSync} from "fs"; import {terser} from "rollup-plugin-terser"; import * as meta from "./package.json"; +// Extract copyrights from the LICENSE. +const copyright...
related d3/d3#<I>; extract copyrights from LICENSE
d3_d3-interpolate
train
6f22387dd02a05243a9be5d958d6a14aee30b03b
diff --git a/lib/amo-client.js b/lib/amo-client.js index <HASH>..<HASH> 100644 --- a/lib/amo-client.js +++ b/lib/amo-client.js @@ -116,27 +116,22 @@ Client.prototype.waitForSignedAddon = function(statusUrl, opt) { var failedValidation = !data.valid; // The add-on passes validation and all files have...
Consider the xpi signed only when files are ready I have seen this occur both locally and on stage where the file was processed and had validation results but the files array was empty. When inspecting the DB, signed files were there so I suspect it's a race condition. It may be better fixed by adding a db transaction...
mozilla-jetpack_jpm
train
2a2f61617e9ecfda21a5b233130b3768fcc1b4f4
diff --git a/android/src/playn/android/AndroidCanvasImage.java b/android/src/playn/android/AndroidCanvasImage.java index <HASH>..<HASH> 100644 --- a/android/src/playn/android/AndroidCanvasImage.java +++ b/android/src/playn/android/AndroidCanvasImage.java @@ -47,11 +47,10 @@ class AndroidCanvasImage extends AndroidImage...
Some whitespace and method ordering tidying.
threerings_playn
train
b44656d3acdf8b9e0ac1f6ab49857f0085d35a2c
diff --git a/ecstatic/conf.py b/ecstatic/conf.py index <HASH>..<HASH> 100644 --- a/ecstatic/conf.py +++ b/ecstatic/conf.py @@ -9,5 +9,5 @@ class EcstaticConf(AppConf): class Meta: required = [ - 'BUILT_ROOT', + 'BUILD_ROOT', ] diff --git a/ecstatic/management/commands/buil...
Rename BUILT_ROOT to BUILD_ROOT
hzdg_django-ecstatic
train
0c34cc5a930b96873f4d863bcecfd47020d874cf
diff --git a/backup/util/ui/restore_ui_stage.class.php b/backup/util/ui/restore_ui_stage.class.php index <HASH>..<HASH> 100644 --- a/backup/util/ui/restore_ui_stage.class.php +++ b/backup/util/ui/restore_ui_stage.class.php @@ -901,7 +901,7 @@ class restore_ui_stage_review extends restore_ui_stage { foreach...
MDL-<I> core_backup: change review heading to 'Restore settings'
moodle_moodle
train
149fbe387420a002e7cb425d4945e18633302adf
diff --git a/cmd/kubeadm/app/cmd/upgrade/apply.go b/cmd/kubeadm/app/cmd/upgrade/apply.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/cmd/upgrade/apply.go +++ b/cmd/kubeadm/app/cmd/upgrade/apply.go @@ -194,7 +194,11 @@ func RunApply(flags *applyFlags) error { // and block until all DaemonSets are ready; then we ...
kubeadm: don't prepull etcd image on upgrade Skipped prepulling etcd image if external etcd is used. Fixes: kubernetes/kubeadm#<I>
kubernetes_kubernetes
train
bb099bd97513c986a971a8f46f28a7aefcd413cd
diff --git a/paxtools-console/src/main/java/org/biopax/paxtools/PaxtoolsMain.java b/paxtools-console/src/main/java/org/biopax/paxtools/PaxtoolsMain.java index <HASH>..<HASH> 100644 --- a/paxtools-console/src/main/java/org/biopax/paxtools/PaxtoolsMain.java +++ b/paxtools-console/src/main/java/org/biopax/paxtools/Paxtool...
Took back the project to java <I>.
BioPAX_Paxtools
train
b39bb71587cb4a4964238bdc6e846535588a3cfc
diff --git a/framework/messages/sk/yii.php b/framework/messages/sk/yii.php index <HASH>..<HASH> 100644 --- a/framework/messages/sk/yii.php +++ b/framework/messages/sk/yii.php @@ -23,7 +23,6 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ - 'You should upload at least {limit, number} {limit, pl...
Updated SK locale strings [skip ci] (#<I>)
yiisoft_yii2
train
ec83bd643e7beeddc7b75e9cd3a0753bff86c21e
diff --git a/packages/vaex-core/vaex/core/_version.py b/packages/vaex-core/vaex/core/_version.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/core/_version.py +++ b/packages/vaex-core/vaex/core/_version.py @@ -1,2 +1,2 @@ -__version_tuple__ = (4, 6, 0, 'alpha.3') -__version__ = '4.6.0-alpha.3' +__version_t...
🔖 vaex-core <I>-alpha<I> released
vaexio_vaex
train
ad95543069cefcc19ff0717e4f39d278fb22890f
diff --git a/lib/transforms/renameAssetsToMD5Prefix.js b/lib/transforms/renameAssetsToMD5Prefix.js index <HASH>..<HASH> 100644 --- a/lib/transforms/renameAssetsToMD5Prefix.js +++ b/lib/transforms/renameAssetsToMD5Prefix.js @@ -48,7 +48,7 @@ module.exports = function (queryObj) { } function renameBatch...
transforms.renameAssetsToMD5Prefix: Set a concurrency limit of <I>.
assetgraph_assetgraph
train
8d85d51975a0112a43030622bbdf7f963469f978
diff --git a/class.phpmailer.php b/class.phpmailer.php index <HASH>..<HASH> 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -2421,7 +2421,7 @@ class PHPMailer { if ($directory == '.') { $directory = ''; } - $cid = 'cid:' . md5($filename); + $cid = 'cid:...
Fix for attachments with duplicate filenames,
PHPMailer_PHPMailer
train
9311fa7b42b2b5a74e411aa263daa4fbfc270645
diff --git a/packages/discord.js/src/util/DataResolver.js b/packages/discord.js/src/util/DataResolver.js index <HASH>..<HASH> 100644 --- a/packages/discord.js/src/util/DataResolver.js +++ b/packages/discord.js/src/util/DataResolver.js @@ -1,7 +1,7 @@ 'use strict'; const { Buffer } = require('node:buffer'); -const f...
fix(dataresolver): ensure fetched file is convert to a buffer (#<I>)
discordjs_discord.js
train
6030328bd5c12e11f6278401a557772a38bdc0ca
diff --git a/zarr/tests/test_array.py b/zarr/tests/test_array.py index <HASH>..<HASH> 100644 --- a/zarr/tests/test_array.py +++ b/zarr/tests/test_array.py @@ -380,10 +380,14 @@ class TestPersistentArray(TestCase, ArrayTests): a = np.arange(1050, dtype=dtype) self._test_persistence(a, chunks=(1...
added test for nested structured dtype
zarr-developers_zarr
train
266655da1e4c2def7d0d8cf6cd0d8aa0ac40014c
diff --git a/lib/Models/Leaflet.js b/lib/Models/Leaflet.js index <HASH>..<HASH> 100644 --- a/lib/Models/Leaflet.js +++ b/lib/Models/Leaflet.js @@ -301,7 +301,7 @@ Leaflet.prototype.captureScreenshot = function() { combined.width = leftCanvas.width; combined.height = leftCanvas....
Fix print view splitter on high dpi displays.
TerriaJS_terriajs
train
0654970bbaf18b10810cbb35724c8992093e655d
diff --git a/py3status/docstrings.py b/py3status/docstrings.py index <HASH>..<HASH> 100644 --- a/py3status/docstrings.py +++ b/py3status/docstrings.py @@ -68,7 +68,11 @@ def core_module_docstrings( for name in paths: path, module_type = paths[name] with open(path) as f: - module = ast....
clean and improve screenshots generation (#<I>), by @tobes
ultrabug_py3status
train
7dbbe6bbd185705ca84b2308787c2ac65a974408
diff --git a/app/controllers/devise/password_expired_controller.rb b/app/controllers/devise/password_expired_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/devise/password_expired_controller.rb +++ b/app/controllers/devise/password_expired_controller.rb @@ -12,7 +12,7 @@ class Devise::PasswordExpiredCo...
Fix incorrect argument for update_with_password By adding the `resource.extend` line in version <I>, this caused a bug in the `update` method that resulted in `ActiveModel::ForbiddenAttributesError` when trying to update the password. The solution is to pass in `resource_params` as an argument instead of `params[reso...
devise-security_devise-security
train
7791c9c380e366d225f26d54fbb70a1f750813c3
diff --git a/lib/bcsec/group.rb b/lib/bcsec/group.rb index <HASH>..<HASH> 100644 --- a/lib/bcsec/group.rb +++ b/lib/bcsec/group.rb @@ -35,5 +35,30 @@ module Bcsec end self.find { |g| g.name.downcase == other_name.downcase } end + + ## + # Copy-pasted from parent in order to use appropriate cl...
Implement custom serialization for the group membership array. Fixes #<I>. This is necessary because RubyTree does not support marshaling a tree starting anywhere except the root, while Bcsec::GroupMembership objects contain a reference to an intermediate node in the portal's group tree.
NUBIC_aker
train
67eed8dde1536405d2955e5091a0726e1a11bd40
diff --git a/messages/telegram.py b/messages/telegram.py index <HASH>..<HASH> 100644 --- a/messages/telegram.py +++ b/messages/telegram.py @@ -25,7 +25,7 @@ class TelegramBot(Message): :chat_id: (str) chat_id for already-intiated chat. Integer represented as a string. Recipient must have already...
changes 'username' param to 'to' to be more consistent with other message types
trp07_messages
train
8f1f1b8ba4b74b987bc628e8375e975f33768aaa
diff --git a/payment_paypal/indico_payment_paypal/controllers.py b/payment_paypal/indico_payment_paypal/controllers.py index <HASH>..<HASH> 100644 --- a/payment_paypal/indico_payment_paypal/controllers.py +++ b/payment_paypal/indico_payment_paypal/controllers.py @@ -25,8 +25,8 @@ from flask_pluginengine import current_...
Payment/PayPal: Use transaction creation wrapper
indico_indico-plugins
train
5bc0f7593b9d87c948937ade380da726c41bb634
diff --git a/examples/websocket/websocket.go b/examples/websocket/websocket.go index <HASH>..<HASH> 100644 --- a/examples/websocket/websocket.go +++ b/examples/websocket/websocket.go @@ -27,7 +27,7 @@ func main() { fmt.Println("Infos:", ev.Info) fmt.Println("Connection counter:", ev.ConnectionCount) // Repl...
small fix in order to pass build test
nlopes_slack
train
aca4d96b5ecffdc264ce290e8f9c3bd66511d404
diff --git a/lib/virtualbox/vm.rb b/lib/virtualbox/vm.rb index <HASH>..<HASH> 100644 --- a/lib/virtualbox/vm.rb +++ b/lib/virtualbox/vm.rb @@ -332,6 +332,8 @@ module VirtualBox result = find_helper.call(name, child) return result unless result.nil? end + + nil end f...
Return nil if a snapshot is not found
mitchellh_virtualbox
train
d800aca6d26f3235858bf9e6472b290ed4599246
diff --git a/src/runez/__init__.py b/src/runez/__init__.py index <HASH>..<HASH> 100644 --- a/src/runez/__init__.py +++ b/src/runez/__init__.py @@ -24,7 +24,7 @@ from runez.prompt import ask_once from runez.represent import align, header, indented, PrettyTable from runez.serialize import json_sanitized, read_json, rep...
AbortException can't be used directly, as it can be externally set
zsimic_runez
train
f43fd32dafdca293e099399e51d9452a4be364ed
diff --git a/fundingmanager.go b/fundingmanager.go index <HASH>..<HASH> 100644 --- a/fundingmanager.go +++ b/fundingmanager.go @@ -372,10 +372,6 @@ type fundingManager struct { // external sub-systems using the ProcessFundingMsg call. fundingMsgs chan *fundingMsg - // queries is a channel which receives requests ...
lnd: remove PendingChannels call from fundingManager
lightningnetwork_lnd
train
823e15e601b480a5654fb4294c150001b7c88bf2
diff --git a/tests/__init__.py b/tests/__init__.py index <HASH>..<HASH> 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -11,5 +11,5 @@ sys.path.append("../pythainlp") loader = unittest.TestLoader() testSuite = loader.discover("tests") -testRunner = unittest.TextTestRunner(verbosity=2) +testRunner = unitte...
Update unittest (build and deploy docs)
PyThaiNLP_pythainlp
train
dbc57d14e464187a996ca9733edf63661838528a
diff --git a/integrationtest/src/test/java/org/chorusbdd/chorus/selftest/processhandler/nonjava/PropertyWritingExecutionListener.java b/integrationtest/src/test/java/org/chorusbdd/chorus/selftest/processhandler/nonjava/PropertyWritingExecutionListener.java index <HASH>..<HASH> 100644 --- a/integrationtest/src/test/java...
Add ExecutionPriority annotation to fix processes test
Chorus-bdd_Chorus
train
e58206027f6578e72d39fe9c77da866b6bab4cc0
diff --git a/ep_ldapauth.js b/ep_ldapauth.js index <HASH>..<HASH> 100644 --- a/ep_ldapauth.js +++ b/ep_ldapauth.js @@ -172,6 +172,7 @@ exports.handleMessage = function(hook_name, context, cb) { if (!context.message.token) { console.debug('ep_ldapauth.handleMessage: intercepted CLIENT_READY message has no to...
Updating broken fix for #<I> on modern socket.io
tykeal_ep_ldapauth
train
bf4f46b9faaeb60bcc1c48285be794e14dde4284
diff --git a/test/e2e/network/service.go b/test/e2e/network/service.go index <HASH>..<HASH> 100644 --- a/test/e2e/network/service.go +++ b/test/e2e/network/service.go @@ -2709,7 +2709,7 @@ var _ = SIGDescribe("Services", func() { framework.ExpectNoError(err, "failed to create Endpoint") // setup a watch for the...
Adjust endpoint watch timeout to <I>
kubernetes_kubernetes
train
04529bd524922b141e0fc58fcb3a6e9772839429
diff --git a/src/crypto/index.js b/src/crypto/index.js index <HASH>..<HASH> 100644 --- a/src/crypto/index.js +++ b/src/crypto/index.js @@ -2163,7 +2163,8 @@ Crypto.prototype.requestVerification = function(userId, devices) { if (existingRequest) { return Promise.resolve(existingRequest); } - const ...
add to_device verif request to txnId -> request map before sending so if the .ready event arrives before the request finishes, it still ends up in the correct VerificationRequest
matrix-org_matrix-js-sdk
train
146d66a89436d469835e96b2986556046f71ca9f
diff --git a/src/Codeception/Module/Selenium2.php b/src/Codeception/Module/Selenium2.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Module/Selenium2.php +++ b/src/Codeception/Module/Selenium2.php @@ -193,12 +193,13 @@ class Selenium2 extends MinkJS } /** - * Switch to another window + * Switc...
Adding documentation for switching to a new unnamed window using Selenium2 There is currently no documentation on how to handle switching to a new unnamed window.
Codeception_Codeception
train
4914dd86ec82d48f4626310d2803bb848d66e47b
diff --git a/lib/adapter.js b/lib/adapter.js index <HASH>..<HASH> 100644 --- a/lib/adapter.js +++ b/lib/adapter.js @@ -9,6 +9,8 @@ 'use strict'; +const assertOptions = require('assert-options'); + /** * @class PromiseAdapter * @summary Adapter for the primary promise operations. @@ -58,6 +60,8 @@ class Promis...
integrating assertOptions into adapter
vitaly-t_pg-promise
train
fe44c5a30e4a00737dd42f0de6a68d54df7f34e8
diff --git a/string.go b/string.go index <HASH>..<HASH> 100644 --- a/string.go +++ b/string.go @@ -360,3 +360,19 @@ func StringFilter(f func(string) bool, data []string) []string { } return result } + +// StringFindBetween returns the string between the first occurrences of the tokens start and stop. +// The remai...
added StringFindBetween
ungerik_go-dry
train
7ce6aa698e34a74ba4468e77a9a09fa664049766
diff --git a/haas/tests/test_discoverer.py b/haas/tests/test_discoverer.py index <HASH>..<HASH> 100644 --- a/haas/tests/test_discoverer.py +++ b/haas/tests/test_discoverer.py @@ -703,3 +703,59 @@ class TestDiscovererNeverFilterModuleImportError(unittest.TestCase): case, = find_test_cases(suite) self.a...
Add failing tests for issue #<I>
scalative_haas
train
46c926a8950167852b2293195229771fef87bb50
diff --git a/myql/utils.py b/myql/utils.py index <HASH>..<HASH> 100644 --- a/myql/utils.py +++ b/myql/utils.py @@ -3,11 +3,11 @@ from xml.dom import minidom from xml.etree import cElementTree as tree def pretty_json(data): - data = json.loads(data) + data = json.loads(data.decode('utf-8')) return json.du...
decode method added for each response.content
josuebrunel_myql
train
474d7fd053ed425f546cc79d1ba00ababb8de336
diff --git a/src/main/java/com/netflix/config/ConcurrentMapConfiguration.java b/src/main/java/com/netflix/config/ConcurrentMapConfiguration.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/netflix/config/ConcurrentMapConfiguration.java +++ b/src/main/java/com/netflix/config/ConcurrentMapConfiguration.java @@ -2...
Added javadoc about NullPointerException for ConcurrentMapConfiguration and DynamicConfiguration. Added init() API in DynamicConfiguration.
Netflix_archaius
train
338bd2489e279283341cc9496fe66aed66f98936
diff --git a/packages/lite/tests/Greenter/Factory/FeFactoryTest.php b/packages/lite/tests/Greenter/Factory/FeFactoryTest.php index <HASH>..<HASH> 100644 --- a/packages/lite/tests/Greenter/Factory/FeFactoryTest.php +++ b/packages/lite/tests/Greenter/Factory/FeFactoryTest.php @@ -27,9 +27,10 @@ class FeFactoryTest extend...
Validate cpe valid by CDR code response
giansalex_greenter
train
ba4b420e20ad0cb267a77730382a322043f9e882
diff --git a/js/validator.js b/js/validator.js index <HASH>..<HASH> 100644 --- a/js/validator.js +++ b/js/validator.js @@ -29,7 +29,7 @@ +function ($) { 'use strict'; - var inputSelector = ':input:not([type="hidden"], [type="submit"], button):enabled:visible' + var inputSelector = ':input:not([type="submit"], b...
whoops, missed a place where I need to use inputSelector refs #<I> #<I>
1000hz_bootstrap-validator
train
d72164c3d15e6b32ada8fabe62da6e0db416ef7c
diff --git a/examples/async.php b/examples/async.php index <HASH>..<HASH> 100644 --- a/examples/async.php +++ b/examples/async.php @@ -33,7 +33,8 @@ try { # $prince_options->setBaseurl("http://hello.com"); # pretend URL when using document_content $create_response = $docraptor->createAsyncDoc(...
Don't exit from application to make this code more copy-pastable.
DocRaptor_docraptor-php
train
b1c85947e655991b2da7a08f235794c84930fe17
diff --git a/src/ossos-pipeline/ossos/gui/models/workload.py b/src/ossos-pipeline/ossos/gui/models/workload.py index <HASH>..<HASH> 100644 --- a/src/ossos-pipeline/ossos/gui/models/workload.py +++ b/src/ossos-pipeline/ossos/gui/models/workload.py @@ -1,5 +1,6 @@ from glob import glob import re +import sys __author...
corrected issue where ssos query looped forever.
OSSOS_MOP
train
202535695d3e98df2331f90bf976b5d641039b31
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,7 @@ * Improved `contain`. Added `contain` support to `find_by_id` method. (`#27`_) * Implemented generic methods. (`#10`_) * Implemented `OR` queries. (`#19`_) +* Implemented `sort` in queries. ...
Implemented `sort` in queries. Closes #<I>
Stranger6667_pyoffers
train
b749f0ecf99c2c0f4fc63528e8d76912f4409ab3
diff --git a/testsuite/scripts/src/test/java/org/wildfly/scripts/test/CliScriptTestCase.java b/testsuite/scripts/src/test/java/org/wildfly/scripts/test/CliScriptTestCase.java index <HASH>..<HASH> 100644 --- a/testsuite/scripts/src/test/java/org/wildfly/scripts/test/CliScriptTestCase.java +++ b/testsuite/scripts/src/tes...
WFCORE-<I> a test-case for evaluation of env variables in JBOSS_MODULEPATH
wildfly_wildfly-core
train
a83158d33ee5256a1a2febfd892abe31bfb89629
diff --git a/src/Tests/BasicTest.php b/src/Tests/BasicTest.php index <HASH>..<HASH> 100644 --- a/src/Tests/BasicTest.php +++ b/src/Tests/BasicTest.php @@ -123,6 +123,14 @@ class BasicTest extends \PHPUnit_Framework_TestCase { $this->assertFalse((bool) $missing, 'SimpleXml element not found by iterator xpath'); ...
Additional tests of the manipulation functions on an empty element.
stackpr_quipxml
train
c9af32f04accaffe82b50f5915d076ea45c674fe
diff --git a/src/org/jgroups/protocols/TP.java b/src/org/jgroups/protocols/TP.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/TP.java +++ b/src/org/jgroups/protocols/TP.java @@ -44,7 +44,7 @@ import java.util.concurrent.locks.ReentrantLock; * The {@link #receive(Address, Address, byte[], int, int)} m...
fixed UnicastChannelTest by not comparing for channel_name if null (<URL>)
belaban_JGroups
train
e8bdcb90ec3848813649f5492dc0eaec9201cf3e
diff --git a/database/stats.go b/database/stats.go index <HASH>..<HASH> 100644 --- a/database/stats.go +++ b/database/stats.go @@ -2,6 +2,29 @@ package database import "time" +// CountTableEntries returns the estimated count of scans, trusts relationships, analyses +// and certificates stored in database. The coun...
Add total entries to stats endpoint
mozilla_tls-observatory
train