hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
74e174b6bee0f492b2ae074efd5b0dc4fd8fab9c
diff --git a/lib/mongoid/relations/many.rb b/lib/mongoid/relations/many.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/relations/many.rb +++ b/lib/mongoid/relations/many.rb @@ -42,9 +42,9 @@ module Mongoid #:nodoc: # @return [ Document ] The new document. def build(attributes = {}, type = nil, &block) ...
Append documents after identifying them on build or create. Fixes #<I>.
mongodb_mongoid
train
590a0f6214dcc23087c8968b6bc9be5ba61836a9
diff --git a/lib/auto.js b/lib/auto.js index <HASH>..<HASH> 100644 --- a/lib/auto.js +++ b/lib/auto.js @@ -137,7 +137,8 @@ export default function (tasks, concurrency, callback) { arrayEach(dependencies, function (dependencyName) { if (!tasks[dependencyName]) { throw new Error('as...
Print the name of the actual missing dependency in `async.auto`
caolan_async
train
d9893ce5dad18e19a79a67c46123691d6c4ed4ee
diff --git a/pytplot/AncillaryPlots/position_mars_3d.py b/pytplot/AncillaryPlots/position_mars_3d.py index <HASH>..<HASH> 100644 --- a/pytplot/AncillaryPlots/position_mars_3d.py +++ b/pytplot/AncillaryPlots/position_mars_3d.py @@ -28,6 +28,7 @@ def position_mars_3d(temp=None): spacecraft_x = 0 spacecr...
Adding orbit paths to the 3D window
MAVENSDC_PyTplot
train
def141f379f4c7ca93343832504224453d6cf632
diff --git a/src/main/java/com/basho/riak/client/core/PBStreamingFutureOperation.java b/src/main/java/com/basho/riak/client/core/PBStreamingFutureOperation.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/basho/riak/client/core/PBStreamingFutureOperation.java +++ b/src/main/java/com/basho/riak/client/core/PBStr...
Avoid useless queue creation in PBStreamingFutureOperation
basho_riak-java-client
train
55fec94592920d8696349fd2956039e87cc53bc7
diff --git a/resolver-dns/src/main/java/io/netty/resolver/dns/DnsNameResolver.java b/resolver-dns/src/main/java/io/netty/resolver/dns/DnsNameResolver.java index <HASH>..<HASH> 100644 --- a/resolver-dns/src/main/java/io/netty/resolver/dns/DnsNameResolver.java +++ b/resolver-dns/src/main/java/io/netty/resolver/dns/DnsNam...
Also clear the authoritativeDnsServerCache when closing the Channel. (#<I>) Motivation: At the moment we only clear the resolveCache when the Channel is closed. We should also do the same for the authoritativeDnsServerCache. Modifications: Add authoritativeDnsServerCache.clear() to the Channel closeFuture. ...
netty_netty
train
b0df1b6eae5fc25ef217ca27d909d6ed9a09450a
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -474,6 +474,7 @@ function buildMarkdownDoc(docItem, grunt) { return mergeMixinDocs(json, grunt) }) .then(function(json) { + //console.dir(json); return parseJSONToMarkdown(json, grunt); })...
Merge mixin documentation into class doc by modifying the order field of mixin items and changing their memberof fields to the host class id.
basic-web-components_basic-web-components
train
187cc2281021ba2b98a82cdc04ed2b7286237575
diff --git a/diff/diff_test.go b/diff/diff_test.go index <HASH>..<HASH> 100644 --- a/diff/diff_test.go +++ b/diff/diff_test.go @@ -37,14 +37,14 @@ func TestDiff(t *testing.T) { // add column (after) { Before: "CREATE TABLE `fuga` ( `id` INTEGER NOT NULL );", - After: "CREATE TABLE `fuga` ( `id` INTEGER NOT...
Changed "ADD COLUMN" test cases.
schemalex_schemalex
train
e9204a26843be6b0051e8355227c8dbf0f5712d5
diff --git a/geotext/geotext.py b/geotext/geotext.py index <HASH>..<HASH> 100755 --- a/geotext/geotext.py +++ b/geotext/geotext.py @@ -103,8 +103,10 @@ class GeoText(object): index = build_index() def __init__(self, text): - city_regex = r"[A-Z]+[a-zà-ú]*(?:[ '-][A-Z]+[a-zà-ú]*)*" + city_regex...
Improving regex to find all brazilians capital cities.
elyase_geotext
train
dbe3ed668c604926678faa9251af9149a5ec06a5
diff --git a/test/object_test.rb b/test/object_test.rb index <HASH>..<HASH> 100644 --- a/test/object_test.rb +++ b/test/object_test.rb @@ -30,14 +30,14 @@ context "Rugged::Object stuff" do assert obj.read_raw end - test "can lookup an object by refspec" do + test "can lookup an object by revision string" do...
we're not testing lookups by refspec
libgit2_rugged
train
a7592b18c5daf0e09efab7735758b41044d05ad2
diff --git a/hazelcast/src/test/java/com/hazelcast/instance/impl/HazelcastInstanceFactoryTest.java b/hazelcast/src/test/java/com/hazelcast/instance/impl/HazelcastInstanceFactoryTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/instance/impl/HazelcastInstanceFactoryTest.java +++ b/hazelca...
Fix failing test (#<I>)
hazelcast_hazelcast
train
301232e0a6bdc29de6d3eef7e06a2813e83558a1
diff --git a/config/audit.php b/config/audit.php index <HASH>..<HASH> 100644 --- a/config/audit.php +++ b/config/audit.php @@ -82,9 +82,16 @@ return [ | Should Audit records be stored when the recorded old_values & new_values | are both empty? | + | Some events may be empty on purpose. Use allowed_emp...
Add whitelist in config for intentionally empty events
owen-it_laravel-auditing
train
64fc6944c1b1a37b90a171f6faffcbc6cd2e5cdd
diff --git a/example/basic_example.py b/example/basic_example.py index <HASH>..<HASH> 100644 --- a/example/basic_example.py +++ b/example/basic_example.py @@ -61,6 +61,7 @@ def read_weather_data(filename, datetime_column='Unnamed: 0', # Read weather data from csv weather = read_weather_data('weather.csv') +weather....
Change index name of weather DataFrame in basic_example
wind-python_windpowerlib
train
ed721db324ac9543950e9672caba02f04a03c706
diff --git a/charmhelpers/core/host.py b/charmhelpers/core/host.py index <HASH>..<HASH> 100644 --- a/charmhelpers/core/host.py +++ b/charmhelpers/core/host.py @@ -348,13 +348,21 @@ def chdir(d): os.chdir(cur) -def chownr(path, owner, group): +def chownr(path, owner, group, follow_links=True): uid = pw...
Create hosts.lchownr() as a variant that doesn't follow links lchownr() will walk the path without following links on the walk() and will use os.lchown() to change owner/group on the link itself.
juju_charm-helpers
train
f16c2a3895242fd6c353633810c61fc4ee5067de
diff --git a/cobald/utility/concurrent/asyncio_runner.py b/cobald/utility/concurrent/asyncio_runner.py index <HASH>..<HASH> 100644 --- a/cobald/utility/concurrent/asyncio_runner.py +++ b/cobald/utility/concurrent/asyncio_runner.py @@ -6,11 +6,14 @@ from .base_runner import CoroutineRunner class AsyncioRunner(Coroutine...
asyncio runner shuts down event loop on stopping
MatterMiners_cobald
train
0d3e8700255d7582bd0a444700f793b381139dc7
diff --git a/lib/httparty/request.rb b/lib/httparty/request.rb index <HASH>..<HASH> 100644 --- a/lib/httparty/request.rb +++ b/lib/httparty/request.rb @@ -277,7 +277,7 @@ module HTTParty capture_cookies(last_response) perform(&block) else - body = body || last_response.body + body...
Mitigates Style/SelfAssignment
jnunemaker_httparty
train
0baad61d0aa567a6811ac242ffe399c9d1ee0b28
diff --git a/moco-runner/src/main/java/com/github/dreamhead/moco/bootstrap/arg/SocketArgs.java b/moco-runner/src/main/java/com/github/dreamhead/moco/bootstrap/arg/SocketArgs.java index <HASH>..<HASH> 100644 --- a/moco-runner/src/main/java/com/github/dreamhead/moco/bootstrap/arg/SocketArgs.java +++ b/moco-runner/src/mai...
made socket args constructor private
dreamhead_moco
train
ac0d3942fd00734046f0030d3168a05c6d6348fb
diff --git a/salt/log.py b/salt/log.py index <HASH>..<HASH> 100644 --- a/salt/log.py +++ b/salt/log.py @@ -18,11 +18,12 @@ TRACE = logging.TRACE = 5 GARBAGE = logging.GARBAGE = 1 LOG_LEVELS = { + 'all': logging.NOTSET, 'debug': logging.DEBUG, 'error': logging.ERROR, 'garbage': GARBAGE, 'info'...
Fix the logging level errors introduced in the previous cosmetic commit.
saltstack_salt
train
2fb21c7e610044f427fa144bc13dbd978eec643b
diff --git a/install/lang/da_utf8/installer.php b/install/lang/da_utf8/installer.php index <HASH>..<HASH> 100644 --- a/install/lang/da_utf8/installer.php +++ b/install/lang/da_utf8/installer.php @@ -160,14 +160,14 @@ $string['memorylimithelp'] = '<p>Mængden af hukommelse som PHP kan bruge er sat <p>Dette kan forårsa...
Automatic installer.php lang files by installer_builder (<I>)
moodle_moodle
train
c4924cf2ca915f760126904b5db17af549508b61
diff --git a/examples/mixed.py b/examples/mixed.py index <HASH>..<HASH> 100644 --- a/examples/mixed.py +++ b/examples/mixed.py @@ -3,7 +3,7 @@ import inquirer if __name__ == '__main__': questions = [ - inquirer.Text('user', message='Please enter your github username'), + inquirer.Text('user', mess...
Fixing a problem with the status bar
magmax_python-inquirer
train
0cfdde6921b96c8977fc03ea4e2af207b08c087c
diff --git a/test/helper.rb b/test/helper.rb index <HASH>..<HASH> 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -1,9 +1,6 @@ $VERBOSE = true -unless Object.const_defined? 'Slop' - $:.unshift File.expand_path('../../lib', __FILE__) - require 'slop' -end +require 'slop' require 'minitest/autorun' require '...
dont push lib into load path in test helper
leejarvis_slop
train
c3a1d958c0b73a24532b5e8070cba19f336b5a25
diff --git a/src/scripts/upload/upload.js b/src/scripts/upload/upload.js index <HASH>..<HASH> 100644 --- a/src/scripts/upload/upload.js +++ b/src/scripts/upload/upload.js @@ -42,8 +42,8 @@ export default { * updated at the start and end of every file or * folder upload request and an error callback. *...
Move progress count into upload.js to reduce number of arguments
OpenNeuroOrg_openneuro
train
2ede7df457ff70bfa589468cd735c265170d17e4
diff --git a/structr-rest/src/main/java/org/structr/rest/servlet/JsonRestServlet.java b/structr-rest/src/main/java/org/structr/rest/servlet/JsonRestServlet.java index <HASH>..<HASH> 100644 --- a/structr-rest/src/main/java/org/structr/rest/servlet/JsonRestServlet.java +++ b/structr-rest/src/main/java/org/structr/rest/se...
added stacktrace for hard to debug error
structr_structr
train
5b68b0dca47a5f39dc71183e81d0254ba507f4fc
diff --git a/client/html/src/Client/Html/Catalog/Detail/Standard.php b/client/html/src/Client/Html/Catalog/Detail/Standard.php index <HASH>..<HASH> 100644 --- a/client/html/src/Client/Html/Catalog/Detail/Standard.php +++ b/client/html/src/Client/Html/Catalog/Detail/Standard.php @@ -104,9 +104,17 @@ class Standard */...
Don't log errors if no product ID is passed in the detail view
aimeos_ai-client-html
train
8b2ff6c3889e0c23dceef4b10a1b1de58e463cb9
diff --git a/plugin/file/lookup.go b/plugin/file/lookup.go index <HASH>..<HASH> 100644 --- a/plugin/file/lookup.go +++ b/plugin/file/lookup.go @@ -171,7 +171,12 @@ func (z *Zone) Lookup(ctx context.Context, state request.Request, qname string) return z.externalLookup(ctx, state, elem, rrs) } - rrs := elem.Ty...
make copies of RRs before returning them (#<I>)
coredns_coredns
train
87c9b2b53b0c9313cfef184837734e740b4a230a
diff --git a/src/layers/core/path-layer/path-layer-vertex-64.glsl.js b/src/layers/core/path-layer/path-layer-vertex-64.glsl.js index <HASH>..<HASH> 100644 --- a/src/layers/core/path-layer/path-layer-vertex-64.glsl.js +++ b/src/layers/core/path-layer/path-layer-vertex-64.glsl.js @@ -63,20 +63,22 @@ vec3 lineJoin(vec2 pr...
Fix the fluctuation of the end cap for path layer <I>bit (#<I>) * Fix the fluctuation of the end cap for path layer <I>bit * address comments
uber_deck.gl
train
904bf6b72c1f7a74d86ae75eb1f0204dcbe563fc
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -75,11 +75,12 @@ function getTestWebpackConfig() { // I can't think of a more appropriate name that matches the file naming convention... meh... var testUtilsRegex = /test\.utils\.js/; - test...
Various clean-up stuff and hopefully a build fix (finally)
formly-js_angular-formly
train
d6883c006bc56d6567062b2332c77744f4b98176
diff --git a/src/com/google/javascript/rhino/Node.java b/src/com/google/javascript/rhino/Node.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/rhino/Node.java +++ b/src/com/google/javascript/rhino/Node.java @@ -2624,7 +2624,7 @@ public class Node implements Serializable { * This should only be calle...
Include the node itself in the error message when trying to call setQuotedString on a non-string node, so the error is clearer. ------------- Created by MOE: <URL>
google_closure-compiler
train
a63cd3e622891eace7b43f234833fd5097a415d5
diff --git a/src/FrontController.php b/src/FrontController.php index <HASH>..<HASH> 100644 --- a/src/FrontController.php +++ b/src/FrontController.php @@ -138,7 +138,8 @@ class FrontController $this->obClean = true; $this->obContent = ''; - $this->httpErrorRoute = new Route('presenters/generi...
Better default current httpErrorRoute supposes using my directory structure but can be overwritten in bootstrap.
RobinDumontChaponet_TransitiveCore
train
5fdb5080d07ced7d6f296e1a9943431d4b7b209c
diff --git a/openpnm/network/Bravais.py b/openpnm/network/Bravais.py index <HASH>..<HASH> 100644 --- a/openpnm/network/Bravais.py +++ b/openpnm/network/Bravais.py @@ -95,7 +95,7 @@ class Bravais(GenericNetwork): self['throat.corner_to_face'] = False self['throat.corner_to_face'][Ts] = True ...
Changing error type to make pytest happy
PMEAL_OpenPNM
train
1d041cdb410c1ea9f77f65b4326f7b5bd668e835
diff --git a/tests/job_unittest.py b/tests/job_unittest.py index <HASH>..<HASH> 100644 --- a/tests/job_unittest.py +++ b/tests/job_unittest.py @@ -285,6 +285,9 @@ class JobTestCase(unittest.TestCase): job1 = Job({}) job2 = Job({}) + self.assertTrue(job1.job_id is not None) + self.asser...
added None check to job_id test Former-commit-id: <I>d<I>efb<I>c<I>c1a<I>a8c<I>be1b8c4
gem_oq-engine
train
152e7798cf45db15c06db65092bbce668955d90c
diff --git a/config/initializers/balanced.rb b/config/initializers/balanced.rb index <HASH>..<HASH> 100644 --- a/config/initializers/balanced.rb +++ b/config/initializers/balanced.rb @@ -1,8 +1,2 @@ -# Prevents "PG::UndefinedTable: ERROR: relation 'configurations' does not exist" -# on server initialization when runni...
Remove conditional for configuration from initializer
FromUte_dune-balanced
train
ae859ddc799d7e6745b5838eceea34ce76cb556a
diff --git a/lib/i18n/backend/base.rb b/lib/i18n/backend/base.rb index <HASH>..<HASH> 100644 --- a/lib/i18n/backend/base.rb +++ b/lib/i18n/backend/base.rb @@ -151,13 +151,15 @@ module I18n # # interpolate "file %{file} opened by %%{user}", :file => 'test.txt', :user => 'Mr. X' # # => "fil...
Refactor interpolation method Suggested by @clemens
ruby-i18n_i18n
train
96bb7b3ee3fc5e5555f0c43edcb0e0f3c0993e07
diff --git a/ccxt.js b/ccxt.js index <HASH>..<HASH> 100644 --- a/ccxt.js +++ b/ccxt.js @@ -12612,6 +12612,10 @@ var poloniex = { }; }, + async fetchMyOpenOrders (market = undefined, params = {}) { + throw new ExchangeError (this.id + ' fetchMyOpenOrders not implemented yet') + }, + asy...
added fetchMyOpenOrders to poloniex, removed btce from tests
ccxt_ccxt
train
5fe229b657521d8f19099b054849d1bb42b537ef
diff --git a/loggers/FileLogger.php b/loggers/FileLogger.php index <HASH>..<HASH> 100644 --- a/loggers/FileLogger.php +++ b/loggers/FileLogger.php @@ -7,6 +7,15 @@ use mpf\WebApp; class FileLogger extends Logger{ + public $visibleLevels = array( + Levels::EMERGENCY, + Levels::CRITICAL, + Le...
Removed debug from logs. Logs are now appended to old file.
mpf-soft_mpf
train
0d6bca70f861dad74f9461dc08ef322f6210fb09
diff --git a/test/counter_test.rb b/test/counter_test.rb index <HASH>..<HASH> 100644 --- a/test/counter_test.rb +++ b/test/counter_test.rb @@ -6,19 +6,19 @@ class CounterTest < Test::Unit::TestCase @user = User.create @box = Box.create end - + def test_default_counter_value assert_equal 0, @user....
Make Ruby work with <I>.
cedric_custom_counter_cache
train
56e518478cedc09c36d4ef2a17f88e7db5fdf5ec
diff --git a/helpers/config.go b/helpers/config.go index <HASH>..<HASH> 100644 --- a/helpers/config.go +++ b/helpers/config.go @@ -22,6 +22,8 @@ type Config struct { ExistingUser string `json:"existing_user"` ExistingUserPassword string `json:"existing_user_password"` + ConfigurableTestPassword string `js...
let regularUserPassword be configurable This will allow users who have a password policy on CF to set a password which complies. The default is still meow.
cloudfoundry-incubator_cf-test-helpers
train
7457d55ab0166414620603b3f1ff6ccaa3fe930c
diff --git a/src/kahlan/reporter/Terminal.php b/src/kahlan/reporter/Terminal.php index <HASH>..<HASH> 100644 --- a/src/kahlan/reporter/Terminal.php +++ b/src/kahlan/reporter/Terminal.php @@ -15,6 +15,25 @@ use kahlan\analysis\Debugger; class Terminal extends Reporter { /** + * Output stream, STDOUT + * + * @var...
The Terminal reporter now use output stream as SDTOUT.
kahlan_kahlan
train
e8a081278d46ef4b82db8f0fb12d33227a1ef0d4
diff --git a/O365/attachment.py b/O365/attachment.py index <HASH>..<HASH> 100644 --- a/O365/attachment.py +++ b/O365/attachment.py @@ -145,7 +145,7 @@ class Attachment( object ): def setByteString(self,val): '''Sets the file for this attachment from a byte string.''' try: - self.json['ContentBytes'] = base64....
Fixed attachments so that they can work with python3 as well as python2. This should polish off python-o<I> for now. I'm pushing it into beta and will wait for users to report issues.
O365_python-o365
train
e44d0cfca252a08108d929f2694d19f4efc4a481
diff --git a/matchers/image.go b/matchers/image.go index <HASH>..<HASH> 100644 --- a/matchers/image.go +++ b/matchers/image.go @@ -76,18 +76,18 @@ func Webp(buf []byte) bool { } func CR2(buf []byte) bool { - return len(buf) > 9 && - ((buf[0] == 0x49 && buf[1] == 0x49 && buf[2] == 0x2A && buf[3] == 0x0) || - (buf...
Better differentiation: between image/x-canon-cr2 and image/tiff
h2non_filetype
train
9d9c5edfb996ad2a7c535c0b54030512962bda21
diff --git a/src/commands/handlers/messaging.js b/src/commands/handlers/messaging.js index <HASH>..<HASH> 100644 --- a/src/commands/handlers/messaging.js +++ b/src/commands/handlers/messaging.js @@ -68,9 +68,9 @@ var handlers = { if (prefix.symbol === target[0]) { target_group = target[0];...
Correctly searching through prefixes for message group targets
kiwiirc_irc-framework
train
2d2b18572e0cb22a8f890777954a937a5d2dbc9f
diff --git a/src/Memcached.php b/src/Memcached.php index <HASH>..<HASH> 100644 --- a/src/Memcached.php +++ b/src/Memcached.php @@ -15,7 +15,7 @@ class Memcached implements CacheInterface { $address = parse_url('//' . ltrim($address, '/')); if (!$address) { $address = []; } - $address = arr...
fixed memcached addressing error
vakata_cache
train
8dbd53e02bd0d22e2301859f14e9a8a2d620f444
diff --git a/tests/DoctrineModuleTest/Validator/NoObjectExistsTest.php b/tests/DoctrineModuleTest/Validator/NoObjectExistsTest.php index <HASH>..<HASH> 100644 --- a/tests/DoctrineModuleTest/Validator/NoObjectExistsTest.php +++ b/tests/DoctrineModuleTest/Validator/NoObjectExistsTest.php @@ -59,4 +59,27 @@ class NoObject...
Add tests; Format for phpcs
doctrine_DoctrineModule
train
dc4157c921800d66a24e0b1c95ccb5c17f03895b
diff --git a/mungers/stale-pending-ci.go b/mungers/stale-pending-ci.go index <HASH>..<HASH> 100644 --- a/mungers/stale-pending-ci.go +++ b/mungers/stale-pending-ci.go @@ -126,5 +126,8 @@ func (s *StalePendingCI) isStaleComment(obj *github.MungeObject, comment *github // StaleComments returns a slice of stale comment...
Make stale-pending-ci not segfault when cleaning comments while disabled.
kubernetes_test-infra
train
1965a503d9b22e6939748b0352d579a1e3d1fe89
diff --git a/src/Middleware/PageSpeed.php b/src/Middleware/PageSpeed.php index <HASH>..<HASH> 100644 --- a/src/Middleware/PageSpeed.php +++ b/src/Middleware/PageSpeed.php @@ -92,4 +92,43 @@ abstract class PageSpeed return true; } + + /** + * Match all occurrences of the html tags given + * + ...
Fix remove comments middleware to stop removing js and css comments characters at html context
renatomarinho_laravel-page-speed
train
cb00bd68cd7a6871d1718a8441f009664b55295b
diff --git a/smuggler/utils.py b/smuggler/utils.py index <HASH>..<HASH> 100644 --- a/smuggler/utils.py +++ b/smuggler/utils.py @@ -7,7 +7,6 @@ # Software Foundation. See the file README for copying conditions. import os -import sys from django.core import serializers from django.core.management import CommandErro...
Test load failure, simplified transaction manager for future compat
semente_django-smuggler
train
b5223eefdf7f81c8d55bccaf7a99936381e31225
diff --git a/atlasapi/__init__.py b/atlasapi/__init__.py index <HASH>..<HASH> 100644 --- a/atlasapi/__init__.py +++ b/atlasapi/__init__.py @@ -15,4 +15,4 @@ # __init__.py # Version of the realpython-reader package -__version__ = "0.12.3" \ No newline at end of file +__version__ = "0.12.4" \ No newline at end of fil...
Develop (#<I>) * completed #<I> * Fixed bug with snapshot validation, and added additional checks.
mickybart_python-atlasapi
train
047a7fc1c528de784078054d20b225fb75b7cbdf
diff --git a/compiler2/boolean_compiler_test.go b/compiler2/boolean_compiler_test.go index <HASH>..<HASH> 100644 --- a/compiler2/boolean_compiler_test.go +++ b/compiler2/boolean_compiler_test.go @@ -104,6 +104,17 @@ func (s *BooleanCompilerSuite) Test_compilationOfInvalidComparison(c *C) { c.Assert(res, ErrorMatches,...
Adds pending test for top level boolean literal
twtiger_gosecco
train
1e127f5103259ba136cda9b825810062c6b28da4
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ * Allow setting the path within which Capistrano will execute whenever. [Samuel Johnson](https://github.com/javan/whenever/pull/619) +* Allow the use of string literals for month and day-of-we...
Allow literal days of week and months in raw cron syntax Last two fields of cron syntax allow days of week and months to be entered as string literals instead of numbers. Make the cron regex a little more strict so it won't match single words like 'SUN' or 'Jan' as cron and allow the list of month and day names as fo...
javan_whenever
train
1aaa2ecf288c70f903ecce19beb6ffff05312fdf
diff --git a/keep_alive_agent.js b/keep_alive_agent.js index <HASH>..<HASH> 100644 --- a/keep_alive_agent.js +++ b/keep_alive_agent.js @@ -8,6 +8,8 @@ function KeepAliveAgent(options) { options = options || {}; http.Agent.call(this, options); + this.keepAlive = true; + this.max_reqs_per_socket = opt...
ensure that the agent is marked as keepAlive
uber-node_lb_pool
train
a774329803d08306e7507e70ef306d1654aa32b1
diff --git a/pandas/tests/test_frame.py b/pandas/tests/test_frame.py index <HASH>..<HASH> 100644 --- a/pandas/tests/test_frame.py +++ b/pandas/tests/test_frame.py @@ -2518,6 +2518,36 @@ class TestDataFrame(unittest.TestCase, CheckIndexing): result = dm.cumsum() #-----------------------------------------...
TST: test coverage in DataFrame and _count_level
pandas-dev_pandas
train
e6911e14d944bb84d091c7088918243ee9eb11ab
diff --git a/fabric/connection.py b/fabric/connection.py index <HASH>..<HASH> 100644 --- a/fabric/connection.py +++ b/fabric/connection.py @@ -178,8 +178,8 @@ class Connection(Context): This parameter accepts one of the following: - another `.Connection` (for a ``ProxyJump`` style gateway); ...
Let's not, re: explicitly saying str or unicode Not cross-interpreter compatible re: sphinx links etc Also annoyingly verbose
fabric_fabric
train
584d50a41d59c0b227ddb9105372e3a7cea27cba
diff --git a/tests/tests/Workflow/WorkflowTest.php b/tests/tests/Workflow/WorkflowTest.php index <HASH>..<HASH> 100644 --- a/tests/tests/Workflow/WorkflowTest.php +++ b/tests/tests/Workflow/WorkflowTest.php @@ -85,6 +85,15 @@ class WorkflowTest extends ConcreteDatabaseTestCase $this->assertSame(123, $wf->getWo...
Test Workflow::getList() with more than one Workflow
concrete5_concrete5
train
cb847039f04ebceb9701b38f1ca5de18446d68bc
diff --git a/tests/test_table.py b/tests/test_table.py index <HASH>..<HASH> 100644 --- a/tests/test_table.py +++ b/tests/test_table.py @@ -182,7 +182,11 @@ class Test(unittest.TestCase): assert all(unzip[0] == left) assert all(unzip[1] == right) - def test_table_iteration(self): + def test_tab...
fix Row length and iteration tests
scikit-hep_awkward-array
train
102fe7faae2c8adc4e76f9c1490217d0fea80deb
diff --git a/lib/read.js b/lib/read.js index <HASH>..<HASH> 100644 --- a/lib/read.js +++ b/lib/read.js @@ -348,7 +348,7 @@ var Read = Juttle.proc.source.extend({ //ensure time is in the "time" key of each point. if (self.timeField && self.timeField !== 'time') { pt.time = pt[s...
To delete point values use delete instead of setting to undefined
juttle_juttle-sql-adapter-common
train
846a6d17bc1356201efb984e23caafff578982f4
diff --git a/sysconfig.py b/sysconfig.py index <HASH>..<HASH> 100644 --- a/sysconfig.py +++ b/sysconfig.py @@ -11,6 +11,7 @@ Email: <fdrake@acm.org> __revision__ = "$Id$" +import io import os import re import sys @@ -353,7 +354,7 @@ def _init_posix(): # load the installed pyconfig.h: try: ...
Minimal fixes to save the bootstrap on OSX.
pypa_setuptools
train
75d1677ee7ea5da429b00df20bc8e4cd06b1b122
diff --git a/structr-ui/src/main/java/org/structr/web/maintenance/deploy/ComponentImportVisitor.java b/structr-ui/src/main/java/org/structr/web/maintenance/deploy/ComponentImportVisitor.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/java/org/structr/web/maintenance/deploy/ComponentImportVisitor.java +++ b/s...
Fixes broken shared component linking after re-deployment.
structr_structr
train
0e87253cc74be47a3e18b65ad3c768f8d4a3c712
diff --git a/packages/vaex-core/vaex/expression.py b/packages/vaex-core/vaex/expression.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/expression.py +++ b/packages/vaex-core/vaex/expression.py @@ -177,6 +177,10 @@ class Expression(with_metaclass(Meta)): def __getitem__(self, slice): return s...
feat: np.abs(df.x) and abs(df.x) now works, since it calls Expression.__abs__
vaexio_vaex
train
90f4548c61d15b7add585bb49c532c65909af90f
diff --git a/colors/__init__.py b/colors/__init__.py index <HASH>..<HASH> 100644 --- a/colors/__init__.py +++ b/colors/__init__.py @@ -397,6 +397,28 @@ named_colors = { } + +# imports a gpl (gimp, inkscape) palette, given the path to file +def import_palette(path=None): + if path is None: + pass + els...
added gimp palette import feature to colors library, command is colors.import_palette(path_to_gpl_palette), and can be used several times to import different palettes
shoebot_shoebot
train
79431d1c460f8154d06d3e9090888354fd1b252b
diff --git a/cmd/influxd/launcher/launcher.go b/cmd/influxd/launcher/launcher.go index <HASH>..<HASH> 100644 --- a/cmd/influxd/launcher/launcher.go +++ b/cmd/influxd/launcher/launcher.go @@ -303,6 +303,18 @@ func launcherOpts(l *Launcher) []cli.Opt { Desc: "TLS key for HTTPs", }, { + DestP: &l.httpTLSM...
feat: allow restricting TLS version and ciphers
influxdata_influxdb
train
0dab74ecc0bafbc993b459d4e4d04067d9cf479d
diff --git a/packages/insomnia-app/app/ui/components/request-pane.js b/packages/insomnia-app/app/ui/components/request-pane.js index <HASH>..<HASH> 100644 --- a/packages/insomnia-app/app/ui/components/request-pane.js +++ b/packages/insomnia-app/app/ui/components/request-pane.js @@ -351,6 +351,7 @@ class RequestPane ext...
Allow query params to be multiline (Closes #<I>)
getinsomnia_insomnia
train
0a1184749ebd39d9e2bfb4a8df11ffe10183ac91
diff --git a/nose/test_actionAngle.py b/nose/test_actionAngle.py index <HASH>..<HASH> 100644 --- a/nose/test_actionAngle.py +++ b/nose/test_actionAngle.py @@ -1622,21 +1622,21 @@ def test_orbit_interface_spherical(): obs.wp(pot=lp,type=type), obs.wz(pot=lp,type=type)]) ...
Adjust tolerance of spherical orbit interface test because of small, irrelevant differences in km/s / (pc/Myr)
jobovy_galpy
train
1a8324b60e3e041ce520f0c59666a7c9e37bb2f5
diff --git a/main.py b/main.py index <HASH>..<HASH> 100644 --- a/main.py +++ b/main.py @@ -156,21 +156,26 @@ def get_scores(league, time): if league: league_id = LEAGUE_IDS[league] - fixtures_results = requests.get('{base_url}soccerseasons/{id}/fixtures?timeFrame=p{time}'.format( - bas...
Add check for status code before retrieving json data for get_scores method
architv_soccer-cli
train
5ebb5900471fa49c53d779f77145af22541d4e08
diff --git a/framework/db/schema/CDbColumnSchema.php b/framework/db/schema/CDbColumnSchema.php index <HASH>..<HASH> 100644 --- a/framework/db/schema/CDbColumnSchema.php +++ b/framework/db/schema/CDbColumnSchema.php @@ -74,7 +74,6 @@ class CDbColumnSchema extends CComponent */ public $comment=''; - /** * Ini...
Removed extra spare space. [ci skip]
yiisoft_yii
train
c3fe71acd9db44a7b65766c2dcedb9e6a3e62275
diff --git a/src/Response.php b/src/Response.php index <HASH>..<HASH> 100644 --- a/src/Response.php +++ b/src/Response.php @@ -400,6 +400,13 @@ class Response extends Message implements ResponseInterface } } if (!headers_sent()) { + if ($this->getHeader('Location') && + ...
now correctly setting a status code when a Location header is present
vakata_http
train
d94ee341e58933a62decb2d89b8e6fec6262ee79
diff --git a/mod/journal/lib.php b/mod/journal/lib.php index <HASH>..<HASH> 100644 --- a/mod/journal/lib.php +++ b/mod/journal/lib.php @@ -283,41 +283,11 @@ function journal_get_participants($journalid) { } // SQL FUNCTIONS /////////////////////////////////////////////////////////////////// -function supports_union...
Undoing Greg's UNION hack ... it was causing problems on Mysql 3
moodle_moodle
train
fe5d0ad5ca8e857f03b5dfef1cf94b7beb074ce5
diff --git a/docs/src/modules/components/AppNavDrawer.js b/docs/src/modules/components/AppNavDrawer.js index <HASH>..<HASH> 100644 --- a/docs/src/modules/components/AppNavDrawer.js +++ b/docs/src/modules/components/AppNavDrawer.js @@ -466,7 +466,7 @@ export default function AppNavDrawer(props) { ])} ...
[docs] Fix crash due to using wrong variable (#<I>)
mui-org_material-ui
train
4dae59d2f080d69161377c4ff1c65d7e29366654
diff --git a/src/Rapkg/Retry/Retry.php b/src/Rapkg/Retry/Retry.php index <HASH>..<HASH> 100644 --- a/src/Rapkg/Retry/Retry.php +++ b/src/Rapkg/Retry/Retry.php @@ -82,12 +82,12 @@ class Retry { if (!isset($options['retries']) || !is_int($options['retries']) || $options['retries'] <= 0) { throw...
Modified: " -> '
raframework_rapkg
train
f4f75f2e5951da9a0d828489e5c8dd8b65f6a9f5
diff --git a/src/Factory.php b/src/Factory.php index <HASH>..<HASH> 100644 --- a/src/Factory.php +++ b/src/Factory.php @@ -145,8 +145,8 @@ class Factory // -------------------------------------------------------------------------- /** - * FACTORIES - * All factories a...
Simpler helper loader in Factory
nails_common
train
46859ef5192be68ad490c07d22a58fa966c3c189
diff --git a/opbeat/processors.py b/opbeat/processors.py index <HASH>..<HASH> 100644 --- a/opbeat/processors.py +++ b/opbeat/processors.py @@ -101,7 +101,7 @@ class SanitizePasswordsProcessor(Processor): continue if isinstance(data[n], (six.binary_type,) + six.string_types): - ...
use errors='replace' in password sanitizer This ensures that we don't completely break when the request has non-utf8 data in its request data
elastic_apm-agent-python
train
434a9e7ec601b17203f46e84a61a5f2006599824
diff --git a/lib/builderator/tasks.rb b/lib/builderator/tasks.rb index <HASH>..<HASH> 100644 --- a/lib/builderator/tasks.rb +++ b/lib/builderator/tasks.rb @@ -70,7 +70,9 @@ module Builderator method_option :debug, :type => :boolean def image(profile = :default) prepare + invoke Tasks::Pa...
Invoke packer-copy after packer-build in the image task
rapid7_builderator
train
783bb7b78aeece3f4bbb9028b094bb42dc9574cf
diff --git a/geomdl/visualization/VisPlotly.py b/geomdl/visualization/VisPlotly.py index <HASH>..<HASH> 100644 --- a/geomdl/visualization/VisPlotly.py +++ b/geomdl/visualization/VisPlotly.py @@ -205,6 +205,7 @@ class VisCurve3D(Abstract.VisAbstract): showticklabels=self._config.display_axes, ...
Corrected axis aspect ratio in VisPlotly 3D figures
orbingol_NURBS-Python
train
5a011e0a616d69a34570f113cf5cd8201d3b13ec
diff --git a/spec/controllers/hyrax/file_sets_controller_spec.rb b/spec/controllers/hyrax/file_sets_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/hyrax/file_sets_controller_spec.rb +++ b/spec/controllers/hyrax/file_sets_controller_spec.rb @@ -432,7 +432,7 @@ RSpec.describe Hyrax::FileSetsControl...
Addressing deprecation warning for success? ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails <I>. Please use successful? as provided by Rack::Response::Helpers. (called from block (4 levels) in <top (required)> at ./spec/controllers/hyrax/file_sets_controller_spec.rb:<I>) ```
samvera_hyrax
train
8726984b3c0eff9005bb9ed86765deee70b204b3
diff --git a/src/test/java/org/aesh/tty/TestTerminalConnection.java b/src/test/java/org/aesh/tty/TestTerminalConnection.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/aesh/tty/TestTerminalConnection.java +++ b/src/test/java/org/aesh/tty/TestTerminalConnection.java @@ -126,14 +126,14 @@ public class TestTermin...
add longer sleep to make sure tests work on slower systems
aeshell_aesh-readline
train
a9d6f94a5055b3bc333c24693bc9220b46a49518
diff --git a/packages/perspective-viewer/src/js/row.js b/packages/perspective-viewer/src/js/row.js index <HASH>..<HASH> 100644 --- a/packages/perspective-viewer/src/js/row.js +++ b/packages/perspective-viewer/src/js/row.js @@ -152,6 +152,17 @@ class Row extends HTMLElement { } } + _set_default_aggreg...
Fix `aggregates` attribute persistent state
finos_perspective
train
957d9dbfe6babc80a629b20dd75f0958d07fef10
diff --git a/src/events.js b/src/events.js index <HASH>..<HASH> 100644 --- a/src/events.js +++ b/src/events.js @@ -66,7 +66,7 @@ export default class EventHandler { * @return {boolean} Success state * @private */ - dispatch(packet) { + dispatch(packet, rinfo) { if (!(packet instanceof Packet)) { ...
Pass remote address information from UDP Datagram socket
adzialocha_osc-js
train
8a94bc64adf3aea15c312e04a350e003bd48c8f6
diff --git a/src/Cms/CategoryController.php b/src/Cms/CategoryController.php index <HASH>..<HASH> 100644 --- a/src/Cms/CategoryController.php +++ b/src/Cms/CategoryController.php @@ -234,6 +234,10 @@ class CategoryController extends \Mmi\Mvc\Controller ->hasMessages()) { return false; ...
prevent cms category forms validation from cache
milejko_mmi-cms
train
3671bc93fbf92c23948b2286140a9732324be469
diff --git a/fabric/group.py b/fabric/group.py index <HASH>..<HASH> 100644 --- a/fabric/group.py +++ b/fabric/group.py @@ -2,7 +2,7 @@ from invoke.vendor.six.moves.queue import Queue from invoke.util import ExceptionHandlingThread -from fabric import Connection +from fabric import Connection, Result class Gro...
Implement GroupResult.(succeeded/failed)
fabric_fabric
train
f0018d359a2ad6968ad11b283283a925e017f3c9
diff --git a/src/DataCollector/GateCollector.php b/src/DataCollector/GateCollector.php index <HASH>..<HASH> 100644 --- a/src/DataCollector/GateCollector.php +++ b/src/DataCollector/GateCollector.php @@ -25,14 +25,14 @@ class GateCollector extends MessagesCollector $gate->after([$this, 'addCheck']); } - ...
Allow to use nullable user (#<I>)
barryvdh_laravel-debugbar
train
515b0a93526a3955f5f76ce6013394f87a6c904c
diff --git a/src/python/grpcio/grpc/_links/service.py b/src/python/grpcio/grpc/_links/service.py index <HASH>..<HASH> 100644 --- a/src/python/grpcio/grpc/_links/service.py +++ b/src/python/grpcio/grpc/_links/service.py @@ -44,7 +44,10 @@ from grpc.framework.interfaces.links import links @enum.unique class _Read(enum....
Service-side read without allowance This compensates for the abstraction mismatch described in issue <I>.
grpc_grpc
train
cebeaa35476cebf458072209702c927dc46d3de4
diff --git a/sync-core/src/main/java/com/cloudant/sync/datastore/DatastoreManager.java b/sync-core/src/main/java/com/cloudant/sync/datastore/DatastoreManager.java index <HASH>..<HASH> 100644 --- a/sync-core/src/main/java/com/cloudant/sync/datastore/DatastoreManager.java +++ b/sync-core/src/main/java/com/cloudant/sync/d...
Remove createDatastore overload taking name We only need one method, which takes the key provider.
cloudant_sync-android
train
3a2bf6d8e334bf34f36b7a8ff05d019bf177e366
diff --git a/odl/trafos/fourier.py b/odl/trafos/fourier.py index <HASH>..<HASH> 100644 --- a/odl/trafos/fourier.py +++ b/odl/trafos/fourier.py @@ -1322,18 +1322,21 @@ def _recip_space(space, shifts, halfcomplex, axes): recip_grid = reciprocal(space.grid, shift=shifts, halfcomplex=halfcomplex, ...
MAINT: make a partition with boundary nodes only for halfcomplex
odlgroup_odl
train
fbdf3ed3cb80a2dd37aee56d87a7d52c5cf29edb
diff --git a/ui/app/controllers/application.js b/ui/app/controllers/application.js index <HASH>..<HASH> 100644 --- a/ui/app/controllers/application.js +++ b/ui/app/controllers/application.js @@ -33,7 +33,7 @@ export default Controller.extend({ run.next(() => { throw this.get('error'); }); - } ...
Don't warn intentional errors in tests It's too noisy
hashicorp_nomad
train
719899d0fa82b3cc30710d0bdb5223a3647922a6
diff --git a/src/network/communication/broadcast/broadcast.js b/src/network/communication/broadcast/broadcast.js index <HASH>..<HASH> 100644 --- a/src/network/communication/broadcast/broadcast.js +++ b/src/network/communication/broadcast/broadcast.js @@ -38,7 +38,7 @@ class Broadcast extends AbstractBroadcast { su...
fix bug for overlay id in broadcast, now always refering to source.id
RAN3D_foglet-core
train
7b5181dcbc2b6ea4f80de508e5854dc85b4673cd
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,7 @@ module.exports = function(apps, config) { const view = this; const name = path.extname(view.name) ? view.name : view.name + view.ext; - const njkCtx = ctx._locals.njkCtx; + cons...
Fix express app.render type error TypeError: Cannot read property 'njkCtx' of undefined P.S. _locals looks like a private variable, maybe it shouldn't be used at all
pkolt_express-nunjucks
train
2810a068231653d765b73cee09dfe6fb5d1762e6
diff --git a/packages/container/lib/container.js b/packages/container/lib/container.js index <HASH>..<HASH> 100644 --- a/packages/container/lib/container.js +++ b/packages/container/lib/container.js @@ -349,7 +349,7 @@ function injectDeprecatedContainer(object, container) { get() { deprecate('Using the inje...
[FEATURE ember-container-inject-getowner] Add deprecation URL.
emberjs_ember.js
train
dc369cde87d7ef6dfb46d3b873f872ebee7d07cd
diff --git a/closure/goog/debug/debug.js b/closure/goog/debug/debug.js index <HASH>..<HASH> 100644 --- a/closure/goog/debug/debug.js +++ b/closure/goog/debug/debug.js @@ -33,6 +33,10 @@ goog.require('goog.userAgent'); goog.define('goog.debug.LOGGING_ENABLED', goog.DEBUG); +/** @define {boolean} Whether to force "s...
Add a define in advance of switching the default so we can fix downstream use cases. ------------- Created by MOE: <URL>
google_closure-library
train
74d2de17fb005623eb605f0e4c181156be1be95e
diff --git a/Library/Stubs/Generator.php b/Library/Stubs/Generator.php index <HASH>..<HASH> 100644 --- a/Library/Stubs/Generator.php +++ b/Library/Stubs/Generator.php @@ -104,10 +104,13 @@ EOF; $source .= $class->getType() . ' ' . $class->getName(); - if ($extendsClassDefinition = $class->getExtends...
Stubs\Generator - fix ns, refactoring - Fix double slashes for internal classes - Refactoring for getting extends class
phalcon_zephir
train
f53bae3ae2de92c26810e372f9d35598544ba56f
diff --git a/src/request_handlers/webelement_request_handler.js b/src/request_handlers/webelement_request_handler.js index <HASH>..<HASH> 100644 --- a/src/request_handlers/webelement_request_handler.js +++ b/src/request_handlers/webelement_request_handler.js @@ -213,11 +213,15 @@ ghostdriver.WebElementReqHand = functio...
Normalizing common character aliases for sendKeys
detro_ghostdriver
train
37ba114ca2239322718fd9994bb078c037682c33
diff --git a/src/nunja/engine.js b/src/nunja/engine.js index <HASH>..<HASH> 100644 --- a/src/nunja/engine.js +++ b/src/nunja/engine.js @@ -134,7 +134,7 @@ Engine.prototype.do_onload = function (content) { elements.forEach(function (element) { self.init_element(element); }); -}, +}; Engine.prototyp...
Eh, it was valid syntax but do make it consistent.
calmjs_nunja
train
c31e328230e009dc2f33d4c5bca3c22b53189450
diff --git a/safe_qgis/report/html_renderer.py b/safe_qgis/report/html_renderer.py index <HASH>..<HASH> 100644 --- a/safe_qgis/report/html_renderer.py +++ b/safe_qgis/report/html_renderer.py @@ -168,26 +168,28 @@ class HtmlRenderer(): self.htmlLoadedFlag = False self.webView.loadFinished.connect(self....
faster retry of the loadedFinished check also changed the slot to accept a parameter passed by the signal that indicates if the load was succesfull
inasafe_inasafe
train
27500900afc5aca70d7d81ec15c230f09b0f9552
diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js index <HASH>..<HASH> 100644 --- a/packages/eslint-config-react-app/index.js +++ b/packages/eslint-config-react-app/index.js @@ -21,8 +21,7 @@ module.exports = { parser: 'babel-eslint', - // import plugin is tempor...
Forbid Webpack loader syntax in imports (#<I>) Enable no-webpack-loader-syntax rule in eslint-config-react-app.
vcarl_create-react-app
train
d3be068fd498cc762fb7e72816ff1d19801aed1d
diff --git a/inplaceeditform/static/js/jquery.inplaceeditform.js b/inplaceeditform/static/js/jquery.inplaceeditform.js index <HASH>..<HASH> 100644 --- a/inplaceeditform/static/js/jquery.inplaceeditform.js +++ b/inplaceeditform/static/js/jquery.inplaceeditform.js @@ -21,14 +21,13 @@ }); } ...
Refactor the code: ajaxTime
django-inplaceedit_django-inplaceedit
train
95a22801766dd9cbdea1afd41e8b89fba5837af1
diff --git a/pip_faster.py b/pip_faster.py index <HASH>..<HASH> 100644 --- a/pip_faster.py +++ b/pip_faster.py @@ -376,26 +376,27 @@ class FasterInstallCommand(InstallCommand): if not options.extra_index_urls: cache_installed_wheels(options.index_url, successfully_installed) - # transitiv...
Don't complain about conflicts when running with --no-deps
Yelp_venv-update
train
4c588f4773d815025424afcd963ef4b4c2db546a
diff --git a/spec/localStorage_spec.js b/spec/localStorage_spec.js index <HASH>..<HASH> 100644 --- a/spec/localStorage_spec.js +++ b/spec/localStorage_spec.js @@ -285,7 +285,6 @@ describe("Backbone.localStorage", function(){ }); before(function(){ - // TODO HERE window.localStorage.clear(); clea...
Have to patch window.localStorage.length and restore too.
jeromegn_Backbone.localStorage
train
abb5baa73a69fd677915f5a310030876460b459f
diff --git a/salt/modules/freebsdports.py b/salt/modules/freebsdports.py index <HASH>..<HASH> 100644 --- a/salt/modules/freebsdports.py +++ b/salt/modules/freebsdports.py @@ -48,7 +48,7 @@ def _check_portname(name): return path -def _write_options(name, pkg, config): +def _write_options(name, pkg, configuratio...
refactor freebsdports._write_options()
saltstack_salt
train
863be992abf09e3f380aff70e0d6042850890d47
diff --git a/openquake/calculators/post_risk.py b/openquake/calculators/post_risk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/post_risk.py +++ b/openquake/calculators/post_risk.py @@ -245,7 +245,7 @@ class PostRiskCalculator(base.RiskCalculator): base.save_agg_values( ds, se...
Fixed oq reaggregate
gem_oq-engine
train
bde755270dcb4e02c39f5d88ab0002ab0678d642
diff --git a/src/common/storage/storageclasses/editorstorage.js b/src/common/storage/storageclasses/editorstorage.js index <HASH>..<HASH> 100644 --- a/src/common/storage/storageclasses/editorstorage.js +++ b/src/common/storage/storageclasses/editorstorage.js @@ -600,9 +600,7 @@ define([ ...
#<I> Refactor out dispatchSynced after reconnect. And dispatchForked too. Former-commit-id: <I>e<I>f<I>e<I>d4f<I>d<I>d<I>bda<I>
webgme_webgme-engine
train
935ecf85f4a6cb612b76850d54510b56e2c70042
diff --git a/app.go b/app.go index <HASH>..<HASH> 100644 --- a/app.go +++ b/app.go @@ -30,6 +30,7 @@ func GetGadgets(configs []GadgetConfig) []GoGadget { g := make([]GoGadget, len(configs)) for i, config := range configs { gadget, err := NewGadget(&config) + log.Println(gadget.Name, gadget.Output) if err != ...
added n/a for input device on and off commands
cswank_gogadgets
train
ebb09d1e708095960b273c49ba92c0083891aa2c
diff --git a/test/perf/telemetry/lib/submitData.js b/test/perf/telemetry/lib/submitData.js index <HASH>..<HASH> 100644 --- a/test/perf/telemetry/lib/submitData.js +++ b/test/perf/telemetry/lib/submitData.js @@ -40,8 +40,8 @@ var submitData = function (stdout, path, args, destination) { var version = stdout.split('...
updated submit tool for utc time
topcoat_topcoat
train
d4fba0dfce5b9a400961a6964b7c4f23f1cf598a
diff --git a/CHANGELOG_DEV.md b/CHANGELOG_DEV.md index <HASH>..<HASH> 100644 --- a/CHANGELOG_DEV.md +++ b/CHANGELOG_DEV.md @@ -2,6 +2,7 @@ - Change the default value for flag `--poison_detect_enable` from `true` to `false` for `acra-server` and `acra-translator`. - Add integration tests for `acra-translator` with poi...
Use AcraBlock as default crypto envelope (#<I>) * T<I>/use_acra_block_by_default use AcraBlock as default crypto envelope
cossacklabs_acra
train