hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3e8bbe076759d85df71ea99589dfb04a87870044
diff --git a/basemodel/src/main/franca/joynr/GlobalCapabilitiesDirectory.fidl b/basemodel/src/main/franca/joynr/GlobalCapabilitiesDirectory.fidl index <HASH>..<HASH> 100644 --- a/basemodel/src/main/franca/joynr/GlobalCapabilitiesDirectory.fidl +++ b/basemodel/src/main/franca/joynr/GlobalCapabilitiesDirectory.fidl @@ -2...
[Model] Add new remove method to GlobalCapabilitiesDirectory.fidl
bmwcarit_joynr
train
a8eb13a87faa2fe2dcf31826ee1c5cce0b3d4d47
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb b/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb +++ b/activerecord/lib/active_reco...
Default dead_connection_timeout to 5 or the ConnectionPool silently fails to close connections inside the Thread
rails_rails
train
5cb519a9daa4a65250fe79babdd3ace3a2494ba0
diff --git a/spec/signore/signature_spec.rb b/spec/signore/signature_spec.rb index <HASH>..<HASH> 100644 --- a/spec/signore/signature_spec.rb +++ b/spec/signore/signature_spec.rb @@ -11,32 +11,32 @@ module Signore describe Signature do describe '#display' do it 'returns a signature formatted with meta informa...
Signature spec: strip explicitely
chastell_signore
train
ebf18cee3ab87cbb9e35baaa2bd26f9eab08f44a
diff --git a/testsuite/domain/src/test/java/org/jboss/as/test/integration/domain/AbstractSSLMasterSlaveTestCase.java b/testsuite/domain/src/test/java/org/jboss/as/test/integration/domain/AbstractSSLMasterSlaveTestCase.java index <HASH>..<HASH> 100644 --- a/testsuite/domain/src/test/java/org/jboss/as/test/integration/do...
[WFCORE-<I>] SSL secured communication between master and slave in domain mode test cases fixed
wildfly_wildfly-core
train
58d34956bf19cfdfcf36dbc22bf76771b0976476
diff --git a/test-complete/nodejs-sparql.js b/test-complete/nodejs-sparql.js index <HASH>..<HASH> 100644 --- a/test-complete/nodejs-sparql.js +++ b/test-complete/nodejs-sparql.js @@ -51,6 +51,22 @@ describe('sparql query tests', function () { }, done); }); + it('should run SPARQL ASK query', func...
Updated Tests for #<I>
marklogic_node-client-api
train
18c21a55d900fd89eff6671e5c29fd197fa6f9f4
diff --git a/src/main/java/org/takes/rs/RsWithStatus.java b/src/main/java/org/takes/rs/RsWithStatus.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/takes/rs/RsWithStatus.java +++ b/src/main/java/org/takes/rs/RsWithStatus.java @@ -94,7 +94,7 @@ public final class RsWithStatus extends RsWrap { /** *...
Updated puzzle comment to include time budget.
yegor256_takes
train
82a97e5e83260f4d781394442079442e4b59c260
diff --git a/gcloud/datastore/connection.py b/gcloud/datastore/connection.py index <HASH>..<HASH> 100644 --- a/gcloud/datastore/connection.py +++ b/gcloud/datastore/connection.py @@ -143,18 +143,6 @@ class Connection(connection.Connection): self._current_transaction = transaction return self ...
Rip out 'Connection.mutation'.
googleapis_google-cloud-python
train
3a9e476904601996d80f942605ea8afe0adf75e4
diff --git a/godbf/dbfio.go b/godbf/dbfio.go index <HASH>..<HASH> 100644 --- a/godbf/dbfio.go +++ b/godbf/dbfio.go @@ -114,7 +114,7 @@ func deriveFieldName(s []byte, dt *DbfTable, offset int) (string, error) { return "", errors.New(msg) } - fieldName := dt.encoder.ConvertString(string(nameBytes[:endOfFieldIndex]...
Fixing to use decoder for string conversion for field names.
LindsayBradford_go-dbf
train
fd2f396e0a3fce34f1aa4c8c75565f5bd1da1120
diff --git a/router/http_test.go b/router/http_test.go index <HASH>..<HASH> 100644 --- a/router/http_test.go +++ b/router/http_test.go @@ -9,6 +9,7 @@ import ( "net" "net/http" "net/http/httptest" + "time" . "github.com/flynn/flynn/Godeps/_workspace/src/github.com/flynn/go-check" "github.com/flynn/flynn/God...
router: test around inherent race condition Though the server has closed this conn, the http.Transport may not have removed it from its conn pool before it attempts to send a request through to it. That's because the persistent conn loop may not have ACK'd the TCP FIN from the server by the time it handles our request...
flynn_flynn
train
d76fdc976068e7bdbf3dcb73a107aa9d69ac9b43
diff --git a/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadata.php b/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadata.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadata.php +++ b/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadata.php @@ -1387,6 +1387,18 @@ class ClassMetadata implements ClassMetadataIn...
adding properties used for translatable documents to __sleep for serializing
doctrine_phpcr-odm
train
66115d7f0bfe1d6fd8d9689d25d142bcc8d45306
diff --git a/question/bank/comment/lib.php b/question/bank/comment/lib.php index <HASH>..<HASH> 100644 --- a/question/bank/comment/lib.php +++ b/question/bank/comment/lib.php @@ -109,7 +109,7 @@ function qbank_comment_preview_display($question, $courseid): string { * @return string rendered output */ function qban...
MDL-<I> core_question: Question bank usage and comment modal fix Fix for question bank modals not showing question images.
moodle_moodle
train
2ce0f9cab83ce0e028a096719bcf993116b7075c
diff --git a/ryu/ofproto/oxm_fields.py b/ryu/ofproto/oxm_fields.py index <HASH>..<HASH> 100644 --- a/ryu/ofproto/oxm_fields.py +++ b/ryu/ofproto/oxm_fields.py @@ -189,17 +189,17 @@ def generate(modname): name_to_field = dict((f.name, f) for f in mod.oxm_types) num_to_field = dict((f.num, f) for f in mod.oxm...
oxm_fields: Prefix internal functions with _ for readability
osrg_ryu
train
027ee15dff387b113c6297358af45b5e5a7ddb38
diff --git a/code/libraries/koowa/dispatcher/abstract.php b/code/libraries/koowa/dispatcher/abstract.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/dispatcher/abstract.php +++ b/code/libraries/koowa/dispatcher/abstract.php @@ -26,13 +26,6 @@ abstract class KDispatcherAbstract extends KControllerAbstract ...
- Removed request_persistent class property and config option. - The controller persistable behavior is now being set in the KDispatcherAbstract::getController() function.
timble_kodekit
train
848dc12a3a373d590cc47d1b72ec1f26f5a872be
diff --git a/lib/svtplay_dl/utils/__init__.py b/lib/svtplay_dl/utils/__init__.py index <HASH>..<HASH> 100644 --- a/lib/svtplay_dl/utils/__init__.py +++ b/lib/svtplay_dl/utils/__init__.py @@ -183,7 +183,7 @@ def select_quality(options, streams): # Test if the wanted stream is available. If not try with the second b...
Fix for issue <I>, not abble to download hds streams
spaam_svtplay-dl
train
1e2da967cbc95edc203ef46f0d471f7738ea4739
diff --git a/entitlement/src/test/java/org/killbill/billing/entitlement/api/TestDefaultSubscriptionApi.java b/entitlement/src/test/java/org/killbill/billing/entitlement/api/TestDefaultSubscriptionApi.java index <HASH>..<HASH> 100644 --- a/entitlement/src/test/java/org/killbill/billing/entitlement/api/TestDefaultSubscri...
Add test scenario to reproduce the issue #<I> It looks like previous refactoring fixed the issue, but leaving bug open so we can retry exact scenario from the bug.
killbill_killbill
train
269547575cfc7a1a6eb270bdc45fea4ca1cb19d0
diff --git a/jaraco/text.py b/jaraco/text.py index <HASH>..<HASH> 100644 --- a/jaraco/text.py +++ b/jaraco/text.py @@ -85,10 +85,9 @@ class FoldedCase(six.text_type): return hash(self.lower()) # cache lower since it's likely to be called frequently. + @jaraco.functools.method_cache def lower(self): - self._lo...
Use method_cache from jaraco.functools for elegant simplicity.
jaraco_jaraco.text
train
0fdb3fa0906cfdcfecc17e2156e8739f8d8c940b
diff --git a/bin/sns.js b/bin/sns.js index <HASH>..<HASH> 100644 --- a/bin/sns.js +++ b/bin/sns.js @@ -51,8 +51,8 @@ function ScatherSns(configuration) { var event; try { event = JSON.parse(body.Message); } catch (e) {} if (event && event.reques...
emit to topic, not request id
byu-oit_aws-scatter-gather
train
ce369231b82a0b1e3556b1309bc841608e51af1f
diff --git a/modules/admin/src/models/StorageFilter.php b/modules/admin/src/models/StorageFilter.php index <HASH>..<HASH> 100644 --- a/modules/admin/src/models/StorageFilter.php +++ b/modules/admin/src/models/StorageFilter.php @@ -2,6 +2,9 @@ namespace admin\models; +use Imagine\Image\ImagineInterface; +use Imagin...
add image apply filter docs. closes #<I>
luyadev_luya
train
1221bc9680e40375c94e18d1e3bee33d50e47ee3
diff --git a/presto-hive/src/main/java/com/facebook/presto/hive/HiveMetadata.java b/presto-hive/src/main/java/com/facebook/presto/hive/HiveMetadata.java index <HASH>..<HASH> 100644 --- a/presto-hive/src/main/java/com/facebook/presto/hive/HiveMetadata.java +++ b/presto-hive/src/main/java/com/facebook/presto/hive/HiveMet...
Add error message for Hive when partition column is also in table
prestodb_presto
train
c8091020e93155149d30761b2558024b7607ea11
diff --git a/core-bundle/tests/EventListener/BypassMaintenanceListenerTest.php b/core-bundle/tests/EventListener/BypassMaintenanceListenerTest.php index <HASH>..<HASH> 100644 --- a/core-bundle/tests/EventListener/BypassMaintenanceListenerTest.php +++ b/core-bundle/tests/EventListener/BypassMaintenanceListenerTest.php @...
Fix a typo in a method name
contao_contao
train
e48296ed972bf2470d0780c05a04f3a3caf73ba4
diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index <HASH>..<HASH> 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -25,7 +25,11 @@ $finder = Finder::create() __DIR__ . '/tests', __DIR__ . '/utils', ]) - ->exclude(['ThirdParty']) + ->exclude([ + 'Pag...
Exclude non-monolithic files from CS
codeigniter4_CodeIgniter4
train
636aac465ba0c3e875a3dd05c1f53f269bce7e16
diff --git a/tests/MiddlewareTest.php b/tests/MiddlewareTest.php index <HASH>..<HASH> 100644 --- a/tests/MiddlewareTest.php +++ b/tests/MiddlewareTest.php @@ -8,11 +8,12 @@ use mindplay\middleman\Dispatcher; /** * PHPUnit tests for Debug class - * - * @requires PHP >= 7.0 */ class MiddlewareTest extends DebugTe...
MiddlewareTest @requires annotation should be on method, not the class
bkdotcom_PHPDebugConsole
train
15c4e6fd315c9b710d18f0d32fb3d1edf1312fd5
diff --git a/src/photini/__init__.py b/src/photini/__init__.py index <HASH>..<HASH> 100644 --- a/src/photini/__init__.py +++ b/src/photini/__init__.py @@ -1,5 +1,5 @@ from __future__ import unicode_literals -__version__ = '15.06.0.dev222' -_dev_no = '222' -_commit = '2fc7e5d' +__version__ = '15.06.0.dev223' +_dev_no...
Check for Flickr upload before quitting program
jim-easterbrook_Photini
train
ae49ffb55c8ab5efb3696d7a3dca45a6f49383d8
diff --git a/spyder/plugins/plots/widgets/figurebrowser.py b/spyder/plugins/plots/widgets/figurebrowser.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/plots/widgets/figurebrowser.py +++ b/spyder/plugins/plots/widgets/figurebrowser.py @@ -145,7 +145,7 @@ class FigureBrowser(QWidget): saveall_btn = create_t...
Add test_save_all_figures Test saving all figures contained in the thumbnail scrollbar in batch into a single directory.
spyder-ide_spyder
train
979cb49a2d797b75d584b0da62bbefd319ed56a1
diff --git a/izaber/paths.py b/izaber/paths.py index <HASH>..<HASH> 100644 --- a/izaber/paths.py +++ b/izaber/paths.py @@ -79,7 +79,7 @@ class File(Path): def open(self,*args,**kwargs): self.file_handle = open(self.full_fpath,*args,**kwargs) return self - + def __getattr__(self,k): ...
Fixes: paths & init * Fix bug where flask would load izaber twice and mess up during startup * Fix minor issue where users couldn't parse paths usefully
zabertech_python-izaber
train
a4b4ee96d94e6483079d53a28007ce836396495e
diff --git a/peppol-directory-indexer/src/main/java/com/helger/pd/indexer/job/ReIndexJob.java b/peppol-directory-indexer/src/main/java/com/helger/pd/indexer/job/ReIndexJob.java index <HASH>..<HASH> 100644 --- a/peppol-directory-indexer/src/main/java/com/helger/pd/indexer/job/ReIndexJob.java +++ b/peppol-directory-index...
Updated to latest ph-oton
phax_peppol-directory
train
1104ad3e17ed90875af3279643c62273ca5a855e
diff --git a/builder/amazon/chroot/step_copy_files.go b/builder/amazon/chroot/step_copy_files.go index <HASH>..<HASH> 100644 --- a/builder/amazon/chroot/step_copy_files.go +++ b/builder/amazon/chroot/step_copy_files.go @@ -21,7 +21,6 @@ type StepCopyFiles struct { func (s *StepCopyFiles) Run(state multistep.StateBag) ...
get chroot command from proper place.
hashicorp_packer
train
8af55c4348aa42df97385eedf2d8fbe7d2206e66
diff --git a/jhhalchemy/migrate.py b/jhhalchemy/migrate.py index <HASH>..<HASH> 100644 --- a/jhhalchemy/migrate.py +++ b/jhhalchemy/migrate.py @@ -10,12 +10,16 @@ import sqlalchemy.exc import sqlalchemy_utils import time - # # Default timeout to 5 seconds # LOCK_TIMEOUT = 5 +logger = logging.getLogger(__name_...
Create logger for jhhalchemy migrate
JawboneHealth_jhhalchemy
train
3d51b6ffd88a3b04a4d9dea47a7df53d10934855
diff --git a/modules/doc/utils.go b/modules/doc/utils.go index <HASH>..<HASH> 100644 --- a/modules/doc/utils.go +++ b/modules/doc/utils.go @@ -19,6 +19,7 @@ import ( "go/build" "os" "path" + "regexp" "runtime" "strings" @@ -52,6 +53,8 @@ func joinPath(name string, num int) string { return name } +var g...
Able to get root path of gopkg.in
gpmgo_gopm
train
7a98cfe888074c675d6c700718586a5d49d40ad9
diff --git a/src/Codeception/Module/REST.php b/src/Codeception/Module/REST.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Module/REST.php +++ b/src/Codeception/Module/REST.php @@ -414,9 +414,13 @@ class REST extends \Codeception\Module $this->fail('Response is not of JSON format or is malformed'); ...
grabDataFromJsonResponse fails if response contains single string
Codeception_Codeception
train
7ca8b05a81ba3721bf3815dbb92bb8416fd4115d
diff --git a/lib/silo/repository.rb b/lib/silo/repository.rb index <HASH>..<HASH> 100644 --- a/lib/silo/repository.rb +++ b/lib/silo/repository.rb @@ -112,7 +112,7 @@ module Silo dir = add.call path, prefix type = dir ? 'directory' : 'file' commit_msg = "Added #{type} #{path} into '#{prefix}'...
Fixed committing for Ruby <I> Grit::Index#commit expects an object supporting #each. String does no longer in Ruby <I>.
koraktor_silo
train
0530d8ef9239c1819e651ec93bcbe676508d284a
diff --git a/Classes/Command/DatabaseCommandController.php b/Classes/Command/DatabaseCommandController.php index <HASH>..<HASH> 100644 --- a/Classes/Command/DatabaseCommandController.php +++ b/Classes/Command/DatabaseCommandController.php @@ -125,7 +125,7 @@ class DatabaseCommandController extends CommandController ...
[BUGFIX] Remove unnecessary parameter for the "mysql" command (#<I>) The interactive database command does not show column names. This is because `--skip-column-names` is appended to the `mysql` command, and it cannot be overridden. However, the parameter is not necessary, so it can easily be dropped.
TYPO3-Console_TYPO3-Console
train
5c23d2723bb10d13fc16fbb424bb71bfd8662196
diff --git a/tensorflow_datasets/core/api_utils.py b/tensorflow_datasets/core/api_utils.py index <HASH>..<HASH> 100644 --- a/tensorflow_datasets/core/api_utils.py +++ b/tensorflow_datasets/core/api_utils.py @@ -70,12 +70,9 @@ def _required_args(fn): if not spec.defaults: return [] - required_args = [] arg...
Replace .append loop with list comprehension This PR replaces loops that only append to a list with list comprehensions. This makes it more concise and (arguably) more readably. List comprehensions also are quite a bit faster than appending to a list.
tensorflow_datasets
train
8b8ac4d98eb3674e44e12d253aa4ccea28aa6793
diff --git a/src/Client.php b/src/Client.php index <HASH>..<HASH> 100644 --- a/src/Client.php +++ b/src/Client.php @@ -551,6 +551,6 @@ class Client protected function getVersion() { - return \PackageVersions\Versions::getVersion('vonage/client-core'); + return \PackageVersions\Versions::getVer...
This fork needs to look for the correct package name
Nexmo_nexmo-php
train
65d7dda3821e0c3eaac5a8c002b99c49f3d17cfb
diff --git a/test/spec/NativeFileSystem-test.js b/test/spec/NativeFileSystem-test.js index <HASH>..<HASH> 100644 --- a/test/spec/NativeFileSystem-test.js +++ b/test/spec/NativeFileSystem-test.js @@ -125,8 +125,13 @@ define(function (require, exports, module) { }); it("can read an...
better comment on why we have "emptydir" with a file in it
adobe_brackets
train
a03320fcf9f7733e1f6ac99733db6d75c3c48d8b
diff --git a/backup/backuplib.php b/backup/backuplib.php index <HASH>..<HASH> 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -721,7 +721,7 @@ /// write local course overrides here? write_role_overrides_xml($bf, $context, 3); /// write role_assign code here - ...
Reworked a bit to prevent non-target user role assignments to be exported. MDL-<I> ; merged from <I>_STABLE
moodle_moodle
train
1e7b75d4297d8a6c495f0b38e8f1845ad70921c4
diff --git a/v1/terraform.go b/v1/terraform.go index <HASH>..<HASH> 100644 --- a/v1/terraform.go +++ b/v1/terraform.go @@ -27,6 +27,9 @@ func (c *Client) TerraformConfigLatest(user, name string) (*TerraformConfigVersi } response, err := checkResp(c.HTTPClient.Do(request)) + if err == ErrNotFound { + return nil, ...
v1: <I> on get should be nil
hashicorp_atlas-go
train
7fba1c0473308fe519c9355cd13af6d70f7f8a19
diff --git a/spec/grape/api_spec.rb b/spec/grape/api_spec.rb index <HASH>..<HASH> 100644 --- a/spec/grape/api_spec.rb +++ b/spec/grape/api_spec.rb @@ -1116,7 +1116,7 @@ describe Grape::API do last_response.body.should eql "elpmis" end end - context "muti_xml" do + context "multi_xml" do ...
Correct typo in an api_spec.rb context description s/muti_xml/multi_xml/
ruby-grape_grape
train
24e4f41452edd70023e52c4f62b04b506a72e22e
diff --git a/src/ol/renderer/webgl/PointsLayer.js b/src/ol/renderer/webgl/PointsLayer.js index <HASH>..<HASH> 100644 --- a/src/ol/renderer/webgl/PointsLayer.js +++ b/src/ol/renderer/webgl/PointsLayer.js @@ -565,11 +565,7 @@ class WebGLPointsLayerRenderer extends WebGLLayerRenderer { * @param {import("../../Pluggabl...
Use size property from the frameState instead of creating new array
openlayers_openlayers
train
c09e27facf239bf9b2ed301c5c968897a0481a94
diff --git a/tests/Statistics/RandomVariableTest.php b/tests/Statistics/RandomVariableTest.php index <HASH>..<HASH> 100644 --- a/tests/Statistics/RandomVariableTest.php +++ b/tests/Statistics/RandomVariableTest.php @@ -303,4 +303,25 @@ class RandomVariableTest extends \PHPUnit_Framework_TestCase [ [453543,...
Add unit tests for confidence intervals.
markrogoyski_math-php
train
326d6d29676ee52b38368a6f0296aa36b9fef028
diff --git a/openpnm/algorithms/FickianDiffusion.py b/openpnm/algorithms/FickianDiffusion.py index <HASH>..<HASH> 100644 --- a/openpnm/algorithms/FickianDiffusion.py +++ b/openpnm/algorithms/FickianDiffusion.py @@ -3,6 +3,7 @@ from openpnm.utils import logging, Docorator, GenericSettings docstr = Docorator() logger =...
Fixing pep8 line spacing issue
PMEAL_OpenPNM
train
cd7843d96603dab18f0c6a72c4661b1a535ef00f
diff --git a/src/Kunstmaan/AdminBundle/Resources/ui/js/_url-chooser.js b/src/Kunstmaan/AdminBundle/Resources/ui/js/_url-chooser.js index <HASH>..<HASH> 100644 --- a/src/Kunstmaan/AdminBundle/Resources/ui/js/_url-chooser.js +++ b/src/Kunstmaan/AdminBundle/Resources/ui/js/_url-chooser.js @@ -207,12 +207,13 @@ kunstmaanbu...
[AdminBundle]: sequence can't be submitted for new url chooser
Kunstmaan_KunstmaanBundlesCMS
train
b01fed31e5c6fe45307f6cdb19e19c80889bbb12
diff --git a/src/adapters/window-name.js b/src/adapters/window-name.js index <HASH>..<HASH> 100644 --- a/src/adapters/window-name.js +++ b/src/adapters/window-name.js @@ -28,13 +28,15 @@ Lawnchair.adapter('window-name', (function(index, store) { // data[key] = value + ''; // force to string //...
Fix for 'nuke' operation in window-name adapter. Also make the keys() method closer to the implementation in the memory adapter.
brianleroux_lawnchair
train
02d642690282189664b9551e02fb7ff0e4b5c4fb
diff --git a/lib/rule-tester/rule-tester.js b/lib/rule-tester/rule-tester.js index <HASH>..<HASH> 100644 --- a/lib/rule-tester/rule-tester.js +++ b/lib/rule-tester/rule-tester.js @@ -977,10 +977,10 @@ class RuleTester { * This creates a mocha test suite and pipes all supplied info through * one of t...
fix: Correctly consume RuleTester statics (#<I>)
eslint_eslint
train
fa0018578c51a50eacf2e941d5d3aeeaff6bdb4f
diff --git a/app/models/user.rb b/app/models/user.rb index <HASH>..<HASH> 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -19,7 +19,7 @@ class User < ActiveRecord::Base after_update :deliver_email_reset, :if => :email_reset validates_uniqueness_of :handle, :allow_nil => true - validates_format_of :...
Allowing handles with capitals. Closes #<I>
rubygems_rubygems.org
train
7edec8e03f7690ed6729170fd84f46f474f9b1ac
diff --git a/container/api/src/main/java/org/wildfly/swarm/internal/ArtifactManager.java b/container/api/src/main/java/org/wildfly/swarm/internal/ArtifactManager.java index <HASH>..<HASH> 100644 --- a/container/api/src/main/java/org/wildfly/swarm/internal/ArtifactManager.java +++ b/container/api/src/main/java/org/wildf...
Show missing artifact's gav
thorntail_thorntail
train
1ac25a643ed540bcb4cf89f1ae0873403bb70b02
diff --git a/cursor.go b/cursor.go index <HASH>..<HASH> 100644 --- a/cursor.go +++ b/cursor.go @@ -11,26 +11,48 @@ import ( "errors" ) -// MDB_cursor_op +// Flags for the Get method on Cursors. These flags modify the cursor position +// and dictate behavior. +// +// TODO: +// MDB_GET_MULTIPLE and MDB_NEXT_MULTIPL...
cleanup and document Get and Put flags
bmatsuo_lmdb-go
train
027e944985edc8625eb8300e85e3e9da8fd6dad6
diff --git a/discovery/discovery.go b/discovery/discovery.go index <HASH>..<HASH> 100644 --- a/discovery/discovery.go +++ b/discovery/discovery.go @@ -31,6 +31,7 @@ import ( "github.com/coreos/etcd/Godeps/_workspace/src/github.com/jonboulle/clockwork" "github.com/coreos/etcd/client" + "github.com/coreos/etcd/pkg/...
discovery: fix discovery for not working on customized discovery service
etcd-io_etcd
train
275ede3793847d5ef7fa900163f51b8d1e210ede
diff --git a/spark/components/stepper/vanilla/stepper.stories.js b/spark/components/stepper/vanilla/stepper.stories.js index <HASH>..<HASH> 100644 --- a/spark/components/stepper/vanilla/stepper.stories.js +++ b/spark/components/stepper/vanilla/stepper.stories.js @@ -462,8 +462,8 @@ export const stepperWithCarousel = ()...
update targets & ids for stepper carousel story
sparkdesignsystem_spark-design-system
train
aac4df9d6312955168ebce3286d5217d92ac855a
diff --git a/packages/container/tests/container_test.js b/packages/container/tests/container_test.js index <HASH>..<HASH> 100644 --- a/packages/container/tests/container_test.js +++ b/packages/container/tests/container_test.js @@ -431,11 +431,102 @@ test("The container normalizes names before resolving", function() { ...
adds more tests Conflicts: packages/container/tests/container_test.js
emberjs_ember.js
train
7d2769080c00b7f5bb890fd9d27471691304a35b
diff --git a/index.test.js b/index.test.js index <HASH>..<HASH> 100644 --- a/index.test.js +++ b/index.test.js @@ -62,7 +62,17 @@ test("basics", function(t){ + "else\n" + " log('false');" ); - //TODO js/try catch + t.equals(compile( + "(js/try-catch\n" + + "(run)\n" + + "err\n" + + "(log \...
js/try-catch
farskipper_ecmaless
train
2a6c047456501b94c5708d218d1f9096a6dbd280
diff --git a/ioex/selector.py b/ioex/selector.py index <HASH>..<HASH> 100755 --- a/ioex/selector.py +++ b/ioex/selector.py @@ -49,6 +49,9 @@ class Node(object): child._parent = self self._children.append(child) + def get_parent(self): + return self._parent + def get_header_height(self...
selector node: added get_parent() method
fphammerle_ioex
train
f7ca4862d62afe5e107b8842b290f7d4f40ca95f
diff --git a/src/commands/run.js b/src/commands/run.js index <HASH>..<HASH> 100644 --- a/src/commands/run.js +++ b/src/commands/run.js @@ -199,7 +199,8 @@ exports.handler = function ({ const startArguments = { cwd: ctx.wrapperPath, env: { - REACT_APP_ENS_REGISTR...
Add BROWSER=none when starting aragon/aragon (#<I>) Fixes #<I>. Starts `aragon/aragon`'s `start:local` with the flag [`BROWSER=none`](<URL>) so that it doesn't open a browser instance.
aragon_aragon-cli
train
7adf90be051168d068d50c9d77b980518f661f3f
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -557,7 +557,7 @@ export function checkDoNotDisturb (done = () => {}) { if (err) { done(err) } else { - const enabled = _.contains(results, '1') + const enabled = _.includes(...
Fix bug with _.contains vs _.includes with toggleDoNotDisturb
laconalabs_lacona-api
train
d3ee61db42873e4b83b8beca32aa942ddd520ea2
diff --git a/tests/spec/rz-slider-service-test.js b/tests/spec/rz-slider-service-test.js index <HASH>..<HASH> 100644 --- a/tests/spec/rz-slider-service-test.js +++ b/tests/spec/rz-slider-service-test.js @@ -81,6 +81,7 @@ describe('rzslider - ', function() { expect(element.find('span')).to.have.length(11); ...
test: improve test about classes and attributes
angular-slider_angularjs-slider
train
38c262e1fbc63ff8438ae98c8f1a4b005f58cfe7
diff --git a/NEWS.md b/NEWS.md index <HASH>..<HASH> 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)! New on Master: +* Sign in failure message is now customized exclusively via I18n. + `SessionsController#flash_fai...
Remove SessionsController failure message override Since the introduction of the `SignInGaurd` stack, this method was no longer being called. I moved it's implementation into the failure message used by the `DefaultSignInGuard`. Customizing the message is done entirely via I<I>n. Resolves #<I>
thoughtbot_clearance
train
5c03d01e7fbb496fcd9b2a89e07ac7a0b15a04a6
diff --git a/celery_progress/backend.py b/celery_progress/backend.py index <HASH>..<HASH> 100644 --- a/celery_progress/backend.py +++ b/celery_progress/backend.py @@ -60,8 +60,9 @@ class Progress(object): self.result = result def get_info(self): - response = {'state': self.result.state} - ...
Fetch the task state only once at the beginning of the method and store it in local variable
czue_celery-progress
train
b85e653c1a5e4038242fa2979aebae9ad00716ee
diff --git a/lib/actions.js b/lib/actions.js index <HASH>..<HASH> 100644 --- a/lib/actions.js +++ b/lib/actions.js @@ -504,7 +504,7 @@ exports.includeJs = function(url) { }); }; -/* +/** * Select a value in an html select element. * @param {string} selector - The identifier for the select element. * @param {...
Fix `.keyboardEvent` to reject on error
johntitus_node-horseman
train
67f54404ee0a1b6997f0ab4aec8d62a96cbb040a
diff --git a/easymode/easypublisher/admin.py b/easymode/easypublisher/admin.py index <HASH>..<HASH> 100644 --- a/easymode/easypublisher/admin.py +++ b/easymode/easypublisher/admin.py @@ -23,6 +23,7 @@ import reversion from easymode.easypublisher.models import EasyPublisherMetaData, EasyPublisherModel from easymode....
Now the publisher can save a draft which has extra inlines only stored as a revision. This also works nicely for the history view btw.
specialunderwear_django-easymode
train
2bdcd34ac03244b7da73535fc1e2d6e77b2c677c
diff --git a/tests/test_metatable.py b/tests/test_metatable.py index <HASH>..<HASH> 100644 --- a/tests/test_metatable.py +++ b/tests/test_metatable.py @@ -3,62 +3,50 @@ from tables.table import MetaTable -from tables.column import Column -# unlike the real Options, this mock will accept ANY names class MockOp...
refactored metatable tests for brevity.
adammck_djtables
train
fe7d11f8add400587b6718d9f39a62e42cb04c28
diff --git a/github/github.go b/github/github.go index <HASH>..<HASH> 100644 --- a/github/github.go +++ b/github/github.go @@ -315,6 +315,7 @@ type Response struct { } // newResponse creates a new Response for the provided http.Response. +// r must not be nil. func newResponse(r *http.Response) *Response { respo...
Document that newResponse expects non-nil input. (#<I>) The current behavior of newResponse is that it expects non-nil r, and always returns non-nil *github.Response. This behavior is relied on by all callers of newResponse. This change improves the documentation of newResponse to reflect that. Closes #<I>.
google_go-github
train
500be875ad73efbd042700d8e4b7c4f806f596d0
diff --git a/source/test/test_load_save_and_run_libraries.py b/source/test/test_load_save_and_run_libraries.py index <HASH>..<HASH> 100644 --- a/source/test/test_load_save_and_run_libraries.py +++ b/source/test/test_load_save_and_run_libraries.py @@ -1,5 +1,6 @@ import pytest from pytest import raises +from os.path i...
Update library test: relative paths have changed
DLR-RM_RAFCON
train
508860627b9ee39fc43bcb327af237e2f36a1a5b
diff --git a/lib/puppet/pops/binder/injector.rb b/lib/puppet/pops/binder/injector.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/binder/injector.rb +++ b/lib/puppet/pops/binder/injector.rb @@ -528,20 +528,14 @@ module Private end end - # Should be used to get entries as it converts missing entrie...
(PUP-<I>) Remove the notion of an `injectable_class`
puppetlabs_puppet
train
d8913fb472b6fb28c72ff9a44d631a383e4038b5
diff --git a/bin/eServer.js b/bin/eServer.js index <HASH>..<HASH> 100644 --- a/bin/eServer.js +++ b/bin/eServer.js @@ -110,7 +110,14 @@ requirejs(['logManager', passport.deserializeUser(function(id, done) { done(null,_users[id]); }); - + function storeQueryString(req,res,next){ + if(re...
now the original query string have been pushed trough authentication as well Former-commit-id: 8ed<I>c0e<I>a<I>b<I>eeaf<I>ce<I>
webgme_webgme-engine
train
961518c8930c5439ee402d197d3a4d31d34a8c19
diff --git a/raft/node.go b/raft/node.go index <HASH>..<HASH> 100644 --- a/raft/node.go +++ b/raft/node.go @@ -1,5 +1,9 @@ package raft +import ( + "encoding/json" +) + type Interface interface { Step(m Message) Msgs() []Message @@ -7,6 +11,11 @@ type Interface interface { type tick int +type ConfigCmd str...
raft: execute log entries in node.step
etcd-io_etcd
train
e0c5140ba44ca09a492c18979567f3ff5a501488
diff --git a/lib/t.rb b/lib/t.rb index <HASH>..<HASH> 100644 --- a/lib/t.rb +++ b/lib/t.rb @@ -1,16 +1,32 @@ +require 'time' require 'active_support/string_inquirer' require 't/cli' module T class << self - def env - @env - end + attr_reader :env def env=(environment) @env = Active...
fixes tests in timezones other than PST The `ls_formatted_time` method previously displayed time in local time, which varies from computer to computer. Even with fixtures, the test outcome would vary in different timezones. Fixes by introducing a global `T.utc_offset` setting which is then used in the test suite to s...
sferik_t
train
6b32996b8e5d2d51d98326e32d946e3f7aebc2c7
diff --git a/src/Ratchet/WebSocket/Version/Hixie76/Connection.php b/src/Ratchet/WebSocket/Version/Hixie76/Connection.php index <HASH>..<HASH> 100644 --- a/src/Ratchet/WebSocket/Version/Hixie76/Connection.php +++ b/src/Ratchet/WebSocket/Version/Hixie76/Connection.php @@ -7,10 +7,12 @@ use Ratchet\AbstractConnectionDecor...
[WebSocket] Connection API All implementations of ConnectionInterface return themselves
ratchetphp_Ratchet
train
f5d7298dc09f32161d969ad0750ec7b8f6429af8
diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index <HASH>..<HASH> 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -3781,6 +3781,8 @@ WHERE gradeitemid IS NOT NULL AND grademax IS NOT NULL"); $dbman->add_field($table, $field); } + $DB->set_field('course_sections', 'summ...
MDL-<I> fixed course section format upgrade
moodle_moodle
train
b7f36ea3b66ea504f07bc3bc6079a5a5b7cc223b
diff --git a/lib/rbjs/version.rb b/lib/rbjs/version.rb index <HASH>..<HASH> 100644 --- a/lib/rbjs/version.rb +++ b/lib/rbjs/version.rb @@ -1,3 +1,3 @@ module Rbjs - VERSION = "0.9.13" + VERSION = "0.9.14" end
bumped version to <I>
buhrmi_rbjs
train
c07ac5d89b48e0bdd50a511a875857e45c8fdb93
diff --git a/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpointThreadLocals.java b/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpointThreadLocals.java index <HASH>..<HASH> 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpointThreadLocals.java +++ ...
[Java] Network buffers only need alignment to cachelines.
real-logic_aeron
train
f21408f8ab1585e27a67d8e3cabdab23d85a1106
diff --git a/cmsplugin_cascade/bootstrap3/carousel.py b/cmsplugin_cascade/bootstrap3/carousel.py index <HASH>..<HASH> 100644 --- a/cmsplugin_cascade/bootstrap3/carousel.py +++ b/cmsplugin_cascade/bootstrap3/carousel.py @@ -1,4 +1,8 @@ # -*- coding: utf-8 -*- +from django.forms import widgets +from django.forms.util im...
add option to animate bootstrap carousel by adding slide class
jrief_djangocms-cascade
train
d99ccfbe8dc66eff63bc5e9b0f4026ae83228729
diff --git a/src/org/joni/StackMachine.java b/src/org/joni/StackMachine.java index <HASH>..<HASH> 100644 --- a/src/org/joni/StackMachine.java +++ b/src/org/joni/StackMachine.java @@ -383,14 +383,14 @@ abstract class StackMachine extends Matcher implements StackType { break; } else if (e.ty...
this must be a dead code...
jruby_joni
train
6dc5bd828116339fff1cbd65a1b1c9d1ac68525b
diff --git a/manager/biz/src/main/java/com/alibaba/otter/manager/biz/monitor/impl/SelfMonitor.java b/manager/biz/src/main/java/com/alibaba/otter/manager/biz/monitor/impl/SelfMonitor.java index <HASH>..<HASH> 100644 --- a/manager/biz/src/main/java/com/alibaba/otter/manager/biz/monitor/impl/SelfMonitor.java +++ b/manager...
fix bug. setInterval will never work.
alibaba_otter
train
df5f51968ac608eeaf236a3b9e02dc5fd7f54c5b
diff --git a/packages/idyll-themes/src/default/styles.js b/packages/idyll-themes/src/default/styles.js index <HASH>..<HASH> 100644 --- a/packages/idyll-themes/src/default/styles.js +++ b/packages/idyll-themes/src/default/styles.js @@ -710,18 +710,18 @@ table th { font-weight: 600; } -table th, -table td { +:not(....
don't apply styles to gist
idyll-lang_idyll
train
fd29dbe4c8f8910dfbe521d9c89ec99f8077c413
diff --git a/server/config.go b/server/config.go index <HASH>..<HASH> 100644 --- a/server/config.go +++ b/server/config.go @@ -50,7 +50,8 @@ type Debug struct { // MetricsConfig provides metrics configuration type MetricsConfig struct { - Address string `toml:"address"` + Address string `toml:"address"` + GRP...
Enable grpc timing histograms This enables the grpc timing histograms via a config option as they are metrics of high cardinality. This is useful for perf testing and debugging but should not be the default on production systems unless needed. ```toml [metrics] grpc_histogram = true ```
containerd_containerd
train
128c083d08392b9ac79eeaaa3201d23c7171fd0d
diff --git a/server/src/main/java/org/cloudfoundry/identity/uaa/authentication/BackwardsCompatibleTokenEndpointAuthenticationFilter.java b/server/src/main/java/org/cloudfoundry/identity/uaa/authentication/BackwardsCompatibleTokenEndpointAuthenticationFilter.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/or...
application/x-www-form-urlencoded is always considered ISO-<I>-1 by tomcat it doesn't have a charset attribute <URL>
cloudfoundry_uaa
train
db50c2100c057d829e9717bb14ab72124cd9e9eb
diff --git a/src/Model/Table/TokensTable.php b/src/Model/Table/TokensTable.php index <HASH>..<HASH> 100644 --- a/src/Model/Table/TokensTable.php +++ b/src/Model/Table/TokensTable.php @@ -48,6 +48,7 @@ class TokensTable extends Table * @param \Cake\ORM\Entity $entity Entity * @param \ArrayObject $options Opt...
fixed `deleteExpired()` method. It will called by `beforeSave()`
mirko-pagliai_cakephp-tokens
train
4606a99b39d57e94360e0c6460c175a4aa965d49
diff --git a/packages/react/src/components/NumberInput/NumberInput.js b/packages/react/src/components/NumberInput/NumberInput.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/NumberInput/NumberInput.js +++ b/packages/react/src/components/NumberInput/NumberInput.js @@ -298,7 +298,7 @@ class NumberInput...
fix(number-input): use aria-label for input attribute (#<I>)
carbon-design-system_carbon-components
train
baf5f42789b3b2eab6a224e63e7b223601b2b0ee
diff --git a/satpy/writers/geotiff.py b/satpy/writers/geotiff.py index <HASH>..<HASH> 100644 --- a/satpy/writers/geotiff.py +++ b/satpy/writers/geotiff.py @@ -27,26 +27,23 @@ import logging import dask import numpy as np -from osgeo import gdal, osr from satpy.utils import ensure_dir from satpy.writers import I...
Fix geotiff writer being unimportable if gdal isn't installed
pytroll_satpy
train
910e9b713b14a4647a745805e2ac9995bdf3d6a5
diff --git a/ansunit.py b/ansunit.py index <HASH>..<HASH> 100644 --- a/ansunit.py +++ b/ansunit.py @@ -130,7 +130,7 @@ class SolverTestCase(unittest.TestCase): if self.args.show_stderr: print err if self.args.show_stdout: print out if self.spec['Expect'] == 'SAT': - self.assertEqual(proc.returncode,...
SAT now subsumes OPTIMAL
rndmcnlly_ansunit
train
328ecb205cbb6f73baf49616eac323c46e100831
diff --git a/wisdom-engine/src/main/java/org/wisdom/engine/server/WisdomServer.java b/wisdom-engine/src/main/java/org/wisdom/engine/server/WisdomServer.java index <HASH>..<HASH> 100644 --- a/wisdom-engine/src/main/java/org/wisdom/engine/server/WisdomServer.java +++ b/wisdom-engine/src/main/java/org/wisdom/engine/server...
[TD] major - minor * Rename the "logger" logger to comply with the format "LOG(?:GER)?". * Define a constant instead of duplicating this literal "http.address" 4 times.
wisdom-framework_wisdom
train
d6c5b3cb17096138772495cad4d95470b8fb4ce5
diff --git a/spec/guard/tap/runner_spec.rb b/spec/guard/tap/runner_spec.rb index <HASH>..<HASH> 100644 --- a/spec/guard/tap/runner_spec.rb +++ b/spec/guard/tap/runner_spec.rb @@ -29,7 +29,7 @@ describe Guard::Tap::Runner do it 'handles not ok (TODO)' do runner.should_not_receive(:notify_error) - runn...
fix failed test IO.popen('echo not ok 1 # TODO') is interpreted as 'echo not ok 1'. We must to escape #
hitode909_guard-tap
train
2a9aa9a033a59767096b6bdc2472f91d8f2f584b
diff --git a/acceptance/tests/resource/package/ips/basic_tests.rb b/acceptance/tests/resource/package/ips/basic_tests.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/resource/package/ips/basic_tests.rb +++ b/acceptance/tests/resource/package/ips/basic_tests.rb @@ -41,7 +41,7 @@ agents.each do |agent| step "I...
(maint) PA-<I> update tests to work across multiple version of solaris In adding Solaris <I>, we discovered that output from 'resource package' had subtly different output, which resulted in test failures due to cosmetic changes. This updates the matching regex to accomodate all current variations.
puppetlabs_puppet
train
75ac0056a0543e88f2e4a1fd537d38758090b606
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- import sphinx_rtd_theme +import wagtailnews.version # # Wagtail News documentation build configuration file, created by @@ -65,9 +66,11 @@ author = 'Takeflight' # b...
Include correct version info in docs
neon-jungle_wagtailnews
train
ace459bec57bbcb88c4fe9d00c603467fb3f572b
diff --git a/pre_commit_hooks/detect_aws_credentials.py b/pre_commit_hooks/detect_aws_credentials.py index <HASH>..<HASH> 100644 --- a/pre_commit_hooks/detect_aws_credentials.py +++ b/pre_commit_hooks/detect_aws_credentials.py @@ -84,7 +84,7 @@ def check_file_for_aws_keys( for key in keys: ...
Skip empty variables in detect_aws_credentials
pre-commit_pre-commit-hooks
train
e7172436ab4ca154e71a2e923c847e87b5f23b3a
diff --git a/lib/ext/contain.js b/lib/ext/contain.js index <HASH>..<HASH> 100644 --- a/lib/ext/contain.js +++ b/lib/ext/contain.js @@ -76,11 +76,14 @@ module.exports = function(should, Assertion) { var obj = this.obj; if(util.isArray(obj)) { if(util.isArray(other)) { - + var usedKeys = {}; ...
Fix strange/unexpected behaviour of .containDeep. It now check on contain once
shouldjs_should.js
train
a32813784bbc69c5a48c34d38c0da8f9182ecc5a
diff --git a/tests/dummy/config/environment.js b/tests/dummy/config/environment.js index <HASH>..<HASH> 100644 --- a/tests/dummy/config/environment.js +++ b/tests/dummy/config/environment.js @@ -5,7 +5,7 @@ module.exports = function(environment) { var ENV = { modulePrefix: 'dummy', environment: environment...
update to baseURL was in the wrong spot
open-tux_ember-bulma
train
e733744e9284852d5460202ba6b7445497d91bb2
diff --git a/lib/api-client/resources/task.js b/lib/api-client/resources/task.js index <HASH>..<HASH> 100644 --- a/lib/api-client/resources/task.js +++ b/lib/api-client/resources/task.js @@ -108,7 +108,7 @@ Task.list = function(params, done) { task._embedded = task._embedded || {}; for (var p in procD...
fix(task res.): reflect new embedded structure when compiling results
camunda_camunda-bpm-sdk-js
train
e958efaa2ce9eb3c905082953530f6b1f17c1cc3
diff --git a/packages/route-table/lib/index.js b/packages/route-table/lib/index.js index <HASH>..<HASH> 100644 --- a/packages/route-table/lib/index.js +++ b/packages/route-table/lib/index.js @@ -35,20 +35,14 @@ function printRouteTable (routes) { // Auth let auth = NONE - let scope = NONE if (route....
feat: hide scope from route-table
bakjs_bak
train
811e69b722ea9cd3f9239d6ea9402eded2d84622
diff --git a/authority/permissions.py b/authority/permissions.py index <HASH>..<HASH> 100644 --- a/authority/permissions.py +++ b/authority/permissions.py @@ -104,8 +104,8 @@ class BasePermission(object): def _prime_group_perm_caches(self): """ - Prime both the user and group caches and put them ...
refs #<I>: Updated query counts to take into account the ContentType cache, fixed group caching tests
jazzband_django-authority
train
db50d99622adc7c2c98b2337d8e11ea1350de296
diff --git a/registration/views.py b/registration/views.py index <HASH>..<HASH> 100644 --- a/registration/views.py +++ b/registration/views.py @@ -50,15 +50,6 @@ class RegistrationView(FormView): Override this to enable/disable user registration, either globally or on a per-request basis. - B...
Docstring cleanup in views.py
ubernostrum_django-registration
train
f2aff6b83e92483593a04df3e18535d21c1e9232
diff --git a/src/client/js/Widgets/SnapEditor/ClickableItem.js b/src/client/js/Widgets/SnapEditor/ClickableItem.js index <HASH>..<HASH> 100644 --- a/src/client/js/Widgets/SnapEditor/ClickableItem.js +++ b/src/client/js/Widgets/SnapEditor/ClickableItem.js @@ -1057,8 +1057,6 @@ define(['logManager', * @return {Obje...
Added splicing fn-ality to sibling ptrs Former-commit-id: eb<I>a<I>f<I>aca<I>c<I>a2e<I>fd9d7
webgme_webgme-engine
train
ff035cfcbbf8d3e60d9edac0a98226cfc71a9d20
diff --git a/src/Joomlatools/Console/Command/Site/Download.php b/src/Joomlatools/Console/Command/Site/Download.php index <HASH>..<HASH> 100644 --- a/src/Joomlatools/Console/Command/Site/Download.php +++ b/src/Joomlatools/Console/Command/Site/Download.php @@ -217,7 +217,11 @@ class Download extends AbstractSite ...
#<I>: Special handling for Joomla 4 downloads Joomla 4 tarballs need composer and npm installs to work, instead download them from releases
joomlatools_joomlatools-console
train
d7449a612f02f5c35c34d54aca1c1277b9306e11
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierDataflowAnalysis.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierDataflowAnalysis.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/ba/jsr305/TypeQualifierDataflowAnalysis.java +++ b/findbugs/src/jav...
Number of frame slots at the end of a source block and the beginning of a target block can be different if the target block is an exception handler. Fixed to allow. git-svn-id: <URL>
spotbugs_spotbugs
train
17e74985b0d60b6d782c35a9185d50accfd95079
diff --git a/agent/consul/server_test.go b/agent/consul/server_test.go index <HASH>..<HASH> 100644 --- a/agent/consul/server_test.go +++ b/agent/consul/server_test.go @@ -647,7 +647,6 @@ func TestServer_JoinLAN_TLS(t *testing.T) { } func TestServer_Expect(t *testing.T) { - t.Parallel() // All test servers should ...
Run TestServer_Expect on its own (#<I>)
hashicorp_consul
train
6c2dbd5872bfc309da535f284bd7e79debb0d9a3
diff --git a/tests/TestCase/Error/Middleware/ErrorHandlerMiddlewareTest.php b/tests/TestCase/Error/Middleware/ErrorHandlerMiddlewareTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/Error/Middleware/ErrorHandlerMiddlewareTest.php +++ b/tests/TestCase/Error/Middleware/ErrorHandlerMiddlewareTest.php @@ -148,6 +14...
Add additional unit tests for error middleware
cakephp_cakephp
train
67e623821ed3c1f210846f69d4f5e9a467a95735
diff --git a/pyani/scripts/subcommands/subcmd_anim.py b/pyani/scripts/subcommands/subcmd_anim.py index <HASH>..<HASH> 100644 --- a/pyani/scripts/subcommands/subcmd_anim.py +++ b/pyani/scripts/subcommands/subcmd_anim.py @@ -195,9 +195,7 @@ def subcmd_anim(args: Namespace) -> None: name=name, ) ...
Can't reference `run_id` if the run fails
widdowquinn_pyani
train
82258ad7202a112cc33e421bd647ce2ea7d0f5bf
diff --git a/flaskext/rest.py b/flaskext/rest.py index <HASH>..<HASH> 100644 --- a/flaskext/rest.py +++ b/flaskext/rest.py @@ -91,7 +91,7 @@ class RestResource(object): def get_deserializer(self): return Deserializer() - def prepare_data(self, data): + def prepare_data(self, obj, data): ...
Pass the ``obj`` in to prepare_data along with the serialized bits, thanks nassty for pointing this one out
coleifer_flask-peewee
train
c3a2936ce08d22fbceae661382e357f0bbab565e
diff --git a/pyramid_urireferencer/models.py b/pyramid_urireferencer/models.py index <HASH>..<HASH> 100644 --- a/pyramid_urireferencer/models.py +++ b/pyramid_urireferencer/models.py @@ -94,7 +94,7 @@ class ApplicationResponse: "success": self.success, "has_references": self.has_references, ...
Error message when a backend application can't be reached #9
OnroerendErfgoed_pyramid_urireferencer
train
42110dc8da66ec8f0a0a4fddef4e3a3a0e78b6fd
diff --git a/src/java/com/threerings/presents/client/InvocationDirector.java b/src/java/com/threerings/presents/client/InvocationDirector.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/presents/client/InvocationDirector.java +++ b/src/java/com/threerings/presents/client/InvocationDirector.java @@ -1,5 +...
Remove invocation receiver mappings from the receivers table when they are unregistered. Flush invocation listener mappings after an expiry period if they were not already removed by virtue of receiving a response. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train