hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2bd62aaa9d38388df085345b1f8a6c006efb1543
diff --git a/tests/unit_project/settings/base.py b/tests/unit_project/settings/base.py index <HASH>..<HASH> 100644 --- a/tests/unit_project/settings/base.py +++ b/tests/unit_project/settings/base.py @@ -6,7 +6,7 @@ USE_I18N = True MEDIA_ROOT = join(FILE_ROOT, 'static') -MEDIA_URL = '/static/testbed' +MEDIA_URL = '...
Poor man's test for thumb html
ella_ella
train
df457718847cc2833d493b746d857619b50476c6
diff --git a/src/protean/infra/eventing.py b/src/protean/infra/eventing.py index <HASH>..<HASH> 100644 --- a/src/protean/infra/eventing.py +++ b/src/protean/infra/eventing.py @@ -5,9 +5,8 @@ from protean.container import BaseContainer, OptionsMixin from protean.core.aggregate import BaseAggregate from protean.core.ev...
Change Event's Message ID to Auto field
proteanhq_protean
train
879ab774a63fd410f7c7f16a623e15ad85755983
diff --git a/commerce-product-api/src/main/java/com/liferay/commerce/product/util/CPUtil.java b/commerce-product-api/src/main/java/com/liferay/commerce/product/util/CPUtil.java index <HASH>..<HASH> 100644 --- a/commerce-product-api/src/main/java/com/liferay/commerce/product/util/CPUtil.java +++ b/commerce-product-api/s...
COMMERCE-<I> Fixed channel sort
liferay_com-liferay-commerce
train
7ddbc5e414df85ba2b7fb3f066ffc6278e5e69ba
diff --git a/src/bosh-director/lib/bosh/director/deployment_plan/steps/create_vm_step.rb b/src/bosh-director/lib/bosh/director/deployment_plan/steps/create_vm_step.rb index <HASH>..<HASH> 100644 --- a/src/bosh-director/lib/bosh/director/deployment_plan/steps/create_vm_step.rb +++ b/src/bosh-director/lib/bosh/director/d...
Patch network spec to try and fix units [#<I>](<URL>)
cloudfoundry_bosh
train
9487839fa5880ed3f29a73b8ca29f28b2afb070e
diff --git a/server/watcher/PluginCache.js b/server/watcher/PluginCache.js index <HASH>..<HASH> 100644 --- a/server/watcher/PluginCache.js +++ b/server/watcher/PluginCache.js @@ -138,7 +138,7 @@ class PluginCache { // Reconfigure a list of plugins for a package. _reloadPlugins(pack, list) { if (!list) list =...
fix: protect PluginCache:reload from packages with no plugins
aleclarson_wch
train
7176f98d6cdee8cfe85f1671b36705319b851fa6
diff --git a/datacats/cli/manage.py b/datacats/cli/manage.py index <HASH>..<HASH> 100644 --- a/datacats/cli/manage.py +++ b/datacats/cli/manage.py @@ -9,6 +9,8 @@ from os.path import expanduser import webbrowser import sys +from datacats.error import DatacatsError + def write(s): sys.stdout.write(s) @@ -105...
Info command overhaul. We now check for damage correctly. The command also prints out information regarding each individual child.
datacats_datacats
train
df1577db0c519bdd5ce52113c1e0c9009205f929
diff --git a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php +++ b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php @@ -362,31 +362,29 @@ class UnitOfWorkTest extends OrmTestCase } /** - * ...
#<I> cleaning up test case, adding assertions critical to the understanding of the code
doctrine_orm
train
9e269a64a6033e2468966c514872f37e471abf2f
diff --git a/ndb/key.py b/ndb/key.py index <HASH>..<HASH> 100644 --- a/ndb/key.py +++ b/ndb/key.py @@ -201,7 +201,8 @@ class Key(object): kwargs = _args[0] else: if 'flat' in kwargs: - raise TypeError('Key() cannot accept flat as a keyword argument.') + raise TypeError('Key() ...
Improve phrasing of an error message.
GoogleCloudPlatform_datastore-ndb-python
train
5fac097536b727dd004e63173422209351a23ff8
diff --git a/TYPO3.Flow/Classes/MVC/View/F3_FLOW3_MVC_View_EmptyView.php b/TYPO3.Flow/Classes/MVC/View/F3_FLOW3_MVC_View_EmptyView.php index <HASH>..<HASH> 100644 --- a/TYPO3.Flow/Classes/MVC/View/F3_FLOW3_MVC_View_EmptyView.php +++ b/TYPO3.Flow/Classes/MVC/View/F3_FLOW3_MVC_View_EmptyView.php @@ -41,5 +41,19 @@ class ...
* FLOW3: (MVC) Added a magic __call() method to the Empty View. Resolves #<I> Original-Commit-Hash: <I>ebf5fd<I>a<I>febb9a4f<I>f2d<I>b<I>
neos_flow-development-collection
train
3b15e80e95713b93277daba8973ee6a21de0e2e5
diff --git a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/rollout/DefineGroupsLayout.java b/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/rollout/DefineGroupsLayout.java index <HASH>..<HASH> 100644 --- a/hawkbit-ui/src/main/java/org/eclipse/hawkbit/ui/rollout/rollout/DefineGroupsLayout.java +++ b/h...
Bugfix NPE in target percentage (#<I>) * Fixed NullPointerException in groups validation callback
eclipse_hawkbit
train
f9997a82cc3865a634156b4600a9458943445e7c
diff --git a/arthur/jobs.py b/arthur/jobs.py index <HASH>..<HASH> 100644 --- a/arthur/jobs.py +++ b/arthur/jobs.py @@ -39,14 +39,18 @@ logger = logging.getLogger(__name__) class JobResult: """Class to store the result of a Perceval job. - It stores useful data such as the UUID and date of the last + It st...
[jobs] Include origin and backend data into a job result
chaoss_grimoirelab-kingarthur
train
8d6ab836a9fc09280414a1be4241519edaa93f92
diff --git a/encryption/encryption_flags.go b/encryption/encryption_flags.go index <HASH>..<HASH> 100644 --- a/encryption/encryption_flags.go +++ b/encryption/encryption_flags.go @@ -6,14 +6,14 @@ import ( "strings" ) -type EncryptionKeys []string +type EncryptionKeys map[string]struct{} -func (*EncryptionKeys) ...
encryption flags can safely be parsed multiple times [#<I>]
cloudfoundry_bbs
train
f578824b356f44db21a0e5fc5457473579f99021
diff --git a/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/impl/mapping/typebridge/ProtobufMessageBinder.java b/remote-query/remote-query-server/src/main/java/org/infinispan/query/remote/impl/mapping/typebridge/ProtobufMessageBinder.java index <HASH>..<HASH> 100644 --- a/remote-query/remote...
ISPN-<I> Implement TypeBridge<byte[]> instead of the raw TypeBridge interface in ProtobufMessageBridge The type argument to TypeBridge was introduced in Hibernate Search <I>.CR2.
infinispan_infinispan
train
b2aff1f73657532ce3da2dd61c52d75651a5cfe2
diff --git a/treebeard/forms.py b/treebeard/forms.py index <HASH>..<HASH> 100644 --- a/treebeard/forms.py +++ b/treebeard/forms.py @@ -83,7 +83,7 @@ class MoveNodeForm(forms.ModelForm): def __init__(self, data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=ErrorList, ...
Django <I> compat. Error on MoveNodeForm render. Pass through additional kwargs to support new `use_required_attribute` ModelForm argument.
django-treebeard_django-treebeard
train
788a301fbfd2dcaad176e15ea77a4e9c200d6801
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,12 @@ from setuptools import setup, find_packages from codecs import open from os import path +import sys + +# Exit unless we're in pip3/Python 3 +if not sys.version_info[0] == 3: + print("\noctohatrack requires ...
Exit unless we're explicitly in a Python3 environment
LABHR_octohatrack
train
55937f228542014ca3ca4a51e2b7519bb93d8140
diff --git a/spec/mongo/server/description/features_spec.rb b/spec/mongo/server/description/features_spec.rb index <HASH>..<HASH> 100644 --- a/spec/mongo/server/description/features_spec.rb +++ b/spec/mongo/server/description/features_spec.rb @@ -24,6 +24,17 @@ describe Mongo::Server::Description::Features do en...
Add test for server wire version range max being higher
mongodb_mongo-ruby-driver
train
4c7db09afa7ea6a3c90d0e68b25e5d13d03243e7
diff --git a/lib/electronApp.js b/lib/electronApp.js index <HASH>..<HASH> 100644 --- a/lib/electronApp.js +++ b/lib/electronApp.js @@ -10,6 +10,7 @@ import node6Preset from 'babel-preset-node6'; import path from 'path'; import shell from 'shelljs'; import spawn from 'cross-spawn'; +import semver from 'semver'; impo...
Only warn about plugins that have a lower than suggested version
wojtkowiak_meteor-desktop
train
ef22e56cff23f06cb53948ba30272025a391f3d4
diff --git a/modules/activiti-webapp-rest2/src/main/java/org/activiti/rest/api/SecuredResource.java b/modules/activiti-webapp-rest2/src/main/java/org/activiti/rest/api/SecuredResource.java index <HASH>..<HASH> 100644 --- a/modules/activiti-webapp-rest2/src/main/java/org/activiti/rest/api/SecuredResource.java +++ b/modu...
Fix for ACT-<I>
Activiti_Activiti
train
22020830f8f9b97780a5c48bb77d807b2826a122
diff --git a/jbpm-workitems/jbpm-workitems-webservice/src/main/java/org/jbpm/process/workitem/webservice/WebServiceWorkItemHandler.java b/jbpm-workitems/jbpm-workitems-webservice/src/main/java/org/jbpm/process/workitem/webservice/WebServiceWorkItemHandler.java index <HASH>..<HASH> 100644 --- a/jbpm-workitems/jbpm-worki...
[JBPM-<I>] Add username and password as parameters to the WebserviceWorkItemHandler
kiegroup_jbpm
train
d25b4f982ab7e0f0e3419c3776853d4ec44ed666
diff --git a/src/Monolog/Handler/StreamHandler.php b/src/Monolog/Handler/StreamHandler.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Handler/StreamHandler.php +++ b/src/Monolog/Handler/StreamHandler.php @@ -60,17 +60,19 @@ class StreamHandler extends AbstractProcessingHandler if (!$this->url) { ...
eAccelerator doesn't like anonymous functions. - Change to private instance method for error handler.
Seldaek_monolog
train
4e2983b843731382a1be5a88cb4730af91bdd3fe
diff --git a/tests/integration-all/websocket/tests.js b/tests/integration-all/websocket/tests.js index <HASH>..<HASH> 100644 --- a/tests/integration-all/websocket/tests.js +++ b/tests/integration-all/websocket/tests.js @@ -24,6 +24,8 @@ describe('AWS - API Gateway Websocket Integration Test', function() { let stackN...
test(AWS Websocket): Temporary handling of eventually failing test It's to improve debugging means
serverless_serverless
train
76c95ab8ff63311db49b0b1f8e30cbfa36f25b3f
diff --git a/lib/shoubyoumei-master.js b/lib/shoubyoumei-master.js index <HASH>..<HASH> 100644 --- a/lib/shoubyoumei-master.js +++ b/lib/shoubyoumei-master.js @@ -47,3 +47,21 @@ exports.searchShoubyoumeiMaster = function(conn, text, at, cb){ conn.query(sql, args, cb); }; +exports.getShoubyoumeiMasterByName = fu...
added getShoubyoumeiMasterByName
hangilc_myclinic-db
train
1b27551c9a28bd7445c2d2c631d627992c179069
diff --git a/src/MarkupTranslator/Translators/Base.php b/src/MarkupTranslator/Translators/Base.php index <HASH>..<HASH> 100644 --- a/src/MarkupTranslator/Translators/Base.php +++ b/src/MarkupTranslator/Translators/Base.php @@ -9,6 +9,7 @@ abstract class Base extends \XMLWriter const NODE_PARAGRAPH = 'p'; co...
added procesing of <strong />
hackathoners_markup-translator
train
a1713a9f33bdcc14c6f4d1744cbf086f14b32e2e
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,8 +9,8 @@ exclude_patterns = ['_build'] project = u'Flask-Nav' copyright = u'2015, Marc Brinkmann' author = u'Marc Brinkmann' -version = '0.5' -release = '0.5.dev1' +version = '0.6' +release = '0.6.dev1' ...
Start developing version <I>.dev1 (after release of <I>)
mbr_flask-nav
train
9ba6fe5e938a084f2b800dacef785ee1b7ffe736
diff --git a/lib/blocks/renderers/collection_renderer.rb b/lib/blocks/renderers/collection_renderer.rb index <HASH>..<HASH> 100644 --- a/lib/blocks/renderers/collection_renderer.rb +++ b/lib/blocks/renderers/collection_renderer.rb @@ -13,8 +13,7 @@ module Blocks runtime_context.collection_item_index = index ...
Small fix to properly pass in collection items info to each item renderer
hunterae_blocks
train
76771f00f021f5f829893a849c8ee8995ef9cd39
diff --git a/libraries/lithium/template/Helper.php b/libraries/lithium/template/Helper.php index <HASH>..<HASH> 100644 --- a/libraries/lithium/template/Helper.php +++ b/libraries/lithium/template/Helper.php @@ -129,10 +129,14 @@ abstract class Helper extends \lithium\core\Object { * @return string Rendered HTML *...
Adding test coverage to `\template\Helper`, refactoring to improve testability.
UnionOfRAD_framework
train
07737f86b9182af48194c3f234f8d31b8574ee66
diff --git a/reflect_test.go b/reflect_test.go index <HASH>..<HASH> 100644 --- a/reflect_test.go +++ b/reflect_test.go @@ -14,6 +14,34 @@ type testStruct struct { Jkl interface{} } +func (t *testStruct) FuncPointerReciever() string { + return "abc" +} + +func (t testStruct) FuncNoArgsNoRet() { + return +} + +func ...
Add ability to call struct methods This fixes #<I> This is incompatible with go <I>
robertkrimen_otto
train
df25565cbd732ec47cea1292f17709cacdfe3162
diff --git a/fermipy/extension.py b/fermipy/extension.py index <HASH>..<HASH> 100644 --- a/fermipy/extension.py +++ b/fermipy/extension.py @@ -344,7 +344,7 @@ class ExtensionFit(object): hdu_data.name = 'EXT_DATA' if ext.get('tsmap'): - hdus = [ext['tsmap'].make_hdu(extname='PRIMARY')] + ...
Replace extname with hdu in gammapy.maps I/O calls.
fermiPy_fermipy
train
44c64d9c318b92b400c6090d017d90b5c5e4a804
diff --git a/greenwavereality/greenwavereality.py b/greenwavereality/greenwavereality.py index <HASH>..<HASH> 100644 --- a/greenwavereality/greenwavereality.py +++ b/greenwavereality/greenwavereality.py @@ -66,5 +66,5 @@ def grab_token(host, email, password): url = ('https://' + host + '/gwr/gop.php?cmd=GWRLogin&d...
Mispselled gip as gzip
dfiel_greenwavereality
train
a25d95bd236e5586026f47bbaef916cfa456a424
diff --git a/service/dap/server.go b/service/dap/server.go index <HASH>..<HASH> 100644 --- a/service/dap/server.go +++ b/service/dap/server.go @@ -1461,13 +1461,6 @@ func (s *Server) onVariablesRequest(request *dap.VariablesRequest) { s.sendErrorResponse(request.Request, UnableToLookupVariable, "Unable to lookup var...
service/dap: remove unnecessary capability check The Types field is only set in childrenToDAPVariables if the client capability is supported. There is no need to check again after the children have been calculated.
go-delve_delve
train
079f7bbf6cb2b32df154c95a935bc40f19546d4d
diff --git a/src/paperwork/backend/shell.py b/src/paperwork/backend/shell.py index <HASH>..<HASH> 100644 --- a/src/paperwork/backend/shell.py +++ b/src/paperwork/backend/shell.py @@ -295,6 +295,7 @@ def cmd_search(*args): print ("Search: {}".format(" ".join(args))) docs = dsearch.find_documents(" ".join...
paperwork-shell/search: sort the results
openpaperwork_paperwork-backend
train
ad377e96af9355808739cc1ce65f7a3a926514c0
diff --git a/watcher/watcher.go b/watcher/watcher.go index <HASH>..<HASH> 100644 --- a/watcher/watcher.go +++ b/watcher/watcher.go @@ -177,7 +177,9 @@ func (watcher *Watcher) handleActualDelete(actualLRP models.ActualLRP) { watcher.logger.Debug("handling-actual-delete", actualLRPData(actualLRP)) defer watcher.logge...
Only emitAndRemove on delete if actual is RUNNING [#<I>]
cloudfoundry_route-emitter
train
3b0d843e599db95854e12d2d211405350f0c0399
diff --git a/src/main/java/org/jboss/netty/channel/socket/nio/DirectBufferPool.java b/src/main/java/org/jboss/netty/channel/socket/nio/DirectBufferPool.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/netty/channel/socket/nio/DirectBufferPool.java +++ b/src/main/java/org/jboss/netty/channel/socket/nio/Dir...
Increased the default preallocation size for higher out of the box throughput
netty_netty
train
df7e2d26cce06099e173861393902462ac8d1713
diff --git a/src/internalHelpers/_isValidColor.js b/src/internalHelpers/_isValidColor.js index <HASH>..<HASH> 100644 --- a/src/internalHelpers/_isValidColor.js +++ b/src/internalHelpers/_isValidColor.js @@ -3,3 +3,4 @@ export const isRgb = (color: string) : bool => /rgb\((\d{1,3}), ?(\d{1,3}), ?(\d export const isRgba...
chore(transparentize): Added isHex regex
styled-components_polished
train
7dd0c6721a675d2fe3958b318fe50472c90e287a
diff --git a/src/sos/jupyter/kernel.js b/src/sos/jupyter/kernel.js index <HASH>..<HASH> 100644 --- a/src/sos/jupyter/kernel.js +++ b/src/sos/jupyter/kernel.js @@ -1357,7 +1357,8 @@ define([ } else if (KernelOptions[cell_kernel]["assignment_pattern"]) { var matched = text.match(KernelOptions[cell_k...
Stop clearing existing output in the cell panel during automatic preview of assignment. (close #<I>)
vatlab_SoS
train
4df5613fb9172a7867eae751514cce5d94241ea6
diff --git a/tests/CollectionItemTest.php b/tests/CollectionItemTest.php index <HASH>..<HASH> 100644 --- a/tests/CollectionItemTest.php +++ b/tests/CollectionItemTest.php @@ -2,7 +2,7 @@ namespace Tests; -use TightenCo\Jigsaw\DataLoader; +use TightenCo\Jigsaw\Jigsaw; use TightenCo\Jigsaw\SiteBuilder; use org\bov...
Update CollectionItemTest for changes to DataLoader, Jigsaw.php
tightenco_jigsaw
train
90386a077d842e417c4ca2eaa15564988818e292
diff --git a/core-bundle/contao/dca/tl_content.php b/core-bundle/contao/dca/tl_content.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/dca/tl_content.php +++ b/core-bundle/contao/dca/tl_content.php @@ -249,7 +249,7 @@ $GLOBALS['TL_DCA']['tl_content'] = array 'label' => &$GLOBALS['TL_LANG'...
[Core] Add the `System::getImageSizes()` method and make sure the DB query is only executed once
contao_contao
train
db65832d94195ba567d53c0f9ee27241905eb601
diff --git a/src/Podium.php b/src/Podium.php index <HASH>..<HASH> 100644 --- a/src/Podium.php +++ b/src/Podium.php @@ -7,10 +7,6 @@ namespace bizley\podium\api; use bizley\podium\api\base\Access; use bizley\podium\api\base\Account; use bizley\podium\api\base\Member; -use bizley\podium\api\models\Friendship; -use biz...
handlers config moved to components
bizley_yii2-podium-api
train
03a5b5315a99055cb990507588fe15aa13b31a21
diff --git a/tests/test_plotting.py b/tests/test_plotting.py index <HASH>..<HASH> 100644 --- a/tests/test_plotting.py +++ b/tests/test_plotting.py @@ -272,6 +272,15 @@ def test_plot_cell_scalars(): n_colors=5, rng=10) plotter.plot() +@pytest.mark.skipif(not running_xserver(), reason="Requir...
Add clim kwarg for plotting
vtkiorg_vtki
train
0572dd5afef205f85702a581b123c9afc68c167f
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -66,6 +66,32 @@ it('Should render a simple React component with a template', function(cb) { }); +it('Should render a simple React component as static markup', function(cb) { + + var stream = render({ + staticMarkup: true ...
Added a test for staticMarkup
koistya_gulp-render
train
8714f2ed7e43b875eea08fc5a65f15b476698084
diff --git a/Classes/Core/Acceptance/Helper/AbstractPageTree.php b/Classes/Core/Acceptance/Helper/AbstractPageTree.php index <HASH>..<HASH> 100644 --- a/Classes/Core/Acceptance/Helper/AbstractPageTree.php +++ b/Classes/Core/Acceptance/Helper/AbstractPageTree.php @@ -93,6 +93,8 @@ abstract class AbstractPageTree ...
[TASK] Prepare for younger selenium-chrome (#<I>) Some webdriver detail seems to throw a different exception when an element is not found. Adapt the page tree helper to deal with this.
TYPO3_testing-framework
train
36051e75b5f1c7ff3dcab7d97f860d708f64f0b4
diff --git a/lib/core/monitor.js b/lib/core/monitor.js index <HASH>..<HASH> 100644 --- a/lib/core/monitor.js +++ b/lib/core/monitor.js @@ -12,7 +12,7 @@ var helpers = require('../helpers.js'); var streams = helpers.core('streams'); - function MonitorAbstract(error, options, daemonPid, ready) { + function Moni...
[fix] monitor abstract to relay settings
AndreasMadsen_immortal
train
2321911397d25a1e51be849b0172f529119b84c7
diff --git a/enterprise/models.py b/enterprise/models.py index <HASH>..<HASH> 100644 --- a/enterprise/models.py +++ b/enterprise/models.py @@ -212,6 +212,12 @@ class EnterpriseCustomer(TimeStampedModel): """ return self.enable_audit_enrollment and self.enable_audit_data_reporting + @property + ...
Update sessions whenever Enterprise Customer is created.
edx_edx-enterprise
train
11712aed62c81ab73590c2e4bb264a83792fb340
diff --git a/app/code/community/Aoe/Scheduler/Model/Job/Factory.php b/app/code/community/Aoe/Scheduler/Model/Job/Factory.php index <HASH>..<HASH> 100755 --- a/app/code/community/Aoe/Scheduler/Model/Job/Factory.php +++ b/app/code/community/Aoe/Scheduler/Model/Job/Factory.php @@ -52,6 +52,9 @@ class Aoe_Scheduler_Model_J...
Move where include/exclude array cleanup happens
AOEpeople_Aoe_Scheduler
train
4a60d0d303c135198dce62b2aeae381595bf8321
diff --git a/core/instance/namespace.go b/core/instance/namespace.go index <HASH>..<HASH> 100644 --- a/core/instance/namespace.go +++ b/core/instance/namespace.go @@ -10,10 +10,10 @@ import ( "github.com/juju/names/v4" ) -// uuidSuffixDigits defines how many of the uuid digits to use. +// uuidPrefixDigits defines ...
Use first 6 digits for short model UUID;
juju_juju
train
4e239ef156d353a08750f0486408f9e867734ffe
diff --git a/mungegithub/mungers/submit-queue.go b/mungegithub/mungers/submit-queue.go index <HASH>..<HASH> 100644 --- a/mungegithub/mungers/submit-queue.go +++ b/mungegithub/mungers/submit-queue.go @@ -383,8 +383,8 @@ func getSmoothFactor(dur time.Duration) float64 { // This calculates an exponentially smoothed merge...
fix-typo-in-submit-queue.go
kubernetes_test-infra
train
4c90674e170db151440d19753b842bc5d7385143
diff --git a/image.go b/image.go index <HASH>..<HASH> 100644 --- a/image.go +++ b/image.go @@ -92,7 +92,7 @@ func (i *Image) Fill(clr color.Color) error { panic("ebiten: render to a subimage is not implemented (Fill)") } - i.resolvePendingPixels(false) + i.invalidatePendingPixels() i.mipmap.fill(color.RGBAMo...
graphics: Keep pendingPixels not to read pixels from GPU unnecessarily Fixes #<I>
hajimehoshi_ebiten
train
88cc63780132f15e1f6591d991c24920f95088df
diff --git a/src/main/java/org/dita/dost/invoker/Main.java b/src/main/java/org/dita/dost/invoker/Main.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dita/dost/invoker/Main.java +++ b/src/main/java/org/dita/dost/invoker/Main.java @@ -47,6 +47,8 @@ import java.io.*; import java.net.URI; import java.nio.file.P...
Use project deliverable ID or UUID in temporary directory
dita-ot_dita-ot
train
d2f90baf312f33b566bf72827cea1ad41466874a
diff --git a/elifetools/parseJATS.py b/elifetools/parseJATS.py index <HASH>..<HASH> 100644 --- a/elifetools/parseJATS.py +++ b/elifetools/parseJATS.py @@ -14,7 +14,7 @@ def parse_xml(xml): return BeautifulSoup(xml, "lxml-xml") def parse_document(filelocation): - with open(filelocation) as fp: + with open(...
Explicitly read files in binary mode.
elifesciences_elife-tools
train
766c36cf78914bd27b0123cc422be4c20dec91d2
diff --git a/Dispatch.php b/Dispatch.php index <HASH>..<HASH> 100644 --- a/Dispatch.php +++ b/Dispatch.php @@ -49,7 +49,45 @@ class Dispatch extends ChainEventAbstract public function in(AssetManagerInterface $assetManager) { if ($assetManager->provides('eventManager', 'Proem\Signal\EventManagerInter...
Fix perms on AssetComposer.
proem_proem
train
ec7dfa36fc47f6dcc5de4c7fb817f7e8e5eca7c2
diff --git a/src/search/FindBar.js b/src/search/FindBar.js index <HASH>..<HASH> 100644 --- a/src/search/FindBar.js +++ b/src/search/FindBar.js @@ -227,7 +227,7 @@ define(function (require, exports, module) { $elem.attr("title", oldTitle + "(" + KeyBindingManager.formatKeyDescriptor(replaceShortcut.displayK...
bug on find solved (#<I>) * bug on find solved * Revert "bug on find solved" This reverts commit <I>cfc<I>d<I>f<I>fbfb<I>f<I>e<I>ef. * bug on find solved * space
adobe_brackets
train
10142ada934c007f3de0f1cee6227f9ed7caea73
diff --git a/examples/common/devel.rb b/examples/common/devel.rb index <HASH>..<HASH> 100644 --- a/examples/common/devel.rb +++ b/examples/common/devel.rb @@ -4,7 +4,7 @@ # Author: j kepler http://github.com/mare-imbrium/canis/ # Date: 2014-06-02 - 20:26 # License: MIT -# Last update: 2014-07-10...
added view_properties and view_properties_as_tree
mare-imbrium_canis
train
bb864e00cd25170f1a75002f7ad1b9e645c47780
diff --git a/src/CSS.php b/src/CSS.php index <HASH>..<HASH> 100644 --- a/src/CSS.php +++ b/src/CSS.php @@ -307,6 +307,7 @@ class CSS extends Minify */ $this->extractStrings(); $this->stripComments(); + $this->extractCalcs(); $css = $this->replace($css); ...
Remove whitespace around + and & Fixes #<I>
matthiasmullie_minify
train
009aad31a7afa7158eead3ec6f4aa508c85e4cb1
diff --git a/cltk/corpus/multilingual/corpora.py b/cltk/corpus/multilingual/corpora.py index <HASH>..<HASH> 100644 --- a/cltk/corpus/multilingual/corpora.py +++ b/cltk/corpus/multilingual/corpora.py @@ -14,12 +14,12 @@ MULTILINGUAL_CORPORA = [ 'markup': ['conll', 'xml'], 'location': 'remote', 'type': ...
Multilingual corpora point to non-existent Git repos (#<I>) In the multilingual corpora definitions, ISWOC and TOROT point to non-existent Git repo URLs, which will cause the `CorpusImporter` to fail if they're used. I've changed these to what appear to be the correct URLs under the CLTK GitHub org.
cltk_cltk
train
fb70165012956b502409c31d9b8148eb4bcd7fc9
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,8 @@ force_forget_me! # Forgets all sessions by clearing the token, even if remember_ User.load_from_reset_password_token(token) @user.generate_reset_password_token! # Use if you want to send the email by yours...
Add #change_password method to reset_password module. (#<I>) * Add #change_password method to reset_password module. Serves the same function as `#change_password!` but without raising exceptions on save. Useful for returning validation errors back to the view, for example, when `:password_confirmation` did not mat...
Sorcery_sorcery
train
f910581f5e6858785e87a8ab966a7b015dee31d7
diff --git a/test_elasticsearch/test_server/test_common.py b/test_elasticsearch/test_server/test_common.py index <HASH>..<HASH> 100644 --- a/test_elasticsearch/test_server/test_common.py +++ b/test_elasticsearch/test_server/test_common.py @@ -151,6 +151,8 @@ class YamlTestCase(ElasticsearchTestCase): if 'ver...
Yet another special case for the yaml tests
elastic_elasticsearch-py
train
8d7a7d77e6006487e43ca17fd50526f33d7724b4
diff --git a/src/modules/hash.js b/src/modules/hash.js index <HASH>..<HASH> 100644 --- a/src/modules/hash.js +++ b/src/modules/hash.js @@ -38,7 +38,9 @@ export class Hash { } this.lastHash = location.hash; - this.boundSync = this.sync.bind(this); //Store a bound sync wrapper for future use. +...
Responded to feedback 1. Moved comment above a line to ensure that maximum line length of <I> characters is not breached. 2. Removed a mistaken ()=> which was left behind (that would have introduced the exact problem this change was intended to solve.)
koalyptus_TableFilter
train
25eb97bb112cdcee75346d1c107879cb94d17dce
diff --git a/faker.go b/faker.go index <HASH>..<HASH> 100644 --- a/faker.go +++ b/faker.go @@ -164,6 +164,9 @@ func getValue(t reflect.Type) (reflect.Value, error) { default: v := reflect.New(t).Elem() for i := 0; i < v.NumField(); i++ { + if !v.Field(i).CanSet() { + continue // to avoid panic to set ...
fix: panic on unexported field in struct (#<I>) * fix panic on unexported field in struct * fix test
bxcodec_faker
train
4237266d9f2fd19e7d74ac84ecd550f9c0fade8a
diff --git a/deluge_client/client.py b/deluge_client/client.py index <HASH>..<HASH> 100644 --- a/deluge_client/client.py +++ b/deluge_client/client.py @@ -4,9 +4,14 @@ import ssl import struct import warnings import zlib - +import os +import platform +from functools import wraps +from threading import local as threa...
Add automatic login for local Deluge instances Encapsulated the logic for local Deluge instance automatic login into separate LocalDelugeRPCClient class. This will allow easy maintenance/refactoring or removal in the future. Code was back-ported from <URL>
JohnDoee_deluge-client
train
0e70223a492d718dc4d55e0b5175eea75dbbd284
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index <HASH>..<HASH> 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -185,11 +185,21 @@ LANG_RELEASE_MATRIX = { { 'v1.0.1': None }, - # {'v1....
Add older versions of Node back.
grpc_grpc
train
e8383e697770eeb1e7a164c938785868afa5970c
diff --git a/lib/mongo/bulk/bulk_collection_view.rb b/lib/mongo/bulk/bulk_collection_view.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/bulk/bulk_collection_view.rb +++ b/lib/mongo/bulk/bulk_collection_view.rb @@ -136,7 +136,7 @@ module Mongo spec = { updates: [{ q: @selector, ...
RUBY-<I> Use upsert instance variable so not confused with API method
mongodb_mongo-ruby-driver
train
c861fe7179b8df9ec82d25087df9b4ce712c6987
diff --git a/rb/lib/selenium/webdriver/chrome/service.rb b/rb/lib/selenium/webdriver/chrome/service.rb index <HASH>..<HASH> 100644 --- a/rb/lib/selenium/webdriver/chrome/service.rb +++ b/rb/lib/selenium/webdriver/chrome/service.rb @@ -40,7 +40,7 @@ module Selenium @process = ChildProcess.build(*server_...
[rb] don't set chrome childprocess as leader on Windows
SeleniumHQ_selenium
train
acb6cce0f4a7178a5a341c7a931b6c6a6fc6ea1d
diff --git a/test/runtime/Policies.go b/test/runtime/Policies.go index <HASH>..<HASH> 100644 --- a/test/runtime/Policies.go +++ b/test/runtime/Policies.go @@ -1048,7 +1048,7 @@ var _ = Describe("RuntimePolicies", func() { ExpectWithOffset(2, res).ShouldNot(helpers.CMDSuccess(), "unexpectedly able to ping %q", ...
test: specify which container is trying to access world This makes it easier to debug the egress test fails.
cilium_cilium
train
82d75c6f33773f75b50b71d24584e756502b32c0
diff --git a/src/lib/Timeline.js b/src/lib/Timeline.js index <HASH>..<HASH> 100644 --- a/src/lib/Timeline.js +++ b/src/lib/Timeline.js @@ -794,6 +794,7 @@ export default class ReactCalendarTimeline extends Component { itemResized={this.resizedItem} itemRenderer={this.props.itemRenderer} selec...
Moved changed over to new branchd
namespace-ee_react-calendar-timeline
train
8a01e77a9b04275d1247ae6e277f395a6b787360
diff --git a/src/frontend/org/voltdb/DefaultProcedureManager.java b/src/frontend/org/voltdb/DefaultProcedureManager.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/DefaultProcedureManager.java +++ b/src/frontend/org/voltdb/DefaultProcedureManager.java @@ -56,6 +56,8 @@ public class DefaultProcedureManage...
ENG-<I>, rename nibble delete defeault procedure. (#<I>)
VoltDB_voltdb
train
e9280c8e5400e788ceac5ed55b0e0bb7ff030f7e
diff --git a/src/chippyash/Monad/Collection.php b/src/chippyash/Monad/Collection.php index <HASH>..<HASH> 100644 --- a/src/chippyash/Monad/Collection.php +++ b/src/chippyash/Monad/Collection.php @@ -78,7 +78,7 @@ class Collection extends \ArrayObject implements Monadic public function bind(\Closure $function, arra...
fix to bind method on Colection
chippyash_Monad
train
b6dda1be40ca36216b996c9b98a063eb1df9634c
diff --git a/lib/rom/plugins/class_methods.rb b/lib/rom/plugins/class_methods.rb index <HASH>..<HASH> 100644 --- a/lib/rom/plugins/class_methods.rb +++ b/lib/rom/plugins/class_methods.rb @@ -34,4 +34,4 @@ module ROM end end end -end \ No newline at end of file +end diff --git a/spec/suite/rom_spec.rb b/s...
[rubocop] address Layout/TrailingEmptyLines
rom-rb_rom
train
c5c014de3db8062e3bd90258d759693cf76d15a8
diff --git a/pkg/envoy/envoy.go b/pkg/envoy/envoy.go index <HASH>..<HASH> 100644 --- a/pkg/envoy/envoy.go +++ b/pkg/envoy/envoy.go @@ -33,6 +33,7 @@ import ( "github.com/golang/protobuf/proto" "github.com/sirupsen/logrus" + "gopkg.in/natefinch/lumberjack.v2" ) var log = logging.DefaultLogger @@ -123,6 +124,13...
Support log rotation for envoy log This change uses lumbarjack package to log rotate the cilium-envoy.log file Fixes Issue: #<I>
cilium_cilium
train
680cd6fccb9fd22fb39ce163be09b546c616937f
diff --git a/Adapter/ShopwareAdapter/ResponseParser/Order/OrderResponseParser.php b/Adapter/ShopwareAdapter/ResponseParser/Order/OrderResponseParser.php index <HASH>..<HASH> 100644 --- a/Adapter/ShopwareAdapter/ResponseParser/Order/OrderResponseParser.php +++ b/Adapter/ShopwareAdapter/ResponseParser/Order/OrderResponse...
remove round (#<I>)
plentymarkets_plentymarkets-shopware-connector
train
f60ae7ac08090381d5d68ca9ca480e8659f811fe
diff --git a/terraform/context_apply_test.go b/terraform/context_apply_test.go index <HASH>..<HASH> 100644 --- a/terraform/context_apply_test.go +++ b/terraform/context_apply_test.go @@ -11860,8 +11860,17 @@ resource "test_resource" "foo" { } resource "test_resource" "bar" { - value = test_resource.foo.sensitive_va...
Mark sensitive attributes in blocks This implements marking sensitive attributes within blocks when referenced by adding recursive calls to get more paths from blocks' attributes
hashicorp_terraform
train
8870b7865065a37970b5de4faea68c1cd5107cb5
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": ">=7.2.0", + "php": ">=7.4.0", "ext-bcmath": "*", "ext-date": "*", "ext-exif": "*", @@ -44,7 +44,7 @@ ...
phpunit upgrade (test disfunction)
milejko_mmi
train
73fadcf3dce433c3c5ee4fef6e49a862339dcd51
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,7 @@ * Garanti: Illegal character '&' parsing response [masaruhoshi] * Stripe: Revert force USD for verify [duff] - +* Litle: Surface XML validation errors in the response [jasonbosco] == Version 1.50.0 (Jun...
Litle gateway: Surface XML validation errors in the response
activemerchant_active_merchant
train
4476d1392af3182111dd30e3585299eb20a53411
diff --git a/lexicon/providers/easyname.py b/lexicon/providers/easyname.py index <HASH>..<HASH> 100644 --- a/lexicon/providers/easyname.py +++ b/lexicon/providers/easyname.py @@ -234,6 +234,10 @@ class Provider(BaseProvider): return records + def _request(self, action='GET', url='/', data=None, query_p...
[easyname] Implement _request method
AnalogJ_lexicon
train
0bd077c84849289dc18b31982b1d69812fdb1568
diff --git a/src/Monolog/LogProcessor.php b/src/Monolog/LogProcessor.php index <HASH>..<HASH> 100644 --- a/src/Monolog/LogProcessor.php +++ b/src/Monolog/LogProcessor.php @@ -18,6 +18,11 @@ class LogProcessor private $uploader; /** + * @var UploaderFactory + */ + private $uploaderFactory; + + ...
fix: make sure that LogProcessor doesn't fail in ctor
keboola_api-error-control
train
07e98d1d376930773721a6752eae41160a775e58
diff --git a/bosh-monitor/spec/functional/notifying_plugins_spec.rb b/bosh-monitor/spec/functional/notifying_plugins_spec.rb index <HASH>..<HASH> 100644 --- a/bosh-monitor/spec/functional/notifying_plugins_spec.rb +++ b/bosh-monitor/spec/functional/notifying_plugins_spec.rb @@ -26,6 +26,9 @@ describe 'notifying plugins...
Pick an unused http port for specs so we're isolated from others.
cloudfoundry_bosh
train
188d6098401ff633ecfab88a9f54a471a3329bf2
diff --git a/BimServerClientLib/src/org/bimserver/client/notifications/WebSocketImpl.java b/BimServerClientLib/src/org/bimserver/client/notifications/WebSocketImpl.java index <HASH>..<HASH> 100644 --- a/BimServerClientLib/src/org/bimserver/client/notifications/WebSocketImpl.java +++ b/BimServerClientLib/src/org/bimserv...
Increased binary limit to <I>MB for very big objects
opensourceBIM_BIMserver
train
4b9bad91dcc6c661c5fc26492d84b7999474b199
diff --git a/xwiki-commons-core/xwiki-commons-extension/xwiki-platform-extension-repositories/xwiki-platform-extension-repository-aether/src/main/java/org/xwiki/extension/repository/aether/internal/AetherExtension.java b/xwiki-commons-core/xwiki-commons-extension/xwiki-platform-extension-repositories/xwiki-platform-ext...
XWIKI-<I>: Extension manager does not support "bundle" type properly
xwiki_xwiki-commons
train
8faa48a3ce26f51d538c5198f7f8dfcf01d19443
diff --git a/output/html/overview.php b/output/html/overview.php index <HASH>..<HASH> 100644 --- a/output/html/overview.php +++ b/output/html/overview.php @@ -136,17 +136,19 @@ class QM_Output_Html_Overview extends QM_Output_Html { esc_html__( 'Why is this value 100%?', 'query-monitor' ) ); } - echo '<...
Promote the lack of an external object cache to a warning in the Overview.
johnbillion_query-monitor
train
1d990e851083563ca0d62a53cd47df7425f45e00
diff --git a/SMTP.php b/SMTP.php index <HASH>..<HASH> 100644 --- a/SMTP.php +++ b/SMTP.php @@ -406,8 +406,17 @@ class Net_SMTP extends PEAR { } } + /* + * Change Unix (\n) and Mac (\r) linefeeds into Internet-standard CRLF + * (\r\n) linefeeds. + */ $data ...
Document the transformations that occur in data().
pear_Net_SMTP
train
c4308cfa1b6ef680600a35f41943874433f686bb
diff --git a/lib/blocklib.php b/lib/blocklib.php index <HASH>..<HASH> 100644 --- a/lib/blocklib.php +++ b/lib/blocklib.php @@ -703,11 +703,11 @@ function blocks_execute_url_action(&$PAGE, &$pageblocks,$pinned=false) { // This shouldn't be used externally at all, it's here for use by blocks_execute_action() // in or...
Bug:MDL-<I> made changes to blocks_exeute_repositioning_atomic to fix some logic errors with shifting around the weight list
moodle_moodle
train
1a27c2441aef63c6bebc6388b544906ad7987080
diff --git a/src/Peach/Markup/MinimalBreakControl.php b/src/Peach/Markup/MinimalBreakControl.php index <HASH>..<HASH> 100644 --- a/src/Peach/Markup/MinimalBreakControl.php +++ b/src/Peach/Markup/MinimalBreakControl.php @@ -51,6 +51,7 @@ class MinimalBreakControl implements BreakControl * 唯一のインスタンスを取得します. * ...
Improved code coverage rate by adding "codeCoverageIgnore" annotation
trashtoy_PEACH2
train
6a21728fb6b499ee1a71b0bbd5acc8a7a332902b
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -144,7 +144,7 @@ func New(address string, opts ...ClientOpt) (*Client, error) { namespaces := c.NamespaceService() ctx := context.Background() if labels, err := namespaces.Labels(ctx, copts.defaultns); err == nil ...
Use defaults package for listing namespace labels Labels that are used for configuring defaults are moved to defaults package
containerd_containerd
train
8b5bd7fbfd8f803c1f89bf150ef4005c03bdcd83
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ This engine makes monitoring the usage history of your Rails environment easier. 3. Restart your Rails server -4. Visit http://yourapp/meter_cat in a browser for an HTML meter report +4. Generate some...
MeterCat now runs 3 meters: meter_cat_html, meter_cat_csv, and meter_cat_mail
schrodingersbox_meter_cat
train
ec6aa982737919537825a04bab09bd472c95cd6e
diff --git a/raiden/tests/utils/smoketest.py b/raiden/tests/utils/smoketest.py index <HASH>..<HASH> 100644 --- a/raiden/tests/utils/smoketest.py +++ b/raiden/tests/utils/smoketest.py @@ -22,6 +22,7 @@ from web3.middleware import geth_poa_middleware from raiden.accounts import AccountManager from raiden.connection_man...
Use red eyes max number of token networks for smoketest
raiden-network_raiden
train
1e2ab3b5b8020f00e203fac0c384b157fe4c789c
diff --git a/lib/fake_ftp/server.rb b/lib/fake_ftp/server.rb index <HASH>..<HASH> 100644 --- a/lib/fake_ftp/server.rb +++ b/lib/fake_ftp/server.rb @@ -43,18 +43,23 @@ module FakeFtp @server = ::TCPServer.new('127.0.0.1', port) @thread = Thread.new do while @started - @client = @server.ac...
Added resiliance for temporary inconsistency during shutdown
livinginthepast_fake_ftp
train
0dde4ec4cf946d8e221403b2dcc07ca6861b33d0
diff --git a/views/default/prototyper/input/icon.php b/views/default/prototyper/input/icon.php index <HASH>..<HASH> 100644 --- a/views/default/prototyper/input/icon.php +++ b/views/default/prototyper/input/icon.php @@ -56,7 +56,7 @@ echo elgg_view('prototyper/input/before', $vars); } echo elgg_view_image_block(...
fix(forms): add missing css selector
hypeJunction_hypePrototyper
train
6443f5d808e67284bc7c7f2f68619375f731b759
diff --git a/src/components/Widgets/Markdown/MarkdownControl/VisualEditor/index.js b/src/components/Widgets/Markdown/MarkdownControl/VisualEditor/index.js index <HASH>..<HASH> 100644 --- a/src/components/Widgets/Markdown/MarkdownControl/VisualEditor/index.js +++ b/src/components/Widgets/Markdown/MarkdownControl/VisualE...
allow enter key to make space around void nodes
netlify_netlify-cms
train
ac27afe9bb0e308e2eace69cb73c998a2d1ab099
diff --git a/src/ORM/Association/BelongsToMany.php b/src/ORM/Association/BelongsToMany.php index <HASH>..<HASH> 100644 --- a/src/ORM/Association/BelongsToMany.php +++ b/src/ORM/Association/BelongsToMany.php @@ -1195,6 +1195,10 @@ class BelongsToMany extends Association $jointEntities = $this->_collectJ...
Abort atomic save if deletion of junction record fails.
cakephp_cakephp
train
e8711c35926412194a43c0418cc2f28fe78b46ef
diff --git a/Kwc/User/Activate/Form/Component.php b/Kwc/User/Activate/Form/Component.php index <HASH>..<HASH> 100644 --- a/Kwc/User/Activate/Form/Component.php +++ b/Kwc/User/Activate/Form/Component.php @@ -13,6 +13,7 @@ class Kwc_User_Activate_Form_Component extends Kwc_Form_Component $ret = parent::getSettin...
user-activate-form does not work when sending by ajax
koala-framework_koala-framework
train
bb7c6fc39b67d1328e443692ff763a906ed3bdb0
diff --git a/xdataweb/web/apps/flickr/flickr.js b/xdataweb/web/apps/flickr/flickr.js index <HASH>..<HASH> 100644 --- a/xdataweb/web/apps/flickr/flickr.js +++ b/xdataweb/web/apps/flickr/flickr.js @@ -191,15 +191,62 @@ window.onload = function(){ getMinMaxDates(); // Attach actions to the zoom and unzoom butt...
Implemented range-zooming functionality.
Kitware_tangelo
train
f289f9fff5f9541e7eff2f9d3e8a3fcfa7477d2c
diff --git a/src/Addons.php b/src/Addons.php index <HASH>..<HASH> 100644 --- a/src/Addons.php +++ b/src/Addons.php @@ -23,15 +23,15 @@ class Addons /** * Registers an addon - * @param string $name The addon name + * @param string $id The addon id * @param string $dir The addon location ...
Addons `name` property is now changed to `id`.
bearframework_bearframework
train
aab8ea6e5724097619074453445b36c9497a10a2
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,27 @@ while($iterator->valid()) //same output format ``` +Download XLS file +-------- +```PHP +$file = $container + ->get("arodiss.xls.builder") + ->createAndWrite(array( + array("row one field o...
added method Writer::createAndWrite() with simplified interface
arodiss_XlsBundle
train
9b5e0c1d9f8b43525a751528c533305df8b2c969
diff --git a/marshmallow/fields.py b/marshmallow/fields.py index <HASH>..<HASH> 100644 --- a/marshmallow/fields.py +++ b/marshmallow/fields.py @@ -195,15 +195,17 @@ class Unmarshaller(object): return output def deserialize(self, data, fields_dict, many=False, validators=None, - postprocess=No...
Add preprocess parameter to Unmarshaller Also allow a list of postprocessing functions to be passed, rather than just a single function
marshmallow-code_marshmallow
train
09bf1640098fbde90b16290d17430a382b024f3e
diff --git a/cmd/plugins/juju-metadata/toolsmetadata.go b/cmd/plugins/juju-metadata/toolsmetadata.go index <HASH>..<HASH> 100644 --- a/cmd/plugins/juju-metadata/toolsmetadata.go +++ b/cmd/plugins/juju-metadata/toolsmetadata.go @@ -77,7 +77,7 @@ func (c *ToolsMetadataCommand) Run(context *cmd.Context) error { } writ...
Rename DoWriteMirrors const
juju_juju
train
9a7fbd10fac983910b73897a75b77a65eaa33551
diff --git a/dedupe/training.py b/dedupe/training.py index <HASH>..<HASH> 100644 --- a/dedupe/training.py +++ b/dedupe/training.py @@ -99,11 +99,10 @@ class DedupeBlockLearner(BlockLearner): blocker = blocking.Blocker(predicates) blocker.indexAll(data) - self.total_cover, self.record_cover = ...
don't know how to estimate unique comparisons right now
dedupeio_dedupe
train
f39ab49142b875130bd454634008c353f0b95701
diff --git a/validator/sawtooth_validator/execution/scheduler_parallel.py b/validator/sawtooth_validator/execution/scheduler_parallel.py index <HASH>..<HASH> 100644 --- a/validator/sawtooth_validator/execution/scheduler_parallel.py +++ b/validator/sawtooth_validator/execution/scheduler_parallel.py @@ -15,6 +15,7 @@ ...
Implement unscheduling incomplete batches: Parallel Implement unscheduling incomplete batches in the ParallelScheduler
hyperledger_sawtooth-core
train
f1d062c50f33f49de1a95b630807b9fd3d1dd527
diff --git a/lib/assertion-helper.js b/lib/assertion-helper.js index <HASH>..<HASH> 100644 --- a/lib/assertion-helper.js +++ b/lib/assertion-helper.js @@ -69,13 +69,13 @@ module.exports = { var ret = expectations(); // Poor man's check to see if the return value is a promise. if(ret ...
Delayed and deferred runners now return the results of processing when the promise is resolved
vamship_wysknd-test
train
5c9133d8e22145137699597198c7a6023351eb69
diff --git a/app.go b/app.go index <HASH>..<HASH> 100644 --- a/app.go +++ b/app.go @@ -43,6 +43,9 @@ type AppConfig struct { // port the app is going to listen on Port int + // optional router to use + Router *mux.Router + // hostname of the public API entrypoint used for vulcand registration APIHost string ...
Allow to provide a router in app config.
mailgun_scroll
train
38c80828472aa27f52f644ba9cab843b40a73e3e
diff --git a/app/helpers/matestack/ui/core/application_helper.rb b/app/helpers/matestack/ui/core/application_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/matestack/ui/core/application_helper.rb +++ b/app/helpers/matestack/ui/core/application_helper.rb @@ -15,7 +15,8 @@ module Matestack def render_co...
[FEATURE] add view context to render_component method
basemate_matestack-ui-core
train
ea7ca8b08ca3fc0686d6184850f7afb58ff7ee76
diff --git a/src/App.php b/src/App.php index <HASH>..<HASH> 100644 --- a/src/App.php +++ b/src/App.php @@ -475,15 +475,12 @@ final class App header('Content-Length: 0'); $xHaltMessage = sprintf('X-Halt: true, Reason=%s, Ip=%s', $reason, Util::getClientIp()); - try { - throw new App...
Update logging part in App::halt().
froq_froq
train