hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
73b2f398811806c62613161dd9420a9c7712aa9f
diff --git a/jsonContext.go b/jsonContext.go index <HASH>..<HASH> 100644 --- a/jsonContext.go +++ b/jsonContext.go @@ -65,7 +65,3 @@ func (c *jsonContext) writeStringToBuffer(buf *bytes.Buffer) { buf.WriteString(c.head) } - - - - diff --git a/schema.go b/schema.go index <HASH>..<HASH> 100644 --- a/schema.go +++...
apply goimports to the package
xeipuuv_gojsonschema
train
aa18fb934b3a2b444bfd93e127ef720bea1494e0
diff --git a/src/Database/Expression/QueryExpression.php b/src/Database/Expression/QueryExpression.php index <HASH>..<HASH> 100644 --- a/src/Database/Expression/QueryExpression.php +++ b/src/Database/Expression/QueryExpression.php @@ -605,6 +605,8 @@ class QueryExpression implements ExpressionInterface, Countable ...
Mark isCallable() as unused
cakephp_cakephp
train
c26d60f55fc6936614254a6bc70b6ed4b33e3dc7
diff --git a/lib/kamerling/uuid_object.rb b/lib/kamerling/uuid_object.rb index <HASH>..<HASH> 100644 --- a/lib/kamerling/uuid_object.rb +++ b/lib/kamerling/uuid_object.rb @@ -37,7 +37,7 @@ module Kamerling end] end - define_method :== do |other| + def == other uuid == other.uuid ...
UUIDObject: define #== as a regular method
chastell_kamerling
train
07e0d7694938edb06bca6ec04893898ce3345584
diff --git a/umis/umis.py b/umis/umis.py index <HASH>..<HASH> 100644 --- a/umis/umis.py +++ b/umis/umis.py @@ -258,7 +258,7 @@ def fastqtransform(transform, fastq1, fastq2, fastq3, fastq4, keep_fastq_tags, read1_dict = _extract_readnum(read1_dict) read2_dict = _extract_readnum(...
Fix for min length and paired transformation. Previous version needed only one read to be longer than min_length, this swaps it to be both reads need to be longer then min_length.
vals_umis
train
6295fb46cbed73ec96d89fc509c80f212afccd37
diff --git a/includes/class-freemius.php b/includes/class-freemius.php index <HASH>..<HASH> 100755 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -3504,11 +3504,13 @@ 'license_activated', ) ); - $this->_admin_notices->add_sticky( - sprintf( $this->get_text( 'premium-activ...
[premium] [license] [admin-notice] For premium-only modules, do not show the premium activation notice.
Freemius_wordpress-sdk
train
8c3abef54ba9539ba7d0baea11b6eace5cbf6cb3
diff --git a/modules/citrus-core/src/main/java/com/consol/citrus/validation/xml/DomXmlMessageValidator.java b/modules/citrus-core/src/main/java/com/consol/citrus/validation/xml/DomXmlMessageValidator.java index <HASH>..<HASH> 100644 --- a/modules/citrus-core/src/main/java/com/consol/citrus/validation/xml/DomXmlMessageV...
Support of validation matcher expressions in message validation. It is now possible to use validation matchers in xml validation expressions like the following example: <validate path="/key/value" value="@equalsIgnoreCase(${variable})@"/>
citrusframework_citrus
train
2d06c9a753b001a99c0b787e9735dc1e1de9ba87
diff --git a/core/Common.php b/core/Common.php index <HASH>..<HASH> 100644 --- a/core/Common.php +++ b/core/Common.php @@ -314,6 +314,8 @@ class Common // note: before php 5.2.7, htmlspecialchars() double encodes &#x hex items $value = html_entity_decode($value, self::HTML_ENCODING_QUOTE_STYLE, 'UTF-8...
Fix for bd7dc4d<I> which broke the build (null bytes where not sanitized)
matomo-org_matomo
train
5d847445bbde6442b10d2447fccb930eb458db26
diff --git a/green/result.py b/green/result.py index <HASH>..<HASH> 100644 --- a/green/result.py +++ b/green/result.py @@ -134,7 +134,7 @@ class BaseTestResult(object): # Breaks subclasses in 2.7 not inheriting object if test.dotted_name in self.stdout_output: self.stream.write( "...
Switched captured stdout and stderr reports to be headed in yellow for consistency. Added a new report section: skipped tests report, headed in blue for consistency.
CleanCut_green
train
96f087a2732cc99e3298560c4a2c02a4bf2e239b
diff --git a/src/Composer/Command/ConfigCommand.php b/src/Composer/Command/ConfigCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Command/ConfigCommand.php +++ b/src/Composer/Command/ConfigCommand.php @@ -185,7 +185,7 @@ EOT $authConfigFile = $input->getOption('global') ? ($this->confi...
Remove unnecessary realpath which can fail, closes #<I>
composer_composer
train
b82467d99f3cbd3bff69b0f213e08006d2c34fd1
diff --git a/trump/orm.py b/trump/orm.py index <HASH>..<HASH> 100644 --- a/trump/orm.py +++ b/trump/orm.py @@ -484,6 +484,12 @@ class SymbolManager(object): ---------- tag : str Use '%' to enable SQL's "LIKE" functionality. + + Note + ---- + + T...
Add more functionality for or and fs
Equitable_trump
train
b79868f7cff2558862c8d6e518dfca8d101b9c69
diff --git a/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java b/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java +++ b/web/src/main/java/org/jboss/as/web/se...
Fix AS7-<I> implementation. Make sure session IDs returned by KeyGenerator used by KeyAffinityService does not include jvm route.
wildfly_wildfly
train
14dced468750055d75fffc749d1386f6c579b618
diff --git a/src/main/java/net/finmath/montecarlo/RandomVariableAAD.java b/src/main/java/net/finmath/montecarlo/RandomVariableAAD.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/finmath/montecarlo/RandomVariableAAD.java +++ b/src/main/java/net/finmath/montecarlo/RandomVariableAAD.java @@ -27,7 +27,8 @@ public ...
RandomVariableAADTest now fulfilled! Added getVariance and getStandardDeviation. Still to do: - actual AAD algorithm - other special methods still not implemented
finmath_finmath-lib
train
37fab8a9b1843e187124b707357ca14367e666c4
diff --git a/tests/cli-test.js b/tests/cli-test.js index <HASH>..<HASH> 100644 --- a/tests/cli-test.js +++ b/tests/cli-test.js @@ -1,3 +1,4 @@ +const fs = require('fs-extra'); const path = require('path'); /*eslint-disable node/no-unpublished-require */ const createTempDir = require('broccoli-test-helper').createTem...
Add basic tests for the test command.
rwjblue_codemod-cli
train
50ae1c518e5bae30dcc6ab49002b3133328e1832
diff --git a/packages/ui-test-utils/src/utils/filters.js b/packages/ui-test-utils/src/utils/filters.js index <HASH>..<HASH> 100644 --- a/packages/ui-test-utils/src/utils/filters.js +++ b/packages/ui-test-utils/src/utils/filters.js @@ -117,9 +117,9 @@ function filterByLabelText (container, results, text, options = {}) {...
fix(ui-test-utils): filter in query instead of after Change-Id: I<I>d0c1fc8e2accd<I>fdb<I>e<I>b6 Reviewed-on: <URL>
instructure_instructure-ui
train
7e49eb94c21befcf72b7da9c017174ddfc265229
diff --git a/Kwf/Assets/Dependency/File/Css.php b/Kwf/Assets/Dependency/File/Css.php index <HASH>..<HASH> 100644 --- a/Kwf/Assets/Dependency/File/Css.php +++ b/Kwf/Assets/Dependency/File/Css.php @@ -24,6 +24,10 @@ class Kwf_Assets_Dependency_File_Css extends Kwf_Assets_Dependency_File $cfg = new Zend_C...
fix assetVariables with uppercase letters in scss files sass lowercases everything so the variables wheren't found anymore
koala-framework_koala-framework
train
4730c0a908dad96bfb2aabea2659f81271a06778
diff --git a/lib/endpoints/class-wp-rest-comments-controller.php b/lib/endpoints/class-wp-rest-comments-controller.php index <HASH>..<HASH> 100755 --- a/lib/endpoints/class-wp-rest-comments-controller.php +++ b/lib/endpoints/class-wp-rest-comments-controller.php @@ -192,14 +192,14 @@ class WP_REST_Comments_Controller e...
Revert to using wp_insert_comment due to issue with wp_new_comment requiring a post_id
WP-API_WP-API
train
3c7d8e82be165b38c7791a6dad0153415e4c4b51
diff --git a/js/bibox.js b/js/bibox.js index <HASH>..<HASH> 100644 --- a/js/bibox.js +++ b/js/bibox.js @@ -404,7 +404,7 @@ module.exports = class bibox extends Exchange { async fetchBalance (params = {}) { await this.loadMarkets (); const request = { - 'cmd': 'transfer/assets', + ...
Update API endpoint for Bibox balances The old endpoint stopped returning any balance data
ccxt_ccxt
train
b124a4a3f2910c37f94fa7bb223ab17ed9872787
diff --git a/lib/jsduck.rb b/lib/jsduck.rb index <HASH>..<HASH> 100755 --- a/lib/jsduck.rb +++ b/lib/jsduck.rb @@ -35,6 +35,7 @@ module JsDuck def JsDuck.parse_files(filenames) docs = [] filenames.each do |name| + puts "Parsing #{name} ..." JsDuck.parse(IO.read(name)).each { |d| docs << d } ...
Printing out parsing progress.
senchalabs_jsduck
train
a983f74c3c0a08bd51291661c1d49d03343ba899
diff --git a/blockstack_cli_0.14.1/blockstack_client/storage.py b/blockstack_cli_0.14.1/blockstack_client/storage.py index <HASH>..<HASH> 100644 --- a/blockstack_cli_0.14.1/blockstack_client/storage.py +++ b/blockstack_cli_0.14.1/blockstack_client/storage.py @@ -192,10 +192,12 @@ def parse_mutable_data( mutable_data_js...
verify JWT is a dict or a list
blockstack_blockstack-core
train
bffdfe1e436710d62bbd92cbbd8933d7de160e56
diff --git a/agent/node.go b/agent/node.go index <HASH>..<HASH> 100644 --- a/agent/node.go +++ b/agent/node.go @@ -234,6 +234,10 @@ func (n *Node) run(ctx context.Context) (err error) { return err } + if n.role == ca.ManagerRole { + n.managerRoleCh <- struct{}{} + } + forceCertRenewal := make(chan struct{}) ...
node: notify manager role even if it's not changed On demotion-promotion it's possible that issuing of demoted certificate will be skipped, but manager will die anyway. So runManager goroutine won't be notified that it should restart manager, because n.role is the same. Also, move initial notification(after loadCerti...
docker_swarmkit
train
e010b7ecc2b96f446a236c72f998a2116c4619f6
diff --git a/spec/integration/id3_tags_spec.rb b/spec/integration/id3_tags_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/id3_tags_spec.rb +++ b/spec/integration/id3_tags_spec.rb @@ -4,34 +4,12 @@ require 'mp3info' describe "ID3 tags", :slow => true do - let(:wav_path) { File.expand_path(File.join(Fil...
Add ID3v2 integration tests.
rdvdijk_lame
train
6b522a0839f35d6f33ca8ba13599ab346c5e85c0
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ * [#1897](https://github.com/bbatsov/rubocop/issues/1897): Don't report that semicolon separated statements can be converted to modifier form in `IfUnlessModifier` (and don't auto-correct them)....
[Fix #<I>] Ignore trailing comments in Style/Documentation cop
rubocop-hq_rubocop
train
1daea1eca77d58e661912e1ef7b98299f2448eef
diff --git a/lib/jax/generators/app/app_generator.rb b/lib/jax/generators/app/app_generator.rb index <HASH>..<HASH> 100644 --- a/lib/jax/generators/app/app_generator.rb +++ b/lib/jax/generators/app/app_generator.rb @@ -35,6 +35,10 @@ module Jax `jasmine init` end + def jax_spec_help...
Generate the default Jax spec helper into generated apps The same one we use to develop Jax. This allows people to use Jax-specific matchers like toEqualVector() and toEqualMatrix(). We can add a second helper if we need Jax-specific helpers separate from the generated apps.
sinisterchipmunk_jax
train
15b24dc53a3cdb7d420d8daef010bd73422682ea
diff --git a/mqm-client/mqm-rest-client/src/main/java/com/hp/mqm/client/MqmRestClient.java b/mqm-client/mqm-rest-client/src/main/java/com/hp/mqm/client/MqmRestClient.java index <HASH>..<HASH> 100644 --- a/mqm-client/mqm-rest-client/src/main/java/com/hp/mqm/client/MqmRestClient.java +++ b/mqm-client/mqm-rest-client/src/...
US <I> JI: Jenkins Integration: Selective push (logic in plugin to avoid sending test result on selective job)
hpsa_hpe-application-automation-tools-plugin
train
e3a0527fe63c6c6b136e8151f86260a04aaa1357
diff --git a/lib/laag/build_environment.rb b/lib/laag/build_environment.rb index <HASH>..<HASH> 100644 --- a/lib/laag/build_environment.rb +++ b/lib/laag/build_environment.rb @@ -68,8 +68,8 @@ module LAAG configure! make! make! :install - make! :clean make!(:clean) unless disab...
Allow disabling post-clean step in default!
colstrom_laag
train
d236427edccbd2fcb5dac438845d7de48ed2398d
diff --git a/wkhtmltopdf/tests.py b/wkhtmltopdf/tests.py index <HASH>..<HASH> 100644 --- a/wkhtmltopdf/tests.py +++ b/wkhtmltopdf/tests.py @@ -9,10 +9,8 @@ from django.test import TestCase from django.test.client import RequestFactory from .subprocess import CalledProcessError -from .utils import (override_settings...
Update tests to remove deprecateded functions.
incuna_django-wkhtmltopdf
train
88ea810610e8df29925356ed2617842873be04b9
diff --git a/src/Controller/StrawberryRunnerModalController.php b/src/Controller/StrawberryRunnerModalController.php index <HASH>..<HASH> 100644 --- a/src/Controller/StrawberryRunnerModalController.php +++ b/src/Controller/StrawberryRunnerModalController.php @@ -157,7 +157,7 @@ class StrawberryRunnerModalController ext...
Remove 'New ADO' as default. We got this @dmer @patdunlavey that should do it. Please re-test if you want. Hugs
esmero_webform_strawberryfield
train
b2f995186debbb70875db01a33b3dbb645324fa4
diff --git a/lib/components/server/lib/request.js b/lib/components/server/lib/request.js index <HASH>..<HASH> 100644 --- a/lib/components/server/lib/request.js +++ b/lib/components/server/lib/request.js @@ -450,7 +450,14 @@ Request.prototype.redirect = function Redirect(path, _status) { if(typeof _status === 'number...
redirect is now in a try catch
Evo-Forge_Crux
train
23721c07621dcee05d195560ac11000b9e2d8e85
diff --git a/Kwf/Media/Output.php b/Kwf/Media/Output.php index <HASH>..<HASH> 100644 --- a/Kwf/Media/Output.php +++ b/Kwf/Media/Output.php @@ -85,7 +85,8 @@ class Kwf_Media_Output } } if (isset($headers['Https']) && preg_match('/(?i)msie [1-8]/', $headers['User-Agent'])) { - $r...
set pragma and cache-control private in ie8 if https is enabled
koala-framework_koala-framework
train
09461aec66f8612ee56fd98e9f489e77af9f4233
diff --git a/lib/rubocop/cop/cop.rb b/lib/rubocop/cop/cop.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/cop.rb +++ b/lib/rubocop/cop/cop.rb @@ -2,6 +2,7 @@ module Rubocop module Cop + # A basic wrapper around Parser's tokens. class Token attr_reader :pos, :type, :text @@ -14,6 +15,11 @@ mo...
Add basic documentation for a couple of classes (#<I>)
rubocop-hq_rubocop
train
2e2e34a9350edec0220462aa3d47ecc9d428a0fb
diff --git a/hugolib/hugo_sites.go b/hugolib/hugo_sites.go index <HASH>..<HASH> 100644 --- a/hugolib/hugo_sites.go +++ b/hugolib/hugo_sites.go @@ -525,10 +525,10 @@ func (h *HugoSites) createMissingPages() error { first.AllPages = append(first.AllPages, newPages...) - first.AllPages.Sort() + first.AllPages.sor...
hugolib: Deprecate Pages.Sort In favour of ByWeight.
gohugoio_hugo
train
f9fb575b75d154d47c85c6560caf632fcbf81807
diff --git a/lib/discordrb/voice/encoder.rb b/lib/discordrb/voice/encoder.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/voice/encoder.rb +++ b/lib/discordrb/voice/encoder.rb @@ -16,6 +16,9 @@ module Discordrb::Voice # @return [true, false] whether avconv should be used instead of ffmpeg. attr_accessor :u...
Add an accessor for filter_volume
meew0_discordrb
train
c3a5e32e3e1341bf70c36631f41ec62e916d6f4b
diff --git a/examples/rest-assured-itest-java/src/test/java/com/jayway/restassured/itest/java/UnicodeITest.java b/examples/rest-assured-itest-java/src/test/java/com/jayway/restassured/itest/java/UnicodeITest.java index <HASH>..<HASH> 100644 --- a/examples/rest-assured-itest-java/src/test/java/com/jayway/restassured/ite...
Added tests to verify that unicode works in JSON payloads
rest-assured_rest-assured
train
6b7122551a33d698f17c4a960fcab1302b77a237
diff --git a/ncclient/devices/iosxe.py b/ncclient/devices/iosxe.py index <HASH>..<HASH> 100644 --- a/ncclient/devices/iosxe.py +++ b/ncclient/devices/iosxe.py @@ -15,6 +15,8 @@ generic information needed for interaction with a Netconf server. from .default import DefaultDeviceHandler +from ncclient.operations.thir...
fix for iosxe connection
ncclient_ncclient
train
4b48dba9ed6e4f9f12477cf53310094482fbbcbb
diff --git a/bcbio/variation/vfilter.py b/bcbio/variation/vfilter.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/vfilter.py +++ b/bcbio/variation/vfilter.py @@ -17,7 +17,7 @@ from bcbio.variation import vcfutils # ## General functionality -def hard_w_expression(vcf_file, expression, data, filterext=""): +def...
Add unique naming for FreeBayes and GATK hard filters to avoid losing unique filters during merges. Thanks to Severine Catreux
bcbio_bcbio-nextgen
train
8a54a2553f045bbcf3a5e7040a0af2e7389c7fe5
diff --git a/src/bindings.js b/src/bindings.js index <HASH>..<HASH> 100644 --- a/src/bindings.js +++ b/src/bindings.js @@ -1,8 +1,22 @@ var canReflect = require("can-reflect"); +var canSymbol = require('can-symbol'); var viewCallbacks = require("can-view-callbacks"); +var bindingsSymbol = canSymbol.for('can.stacheB...
Make addBindings prefer a symbol. Since can-stache-bindings exports more than just its bindings, this PR adds a symbol that is checked for as a preference. This way someone can do: ```js var bindings = new Map(); exports[canSymbol.for("can.stacheBindings")] = bindings; ``` And then pass this object to `stache.addBi...
canjs_can-stache
train
b3f10eca2bc925e93f6943f2bf6003898a61dbed
diff --git a/betfairlightweight/resources/racecardresources.py b/betfairlightweight/resources/racecardresources.py index <HASH>..<HASH> 100644 --- a/betfairlightweight/resources/racecardresources.py +++ b/betfairlightweight/resources/racecardresources.py @@ -115,7 +115,7 @@ class Jockey(BaseResource): class Selectio...
<I> runner->runners selection->selections
liampauling_betfair
train
9d4a74ca774f95dac745f1ad36cf82bb5f70cc12
diff --git a/concrete/src/Entity/Site/Site.php b/concrete/src/Entity/Site/Site.php index <HASH>..<HASH> 100644 --- a/concrete/src/Entity/Site/Site.php +++ b/concrete/src/Entity/Site/Site.php @@ -301,7 +301,7 @@ class Site implements TreeInterface, ObjectInterface, PermissionObjectInterface $locale = array_...
Fix nasty bug introduced in #<I>
concrete5_concrete5
train
1db08cb6262646e3f03f7b62c6fdeb6e9235dbe1
diff --git a/HardwareSource.py b/HardwareSource.py index <HASH>..<HASH> 100644 --- a/HardwareSource.py +++ b/HardwareSource.py @@ -29,6 +29,7 @@ import copy import gettext import logging import threading +import weakref # local imports from nion.swift import DataGroup @@ -269,8 +270,9 @@ class HardwareSourceData...
Connected current snapshot and count to UI. svn r<I>
nion-software_nionswift
train
6a09e9cda9b946a8746c257820d9c63bcde18b59
diff --git a/includes/common/list-table-month.php b/includes/common/list-table-month.php index <HASH>..<HASH> 100644 --- a/includes/common/list-table-month.php +++ b/includes/common/list-table-month.php @@ -32,7 +32,7 @@ class WP_Event_Calendar_Month_Table extends WP_Event_Calendar_List_Table { // Setup the view r...
Include the end of the last day of the month.
stuttter_wp-event-calendar
train
00fdba154655b15b5b2de4b9ceca08f8bfce599e
diff --git a/lib/utils/telemetry/generatePayload.js b/lib/utils/telemetry/generatePayload.js index <HASH>..<HASH> 100644 --- a/lib/utils/telemetry/generatePayload.js +++ b/lib/utils/telemetry/generatePayload.js @@ -8,6 +8,7 @@ const _ = require('lodash'); const isPlainObject = require('type/plain-object/is'); const i...
refactor(Telemetry): Recognize `notificationsMode`
serverless_serverless
train
a3679cf2744437f1eae5f71d50ae671217922036
diff --git a/contact_form/urls.py b/contact_form/urls.py index <HASH>..<HASH> 100644 --- a/contact_form/urls.py +++ b/contact_form/urls.py @@ -16,7 +16,7 @@ from contact_form.views import contact_form urlpatterns = patterns('', url(r'^contact/$', - contact_form,, + ...
Fix extra comma in urls.py
ubernostrum_django-contact-form
train
dee6e47ba303be8111ebfc438d0bb3af02d74db8
diff --git a/test-app/app/src/main/java/com/tns/AndroidJsV8Inspector.java b/test-app/app/src/main/java/com/tns/AndroidJsV8Inspector.java index <HASH>..<HASH> 100644 --- a/test-app/app/src/main/java/com/tns/AndroidJsV8Inspector.java +++ b/test-app/app/src/main/java/com/tns/AndroidJsV8Inspector.java @@ -231,9 +231,22 @@ ...
Close previous connection when opening a new inspector
NativeScript_android-runtime
train
6be9c7bfcd0d5bac0e0cdb5390eef1d7902282b6
diff --git a/internal/congestion/cubic_sender.go b/internal/congestion/cubic_sender.go index <HASH>..<HASH> 100644 --- a/internal/congestion/cubic_sender.go +++ b/internal/congestion/cubic_sender.go @@ -89,11 +89,7 @@ func (c *cubicSender) TimeUntilSend(bytesInFlight protocol.ByteCount) time.Durat return 0 } }...
use the full pacing rate, also when not in slow start
lucas-clemente_quic-go
train
2103ef9f03042e389c0ec2efaf6d180136905d42
diff --git a/src/Buffer.php b/src/Buffer.php index <HASH>..<HASH> 100644 --- a/src/Buffer.php +++ b/src/Buffer.php @@ -87,7 +87,14 @@ class Buffer extends EventEmitter implements WritableStreamInterface restore_error_handler(); - if ($this->lastError['number'] > 0) { + // Only report errors i...
Buffer only emits permanant errors and otherwise keep retrying
reactphp_stream
train
df5d0e0d6eb23430020eb3a81cc1fc2cf10dcec5
diff --git a/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/io/OutputGate.java b/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/io/OutputGate.java index <HASH>..<HASH> 100644 --- a/nephele/nephele-common/src/main/java/eu/stratosphere/nephele/io/OutputGate.java +++ b/nephele/nephele-common/sr...
Finished implementation of optimized broadcast in output gate
stratosphere_stratosphere
train
0144b63b95e553deff0bd159135909a90eeb6b0f
diff --git a/ruby/server/lib/roma/async_process.rb b/ruby/server/lib/roma/async_process.rb index <HASH>..<HASH> 100644 --- a/ruby/server/lib/roma/async_process.rb +++ b/ruby/server/lib/roma/async_process.rb @@ -488,12 +488,18 @@ module Roma @do_release_process = true while(@rttable.has_node?(@stats.ap_s...
refacort:error case for the release command.
roma_roma
train
c89121737f4092d3e41b3693877d1a5127fccb43
diff --git a/idx/cassandra/cassandra.go b/idx/cassandra/cassandra.go index <HASH>..<HASH> 100644 --- a/idx/cassandra/cassandra.go +++ b/idx/cassandra/cassandra.go @@ -345,16 +345,22 @@ func (c *CasIdx) rebuildIndex() { pre := time.Now() gate := make(chan struct{}, c.cfg.initLoadConcurrency) var wg sync.WaitGroup ...
Use a pool to reuse def buffers
grafana_metrictank
train
a27dea8ed96b9e35c5546eb21c295c0df2ba2d83
diff --git a/atomic_reactor/utils/cachito.py b/atomic_reactor/utils/cachito.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/utils/cachito.py +++ b/atomic_reactor/utils/cachito.py @@ -80,7 +80,7 @@ class CachitoAPI(object): 'dependency_replacements': dependency_replacements, } # Remove...
Allow passing empty containers in Cachito params Cachito handles empty lists passed to pkg_managers in a special manner. We want to lose aotmic-reactor restrictions when passing parameters to cachito, since an empty array may have a different meaning from a null value. * CLOUDBLD-<I>
projectatomic_atomic-reactor
train
b9db8716ccfae9307bb988250ecddc38888f18cb
diff --git a/jest.config.js b/jest.config.js index <HASH>..<HASH> 100644 --- a/jest.config.js +++ b/jest.config.js @@ -31,7 +31,7 @@ module.exports = { }, transformIgnorePatterns: [ 'node_modules/(?!(lit-html|@bolt|@open-wc)/)', // add any additional packages in node_modules that need to be transpiled for Je...
chore: Add support for jest tests in micro journeys component
bolt-design-system_bolt
train
3ffa58af622d99d92056b73279880512a93aeb1b
diff --git a/src/Newsletter/Entities/Newsletter_users.php b/src/Newsletter/Entities/Newsletter_users.php index <HASH>..<HASH> 100644 --- a/src/Newsletter/Entities/Newsletter_users.php +++ b/src/Newsletter/Entities/Newsletter_users.php @@ -9,7 +9,7 @@ class Newsletter_users extends Model { public function getActi...
fix no timestamp sort in user
DesignPond_newsletter
train
c40941dfaea3fe313e50dccae7bad0a5d6819fb8
diff --git a/acceptance/tests/environment/cmdline_overrides_environment.rb b/acceptance/tests/environment/cmdline_overrides_environment.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/environment/cmdline_overrides_environment.rb +++ b/acceptance/tests/environment/cmdline_overrides_environment.rb @@ -119,14 +119,1...
(PUP-<I>) Change assert_not_match to assert_no_match I believe this is a minitest vrs test/unit ruby version issue. 'assert_no_match' is the variant available on all platforms that we use throughout the suite.
puppetlabs_puppet
train
0cb31213182cca116cfc2dc50c02175879a5a75e
diff --git a/rfxcom.js b/rfxcom.js index <HASH>..<HASH> 100644 --- a/rfxcom.js +++ b/rfxcom.js @@ -7,13 +7,13 @@ var _ = require("underscore"), util = require("util"); -const INTERFACE_CONTROL = 0, - INTERFACE_MESSAGE = 1, - TRANSCEIVER_MESSAGE = 0x2, - ELEC2 = 0x5a, - LIGHTING2 = 0x11, - ...
Can't use const in strict mode...
rfxcom_node-rfxcom
train
989b0223952a821cef978d6ee902af9ed5d23b10
diff --git a/api/python/quilt3/telemetry.py b/api/python/quilt3/telemetry.py index <HASH>..<HASH> 100644 --- a/api/python/quilt3/telemetry.py +++ b/api/python/quilt3/telemetry.py @@ -21,9 +21,16 @@ DISABLE_USAGE_METRICS_ENVVAR = "QUILT_DISABLE_USAGE_METRICS" MAX_CLEANUP_WAIT_SECS = 5 +@functools.lru_cache(maxsize=...
telemetry changes in client for pkgpush lambda (#<I>)
quiltdata_quilt
train
c8a7ce9bd5d49ffa7a37f08892674c082d34b2a5
diff --git a/lib/less/browser.js b/lib/less/browser.js index <HASH>..<HASH> 100644 --- a/lib/less/browser.js +++ b/lib/less/browser.js @@ -7,9 +7,36 @@ less.env = location.hostname == '127.0.0.1' || location.port.length > 0 ? 'development' : 'production';...
cleanup browser.js, make ajax synch by default, with option to turn off
mapbox_carto
train
970ece243d05945f59f3cdf55e44dbfe5b16d2d5
diff --git a/actionsystemtest/lib/action_system_test/test_helper.rb b/actionsystemtest/lib/action_system_test/test_helper.rb index <HASH>..<HASH> 100644 --- a/actionsystemtest/lib/action_system_test/test_helper.rb +++ b/actionsystemtest/lib/action_system_test/test_helper.rb @@ -13,10 +13,5 @@ module ActionSystemTest ...
Remove teardown code Since I've moved the teardown code that contains the screenshot handling to be generated when the application is generated this code was interfering with the screenshot taking. Because this runs before any app teardown code we would be resetting sessions before taking the screenshot, resulting in...
rails_rails
train
20064dce7fe06b33e419ff0fb3086412ca2fa6d9
diff --git a/bqplot/nbextension/Lines.js b/bqplot/nbextension/Lines.js index <HASH>..<HASH> 100644 --- a/bqplot/nbextension/Lines.js +++ b/bqplot/nbextension/Lines.js @@ -374,11 +374,10 @@ define(["./components/d3/d3", "./Mark", "./utils", "./Markers", "underscore"], this.el.select(path).style("opacity", o...
Further fix for curves_subset
bloomberg_bqplot
train
acb6848468bc4ec035201b23af9affeb8279711f
diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/test_case.rb +++ b/actionpack/lib/action_controller/test_case.rb @@ -226,6 +226,7 @@ module ActionController @block = nil @length = ...
threads can wait on responses to be committed
rails_rails
train
4f1c4d48e3e9a6ee45ec01af41645826ffe10447
diff --git a/cms/include/classes/Cetera/Widget/Search.php b/cms/include/classes/Cetera/Widget/Search.php index <HASH>..<HASH> 100644 --- a/cms/include/classes/Cetera/Widget/Search.php +++ b/cms/include/classes/Cetera/Widget/Search.php @@ -61,7 +61,17 @@ class Search extends Templateable { $this->query = preg_replac...
The "Search" widgetnow searches only in visible sections
cetera-labs_cetera-cms
train
0e672e0a6148f247e371054bee24e1db97ca22fd
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Xcodeproj Changelog +## Master + +##### Bug Fixes + +* `Project` The `new_target` method now creates build configurations + corresponding to all configurations of the project, not just Debug...
[Project] Create all configurations for new_target The `new_target` method now creates build configurations corresponding to all configurations of the project, not just Debug and Release.
CocoaPods_Xcodeproj
train
026f1bf86268d1f3095c524787792f28a165656d
diff --git a/packages/ember-routing/lib/system/router.js b/packages/ember-routing/lib/system/router.js index <HASH>..<HASH> 100644 --- a/packages/ember-routing/lib/system/router.js +++ b/packages/ember-routing/lib/system/router.js @@ -731,11 +731,6 @@ var EmberRouter = EmberObject.extend(Evented, { currentState: nul...
[BUGFIX beta] revert #<I> and add test to cover {{link-to}} active class regression
emberjs_ember.js
train
9aac0c41a2dbb7f8b870984690b898d1aeda09a5
diff --git a/nursery_store_test.go b/nursery_store_test.go index <HASH>..<HASH> 100644 --- a/nursery_store_test.go +++ b/nursery_store_test.go @@ -88,7 +88,7 @@ func TestNurseryStoreInit(t *testing.T) { } defer cleanUp() - ns, err := newNurseryStore(&bitcoinGenesis, cdb) + ns, err := newNurseryStore(&bitcoinTestn...
test: update nursery_store_test.go due to recent chain genesis renaming
lightningnetwork_lnd
train
29a1039c62744ecd800ac77824f6047fe0826e54
diff --git a/allauth/__init__.py b/allauth/__init__.py index <HASH>..<HASH> 100644 --- a/allauth/__init__.py +++ b/allauth/__init__.py @@ -0,0 +1,19 @@ +""" + _ ___ __ __ .___________. __ __ + /\| |/\ / \ | | | | | || | | | + \ ` ' / / ^ \ | | | | `---| |----`| |...
Added version info (closes #<I>)
pennersr_django-allauth
train
4eb2d1adb9ef2d735bd56c19777162bd5c48da57
diff --git a/src/BoomCMS/Database/Models/Page.php b/src/BoomCMS/Database/Models/Page.php index <HASH>..<HASH> 100644 --- a/src/BoomCMS/Database/Models/Page.php +++ b/src/BoomCMS/Database/Models/Page.php @@ -140,6 +140,10 @@ class Page extends Model implements PageInterface $attrs += $oldVersion->toArray();...
Bugfix: page version chunk columns weren't cleared for version status changes
boomcms_boom-core
train
81d5601035eb0f86619dd077d645e80a9f6368d3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ try: except FileNotFoundError: README = "" -VERSION = '0.0.4' +VERSION = '0.0.6' setup( name='chuda',
chore(setup): bump to <I>
Varkal_chuda
train
e17a4252f697ab215bc9a69d277f7597a585846e
diff --git a/pingouin/bayesian.py b/pingouin/bayesian.py index <HASH>..<HASH> 100644 --- a/pingouin/bayesian.py +++ b/pingouin/bayesian.py @@ -156,7 +156,7 @@ def bayesfactor_ttest(t, nx, ny=None, paired=False, tail='two-sided', r=.707): if ((tail == 'greater' and t < 0) or (tail == 'less' and t > 0)) and bf10 > 1...
bayesian functions now return float, rather than str
raphaelvallat_pingouin
train
23e15c815096fb1d699ffee0891649b27af24b9d
diff --git a/ptpython/ipython.py b/ptpython/ipython.py index <HASH>..<HASH> 100644 --- a/ptpython/ipython.py +++ b/ptpython/ipython.py @@ -217,7 +217,11 @@ class InteractiveShellEmbed(_InteractiveShellEmbed): self.python_input = python_input def prompt_for_code(self): - return self.python_input.a...
Fixed Control-C key binding for ptipython.
prompt-toolkit_ptpython
train
9fb345543a1fbc53bc3e811504c6ff4d8f40e170
diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index <HASH>..<HASH> 100644 --- a/src/MarkerClusterGroup.js +++ b/src/MarkerClusterGroup.js @@ -156,6 +156,11 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({ for (i = 0, l = layersArray.length; i < l; i++) { m = layersArray[i]; + + if (!m._...
Handle removeLayers([]) where some elements aren't in the MarkerClusterGroup
Leaflet_Leaflet.markercluster
train
46d1378b3aff323c5b650d2475d304190f50727b
diff --git a/src/Helpers/functions.php b/src/Helpers/functions.php index <HASH>..<HASH> 100644 --- a/src/Helpers/functions.php +++ b/src/Helpers/functions.php @@ -181,9 +181,9 @@ if (!function_exists('base_url')) { * * @return string */ - function base_url() + function base_url() { - ...
Reading base_url from config file if defined
softberg_quantum-core
train
a87a5023d4f326f14612662ac4a21d329cf27677
diff --git a/src/tuwien/auto/calimero/internal/UdpSocketLooper.java b/src/tuwien/auto/calimero/internal/UdpSocketLooper.java index <HASH>..<HASH> 100644 --- a/src/tuwien/auto/calimero/internal/UdpSocketLooper.java +++ b/src/tuwien/auto/calimero/internal/UdpSocketLooper.java @@ -38,6 +38,7 @@ package tuwien.auto.calimer...
Ignore unchecked io exception during shutdown
calimero-project_calimero-core
train
9ac1f9b4d003f099974580b214cd85abd75cee76
diff --git a/horizon/forms/__init__.py b/horizon/forms/__init__.py index <HASH>..<HASH> 100644 --- a/horizon/forms/__init__.py +++ b/horizon/forms/__init__.py @@ -20,6 +20,6 @@ from django.forms import * from django.forms import widgets # Convenience imports for public API components. -from .base import SelfHandlin...
Separate "modal" behavior from "self-handling" in forms. Splits behaviors related to a form being modal from the requirement that the form also be self-handling by making the component classes into mixins. This allows mixing modal capabilities into other generic form classes. Change-Id: Id9fb7d<I>e7cb<I>d<I>e2a0dd5cc...
openstack_horizon
train
6dba99d8be773a34a9f84c7b8db803e08566914b
diff --git a/ykman/cli/fido.py b/ykman/cli/fido.py index <HASH>..<HASH> 100644 --- a/ykman/cli/fido.py +++ b/ykman/cli/fido.py @@ -34,7 +34,7 @@ from time import sleep from .util import click_skip_on_help, prompt_for_touch, click_force_option from ..driver_ccid import ( SW_COMMAND_NOT_ALLOWED, SW_VERIFY_FAIL_NO_...
Only ask for FIPS U2F PIN if needed
Yubico_yubikey-manager
train
229cf285fd2829901717b60674c0d0cee9eef2e3
diff --git a/server/webapp/WEB-INF/rails.new/app/controllers/admin/templates_controller.rb b/server/webapp/WEB-INF/rails.new/app/controllers/admin/templates_controller.rb index <HASH>..<HASH> 100644 --- a/server/webapp/WEB-INF/rails.new/app/controllers/admin/templates_controller.rb +++ b/server/webapp/WEB-INF/rails.new...
Fix rspec failures, changed the error message for delete of template with dependent pipelines.
gocd_gocd
train
ccba0916e0722b7da9f2c1d9f0055be5e551b6fb
diff --git a/geopy/geocoders/base.py b/geopy/geocoders/base.py index <HASH>..<HASH> 100644 --- a/geopy/geocoders/base.py +++ b/geopy/geocoders/base.py @@ -1,4 +1,3 @@ -import functools import json from socket import timeout as SocketTimeout from ssl import SSLError @@ -268,7 +267,6 @@ class Geocoder: ur...
Base Geocoder: remove support for custom `requester` It is not used by any of the current geocoders anymore.
geopy_geopy
train
95b3be4c15fecb3eafecc512104265a8b1d4d392
diff --git a/lib/puppet/pops/issues.rb b/lib/puppet/pops/issues.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/issues.rb +++ b/lib/puppet/pops/issues.rb @@ -619,6 +619,10 @@ module Issues "The key '#{key}' is declared more than once" end + DUPLICATE_DEFAULT = issue :DUPLICATE_DEFAULT, :container do + ...
(PUP-<I>) Add validation of duplicate literal default in select options This adds a validation check that there are no duplicate literal default entries in a case or select expression. The check is performed under the control of the --strict option. A DUPLICATE_DEFAULT issue is also added.
puppetlabs_puppet
train
e6470e98a166212cc73fa3addb8dd58bd91d4a75
diff --git a/src/main/java/reactor/core/publisher/Mono.java b/src/main/java/reactor/core/publisher/Mono.java index <HASH>..<HASH> 100644 --- a/src/main/java/reactor/core/publisher/Mono.java +++ b/src/main/java/reactor/core/publisher/Mono.java @@ -1117,9 +1117,34 @@ public abstract class Mono<T> implements Publisher<T> ...
fix #<I>: Deprecate Mono.zip(Fn, Iterable), add swapped-args version (#<I>) This makes that zip signature more consistent with other signatures where an iterable is used, like when.
reactor_reactor-core
train
e5188fd9f789be291026164da6f005c44f6bbf60
diff --git a/src/xDispatcher.js b/src/xDispatcher.js index <HASH>..<HASH> 100644 --- a/src/xDispatcher.js +++ b/src/xDispatcher.js @@ -22,7 +22,9 @@ XDispatcher.prototype = { registerStore: function( id, xStore ){ this._callbacks[id] = xStore.callback; - xStore.dispatcher = this; + Object.defineProperty(xStore...
The dispatcher is now a non enumerable property in stores
arqex_fluxify
train
d041403e796da9e4b405a2b98e05b8418a885a8d
diff --git a/controller/src/main/java/org/jboss/as/controller/ProxyStepHandler.java b/controller/src/main/java/org/jboss/as/controller/ProxyStepHandler.java index <HASH>..<HASH> 100644 --- a/controller/src/main/java/org/jboss/as/controller/ProxyStepHandler.java +++ b/controller/src/main/java/org/jboss/as/controller/Pro...
Get rid of wait in ProxyStepHandler was: bddefe<I>de7e5bd<I>e0b<I>ed<I>e<I>bebb<I>f
wildfly_wildfly-core
train
b0d95ba5f2f2e3b68870d876c02b6994cc907323
diff --git a/src/main/java/org/jboss/pressgang/ccms/utils/constants/CommonFilterConstants.java b/src/main/java/org/jboss/pressgang/ccms/utils/constants/CommonFilterConstants.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/pressgang/ccms/utils/constants/CommonFilterConstants.java +++ b/src/main/java/org/j...
Added new Filter Constants.
pressgang-ccms_PressGangCCMSCommonUtilities
train
ad855a06900c11b9324028921a2186edb1c73d35
diff --git a/lib/SvgSprite.js b/lib/SvgSprite.js index <HASH>..<HASH> 100644 --- a/lib/SvgSprite.js +++ b/lib/SvgSprite.js @@ -47,14 +47,14 @@ class SvgSprite { /** * Adds an icon to the sprite and sets the sprite to dirty so that new changes can be detected. - * @param {string} resourcePath - the icon...
Use the icon resource path with query as id (#<I>) * In this way the same icon can be added multiple times with different properties (example: when using tools like `svg-transform-loader`)
karify_external-svg-sprite-loader
train
d85f23c172b67a996913f514ae7f8ae65f89a065
diff --git a/lib/spout/version.rb b/lib/spout/version.rb index <HASH>..<HASH> 100644 --- a/lib/spout/version.rb +++ b/lib/spout/version.rb @@ -3,7 +3,7 @@ module Spout MAJOR = 0 MINOR = 6 TINY = 0 - BUILD = "beta4" # nil, "pre", "rc", "rc2" + BUILD = "beta5" # nil, "pre", "rc", "rc2" STRING ...
Version bump to <I>.beta5
nsrr_spout
train
478b8e4e2f6a9082a92b729f50b23cd462cfe45b
diff --git a/src/ossos-pipeline/pipeline/scramble.py b/src/ossos-pipeline/pipeline/scramble.py index <HASH>..<HASH> 100755 --- a/src/ossos-pipeline/pipeline/scramble.py +++ b/src/ossos-pipeline/pipeline/scramble.py @@ -1,17 +1,19 @@ #!python -'''plant synthetic moving objects into a set of observations. +"""plant syn...
PEP-8 cleanup, also created a main function to avoid shadowing. I'm working to get the pipeline scripts to all have a main() function. Once this is done we can build scripts that call these main functions instead of calling the scripts from a bash shell. This will provide better processing control.
OSSOS_MOP
train
57887220473ec9187d664df51afb712478004893
diff --git a/lib/rules/no-curly-component-invocation.js b/lib/rules/no-curly-component-invocation.js index <HASH>..<HASH> 100644 --- a/lib/rules/no-curly-component-invocation.js +++ b/lib/rules/no-curly-component-invocation.js @@ -43,7 +43,7 @@ const BUILT_INS = new Set([ 'in-element', /* from ember-cli-app-versi...
Expanding comment to include tests/index.html
ember-template-lint_ember-template-lint
train
da0741166c1f975e898cfa7bab21f57ab9142a41
diff --git a/spec/unit/resource/catalog_spec.rb b/spec/unit/resource/catalog_spec.rb index <HASH>..<HASH> 100755 --- a/spec/unit/resource/catalog_spec.rb +++ b/spec/unit/resource/catalog_spec.rb @@ -127,6 +127,11 @@ describe Puppet::Resource::Catalog, "when compiling" do config.add_class("one") expect(con...
(PUP-<I>) Add test asserting that brackets works in title
puppetlabs_puppet
train
f5af400361e83e34be5f449858c759d2f18b36dc
diff --git a/src/Utility/Export.php b/src/Utility/Export.php index <HASH>..<HASH> 100644 --- a/src/Utility/Export.php +++ b/src/Utility/Export.php @@ -292,7 +292,7 @@ final class Export { $association = self::getAssociationFromField($table, $field); if (null !== $association) { - $valu...
Virtual fields in search export (Task #<I>)
QoboLtd_cakephp-search
train
1884712d3b5a4219f2d3d9a56008f3d10275827e
diff --git a/spec/integration/cli_cck_spec.rb b/spec/integration/cli_cck_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/cli_cck_spec.rb +++ b/spec/integration/cli_cck_spec.rb @@ -3,10 +3,10 @@ require 'spec_helper' describe 'cli: cloudcheck', type: :integration do with_reset_sandbox_before_each + let...
Add integration test for recreating VMs with dead agents
cloudfoundry_bosh
train
6e1afbac9f2a412762bb07086b8e30a83fbfceec
diff --git a/lib/yard/parser/statement_list.rb b/lib/yard/parser/statement_list.rb index <HASH>..<HASH> 100644 --- a/lib/yard/parser/statement_list.rb +++ b/lib/yard/parser/statement_list.rb @@ -80,21 +80,7 @@ module YARD # exit #end - # Get the initial comments - if @statement.empty?...
Parser::StatementList: Factor out initial-comment processing.
lsegal_yard
train
f14f82f79f89c26000e95a6af9027e6c707ba9d7
diff --git a/lxd/networks.go b/lxd/networks.go index <HASH>..<HASH> 100644 --- a/lxd/networks.go +++ b/lxd/networks.go @@ -46,7 +46,7 @@ var networksCmd = APIEndpoint{ var networkCmd = APIEndpoint{ Path: "networks/{name}", - Delete: APIEndpointAction{Handler: networkDelete}, + Delete: APIEndpointAction{Handler: ne...
lxd/networks: Allow network deletion in projects
lxc_lxd
train
6ef5a19ff99af208216fedce1a47d72c057f7e59
diff --git a/visidata/column.py b/visidata/column.py index <HASH>..<HASH> 100644 --- a/visidata/column.py +++ b/visidata/column.py @@ -215,7 +215,7 @@ class Column(Extensible): return lambda v,*args,**kwargs: json.dumps(v) def format_python(self, fmtstr): - return str + return lambda v,*ar...
[format-] pass through args, kwargs for format_python
saulpw_visidata
train
22d24ef5ab6962fc455644fd15dd5d50d2b8ccf3
diff --git a/commits.go b/commits.go index <HASH>..<HASH> 100644 --- a/commits.go +++ b/commits.go @@ -27,6 +27,11 @@ func (cm *Commits) GetCommitComment(cmo *CommitsOptions) interface{} { return cm.c.execute("GET", url, "") } +func (cm *Commits) GetCommitStatuses(cmo *CommitsOptions) interface{} { + url := cm.c.r...
Added support for commit/statuses API Reference: <URL>
ktrysmt_go-bitbucket
train
3cc6d1fa0e782d8165c1aaa1f24c8b1b89050d32
diff --git a/src/photini/__init__.py b/src/photini/__init__.py index <HASH>..<HASH> 100644 --- a/src/photini/__init__.py +++ b/src/photini/__init__.py @@ -1,4 +1,4 @@ from __future__ import unicode_literals __version__ = '2020.12.0' -build = '1568 (0113693)' +build = '1569 (4ba15ea)' diff --git a/utils/lang_update....
Add option to strip line numbers from translation files This is useful for files that are committed to git, as the line number changes disguise the real changes.
jim-easterbrook_Photini
train
2e15c521c4f64c445311fbec06b6c0d8ea4defa3
diff --git a/jenetics.incubator/src/main/java/io/jenetics/incubator/grammar/Sentence.java b/jenetics.incubator/src/main/java/io/jenetics/incubator/grammar/Sentence.java index <HASH>..<HASH> 100644 --- a/jenetics.incubator/src/main/java/io/jenetics/incubator/grammar/Sentence.java +++ b/jenetics.incubator/src/main/java/i...
#<I>: Improve 'Sentence' generation.
jenetics_jenetics
train
92ee1fe4423aeab27f8fb7c2b518ccf2a1522185
diff --git a/lib/helpers/ago.js b/lib/helpers/ago.js index <HASH>..<HASH> 100644 --- a/lib/helpers/ago.js +++ b/lib/helpers/ago.js @@ -1,11 +1,14 @@ // Modified form of `timeago` helper from https://github.com/assemble/handlebars-helpers + +var newDate = require('new-date'); + var YEAR = 60 * 60 * 24 * 365; var MONT...
use newDate to parse date string/number in ago helper
sparkartgroup_handlebars-helper
train
e23dba0084b1dab408e68c2f3b0d42819c23887f
diff --git a/api/auth.go b/api/auth.go index <HASH>..<HASH> 100644 --- a/api/auth.go +++ b/api/auth.go @@ -328,6 +328,7 @@ func AddUserToTeam(w http.ResponseWriter, r *http.Request, t *auth.Token) error if err != nil { return err } + rec.Log(u.Email, "add-user-to-team", "team="+team, "user="+email) return add...
api: record user action in the AddUserToTeam handler Related to #<I>.
tsuru_tsuru
train
8a08bb951df2b7d80a57f65184d852fa3413912e
diff --git a/spec/vws_spec.rb b/spec/vws_spec.rb index <HASH>..<HASH> 100644 --- a/spec/vws_spec.rb +++ b/spec/vws_spec.rb @@ -51,8 +51,8 @@ describe Vws do describe "should retrieve a single target info" do conn = Vws::Api.new(VWS_ACCESSKEY, VWS_SECRETKEY) - puts "Info for targetid = ee408e0b9d054a04b0d...
Updated spec file with more meaningful target ids
nkokkos_vws
train
5a295b652360776e5b5ff3062b9ede0e931cb99b
diff --git a/holoviews/plotting/bokeh/raster.py b/holoviews/plotting/bokeh/raster.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/bokeh/raster.py +++ b/holoviews/plotting/bokeh/raster.py @@ -5,6 +5,7 @@ from bokeh.models.mappers import LinearColorMapper from ...core.util import cartesian_product from ...ele...
Raised SkipRendering Error for non-rectangular QuadMesh in bokeh
pyviz_holoviews
train
87fb75eba752b33e3efb32a74f193830d22ef556
diff --git a/admin/output/html/page/file/browse.php b/admin/output/html/page/file/browse.php index <HASH>..<HASH> 100644 --- a/admin/output/html/page/file/browse.php +++ b/admin/output/html/page/file/browse.php @@ -62,7 +62,7 @@ if ($files) { $i = 0; foreach ($files as $file) { if (!($i % 10)) { - ...
please don't use $httpimg in the admin
monomelodies_monad
train
cc3ff5b0b5bd1f16280008c990dd27cd83590bf2
diff --git a/mlbgame/statmap.py b/mlbgame/statmap.py index <HASH>..<HASH> 100644 --- a/mlbgame/statmap.py +++ b/mlbgame/statmap.py @@ -9,7 +9,52 @@ will contain each property. ''' Stat identifiers and their meanings + +`obj` - the objects that contain the stat + +`always` - whether the stat is always present in tho...
Some stats in the idmap
panzarino_mlbgame
train
c1af91aa76736cf21827d0dd6d847d525646971e
diff --git a/src/Command/Service/RedisCliCommand.php b/src/Command/Service/RedisCliCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/Service/RedisCliCommand.php +++ b/src/Command/Service/RedisCliCommand.php @@ -70,6 +70,10 @@ class RedisCliCommand extends CommandBase /** @var \Platformsh\Cli\Service\Sh...
Expose redis relationship/URL explicitly
platformsh_platformsh-cli
train
7e008ac5a058d4da4b1ce003583b3670bcdd9a2e
diff --git a/LiSE/LiSE/cache.py b/LiSE/LiSE/cache.py index <HASH>..<HASH> 100644 --- a/LiSE/LiSE/cache.py +++ b/LiSE/LiSE/cache.py @@ -450,6 +450,53 @@ class ThingsCache(Cache): Cache.__init__(self, db) self._make_node = db.thing_cls + def _store(self, *args, planning): + character, thing,...
Redo the contents caching It never had the ability to remove something from contents
LogicalDash_LiSE
train