hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
b07d7c492009fd080bef523b63b8948efaabe7d9
diff --git a/lib/chatrix/matrix.rb b/lib/chatrix/matrix.rb index <HASH>..<HASH> 100644 --- a/lib/chatrix/matrix.rb +++ b/lib/chatrix/matrix.rb @@ -189,17 +189,21 @@ module Chatrix # # @param params [Hash{String=>String},nil] Query parameters to add to # the options hash. - # @param content [Hash,nil...
Allow passing of a stream object as request body
Sharparam_chatrix
train
45286c28f261f9493062291e8741c2e7d5972b56
diff --git a/annis-service/src/main/java/annis/administration/CorpusAdministration.java b/annis-service/src/main/java/annis/administration/CorpusAdministration.java index <HASH>..<HASH> 100644 --- a/annis-service/src/main/java/annis/administration/CorpusAdministration.java +++ b/annis-service/src/main/java/annis/admini...
Throw also an io exception when the file traverser does not find any corpus. closes #<I>
korpling_ANNIS
train
88c8921d3a74f869ebbbd8aef9b14956c49acceb
diff --git a/tests/metrics_test.py b/tests/metrics_test.py index <HASH>..<HASH> 100644 --- a/tests/metrics_test.py +++ b/tests/metrics_test.py @@ -58,6 +58,47 @@ def test_timing(setup): assert expected == actual +def test_timing_handling(setup): + with mock.patch('time.time', return_value=42.0): + wi...
Added exception handling to metrics.timing context manager.
Yelp_uwsgi_metrics
train
0b0b89eb476911c01bd7fa18fc4d345e5381aea1
diff --git a/datatableview/datatables.py b/datatableview/datatables.py index <HASH>..<HASH> 100644 --- a/datatableview/datatables.py +++ b/datatableview/datatables.py @@ -393,8 +393,10 @@ class Datatable(six.with_metaclass(DatatableMetaclass)): i_begin = self.config['start_offset'] i_end = sel...
Fixed broken pagination due to last change
pivotal-energy-solutions_django-datatable-view
train
31596ff3befa3de2d6e4b05fef9f06fd9a9d4700
diff --git a/app/inputs/custom_inputs/surround_input.rb b/app/inputs/custom_inputs/surround_input.rb index <HASH>..<HASH> 100644 --- a/app/inputs/custom_inputs/surround_input.rb +++ b/app/inputs/custom_inputs/surround_input.rb @@ -3,8 +3,7 @@ module CustomInputs include UiBibz::Ui::Core def input(wrapper_op...
fix surround_input for simple_form
thooams_Ui-Bibz
train
7603ebe3e61955771ed2118f8cba67f98b954866
diff --git a/osbs/utils.py b/osbs/utils.py index <HASH>..<HASH> 100644 --- a/osbs/utils.py +++ b/osbs/utils.py @@ -74,7 +74,7 @@ def checkout_git_repo(git_uri, git_ref, git_branch): def get_df_parser(git_uri, git_ref, git_branch): with checkout_git_repo(git_uri, git_ref, git_branch) as code_dir: - dfp = ...
Don't pass 'Dockerfile' explicitly to DockerfileParser
projectatomic_osbs-client
train
d51fca0588fe9085a1e6eec7e5c4c1ad80d66c4b
diff --git a/web/src/main/java/com/graphhopper/http/GraphHopperWeb.java b/web/src/main/java/com/graphhopper/http/GraphHopperWeb.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/com/graphhopper/http/GraphHopperWeb.java +++ b/web/src/main/java/com/graphhopper/http/GraphHopperWeb.java @@ -203,7 +203,22 @@ public c...
fixing bug in GraphHopperWeb
graphhopper_graphhopper
train
7b70cc1e3871810fb720f04d678261f92a8dc27d
diff --git a/lib/assets.js b/lib/assets.js index <HASH>..<HASH> 100644 --- a/lib/assets.js +++ b/lib/assets.js @@ -353,21 +353,25 @@ module.exports = { // are retroactive to the very first use of the mixin. So apostrophe-ui-2 // can alter decisions made in the apostrophe module, for instance. ...
Multiprocess fix: fixed a race condition that caused broken asset files. Do not create asset files that apostrophe:generation has already created. Also, the LESS master filenames now contain the generation ID.
apostrophecms_apostrophe
train
ee1814f7bc5e8922c101bd9759835db1d7c7ce49
diff --git a/packages/material-ui/src/FormLabel/FormLabel.js b/packages/material-ui/src/FormLabel/FormLabel.js index <HASH>..<HASH> 100644 --- a/packages/material-ui/src/FormLabel/FormLabel.js +++ b/packages/material-ui/src/FormLabel/FormLabel.js @@ -28,6 +28,10 @@ export const styles = (theme) => ({ '&$focused': ...
[Textfield] Add error color for form input with secondary color (#<I>)
mui-org_material-ui
train
3d28ed11b7f2968c33fedd59de55e7862580fd8d
diff --git a/.ci/ansible_tests.py b/.ci/ansible_tests.py index <HASH>..<HASH> 100755 --- a/.ci/ansible_tests.py +++ b/.ci/ansible_tests.py @@ -66,7 +66,6 @@ with ci_lib.Fold('job_setup'): ci_lib.dump_file(inventory_path) if not ci_lib.exists_in_path('sshpass'): - run("sudo apt-key adv --keyserver key...
added wrong key for debian 9 test container
dw_mitogen
train
33b5c8ce394045a04c13c363a371638b6f00a411
diff --git a/src/livestreamer/plugins/ownedtv.py b/src/livestreamer/plugins/ownedtv.py index <HASH>..<HASH> 100644 --- a/src/livestreamer/plugins/ownedtv.py +++ b/src/livestreamer/plugins/ownedtv.py @@ -37,7 +37,7 @@ class OwnedTV(Plugin): data = fd.read() fd.close() - match = re.search(b"own...
alter regular expression in ownedtv plugin to again find the channel id
streamlink_streamlink
train
c9695103a3437a305a008b85bc0dcb76ca3a3755
diff --git a/lib/dm-core/associations/relationship.rb b/lib/dm-core/associations/relationship.rb index <HASH>..<HASH> 100644 --- a/lib/dm-core/associations/relationship.rb +++ b/lib/dm-core/associations/relationship.rb @@ -139,11 +139,11 @@ module DataMapper children = child_identity_map.values - ...
fixed problem with composite keys and SEL. Temporary solution (composite keys still doesn't work properly until we support OR)
datamapper_dm-core
train
e57027f14add99bcce19beb363c282d8585bac55
diff --git a/lib/main.js b/lib/main.js index <HASH>..<HASH> 100644 --- a/lib/main.js +++ b/lib/main.js @@ -136,6 +136,9 @@ const registerWdioCommands = function() { } } +if (!isLocal && process.env.WDIO_INIT_TESTABLEUTILS !== 'true') + registerWdioCommands(); + const testSteps = new TestSteps(); module.e...
init wdio custom commands if agent is not updated
testable_node-script-utils
train
1fba49d8115ea23ea00dd2f0cae7f4a380ecaec3
diff --git a/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoActions.java b/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoActions.java index <HASH>..<HASH> 100644 --- a/demos/lucene-directory-demo/src/main/java/org/infinispan/lucenedemo/DemoActions.java +++ b/demos/luce...
Small polish in lucene-directory-demo
infinispan_infinispan
train
846979049d755107a7d8341c71e8b2dc955dd4f4
diff --git a/scarlet/assets/models.py b/scarlet/assets/models.py index <HASH>..<HASH> 100644 --- a/scarlet/assets/models.py +++ b/scarlet/assets/models.py @@ -55,7 +55,6 @@ class Asset(models.Model): created = models.DateTimeField(auto_now_add=True) modified = models.DateTimeField(auto_now=True) - @prope...
Converted Asset model url property to a funtion
ff0000_scarlet
train
1ef95d2d0d99edca521bd3e907570775e3d42b93
diff --git a/spec/functional/audit_entries_spec.rb b/spec/functional/audit_entries_spec.rb index <HASH>..<HASH> 100644 --- a/spec/functional/audit_entries_spec.rb +++ b/spec/functional/audit_entries_spec.rb @@ -16,14 +16,17 @@ describe RightApi::Client, :functional=>true do puts "=" * 80 end - server_a...
Put all tests that use credentials in pending state
rightscale_right_api_client
train
f4bfea11b3bd7a315f7c00734bdaf71bfa808ba0
diff --git a/scs_core/osio/data/user_metadata.py b/scs_core/osio/data/user_metadata.py index <HASH>..<HASH> 100644 --- a/scs_core/osio/data/user_metadata.py +++ b/scs_core/osio/data/user_metadata.py @@ -66,9 +66,7 @@ class UserMetadata(User): # UserMetadata... gravatar_hash = jdict.get('gravatar-hash'...
Added user_topics top-level script.
south-coast-science_scs_core
train
a77fd16869997fa36eb548c7976004a60063b7bb
diff --git a/salt/beacons/log.py b/salt/beacons/log.py index <HASH>..<HASH> 100644 --- a/salt/beacons/log.py +++ b/salt/beacons/log.py @@ -69,6 +69,12 @@ def beacon(config): file: <path> <tag>: regex: <pattern> + + .. note:: + + regex matching is based on the `re...
Update salt.beacons.log to reflect that re module is used for matching. As more non-python users are starting to use Salt, it would be useful to point out which regular expression engines are in use so that users can adapt accordingly.
saltstack_salt
train
aab36b62cd1219e9c61e5cff6cecb544e04c8184
diff --git a/cassandra/__init__.py b/cassandra/__init__.py index <HASH>..<HASH> 100644 --- a/cassandra/__init__.py +++ b/cassandra/__init__.py @@ -6,7 +6,7 @@ class NullHandler(logging.Handler): def emit(self, record): pass -# logging.getLogger('cassandra').addHandler(NullHandler()) +logging.getLogger('...
Actually add NullHandler in logging to cassandra For some reason this was commented out duing the initial implementation
datastax_python-driver
train
9e6b813422e695f54171f530c5d6cce12c1ff0e7
diff --git a/kie-server-parent/kie-server-controller/kie-server-controller-rest/src/main/java/org/kie/server/controller/rest/docs/ParameterSamples.java b/kie-server-parent/kie-server-controller/kie-server-controller-rest/src/main/java/org/kie/server/controller/rest/docs/ParameterSamples.java index <HASH>..<HASH> 100644...
Controller REST - Remove breaking " in JSON example body (#<I>)
kiegroup_droolsjbpm-integration
train
f5edc69320b1e561d06b4c09b2ee396bdcead56d
diff --git a/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadata.php b/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadata.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadata.php +++ b/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadata.php @@ -19,6 +19,8 @@ namespace Doctrine\ODM\PHPCR\Mapping; +use Doc...
Updated the ClassMetadata classes to the latest Common interface
doctrine_phpcr-odm
train
970beaac4af4dc7ed9d412e18381f115b74c399c
diff --git a/gcloud/storage/blob.py b/gcloud/storage/blob.py index <HASH>..<HASH> 100644 --- a/gcloud/storage/blob.py +++ b/gcloud/storage/blob.py @@ -263,15 +263,20 @@ class Blob(_PropertyMixin): """ return self.bucket.delete_blob(self.name) - def download_to_file(self, file_obj): + def downl...
Removing using of Blob.connection in all Blob.download* methods. Allowing the default connection to be used as fallback or takes an explicit connection argument.
googleapis_google-cloud-python
train
0de43fd112806a86a6d12e70dd7c8f20df959a0b
diff --git a/samcli/local/docker/lambda_image.py b/samcli/local/docker/lambda_image.py index <HASH>..<HASH> 100644 --- a/samcli/local/docker/lambda_image.py +++ b/samcli/local/docker/lambda_image.py @@ -8,7 +8,6 @@ from enum import Enum from pathlib import Path import sys -import re import platform import docker ...
fix: rapid regrex does not fit extended version number (#<I>) * fix: rapid regrex does not fit extended version number in nightly/beta releases * update the regex * Add comment on rapid regex matching cases * black reformat * check if the tag start with :rapid- * black reformat
awslabs_aws-sam-cli
train
a41dd5f4867e717d12bee5ab113d23d3e3abb389
diff --git a/ask-sdk-core/src/com/amazon/ask/builder/SkillConfiguration.java b/ask-sdk-core/src/com/amazon/ask/builder/SkillConfiguration.java index <HASH>..<HASH> 100644 --- a/ask-sdk-core/src/com/amazon/ask/builder/SkillConfiguration.java +++ b/ask-sdk-core/src/com/amazon/ask/builder/SkillConfiguration.java @@ -202,6...
Allow SDK modules to append custom user agent (#<I>)
alexa_alexa-skills-kit-sdk-for-java
train
e354a073126e65f86cabde13d433dc5a15f27602
diff --git a/src/Provider/Pimple/ViewHelperContainerServiceProvider.php b/src/Provider/Pimple/ViewHelperContainerServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Provider/Pimple/ViewHelperContainerServiceProvider.php +++ b/src/Provider/Pimple/ViewHelperContainerServiceProvider.php @@ -61,7 +61,7 @@ class ViewH...
ActiveMenu view helper: allow to check if menu is active based on route params and query string
gobline_application
train
5cc767ec2244d9460eb3a66de834d51d3617d07c
diff --git a/bayes_opt/bayesian_optimization.py b/bayes_opt/bayesian_optimization.py index <HASH>..<HASH> 100644 --- a/bayes_opt/bayesian_optimization.py +++ b/bayes_opt/bayesian_optimization.py @@ -38,16 +38,17 @@ def acq_max(ac, gp, y_max, restarts, bounds): :return: x_max, The arg max of the acquisition functio...
Makes the optimization of the utility function a bit more elegant
fmfn_BayesianOptimization
train
22e9fc92b8427a843ea0196107fd10a8c5383af2
diff --git a/lib/OpenLayers/Layer/HTTPRequest.js b/lib/OpenLayers/Layer/HTTPRequest.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Layer/HTTPRequest.js +++ b/lib/OpenLayers/Layer/HTTPRequest.js @@ -143,9 +143,10 @@ OpenLayers.Layer.HTTPRequest = OpenLayers.Class(OpenLayers.Layer, { */ redraw: function(f...
Don't change existing behavior for redraw(true)
openlayers_openlayers
train
a57c0808a623380b8d5f9c764247312e11c22648
diff --git a/Swat/SwatYesNoFlydown.php b/Swat/SwatYesNoFlydown.php index <HASH>..<HASH> 100644 --- a/Swat/SwatYesNoFlydown.php +++ b/Swat/SwatYesNoFlydown.php @@ -1,6 +1,6 @@ <?php -require_once('Swat/SwatFlydown.php'); +require_once 'Swat/SwatFlydown.php'; /** * A flydown (aka combo-box) selection widget for a...
Updated documentation for init() method svn commit r<I>
silverorange_swat
train
4f8a371a3068434733380bed41e1069977d3bd51
diff --git a/rules/end-event-required.js b/rules/end-event-required.js index <HASH>..<HASH> 100644 --- a/rules/end-event-required.js +++ b/rules/end-event-required.js @@ -15,7 +15,7 @@ module.exports = utils => { } function check(node, reporter) { - if (is(node, 'Process')) { + if (is(node, 'bpmn:Process'...
chore(rules): assert for full name
bpmn-io_bpmnlint
train
0353b8b69b2f26f667a8ddcf29da3c80b73dff5c
diff --git a/lib/a11y-check.js b/lib/a11y-check.js index <HASH>..<HASH> 100644 --- a/lib/a11y-check.js +++ b/lib/a11y-check.js @@ -35,7 +35,7 @@ function failureSummary(result, nodeData) { if (!hasPassingPass && failingPasses.length > 0) { var p = dqreConfiguration.data.failureSummaries[dqre.constants.type.PASS].f...
KSD-<I> fixing lint issues
dequelabs_axe-core
train
64daccac4f2c99d0ae5f9fbc79c704e96e941847
diff --git a/client/requests.go b/client/requests.go index <HASH>..<HASH> 100644 --- a/client/requests.go +++ b/client/requests.go @@ -46,7 +46,7 @@ func NewPutCaRequest(config config.Config, caIdentifier, caType, cert, priv stri } caBody := models.CaBody{ ContentType: caType, - Value: &ca, + Value: ...
Remove the auth tokens upon failed login [#<I>] Any existing user login session should be discarded if user attempts to log in again
cloudfoundry-incubator_credhub-cli
train
11dbd7ff0d107bec89bc2f76f17ca3c5de575688
diff --git a/src-modules/org/opencms/workplace/tools/sites/CmsSitesGlobalSettings.java b/src-modules/org/opencms/workplace/tools/sites/CmsSitesGlobalSettings.java index <HASH>..<HASH> 100644 --- a/src-modules/org/opencms/workplace/tools/sites/CmsSitesGlobalSettings.java +++ b/src-modules/org/opencms/workplace/tools/sit...
Fixing issue where creating options for global settings were incorrect.
alkacon_opencms-core
train
dada7d66a48fed53e1ebb733b075276bbb68cde4
diff --git a/blocks/dock.js b/blocks/dock.js index <HASH>..<HASH> 100644 --- a/blocks/dock.js +++ b/blocks/dock.js @@ -367,7 +367,7 @@ M.blocks.dock = { var spacewidth = this.resize_block_space(placeholder); var blocktitle = Y.Node.getDOMNode(this.cachedcontentnode.one('.title h2')).cloneNod...
navigation MDL-<I> Changed regex to replace all characters not just a-zA-Z0-9 thanks for picking this up David
moodle_moodle
train
fd347d556b67eff6b8cf20e61d27372230d156db
diff --git a/tests/fixtures/imports_on_separate_lines/imports_on_separate_lines1_in.py b/tests/fixtures/imports_on_separate_lines/imports_on_separate_lines1_in.py index <HASH>..<HASH> 100644 --- a/tests/fixtures/imports_on_separate_lines/imports_on_separate_lines1_in.py +++ b/tests/fixtures/imports_on_separate_lines/im...
Fix fixture "imports_on_separate_lines1". The fix had nothing to do and the input file was the same as the output file.
spulec_pep8ify
train
76832720c483c155a8e03a14400836de4a886903
diff --git a/tests/ImageFileTest.php b/tests/ImageFileTest.php index <HASH>..<HASH> 100644 --- a/tests/ImageFileTest.php +++ b/tests/ImageFileTest.php @@ -23,6 +23,25 @@ class ImageFileTest extends \PHPUnit_Framework_TestCase $png->save(); } + public function testAddChunkMaxKey() + { + $key = str_repeat(...
Tests for edge cases of key length
UoMCS_php-png
train
5d7e00e12200c3147bf6663a8aa9503cb4c4d846
diff --git a/CHERRYPYTEAM.txt b/CHERRYPYTEAM.txt index <HASH>..<HASH> 100644 --- a/CHERRYPYTEAM.txt +++ b/CHERRYPYTEAM.txt @@ -1 +1 @@ -See http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyTeam +See http://trac.cherrypy.org/wiki/CherryPyTeam diff --git a/cherrypy/_cpconfig.py b/cherrypy/_cpconfig.py index <HASH...
replaced unrepr with smarter unreprWrapper, updated wiki link in CHERRYPYTEAM.txt
cherrypy_cheroot
train
6cfe1ec76f1acf20186e60ac6b0ccc3ff3db4a97
diff --git a/hazelcast-client/src/main/java/com/hazelcast/client/impl/HazelcastClientInstanceImpl.java b/hazelcast-client/src/main/java/com/hazelcast/client/impl/HazelcastClientInstanceImpl.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/main/java/com/hazelcast/client/impl/HazelcastClientInstanceImpl.java +...
Handle HazelcastClientNotActiveException in ClientReliableTopicProxy Because of shutdown order of events, invocation was getting RejectedExecutionException from EventService rather than HazelcastClientNotActiveException. Both the shutdown order fix and handling the Exception is added to pr. fixes #<I>
hazelcast_hazelcast
train
4591691ded83ae0ab217f98d73c7f66e4fd19a88
diff --git a/src/Application.js b/src/Application.js index <HASH>..<HASH> 100644 --- a/src/Application.js +++ b/src/Application.js @@ -2,7 +2,7 @@ * @Author: mjreich * @Date: 2015-05-18 17:03:15 * @Last Modified 2016-02-12 -* @Last Modified time: 2016-02-12 11:57:01 +* @Last Modified time: 2016-02-12 12:08:06 */ ...
Improved logging and fixed issue with peerDep modules not booting
nxus_core
train
025d3ed2fe6bf086f2e716b95f1446397de0b8b7
diff --git a/logdissect/__init__.py b/logdissect/__init__.py index <HASH>..<HASH> 100644 --- a/logdissect/__init__.py +++ b/logdissect/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.4-dev' +__version__ = '1.7-dev' __author__ = 'Dan Persons <dpersonsdev@gmail.com>' __license__ = 'MIT License' __github__ = 'https://git...
Update version: <I>-dev (dev branch for 2.x)
dogoncouch_logdissect
train
839b5bc30b96c2e30a0c54811192ad4638fe6c20
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -23,6 +23,7 @@ class Stopwatch { this.total = 0; this.paused = false; this.started = null; + this.parallels = 0; return this; } add(time) { @@ -31,6 +32,7 @@ class Stopwatch { return this; ...
feat: parallel laps The `start` method can be called many times before `stop` is called. Every `start` call must be balanced with a `stop` call before the lap is considered finished.
aleclarson_elaps
train
1a8e761b43ed9ca05a5b052c599a2fe318151251
diff --git a/tests/Unit/App/Http/Middleware/Transformers/Api/V1/ArticlesTransformerTest.php b/tests/Unit/App/Http/Middleware/Transformers/Api/V1/ArticlesTransformerTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/App/Http/Middleware/Transformers/Api/V1/ArticlesTransformerTest.php +++ b/tests/Unit/App/Http/Middlewa...
Update ArticlesTransformerTest.php
russsiq_bixbite
train
1d6b8d6fc4a623865ba315a9fb444d04c51aadb9
diff --git a/src/main/java/net/bootsfaces/component/dataTable/DataTable.java b/src/main/java/net/bootsfaces/component/dataTable/DataTable.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/bootsfaces/component/dataTable/DataTable.java +++ b/src/main/java/net/bootsfaces/component/dataTable/DataTable.java @@ -571,7...
#<I> - add some javascript error handling and logging. update the setter to explain this is still an experimental feature and yet lacks the ability to work when multiple data tables are on the same page.
TheCoder4eu_BootsFaces-OSP
train
fd18f6f093db2fd360968f1b624ad83938f86ef1
diff --git a/openquake/calculators/event_based.py b/openquake/calculators/event_based.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/event_based.py +++ b/openquake/calculators/event_based.py @@ -287,6 +287,9 @@ class EventBasedCalculator(base.HazardCalculator): store_rlzs_by_grp(self.datastore) ...
More logging [skip CI]
gem_oq-engine
train
048176ee981b322c1eaaac1bb18baf072346eafc
diff --git a/spec/puppet-lint/lexer/string_slurper_spec.rb b/spec/puppet-lint/lexer/string_slurper_spec.rb index <HASH>..<HASH> 100644 --- a/spec/puppet-lint/lexer/string_slurper_spec.rb +++ b/spec/puppet-lint/lexer/string_slurper_spec.rb @@ -229,6 +229,20 @@ describe PuppetLint::Lexer::StringSlurper do ])...
Add specs to cover #<I>
rodjek_puppet-lint
train
126c4409909266fd6f8ba5603b71f27458409b82
diff --git a/source/rafcon/utils/hashable.py b/source/rafcon/utils/hashable.py index <HASH>..<HASH> 100644 --- a/source/rafcon/utils/hashable.py +++ b/source/rafcon/utils/hashable.py @@ -14,25 +14,25 @@ import hashlib class Hashable(object): @staticmethod - def update_hash_from_dict(obj_hash, object): + d...
fix(Hashable): Do not shadow builtin name Use "object_" instead of "object"
DLR-RM_RAFCON
train
6a5cfabbf71e7bc49e67331ad2ac53f3a20ced08
diff --git a/app/controllers/sail/settings_controller.rb b/app/controllers/sail/settings_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/sail/settings_controller.rb +++ b/app/controllers/sail/settings_controller.rb @@ -30,14 +30,15 @@ module Sail def switcher respond_to do |format| ...
Make rescue block syntax compliant with Ruby < <I>
vinistock_sail
train
7e71c4607f213770b95579cd29292002687a740b
diff --git a/util/common_task.py b/util/common_task.py index <HASH>..<HASH> 100644 --- a/util/common_task.py +++ b/util/common_task.py @@ -33,6 +33,7 @@ def deactivate_services(user): if authinfo.forum_username != "": ForumManager.disable_user(authinfo.forum_username) AuthServicesInfoManager.upda...
Added removal of main api when deactivated services
allianceauth_allianceauth
train
3f70195e1cdf1a2f2bbf570efa22a75b515f1e88
diff --git a/django_airavata/wagtailapps/base/blocks.py b/django_airavata/wagtailapps/base/blocks.py index <HASH>..<HASH> 100644 --- a/django_airavata/wagtailapps/base/blocks.py +++ b/django_airavata/wagtailapps/base/blocks.py @@ -150,8 +150,8 @@ class CustomEmbedBlock(StructBlock): class Meta: icon = "fa...
Update comment, youtube embed urls don't work
apache_airavata-django-portal
train
962b9c2937b10b50f9231006ef58a16b6887a815
diff --git a/lib/logstasher/log_subscriber.rb b/lib/logstasher/log_subscriber.rb index <HASH>..<HASH> 100644 --- a/lib/logstasher/log_subscriber.rb +++ b/lib/logstasher/log_subscriber.rb @@ -13,7 +13,8 @@ module LogStasher data.merge! extract_exception(payload) data.merge! extract_custom_fields(payload) ...
Prevent error when seeing an exception thrown by Rails.
shadabahmed_logstasher
train
586c346059f263aa72242a61f863396c56181c8f
diff --git a/actionpack/lib/action_dispatch/journey/router.rb b/actionpack/lib/action_dispatch/journey/router.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/journey/router.rb +++ b/actionpack/lib/action_dispatch/journey/router.rb @@ -115,7 +115,7 @@ module ActionDispatch def get_routes_a...
Remove unnecessary flatten! method call.
rails_rails
train
b390f6da558e14dc050c5858b10d889e96484fa5
diff --git a/pyroSAR/sqlite_util.py b/pyroSAR/sqlite_util.py index <HASH>..<HASH> 100644 --- a/pyroSAR/sqlite_util.py +++ b/pyroSAR/sqlite_util.py @@ -30,11 +30,19 @@ def sqlite_setup(driver=':memory:', extensions=None): class __Handler(object): - def __init__(self, driver, extensions): + def __init__(self, ...
handler class improvements and fixes: - fixed error in looping through spatialite library options - introduced new attributes extensions and version - added parameter defaults to __init__
johntruckenbrodt_spatialist
train
ff96d69c8c00e41f5794eeffd0af4a69802e7192
diff --git a/lib/brainstem/concerns/controller_dsl.rb b/lib/brainstem/concerns/controller_dsl.rb index <HASH>..<HASH> 100644 --- a/lib/brainstem/concerns/controller_dsl.rb +++ b/lib/brainstem/concerns/controller_dsl.rb @@ -65,8 +65,8 @@ module Brainstem # whereas setting it within an action context will force ...
Save description in the configuration for nodoc! and internal!
mavenlink_brainstem
train
36fdbb25c7885585f7b953bc9475a33483bb4dbf
diff --git a/app/controllers/api/v1/owners_controller.rb b/app/controllers/api/v1/owners_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/api/v1/owners_controller.rb +++ b/app/controllers/api/v1/owners_controller.rb @@ -1,3 +1,5 @@ +require 'yaml' + class Api::V1::OwnersController < Api::BaseController ...
Don't depend on Rails to require YAML
rubygems_rubygems.org
train
1182a8a87ed7b2b135939b39a6d7a46aad36da96
diff --git a/lxd/storage/drivers/volume.go b/lxd/storage/drivers/volume.go index <HASH>..<HASH> 100644 --- a/lxd/storage/drivers/volume.go +++ b/lxd/storage/drivers/volume.go @@ -20,7 +20,7 @@ const tmpVolSuffix = ".lxdtmp" const defaultBlockSize = "10GB" // vmBlockFilesystemSize is the size of a VM block volume's ...
lxd/storage/drivers: Bump VM fs size to <I>MB The UEFI nvram on aarch<I> is <I>MB so wasn't fitting in our previous value when stored on a block based storage driver.
lxc_lxd
train
2321c102a42614588b6c26f99b48b7af2af45e0f
diff --git a/client/extensions/woocommerce/app/products/product-variation-types-form.js b/client/extensions/woocommerce/app/products/product-variation-types-form.js index <HASH>..<HASH> 100644 --- a/client/extensions/woocommerce/app/products/product-variation-types-form.js +++ b/client/extensions/woocommerce/app/produc...
Add a debounce to the variation type name field so typing in the input box doesn't become slow with a huge number of variations. (#<I>)
Automattic_wp-calypso
train
c268d9184667a02d0b6c34d57c3c846abc72572c
diff --git a/meshio/xdmf/main.py b/meshio/xdmf/main.py index <HASH>..<HASH> 100644 --- a/meshio/xdmf/main.py +++ b/meshio/xdmf/main.py @@ -311,12 +311,7 @@ class XdmfReader: class XdmfWriter: def __init__( - self, - filename, - mesh, - data_format="HDF", - compression=None, - ...
Polyvertex needs number of cells (1) in XDMF mixed topology
nschloe_meshio
train
a4239641f685c0f06258309620e28ea4c2911fd0
diff --git a/test/classes/phing/tasks/ext/PhpLintTaskTest.php b/test/classes/phing/tasks/ext/PhpLintTaskTest.php index <HASH>..<HASH> 100755 --- a/test/classes/phing/tasks/ext/PhpLintTaskTest.php +++ b/test/classes/phing/tasks/ext/PhpLintTaskTest.php @@ -61,6 +61,10 @@ class PhpLintTaskTest extends BuildFileTest ...
Refs #<I> - no support for deprecated lint in hhvm
phingofficial_phing
train
1a3bb60986d90e32c04575111b1ccb8eab24a3e5
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -627,8 +627,6 @@ func (c *Client) execute(req *Request) (*Response, error) { c.transport.Proxy = http.ProxyURL(req.proxyURL) } else if c.proxyURL != nil { c.transport.Proxy = http.ProxyURL(c.proxyURL) - } else { - ...
#<I> don't set transport proxy to nil by default
go-resty_resty
train
b358d4d73004f7821d3ddde87d189717fc4e2042
diff --git a/salesforce/backend/query.py b/salesforce/backend/query.py index <HASH>..<HASH> 100644 --- a/salesforce/backend/query.py +++ b/salesforce/backend/query.py @@ -188,7 +188,7 @@ def prep_for_deserialize(model, record, using, init_list=None): if len(record.keys()) == 1 and model._meta.db_table in record:...
Implemented OneToOneField relationship, written test
django-salesforce_django-salesforce
train
b4fd4c2e766899f892ab794645dae8225d42ddba
diff --git a/openstack_dashboard/dashboards/project/instances/tabs.py b/openstack_dashboard/dashboards/project/instances/tabs.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/project/instances/tabs.py +++ b/openstack_dashboard/dashboards/project/instances/tabs.py @@ -25,6 +25,7 @@ from openstack_dash...
Server tabs: add policy enforcement for tab display We have nova policies for all of these so should observe them. Otherwise if a user e.g. doesn't have rights to view the console log of a VM they will get an error every time they click on an instance name. Change-Id: I<I>bb<I>c4c0aea0a<I>bf<I>e9fe<I>a<I>ce<I>
openstack_horizon
train
53f3a3c69f673d5525fee4c0d8a2c87f1a5f11b4
diff --git a/gpiozero/input_devices.py b/gpiozero/input_devices.py index <HASH>..<HASH> 100644 --- a/gpiozero/input_devices.py +++ b/gpiozero/input_devices.py @@ -404,9 +404,14 @@ class MotionSensor(SmoothedInputDevice): and GND. VCC should be connected to the Pi's +5V pin, GND to one of the Pi's ground pins,...
Fix #<I> Make MotionSensor more responsive by effectively removing the averaging queue. Also add note on how to smooth out "jittery" PIR sensors by increasing the queue length back up to 5.
RPi-Distro_python-gpiozero
train
e72dd7089bb4730b89557bab67086363ff5e067e
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index <HASH>..<HASH> 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.114.0 +current_version = 0.115.0 tag = True commit = True message = Change version: {current_version} -> {new_version} [ci skip] diff --git a/...
Change version: <I> -> <I> [ci skip]
instagrambot_instabot
train
22466f0c81113479c78d185a100f356fc1623b43
diff --git a/core/src/main/java/com/graphhopper/routing/Path.java b/core/src/main/java/com/graphhopper/routing/Path.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/graphhopper/routing/Path.java +++ b/core/src/main/java/com/graphhopper/routing/Path.java @@ -223,6 +223,9 @@ public class Path if (Do...
fixed #<I>, Exception if speed is 0 but valid access flags and using shortest path algo.
graphhopper_graphhopper
train
17de52fc78dfdd772942a0ecc458e589e26d6bf8
diff --git a/spec/netsuite/records/basic_record_spec.rb b/spec/netsuite/records/basic_record_spec.rb index <HASH>..<HASH> 100644 --- a/spec/netsuite/records/basic_record_spec.rb +++ b/spec/netsuite/records/basic_record_spec.rb @@ -4,7 +4,9 @@ describe 'basic records' do let(:basic_record_list) { [ NetSui...
Handle records with custom field objects in general record spec
NetSweet_netsuite
train
4e80009891fa8a81b84e35dac6cba4ca96d1f1e1
diff --git a/plugin/blog/Resources/modules/blog/blog.controller.js b/plugin/blog/Resources/modules/blog/blog.controller.js index <HASH>..<HASH> 100644 --- a/plugin/blog/Resources/modules/blog/blog.controller.js +++ b/plugin/blog/Resources/modules/blog/blog.controller.js @@ -73,8 +73,6 @@ export default class BlogContro...
[BlogBundle] Fix blog search (#<I>) Unnecessary line of code prevented search from being fullfilled.
claroline_Distribution
train
2815c1510ac44f819a7fab24c232b0b8cfa6a3cd
diff --git a/server/standalone.js b/server/standalone.js index <HASH>..<HASH> 100644 --- a/server/standalone.js +++ b/server/standalone.js @@ -352,6 +352,12 @@ define(['logManager', } }); }); + __app.get(/^\/pluginoutput\/.*/,ensureAuthenticated,function(req,res){ + ...
some improvements on artifact downloading - plugin framework - Former-commit-id: b<I>bc4a0a<I>ae<I>de1aa<I>d<I>fe9cee<I>fd
webgme_webgme-engine
train
6a5e19f2df0f02585b1f6d3f2cb3f85bcab0cee9
diff --git a/lib/Cisco.php b/lib/Cisco.php index <HASH>..<HASH> 100755 --- a/lib/Cisco.php +++ b/lib/Cisco.php @@ -173,7 +173,7 @@ class Cisco $invlines = explode("\r\n", $show_inventory); foreach ($invlines as $line) { // LEGACY PERL CODE: $x =~ /^\s*PID:\s(\S+).*SN:\s+(\S+)\s*$/; - ...
Update Cisco.php Modified inventory-to-model detection to remove commas at end
metaclassing_utility
train
2f3d6f8dff7d50fb1e60b90cbb3245dfec2fd4f6
diff --git a/test/parsing.js b/test/parsing.js index <HASH>..<HASH> 100644 --- a/test/parsing.js +++ b/test/parsing.js @@ -31,5 +31,11 @@ describe('Book parsing', function () { it('should correctly parse the languages', function() { assert.equal(book2.books.length, 2); + + assert.equal(book2.book...
Improve test for parsing multilanguages books
GitbookIO_gitbook
train
fdf18029689b548d0c14039f2cedf5501667661f
diff --git a/scripts/benchmark.js b/scripts/benchmark.js index <HASH>..<HASH> 100755 --- a/scripts/benchmark.js +++ b/scripts/benchmark.js @@ -1,4 +1,5 @@ #!/usr/bin/env node +Error.stackTraceLimit = Infinity; const uglify = require('uglify-js'); const Table = require('cli-table'); @@ -10,7 +11,9 @@ const zlib ...
update to run in babel 6
babel_minify
train
2d0799ac7f507c5592c8dc8a7715b2064989c9d1
diff --git a/Auth/OpenID/MySQLStore.php b/Auth/OpenID/MySQLStore.php index <HASH>..<HASH> 100644 --- a/Auth/OpenID/MySQLStore.php +++ b/Auth/OpenID/MySQLStore.php @@ -28,7 +28,7 @@ class Auth_OpenID_MySQLStore extends Auth_OpenID_SQLStore { " timestamp INTEGER,\n". " salt CHAR(40),\n". ...
[project @ Use ENGINE=InnoDB instead of TYPE=InnoDB, which is deprecated in current versions of MySQL]
openid_php-openid
train
fcb56d03d8e21419c84b88f112d24103685b907e
diff --git a/commands/review/post/command.go b/commands/review/post/command.go index <HASH>..<HASH> 100644 --- a/commands/review/post/command.go +++ b/commands/review/post/command.go @@ -31,10 +31,10 @@ import ( var Command = &gocli.Command{ UsageLine: ` - post [-update=RRID] [-fixes=RRID] [-open] [REVISION] + p...
review post: Add -reviewer flag This flag can be used to specify the reviewer in case a new review request is being created. The behaviour obviously depends on the code review module being used. Change-Id: <I>fd3f<I>e4 Story-Id: SF-<I>
salsaflow_salsaflow
train
43fb39fe518347e2103d761810cb0bf859f7ac06
diff --git a/src/Screen/Contracts/Groupable.php b/src/Screen/Contracts/Groupable.php index <HASH>..<HASH> 100644 --- a/src/Screen/Contracts/Groupable.php +++ b/src/Screen/Contracts/Groupable.php @@ -19,4 +19,11 @@ interface Groupable extends Fieldable * @return Groupable */ public function setGroup(arr...
refs #<I> Fixed usage group in filter
orchidsoftware_platform
train
7519ceba9eba143e4a268c955317566910643b2f
diff --git a/cmd/juju/cloud/remove.go b/cmd/juju/cloud/remove.go index <HASH>..<HASH> 100644 --- a/cmd/juju/cloud/remove.go +++ b/cmd/juju/cloud/remove.go @@ -129,7 +129,7 @@ func (c *removeCloudCommand) removeLocalCloud(ctxt *cmd.Context) error { if err := cloud.WritePersonalCloudMetadata(personalClouds); err != nil...
Normalize output for remove cloud-command This commit normalizes the output of cloud-command by replacing "from the client" with "from this client". This is congruent with the command's help text and makes it clear that it is the local client that gets affected.
juju_juju
train
a5ad6207267252def7ae1388bb325a721cc9e4a1
diff --git a/ipyrad/core/assembly.py b/ipyrad/core/assembly.py index <HASH>..<HASH> 100644 --- a/ipyrad/core/assembly.py +++ b/ipyrad/core/assembly.py @@ -1278,10 +1278,8 @@ def expander(namepath): if "~" in namepath: namepath = namepath.replace("~", os.path.expanduser("~")) if "../" in namepath: - ...
fixed expander to handle more than one ../ in paths.
dereneaton_ipyrad
train
adb231646dab7c5fe254b4f24c287582c8a35cd3
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -31,14 +31,31 @@ function algoliasearchHelper( client, index, opts ) { return new AlgoliaSearchHelper( client, index, opts ); } +/** + * The version currently used + * @member module:algoliasearchHelper.version + */ +alg...
Fix doc (wrong namepath + add missing doc of constructors)
algolia_algoliasearch-helper-js
train
1116c9d1c1cda135d79f6466318a00417c3b9335
diff --git a/src/phpFastCache/CacheManager.php b/src/phpFastCache/CacheManager.php index <HASH>..<HASH> 100644 --- a/src/phpFastCache/CacheManager.php +++ b/src/phpFastCache/CacheManager.php @@ -52,11 +52,11 @@ class CacheManager * @var array */ protected static $config = [ - 'default_chmod' => 07...
Re-ordered option in cache manager
PHPSocialNetwork_phpfastcache
train
18d7f0829ba3935538471dc40933da56ec883601
diff --git a/src/test/moment/is_valid.js b/src/test/moment/is_valid.js index <HASH>..<HASH> 100644 --- a/src/test/moment/is_valid.js +++ b/src/test/moment/is_valid.js @@ -76,6 +76,7 @@ test('string with bad month name', function (assert) { }); test('string with spaceless format', function (assert) { + assert.equ...
Added Sep/Sept parsing test
moment_moment
train
e6c53bc18ba557adb5aef811a0a68d166a989569
diff --git a/PPI/App.php b/PPI/App.php index <HASH>..<HASH> 100755 --- a/PPI/App.php +++ b/PPI/App.php @@ -302,8 +302,7 @@ class App { )); $templateLocator = new TemplateLocator($fileLocator); - - $assetsHelper = new \Symfony\Component\Templating\Helper\AssetsHelper($this->_request->getRequestUri()); + $a...
[Templating] Fixing the base path passed to the AssetsHelper
ppi_framework
train
8f0206ace5475d312049ff4e0ead61dcea161ca8
diff --git a/seed_message_sender/settings.py b/seed_message_sender/settings.py index <HASH>..<HASH> 100644 --- a/seed_message_sender/settings.py +++ b/seed_message_sender/settings.py @@ -67,6 +67,7 @@ MIDDLEWARE_CLASSES = ( 'django.contrib.auth.middleware.SessionAuthenticationMiddleware', 'django.contrib.mess...
add papertrail middleware timing logging
praekeltfoundation_seed-message-sender
train
6db474bad64af03dadda8efe20fb040a9ea61dde
diff --git a/src/sap.ui.fl/src/sap/ui/fl/write/_internal/Versions.js b/src/sap.ui.fl/src/sap/ui/fl/write/_internal/Versions.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.fl/src/sap/ui/fl/write/_internal/Versions.js +++ b/src/sap.ui.fl/src/sap/ui/fl/write/_internal/Versions.js @@ -261,6 +261,7 @@ sap.ui.define([ * ...
[INTERNAL][FIX] keep the display version to activate the right version This fixes activating only dirty changes Change-Id: Iae8b<I>b<I>e8d<I>a<I>ebf<I>b<I>b<I>b1bf<I> BCP: <I>
SAP_openui5
train
249cf051fd665caee9470b2809ee65e037e92ccb
diff --git a/promised-node-http.js b/promised-node-http.js index <HASH>..<HASH> 100644 --- a/promised-node-http.js +++ b/promised-node-http.js @@ -89,7 +89,7 @@ define(function (require) if(!def.rejected) def.reject(e); } - return deep.promise(def); + return deep.when(def); } return requester; }); \ ...
refactor deep.promise in deep.when
deepjs_autobahn
train
1ce51f429fe1d5229ffbd416599218686626485c
diff --git a/tests/TestCase/ORM/DomainRulesIntegrationTest.php b/tests/TestCase/ORM/DomainRulesIntegrationTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/ORM/DomainRulesIntegrationTest.php +++ b/tests/TestCase/ORM/DomainRulesIntegrationTest.php @@ -62,9 +62,8 @@ class DomainRulesIntegrationTest extends TestCa...
Using the error setter for domain rules in the tests
cakephp_cakephp
train
fb3c4a6dcf419155678892f13724eb331180124c
diff --git a/tests/test_blackrock.py b/tests/test_blackrock.py index <HASH>..<HASH> 100644 --- a/tests/test_blackrock.py +++ b/tests/test_blackrock.py @@ -5,6 +5,7 @@ def test_blackwing_corruptor(): game = prepare_game() game.player1.discard_hand() blackwing1 = game.player1.give("BRM_034") + assert not blackwing1...
Add powered_up assertions to various tests
jleclanche_fireplace
train
4c1bb9dc76f715c4106c21c3803ac7db43fd5f33
diff --git a/openquake/hazardlib/gsim/douglas_stochastic_2013.py b/openquake/hazardlib/gsim/douglas_stochastic_2013.py index <HASH>..<HASH> 100644 --- a/openquake/hazardlib/gsim/douglas_stochastic_2013.py +++ b/openquake/hazardlib/gsim/douglas_stochastic_2013.py @@ -17,7 +17,7 @@ # along with OpenQuake. If not, see <h...
Adds reference velocity to Douglas (<I>) GMPEs
gem_oq-engine
train
33851d07626e5800d18e2c213145b86664515884
diff --git a/Controller/CRUDController.php b/Controller/CRUDController.php index <HASH>..<HASH> 100644 --- a/Controller/CRUDController.php +++ b/Controller/CRUDController.php @@ -104,7 +104,7 @@ class CRUDController extends Controller $rootAdmin->setRequest($request); if ($request->get('uniqid')) { ...
Fix regression with uniqid
sonata-project_SonataAdminBundle
train
37ca9bb4eb9454b5633ca5ed08ace1a0ef38ecc5
diff --git a/gxa/src/main/java/uk/ac/ebi/atlas/experimentpage/baseline/download/ProteomicsBaselineExperimentDownloadController.java b/gxa/src/main/java/uk/ac/ebi/atlas/experimentpage/baseline/download/ProteomicsBaselineExperimentDownloadController.java index <HASH>..<HASH> 100644 --- a/gxa/src/main/java/uk/ac/ebi/atlas...
Forgot to include this in 3b<I>d<I>da<I>de<I>d<I>f<I>ab4ba<I>b (cherry picked from commit f2ccd<I>)
ebi-gene-expression-group_atlas
train
8e675b1c6e500f6154343a18edc408b13c6d0585
diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index <HASH>..<HASH> 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -79,25 +79,25 @@ var webpackConfig = merge(baseWebpackConfig, { chunksSortMode: 'dependency' }), // split vendor js into its own file - ...
Disable code splitting for docs
rei_rei-cedar
train
fa3163a973bb495dae4ef4ed551654ba693436f2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,18 @@ from setuptools import find_packages import weka +CURRENT_DIR = os.path.abspath(os.path.dirname(__file__)) + +def get_reqs(*fns): + lst = [] + for fn in fns: + for package in open(os.path.join(C...
Fixed setup.py to include required dependencies.
chrisspen_weka
train
e12b4923e6ffe1ef1c5d759943344199dd88dd90
diff --git a/rules/es6.js b/rules/es6.js index <HASH>..<HASH> 100644 --- a/rules/es6.js +++ b/rules/es6.js @@ -34,7 +34,7 @@ module.exports = { ignoreReadBeforeAssign: true, } ], 'prefer-destructuring': [ 'error', { - array: true, + array: false, object: true, }, { enforceF...
turn off prefer-destructuring for arrays
riophae_eslint-config-riophae
train
d9f1df0ecfd0b6fcc4a0c890422769e7e837a8c4
diff --git a/cmd/influxd/run/command.go b/cmd/influxd/run/command.go index <HASH>..<HASH> 100644 --- a/cmd/influxd/run/command.go +++ b/cmd/influxd/run/command.go @@ -14,7 +14,6 @@ import ( "time" "github.com/BurntSushi/toml" - "github.com/influxdata/influxdb" ) const logo = ` @@ -95,13 +94,8 @@ func (cmd *Co...
sane cluster starting with join args
influxdata_influxdb
train
f9289cd7ac17b35f28184f25fdc9204189fd480a
diff --git a/packages/ember-runtime/lib/compare.js b/packages/ember-runtime/lib/compare.js index <HASH>..<HASH> 100644 --- a/packages/ember-runtime/lib/compare.js +++ b/packages/ember-runtime/lib/compare.js @@ -109,7 +109,18 @@ export default function compare(v, w) { return spaceship(v, w); case 'string':...
[BUGFIX canary] Update Ember.compare to use operators instead of String#localeCompare There are edge cases where String#localeCompare behaves unexpectedly, so, we'll use relational operators instead to compare Strings. Closes #<I>
emberjs_ember.js
train
ce473897a30e05ab20284b9c4fd3dc1d8664d1fc
diff --git a/brozzler/__init__.py b/brozzler/__init__.py index <HASH>..<HASH> 100644 --- a/brozzler/__init__.py +++ b/brozzler/__init__.py @@ -258,7 +258,7 @@ def jinja2_environment(behaviors_dir=None): 'js-templates')) else: _loader=jinj...
Disable Jinja2 template auto_reload for higher performance Every time we run a JS behavior, we load a Jinja2 template. By default, Jinja2 has option `auto_reload=True`. This mean that every time a template is requested the loader checks if the source file changed and if yes, it will reload the template. For higher per...
internetarchive_brozzler
train
b7078069c591a4e727d8735b0b262e20eb00a7a0
diff --git a/packages/jss/.size-snapshot.json b/packages/jss/.size-snapshot.json index <HASH>..<HASH> 100644 --- a/packages/jss/.size-snapshot.json +++ b/packages/jss/.size-snapshot.json @@ -1,30 +1,30 @@ { "dist/jss.js": { - "bundled": 61836, - "minified": 22817, - "gzipped": 6879 + "bundled": 61869, +...
Fix multiple .addRule calls with font-face (#<I>) * Fix multiple @font-face * keep key as a uniq identifier, use this.at for serialization * no need for extraction into separate functions
cssinjs_jss
train
6c2830fca01a6c95c6bba6fae3db0416f45d247e
diff --git a/Swat/SwatTreeFlydown.php b/Swat/SwatTreeFlydown.php index <HASH>..<HASH> 100644 --- a/Swat/SwatTreeFlydown.php +++ b/Swat/SwatTreeFlydown.php @@ -51,10 +51,12 @@ class SwatTreeFlydown extends SwatFlydown if (!$this->visible) return; - // temporarily encode the path into the value for parent::disp...
- Fix option generation in flatten nodes to use the path - Don't attempt to flatten the path to a string. SwatFlydown will properly encode array types so use them everywhere. - Updated docs. svn commit r<I>
silverorange_swat
train
099b608dac9f53db15b3bec13433cbaea5926711
diff --git a/src/base.js b/src/base.js index <HASH>..<HASH> 100644 --- a/src/base.js +++ b/src/base.js @@ -23,9 +23,9 @@ define( "type": "any", "required": false, "repeating": true - }], - "implementation": superConstructor - }) + }] + }), + superConstructor ); Base.method( @@ -...
update method signatures to new method api signature (options, implementation)
bob-gray_solv
train
8a65d4b6ff118febebfe2c2fedf034935d3786bf
diff --git a/lib/suby.rb b/lib/suby.rb index <HASH>..<HASH> 100644 --- a/lib/suby.rb +++ b/lib/suby.rb @@ -1,10 +1,10 @@ +gem 'rubyzip2' +require 'zip' + require_relative 'suby/filename_parser' require_relative 'suby/downloader' require_relative 'suby/interface' -gem 'rubyzip2' -require 'zip' - module Suby Not...
reorder require: external before internal
eregon_suby
train
64f3eb130d83a579680d90fd67652d2b39ffbc4e
diff --git a/Cake/Test/TestCase/Database/QueryTest.php b/Cake/Test/TestCase/Database/QueryTest.php index <HASH>..<HASH> 100644 --- a/Cake/Test/TestCase/Database/QueryTest.php +++ b/Cake/Test/TestCase/Database/QueryTest.php @@ -1953,10 +1953,29 @@ class QueryTest extends TestCase { $this->assertContains('SELECT', $sq...
Unit testing append when combined with insert
cakephp_cakephp
train
47db62bf8dc380d31f1c106a2cb39b18b7cbf36f
diff --git a/ci/ci_build.rb b/ci/ci_build.rb index <HASH>..<HASH> 100755 --- a/ci/ci_build.rb +++ b/ci/ci_build.rb @@ -119,9 +119,8 @@ puts "[CruiseControl] #{`mysql --version`}" puts "[CruiseControl] #{`pg_config --version`}" puts "[CruiseControl] SQLite3: #{`sqlite3 -version`}" `gem env`.each_line {|line| pr...
CI: show bundled gems
rails_rails
train
2fa62cb419ac2c95a6ca88c9304d03bd13080ac6
diff --git a/core/src/main/java/com/redhat/lightblue/client/Query.java b/core/src/main/java/com/redhat/lightblue/client/Query.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/redhat/lightblue/client/Query.java +++ b/core/src/main/java/com/redhat/lightblue/client/Query.java @@ -186,8 +186,8 @@ public class ...
Cleaned up case insensitive APIs
lightblue-platform_lightblue-client
train
6d30a524c9f016df28a0897cf9e00c0c2cc08cfc
diff --git a/push/src/main/java/org/jboss/aerogear/unifiedpush/message/sender/GCMPushNotificationSender.java b/push/src/main/java/org/jboss/aerogear/unifiedpush/message/sender/GCMPushNotificationSender.java index <HASH>..<HASH> 100644 --- a/push/src/main/java/org/jboss/aerogear/unifiedpush/message/sender/GCMPushNotific...
small logging improvements as suggested by dbevenius
aerogear_aerogear-unifiedpush-server
train