hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2b3dd59644f4cfe428b179fd4048c75b50c18ba0
diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/BadImport.java b/core/src/main/java/com/google/errorprone/bugpatterns/BadImport.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/BadImport.java +++ b/core/src/main/java/com/google/errorprone/bugpatterns/BadImpor...
Add 'Provider' to list of inner classes we should qualify. ------------- Created by MOE: <URL>
google_error-prone
train
858f96d5db28a9f4cf8d72888269a647a696351d
diff --git a/lib/FrontendCommandHandler.js b/lib/FrontendCommandHandler.js index <HASH>..<HASH> 100644 --- a/lib/FrontendCommandHandler.js +++ b/lib/FrontendCommandHandler.js @@ -138,7 +138,19 @@ FrontendCommandHandler.prototype = { 'Page.setShowViewportSizeOnResize', 'Page.setShowPaintRects', 'Pag...
Extend noop commands list
node-inspector_node-inspector
train
6c65ade1351e421b24c86e6197e50033e7cb9fdd
diff --git a/src/js/base/module/Editor.js b/src/js/base/module/Editor.js index <HASH>..<HASH> 100644 --- a/src/js/base/module/Editor.js +++ b/src/js/base/module/Editor.js @@ -204,12 +204,9 @@ export default class Editor { if (this.options.onCreateLink) { linkUrl = this.options.onCreateLink(linkUrl); ...
Do not add default protocol to relative / in-page links
summernote_summernote
train
ba877bd088db8ec276d10e14700ee0b87dcdb747
diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/core.rb +++ b/activerecord/lib/active_record/core.rb @@ -341,6 +341,10 @@ module ActiveRecord ActiveRecord.default_timezone end + def maint...
Copy `config.active_record.*` again when `ActiveRecord::Base` is loaded Otherwise initializer files with `Rails.application.active_record.*` might break.
rails_rails
train
9479c38b5fc08f21a523eb9ee296deba326d7d52
diff --git a/pysmi/parser/smiv1compat.py b/pysmi/parser/smiv1compat.py index <HASH>..<HASH> 100644 --- a/pysmi/parser/smiv1compat.py +++ b/pysmi/parser/smiv1compat.py @@ -13,10 +13,11 @@ class SmiV1CompatParser(SmiV1Parser): # Some changes in grammar to handle common mistakes in MIBs # + # common typos handle...
handle mix of commas and spaces in enumeration
etingof_pysmi
train
c2e3904116269b863496cf05f7fc66b943c2a6b5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ version = __version__ __this__ = os.path.abspath(os.path.dirname(__file__)) # Get the long description from the relevant file -with open(os.path.join(__this__, 'README.md'), encoding='utf-8') as f: +with ope...
fix prob in setup.py after renaming README
cimatosa_progression
train
bfc3d88123faa061374e9e86e922d50ea4921d59
diff --git a/templates/api/fulldoc/json/setup.rb b/templates/api/fulldoc/json/setup.rb index <HASH>..<HASH> 100644 --- a/templates/api/fulldoc/json/setup.rb +++ b/templates/api/fulldoc/json/setup.rb @@ -129,15 +129,9 @@ def get_route(object) route = routes.first if route.present? - verb = if route.verb.sourc...
Fix exception when generating JSON docs If RouteHelper.api_methods_for_controller_and_action returns a route with a verb that is a String instead of a Regexp, the get_route method of the fulldoc/json method will throw an exception when it tries to access route.verb.source. This changes the route parsing of that metho...
amireh_yard-api
train
7c446251621608daae85cbe36b21216e6b80da31
diff --git a/NavigationReact/sample/isomorphic/Listing.js b/NavigationReact/sample/isomorphic/Listing.js index <HASH>..<HASH> 100644 --- a/NavigationReact/sample/isomorphic/Listing.js +++ b/NavigationReact/sample/isomorphic/Listing.js @@ -3,7 +3,7 @@ var React = require('../react'); module.exports = React.createClass(...
Created props from data and passed to render
grahammendick_navigation
train
813528aa14c806f369a1c8720344142a59df84eb
diff --git a/indra/sources/signor.py b/indra/sources/signor.py index <HASH>..<HASH> 100644 --- a/indra/sources/signor.py +++ b/indra/sources/signor.py @@ -315,9 +315,11 @@ class SignorProcessor(object): # associated with amounts). This should be updated once we have # a statement type ...
Add evidence to ActiveForms in Signor
sorgerlab_indra
train
9df601f0e28497f89882cfd7479a5a097008a04f
diff --git a/salt/executors/transactional_update.py b/salt/executors/transactional_update.py index <HASH>..<HASH> 100644 --- a/salt/executors/transactional_update.py +++ b/salt/executors/transactional_update.py @@ -5,6 +5,8 @@ Transactional executor module """ +import os + import salt.utils.path # Functions th...
transactional_update: detect recursion in the executor
saltstack_salt
train
d3bd6c6749ed3997dfec67fbb9ce36d8a277c8a3
diff --git a/src/Api.php b/src/Api.php index <HASH>..<HASH> 100644 --- a/src/Api.php +++ b/src/Api.php @@ -265,4 +265,3 @@ class Api { } } -?> diff --git a/src/Cloudinary.php b/src/Cloudinary.php index <HASH>..<HASH> 100644 --- a/src/Cloudinary.php +++ b/src/Cloudinary.php @@ -352,4 +352,3 @@ class Cloudinary { } ...
remove closing PHP tags, not needed or recommended to avoid unintended whitespace issues
cloudinary_cloudinary_php
train
fc28515dcf4f7ba42467560d634a211a242b13e4
diff --git a/lib/repo_conf_generators/gem_conf_generators.rb b/lib/repo_conf_generators/gem_conf_generators.rb index <HASH>..<HASH> 100644 --- a/lib/repo_conf_generators/gem_conf_generators.rb +++ b/lib/repo_conf_generators/gem_conf_generators.rb @@ -21,59 +21,76 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT ...
acu<I> rubygems sources should be setup always (w-<I>)
rightscale_right_link
train
6703720fbb0609e8a40dd725f1f0b93a82447cc6
diff --git a/src/Records/Traits/Media/Covers/RecordTrait.php b/src/Records/Traits/Media/Covers/RecordTrait.php index <HASH>..<HASH> 100644 --- a/src/Records/Traits/Media/Covers/RecordTrait.php +++ b/src/Records/Traits/Media/Covers/RecordTrait.php @@ -60,6 +60,33 @@ trait RecordTrait } /** + * Uploads co...
add uplload to center in covers
bytic_Common
train
fb1e8c90948dc26829eb55b5b225e871c5e7da77
diff --git a/src/com/opencms/file/CmsAccessGroupMySql.java b/src/com/opencms/file/CmsAccessGroupMySql.java index <HASH>..<HASH> 100755 --- a/src/com/opencms/file/CmsAccessGroupMySql.java +++ b/src/com/opencms/file/CmsAccessGroupMySql.java @@ -12,7 +12,7 @@ import com.opencms.core.*; * This class has package-visibilit...
Update: Prepared SQL Statements are replaced with normal SQL statements
alkacon_opencms-core
train
04d58ed47f70b97d236cef00b8cac25ebe672f55
diff --git a/src/CredentialHelper/Manager.php b/src/CredentialHelper/Manager.php index <HASH>..<HASH> 100644 --- a/src/CredentialHelper/Manager.php +++ b/src/CredentialHelper/Manager.php @@ -92,7 +92,15 @@ class Manager { * @param string $serverUrl */ public function erase($serverUrl) { - $this-...
Ignore keychain not found errors during erase()
platformsh_platformsh-cli
train
4feb30aa7f8b9b6083eede2e2ec54b143dae1636
diff --git a/mtools/mloginfo/mloginfo.py b/mtools/mloginfo/mloginfo.py index <HASH>..<HASH> 100644 --- a/mtools/mloginfo/mloginfo.py +++ b/mtools/mloginfo/mloginfo.py @@ -32,9 +32,18 @@ class MLogInfoTool(LogFileTool): print ' ------------------------------------------' print + ...
showing milliseconds on start and end. Fixes #<I>.
rueckstiess_mtools
train
62b363dd70ea6e27ab2b94d91e9e2f914e5551de
diff --git a/src/Database/SchemaCache.php b/src/Database/SchemaCache.php index <HASH>..<HASH> 100644 --- a/src/Database/SchemaCache.php +++ b/src/Database/SchemaCache.php @@ -15,7 +15,7 @@ namespace Cake\Database; use Cake\Cache\Cache; -use Cake\Datasource\ConnectionInterface; +use Cake\Database\Connection; use Ca...
Update the typehint to Connection instead of ConnectionInterface
cakephp_cakephp
train
787346785d9d607d6aba44391005ee72b1bd56ab
diff --git a/annis-gui/src/main/java/annis/gui/controlpanel/FrequencyQueryPanel.java b/annis-gui/src/main/java/annis/gui/controlpanel/FrequencyQueryPanel.java index <HASH>..<HASH> 100644 --- a/annis-gui/src/main/java/annis/gui/controlpanel/FrequencyQueryPanel.java +++ b/annis-gui/src/main/java/annis/gui/controlpanel/Fr...
smarter guessing of node numbers if previous entries were deleted
korpling_ANNIS
train
7f267654f498e24ea8a6cb04f202670011514983
diff --git a/lib/driver.js b/lib/driver.js index <HASH>..<HASH> 100644 --- a/lib/driver.js +++ b/lib/driver.js @@ -576,6 +576,10 @@ class AndroidUiautomator2Driver extends BaseDriver { ` Starting instrumentation of '${this.caps.androidCoverage}'...`); await this.adb.androidCoverage(this.caps.androidCove...
fix: Make sure we do not restart the app under test if noReset is enabled (#<I>)
appium_appium-uiautomator2-driver
train
3939f888e4a2d7f752b1f4882b9184968fdcdffa
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/AbstractGremlinTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/AbstractGremlinTest.java index <HASH>..<HASH> 100644 --- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/AbstractGremlinTest.java +++ b/gremlin-test/src/main/...
obtain an itr using a graph
apache_tinkerpop
train
5ce2cba99000d5768e355defc9c5bf8d22823f3d
diff --git a/lenstronomy/PointSource/point_source.py b/lenstronomy/PointSource/point_source.py index <HASH>..<HASH> 100644 --- a/lenstronomy/PointSource/point_source.py +++ b/lenstronomy/PointSource/point_source.py @@ -99,6 +99,16 @@ class PointSource(object): """ set the save cache boolean to new val...
minor improvement in point source position cash handling
sibirrer_lenstronomy
train
443e48f5edd86d9258fc1a881174333858f41914
diff --git a/src/Drush/Command/BltDoctorCommand.php b/src/Drush/Command/BltDoctorCommand.php index <HASH>..<HASH> 100644 --- a/src/Drush/Command/BltDoctorCommand.php +++ b/src/Drush/Command/BltDoctorCommand.php @@ -407,7 +407,7 @@ class BltDoctor { * @return bool */ protected function checkUri() { - if (!...
Considering "default" as an unset URI in doctor. (#<I>)
acquia_blt
train
691e7a7334a7033628d3aebb8eb20c746a35b4c0
diff --git a/lib/active_record/turntable/connection_proxy.rb b/lib/active_record/turntable/connection_proxy.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/turntable/connection_proxy.rb +++ b/lib/active_record/turntable/connection_proxy.rb @@ -198,7 +198,7 @@ module ActiveRecord::Turntable end delega...
Rename method: `table_exists?` to `data_source_exists?`
drecom_activerecord-turntable
train
354037dff323ff404afec5dc6d03f2b9cb394bc3
diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -19,7 +19,20 @@ class Configuration implements ConfigurationInterface { $treeBuilder = new TreeB...
Update DependencyInjection/Configuration.php This is part of a changeset to allow configuration of a cache.
desarrolla2_RSSClientBundle
train
2983ee2d04d4dc58580e17020dc48a4fb7557178
diff --git a/src/Core/Framework/Test/TestCaseBase/KernelLifecycleManager.php b/src/Core/Framework/Test/TestCaseBase/KernelLifecycleManager.php index <HASH>..<HASH> 100644 --- a/src/Core/Framework/Test/TestCaseBase/KernelLifecycleManager.php +++ b/src/Core/Framework/Test/TestCaseBase/KernelLifecycleManager.php @@ -7,6 +...
NEXT-<I> - Fix mysql has gone away error - reuse connections in tests to prevent too many open connections
shopware_platform
train
93b524086e9b7ba8fb054cd494652cf2fe3924ca
diff --git a/py/dynesty/bounding.py b/py/dynesty/bounding.py index <HASH>..<HASH> 100644 --- a/py/dynesty/bounding.py +++ b/py/dynesty/bounding.py @@ -491,6 +491,8 @@ class MultiEllipsoid(object): delts = (x[None, :] - self.ctrs) q = (np.einsum('ai,aij,aj->a', delts, self.ams, delts) < 1).sum() + ...
Put an assertion that should never fail (I've seen warnings related to this error in the wild, better catch the issue early)
joshspeagle_dynesty
train
172e9e499110683a4d70f705729560dee1a0235f
diff --git a/coordinator/storage/client.go b/coordinator/storage/client.go index <HASH>..<HASH> 100644 --- a/coordinator/storage/client.go +++ b/coordinator/storage/client.go @@ -201,6 +201,7 @@ func (c *Client) setNode(nodePath string, node *Node, doGetBeforeSet bool) error } node.Host.UpdatedAt = time.Now() + n...
fixes CC-<I>: update the serviced release alongside host.UpdatedAt
control-center_serviced
train
14d94546039bdd8eb4fe0fffddc603dad3500f0c
diff --git a/src/main/java/act/handler/builtin/controller/RequestHandlerProxy.java b/src/main/java/act/handler/builtin/controller/RequestHandlerProxy.java index <HASH>..<HASH> 100644 --- a/src/main/java/act/handler/builtin/controller/RequestHandlerProxy.java +++ b/src/main/java/act/handler/builtin/controller/RequestHan...
Fix issue: websocket connection cannot be setup when act-aaa plugin presented
actframework_actframework
train
f68d445af226f5f9ae16d79609ac45769fc33057
diff --git a/slave/test/test_command.py b/slave/test/test_command.py index <HASH>..<HASH> 100644 --- a/slave/test/test_command.py +++ b/slave/test/test_command.py @@ -6,7 +6,7 @@ import unittest import re from slave.core import Command, InstrumentBase -from slave.types import String, Float, Integer, Mapping +from s...
Added a few more unittests
p3trus_slave
train
cfd7b3824214a9f8d96aa575deec09fd9d740234
diff --git a/gnupg/gnupg.py b/gnupg/gnupg.py index <HASH>..<HASH> 100644 --- a/gnupg/gnupg.py +++ b/gnupg/gnupg.py @@ -524,7 +524,7 @@ class GPG(object): logger.debug('recv_keys result: %r', result.__dict__) return result - def delete_keys(self, fingerprints, secret=False): + def delete_keys(s...
Add option to delete subkeys with GPG.delete_keys(). * TODO this needs unittests.
isislovecruft_python-gnupg
train
d4cd3bd309a93746972f0e63a21f821a69fd381f
diff --git a/lib/serverspec/version.rb b/lib/serverspec/version.rb index <HASH>..<HASH> 100644 --- a/lib/serverspec/version.rb +++ b/lib/serverspec/version.rb @@ -1,3 +1,3 @@ module Serverspec - VERSION = "2.13.0" + VERSION = "2.14.0" end
Bump up version [skip ci]
mizzy_serverspec
train
c534e83917d4494b2db39cd0ed6c40b687be53c1
diff --git a/gems/cache/lib/cache.rb b/gems/cache/lib/cache.rb index <HASH>..<HASH> 100644 --- a/gems/cache/lib/cache.rb +++ b/gems/cache/lib/cache.rb @@ -94,6 +94,7 @@ module TorqueBox end def initialize(opts = {}) + return nothing unless INFINISPAN_AVAILABLE @options = opts op...
Guard against referencing Infinispan-specific objects outside of TorqueBox. Be explicit out the fact that a dummy object is returned in that case.
torquebox_torquebox
train
b24fe07fdcf5fd23f9a5b659b27eb4f9b6a507f3
diff --git a/js/validform.js b/js/validform.js index <HASH>..<HASH> 100644 --- a/js/validform.js +++ b/js/validform.js @@ -70,7 +70,13 @@ ValidForm.prototype._init = function() { } if (self.__continueExecution) { - return self.validate(); + if (self.pages.length > 1) { + ...
Revert the changes made in earlier commit Revert e2cf<I>c4d<I>ad4c<I>bba<I>a<I>dce<I>ca<I>fe. They have been moved to branch “issue-<I>”.
validformbuilder_validformbuilder
train
53500127e32f3dc06089359a250994282c27b1f6
diff --git a/config.go b/config.go index <HASH>..<HASH> 100644 --- a/config.go +++ b/config.go @@ -123,6 +123,8 @@ type config struct { NeutrinoMode *neutrinoConfig `group:"neutrino" namespace:"neutrino"` Autopilot *autoPilotConfig `group:"autopilot" namespace:"autopilot"` + + NoNetBootstrap bool `long:"nobootstr...
test+config: add new --nobootstrap option to disable connection bootstrapping This commit adds a new config option to allow callers to optionally disable connection bootstrapping. This may be desirable for several reasons, but primary, we add this so we can keep our integration tests under the same context as before b...
lightningnetwork_lnd
train
4b908b4d9b3b35f934bf3494ab02e32439e55d30
diff --git a/sk_dsp_comm/sigsys.py b/sk_dsp_comm/sigsys.py index <HASH>..<HASH> 100644 --- a/sk_dsp_comm/sigsys.py +++ b/sk_dsp_comm/sigsys.py @@ -1309,8 +1309,7 @@ def conv_sum(x1,nx1,x2,nx2,extent=('f','f')): nny = np.arange(max(n1+n4,n2+n3),n2+1+n4+1-1) ny = nny + max(nx1[0]+nx2[-1],nx1[-1]+nx2[0])...
Adding tests for conv_sum, and adding a value error.
mwickert_scikit-dsp-comm
train
5f0d29b7f2af19e8f704581ee262c1ff2d2d87ea
diff --git a/autopep8.py b/autopep8.py index <HASH>..<HASH> 100755 --- a/autopep8.py +++ b/autopep8.py @@ -954,7 +954,7 @@ class FixPEP8(object): return range(1, 1 + original_length) -def fix_e26(source, aggressive=False, select='', ignore=''): +def fix_e26(source, aggressive=False): """Format block c...
Separate out 2to3 fixers This makes "--select" work properly for them.
hhatto_autopep8
train
4d122d5f424cce0c12d9f378d5903cda54f74c17
diff --git a/tests/test_datatypes.py b/tests/test_datatypes.py index <HASH>..<HASH> 100644 --- a/tests/test_datatypes.py +++ b/tests/test_datatypes.py @@ -61,10 +61,10 @@ class TestVarchar(TypeMixin): datatypes = ['varchar(12)', 'varchar'] data = [ - ('', '',), - ('one', 'one',), - ('on...
fix encoding issues in tests See #8
altaurog_pgcopy
train
63f4ce03f71f926521eb8f94dd49b24fb58190ed
diff --git a/test/test-42-fetch-all/main.js b/test/test-42-fetch-all/main.js index <HASH>..<HASH> 100644 --- a/test/test-42-fetch-all/main.js +++ b/test/test-42-fetch-all/main.js @@ -14,7 +14,7 @@ function nodeRangeToNodeVersion(nodeRange) { } for (const platform of knownPlatforms) { - const nodeRanges = ['node8',...
test: add "node<I>" to fetch-all
zeit_pkg
train
400c4fad9b8a137394e31a13ac0c0729ae0e5ae0
diff --git a/lib/sfn/command/update.rb b/lib/sfn/command/update.rb index <HASH>..<HASH> 100644 --- a/lib/sfn/command/update.rb +++ b/lib/sfn/command/update.rb @@ -105,7 +105,7 @@ module Sfn end end if(config[:plan_only]) - info 'Plan only mode requested. Exi...
Disable planner confirmation during plan only mode
sparkleformation_sfn
train
738392e49563e8e18844d79ed5be05997e92d261
diff --git a/test/unit/test_natural_language_classifier_v1.rb b/test/unit/test_natural_language_classifier_v1.rb index <HASH>..<HASH> 100644 --- a/test/unit/test_natural_language_classifier_v1.rb +++ b/test/unit/test_natural_language_classifier_v1.rb @@ -101,6 +101,14 @@ class NaturalLanguageClassifierV1Test < Minitest...
test(nlc): Add more tests for nlc
watson-developer-cloud_ruby-sdk
train
ff4adc94d5ecb4589ace036585e4bee897df7409
diff --git a/Eloquent/Model.php b/Eloquent/Model.php index <HASH>..<HASH> 100755 --- a/Eloquent/Model.php +++ b/Eloquent/Model.php @@ -347,6 +347,16 @@ abstract class Model implements ArrayAccess, ArrayableInterface, JsonableInterfa } /** + * Begin querying the model. + * + * @return \Illuminate\Database\Eloqu...
added Model::query method.
illuminate_database
train
93d071e8dcb3abdf4a5001bb8b1769d72c453a4b
diff --git a/lib/active_record_shards/default_replica_patches.rb b/lib/active_record_shards/default_replica_patches.rb index <HASH>..<HASH> 100644 --- a/lib/active_record_shards/default_replica_patches.rb +++ b/lib/active_record_shards/default_replica_patches.rb @@ -54,11 +54,11 @@ module ActiveRecordShards def tr...
Rename Thread variable The `_active_record_shards_replica_off` variable specifically disables replica switching when inside a `#transaction` block. Since we are about to add another Thread variable to protect against unwanted replica switching, the existing one is changed to have a more descriptive name.
zendesk_active_record_shards
train
ce92fb78c403ada578645e7bce688de3a98c7d75
diff --git a/src/main/java/org/dasein/cloud/aws/storage/S3Method.java b/src/main/java/org/dasein/cloud/aws/storage/S3Method.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/aws/storage/S3Method.java +++ b/src/main/java/org/dasein/cloud/aws/storage/S3Method.java @@ -275,12 +275,20 @@ public class S3...
Fix that specifies correct url endpoints based on regions.
dasein-cloud_dasein-cloud-aws
train
1f78264392b9554aa9532e8401fcbafb9c2f6154
diff --git a/Group.php b/Group.php index <HASH>..<HASH> 100644 --- a/Group.php +++ b/Group.php @@ -113,7 +113,7 @@ class Group return $history; } - public function getHistoryNumPages() + public function getNumHistoryPages() { $xpath = $this->getHistoryXPath(); $pagingText = ...
Renamed getHistoryNumPages() to getNumHistoryPages() for consistency
waylaidwanderer_PHP-SteamCommunity
train
6fa41f38aea093e142bb4215fd888044e7d78b9e
diff --git a/simulator/src/main/java/com/hazelcast/simulator/coordinator/CoordinatorUtils.java b/simulator/src/main/java/com/hazelcast/simulator/coordinator/CoordinatorUtils.java index <HASH>..<HASH> 100644 --- a/simulator/src/main/java/com/hazelcast/simulator/coordinator/CoordinatorUtils.java +++ b/simulator/src/main/...
Fixed CheckStyle issue in CoordinatorUtils.
hazelcast_hazelcast-simulator
train
36099bfcb5ea49e400228a8b47867d340b0938fc
diff --git a/biojava3-structure/src/test/java/org/biojava/bio/structure/TestBond.java b/biojava3-structure/src/test/java/org/biojava/bio/structure/TestBond.java index <HASH>..<HASH> 100644 --- a/biojava3-structure/src/test/java/org/biojava/bio/structure/TestBond.java +++ b/biojava3-structure/src/test/java/org/biojava/b...
need to make sure the setup is called before every test, if run the first time, otherwise problems with seqres alignment #<I>
biojava_biojava
train
0dfcfed03eefdde91f4f5cb508ae91aadf7b331e
diff --git a/src/ProgressLine.js b/src/ProgressLine.js index <HASH>..<HASH> 100644 --- a/src/ProgressLine.js +++ b/src/ProgressLine.js @@ -36,10 +36,11 @@ class ProgressLine extends React.Component<Props> { const addPrefix = prefix(classPrefix); const unhandled = getUnhandledProps(ProgressLine, rest); + ...
Update ProgressLine.js (#<I>) `strokeWidth` must also reflect to the `line-inner` so that it doesn't like the height of `line-bg` is overflowing. Same goes with the `Circle` component.
rsuite_rsuite
train
68003d103b381695add5ffbbbd14c774e187a7a5
diff --git a/collector/collector_test.go b/collector/collector_test.go index <HASH>..<HASH> 100644 --- a/collector/collector_test.go +++ b/collector/collector_test.go @@ -39,6 +39,8 @@ func (s *S) TearDownSuite(c *C) { func (s *S) TearDownTest(c *C) { err := db.Session.Apps().RemoveAll(nil) c.Assert(err, IsNil) + ...
collector: fix test This test was relying on ordering in a map. A map does not guarantees sorting. Sometimes the order was right, other it was not, so the test failed sometimes.
tsuru_tsuru
train
1df1c21d5b6a45f8f4cbfffa058e17165c1935b9
diff --git a/helper/schema/schema.go b/helper/schema/schema.go index <HASH>..<HASH> 100644 --- a/helper/schema/schema.go +++ b/helper/schema/schema.go @@ -1357,6 +1357,13 @@ func getValueType(k string, schema *Schema) (ValueType, error) { return vt, nil } } + + if _, ok := schema.Elem.(*Resource); ok { + // T...
schema: Allow *Resource as Elem of TypeMap in validation (#<I>)
hashicorp_terraform
train
9f1e0506a92864b3f01ebfe9c011dd4734a2a1da
diff --git a/nion/swift/model/HardwareSource.py b/nion/swift/model/HardwareSource.py index <HASH>..<HASH> 100644 --- a/nion/swift/model/HardwareSource.py +++ b/nion/swift/model/HardwareSource.py @@ -450,6 +450,7 @@ class DataChannel: self.__state = None self.__data_shape = None self.__sub_are...
Initialize dest sub area in hardware source properly.
nion-software_nionswift
train
fe3adb1fe3376df7b3581c977e9cdb495b641a74
diff --git a/upup/pkg/fi/nodeup/nodetasks/bootstrap_client.go b/upup/pkg/fi/nodeup/nodetasks/bootstrap_client.go index <HASH>..<HASH> 100644 --- a/upup/pkg/fi/nodeup/nodetasks/bootstrap_client.go +++ b/upup/pkg/fi/nodeup/nodetasks/bootstrap_client.go @@ -59,7 +59,14 @@ var _ fi.HasName = &BootstrapClient{} var _ fi.Ha...
Force BootstrapClient to run after Protokube
kubernetes_kops
train
464c0dc2e5f8e39b864601e760fa030771172f6e
diff --git a/Config/config.php b/Config/config.php index <HASH>..<HASH> 100644 --- a/Config/config.php +++ b/Config/config.php @@ -12,7 +12,7 @@ use MauticPlugin\MauticExtendedFieldBundle\ExtendedFieldExtension; use Mautic\LeadBundle\Form\Type\FieldType; use Mautic\LeadBundle\Form\Type\LeadType; use Mautic\LeadBundl...
fixed the Custom Field form error: wrong type passed factory vs schema helper
TheDMSGroup_mautic-extended-field
train
3c648f2945498f1d223f96a818cec789330eab61
diff --git a/wscpe.py b/wscpe.py index <HASH>..<HASH> 100644 --- a/wscpe.py +++ b/wscpe.py @@ -18,6 +18,7 @@ from __future__ import print_function from __future__ import absolute_import from future import standard_library +from future.utils import string_types standard_library.install_aliases() from builtins im...
WSCPE: Fix minor Python version compatibility
reingart_pyafipws
train
48981addab6d522b54c5d4b4349bce8ea6664876
diff --git a/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/taskmanager/transferenvelope/SpillingQueue.java b/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/taskmanager/transferenvelope/SpillingQueue.java index <HASH>..<HASH> 100644 --- a/nephele/nephele-server/src/main/java/eu/stratosphere/...
Removed automatic spilling in SpillingQueue
stratosphere_stratosphere
train
504f613870c43245774680e6598cdd9c8b3be26e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,7 @@ function readableStream(stream) { resolve(Buffer.concat(chunks.data)); } else { - resolve(chunks.data.join()); + resolve(chunks.data.join("")); } }
fixed issue with stream not properly joining array of strings.
MiguelCastillo_p-stream
train
d6317419f3e4ee4561475b6ee935f112ba52e506
diff --git a/src/components/VStepper/VStepperStep.js b/src/components/VStepper/VStepperStep.js index <HASH>..<HASH> 100644 --- a/src/components/VStepper/VStepperStep.js +++ b/src/components/VStepper/VStepperStep.js @@ -1,9 +1,6 @@ // Components import VIcon from '../VIcon' -// Mixins -import Colorable from '../../m...
fix($stepper-step): removed import from merge
vuetifyjs_vuetify
train
bf3476f8348597b23874070cac497b0010b948cb
diff --git a/wepay/api.py b/wepay/api.py index <HASH>..<HASH> 100644 --- a/wepay/api.py +++ b/wepay/api.py @@ -7,14 +7,14 @@ import urllib, urllib2, json, decimal, warnings from wepay.exceptions import WePayError -__all__ = ["WePay", "WePayWarning"] +__all__ = ["WePay"] -class WePayWarning(Warning): - pass ...
Moved WePayWarning inside WePay class
lehins_python-wepay
train
8a63b39e63d5e2c06e6869ccb1e0ccc095ce016a
diff --git a/components/tooltip/__tests__/tooltip.test.js b/components/tooltip/__tests__/tooltip.test.js index <HASH>..<HASH> 100644 --- a/components/tooltip/__tests__/tooltip.test.js +++ b/components/tooltip/__tests__/tooltip.test.js @@ -128,4 +128,44 @@ describe('Tooltip', () => { expect(wrapper.find('span'))....
Add test case for arrowPointAtCenter, #<I>
ant-design_ant-design
train
732b9221fb3b32a7ac3b2706af7b2b90439ac8ed
diff --git a/docx2html/core.py b/docx2html/core.py index <HASH>..<HASH> 100644 --- a/docx2html/core.py +++ b/docx2html/core.py @@ -8,29 +8,20 @@ from lxml.etree import XMLSyntaxError from collections import namedtuple, defaultdict from zipfile import ZipFile, BadZipfile +from docx2html.errors import ( + Conversi...
refs #1: refactor, used custom exceptions
PolicyStat_docx2html
train
ea51daa10ec86225bc87f605fe86e534f4ad9448
diff --git a/spec/employer/pipeline_spec.rb b/spec/employer/pipeline_spec.rb index <HASH>..<HASH> 100644 --- a/spec/employer/pipeline_spec.rb +++ b/spec/employer/pipeline_spec.rb @@ -2,7 +2,7 @@ require "employer/pipeline" describe Employer::Pipeline do let(:pipeline) { Employer::Pipeline.new } - let(:backend) {...
Use double instead of stub or mock
mkremer_employer
train
6fe998d0daa827fa0b119e71064b0fed644541e5
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -22,8 +22,18 @@ module.exports = function(grunt) { }, externals: { can: "umd can", - jquery: "umd jQuery", - bacon: "umd Bacon" + jquery: { + "...
Do a better job at finding bacon and jquery
canjs_can-bacon
train
8d5a4ea0f0f53fd0da79b3ccf042652e031a59e9
diff --git a/bin/sweatshop-payload-parser b/bin/sweatshop-payload-parser index <HASH>..<HASH> 100755 --- a/bin/sweatshop-payload-parser +++ b/bin/sweatshop-payload-parser @@ -38,10 +38,10 @@ def detect_format_of(request) 'unsupported' end -Contract String, String => Or[Hash, nil] +Contract String, String => Hash ...
Allowing payload parser to evaluate empty payloads
JScott_robot_sweatshop
train
a9e52dfb8fca8b0f8ee1dd423a6eb0f28f60af50
diff --git a/lib/engineyard-serverside/deploy.rb b/lib/engineyard-serverside/deploy.rb index <HASH>..<HASH> 100644 --- a/lib/engineyard-serverside/deploy.rb +++ b/lib/engineyard-serverside/deploy.rb @@ -92,11 +92,11 @@ module EY if !config.ignore_database_adapter_warning? && !lockfile.any_database_adapter?...
corrected Typo for PostgreSQL
engineyard_engineyard-serverside
train
00fb20f77842bdbf1a5c0bb39d5e5601cbe72ff8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -45,6 +45,8 @@ exports.search = function (query, callback) { // $lab:coverage:on$ }, function (rawHtml) { + ph.exit(); +...
exit phantom as quickly as possible
ucsf-ckm_amalgamatic-libguides
train
f331a7f8f9ed12ffad17066af22eea8c572f57f9
diff --git a/src/Symfony/Bundle/FrameworkBundle/Debug/TraceableEventDispatcher.php b/src/Symfony/Bundle/FrameworkBundle/Debug/TraceableEventDispatcher.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Debug/TraceableEventDispatcher.php +++ b/src/Symfony/Bundle/FrameworkBundle/Debug/TraceableEvent...
[FrameworkBundle] Make some TraceableEventDispacther properties private
symfony_symfony
train
9b983166a45af29bc1803b3072c7c348524ee838
diff --git a/chalice/app.pyi b/chalice/app.pyi index <HASH>..<HASH> 100644 --- a/chalice/app.pyi +++ b/chalice/app.pyi @@ -20,6 +20,7 @@ class Request: uri_params = ... # type: Dict[str, str] method = ... # type: str body = ... # type: Any + base64_body = ... # type: str context = ... # type: Dic...
Add/correct type annotations Thanks pycharm.
aws_chalice
train
29290ff9b64e488e1fc83ca3dd63d9be0eb4ccab
diff --git a/tests/test_dagger.py b/tests/test_dagger.py index <HASH>..<HASH> 100644 --- a/tests/test_dagger.py +++ b/tests/test_dagger.py @@ -19,7 +19,7 @@ from blueqat import Circuit p1, p2, p3, p4, p5 = sympy.symbols('p1 p2 p3 p4 p5') -@pytest.mark.parametrize('circuit', { +@pytest.mark.parametrize('circuit', [...
TST: Use list instead of set for test circuits
Blueqat_Blueqat
train
ee575bbe8f9d09e3251e68dd3e6aaf5cf8992308
diff --git a/lib/git-process/pull_request.rb b/lib/git-process/pull_request.rb index <HASH>..<HASH> 100644 --- a/lib/git-process/pull_request.rb +++ b/lib/git-process/pull_request.rb @@ -36,7 +36,8 @@ module GitProc def runner if @pr_number.nil? or @pr_number.empty? - create_pull_request + p...
Added pull-request URL to git-pull-request output. Closes GH-<I>
jdigger_git-process
train
d9d0a695d33309b97a64f8f9c997313570f6b18d
diff --git a/src/sap.ui.table/src/sap/ui/table/Table.js b/src/sap.ui.table/src/sap/ui/table/Table.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.table/src/sap/ui/table/Table.js +++ b/src/sap.ui.table/src/sap/ui/table/Table.js @@ -3839,7 +3839,7 @@ sap.ui.define([ * @private */ Table.prototype._toggleSelectAll ...
[FIX] Table: SelectAll button won't deselect in "Single" selection mode Change-Id: Ic8da2e<I>bd<I>f<I>b<I>a<I>e<I>a8f9afa7 BCP: <I>
SAP_openui5
train
3cf0778e7b23df94f3ab0fa64e1828b8879f7b9d
diff --git a/src/com/aoindustries/taglib/AutoEncodingBufferedTag.java b/src/com/aoindustries/taglib/AutoEncodingBufferedTag.java index <HASH>..<HASH> 100644 --- a/src/com/aoindustries/taglib/AutoEncodingBufferedTag.java +++ b/src/com/aoindustries/taglib/AutoEncodingBufferedTag.java @@ -251,12 +251,12 @@ public abstract...
Reverted change that introduced incorrect check for parent validator compatibility.
aoindustries_ao-taglib
train
cf1eebba32d1640d67002367988d30ca3faa23a3
diff --git a/resource/meta.go b/resource/meta.go index <HASH>..<HASH> 100644 --- a/resource/meta.go +++ b/resource/meta.go @@ -14,6 +14,7 @@ import ( "github.com/qor/qor" "github.com/qor/qor/utils" "github.com/qor/roles" + "github.com/qor/validations" ) // Metaor interface @@ -263,9 +264,17 @@ func (meta *Met...
Show error message when failed to set value to Meta
qor_qor
train
8fee5e5da8d6fe75d7ac7af57bdeefba374d2edd
diff --git a/src/MvcCore/Ext/Routers/MediaAndLocalization/RedirectSections.php b/src/MvcCore/Ext/Routers/MediaAndLocalization/RedirectSections.php index <HASH>..<HASH> 100644 --- a/src/MvcCore/Ext/Routers/MediaAndLocalization/RedirectSections.php +++ b/src/MvcCore/Ext/Routers/MediaAndLocalization/RedirectSections.php @...
English grammar fixes. Assets View Helper update to remove \Nette\Utils\SafeStream, because it's not necessary anymore - atomic saving is part of core class \MvcCore\Tool.
mvccore_ext-router-media-localization
train
a14ac63f3dbac65355f17b32be34b5b37e03b9c9
diff --git a/location/admin.py b/location/admin.py index <HASH>..<HASH> 100644 --- a/location/admin.py +++ b/location/admin.py @@ -17,6 +17,9 @@ class LocationSourceAdmin(admin.options.OSMGeoAdmin): 'type', 'active' ) + list_filter = [ + 'type' + ] orderi...
Add 'type' to list_filter.
coddingtonbear_django-location
train
5fb6f70c06bdc17ceaebaf6ffcaa54977a858633
diff --git a/lib/puppetdb_query/version.rb b/lib/puppetdb_query/version.rb index <HASH>..<HASH> 100644 --- a/lib/puppetdb_query/version.rb +++ b/lib/puppetdb_query/version.rb @@ -1,3 +1,3 @@ module PuppetDBQuery - VERSION = "0.0.38".freeze + VERSION = "0.0.39".freeze end
m<I>'s version bumper
m-31_puppetdb_query
train
292de4966ca44335de45a2bb9ce2ce4df76c2731
diff --git a/src/main/java/org/primefaces/component/stack/StackRenderer.java b/src/main/java/org/primefaces/component/stack/StackRenderer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/primefaces/component/stack/StackRenderer.java +++ b/src/main/java/org/primefaces/component/stack/StackRenderer.java @@ -21,22...
Improved MenuModel support for Stack
primefaces_primefaces
train
49eeaef94969eb38c08567f2b64f42f8eaf17d05
diff --git a/java/client/src/org/openqa/selenium/OutputType.java b/java/client/src/org/openqa/selenium/OutputType.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/OutputType.java +++ b/java/client/src/org/openqa/selenium/OutputType.java @@ -18,11 +18,12 @@ limitations under the License. pa...
SimonStewart: When augmenting a class with TakesScreenshot, it helps to decode the base <I> image r<I>
SeleniumHQ_selenium
train
644c9b5eec05e0d34749bc70702a527522e98af9
diff --git a/pytestsalt/fixtures/daemons.py b/pytestsalt/fixtures/daemons.py index <HASH>..<HASH> 100644 --- a/pytestsalt/fixtures/daemons.py +++ b/pytestsalt/fixtures/daemons.py @@ -81,8 +81,9 @@ def salt_master(request, conf_dir, master_id, master_config, + ...
Pass along the session based thread executor
saltstack_pytest-salt
train
ab0f082861d539305bedfd968305bb4a3decb8d7
diff --git a/NEWS b/NEWS index <HASH>..<HASH> 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ Changes in 0.14: + * Added a 'epdb' client script that waits for a server to appear on + a specified port * Added backtrace formatter and exception hook * Added contributor agreement * client: fix crash wh...
Add a client script that waits for a server to appear at a specified port
sassoftware_epdb
train
1ebd9a6370586a219317f62bbcc56584070866c1
diff --git a/framework/src/main/java/com/jetdrone/vertx/yoke/middleware/YokeResponse.java b/framework/src/main/java/com/jetdrone/vertx/yoke/middleware/YokeResponse.java index <HASH>..<HASH> 100644 --- a/framework/src/main/java/com/jetdrone/vertx/yoke/middleware/YokeResponse.java +++ b/framework/src/main/java/com/jetdro...
fixed NPE in regex pattern matcher if Compress middleware is in chain and no content-type has been set
pmlopes_yoke
train
0f14f4dc4285fc0f4e46a7ee238cbf88e890c66b
diff --git a/shttpfs3/client.py b/shttpfs3/client.py index <HASH>..<HASH> 100644 --- a/shttpfs3/client.py +++ b/shttpfs3/client.py @@ -177,9 +177,6 @@ def normalise_filters(filters): else: normalised_filters.append(flter) - print(normalised_filters) - quit() - return normalised_filter...
remove quit() left in unintentionally
robehickman_simple-http-file-sync
train
6c6ede4005de3f7b71f99639430083115f3ea464
diff --git a/lib/fluent/system_config.rb b/lib/fluent/system_config.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/system_config.rb +++ b/lib/fluent/system_config.rb @@ -18,21 +18,6 @@ require 'fluent/configurable' require 'fluent/config/element' module Fluent - module SystemConfigMixin - def system_config - ...
Make mixin as a submodule of SystemConfig class to enclose namespaces
fluent_fluentd
train
5faca54d67201531f1c4f5781a29753e8ad7deb7
diff --git a/fbchat/graphql.py b/fbchat/graphql.py index <HASH>..<HASH> 100644 --- a/fbchat/graphql.py +++ b/fbchat/graphql.py @@ -44,7 +44,7 @@ def get_customization_info(thread): rtn['nicknames'] = {} for k in info['participant_customizations']: rtn['nicknames'][k['participant_id']] = k...
Handle empty participant_customizations field
carpedm20_fbchat
train
d88321b0d74ac5e167ce4c1195680c894d9b2dab
diff --git a/src/includes/properties/class-papi-property-dropdown.php b/src/includes/properties/class-papi-property-dropdown.php index <HASH>..<HASH> 100644 --- a/src/includes/properties/class-papi-property-dropdown.php +++ b/src/includes/properties/class-papi-property-dropdown.php @@ -61,7 +61,7 @@ class Papi_Property...
Check against value and not key for selected dropdown value
wp-papi_papi
train
327cf310519c2ac701dd65ecb0045ac1215522de
diff --git a/lib/creek/sheet.rb b/lib/creek/sheet.rb index <HASH>..<HASH> 100644 --- a/lib/creek/sheet.rb +++ b/lib/creek/sheet.rb @@ -92,6 +92,7 @@ module Creek opener = Nokogiri::XML::Reader::TYPE_ELEMENT closer = Nokogiri::XML::Reader::TYPE_END_ELEMENT Enumerator.new do |y| + @hea...
Reset headers each time when creating the enumerator. (#<I>) This fixes headers being messed up when #simple_rows is called multiple times.
pythonicrubyist_creek
train
ac8c22752bfc27c1198481448e861c9152d8f99d
diff --git a/Request.php b/Request.php index <HASH>..<HASH> 100644 --- a/Request.php +++ b/Request.php @@ -22,6 +22,7 @@ class Request { private $responseCode = 0; private $responseContentType = NULL; + private $requestHeader = NULL; private $responseHeader = NULL; private $responseBody = NULL; @@ -150,6 +1...
Adding request headers so we can see what was sent in the request
jejem_http-client
train
539610af4fd0823889b7ddd526f622dabc0ebada
diff --git a/.rubocop.yml b/.rubocop.yml index <HASH>..<HASH> 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -10,7 +10,7 @@ Metrics/BlockLength: Metrics/LineLength: IgnoreCopDirectives: true - Max: 95 + Max: 94 Naming/HeredocDelimiterCase: Enabled: false diff --git a/spec/art-decomp/blanket_spec.rb b/spe...
RuboCop: work on LineLength
chastell_art-decomp
train
f4e9c078e32c06d05987a27d70a899b0800901e3
diff --git a/s3direct/views.py b/s3direct/views.py index <HASH>..<HASH> 100644 --- a/s3direct/views.py +++ b/s3direct/views.py @@ -1,4 +1,4 @@ -import sha, uuid, hmac, json +import hashlib, uuid, hmac, json from datetime import datetime, timedelta from base64 import b64encode from django.conf import settings @@ -35,...
Upgrade sha library. Fixes #4.
bradleyg_django-s3direct
train
80e3406c5239bbd3f6ccad7d1030e47fde42f2c5
diff --git a/hazelcast/src/test/java/com/hazelcast/map/impl/nearcache/invalidation/UuidFilterTest.java b/hazelcast/src/test/java/com/hazelcast/map/impl/nearcache/invalidation/UuidFilterTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/map/impl/nearcache/invalidation/UuidFilterTest.java +...
Increased code coverage of UuidFilter
hazelcast_hazelcast
train
5f7877babe7b0cecf28270ae8687971aa92fdfd4
diff --git a/impl/src/main/java/org/jboss/weld/bean/SessionBean.java b/impl/src/main/java/org/jboss/weld/bean/SessionBean.java index <HASH>..<HASH> 100644 --- a/impl/src/main/java/org/jboss/weld/bean/SessionBean.java +++ b/impl/src/main/java/org/jboss/weld/bean/SessionBean.java @@ -21,7 +21,6 @@ import java.util.Set; ...
weld-ejb - do not expose more than necessary
weld_core
train
1fd9ea8434a3cb6c46f507f9963c9e1da0eada7c
diff --git a/lib/core/PrivateChannel.js b/lib/core/PrivateChannel.js index <HASH>..<HASH> 100644 --- a/lib/core/PrivateChannel.js +++ b/lib/core/PrivateChannel.js @@ -1,5 +1,6 @@ "use strict"; +const Bucket = require("../util/Bucket"); const Channel = require("./Channel"); const Collection = require("../util/Colle...
Fix references for PrivateChannel refactor
abalabahaha_eris
train
070cbb1b0465c4a5276c5149d03f93f75b540a4d
diff --git a/src/main/java/edu/jhu/srl/CorpusStatistics.java b/src/main/java/edu/jhu/srl/CorpusStatistics.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/jhu/srl/CorpusStatistics.java +++ b/src/main/java/edu/jhu/srl/CorpusStatistics.java @@ -62,17 +62,11 @@ public class CorpusStatistics implements Serializable...
Memory optimization: Reducing CorpusStatistics memory usage by pushing some fields into the constructor.
mgormley_pacaya
train
52eb44ee717c48bf20dbddc10492e93f538389c8
diff --git a/test/vendor/qunit-html.js b/test/vendor/qunit-html.js index <HASH>..<HASH> 100644 --- a/test/vendor/qunit-html.js +++ b/test/vendor/qunit-html.js @@ -9,7 +9,7 @@ message = 'HTML should be equal'; } - this.equal( normalize( actual ), normalize( expected ), message ); + this.deepEqual( normalize( ...
more robust way of comparing two strings of HTML (fixes FF attribute order bug)
ractivejs_ractive
train
6d0cac48a695c53966432b5845e85eda9fa45b7b
diff --git a/src/modelFactory.js b/src/modelFactory.js index <HASH>..<HASH> 100644 --- a/src/modelFactory.js +++ b/src/modelFactory.js @@ -583,6 +583,10 @@ module.provider('$modelFactory', function(){ uri += '/' + clone.url; } + + // set the uri to the ...
allow to have URLs with custom placeholders
swimlane_angular-model-factory
train
6e7a06b052de3a67fed9d7f734b4cb7f55df837b
diff --git a/code/translator/abstract.php b/code/translator/abstract.php index <HASH>..<HASH> 100644 --- a/code/translator/abstract.php +++ b/code/translator/abstract.php @@ -254,8 +254,11 @@ abstract class TranslatorAbstract extends Object implements TranslatorInterface, //Clear the catalogue ...
#<I>: Clear loaded files on language switch
timble_kodekit
train
98140ca0ab7477a7ec19ec04f1f6053a320ccc87
diff --git a/docs/storage/driver/azure/azure.go b/docs/storage/driver/azure/azure.go index <HASH>..<HASH> 100644 --- a/docs/storage/driver/azure/azure.go +++ b/docs/storage/driver/azure/azure.go @@ -382,8 +382,8 @@ func (d *driver) listBlobs(container, virtPath string) ([]string, error) { } func is404(err error) bo...
Update missing blob error checking with latest Azure API
docker_distribution
train
6cf22c5d16aea3c6c42b0e1bbb74d3e9990d34d1
diff --git a/spec/integration/agent/logging_spec.rb b/spec/integration/agent/logging_spec.rb index <HASH>..<HASH> 100755 --- a/spec/integration/agent/logging_spec.rb +++ b/spec/integration/agent/logging_spec.rb @@ -88,6 +88,10 @@ describe 'agent logging' do else it "when evoked with #{argv}, logs to #{exp...
(PUP-<I>) Eventlog specs pending Windows <I> - win<I>-eventlog gem upgraded from <I> to <I> as part of <URL>
puppetlabs_puppet
train
878c01a17b2a3239e6b3dc8367a5bfeb8b8f86a3
diff --git a/redis-cache.php b/redis-cache.php index <HASH>..<HASH> 100644 --- a/redis-cache.php +++ b/redis-cache.php @@ -1,7 +1,7 @@ <?php /* Plugin Name: Redis Object Cache -Plugin URI: http://wordpress.org/plugins/redis-cache/ +Plugin URI: https://wordpress.org/plugins/redis-cache/ Description: A persistent obj...
Updated `Plugin URI`
tillkruss_redis-cache
train
90b4896a13298fd12ece18bb83e91f44d155bdf9
diff --git a/eZ/Publish/Core/Helper/PreviewLocationProvider.php b/eZ/Publish/Core/Helper/PreviewLocationProvider.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Helper/PreviewLocationProvider.php +++ b/eZ/Publish/Core/Helper/PreviewLocationProvider.php @@ -50,12 +50,13 @@ class PreviewLocationProvider * ...
Fix EZP-<I>: Improve Location handling in preview part 2
ezsystems_ezpublish-kernel
train
8d60fe305fc6770e6c30b41e56b500c17f23c25c
diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index <HASH>..<HASH> 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -196,12 +196,25 @@ class JoomlaBrowser extends WebDriver /** * Installs Joomla * + * @param string|null $databaseName Optional Database Name. If not passed the...
Adding support for Custom Db name and Prefix
joomla-projects_joomla-browser
train
a860a9b7e8dcbb1489d7ed017c31c35c937fb234
diff --git a/core/API/DataTableManipulator/ReportTotalsCalculator.php b/core/API/DataTableManipulator/ReportTotalsCalculator.php index <HASH>..<HASH> 100644 --- a/core/API/DataTableManipulator/ReportTotalsCalculator.php +++ b/core/API/DataTableManipulator/ReportTotalsCalculator.php @@ -86,7 +86,9 @@ class ReportTotalsC...
If totals row already exists, do not recalculate in ReportTotalsCalculator. (#<I>)
matomo-org_matomo
train