hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
42aa6e2de34fb2fd808dc831a36aab1b648f4f77
diff --git a/code/extensions/WorkflowApplicable.php b/code/extensions/WorkflowApplicable.php index <HASH>..<HASH> 100755 --- a/code/extensions/WorkflowApplicable.php +++ b/code/extensions/WorkflowApplicable.php @@ -27,22 +27,24 @@ class WorkflowApplicable extends DataObjectDecorator { } public function updateCMSF...
MINOR: Tidied up the applied and effective workflow code in WorkflowApplicable->updateCMSFields().
symbiote_silverstripe-advancedworkflow
train
abbf1c01fcf0363eceb73e9e72fd48f8e3a09017
diff --git a/clinacl.py b/clinacl.py index <HASH>..<HASH> 100755 --- a/clinacl.py +++ b/clinacl.py @@ -103,13 +103,17 @@ def verify(keyhex): def keybase(): + # A Keybase NaCl signature is a Base64-encoded MessagePack blob containing + # the payload, the signing KID, and the detatched signature bytes. We + ...
make KID tag-stripping more robust As per the comment, we want to strip off two leading bytes and one trailing byte from Keybase KIDs. We shouldn't assume the length of the KID. If the length changes on us, we would rather fail with bad length errors than mysteriously reject valid signatures.
oconnor663_clinacl
train
94021872ad715bc741f13670259232241e53c473
diff --git a/go/dhcp/main.go b/go/dhcp/main.go index <HASH>..<HASH> 100644 --- a/go/dhcp/main.go +++ b/go/dhcp/main.go @@ -297,6 +297,7 @@ func (h *Interface) ServeDHCP(ctx context.Context, p dhcp.Packet, msgType dhcp.M switch msgType { case dhcp.Discover: + firstTry := true log.LoggerWContext(ctx).Info("...
don't obsess giving the requested IP if its already used
inverse-inc_packetfence
train
1928ae222149789046a07cceec21b256c9c84a8c
diff --git a/docs/HowToUsePyparsing.rst b/docs/HowToUsePyparsing.rst index <HASH>..<HASH> 100644 --- a/docs/HowToUsePyparsing.rst +++ b/docs/HowToUsePyparsing.rst @@ -226,13 +226,6 @@ Usage notes or expressions that may occur within an ``And`` expression; an early element of an ``And`` may match, but the overall...
Remove mentions of 'psyco' from docs and examples The psyco package has been declared umaintained and dead. It is no longer receiving bug fixes including for security issues. From <URL>. Users can continue to use PyPy for the latest and greatest in Python JIT.
pyparsing_pyparsing
train
821c2e87eb3f096b5c4baecefebfc476edc27cd9
diff --git a/lib/puppet/configurer/plugin_handler.rb b/lib/puppet/configurer/plugin_handler.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/configurer/plugin_handler.rb +++ b/lib/puppet/configurer/plugin_handler.rb @@ -16,22 +16,7 @@ module Puppet::Configurer::PluginHandler Puppet[:pluginsignore] ) - p...
(#<I>) When syncing plugins, use autoloader to reload changes Before this, all files synced would be loaded. This resulted in inconsistent behavior, since not all files would necessarily be loaded during runs when they did not need to be synced. This makes it so that any already loaded files that are changed by plugin...
puppetlabs_puppet
train
818b463f63e6d13039188ca88a1cddaa9afcc655
diff --git a/cubicle.gemspec b/cubicle.gemspec index <HASH>..<HASH> 100644 --- a/cubicle.gemspec +++ b/cubicle.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{cubicle} - s.version = "0.1.3" + s.version = "0.1.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :...
Fixed a serious performance bug preventing aggregation caches from being utilized
PlasticLizard_Cubicle
train
fd771b5620dfb8b7ba5d60f6b6ac751571ac8fb3
diff --git a/lib/Layout/Resolver/Form/ConditionType/Mapper/Channel.php b/lib/Layout/Resolver/Form/ConditionType/Mapper/Channel.php index <HASH>..<HASH> 100644 --- a/lib/Layout/Resolver/Form/ConditionType/Mapper/Channel.php +++ b/lib/Layout/Resolver/Form/ConditionType/Mapper/Channel.php @@ -32,6 +32,9 @@ final class Cha...
LAYOUTS-<I> Fix issues reported by phpstan
netgen-layouts_layouts-sylius
train
6ff389c8e5ea50a1fc8a718850d12a19bd7f98ac
diff --git a/tests/Conditions/LowerTest.php b/tests/Conditions/LowerTest.php index <HASH>..<HASH> 100644 --- a/tests/Conditions/LowerTest.php +++ b/tests/Conditions/LowerTest.php @@ -47,4 +47,26 @@ class LowerTest extends PHPUnit_Framework_TestCase 'empty column name' => array('', new Types\String(''), 'po...
fix #5 Add tests for Lower field condition
lebris_muffin
train
c1c123888f44457970bbd41f63ee50ea514f9bf3
diff --git a/lib/actions/set-test.js b/lib/actions/set-test.js index <HASH>..<HASH> 100644 --- a/lib/actions/set-test.js +++ b/lib/actions/set-test.js @@ -334,3 +334,26 @@ test('should return response data when no request data', async (t) => { t.is(ret.status, 'ok', ret.error) t.deepEqual(ret.data, expectedData) ...
Fix bug where SET action with null as data, would throw an error
integreat-io_integreat
train
1728e863cac18193b8d8b7675ba2f1c95f91b130
diff --git a/plenum/test/pool_transactions/test_suspend_node.py b/plenum/test/pool_transactions/test_suspend_node.py index <HASH>..<HASH> 100644 --- a/plenum/test/pool_transactions/test_suspend_node.py +++ b/plenum/test/pool_transactions/test_suspend_node.py @@ -90,7 +90,7 @@ def testStewardSuspendsNode(looper, txnPool...
fixed failing test case testStewardSuspendsNode by increasing timeout
hyperledger_indy-plenum
train
baceb85956c2c13dfba788666fa58b66591ab54a
diff --git a/src/Message/PurchaseRequest.php b/src/Message/PurchaseRequest.php index <HASH>..<HASH> 100644 --- a/src/Message/PurchaseRequest.php +++ b/src/Message/PurchaseRequest.php @@ -37,9 +37,19 @@ class PurchaseRequest extends AbstractRequest return $this->getParameter('sharedSecret'); } + publi...
Added hosteddataid to the request data to allow saved cards, effectively making the card parameter optional. Added unit tests to check this functionality.
thephpleague_omnipay-firstdata
train
0b36bfbb0b684d01f941f9c716e6ee9f327d1353
diff --git a/ipyrad/assemble/write_outfiles.py b/ipyrad/assemble/write_outfiles.py index <HASH>..<HASH> 100644 --- a/ipyrad/assemble/write_outfiles.py +++ b/ipyrad/assemble/write_outfiles.py @@ -1062,11 +1062,13 @@ def filter_maxhet(data, superseqs, edges): to every loc based on coverage... """ ## the f...
Fixed bug with max_shared_Hs_locus not casting right, and step 7 would error out
dereneaton_ipyrad
train
6017b8c4bdf0ea3d94253634a7ae22dfdeb73982
diff --git a/src/test/java/com/arangodb/ArangoDriverGraphVertexTest.java b/src/test/java/com/arangodb/ArangoDriverGraphVertexTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/arangodb/ArangoDriverGraphVertexTest.java +++ b/src/test/java/com/arangodb/ArangoDriverGraphVertexTest.java @@ -20,7 +20,9 @@ import ...
graph: added some tests for create_vertex
arangodb_arangodb-java-driver
train
2258199c22c9369db629b312b1ece51a77adfc42
diff --git a/src/scales/scale.time.js b/src/scales/scale.time.js index <HASH>..<HASH> 100644 --- a/src/scales/scale.time.js +++ b/src/scales/scale.time.js @@ -52,8 +52,9 @@ module.exports = function(Chart) { var timeOpts = me.options.time; // We store the data range as unix millisecond timestamps so dataMin a...
Add hard coded integer constants for *_SAFE_INTEGER which are not available on IE
chartjs_Chart.js
train
152376aa9417736f34ddad940e54c6670e197158
diff --git a/symphony/RESTful/__init__.py b/symphony/RESTful/__init__.py index <HASH>..<HASH> 100644 --- a/symphony/RESTful/__init__.py +++ b/symphony/RESTful/__init__.py @@ -10,18 +10,21 @@ __author__ = 'Matt Joyce' __email__ = 'matt@joyce.nyc' __copyright__ = 'Copyright 2016, Symphony Communication Services LLC' ...
prototype logger for RESTful class
symphonyoss_python-symphony
train
f993ac44b528374515b41c6ca5a6c7c35b96438c
diff --git a/awsshell/resource/index.py b/awsshell/resource/index.py index <HASH>..<HASH> 100644 --- a/awsshell/resource/index.py +++ b/awsshell/resource/index.py @@ -20,6 +20,7 @@ from collections import namedtuple import jmespath from botocore import xform_name +from botocore.exceptions import BotoCoreError LO...
Fail gracefully when no region is configured If we can't create a client for server side completion, we should not propogate an exception. Instead we should return no server side completion values. In the future, it would be nice to have some sort of notification area in the shell where we could let the user know th...
awslabs_aws-shell
train
07f4c755caac74d292536723b1dcdd1402f58ddb
diff --git a/contrib/parseq-restli-client/src/test/java/com/linkedin/restli/client/ParSeqRestClientIntegrationTest.java b/contrib/parseq-restli-client/src/test/java/com/linkedin/restli/client/ParSeqRestClientIntegrationTest.java index <HASH>..<HASH> 100644 --- a/contrib/parseq-restli-client/src/test/java/com/linkedin/r...
Fixed backwards incompatibility issue due to <I> patch.
linkedin_parseq
train
f432a7c980bab11b2d5a43958e6b445418345aa0
diff --git a/src/Storage/Field/Collection/LazyFieldCollection.php b/src/Storage/Field/Collection/LazyFieldCollection.php index <HASH>..<HASH> 100644 --- a/src/Storage/Field/Collection/LazyFieldCollection.php +++ b/src/Storage/Field/Collection/LazyFieldCollection.php @@ -76,10 +76,14 @@ class LazyFieldCollection extends...
Don't cast boolean to array. $repo->findBy() can return false, which when cast to an array will result in [0 => false]
bolt_bolt
train
1bdb310fc6d684c680a8748b64d977ec450ff71e
diff --git a/spec/lib/twingly/url_spec.rb b/spec/lib/twingly/url_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/twingly/url_spec.rb +++ b/spec/lib/twingly/url_spec.rb @@ -155,14 +155,14 @@ describe Twingly::URL do end end - context "with url containing starting and trailing new lines" do + conte...
Terminology: starting -> leading Seems more common to use "leading" than "starting" when talking about whitespace.
twingly_twingly-url
train
a969a62a7f1b7927f9a1a55f4492f5fc4129631a
diff --git a/components/lib/dropdown/DropdownItem.js b/components/lib/dropdown/DropdownItem.js index <HASH>..<HASH> 100644 --- a/components/lib/dropdown/DropdownItem.js +++ b/components/lib/dropdown/DropdownItem.js @@ -17,7 +17,7 @@ export const DropdownItem = React.memo((props) => { 'p-highlight': props.selec...
Fixed #<I> - If the item's className option is null, Dropdown will throw a JS exception.
primefaces_primereact
train
112b28e420dbd1dcebfbd297de928c02b0a1c8b3
diff --git a/accentuation.py b/accentuation.py index <HASH>..<HASH> 100644 --- a/accentuation.py +++ b/accentuation.py @@ -1,5 +1,5 @@ from characters import add_diacritic, ACUTE, CIRCUMFLEX -from syllabify import onset_nucleus_coda +from syllabify import onset_nucleus_coda, syllabify, SHORT, LONG, UNKNOWN, syllable_l...
first pass at possible_accentuations generator
jtauber_greek-accentuation
train
1ae136973efe54da8e2103c2ddd760540c18a0d4
diff --git a/posttroll/subscriber.py b/posttroll/subscriber.py index <HASH>..<HASH> 100644 --- a/posttroll/subscriber.py +++ b/posttroll/subscriber.py @@ -298,9 +298,10 @@ class Subscribe(object): for service in self._services: addr = _get_addr_loop(service, self._timeout) if not addr...
A subscribe context doesn't need a publisher to start anymore.
pytroll_posttroll
train
c55ff23a3c4f4c0d972addba74a916f898d13b94
diff --git a/lib/rules/indent.js b/lib/rules/indent.js index <HASH>..<HASH> 100644 --- a/lib/rules/indent.js +++ b/lib/rules/indent.js @@ -46,7 +46,7 @@ module.exports = function (context) { if (context.options[0] === "tab") { indentChar = "\t"; indentSize = 1; - } else if (typ...
Build: Unblock build by increasing code coverage
eslint_eslint
train
55fd8002c736e53ef07d4050224cfb9c10c7c080
diff --git a/template/helper/Form.php b/template/helper/Form.php index <HASH>..<HASH> 100644 --- a/template/helper/Form.php +++ b/template/helper/Form.php @@ -418,7 +418,7 @@ class Form extends \lithium\template\Helper { * parameters. By default, the label text is a human-friendly version of `$name`. ...
Making docblock for `Form::field()` less ambiguous.
UnionOfRAD_lithium
train
4d5a979995f1ae1dfd56fa0e45b07604c06bbd1e
diff --git a/core/src/main/java/jenkins/model/Jenkins.java b/core/src/main/java/jenkins/model/Jenkins.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jenkins/model/Jenkins.java +++ b/core/src/main/java/jenkins/model/Jenkins.java @@ -2239,14 +2239,38 @@ public class Jenkins extends AbstractCIBase implements Di...
[JENKINS-<I>] Make trim labels more selective when we're operating on selected nodes (#<I>)
jenkinsci_jenkins
train
e3fcf791239c0e9ba5c04686025f578b561ecd6f
diff --git a/py/conftest.py b/py/conftest.py index <HASH>..<HASH> 100644 --- a/py/conftest.py +++ b/py/conftest.py @@ -19,21 +19,16 @@ import os import platform import socket import subprocess -import sys import time import pytest -# from _pytest.skipping import MarkEvaluator from selenium import webdriver f...
[py] Clean up imports in conftest
SeleniumHQ_selenium
train
42664558050fe40279521e82c7b43b681e3e4507
diff --git a/django_extensions/management/commands/create_app.py b/django_extensions/management/commands/create_app.py index <HASH>..<HASH> 100644 --- a/django_extensions/management/commands/create_app.py +++ b/django_extensions/management/commands/create_app.py @@ -2,6 +2,7 @@ import os import re import sys import ...
Implement copying the migrations directory in Django>=<I> If the installed Django version >=<I>, the create_app command will copy the migrations folder to match the default create app folder structure In older versions, this folder is not copied
django-extensions_django-extensions
train
43891309ada546674c30923a461ae18c94d4307e
diff --git a/reader.go b/reader.go index <HASH>..<HASH> 100644 --- a/reader.go +++ b/reader.go @@ -199,6 +199,10 @@ func (r *reader) waitAvailable(pos, wanted int64, ctxErr *error, wait bool) (ava err = *ctxErr return } + if r.t.dataDownloadDisallowed || !r.t.networkingEnabled { + err = errors.New("downlo...
Return errors from Reader if data downloading won't occur Chunk write errors to storage can disable data download. Previously Readers would wait indefinitely for the data to become available. This change returns an error instead of stalling.
anacrolix_torrent
train
477c60306d35cd2208b0b58d490b1b3976605ddb
diff --git a/apiserver/service/service.go b/apiserver/service/service.go index <HASH>..<HASH> 100644 --- a/apiserver/service/service.go +++ b/apiserver/service/service.go @@ -104,7 +104,8 @@ func (api *API) ServicesDeployWithPlacement(args params.ServicesDeploy) (params. } // ServicesDeployWithBindings fetches the ...
Added test for default bindings vs specified ones. Some cleanups.
juju_juju
train
c9201c7a588ef101bd4b25c6a038a22e51cf6ebc
diff --git a/SingularityRunnerBase/src/main/java/com/hubspot/singularity/runner/base/shared/ProcessUtils.java b/SingularityRunnerBase/src/main/java/com/hubspot/singularity/runner/base/shared/ProcessUtils.java index <HASH>..<HASH> 100644 --- a/SingularityRunnerBase/src/main/java/com/hubspot/singularity/runner/base/share...
Update ProcessUtils to work with java<I>
HubSpot_Singularity
train
04a2143326dd3eb2a9ebecd45e87edd35230db6c
diff --git a/src/history/html5.js b/src/history/html5.js index <HASH>..<HASH> 100644 --- a/src/history/html5.js +++ b/src/history/html5.js @@ -73,7 +73,7 @@ export class HTML5History extends History { export function getLocation (base: string): string { let path = decodeURI(window.location.pathname) - if (base &...
fix(html5): make base case insensitive Fix #<I> This is mostly convenience so it's always made case insensitive. If there are any case sensitive requirements, the test should be made server side.
vuejs_vue-router
train
cefda14e16b903ff6f37da2a85dfb758d8ca27aa
diff --git a/example/index.php b/example/index.php index <HASH>..<HASH> 100644 --- a/example/index.php +++ b/example/index.php @@ -1,7 +1,7 @@ <?php require 'vendor/autoload.php'; -use AfricasTalking\AfricasTalking; +use AfricasTalking\SDK\AfricasTalking; $username = "sandbox"; $apiKey = "YOUR_SANDBOX_API_KEY";
[FIX] correction of namespace in example
AfricasTalkingLtd_africastalking-php
train
f309669632f1c17cff097af2d9e87fd30d594081
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -316,6 +316,10 @@ module.exports = (command, args, options) => { spawned.then = (onfulfilled, onrejected) => handlePromise().then(onfulfilled, onrejected); spawned.catch = onrejected => handlePromise().catch(onrejected);...
Make the Promise interface complete by adding a `.finally()` method (#<I>) Fixes #<I>
sindresorhus_execa
train
4e780e30b9a2511b93b3c42c88afc93536421787
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -29,7 +29,7 @@ return array( 'label' => 'QTI test model', 'description' => 'TAO QTI test implementation', 'license' => 'GPL-2.0', - 'version' => '14.1.6', + 'version' => '...
Bump to version <I>
oat-sa_extension-tao-testqti
train
df17de8dc0092778bf2f593ecffdbee70c406c88
diff --git a/etrago/appl.py b/etrago/appl.py index <HASH>..<HASH> 100644 --- a/etrago/appl.py +++ b/etrago/appl.py @@ -54,7 +54,7 @@ args = {# Setup and Configuration: 'solver': 'gurobi', # glpk, cplex or gurobi # Export options: 'lpfile': False, # state if and where you want to save pyomo's ...
set params for nep+
openego_eTraGo
train
aa83cb076a673ace2069d71a14c77296448ce589
diff --git a/nifty-client/src/main/java/com/facebook/nifty/client/NiftyClient.java b/nifty-client/src/main/java/com/facebook/nifty/client/NiftyClient.java index <HASH>..<HASH> 100644 --- a/nifty-client/src/main/java/com/facebook/nifty/client/NiftyClient.java +++ b/nifty-client/src/main/java/com/facebook/nifty/client/Ni...
Update facebook-oss-pom to v5 from v4
facebookarchive_nifty
train
dbdf7dc85177bb9c042bbe0cc330a7118f16aaaa
diff --git a/lib/svtplay_dl/service/__init__.py b/lib/svtplay_dl/service/__init__.py index <HASH>..<HASH> 100644 --- a/lib/svtplay_dl/service/__init__.py +++ b/lib/svtplay_dl/service/__init__.py @@ -22,7 +22,10 @@ class Service(object): self.cookies = {} self.auto_name = None self.output = {"...
Get extra metadata, like thumbnails and descriptions. Currently implemented for svtplay and barnkanalen.
spaam_svtplay-dl
train
669f21ca29bdbc379ef21d4aa51e1053fbfdb97c
diff --git a/src/ol/geom/multilinestring.js b/src/ol/geom/multilinestring.js index <HASH>..<HASH> 100644 --- a/src/ol/geom/multilinestring.js +++ b/src/ol/geom/multilinestring.js @@ -136,12 +136,19 @@ ol.geom.MultiLineString.prototype.getEnds = function() { * @todo stability experimental */ ol.geom.MultiLineString...
Construct individual line strings directly from flat coordinates
openlayers_openlayers
train
d714cba74d4ab1d8c75d429aa67997481e39f5f8
diff --git a/src/components/display.js b/src/components/display.js index <HASH>..<HASH> 100644 --- a/src/components/display.js +++ b/src/components/display.js @@ -1,3 +1,4 @@ +import React, {PropTypes} from 'react'; const Display = ({value}) => <div data-focus='display'>{value}</div>; Display.displayName = 'Displa...
Fix errors of the rebase*
get-focus_deprecated-focus-graph
train
673c8795b94528e9ec8086ad790b9d958e894e8f
diff --git a/test/12-integration-tests.js b/test/12-integration-tests.js index <HASH>..<HASH> 100644 --- a/test/12-integration-tests.js +++ b/test/12-integration-tests.js @@ -549,7 +549,7 @@ describe('Integration tests', () => { }); describe('Node security project audit', () => { - it('Should fail if...
test(validation): try fix test on npm version < 6
inikulin_publish-please
train
f303fff912e163ee0dc7cf5dfc28b2b41641e90f
diff --git a/gutenberg/api.py b/gutenberg/api.py index <HASH>..<HASH> 100644 --- a/gutenberg/api.py +++ b/gutenberg/api.py @@ -6,8 +6,10 @@ from .common import serialization from .common import typesafe from .common import wget import abc +import gzip import itertools import logging +import os class TextSourc...
Promote Corpus._fulltext into the base-class
c-w_gutenberg
train
ca9199776f7a9e25fc0cd93b5875145c6496a063
diff --git a/pqhelper/base.py b/pqhelper/base.py index <HASH>..<HASH> 100644 --- a/pqhelper/base.py +++ b/pqhelper/base.py @@ -580,9 +580,9 @@ class Board(object): def _random_fill(self): """Fill the board with random tiles based on the Tile class.""" a = self._array - for position in self...
Reimplemented board position iterator (which is used tens of millions of times with something hopefully more efficient. numpy.ndenumerate. At least it's easier to read.
kobejohn_PQHelper
train
1f0485faac63ce6eefb70f62bc5c7797d6f9b035
diff --git a/mamba/example_group.py b/mamba/example_group.py index <HASH>..<HASH> 100644 --- a/mamba/example_group.py +++ b/mamba/example_group.py @@ -33,12 +33,13 @@ class ExampleGroup(runnable.Runnable): self._start(reporter) try: - self._bind_helpers_to(execution_context) ...
Bind helper methods after copying context
nestorsalceda_mamba
train
406763b039e98b28928f38dcf651a0431d873fcf
diff --git a/core/common/src/main/java/alluxio/RuntimeConstants.java b/core/common/src/main/java/alluxio/RuntimeConstants.java index <HASH>..<HASH> 100644 --- a/core/common/src/main/java/alluxio/RuntimeConstants.java +++ b/core/common/src/main/java/alluxio/RuntimeConstants.java @@ -27,4 +27,6 @@ public final class Runt...
[ALLUXIO-<I>] Fix comments
Alluxio_alluxio
train
f6af9ec3515ce7b1b0e6e8e945330d85faa7cd7b
diff --git a/private/model/api/docstring.go b/private/model/api/docstring.go index <HASH>..<HASH> 100644 --- a/private/model/api/docstring.go +++ b/private/model/api/docstring.go @@ -50,8 +50,7 @@ func (d *apiDocumentation) setup(a *API) error { for opName, doc := range d.Operations { if _, ok := a.Operations[op...
Allow docs-2.json to reference shapes not present in API without failure. (#<I>)
aws_aws-sdk-go
train
4a79cc2cb9ee99f5f96b2348926174b8f967a65a
diff --git a/synapse/lib/cmdr.py b/synapse/lib/cmdr.py index <HASH>..<HASH> 100644 --- a/synapse/lib/cmdr.py +++ b/synapse/lib/cmdr.py @@ -11,7 +11,14 @@ s_mixins.addSynMixin('cmdr','synapse.cores.common.Cortex','synapse.cmds.cortex.A def getItemCmdr(item, outp=None, **opts): + ''' + Construct and return a c...
added doc strings. :D
vertexproject_synapse
train
6f8f9c3241929032c1c62fc9c279879f49a185ab
diff --git a/lib/chef/resource/windows_service.rb b/lib/chef/resource/windows_service.rb index <HASH>..<HASH> 100644 --- a/lib/chef/resource/windows_service.rb +++ b/lib/chef/resource/windows_service.rb @@ -41,10 +41,6 @@ class Chef allowed_actions :configure_startup, :create, :delete, :configure - prop...
Remove service_name property that's already part of service No need to define this twice
chef_chef
train
39eede500fb6384be5ebb801d8327ff25e2797ec
diff --git a/phantomflow.js b/phantomflow.js index <HASH>..<HASH> 100644 --- a/phantomflow.js +++ b/phantomflow.js @@ -19,6 +19,7 @@ var glob = require( "glob" ); var cp = require( 'child_process' ); var wrench = require( 'wrench' ); var async = require( 'async' ); +var log = console.log; var optionDebug; var gr...
move log reference to top (#<I>)
HuddleEng_PhantomFlow
train
4bebaa670dde14edc6793c4576bfcd4ef71e0d47
diff --git a/getFileFlysystem.php b/getFileFlysystem.php index <HASH>..<HASH> 100644 --- a/getFileFlysystem.php +++ b/getFileFlysystem.php @@ -23,14 +23,25 @@ require_once __DIR__ . '/../vendor/autoload.php'; use oat\tao\model\websource\FlyTokenWebSource; -use oat\tao\model\websource\TokenWebSource; +use oat\oatbox...
Ensure Filesystem has access to servicemanager
oat-sa_tao-core
train
aabf3b7949bba202ce5639bc05941a366a58b4e2
diff --git a/ui/Surface.js b/ui/Surface.js index <HASH>..<HASH> 100644 --- a/ui/Surface.js +++ b/ui/Surface.js @@ -6,6 +6,7 @@ import { getDOMRangeFromEvent } from '../util/windowUtils' import DefaultDOMElement from '../dom/DefaultDOMElement' import Component from './Component' import Clipboard from './Clipboard' +i...
Make Surface more robust w.r.t missing DOMSelection.
substance_substance
train
8fc923f5219db7d4c9622476b1e97735c771c746
diff --git a/restcomm/restcomm.rvd/src/main/webapp/controllers.js b/restcomm/restcomm.rvd/src/main/webapp/controllers.js index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.rvd/src/main/webapp/controllers.js +++ b/restcomm/restcomm.rvd/src/main/webapp/controllers.js @@ -36,7 +36,6 @@ App.controller('projectManagerCtrl'...
RESTCOMM-<I> #comment removed forgotten debugging messages
RestComm_Restcomm-Connect
train
fb8c0c814d1ca51664230ccf2e1866ceaaa375ee
diff --git a/dalesbred/src/main/java/org/dalesbred/dialect/Dialect.java b/dalesbred/src/main/java/org/dalesbred/dialect/Dialect.java index <HASH>..<HASH> 100644 --- a/dalesbred/src/main/java/org/dalesbred/dialect/Dialect.java +++ b/dalesbred/src/main/java/org/dalesbred/dialect/Dialect.java @@ -39,6 +39,7 @@ import java...
Fail earlier if Dialect does not support native enums Throw an exception upon registration when registering native enum conversions with a dialect that does not support them.
EvidentSolutions_dalesbred
train
733582995a0cb13c8005ccdb24f77ff0591d9bf4
diff --git a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/validation/IssueCodes.java b/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/validation/IssueCodes.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/validation/IssueCodes.java +++ b/plug...
[Validation] use common prefix for issueCodes
eclipse_xtext-extras
train
7ad0c0b9acd4aee7eb0b4787730b3e2058579d26
diff --git a/livestyle-client.js b/livestyle-client.js index <HASH>..<HASH> 100644 --- a/livestyle-client.js +++ b/livestyle-client.js @@ -191,7 +191,7 @@ toWatch = [], url, i; - cssIncludes.unshift({ href: loc...
Disabled the client subscribing to the current page url, which introduced a lot of errors. See Issue #<I> to reimplement it.
One-com_livestyle
train
64e240a4f553187d3e1eda1f0755dc11333fc937
diff --git a/src/Friday/Http/Dispatcher.php b/src/Friday/Http/Dispatcher.php index <HASH>..<HASH> 100644 --- a/src/Friday/Http/Dispatcher.php +++ b/src/Friday/Http/Dispatcher.php @@ -41,11 +41,11 @@ class Dispatcher if(isset($route[3]) && is_string($route[3])) { $view = $route[3]; $...
dispatch() improved dispatch method now return output+return and controller ,view as assoc array
ironphp_ironphp
train
c8a4e9327d1e06926ea24575dc3c9cd932004775
diff --git a/sinchsms.py b/sinchsms.py index <HASH>..<HASH> 100644 --- a/sinchsms.py +++ b/sinchsms.py @@ -3,7 +3,13 @@ sinchsms - a module to send sms using the Sinch REST apis, www.sinch.com """ -import requests +try: + import urllib.request as urllib2 +except ImportError: + import urllib2 + +import json +i...
Replace requests dependency with urllib2.
sinch_python-sinch-sms
train
f30d365a54b90bb74e19850153f67a4b325a87db
diff --git a/info.py b/info.py index <HASH>..<HASH> 100644 --- a/info.py +++ b/info.py @@ -24,7 +24,7 @@ def release(): :returns: Current release string :current: |release| ''' - return version() + 'a2' + return version() + 'a3' def url(): ''' diff --git a/photon/util/locations.py b/photon/...
Enable the delete functionality as advertised in the documentation
spookey_photon
train
d3411306d970d449d70ae55980d904ae1cddc47f
diff --git a/addons/fabric8-camel-maven-plugin/src/main/java/io/fabric8/forge/camel/maven/EndpointMojo.java b/addons/fabric8-camel-maven-plugin/src/main/java/io/fabric8/forge/camel/maven/EndpointMojo.java index <HASH>..<HASH> 100644 --- a/addons/fabric8-camel-maven-plugin/src/main/java/io/fabric8/forge/camel/maven/Endp...
Fixes #<I> to make the camel maven plugin work again to support different Camel versions.
fabric8io_fabric8-forge
train
5d0d3dc9d6d434bc3c278e71f887b2a89e66a9af
diff --git a/netpyne/simFuncs.py b/netpyne/simFuncs.py index <HASH>..<HASH> 100644 --- a/netpyne/simFuncs.py +++ b/netpyne/simFuncs.py @@ -1935,11 +1935,11 @@ if neuromlExists: to_start = 0.0 if ind==0 else lens[ind-1] to_end = lens[ind] ...
Slightly less verbose
Neurosim-lab_netpyne
train
fe4e3df434d85cb9189f07fd39c8e3cb29b89713
diff --git a/simpleauth2/adapters/gaewebapp2/__init__.py b/simpleauth2/adapters/gaewebapp2/__init__.py index <HASH>..<HASH> 100644 --- a/simpleauth2/adapters/gaewebapp2/__init__.py +++ b/simpleauth2/adapters/gaewebapp2/__init__.py @@ -5,7 +5,6 @@ from urllib import urlencode from webapp2_extras import sessions import...
OpenIDStore now gets imported on demand.
authomatic_authomatic
train
199d70ca95815c1f1913198b6119876324f8106c
diff --git a/presto-main/src/main/java/com/facebook/presto/sql/analyzer/MaterializedViewQueryOptimizer.java b/presto-main/src/main/java/com/facebook/presto/sql/analyzer/MaterializedViewQueryOptimizer.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/sql/analyzer/MaterializedViewQueryO...
Avoid status check if consistency is not enabled Materialized view optimizer should optimize query irrespective of materialized view status, if consistency check is disabled.
prestodb_presto
train
8e569236d16f1a8995e5b7b5fc2e719de48dc3e7
diff --git a/lib/poise/helpers/inversion.rb b/lib/poise/helpers/inversion.rb index <HASH>..<HASH> 100644 --- a/lib/poise/helpers/inversion.rb +++ b/lib/poise/helpers/inversion.rb @@ -78,7 +78,11 @@ module Poise # end def provider(val=nil) if val && !val.is_a?(Class) - provider_...
Make sure setting an inversion provider manually groks resource equivs.
poise_poise
train
175f9ef6792ad29f6d309b2033b4ff41700915bd
diff --git a/libraries/joomla/database/database.php b/libraries/joomla/database/database.php index <HASH>..<HASH> 100644 --- a/libraries/joomla/database/database.php +++ b/libraries/joomla/database/database.php @@ -9,7 +9,7 @@ defined('JPATH_PLATFORM') or die; -jimport('joomla.database.databaseexception'); +JLoade...
Fix bug in the loader for the database exception class.
joomla_joomla-framework
train
c5fefd3d10627363f6a8663ac14e6cff799827c4
diff --git a/main_test.go b/main_test.go index <HASH>..<HASH> 100644 --- a/main_test.go +++ b/main_test.go @@ -299,6 +299,8 @@ func (t *DBTest) TestTypeHstore(c *C) { } func (t *DBTest) TestTypeStmtHstore(c *C) { + t.db.Exec("CREATE EXTENSION hstore") + stmt, err := t.db.Prepare("SELECT $1::hstore") c.Assert(er...
tests: Create/drop hstore extension.
go-pg_pg
train
b397e18ad2b7d0848ead58dfcd32b8a64f7d322c
diff --git a/app/assets/javascripts/fae/form/_form_manager.js b/app/assets/javascripts/fae/form/_form_manager.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/fae/form/_form_manager.js +++ b/app/assets/javascripts/fae/form/_form_manager.js @@ -98,7 +98,7 @@ Fae.form.formManager = { var $labelsCheckbox...
detect fae page required fields
wearefine_fae
train
27b75af201f9fff2e8c020f8cfdc780f201e9111
diff --git a/lib/neo4j/active_node/query/query_proxy.rb b/lib/neo4j/active_node/query/query_proxy.rb index <HASH>..<HASH> 100644 --- a/lib/neo4j/active_node/query/query_proxy.rb +++ b/lib/neo4j/active_node/query/query_proxy.rb @@ -208,9 +208,21 @@ module Neo4j end def _create_relationship(other_node...
Make relationship creations with #<< and #create on associations use the rel_class if possible.
neo4jrb_neo4j
train
fd0fc7200ce1fcd4405122985db36f1fdcec3e5e
diff --git a/src/com/opencms/workplace/CmsXmlLanguageFile.java b/src/com/opencms/workplace/CmsXmlLanguageFile.java index <HASH>..<HASH> 100755 --- a/src/com/opencms/workplace/CmsXmlLanguageFile.java +++ b/src/com/opencms/workplace/CmsXmlLanguageFile.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src...
Added ignore for .help missing keys
alkacon_opencms-core
train
5bcc47bb7e6fb9eaf2849cc66c379fcc2baed487
diff --git a/model/portableElement/action/RegisterPortableElement.php b/model/portableElement/action/RegisterPortableElement.php index <HASH>..<HASH> 100644 --- a/model/portableElement/action/RegisterPortableElement.php +++ b/model/portableElement/action/RegisterPortableElement.php @@ -52,6 +52,9 @@ abstract class Regi...
default model validator to have modules and config as optional and fixed file path construction in validFile()
oat-sa_extension-tao-itemqti
train
bf0175704c5e2d1995ad9242729ec3e9e79b5ae6
diff --git a/lib/google_static_maps_helper/path.rb b/lib/google_static_maps_helper/path.rb index <HASH>..<HASH> 100644 --- a/lib/google_static_maps_helper/path.rb +++ b/lib/google_static_maps_helper/path.rb @@ -51,9 +51,9 @@ module GoogleStaticMapsHelper out += "#{path_params}|" unless path_params.empty? - ...
Paths are now set to encode it's points as default. Have also refactored an internal url_params method so it will delegate to correct method which either encodes or not encode the points..
thhermansen_google_static_maps_helper
train
049f26c1438b9baeebb4f35d75416cab9617cf2e
diff --git a/src/com/google/javascript/jscomp/GlobalTypeInfo.java b/src/com/google/javascript/jscomp/GlobalTypeInfo.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/GlobalTypeInfo.java +++ b/src/com/google/javascript/jscomp/GlobalTypeInfo.java @@ -717,6 +717,14 @@ class GlobalTypeInfo implements ...
[NEW TYPE INFERENCE] Don't crash on redeclared constructor ------------- Created by MOE: <URL>
google_closure-compiler
train
f35442ad1b1e78007e5daf1c5172f3c90dea70b9
diff --git a/sanic/worker.py b/sanic/worker.py index <HASH>..<HASH> 100644 --- a/sanic/worker.py +++ b/sanic/worker.py @@ -36,10 +36,12 @@ class GunicornWorker(base.Worker): super().init_process() def run(self): - self._runner = asyncio.async(self._run(), loop=self.loop) + self._runner = a...
Fix RuntimeError: this event loop is already running
huge-success_sanic
train
803ef9ada14e966229f1de92ce1e5e82f332e851
diff --git a/simple_history/tests/tests/test_commands.py b/simple_history/tests/tests/test_commands.py index <HASH>..<HASH> 100644 --- a/simple_history/tests/tests/test_commands.py +++ b/simple_history/tests/tests/test_commands.py @@ -108,8 +108,11 @@ class TestPopulateHistory(TestCase): out.getv...
Added 'makemigration' command to tests
treyhunner_django-simple-history
train
e5cdb1b1ed16893e932bd81820a48dea6d1d55e9
diff --git a/modules/orionode/lib/git/diff.js b/modules/orionode/lib/git/diff.js index <HASH>..<HASH> 100644 --- a/modules/orionode/lib/git/diff.js +++ b/modules/orionode/lib/git/diff.js @@ -230,16 +230,11 @@ function processDiff(diff, filePath, paths, fileDir, req, res, includeDiff, incl prefix = "-"; ...
Bug <I> - Patch fails to apply due to whitespace
eclipse_orion.client
train
b46c8ba6ba91a45e00885e78cc05953577c051a1
diff --git a/src/Storage/DBFile.php b/src/Storage/DBFile.php index <HASH>..<HASH> 100644 --- a/src/Storage/DBFile.php +++ b/src/Storage/DBFile.php @@ -278,6 +278,16 @@ class DBFile extends DBComposite implements AssetContainer, Thumbnail } /** + * Return URL for this image. Alias for getURL() + * + ...
ENHANCEMENT Add DBFile::Link() alias for DBFile::getURL() so that it matches File::Link() Fixes <URL>
silverstripe_silverstripe-assets
train
7e962fdc76fc07730e9a7c9cd4af53e56a2b78c0
diff --git a/spyderlib/plugins/externalconsole.py b/spyderlib/plugins/externalconsole.py index <HASH>..<HASH> 100644 --- a/spyderlib/plugins/externalconsole.py +++ b/spyderlib/plugins/externalconsole.py @@ -1263,7 +1263,7 @@ class ExternalConsole(SpyderPluginWidget): self.start(fname=None, wdir=to_text_string(...
IPython Console: Fix restarting kernel action which was broken since revision a6cac<I>
spyder-ide_spyder
train
be49b2b9421b9e48424d236814e4b3bb948a5110
diff --git a/lib/Cake/Utility/ObjectCollection.php b/lib/Cake/Utility/ObjectCollection.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Utility/ObjectCollection.php +++ b/lib/Cake/Utility/ObjectCollection.php @@ -261,7 +261,7 @@ abstract class ObjectCollection { } /** - * Gets the list of attached behaviors, or, whe...
fixing up the docs for Collection::attached(), was showing behaviors but is for all collections
cakephp_cakephp
train
841b0e4dc49c1734b5664017f14e1cd910722f39
diff --git a/src/AnyContent/Client/Client.php b/src/AnyContent/Client/Client.php index <HASH>..<HASH> 100755 --- a/src/AnyContent/Client/Client.php +++ b/src/AnyContent/Client/Client.php @@ -465,6 +465,45 @@ class Client } return (int)$result; + } + + + public function saveRecords($records, $w...
methods for saving/deleting more than one record
nhagemann_anycontent-client-php
train
16eabdfd887986120be6f2042b83f4922c9b665c
diff --git a/code/model/Order.php b/code/model/Order.php index <HASH>..<HASH> 100644 --- a/code/model/Order.php +++ b/code/model/Order.php @@ -18,7 +18,6 @@ */ class Order extends DataObject implements PermissionProvider { - /** * Add a string to the start of an order number (can be useful for ...
Add status codes to orders as a config variable
silvercommerce_shoppingcart
train
c6055374e89ece0127453784d7f0140e1149ff64
diff --git a/lib/datagrid/drivers/active_record.rb b/lib/datagrid/drivers/active_record.rb index <HASH>..<HASH> 100644 --- a/lib/datagrid/drivers/active_record.rb +++ b/lib/datagrid/drivers/active_record.rb @@ -102,7 +102,11 @@ module Datagrid end def batch_each(scope, batch_size, &block) - scope...
Raise when batches are used in combo with SQL limit
bogdan_datagrid
train
111639e0b8e0edc2570a85b80bbec1c0749ebdb8
diff --git a/tests/test_api.py b/tests/test_api.py index <HASH>..<HASH> 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -436,6 +436,7 @@ class TestOSBS(object): 'git_uri': TEST_GIT_URI, 'git_ref': TEST_GIT_REF, 'user': TEST_USER, + 'release': '1' } ...
Test that release value can be used in OSBS api
projectatomic_osbs-client
train
6113ac1559d62c828dfbf08ef0f7f172c24cf7f5
diff --git a/python/pyspark/rdd.py b/python/pyspark/rdd.py index <HASH>..<HASH> 100644 --- a/python/pyspark/rdd.py +++ b/python/pyspark/rdd.py @@ -250,7 +250,7 @@ class RDD(object): def map(self, f, preservesPartitioning=False): """ Return a new RDD by applying a function to each element of this ...
[SPARK-<I>] Add getNumPartitions to pyspark RDD Add getNumPartitions to pyspark RDD to provide an intuitive way to get number of partitions in RDD like we can do in scala today.
apache_spark
train
febdc8949f22e2dbed9a7658984e24b0925f5064
diff --git a/src/main/java/eu/fusepool/extractor/RdfGeneratingExtractor.java b/src/main/java/eu/fusepool/extractor/RdfGeneratingExtractor.java index <HASH>..<HASH> 100644 --- a/src/main/java/eu/fusepool/extractor/RdfGeneratingExtractor.java +++ b/src/main/java/eu/fusepool/extractor/RdfGeneratingExtractor.java @@ -62,6 ...
RdfGeneratingExtractor to pass HttpRequestEntity to generateRdf method
fusepoolP3_p3-transformer-library
train
bbff9cf5ac87d2ab88e4eda0079a6bd3ec2f003d
diff --git a/upload/admin/model/design/layout.php b/upload/admin/model/design/layout.php index <HASH>..<HASH> 100644 --- a/upload/admin/model/design/layout.php +++ b/upload/admin/model/design/layout.php @@ -96,7 +96,7 @@ class ModelDesignLayout extends Model { } public function getLayoutModules($layout_id) { - $...
Module order by position and sort_order in layout
opencart_opencart
train
a8225a11d0e8deffcc81f8345f918c158fef105b
diff --git a/lxd/api_project.go b/lxd/api_project.go index <HASH>..<HASH> 100644 --- a/lxd/api_project.go +++ b/lxd/api_project.go @@ -19,19 +19,21 @@ import ( "github.com/lxc/lxd/shared/version" ) -var projectsCmd = Command{ - name: "projects", - get: projectsGet, - post: projectsPost, +var projectsCmd = APIEndp...
lxd/project: Port to APIEndpoint
lxc_lxd
train
ff312a93f21f27d0fc5c10622ad32ab05b692104
diff --git a/schedule/models.py b/schedule/models.py index <HASH>..<HASH> 100644 --- a/schedule/models.py +++ b/schedule/models.py @@ -6,8 +6,6 @@ from django.contrib.contenttypes.models import ContentType from django.core.urlresolvers import reverse from django.template.defaultfilters import date from django.utils....
Added first try at persisted occurrences. This could is not stable, and should not be used in production of any kind. git-svn-id: <URL>
llazzaro_django-scheduler
train
2d4568cacb769523a956ac0576178b0561313db5
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -8,6 +8,6 @@ var userConfig = { options: hexo.config.pug || {} }; -hexo.extend.renderer.register('pug', 'html', function(data) { - return pugRenderer(extend(data, userConfig)); +hexo.extend.renderer.register('pug', ...
Added missing locals to pug renderer parameters.
maxknee_hexo-render-pug
train
42546ffb21cf399975a70c139716ceb8a383df5a
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,6 @@ # master -## Version 2.1.10 (7 Nov 2019) +## Version 2.1.11 (7 Nov 2019) * revise README [jcupitt] * add watermark example [jcupitt] diff --git a/doc/conf.py b/doc/conf.py index <HASH...
dropped a patch by mistake -- push a fresh version now <I>
libvips_pyvips
train
8b28d3fbb4e0fd996f92b5bb7263acd028446d02
diff --git a/src/Spekkionu/Assetcachebuster/Assetcachebuster.php b/src/Spekkionu/Assetcachebuster/Assetcachebuster.php index <HASH>..<HASH> 100644 --- a/src/Spekkionu/Assetcachebuster/Assetcachebuster.php +++ b/src/Spekkionu/Assetcachebuster/Assetcachebuster.php @@ -17,7 +17,7 @@ class Assetcachebuster * * ...
Update Assetcachebuster.php When no cdn provided use slash to have absolute urls
spekkionu_laravel-assetcachebuster
train
b8da6b839903af83ad47835edb0251017c69a4ad
diff --git a/tensorflow_probability/python/internal/backend/numpy/numpy_test.py b/tensorflow_probability/python/internal/backend/numpy/numpy_test.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/internal/backend/numpy/numpy_test.py +++ b/tensorflow_probability/python/internal/backend/numpy/numpy_test....
Change psd_matrices() test strategy to pd_matrices(). Set eps=1 in order to produce better conditioned matrices. This is intended to avoid numerical inconsistencies between TensorFlow and JAX on poorly conditioned matrix factors and solves. PiperOrigin-RevId: <I>
tensorflow_probability
train
e99d52ea5310a01de2a186f1d26ac03e436aead1
diff --git a/packages/hw-app-fct/src/Fct.js b/packages/hw-app-fct/src/Fct.js index <HASH>..<HASH> 100644 --- a/packages/hw-app-fct/src/Fct.js +++ b/packages/hw-app-fct/src/Fct.js @@ -49,7 +49,7 @@ export default class Fct { * @example * const fctaddr = await fct.getAddress("44'/131'/0'/0'/0'") * const ecadd...
updated id type to comply with slip<I> request
MyFactomWallet_ledger-factomjs
train
47615c202078a5fbacd9471286f3c182882f418f
diff --git a/test/e2e_node/cpu_manager_test.go b/test/e2e_node/cpu_manager_test.go index <HASH>..<HASH> 100644 --- a/test/e2e_node/cpu_manager_test.go +++ b/test/e2e_node/cpu_manager_test.go @@ -666,7 +666,7 @@ func runCPUManagerTests(f *framework.Framework) { } // Serial because the test updates kubelet configurat...
e2e: node: remove obsolete AlphaFeature tag The CPUManager graduated to beta a while ago (k8s <I>?) so let's get rid of the obsolete Alpha tag on its e2e tests.
kubernetes_kubernetes
train
9089fb8a41a1cef6df2bf2839e1981630acc58cc
diff --git a/lib/utils/input/text.js b/lib/utils/input/text.js index <HASH>..<HASH> 100644 --- a/lib/utils/input/text.js +++ b/lib/utils/input/text.js @@ -14,6 +14,10 @@ const ESCAPES = { CARRIAGE: '\r' } +function formatCC(data) { + return data.replace(/\s/g, '').replace(/(.{4})/g, '$1 ').trim() +} + module.ex...
Allow credit card numbers to be pasted with `now cc add` (#<I>) This fixes a bug where, when pasting a credit card, it would print the number correctly, but also append too much placeholder. When hitting enter, backspace, or another number, it would begin printing (and formatting) `undefined`. This adds a special c...
zeit_now-cli
train
28851e2e7bdfffc12418a7d0c0ca49858f888027
diff --git a/auth.js b/auth.js index <HASH>..<HASH> 100644 --- a/auth.js +++ b/auth.js @@ -30,8 +30,10 @@ module.exports = function(app, options) { cookieSecret: uuid.v4(), successRedirect: '/', failureRedirect: '/', - serializeUser: null, - deserializeUser: null + serializeUser: null, // optio...
Add very simple generic passport failure handler
DecodedCo_express-auth0-simple
train
390a5fda784f86b3c50233f65e280dd6a0291e21
diff --git a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/jvmmodel/JvmTypesBuilder.java b/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/jvmmodel/JvmTypesBuilder.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/jvmmodel/JvmTypesBuilder.java +...
[regression] Fixed regression in JvmTypesBuilder This should greenify the runtime tests.
eclipse_xtext-extras
train
59e13561272fdf75a8ea40d95a6b1081522266e4
diff --git a/hardware_modules/PiezoController.py b/hardware_modules/PiezoController.py index <HASH>..<HASH> 100644 --- a/hardware_modules/PiezoController.py +++ b/hardware_modules/PiezoController.py @@ -103,6 +103,7 @@ class MDT693B: # 8 data bits, No parity bit, 1 stop bit, no hardware # handshake. T...
AS: Fixed pyserial update issues --- open port (string) "COM3" instead of (integer) 3 (pushing now)
LISE-B26_pylabcontrol
train
f269d3d2f7e73c9a61ce665bdf6123806b72ecb4
diff --git a/chef/lib/chef/knife/status.rb b/chef/lib/chef/knife/status.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/knife/status.rb +++ b/chef/lib/chef/knife/status.rb @@ -68,7 +68,19 @@ class Chef text = minutes_text end - highline.say("<%= color('#{text}', #{color}) %> ago, #...
CHEF-<I>: Fix knife status when ipaddress is not set
chef_chef
train
e8ec1a6ed4637f13839f645db396b9a04497e026
diff --git a/default_app/renderer.js b/default_app/renderer.js index <HASH>..<HASH> 100644 --- a/default_app/renderer.js +++ b/default_app/renderer.js @@ -1,9 +1,14 @@ const {remote, shell} = require('electron') const path = require('path') +const URL = require('url') const electronPath = path.relative(process.cwd()...
add utm source to outbound links
electron_electron
train
482e57ba716c21cd7b315e5803ecb3953c479b33
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index <HASH>..<HASH> 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -4007,6 +4007,16 @@ class ProjectAdditionalStatisticsManager(GetWithoutIdMixin, RESTManager): _from_parent_attrs = {"project_id": "id"} +class ProjectIssuesStatistics(Re...
feat: access project's issues statistics Fixes #<I>
python-gitlab_python-gitlab
train
6ce06c07e7d22a3e51b0c43a0297fb771888a71b
diff --git a/src/MediaInfo.php b/src/MediaInfo.php index <HASH>..<HASH> 100644 --- a/src/MediaInfo.php +++ b/src/MediaInfo.php @@ -100,4 +100,21 @@ class MediaInfo $this->configuration[$key] = $value; } + + /** + * @param $key + * @return mixed + * + * @throws \Exception + */ + ...
Added test coverage for urlencode
mhor_php-mediainfo
train
ef68ca0e53665f2e720f448125e6f1dd5adffbb1
diff --git a/Backoffice/Context/ContextManager.php b/Backoffice/Context/ContextManager.php index <HASH>..<HASH> 100644 --- a/Backoffice/Context/ContextManager.php +++ b/Backoffice/Context/ContextManager.php @@ -105,25 +105,23 @@ class ContextManager implements CurrentSiteIdInterface public function getAvailableSit...
fix context manager (#<I>) * fix context manager * remove useless line
open-orchestra_open-orchestra-cms-bundle
train