hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
297e89d53b0e6f6367f3557321e98f1c43e14251
diff --git a/modules/core/www/loginuserpass.php b/modules/core/www/loginuserpass.php index <HASH>..<HASH> 100644 --- a/modules/core/www/loginuserpass.php +++ b/modules/core/www/loginuserpass.php @@ -15,6 +15,15 @@ if (!array_key_exists('AuthState', $_REQUEST)) { } $authStateId = $_REQUEST['AuthState']; +try { + /* ...
Redirect the user if refreshing the login page and the session is lost (without entering credentials). Will improve user experience
simplesamlphp_saml2
train
f0a9a37d11dd24be3b24761b412f55ad8acf778c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ module.exports = function (options) { } return through.obj(function (file, encoding, done) { // Detect a file with a sourcemaps and an external content - if (file.sourceMap && Array.isArray(file.so...
Add check to make sure sourceMap sources is not empty. Node 6 throws an exception when undefined is passed to path.basename
prantlf_gulp-relative-sourcemaps-source
train
526b28150dd8aca1db55747e6d90aeed425dd1f1
diff --git a/openquake/calculators/hazard/event_based/core_next.py b/openquake/calculators/hazard/event_based/core_next.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/hazard/event_based/core_next.py +++ b/openquake/calculators/hazard/event_based/core_next.py @@ -16,6 +16,8 @@ from nhlib import correlation ...
calculators/hazard/event_based/core_next: Initial sketch for the stochastic event set calculation Celeryd task.
gem_oq-engine
train
06f919964c87108ecb187153173e83e3b008d4dc
diff --git a/services/ManyToManyService.php b/services/ManyToManyService.php index <HASH>..<HASH> 100644 --- a/services/ManyToManyService.php +++ b/services/ManyToManyService.php @@ -17,15 +17,17 @@ class ManyToManyService extends BaseApplicationComponent { $criteria = craft()->elements->getCriteria(Ele...
Allow relations to show regardless of status/locale.
Pageworks_craft-manytomany
train
b22852206e615e4ce9aaf780c94e6da1a0817e5e
diff --git a/eZ/Publish/Core/Repository/NameSchemaService.php b/eZ/Publish/Core/Repository/NameSchemaService.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Repository/NameSchemaService.php +++ b/eZ/Publish/Core/Repository/NameSchemaService.php @@ -54,7 +54,7 @@ class NameSchemaService /** * @var array...
Updated: fixed resolving pattern group and merging fields, eased on method visibility
ezsystems_ezpublish-kernel
train
7124343e6b0227d733c262201fd50bb3b7548428
diff --git a/src/java/net/jpountz/util/Utils.java b/src/java/net/jpountz/util/Utils.java index <HASH>..<HASH> 100644 --- a/src/java/net/jpountz/util/Utils.java +++ b/src/java/net/jpountz/util/Utils.java @@ -25,7 +25,8 @@ public enum Utils { static { String arch = System.getProperty("os.arch"); unalignedAcc...
Add unsafeInstance support for AArch<I>
lz4_lz4-java
train
2f373bfcae8bdf71d7ea790fa52f265ee45e08ef
diff --git a/fusesoc/simulator/verilator.py b/fusesoc/simulator/verilator.py index <HASH>..<HASH> 100644 --- a/fusesoc/simulator/verilator.py +++ b/fusesoc/simulator/verilator.py @@ -96,10 +96,10 @@ class Verilator(Simulator): args += ['--top-module', self.top_module] args += ['--exe'] args +...
verilator: use --start-group/--end-group on archives only I don't really have an excellent rational behind this, other than it fixes a real-world problem I had when compiling several cores depending on each other, and it doesn't seem to break anything else.
olofk_fusesoc
train
349df70515a1d72ea9af951bc81a1926a557e2ec
diff --git a/src/main/java/org/mockito/quality/Strictness.java b/src/main/java/org/mockito/quality/Strictness.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mockito/quality/Strictness.java +++ b/src/main/java/org/mockito/quality/Strictness.java @@ -22,7 +22,7 @@ import org.mockito.junit.MockitoRule; * <ol> ...
Fixes #<I>: Clarify default strict stubbing behaviour in <I> (#<I>)
mockito_mockito
train
c74dcf60457cb8df9d8edbb1e03bd2cfca544431
diff --git a/slap/config_builder.py b/slap/config_builder.py index <HASH>..<HASH> 100644 --- a/slap/config_builder.py +++ b/slap/config_builder.py @@ -35,14 +35,14 @@ def get_mxds(directories): def get_data_sources(mxds): from slap.esri import ArcpyHelper - return create_data_sources_config(ArcpyHelper.list_...
Changes config generation to name data sources
lobsteropteryx_slap
train
09da95d71d8902e0f8f77a6dfe3dc615e071b21e
diff --git a/AegeanTools/fits_image.py b/AegeanTools/fits_image.py index <HASH>..<HASH> 100644 --- a/AegeanTools/fits_image.py +++ b/AegeanTools/fits_image.py @@ -15,9 +15,9 @@ from fits_interp import expand def load_safe(filename): """ - - :param filename: - :return: + Load a fits file, and retry if t...
docs, comments, and PEP
PaulHancock_Aegean
train
207caa78bbc756bd438a83f9c8e3f019a55afd17
diff --git a/worker/uniter/runner/debug/server.go b/worker/uniter/runner/debug/server.go index <HASH>..<HASH> 100644 --- a/worker/uniter/runner/debug/server.go +++ b/worker/uniter/runner/debug/server.go @@ -211,12 +211,12 @@ trap 'echo $? > $JUJU_DEBUG/hook_exit_status' EXIT // hook.pid that the rest of the server is ...
Trap on the right env var since it was changed.
juju_juju
train
c5e3cd0ae7cff15111654547c4520066b202a93b
diff --git a/src/timesplinter/tsfw/i18n/common/Localizer.php b/src/timesplinter/tsfw/i18n/common/Localizer.php index <HASH>..<HASH> 100644 --- a/src/timesplinter/tsfw/i18n/common/Localizer.php +++ b/src/timesplinter/tsfw/i18n/common/Localizer.php @@ -99,8 +99,10 @@ class Localizer if(in_array($category, $this->loca...
Don't return LC_ALL in getLocales() because of different output in different operating systems
TiMESPLiNTER_tsfw-i18n
train
b629a5bc42396fe81fdc0aa02dbfba04fb61d62d
diff --git a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/a...
Handle broken encoding in `#write_query?` If the SQL encoding somehow is invalid, `Regexp#match?` raises `ArgumentError`. Best we can do is to copy the string and try to match the regexp in "binary" mode. Hopefully these cases are rare enough that the string copy should be an important overhead.
rails_rails
train
e96a04bd5e9e50a102f5b3e8b4423d5a2600ed31
diff --git a/components/remotes/remotes.js b/components/remotes/remotes.js index <HASH>..<HASH> 100644 --- a/components/remotes/remotes.js +++ b/components/remotes/remotes.js @@ -6,14 +6,13 @@ var components = require('ungit-components'); var programEvents = require('ungit-program-events'); components.register('rem...
Remotes doesn't take repository as arg
FredrikNoren_ungit
train
2a764252a214b7988a1dc87821f2fa50b1d9c0e1
diff --git a/src/test/java/info/freelibrary/solr/ISO639ConversionFilterTest.java b/src/test/java/info/freelibrary/solr/ISO639ConversionFilterTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/info/freelibrary/solr/ISO639ConversionFilterTest.java +++ b/src/test/java/info/freelibrary/solr/ISO639ConversionFilterTes...
changed the filter test back to be 3.x compatible
ksclarke_solr-iso639-filter
train
fa55f0ac5f7502cec26594817e3072aca4031955
diff --git a/pypot/server/httpserver.py b/pypot/server/httpserver.py index <HASH>..<HASH> 100644 --- a/pypot/server/httpserver.py +++ b/pypot/server/httpserver.py @@ -587,7 +587,7 @@ class PlayMoveHandler(PoppyRequestHandler): self.write_json({ "error": "speed field is missing.", "tip": 'Speed value shoul...
feat(httpserver): debug logging When requesting the position of the end effector, the curl command to go to the same position will be logged server-side
poppy-project_pypot
train
fa9b132305608a088aed6c78e6756e5f83439e16
diff --git a/httpdomain/sphinxcontrib/autohttp/flask.py b/httpdomain/sphinxcontrib/autohttp/flask.py index <HASH>..<HASH> 100644 --- a/httpdomain/sphinxcontrib/autohttp/flask.py +++ b/httpdomain/sphinxcontrib/autohttp/flask.py @@ -30,7 +30,7 @@ def import_object(import_name): module_name, expr = import_name.split(...
httpdomain: PyPy compatibility.
sphinx-contrib_spelling
train
8ebb8a5bdb2662718b3385b9bb802f6d51e4a0f2
diff --git a/apiserver/apiserver.go b/apiserver/apiserver.go index <HASH>..<HASH> 100644 --- a/apiserver/apiserver.go +++ b/apiserver/apiserver.go @@ -377,7 +377,7 @@ func (w logsinkMetricsCollectorWrapper) Connections() prometheus.Gauge { } func (w logsinkMetricsCollectorWrapper) PingFailureCount(modelUUID string)...
Naming clean up The following commit ensures that call the old deprecated metric, so that we still produce graphs for <I> release. Also cleaned up a lot of the help and naming issues.
juju_juju
train
9e3cb8b9e91ce417e8970f4e47c69f2b58eb92be
diff --git a/lib/pact/mock_service/run.rb b/lib/pact/mock_service/run.rb index <HASH>..<HASH> 100644 --- a/lib/pact/mock_service/run.rb +++ b/lib/pact/mock_service/run.rb @@ -70,6 +70,7 @@ module Pact :AccessLog => [] } opts.merge!(ssl_opts) if options[:ssl] + opts.merge!(options[:we...
Allow webrick_options to be passed in to Pact::MockService::Run to silence the start up and shut down logs if necessary
pact-foundation_pact-mock_service
train
1621e91f9bac616c61f6944aade87d910927c9fb
diff --git a/src/Field/Configurator/IdConfigurator.php b/src/Field/Configurator/IdConfigurator.php index <HASH>..<HASH> 100644 --- a/src/Field/Configurator/IdConfigurator.php +++ b/src/Field/Configurator/IdConfigurator.php @@ -27,7 +27,7 @@ final class IdConfigurator implements FieldConfiguratorInterface $...
Display null when an Id is null Add a check to not truncate a null field value. This is useful when displaying id of children which are not necessarily initialized yet.
EasyCorp_EasyAdminBundle
train
ac8c22e885cd03048babe124548f15574182059b
diff --git a/core/src/test/java/com/orientechnologies/orient/core/storage/impl/local/paginated/LocalPaginatedClusterWithWAL.java b/core/src/test/java/com/orientechnologies/orient/core/storage/impl/local/paginated/LocalPaginatedClusterWithWAL.java index <HASH>..<HASH> 100755 --- a/core/src/test/java/com/orientechnologie...
Issue #<I> WAL test failure was fixed.
orientechnologies_orientdb
train
02fc7154cfe7a5f2450d91f9741d3d0411504e02
diff --git a/lib/DAV/FS/Directory.php b/lib/DAV/FS/Directory.php index <HASH>..<HASH> 100644 --- a/lib/DAV/FS/Directory.php +++ b/lib/DAV/FS/Directory.php @@ -140,10 +140,10 @@ class Directory extends Node implements DAV\ICollection, DAV\IQuota { * @return array */ function getQuotaInfo() { - + ...
Relative paths won't work on Windows Seems that disk_total_space and disk_free_space cannot work with relative paths on Windows (WAMP + PHP <I>)
sabre-io_dav
train
ad0d5482a5d3ec44c4e4acd5ba9a99dbab997aa3
diff --git a/tests/strided_interval_test_cases.py b/tests/strided_interval_test_cases.py index <HASH>..<HASH> 100644 --- a/tests/strided_interval_test_cases.py +++ b/tests/strided_interval_test_cases.py @@ -158,8 +158,10 @@ def multiplication_tests(): op1 = StridedInterval(bits=4, stride=1, lower_bound=3, upper_bo...
fixed wrong test case and error in stride calculation
angr_claripy
train
cde8183edfa4b4e156b1eb989cba685bea80e22e
diff --git a/pyontutils/parcellation.py b/pyontutils/parcellation.py index <HASH>..<HASH> 100755 --- a/pyontutils/parcellation.py +++ b/pyontutils/parcellation.py @@ -2008,6 +2008,25 @@ class PaxLabels(LabelsBase): predicate = annotation_predicate self._prov_dict[t].append((predica...
parc first pass mapping records to their PIDs
tgbugs_pyontutils
train
7609062fa95ae510e788f80c3286e9f80b4272bb
diff --git a/rails_test/rails-1.2.5-xss_foliate/config/environment.rb b/rails_test/rails-1.2.5-xss_foliate/config/environment.rb index <HASH>..<HASH> 100644 --- a/rails_test/rails-1.2.5-xss_foliate/config/environment.rb +++ b/rails_test/rails-1.2.5-xss_foliate/config/environment.rb @@ -10,6 +10,9 @@ RAILS_GEM_VERSION =...
configuring rails <I> test to run xss_foliate
flavorjones_loofah
train
6a880aabf6e55567a6f4e9a468b0e9f01228b623
diff --git a/src/MageTest/PhpSpec/MagentoExtension/Listener/ModuleUpdateListener.php b/src/MageTest/PhpSpec/MagentoExtension/Listener/ModuleUpdateListener.php index <HASH>..<HASH> 100644 --- a/src/MageTest/PhpSpec/MagentoExtension/Listener/ModuleUpdateListener.php +++ b/src/MageTest/PhpSpec/MagentoExtension/Listener/Mo...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
MageTest_MageSpec
train
b3c68785174f611f87b7fd6bae26a5cd15a9c53c
diff --git a/core/src/main/java/io/undertow/server/handlers/proxy/ProxyConnectionPool.java b/core/src/main/java/io/undertow/server/handlers/proxy/ProxyConnectionPool.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/server/handlers/proxy/ProxyConnectionPool.java +++ b/core/src/main/java/io/undertow/...
don't fail when trying to redistribute queued requests
undertow-io_undertow
train
f6d3cb9e108a6d7992c7277e2454b69a87163f38
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,13 @@ Change Log =========== +0.0.4 +------- +- Removed ALL debugging code :) + 0.0.3 ------- -- Removed debugging code :) +- Removed debugging code 0.0.2 ------- diff --git a/fix_yahoo_fi...
uncommented os.remove
ranaroussi_fix-yahoo-finance
train
0591b8f20d401240f6f3509d84e4513b6db3424a
diff --git a/MAVProxy/mavproxy.py b/MAVProxy/mavproxy.py index <HASH>..<HASH> 100644 --- a/MAVProxy/mavproxy.py +++ b/MAVProxy/mavproxy.py @@ -36,6 +36,9 @@ except Exception: if __name__ == '__main__': freeze_support() +#The MAVLink version being used (None, "1.0", "2.0") +mavversion = None + class MPStatus(...
Condensed down mavlink version detection
ArduPilot_MAVProxy
train
e6f9ac14e1e8718ba40ffc66b98f99342c4ec10b
diff --git a/core/adapters/mosquitto/adapter_test.go b/core/adapters/mosquitto/adapter_test.go index <HASH>..<HASH> 100644 --- a/core/adapters/mosquitto/adapter_test.go +++ b/core/adapters/mosquitto/adapter_test.go @@ -7,7 +7,6 @@ import ( "bytes" "encoding/hex" "fmt" - "os/exec" "testing" MQTT "git.eclipse...
[refactor] Remove mosquitto from test file -> Will assume it as peer-dependency
TheThingsNetwork_ttn
train
b65044ca0a489b29cb961022896166e5b07a8589
diff --git a/fcrepo-http-commons/src/main/java/org/fcrepo/session/InjectableSession.java b/fcrepo-http-commons/src/main/java/org/fcrepo/session/InjectableSession.java index <HASH>..<HASH> 100644 --- a/fcrepo-http-commons/src/main/java/org/fcrepo/session/InjectableSession.java +++ b/fcrepo-http-commons/src/main/java/org...
Fixed small mistake in InjectableSession
fcrepo4_fcrepo4
train
27d5b46b7a700501c16a8a6041fac95086e7d808
diff --git a/arca/_arca.py b/arca/_arca.py index <HASH>..<HASH> 100644 --- a/arca/_arca.py +++ b/arca/_arca.py @@ -7,9 +7,9 @@ from typing import Union, Optional, Dict, Any, Tuple import re from dogpile.cache import make_region, CacheRegion -from git import Repo, InvalidGitRepositoryError +from git import Repo, Inv...
Raising PullError when there's an error cloning or pulling
mikicz_arca
train
979139147a9c9bfdf01a887c1167dff040732a64
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ from setuptools import setup, find_packages INSTALL_REQUIRES = ( 'gevent>1,<2', 'paramiko>1,<3', + 'click>2', 'docopt<1', 'colorama<1', - 'termcolor>1,<2', 'jinja2>2,<3', 'pyth...
Replace `termcolor` with `click` in requirements.
Fizzadar_pyinfra
train
b34cc4d4813484de4b780e29e71af946d2775360
diff --git a/src/merchant/Collection.php b/src/merchant/Collection.php index <HASH>..<HASH> 100644 --- a/src/merchant/Collection.php +++ b/src/merchant/Collection.php @@ -13,6 +13,7 @@ namespace hipanel\modules\finance\merchant; use hipanel\modules\finance\models\Merchant; use hiqdev\hiart\ResponseErrorException; us...
changed Collection::convertMerchant: added passing all the available data (was only 5 fields)
hiqdev_hipanel-module-finance
train
c0d243bda0e165fba67025ab00c46b9a1d7ad116
diff --git a/assets/src/InheritingActivity.java b/assets/src/InheritingActivity.java index <HASH>..<HASH> 100644 --- a/assets/src/InheritingActivity.java +++ b/assets/src/InheritingActivity.java @@ -162,6 +162,7 @@ public class InheritingActivity extends org.ruboto.RubotoActivity { setContentView(splas...
* Disable cancel on touch outside progress dialog
ruboto_ruboto
train
15fb260e94706829825bdfa37ecf59e62c4dc6f6
diff --git a/src/metriqueu/metriqueu/defaults.py b/src/metriqueu/metriqueu/defaults.py index <HASH>..<HASH> 100644 --- a/src/metriqueu/metriqueu/defaults.py +++ b/src/metriqueu/metriqueu/defaults.py @@ -9,7 +9,7 @@ import os DEFAULT_CONFIG_DIR = '~/.metrique' DEFAULT_METRIQUE_HTTP_HOST = '127.0.0.1' -DEFAULT_METRIQ...
fixes #<I> MEP <I>... stacking claim to the <I>...range of ports for metrique
kejbaly2_metrique
train
9958f3a8582651bbe58f398a5dd600dc90cfd313
diff --git a/lib/pact/consumer/mock_service/interaction_delete.rb b/lib/pact/consumer/mock_service/interaction_delete.rb index <HASH>..<HASH> 100644 --- a/lib/pact/consumer/mock_service/interaction_delete.rb +++ b/lib/pact/consumer/mock_service/interaction_delete.rb @@ -25,9 +25,13 @@ module Pact def respond e...
Changed example_description query param to use URL query encoding, not URL path encoding.
pact-foundation_pact-mock_service
train
fbb798e38bb596015485307d7148762dd31e78c6
diff --git a/src/semantic_tree/semantic_tree.js b/src/semantic_tree/semantic_tree.js index <HASH>..<HASH> 100644 --- a/src/semantic_tree/semantic_tree.js +++ b/src/semantic_tree/semantic_tree.js @@ -2874,9 +2874,7 @@ sre.SemanticTree.rewriteFence_ = function(node, fence) { sre.SemanticTree.attrPred_('type', 'SUB...
Retains MathmlTree in mathml nodes of semantic node.
zorkow_speech-rule-engine
train
2d8d35468561adacc8a53bc36d6520e61370977e
diff --git a/grappa/reporters/code.py b/grappa/reporters/code.py index <HASH>..<HASH> 100644 --- a/grappa/reporters/code.py +++ b/grappa/reporters/code.py @@ -37,14 +37,14 @@ class CodeReporter(BaseReporter): # Context manager based assertions that does not imply new test calls. CONTEXT_EXPR = re.compile( -...
fix(reporter): use search() instead of match() for line code matching. fix(reporters): escape underscore sequences
grappa-py_grappa
train
bc2772af983c88740b78e9b73e7ca269608b27c4
diff --git a/core/Updates/3.0.0-b1.php b/core/Updates/3.0.0-b1.php index <HASH>..<HASH> 100644 --- a/core/Updates/3.0.0-b1.php +++ b/core/Updates/3.0.0-b1.php @@ -68,11 +68,8 @@ class Updates_3_0_0_b1 extends Updates ServerFilesGenerator::createHtAccessFiles(); // Renamed plugin ExampleRssWidget -> ...
Config file must be writable during upgrade so that plugins are successfully activated/deactivated otherwise Piwik can be left in a state where a warning is displayed and it's hard to troubleshoot that config is only mentionned in config file
matomo-org_matomo
train
85d33418d25516a929ab3f53a785825bd0ef87bc
diff --git a/spec/heroku/client_spec.rb b/spec/heroku/client_spec.rb index <HASH>..<HASH> 100644 --- a/spec/heroku/client_spec.rb +++ b/spec/heroku/client_spec.rb @@ -132,8 +132,8 @@ describe Heroku::Client do describe "new style" do before(:each) do - stub_api_request(:get, "/apps/myapp/logs?logpl...
fix stubs to match updated logplex behavior
heroku_legacy-cli
train
dc9fa9cbb9b433692c4f6c50fdafb05edbc6da0f
diff --git a/blog/lib.php b/blog/lib.php index <HASH>..<HASH> 100644 --- a/blog/lib.php +++ b/blog/lib.php @@ -608,14 +608,14 @@ function blog_get_options_for_module($module, $user=null) { $canparticipate = (is_enrolled($modcontext) or is_viewing($modcontext)); if (has_capability('moodle/blog:view', $modcon...
MDL-<I> Blog: Fixed variable name used for saving module name Updated Erik's patch to match coding style
moodle_moodle
train
dd4f95e6bb732b2b3bbc1d70a04bc6a24d127af1
diff --git a/src/EasyStatement.php b/src/EasyStatement.php index <HASH>..<HASH> 100644 --- a/src/EasyStatement.php +++ b/src/EasyStatement.php @@ -303,7 +303,7 @@ class EasyStatement public function sql(): string { if (empty($this->parts)) { - return '1'; + return '1 = 1'; ...
`WHERE 1` don't work in PostgreSQL Change to `WHERE 1 = 1`
paragonie_easydb
train
72d2bba168285ea2e69e458db71ee2ecd17bf55a
diff --git a/js/test/Exchange/test.market.js b/js/test/Exchange/test.market.js index <HASH>..<HASH> 100644 --- a/js/test/Exchange/test.market.js +++ b/js/test/Exchange/test.market.js @@ -43,6 +43,13 @@ module.exports = (exchange, market, method) => { expect (market).to.deep.include.all.keys (format) expect (m...
added more tests to test.market.js
ccxt_ccxt
train
96f2b6d188c1f304a2632c19de1653df56d67070
diff --git a/src/Notification/Notification.php b/src/Notification/Notification.php index <HASH>..<HASH> 100644 --- a/src/Notification/Notification.php +++ b/src/Notification/Notification.php @@ -81,7 +81,7 @@ abstract class Notification implements NotificationInterface */ public function addBeforeSendCallbac...
added new __addCallback method. __setCallback will now always overwrite the previous stored data. Needs some refactoring
scherersoftware_cake-notifications
train
fb8a1ab161098ef95c2e803c710c90a8b57c69d6
diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go index <HASH>..<HASH> 100644 --- a/cmd/ipfs/daemon.go +++ b/cmd/ipfs/daemon.go @@ -38,7 +38,14 @@ over the network. Most applications that use IPFS will do so by communicating with a daemon over the HTTP API. While the daemon is running, calls to 'ipfs' commands wil...
document how to change daemon ports this more clearly explains that the daemon is listening on the network. it also hints as to how to change the listening ports. this is also related to #<I>
ipfs_go-ipfs
train
7f1e2cafab2e049a39e4b59a2251ff3181c8a4bd
diff --git a/plexapi/library.py b/plexapi/library.py index <HASH>..<HASH> 100644 --- a/plexapi/library.py +++ b/plexapi/library.py @@ -312,26 +312,22 @@ class LibrarySection(PlexObject): """ Base class for a single library section. Attributes: - server (:class:`~plexapi.server.PlexServer`): S...
Update LibrarySection doc strings
pkkid_python-plexapi
train
8628af9d890629515a0b4371b90ec7a13a5590ff
diff --git a/spec/project/object/group_spec.rb b/spec/project/object/group_spec.rb index <HASH>..<HASH> 100644 --- a/spec/project/object/group_spec.rb +++ b/spec/project/object/group_spec.rb @@ -21,14 +21,14 @@ module ProjectSpecs it "creates nested groups" do @project.new_group('groups', 'some/dir/and/su...
[Specs] Fix minor issue with ruby <I>.
CocoaPods_Xcodeproj
train
62f84c060f3a2f1e3dc5f73fc8d96b9f6c948e82
diff --git a/resources/lang/hu-HU/cachet.php b/resources/lang/hu-HU/cachet.php index <HASH>..<HASH> 100644 --- a/resources/lang/hu-HU/cachet.php +++ b/resources/lang/hu-HU/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + '...
New translations cachet.php (Hungarian)
CachetHQ_Cachet
train
262cdf5dec9139833575a4930682598cec5e7e19
diff --git a/Model/Aggregator.php b/Model/Aggregator.php index <HASH>..<HASH> 100644 --- a/Model/Aggregator.php +++ b/Model/Aggregator.php @@ -23,12 +23,12 @@ class Aggregator extends Model { public $useTable = false; /** - * Use the feeds datasource. + * Use FeedSource. * * @access public * @var boole...
Final bug fixes and tests for FeedSource
milesj_utility
train
7d6362766bff03b58c67ee0f92c5a0cfd7ef3be6
diff --git a/lib/icomoon-phantomjs.js b/lib/icomoon-phantomjs.js index <HASH>..<HASH> 100644 --- a/lib/icomoon-phantomjs.js +++ b/lib/icomoon-phantomjs.js @@ -4,7 +4,8 @@ var page = require('webpage').create(), function errorFn(msg, trace) { // Log the error and trace - console.log('wat'); + var system = requir...
stderr is logging properly
twolfson_icomoon-phantomjs
train
853fe46b3ce3af3db4d978bdc99fdf7c45a88871
diff --git a/lib/boxgrinder-build/plugins/delivery/s3/s3-plugin.rb b/lib/boxgrinder-build/plugins/delivery/s3/s3-plugin.rb index <HASH>..<HASH> 100644 --- a/lib/boxgrinder-build/plugins/delivery/s3/s3-plugin.rb +++ b/lib/boxgrinder-build/plugins/delivery/s3/s3-plugin.rb @@ -52,6 +52,7 @@ module BoxGrinder def af...
fixed tests, default patch for deliverables on s3
boxgrinder_boxgrinder-build
train
81c3968d5ff9a93516f44a888f7ca0e07282e09d
diff --git a/resources/lang/en-US/forms.php b/resources/lang/en-US/forms.php index <HASH>..<HASH> 100644 --- a/resources/lang/en-US/forms.php +++ b/resources/lang/en-US/forms.php @@ -153,15 +153,15 @@ return [ 'display-graphs' => 'Display graphs on status page?', 'about-...
New translations forms.php (English)
CachetHQ_Cachet
train
e0a9e54ec0a7d2d94062bf849a7e7cec4ddd31c9
diff --git a/app/hook.go b/app/hook.go index <HASH>..<HASH> 100644 --- a/app/hook.go +++ b/app/hook.go @@ -78,6 +78,7 @@ func (r *yamlHookRunner) loadConfigFromFile(app *App, filename string) error { var m map[string]appConfig goyaml.Unmarshal(buf.Bytes(), &m) if _, ok := m["hooks"]; !ok { + r.config = &appConfi...
app: set config to non-nil when there are no hooks in the yaml Related to #<I>.
tsuru_tsuru
train
f441a4cac3c4e727288feb442b9a6f92b0951120
diff --git a/spec/select_spec.js b/spec/select_spec.js index <HASH>..<HASH> 100644 --- a/spec/select_spec.js +++ b/spec/select_spec.js @@ -71,8 +71,20 @@ var pack = function(list) { var model = function() { var _tryCh = function(state, i, cmd, arg) { - i = i % state.length; - return state[i].channel.apply(s...
more fiddling with the select spec to try and make it work
odf_ceci-channels
train
b036f368338d7adab65ff1f3f8d338a12e384ff7
diff --git a/test/functional/test_session.py b/test/functional/test_session.py index <HASH>..<HASH> 100644 --- a/test/functional/test_session.py +++ b/test/functional/test_session.py @@ -23,6 +23,7 @@ i.e https://192.168.1.1/mgmt/tm/boguscollection from icontrol.session import iControlRESTSession from requests.except...
Fix some functional tests. Issues: Fixes #<issueid> Problem: Analysis: Tests:
F5Networks_f5-icontrol-rest-python
train
0d360556809f64c60867f012ea36b7c9cd2e9381
diff --git a/Log/mdb2.php b/Log/mdb2.php index <HASH>..<HASH> 100644 --- a/Log/mdb2.php +++ b/Log/mdb2.php @@ -309,7 +309,7 @@ class Log_mdb2 extends Log */ function _createTable() { - $this->_db->loadModule('Manager'); + $this->_db->loadModule('Manager', null, true); $result = $t...
Lukas suggests changing the loadModule() call thusly in order to fix potential issues on systems with safe_mode enabled. Bug: <I>
pear_Log
train
c1b92f5b80000ab5044d11c9fc98e3ff26e0247d
diff --git a/cldoc/cmdgir.py b/cldoc/cmdgir.py index <HASH>..<HASH> 100644 --- a/cldoc/cmdgir.py +++ b/cldoc/cmdgir.py @@ -66,6 +66,10 @@ class Boxed(nodes.Struct): def classname(self): return '{http://jessevdk.github.com/cldoc/gobject/1.0}boxed' + @property + def force_page(self): + return...
Force page for boxed structs
jessevdk_cldoc
train
6da23e4727f0b2ee103329758c8d74da6cb2044f
diff --git a/src/legacy.js b/src/legacy.js index <HASH>..<HASH> 100644 --- a/src/legacy.js +++ b/src/legacy.js @@ -15,8 +15,10 @@ export function Trail({ items, children, ...props }) { export function Transition({ items, keys = null, children, ...props }) { const transitions = useTransition(items, keys, props) - ...
fix(Transition): when "children" is not a function Reported by: <URL>
react-spring_react-spring
train
943f5bc89dcdf44c12f75f6fefd92cf8a67b64d9
diff --git a/lib/request.js b/lib/request.js index <HASH>..<HASH> 100644 --- a/lib/request.js +++ b/lib/request.js @@ -99,7 +99,7 @@ ClientRequest.prototype._onFinish = function () { var headersObj = self._headers var body = null - if (opts.method === 'POST' || opts.method === 'PUT' || opts.method === 'PATCH' || ...
use blacklist instead of whitelist for methods with bodies Instead of only permitting bodies on certain methods, only prohibit them when the browser would give an error (with fetch) or ignore them (with XHR). This allows bodies with custom methods and is closer to the behavior of http in node. Fixes #<I>
jhiesey_stream-http
train
75370bba7e154d1e31c512418493f5cec531d70a
diff --git a/src/Leevel/Console/Load.php b/src/Leevel/Console/Load.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Console/Load.php +++ b/src/Leevel/Console/Load.php @@ -122,4 +122,5 @@ class Load } } -fns(ends_with::class); +// import fn. +class_exists(ends_with::class);
refactor(fn): use class_exits to import fn
hunzhiwange_framework
train
d2b0df0a7d3f63eaeca81585edb81f9d9be7f83f
diff --git a/plugins/guests/debian8/cap/halt.rb b/plugins/guests/debian8/cap/halt.rb index <HASH>..<HASH> 100644 --- a/plugins/guests/debian8/cap/halt.rb +++ b/plugins/guests/debian8/cap/halt.rb @@ -4,7 +4,7 @@ module VagrantPlugins class Halt def self.halt(machine) begin - machine...
Specify time and don't do -h -H which is not really a valid usage.
hashicorp_vagrant
train
d9175da54d7d4d17e1bd8c974c1300a3adec6484
diff --git a/binding/owlapi/src/test/java/it/unibz/inf/ontop/owlapi/BindWithFunctionsTest.java b/binding/owlapi/src/test/java/it/unibz/inf/ontop/owlapi/BindWithFunctionsTest.java index <HASH>..<HASH> 100644 --- a/binding/owlapi/src/test/java/it/unibz/inf/ontop/owlapi/BindWithFunctionsTest.java +++ b/binding/owlapi/src/...
And non distinct test re-added to BindWithFunctionsTest.
ontop_ontop
train
4acb473abc9edcd34b1c5eb6c1bc4c334f6f0445
diff --git a/examples/authenticate.py b/examples/authenticate.py index <HASH>..<HASH> 100644 --- a/examples/authenticate.py +++ b/examples/authenticate.py @@ -8,5 +8,5 @@ soap_headers_schema = { def authenticate(data): if data != {'username': 'user', 'password': 'pass'}: - raise AccessDenied(data.get('us...
fixed a bug in sample authentication function
stepank_pyws
train
ef7252b358fcb4e37f02ced72230cef50a34a7be
diff --git a/src/Composer/Package/Version/VersionParser.php b/src/Composer/Package/Version/VersionParser.php index <HASH>..<HASH> 100644 --- a/src/Composer/Package/Version/VersionParser.php +++ b/src/Composer/Package/Version/VersionParser.php @@ -70,6 +70,10 @@ class VersionParser extends SemverVersionParser */ ...
Avoid relying on internal usort behavior
composer_composer
train
27037f93b97f5091be7d20ac5d35e7f485200c60
diff --git a/b3j0f/utils/__init__.py b/b3j0f/utils/__init__.py index <HASH>..<HASH> 100644 --- a/b3j0f/utils/__init__.py +++ b/b3j0f/utils/__init__.py @@ -24,4 +24,4 @@ # SOFTWARE. # -------------------------------------------------------------------- -__version__ = '0.7.8' +__version__ = '0.7.9' diff --git a/b3j0f...
:fix: bug on deleting property with dynamic and not hashable objects with py2.x
b3j0f_utils
train
df7b04a197a028117b48134da2d85413b17dc4cc
diff --git a/Extension/AbstractExtension.php b/Extension/AbstractExtension.php index <HASH>..<HASH> 100644 --- a/Extension/AbstractExtension.php +++ b/Extension/AbstractExtension.php @@ -122,4 +122,15 @@ abstract class AbstractExtension implements ExtensionInterface { return $this->authors; } + + ...
Add missing private method `_parseComposer()`
harmonycms_sdk
train
d84b9591f2989e7910e936a4bf3fab0d37e11f3d
diff --git a/src/Auth/HybridAuthAuthenticate.php b/src/Auth/HybridAuthAuthenticate.php index <HASH>..<HASH> 100644 --- a/src/Auth/HybridAuthAuthenticate.php +++ b/src/Auth/HybridAuthAuthenticate.php @@ -4,7 +4,6 @@ namespace ADmad\HybridAuth\Auth; use Cake\Auth\FormAuthenticate; use Cake\Controller\ComponentRegistry;...
Update exception class, Cake\Error\Exception is gone.
ADmad_CakePHP-HybridAuth
train
92533edce2e0f38356bba778a06def4964faad99
diff --git a/doc/07-advanced-usage.md b/doc/07-advanced-usage.md index <HASH>..<HASH> 100644 --- a/doc/07-advanced-usage.md +++ b/doc/07-advanced-usage.md @@ -14,8 +14,8 @@ prefix. For example, to pass parameters to the Twitter provider: ```php $config = [ - 'Twitter_align' => 'center', - 'Twitter_hide_media' => 1 ...
Updated FacebookTest/InstagramTest
mpratt_Embera
train
9680441a6212bd89f692e3599dbd167aeed74f1a
diff --git a/biojava-structure/src/main/java/org/biojava/nbio/structure/io/FileParsingParameters.java b/biojava-structure/src/main/java/org/biojava/nbio/structure/io/FileParsingParameters.java index <HASH>..<HASH> 100644 --- a/biojava-structure/src/main/java/org/biojava/nbio/structure/io/FileParsingParameters.java +++ ...
Better docs for new FileParsingParam
biojava_biojava
train
965628a04e4205eb3e7eff7f07e3243156820ca8
diff --git a/common.go b/common.go index <HASH>..<HASH> 100644 --- a/common.go +++ b/common.go @@ -157,14 +157,10 @@ func Decimal(num []byte, prec int) []byte { } end = i + 1 - if dot == start && end == start+1 { - if inc { + if inc { + if dot == start && end == start+1 { num[start] = '1' - ...
Fix introduced bug for number minification: <I>=>1 fixed for prec=1
tdewolff_minify
train
b37b340efbc6afcc7b3caa579ae647c3bd26bee0
diff --git a/src/Entity.php b/src/Entity.php index <HASH>..<HASH> 100644 --- a/src/Entity.php +++ b/src/Entity.php @@ -165,41 +165,41 @@ class Entity extends Resource implements ArrayableInterface public function fill($data) { - $attributes = array(); - if(is_array($data)) - { - foreac...
update camelcase param and remove space from code
razorpay_razorpay-php
train
a3a1229075786f974d512dad595aef62972497a9
diff --git a/liquibase-core/src/main/java/liquibase/Liquibase.java b/liquibase-core/src/main/java/liquibase/Liquibase.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/Liquibase.java +++ b/liquibase-core/src/main/java/liquibase/Liquibase.java @@ -771,6 +771,17 @@ public class Liquibase { ...
Add a "tagExists" command to the liquibase commandline This allows for checking whether a given tag already exists. It is needed in order to write a idempotent tag/update script and to prevent accidently overriding an already existing tag.
liquibase_liquibase
train
be9e4f8c48c361a6c915c98ed759cd85910e177a
diff --git a/synapse/cores/common.py b/synapse/cores/common.py index <HASH>..<HASH> 100644 --- a/synapse/cores/common.py +++ b/synapse/cores/common.py @@ -2330,8 +2330,9 @@ class CoreXact: self._coreXactCommit() def fireall(self): - events = list(self.events) - self.events.clear() + + ...
stupid python <I> list object has no clear() method
vertexproject_synapse
train
de1fc77d671024a31a7e5f02c330a7039dac1119
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 --- a/lib/server.js +++ b/lib/server.js @@ -510,7 +510,7 @@ Server.prototype._run = function _run(req, res, route, chain, callback) { dtrace._rstfy_probes['handler-done'].fire(function () { r...
#<I>: missed handling `pre` chains
restify_plugins
train
00d9ffe18fe6fa2b459e50032b7af7f8a3efaecb
diff --git a/src/main/java/org/redisson/RedissonCountDownLatch.java b/src/main/java/org/redisson/RedissonCountDownLatch.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/redisson/RedissonCountDownLatch.java +++ b/src/main/java/org/redisson/RedissonCountDownLatch.java @@ -249,7 +249,7 @@ public class RedissonCoun...
ClassCast exception fixed. #<I>
redisson_redisson
train
851673e6e979b746d0a1fc52c6da7c77aeb6d4de
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|--------------------------------------------------...
(#<I>,#<I>) provisioning improvements without Puppet and existing configs
choria-io_go-choria
train
6490c638f43926ac6c34fd04c05c3b009b026df2
diff --git a/src/main/java/com/netflix/astyanax/thrift/ThriftAllRowsImpl.java b/src/main/java/com/netflix/astyanax/thrift/ThriftAllRowsImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/netflix/astyanax/thrift/ThriftAllRowsImpl.java +++ b/src/main/java/com/netflix/astyanax/thrift/ThriftAllRowsImpl.java @@ -8...
Fix for repeating row in get all rows query
Netflix_astyanax
train
5cf6b03700b48bd9fa224c9d7fb3da3f2da32012
diff --git a/lib/hocon/version.rb b/lib/hocon/version.rb index <HASH>..<HASH> 100644 --- a/lib/hocon/version.rb +++ b/lib/hocon/version.rb @@ -1,5 +1,5 @@ module Hocon module Version - STRING = '1.2.2.SNAPSHOT' + STRING = '1.2.2' end end
(GEM) update hocon version to <I>
puppetlabs_ruby-hocon
train
f984989406378c0341751ee7ebda8509156f9b9f
diff --git a/sortsignsend.go b/sortsignsend.go index <HASH>..<HASH> 100644 --- a/sortsignsend.go +++ b/sortsignsend.go @@ -574,11 +574,12 @@ func (w *SPVWallet) buildTx(amount int64, addr btc.Address, feeLevel wallet.FeeL for k := range coinMap { coins = append(coins, k) } - inputSource := func(target btc.Amount...
Update signing code for latest version of txauthor dependency
OpenBazaar_spvwallet
train
ea13e9e76ee7dc2ffbc37728ef7b61b931890ea4
diff --git a/packages/cozy-client/src/dsl.js b/packages/cozy-client/src/dsl.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/dsl.js +++ b/packages/cozy-client/src/dsl.js @@ -11,6 +11,7 @@ export class QueryDefinition { sort, includes, referenced, + limit, skip }) { this.docty...
feat: Added UNSAFE_noLimit() to the query DSL
cozy_cozy-client
train
51ba27cc31a5d02ca6f743d5a316af00bf3875e7
diff --git a/core/Prep.core.php b/core/Prep.core.php index <HASH>..<HASH> 100644 --- a/core/Prep.core.php +++ b/core/Prep.core.php @@ -18,6 +18,9 @@ Disco::$path = dirname($_SERVER['DOCUMENT_ROOT']); if(is_file(Disco::$path.'/.config.php')){ $_SERVER = array_merge($_SERVER,require(Disco::$path.'/.config.php'));...
allow for over riding setting when in DEV mode with file .dev.config.php
discophp_framework
train
1c24915b9d84d7c73a747f30d1354d17fadf4038
diff --git a/.babel-preset.js b/.babel-preset.js index <HASH>..<HASH> 100644 --- a/.babel-preset.js +++ b/.babel-preset.js @@ -17,6 +17,7 @@ const browsers = [ const plugins = [ ['@babel/plugin-proposal-class-properties', { loose: true }], + ['@babel/plugin-proposal-optional-chaining', { loose: true }], '@bab...
fix(Dropdown): fix handling of "Space" key (#<I>) * fix(Dropdown): fix handling of "Space" key * fix UTs, add a test
Semantic-Org_Semantic-UI-React
train
3384000cbfcb9e4dd35ea039b441647423580d58
diff --git a/src/Extractors/Xliff.php b/src/Extractors/Xliff.php index <HASH>..<HASH> 100644 --- a/src/Extractors/Xliff.php +++ b/src/Extractors/Xliff.php @@ -11,11 +11,18 @@ use SimpleXMLElement; */ class Xliff extends Extractor implements ExtractorInterface { + + public static $options = [ + 'unitid_as_...
#<I> Make use of unit IDs as translation IDs optional
oscarotero_Gettext
train
dd2471e7ea7e04ef6e6c9441a1fb9837dacec9ae
diff --git a/src/Controller/Component/FlashComponent.php b/src/Controller/Component/FlashComponent.php index <HASH>..<HASH> 100644 --- a/src/Controller/Component/FlashComponent.php +++ b/src/Controller/Component/FlashComponent.php @@ -24,6 +24,9 @@ use Exception; * The CakePHP FlashComponent provides a way for you to...
Added additional @methods to DocBlock of FlashComponent
cakephp_cakephp
train
2dbc83c5e5263896691276a7cee738cd968d7fc9
diff --git a/lib/softlayer/service.rb b/lib/softlayer/service.rb index <HASH>..<HASH> 100644 --- a/lib/softlayer/service.rb +++ b/lib/softlayer/service.rb @@ -325,9 +325,27 @@ module SoftLayer if (parameters && parameters.server_result_limit) additional_headers.merge!("tns:resultLimit" => { "offset" => ...
make sure the workaround from the old client that prevents new Virtual Servers from being created in specific circumstances from re-arising
softlayer_softlayer-ruby
train
cdc6c83bef87f7355288cf5dd4b24a6bf16dadc4
diff --git a/go/cmd/vttablet/vttablet.go b/go/cmd/vttablet/vttablet.go index <HASH>..<HASH> 100644 --- a/go/cmd/vttablet/vttablet.go +++ b/go/cmd/vttablet/vttablet.go @@ -89,6 +89,13 @@ func main() { log.Warning(err) } + if *tableACLConfig != "" { + // To override default simpleacl, other ACL plugins must set t...
move simpleacl register to before creating new tabletserver, so it's there before exempt acl initializes
vitessio_vitess
train
1fe220e0c78d768b63371a088f4af63ac2b1f243
diff --git a/lib/Mongo/MongoClient.php b/lib/Mongo/MongoClient.php index <HASH>..<HASH> 100644 --- a/lib/Mongo/MongoClient.php +++ b/lib/Mongo/MongoClient.php @@ -376,6 +376,8 @@ class MongoClient $keyValue = explode('=', $option); if ($keyValue[0] === 'readPreferenceTags') { ...
Ensure options in mongo uri of integer type to be integers after extracting them
alcaeus_mongo-php-adapter
train
70301014a62136b755f7e70beca6d8203ee5af06
diff --git a/src/CommandParser.js b/src/CommandParser.js index <HASH>..<HASH> 100644 --- a/src/CommandParser.js +++ b/src/CommandParser.js @@ -172,7 +172,7 @@ function() { return process.cwd(); } - return Path.normalize(Path.join(process.cwd(), this._argv[4])); + return Path.resolve(Path.normalize...
CommandParser: Normalize path in updateGetDir() When "update" was run with a trailing slash, initialising Application would fail the dir sanity check. BUG=XWALK-<I> (reopened)
crosswalk-project_crosswalk-app-tools
train
c5f484540676d96c904693b076ac251fa3426676
diff --git a/lib/memcached/memcached.rb b/lib/memcached/memcached.rb index <HASH>..<HASH> 100644 --- a/lib/memcached/memcached.rb +++ b/lib/memcached/memcached.rb @@ -193,6 +193,26 @@ Please note that when pipelining is enabled, setter and deleter methods do not r alias :dup :clone #:nodoc: #:startdoc: + # cha...
- move prefix_key methods from private to public - added test
arthurnn_memcached
train
3ee3886bb4b96d47100626db078274022a172f77
diff --git a/app/decorators/socializer/person_address_decorator.rb b/app/decorators/socializer/person_address_decorator.rb index <HASH>..<HASH> 100644 --- a/app/decorators/socializer/person_address_decorator.rb +++ b/app/decorators/socializer/person_address_decorator.rb @@ -15,6 +15,21 @@ module Socializer # e...
add the formatted_address address decorator method
socializer_socializer
train
f406c1f9067782de71b200e478f0cf8226069f7b
diff --git a/test/__init__.py b/test/__init__.py index <HASH>..<HASH> 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -50,11 +50,6 @@ def suppress_tornado_warnings(): logger.setLevel(logging.ERROR) -def teardown_package(): - if env.auth: - env.sync_cx.admin.remove_user(db_user) - - class...
Adapt auth tests to modern mongod. If mongod <I>+ was started with auth from a config file, the auth params appear in the "parsed" subdocument of getCmdLineOpts. Use the same logic as PyMongo's tests to determine if auth is enabled.
mongodb_motor
train
97b544886914a9c08bc9a0d106e6aed025fa7d83
diff --git a/salt/modules/nagios_json.py b/salt/modules/nagios_json.py index <HASH>..<HASH> 100644 --- a/salt/modules/nagios_json.py +++ b/salt/modules/nagios_json.py @@ -147,41 +147,3 @@ def service_status(hostname, service_description): return False -def host_status(hostname): - ''' - Check the sta...
Dropped buggy complexity: one method can do both checks instead.
saltstack_salt
train
182f95c02cf4a13f39c96f244f85e330b9c2f8ef
diff --git a/core/src/main/java/hudson/maven/MavenModule.java b/core/src/main/java/hudson/maven/MavenModule.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/maven/MavenModule.java +++ b/core/src/main/java/hudson/maven/MavenModule.java @@ -216,20 +216,11 @@ public final class MavenModule extends Abstract...
simplified the mutual exclusion between the maven modules and parent builds by using the resource mechanism. git-svn-id: <URL>
jenkinsci_jenkins
train
72f0acafa3fa6369efb86931c7a2a46a70729f6c
diff --git a/master/buildbot/test/unit/test_scripts_base.py b/master/buildbot/test/unit/test_scripts_base.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/unit/test_scripts_base.py +++ b/master/buildbot/test/unit/test_scripts_base.py @@ -269,7 +269,7 @@ class TestLoadOptionsFile(dirs.DirsMixin, misc.StdoutAsse...
Change string.lowercase to string.ascii_lowercase, string.uppercase to string.ascii_uppercase Python 2 supports all four variables, but Python 3 only has the ascii_ variables
buildbot_buildbot
train
2b08ad6012ac951e6a8a942adbe7bffefd7827d5
diff --git a/cake/libs/router.php b/cake/libs/router.php index <HASH>..<HASH> 100644 --- a/cake/libs/router.php +++ b/cake/libs/router.php @@ -486,8 +486,7 @@ class Router { $out['url']['ext'] = $ext; } - $request->params = array_merge($request->params, $out); - + $request->addParams($out); return $reques...
Updating fatal tests in Dispatcher tests. Updating Router to use a method instead of a raw array_merge.
cakephp_cakephp
train
c207920500d1d55c21d7b7dbb27ba213394ce369
diff --git a/web/web.go b/web/web.go index <HASH>..<HASH> 100644 --- a/web/web.go +++ b/web/web.go @@ -71,6 +71,17 @@ import ( var localhostRepresentations = []string{"127.0.0.1", "localhost"} +// secureHeadersMiddleware adds common HTTP security headers to responses. +func secureHeadersMiddleware(h http.Handler) ...
Added HTTP security headers to web.go (#<I>)
prometheus_prometheus
train
e119ce0d77cb9704a0736b2e9163d1d1d40104f1
diff --git a/actions/class.CommonModule.php b/actions/class.CommonModule.php index <HASH>..<HASH> 100644 --- a/actions/class.CommonModule.php +++ b/actions/class.CommonModule.php @@ -281,6 +281,14 @@ abstract class tao_actions_CommonModule extends Module implements ServiceManager return $this->propagate(new Fl...
Add deprecated to method getServiceManager
oat-sa_tao-core
train
6f4ef4d15100c72f69633f95e256a881c745d08c
diff --git a/chill-hadoop/src/main/java/com/twitter/chill/hadoop/KryoSerialization.java b/chill-hadoop/src/main/java/com/twitter/chill/hadoop/KryoSerialization.java index <HASH>..<HASH> 100644 --- a/chill-hadoop/src/main/java/com/twitter/chill/hadoop/KryoSerialization.java +++ b/chill-hadoop/src/main/java/com/twitter/c...
Make Kryo caching clearer in chill-hadoop
twitter_chill
train
b22d7473f03e1b13a1ffd9ddc2ea5ca1396c4642
diff --git a/lib/appium_lib/driver.rb b/lib/appium_lib/driver.rb index <HASH>..<HASH> 100644 --- a/lib/appium_lib/driver.rb +++ b/lib/appium_lib/driver.rb @@ -108,7 +108,7 @@ module Appium app: absolute_app_path, :'app-package' => @app_package, :'app-activity' => @app_activity, - :'app...
Default to app_activity if app_wait_activity is not set
appium_ruby_lib
train