hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
5791a1d11a22ad6874b9c9a713507fe544dcd4ae
diff --git a/addon/mixins/hammer-events.js b/addon/mixins/hammer-events.js index <HASH>..<HASH> 100644 --- a/addon/mixins/hammer-events.js +++ b/addon/mixins/hammer-events.js @@ -76,6 +76,7 @@ export default Ember.Mixin.create({ document.body.addEventListener('click', function (e) { e = e || window.event; ...
bring return back into line with ember's expectations
runspired_ember-mobiletouch
train
6050a1b9124e095f7c0af7f7d48939d829e0b244
diff --git a/lib/adhearsion/call_controller/output.rb b/lib/adhearsion/call_controller/output.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/call_controller/output.rb +++ b/lib/adhearsion/call_controller/output.rb @@ -1,10 +1,14 @@ module Adhearsion class CallController module Output - def speak(text...
[FEATURE] Rename CallController#speak to #say, with an alias
adhearsion_adhearsion
train
d3079246438a97666de46cf4fb148f035bb0a359
diff --git a/abydos/distance/_guttman_lambda_a.py b/abydos/distance/_guttman_lambda_a.py index <HASH>..<HASH> 100644 --- a/abydos/distance/_guttman_lambda_a.py +++ b/abydos/distance/_guttman_lambda_a.py @@ -138,21 +138,20 @@ class GuttmanLambdaA(_TokenDistance): """ if src == tar: return ...
fixed formula for A & simplified both, added rounding
chrislit_abydos
train
2447a5e84a56642f4d2ad6d7856d35f68cc12c44
diff --git a/src/trumbowyg.js b/src/trumbowyg.js index <HASH>..<HASH> 100644 --- a/src/trumbowyg.js +++ b/src/trumbowyg.js @@ -415,7 +415,9 @@ jQuery.trumbowyg = { t.buildOverlay(); - t.$c.trigger('tbwinit'); + setTimeout(function () { + t.$c.trigger('tbwinit'); + ...
fix: fix tbwinit event
Alex-D_Trumbowyg
train
3b2ed78a97132115fe4caaeddd5a45d93ea88cce
diff --git a/lib/rack/app/constants.rb b/lib/rack/app/constants.rb index <HASH>..<HASH> 100644 --- a/lib/rack/app/constants.rb +++ b/lib/rack/app/constants.rb @@ -43,14 +43,15 @@ module Rack::App::Constants CONTENT_TYPE = 'CONTENT_TYPE'.freeze REQUEST_HANDLER = 'rack-app.handler'.freeze - PARSED_PARAMS =...
refactor: update Constants
rack-app_rack-app
train
f3fbff62079f1ba338f0e59a2bd017d2f5304ff4
diff --git a/classes/fields/pick.php b/classes/fields/pick.php index <HASH>..<HASH> 100644 --- a/classes/fields/pick.php +++ b/classes/fields/pick.php @@ -2223,6 +2223,7 @@ class PodsField_Pick extends PodsField { }//end if } elseif ( $pick_object + && $this->setup_related_objects() && isset( self...
Ensure related objects are set up when getting data
pods-framework_pods
train
2f902806221ca9393e8819c57c4ed69c52d5eeaa
diff --git a/lib/passport/context/http/actions.js b/lib/passport/context/http/actions.js index <HASH>..<HASH> 100644 --- a/lib/passport/context/http/actions.js +++ b/lib/passport/context/http/actions.js @@ -17,7 +17,7 @@ var actions = module.exports = {}; * @param {Object} info * @api public */ -actions.success =...
Document and test that profile parameter is passed to authenticate callback.
jaredhanson_passport
train
1f6956a1d38e37e35a50c18883be0d30e9ee0996
diff --git a/lib/puppet/ssl/host.rb b/lib/puppet/ssl/host.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/ssl/host.rb +++ b/lib/puppet/ssl/host.rb @@ -218,7 +218,7 @@ On the master: puppet cert clean #{Puppet[:certname]} On the agent: 1a. On most platforms: find #{Puppet[:ssldir]} -name #{Puppet[:certname]}.pem ...
(PUP-<I>) Fix Windows cert clean instructions - Previously the instructions would say something like: del "C:/ProgramData/PuppetLabs/puppet/etc/ssl/agent.pem" /f This fails in a cmd.exe prompt, and is the incorrect directory anyhow Updated so that it shows like: del "C:\ProgramData\PuppetLabs\puppet\etc\ssl\c...
puppetlabs_puppet
train
7905f8547399502246c1b520efa74c49b4a19fd7
diff --git a/cumulusci/tasks/salesforce/sourcetracking.py b/cumulusci/tasks/salesforce/sourcetracking.py index <HASH>..<HASH> 100644 --- a/cumulusci/tasks/salesforce/sourcetracking.py +++ b/cumulusci/tasks/salesforce/sourcetracking.py @@ -23,7 +23,16 @@ class ListChanges(BaseSalesforceApiTask): api_version = "47.0...
update based on @jstvz feedback
SFDO-Tooling_CumulusCI
train
0bf42bb525c688b0f873094cd6666cf26c57a864
diff --git a/Neos.Fusion.Afx/Classes/Service/AfxService.php b/Neos.Fusion.Afx/Classes/Service/AfxService.php index <HASH>..<HASH> 100644 --- a/Neos.Fusion.Afx/Classes/Service/AfxService.php +++ b/Neos.Fusion.Afx/Classes/Service/AfxService.php @@ -178,7 +178,7 @@ class AfxService $childrenPropertyName =...
TASK: Handle empty nodeLists properly If a node only contained children that were ignored the returned fusion code was invalid. This case is fixed by creating an empty string for NodeLists that do not contain meaningful items.
neos_neos-development-collection
train
a3537d132a68a102bf0eb9e06c959566a1ef5a55
diff --git a/test/test_guard.py b/test/test_guard.py index <HASH>..<HASH> 100644 --- a/test/test_guard.py +++ b/test/test_guard.py @@ -15,14 +15,14 @@ class TestGuard(TestCase): def test_one_time_code(self): timestamp = 1469184207 code = guard.generate_one_time_code(self.shared_secret, timestamp)...
Use assertEqual instead of assertEquals for Python <I> compatibility.
bukson_steampy
train
215abfda39c34aa125f9405d9bb848eb45ee7ac6
diff --git a/git/diff.py b/git/diff.py index <HASH>..<HASH> 100644 --- a/git/diff.py +++ b/git/diff.py @@ -16,7 +16,7 @@ from .objects.util import mode_str_to_int # typing ------------------------------------------------------------------ from typing import Any, Iterator, List, Match, Optional, Tuple, Type, Union, ...
Readd typeguard to Diff.py
gitpython-developers_GitPython
train
258cfb02da59f73572bbf5fbf3a3f74b0c79569a
diff --git a/cv/internal/prjmanager/impl/state/components.go b/cv/internal/prjmanager/impl/state/components.go index <HASH>..<HASH> 100644 --- a/cv/internal/prjmanager/impl/state/components.go +++ b/cv/internal/prjmanager/impl/state/components.go @@ -27,6 +27,7 @@ import ( "go.chromium.org/luci/common/clock" "go.ch...
[cv] log transient errors of triage at warning level. R=qyearsley, yiwzhang Change-Id: I<I>b<I>eda<I>ab1a<I>cc0ba<I>f<I>b<I>d Reviewed-on: <URL>
luci_luci-go
train
21b26f30a35c956662bcf148a88f45fb052a4997
diff --git a/rip/schema/list_field.py b/rip/schema/list_field.py index <HASH>..<HASH> 100644 --- a/rip/schema/list_field.py +++ b/rip/schema/list_field.py @@ -30,6 +30,10 @@ class ListField(BaseField): if self.nullable and value is None: return ValidationResult(is_success=True) + if type(...
Validates whether the data passed to a list field is actually a list.
Aplopio_django_rip
train
176f7f6dff3988936540cac64e3ea32a901d2af4
diff --git a/lib/Algo/Tools/Pairwise.php b/lib/Algo/Tools/Pairwise.php index <HASH>..<HASH> 100644 --- a/lib/Algo/Tools/Pairwise.php +++ b/lib/Algo/Tools/Pairwise.php @@ -16,27 +16,29 @@ use Condorcet\Timer\Chrono as Timer_Chrono; class Pairwise implements \Iterator { // Implement Iterator - - private $positi...
Pairwise is now an object ! (step 2)
julien-boudry_Condorcet
train
45292a949dfe0f3f9ee9f5de6a60017b1ac82e9b
diff --git a/dropwizard-db/src/main/java/io/dropwizard/db/DataSourceFactory.java b/dropwizard-db/src/main/java/io/dropwizard/db/DataSourceFactory.java index <HASH>..<HASH> 100644 --- a/dropwizard-db/src/main/java/io/dropwizard/db/DataSourceFactory.java +++ b/dropwizard-db/src/main/java/io/dropwizard/db/DataSourceFactor...
Update DataSourceFactory.maxSize api docs * maxSize is initialized to <I>, not <I>
dropwizard_dropwizard
train
9d72ae249c58fd4e431a8a92d9c950a6c6cc0341
diff --git a/lib/accesslib.php b/lib/accesslib.php index <HASH>..<HASH> 100644 --- a/lib/accesslib.php +++ b/lib/accesslib.php @@ -4232,7 +4232,7 @@ function count_role_users($roleid, context $context, $parent = false) { array_unshift($params, $context->id); - $sql = "SELECT COUNT(u.id) + $sql = "SELECT ...
MDL-<I> access: count_role_users gives unexpected results The count_role_users function in lib/accesslib.php gives the wrong results if a user has the same role at multiple levels in a context path. For example a user is a coursecreator on a course and the category that the course is in, in this case they would be co...
moodle_moodle
train
fdc12c9d7c4f80144ef1274a9b14609d706bcf24
diff --git a/lib/dawn/core.rb b/lib/dawn/core.rb index <HASH>..<HASH> 100644 --- a/lib/dawn/core.rb +++ b/lib/dawn/core.rb @@ -14,10 +14,11 @@ module Dawn puts "\t$ dawn -C --json a_sinatra_webapp_directory" puts "\t$ dawn --ascii-tabular-report my_rails_blog_ecommerce" puts "\t$ dawn --html -F my_...
Marked DEPRECATED flags in help message
thesp0nge_dawnscanner
train
3733edc314702ed970b667a0ddb30e105519249a
diff --git a/backtrader/feeds/csvgeneric.py b/backtrader/feeds/csvgeneric.py index <HASH>..<HASH> 100644 --- a/backtrader/feeds/csvgeneric.py +++ b/backtrader/feeds/csvgeneric.py @@ -24,7 +24,7 @@ from __future__ import (absolute_import, division, print_function, from datetime import datetime import itertools -from...
Fix #<I> by directly importing TimeFrame
backtrader_backtrader
train
5bebb702a06ac93bb020efc1bbb96058c0213323
diff --git a/app/src/main/java/com/mikepenz/crossfadedrawerlayout/app/SimpleActivity.java b/app/src/main/java/com/mikepenz/crossfadedrawerlayout/app/SimpleActivity.java index <HASH>..<HASH> 100755 --- a/app/src/main/java/com/mikepenz/crossfadedrawerlayout/app/SimpleActivity.java +++ b/app/src/main/java/com/mikepenz/cro...
* modify sample app to follow the updated drawer
mikepenz_CrossfadeDrawerLayout
train
4e5859e8300e7c56f28ca07c47131d14f6cf8632
diff --git a/api.go b/api.go index <HASH>..<HASH> 100644 --- a/api.go +++ b/api.go @@ -1094,7 +1094,7 @@ func ServeFd(addr string, handle http.Handler) error { // Since ListenFD will return one or more sockets we have // to create a go func to spawn off multiple serves - for i, _ := range ls { + for i := range ls...
fix(api): , _ removed to simplify code in range Docker-DCO-<I>-
containers_storage
train
2bb0f2d6e5f3aac609bb85d6c62290c30f5c6346
diff --git a/app/src/grunt/sass.js b/app/src/grunt/sass.js index <HASH>..<HASH> 100644 --- a/app/src/grunt/sass.js +++ b/app/src/grunt/sass.js @@ -7,7 +7,6 @@ module.exports = { */ boltCss: { options: { - outputStyle: 'compressed', includePaths: [ '<%= path.s...
Write sass output uncompressed, csswring wil do that later
bolt_bolt
train
4cf29bd75f84c82f0a2dec2fc3732b2afe4a13ef
diff --git a/telegrambots/src/main/java/org/telegram/telegrambots/updatesreceivers/DefaultBotSession.java b/telegrambots/src/main/java/org/telegram/telegrambots/updatesreceivers/DefaultBotSession.java index <HASH>..<HASH> 100644 --- a/telegrambots/src/main/java/org/telegram/telegrambots/updatesreceivers/DefaultBotSessi...
Clean up some thread usage, seems to close #<I>.
rubenlagus_TelegramBots
train
48f0ac034b25564145f4ae89f3646f68ac5252a9
diff --git a/coveralls/api.py b/coveralls/api.py index <HASH>..<HASH> 100644 --- a/coveralls/api.py +++ b/coveralls/api.py @@ -97,10 +97,10 @@ class Coveralls: @staticmethod def load_config_from_circle(): - number = os.environ.get( - 'CIRCLE_WORKFLOW_ID') or os.environ.get('CIRCLE_BUILD_NU...
chore: fix lint issues
coveralls-clients_coveralls-python
train
e761072012289887078073d295c52cac7bf47529
diff --git a/providence-thrift/src/main/java/net/morimekta/providence/thrift/io/FramedBufferInputSteram.java b/providence-thrift/src/main/java/net/morimekta/providence/thrift/io/FramedBufferInputSteram.java index <HASH>..<HASH> 100644 --- a/providence-thrift/src/main/java/net/morimekta/providence/thrift/io/FramedBuffer...
Fix nit about negative int from byte in FramedBufferInputStream.
morimekta_providence
train
0be1c9a81f9e88d35304b24d7c3d0a62f90b7759
diff --git a/consumer_config.go b/consumer_config.go index <HASH>..<HASH> 100644 --- a/consumer_config.go +++ b/consumer_config.go @@ -176,6 +176,7 @@ func DefaultConsumerConfig() *ConsumerConfig { config.NumWorkers = 10 config.MaxWorkerRetries = 3 config.WorkerRetryThreshold = 100 + config.WorkerThresholdTimeWin...
Added default WorkerThresholdTimeWindow config that caused high CPU usage while being idle. re #1
elodina_go_kafka_client
train
62e8993f734cbc3acfdfa0bbf3e19406dcfa57f1
diff --git a/src/BoomCMS/Policies/PagePolicy.php b/src/BoomCMS/Policies/PagePolicy.php index <HASH>..<HASH> 100644 --- a/src/BoomCMS/Policies/PagePolicy.php +++ b/src/BoomCMS/Policies/PagePolicy.php @@ -28,6 +28,18 @@ class PagePolicy extends BoomCMSPolicy return true; } - return parent::...
Fixed page permissions not cascading down tree
boomcms_boom-core
train
88ad193bbafa9661edf8110287b4ea79187af71e
diff --git a/collection.go b/collection.go index <HASH>..<HASH> 100644 --- a/collection.go +++ b/collection.go @@ -39,10 +39,12 @@ type ValidationError struct { } type TimeCreatedTracker interface { + GetCreated() time.Time SetCreated(time.Time) } type TimeModifiedTracker interface { + GetModified() time.Time...
Added `GetCreated` to `TimeCreatedTracker` and `GetModified` to `TimeModifiedTracker`
go-bongo_bongo
train
b45a12e3544b4c246d160a1e17f47ec25d0f03bb
diff --git a/components/user-agreement/service.js b/components/user-agreement/service.js index <HASH>..<HASH> 100644 --- a/components/user-agreement/service.js +++ b/components/user-agreement/service.js @@ -145,12 +145,13 @@ export default class UserAgreementService { } this._alertPromise = new Promise((resol...
RG-<I> support postponing EUA for guest right on the modal dialog
JetBrains_ring-ui
train
012345328cb3f73e915e7efcb4bcdb64fbc35655
diff --git a/pycanlib/CAN.py b/pycanlib/CAN.py index <HASH>..<HASH> 100644 --- a/pycanlib/CAN.py +++ b/pycanlib/CAN.py @@ -43,7 +43,7 @@ TRANS_SN_ARRAY = ctypes.c_ubyte * MAX_TRANS_SN_LENGTH class Message(object): - def __init__(self, timestamp=0.0, is_remote_frame=False, id_type=ID_TYPE_11_BIT, is_wakeup=(not ...
Single CAN messages can now have multiple information message strings attached to them
hardbyte_python-can
train
5a324c63f71d4c3ae71bc534221a740648a3bbc9
diff --git a/frontdoor.js b/frontdoor.js index <HASH>..<HASH> 100644 --- a/frontdoor.js +++ b/frontdoor.js @@ -2,6 +2,7 @@ var Route = require("./lib/route"); var Section = require("./lib/section"); +var Types = require("./lib/types"); var middleware = require("./lib/middleware"); var Api = require("./lib/api"); ...
Add support for wildcard url params and for "all" routes
cloud9ide_frontdoor
train
d0a518d0216a0e22561d5ba8fe68889863caae08
diff --git a/AppiumLibrary/keywords/_screenshot.py b/AppiumLibrary/keywords/_screenshot.py index <HASH>..<HASH> 100644 --- a/AppiumLibrary/keywords/_screenshot.py +++ b/AppiumLibrary/keywords/_screenshot.py @@ -4,6 +4,7 @@ import os import robot from .keywordgroup import KeywordGroup +EMBED = "EMBED" class ...
Add a parameter to embed screenshot in log.html as base<I> contents. (a first step regarding issue #<I>)
serhatbolsu_robotframework-appiumlibrary
train
a53ab747fab3b8514bb461ce56f49a7fdc3a462f
diff --git a/src/Illuminate/Database/Eloquent/Model.php b/src/Illuminate/Database/Eloquent/Model.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Database/Eloquent/Model.php +++ b/src/Illuminate/Database/Eloquent/Model.php @@ -1257,9 +1257,9 @@ abstract class Model implements ArrayAccess, Arrayable, Jsonable, JsonS...
routeKey -> value (#<I>)
laravel_framework
train
50987d04ea0ef603b722ff200f66c4c39ca99849
diff --git a/course/lib.php b/course/lib.php index <HASH>..<HASH> 100644 --- a/course/lib.php +++ b/course/lib.php @@ -2558,7 +2558,7 @@ function update_course($data, $editoroptions = NULL) { // The summary might be very long, we don't wan't to fill up the log record with the full text. ...
MDL-<I> course: Make sure tags are on when logging updated settings
moodle_moodle
train
9974568598f419733038b45fc977990d3337e836
diff --git a/cumulusci/tasks/salesforce.py b/cumulusci/tasks/salesforce.py index <HASH>..<HASH> 100644 --- a/cumulusci/tasks/salesforce.py +++ b/cumulusci/tasks/salesforce.py @@ -1311,30 +1311,30 @@ class RunApexTests(BaseSalesforceToolingApiTask): ) def _wait_for_tests(self): - poll_interval...
use _poll() for checking test results
SFDO-Tooling_CumulusCI
train
0e5273221da416a09939c9a80392acd98c6cd5bf
diff --git a/cookiecutter/main.py b/cookiecutter/main.py index <HASH>..<HASH> 100755 --- a/cookiecutter/main.py +++ b/cookiecutter/main.py @@ -37,11 +37,9 @@ def cookiecutter(input_dir, checkout=None, no_input=False): # If it's a git repo, clone if input_dir.endswith('.git'): - got_repo_arg = True ...
Don't delete the repo anymore, as per my comments today in #<I>.
audreyr_cookiecutter
train
28acfcf69ef51da6c0d1094ec292815ba63d81d5
diff --git a/api/unit/unit.go b/api/unit/unit.go index <HASH>..<HASH> 100644 --- a/api/unit/unit.go +++ b/api/unit/unit.go @@ -33,3 +33,9 @@ func (u *Unit) RemoveRelation(su *Unit) error { log.Printf("unrelating %s with service %s", u.Name, su.Name) return cmd.Start() } + +func (u *Unit) Command(command string) ([...
added unit.Command to run a command in an unit
tsuru_tsuru
train
e712214c6a161b741d6a9d52055aaadde7c7f867
diff --git a/gql/transport/requests.py b/gql/transport/requests.py index <HASH>..<HASH> 100644 --- a/gql/transport/requests.py +++ b/gql/transport/requests.py @@ -29,6 +29,7 @@ class RequestsHTTPTransport(Transport): timeout=None, # type: int verify=True, # type: bool retries=0, # type: in...
Allows for custom/any HTTP method (other than POST) (#<I>)
graphql-python_gql
train
5ba82a5eb2774c212c6678052559fe1486fe0b70
diff --git a/tests/src/main/java/org/hibernate/beanvalidation/tck/tests/metadata/PropertyDescriptorTest.java b/tests/src/main/java/org/hibernate/beanvalidation/tck/tests/metadata/PropertyDescriptorTest.java index <HASH>..<HASH> 100644 --- a/tests/src/main/java/org/hibernate/beanvalidation/tck/tests/metadata/PropertyDes...
BVTCK-<I> Update assertion references
beanvalidation_beanvalidation-tck
train
65449c1e589bab58b97dba1ea394ba80d50900b8
diff --git a/packages/core/resolve-redux/src/create_view_models_reducer.js b/packages/core/resolve-redux/src/create_view_models_reducer.js index <HASH>..<HASH> 100644 --- a/packages/core/resolve-redux/src/create_view_models_reducer.js +++ b/packages/core/resolve-redux/src/create_view_models_reducer.js @@ -165,8 +165,9 ...
Fix no wildcard viewmodel event apply (#<I>)
reimagined_resolve
train
65459afb48600f85d0a4ed9978d03076d8387024
diff --git a/core/src/main/java/com/capitalone/dashboard/model/Dashboard.java b/core/src/main/java/com/capitalone/dashboard/model/Dashboard.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/capitalone/dashboard/model/Dashboard.java +++ b/core/src/main/java/com/capitalone/dashboard/model/Dashboard.java @@ -1...
Missed removing this reference to TeamDashboard type on the Dashboard model object.
Hygieia_Hygieia
train
0fbe6e103c4f86903368e5edf864c040f18ed800
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,15 +1,17 @@ var Promise = require('bluebird'); var phantom = require('phantom'); +var util = require('util'); +var EventEmitter = require('events').EventEmitter; module.exports = Phantasma = function () { - + EventEm...
added wait, type, click. added args to evaluate
petecoop_phantasma
train
5c3ebf28559e8ce7e07fc5c8e965916808d7fc20
diff --git a/src/bosh/infrastructure/device_path_resolver/vsphere_device_path_resolver.go b/src/bosh/infrastructure/device_path_resolver/vsphere_device_path_resolver.go index <HASH>..<HASH> 100644 --- a/src/bosh/infrastructure/device_path_resolver/vsphere_device_path_resolver.go +++ b/src/bosh/infrastructure/device_pat...
Do not retry to find device path once it is found
cloudfoundry_bosh-agent
train
78a6e0612a5aaba4f7cb0c9c78240ed38018a136
diff --git a/src/Search/Mapper.php b/src/Search/Mapper.php index <HASH>..<HASH> 100644 --- a/src/Search/Mapper.php +++ b/src/Search/Mapper.php @@ -126,6 +126,8 @@ class Mapper public function toGoogle(Document $obj_source, GoogleDocument $obj_target) { $obj_target->setId($obj_source->getId()); + + ...
Mapping facets to Google search index
tomwalder_php-appengine-search
train
a67ec79e4e6c1ca3d0e05837dbf8cefeef3bdcb3
diff --git a/baron/baron.py b/baron/baron.py index <HASH>..<HASH> 100644 --- a/baron/baron.py +++ b/baron/baron.py @@ -43,7 +43,12 @@ def parse(source_code, print_function=None): if source_code and source_code[-1] != "\n": source_code += "\n" - return _parse(tokenize(source_code, print_function),...
[fix] in special case, the last token is not an endl token
PyCQA_baron
train
28c60ebbeb4750eda02409b6b7d465bfa61809a8
diff --git a/src/index.test.js b/src/index.test.js index <HASH>..<HASH> 100644 --- a/src/index.test.js +++ b/src/index.test.js @@ -123,7 +123,7 @@ test('\'merge\' reducer only merge the existent field of state', () => { name: 'merge', job: 'student', information: { - height: 180, + he...
[test] differ the action payload and origin state
Fullstop000_redux-sirius
train
7019f7b310d28113f52cc58c3a681fc986ea6f9e
diff --git a/pebble/pebble.py b/pebble/pebble.py index <HASH>..<HASH> 100644 --- a/pebble/pebble.py +++ b/pebble/pebble.py @@ -14,6 +14,19 @@ # along with Pebble. If not, see <http://www.gnu.org/licenses/>. +from functools import wraps + + +def coroutine(func): + @wraps(func) + def start(*args, **kwargs): +...
some further progress in ProcessPool
noxdafox_pebble
train
b56573d5f6dbf01507f18bafda62ba31f39ef944
diff --git a/cilium-net-daemon/main.go b/cilium-net-daemon/main.go index <HASH>..<HASH> 100644 --- a/cilium-net-daemon/main.go +++ b/cilium-net-daemon/main.go @@ -138,6 +138,16 @@ func init() { setupLOG() + if nodeAddrStr == "" { + var err error + nodeAddrStr, err = common.GenerateV6Prefix() + if err != nil { ...
Automatically derive node address in daemon and plugin
cilium_cilium
train
46b881c090ced191c71d7c9bf974f82f10907992
diff --git a/LiSE/rule.py b/LiSE/rule.py index <HASH>..<HASH> 100644 --- a/LiSE/rule.py +++ b/LiSE/rule.py @@ -151,48 +151,32 @@ class RuleBook(MutableSequence): def __init__(self, engine, name): self.engine = engine self.name = name - self._cache = {} - - def _cache_at(self, branch, ti...
Take advantage of the timeless nature of RuleBook to make its cache simpler. Still no obvious speed improvement.
LogicalDash_LiSE
train
28f5ec9c11f7ffe9c7fa80a53433622fef7dc24f
diff --git a/js/analyzer.js b/js/analyzer.js index <HASH>..<HASH> 100644 --- a/js/analyzer.js +++ b/js/analyzer.js @@ -261,6 +261,7 @@ YoastSEO.Analyzer.prototype.stopwords = function() { /** * calculate Flesch Reading score + * formula: 206.835 - 1.015 (total words / total sentences) - 84.6 ( total syllables / to...
Added comments to functions added check for empty keyword on metadescription keyword test
Yoast_YoastSEO.js
train
9100e5852d1152360a6044788639338325d2c628
diff --git a/rig/bitfield.py b/rig/bitfield.py index <HASH>..<HASH> 100644 --- a/rig/bitfield.py +++ b/rig/bitfield.py @@ -416,6 +416,42 @@ class BitField(object): """ return self.fields.get_field(field, self.field_values).tags.copy() + def get_location_and_length(self, field): + """Get th...
Add get_location_and_length to BitField This new method allows the direct querying of the size and location allocated to fields in a bit field, without having to deconstruct a mask.
project-rig_rig
train
06a69cf4252d9a167d1981000475cef5d53adb79
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,7 @@ Return a user from the database. #### user.verifyPassword(password, cb) * password {String} the password to verify * cb {Function} first parameter will be an error or null, second parameter - contains ...
fixes #5: removed user from cb verifyPassword Removed returning user as third parameter of callback of verifyPassword.
timkuijsten_node-bcrypt-user
train
88dce620048696a15db26ee98c3a8e78a17a3cae
diff --git a/cartoframes/data/services/isolines.py b/cartoframes/data/services/isolines.py index <HASH>..<HASH> 100644 --- a/cartoframes/data/services/isolines.py +++ b/cartoframes/data/services/isolines.py @@ -128,7 +128,7 @@ class Isolines(Service): input_dataframe = None if isinstance(source, pd.Da...
Remove unnecessary credentials Dataframe datasets ignore the constructor credentials, and, in any case, for dataframes we're setting the Geocoder credentials to upload them.
CartoDB_cartoframes
train
fec9af264b30f0ecf5c87840570846a8c330efb5
diff --git a/lib/haml/precompiler.rb b/lib/haml/precompiler.rb index <HASH>..<HASH> 100644 --- a/lib/haml/precompiler.rb +++ b/lib/haml/precompiler.rb @@ -162,8 +162,9 @@ END end if old_line.spaces != old_line.tabs * 2 - raise SyntaxError.new("Illegal indentation: only two space characters ...
Change the text for the Haml indentation errors.
sass_ruby-sass
train
8a2deeb06c55edf7c7f860209a54dbe4cdc78ad6
diff --git a/shared/reducers/dev.js b/shared/reducers/dev.js index <HASH>..<HASH> 100644 --- a/shared/reducers/dev.js +++ b/shared/reducers/dev.js @@ -28,6 +28,7 @@ export default function (state: DevState = initialState, action: DevAction): Sta if (action.type === updateReloading && !action.error) { return {...
Fix my mistake that breaks hmr (#<I>)
keybase_client
train
39cc8d65bbc100f3d8bde1eeed08d6e74721a589
diff --git a/lib/gds_api/support.rb b/lib/gds_api/support.rb index <HASH>..<HASH> 100644 --- a/lib/gds_api/support.rb +++ b/lib/gds_api/support.rb @@ -13,6 +13,10 @@ class GdsApi::Support < GdsApi::Base post_json!("#{base_url}/named_contacts", { :named_contact => request_details }, options[:headers] || {}) end ...
support: add endpoint for anonymous long-form contacts
alphagov_gds-api-adapters
train
a387eeb5f74f0f37109f6e3d0e6b2d9bef7a5720
diff --git a/src/Hashing/BcryptHasher.php b/src/Hashing/BcryptHasher.php index <HASH>..<HASH> 100644 --- a/src/Hashing/BcryptHasher.php +++ b/src/Hashing/BcryptHasher.php @@ -60,4 +60,15 @@ class BcryptHasher implements HasherInterface return password_needs_rehash($hashedValue, PASSWORD_DEFAULT, array('cost'...
Add the method Nova\Hashing\BcryptHasher@setRounds
nova-framework_system
train
f80112c07891bf88f36cba63db991377288402f4
diff --git a/dist/schemaobject.js b/dist/schemaobject.js index <HASH>..<HASH> 100644 --- a/dist/schemaobject.js +++ b/dist/schemaobject.js @@ -1145,7 +1145,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons return; } - ...
Fix spacing issue in test, clarify comment
scotthovestadt_schema-object
train
d463d6dd74b84347106bbaf71f75caba3068f0d2
diff --git a/tools/synthesis/src/main/java/kg/apc/jmeter/vizualizers/AggregateReportGui.java b/tools/synthesis/src/main/java/kg/apc/jmeter/vizualizers/AggregateReportGui.java index <HASH>..<HASH> 100644 --- a/tools/synthesis/src/main/java/kg/apc/jmeter/vizualizers/AggregateReportGui.java +++ b/tools/synthesis/src/main/...
Add <I>%, and <I>% data in aggregate report (#<I>) There's <I>% and <I>% response time data in aggregate report in GUI, but there's only <I>% response time data in command line. For better data statistics, It'd be better to have <I>% response time data.
undera_jmeter-plugins
train
31c0d346c3d9614e1c1c23fa2e418eb76d742e24
diff --git a/test/unit/voldemort/store/AbstractStoreTest.java b/test/unit/voldemort/store/AbstractStoreTest.java index <HASH>..<HASH> 100644 --- a/test/unit/voldemort/store/AbstractStoreTest.java +++ b/test/unit/voldemort/store/AbstractStoreTest.java @@ -252,10 +252,10 @@ public abstract class AbstractStoreTest<K, V> e...
Adapt test to the fact that InconsistencyResolvingStore does not override getVersions anymore.
voldemort_voldemort
train
5eb35d7fa904ace64348faa48ff4ace583466d00
diff --git a/structr-ui/src/main/resources/structr/js/flows.js b/structr-ui/src/main/resources/structr/js/flows.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/flows.js +++ b/structr-ui/src/main/resources/structr/js/flows.js @@ -174,6 +174,11 @@ var _Flows = { return packages....
Enables keybinds for flow creation input in flow page.
structr_structr
train
3555f42940a98eb672cc1c545cf75ed17a3b14e0
diff --git a/bcbio/broad/__init__.py b/bcbio/broad/__init__.py index <HASH>..<HASH> 100644 --- a/bcbio/broad/__init__.py +++ b/bcbio/broad/__init__.py @@ -22,9 +22,9 @@ class BroadRunner: self._picard_ref = config_utils.expand_path(picard_ref) self._gatk_dir = config_utils.expand_path(gatk_dir) or con...
Bug fixes for typo in VariantRecalibration and incorrect normalization in algorithm variantcaller parameter. Speed up for re-starts by avoiding initial version detection for GATK/Picard
bcbio_bcbio-nextgen
train
85ebdad46e83d25819ff797c41fa069219b99a27
diff --git a/app/lib/actions/pulp/abstract_async_task.rb b/app/lib/actions/pulp/abstract_async_task.rb index <HASH>..<HASH> 100644 --- a/app/lib/actions/pulp/abstract_async_task.rb +++ b/app/lib/actions/pulp/abstract_async_task.rb @@ -102,6 +102,7 @@ module Actions private def external_task=(external_ta...
Fixes #<I> - ignore <I> on gen applicability
Katello_katello
train
aea2950ba9d3581a44197c5b53a850e1104408b6
diff --git a/tests/Database/Test/DatabaseConnectionTest.php b/tests/Database/Test/DatabaseConnectionTest.php index <HASH>..<HASH> 100644 --- a/tests/Database/Test/DatabaseConnectionTest.php +++ b/tests/Database/Test/DatabaseConnectionTest.php @@ -18,7 +18,7 @@ use Josantonius\Database\Database, final class DatabaseC...
Updated to <I> version
Josantonius_PHP-Database
train
8ee1b0afabbeb4b18b0c699e826d6e110b4ac7b6
diff --git a/lib/moodlelib.php b/lib/moodlelib.php index <HASH>..<HASH> 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -383,18 +383,6 @@ function unregister_globals () { $_SERVER = $SERVER; } -/** - * Improved ensure a variable is set - * Issue a (custom) error message if not - * @param mixed $var th...
Removed assert_var_exists() function that did nothing useful.
moodle_moodle
train
12f5b6d7a2b865d979e54b39b225afb88499af26
diff --git a/sonar-db/src/main/java/org/sonar/db/version/v53/FixMsSqlCollation.java b/sonar-db/src/main/java/org/sonar/db/version/v53/FixMsSqlCollation.java index <HASH>..<HASH> 100644 --- a/sonar-db/src/main/java/org/sonar/db/version/v53/FixMsSqlCollation.java +++ b/sonar-db/src/main/java/org/sonar/db/version/v53/FixM...
SONAR-<I> Add missing clob columns migration The following columns were not migrated activities.data_field, file_sources .line_hashes, issue_filters.data, measure_filters.data, properties.text_value and rules.note_data
SonarSource_sonarqube
train
28f7f01d5066d93fcaa7229a93c00aa27e232047
diff --git a/src/org/jgroups/JChannel.java b/src/org/jgroups/JChannel.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/JChannel.java +++ b/src/org/jgroups/JChannel.java @@ -67,7 +67,7 @@ import java.util.Vector; * the construction of the stack will be aborted. * * @author Bela Ban - * @version $Id: JChannel...
handle Channel.BLOCK (on/off) and FLUSH combinations properly
belaban_JGroups
train
288fa3be1331544bbe6dc2ce721527a2b75d50df
diff --git a/lib/neo4j/active_node/dependent/association_methods.rb b/lib/neo4j/active_node/dependent/association_methods.rb index <HASH>..<HASH> 100644 --- a/lib/neo4j/active_node/dependent/association_methods.rb +++ b/lib/neo4j/active_node/dependent/association_methods.rb @@ -28,7 +28,8 @@ module Neo4j end ...
Change association methods and test to show/fix error
neo4jrb_neo4j
train
ffa42d4015c25d234d8449697d59c6a74d1b14aa
diff --git a/octodns/cmds/args.py b/octodns/cmds/args.py index <HASH>..<HASH> 100644 --- a/octodns/cmds/args.py +++ b/octodns/cmds/args.py @@ -43,9 +43,7 @@ class ArgumentParser(_Base): return args def _setup_logging(self, args, default_log_level): - # TODO: if/when things are multi-threaded add ...
Add thread-id to log format
github_octodns
train
c9aff970bf4a4bebf504a89718109812a30b1a20
diff --git a/addons/content-index/src/main/java/org/commonjava/indy/content/index/IndexingContentManagerDecorator.java b/addons/content-index/src/main/java/org/commonjava/indy/content/index/IndexingContentManagerDecorator.java index <HASH>..<HASH> 100644 --- a/addons/content-index/src/main/java/org/commonjava/indy/cont...
[Content Index] Fix wrong usage of the indexed store key
Commonjava_indy
train
cf44558ca3490127f088998b63419eb0d4ada303
diff --git a/src/Site_Command.php b/src/Site_Command.php index <HASH>..<HASH> 100644 --- a/src/Site_Command.php +++ b/src/Site_Command.php @@ -651,6 +651,82 @@ class Site_Command extends \WP_CLI\CommandWithDBObject { $this->update_site_status( $args, 'spam', 0 ); } + /** + * Set one or more sites to mature. + ...
GH#<I> Added support for mature and public status types
wp-cli_entity-command
train
426cef30b73edf157a94ff39cabeda82e2112ee2
diff --git a/sharding-core/sharding-core-rewrite/src/main/java/org/apache/shardingsphere/core/rewrite/token/generator/SelectEncryptItemTokenGenerator.java b/sharding-core/sharding-core-rewrite/src/main/java/org/apache/shardingsphere/core/rewrite/token/generator/SelectEncryptItemTokenGenerator.java index <HASH>..<HASH> ...
delete members for SelectEncryptItemTokenGenerator
apache_incubator-shardingsphere
train
7c519f3896cf522b3083226c9f65c76f756f3532
diff --git a/src/Contracts/Refinery.php b/src/Contracts/Refinery.php index <HASH>..<HASH> 100644 --- a/src/Contracts/Refinery.php +++ b/src/Contracts/Refinery.php @@ -16,9 +16,10 @@ interface Refinery * Refine a collection of raw items. * * @param mixed $raw + * @param boolean $retainKey *...
modified Refinery class to optionally retain the key of the object being refined
michaeljennings_refinery
train
b78f64d4b76555581491ee258c92f143dbb0edfa
diff --git a/eZ/Publish/Core/REST/Server/Tests/Input/Parser/Criterion/LogicalAndTest.php b/eZ/Publish/Core/REST/Server/Tests/Input/Parser/Criterion/LogicalAndTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/REST/Server/Tests/Input/Parser/Criterion/LogicalAndTest.php +++ b/eZ/Publish/Core/REST/Server/Tests/Inp...
Aligned unit tests of REST parsers for logical op. to use createMock
ezsystems_ezpublish-kernel
train
3d596e1dd69cb13976209e23524bd1b4e70ef497
diff --git a/unit_systems.py b/unit_systems.py index <HASH>..<HASH> 100644 --- a/unit_systems.py +++ b/unit_systems.py @@ -109,10 +109,16 @@ class UnitSystem(object): repr += " %s: %s\n" % (key, self.units_map[dim]) return repr -def create_code_unit_system(ds): - code_unit_system = UnitS...
Make it possible to create a code unit system with MKS base units --HG-- branch : yt
yt-project_unyt
train
68b805288483cd58267bb1ded9e2adb7793936a2
diff --git a/indra/tests/test_pybel_api.py b/indra/tests/test_pybel_api.py index <HASH>..<HASH> 100644 --- a/indra/tests/test_pybel_api.py +++ b/indra/tests/test_pybel_api.py @@ -160,8 +160,8 @@ def test_get_agent_sfam(): ) agent = pb.get_agent(node_data) assert isinstance(agent, Agent) - assert len(a...
Use Selventa IDs in tests
sorgerlab_indra
train
bfca50332d6dd5524ff6c1cde8545e3824ad6fcd
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -19,6 +19,8 @@ type Client struct { roles int listeners map[ID]chan Message events map[ID]EventHandler + calls map[ID]chan Message + welcome chan Message requestCount uint }...
Begin work on adding RPC support: - Add the Call method for invoking a remote RPC - Have the HELLO message include the roles - Add a WaitForSession method which waits for the session WELCOME message. Callers can use this to make sure a valid session exists before starting RPC calls.
gngeorgiev_gowamp
train
d51802916fb65bd595481ed54d10f90d300b4897
diff --git a/ccmlib/node.py b/ccmlib/node.py index <HASH>..<HASH> 100644 --- a/ccmlib/node.py +++ b/ccmlib/node.py @@ -512,6 +512,8 @@ class Node(object): common.check_socket_available(itf) if wait_other_notice: + if not join_ring: + raise NodeError("Other nodes wil...
Assert that wait_other_notice and join_ring are not used together.
riptano_ccm
train
ef02f4336850986da6a53a8e6d067503e008f0fe
diff --git a/libvcs/shortcuts.py b/libvcs/shortcuts.py index <HASH>..<HASH> 100644 --- a/libvcs/shortcuts.py +++ b/libvcs/shortcuts.py @@ -6,8 +6,7 @@ from typing import Union from libvcs import GitProject, MercurialProject, SubversionProject from libvcs._internal.run import ProgressCallbackProtocol from libvcs.exc ...
chore(shortcuts): Import VCSLiteral from typings
vcs-python_libvcs
train
921dc0675511d65fe4446f8575abe34b79f6fc17
diff --git a/lib/intl-phone-number.js b/lib/intl-phone-number.js index <HASH>..<HASH> 100644 --- a/lib/intl-phone-number.js +++ b/lib/intl-phone-number.js @@ -5,8 +5,7 @@ Object.defineProperty(exports, "__esModule", { }); exports.IntlPhoneNumber = undefined; -var _createClass = function () { function defineProperti...
chore(*): compiled es6 src for publishing
Dashride_mongoose-intl-phone-number
train
e0df12243ee08a4d6fca3241142212428dfd632e
diff --git a/src/Guzzle/Http/Message/Response.php b/src/Guzzle/Http/Message/Response.php index <HASH>..<HASH> 100644 --- a/src/Guzzle/Http/Message/Response.php +++ b/src/Guzzle/Http/Message/Response.php @@ -883,7 +883,7 @@ class Response extends AbstractMessage implements \Serializable libxml_clear_errors(); ...
Disabling network access when loading XML responses
guzzle_guzzle3
train
d0ef976fc9099ab1692256a10aa76ad11a2069b7
diff --git a/lib/mobilize-base/models/user.rb b/lib/mobilize-base/models/user.rb index <HASH>..<HASH> 100644 --- a/lib/mobilize-base/models/user.rb +++ b/lib/mobilize-base/models/user.rb @@ -27,6 +27,22 @@ module Mobilize return u.runner.jobs end + def creds(gdrive_slot) + u = self + creds_pa...
added creds, fixed startup process, bumped version
DeNA_mobilize-base
train
871c0e631d25a7c6d70813aa6c21b6e97193e2a9
diff --git a/test/lib/roster.js b/test/lib/roster.js index <HASH>..<HASH> 100644 --- a/test/lib/roster.js +++ b/test/lib/roster.js @@ -123,6 +123,10 @@ describe('Roster', function() { ) }) + it('Can handle roster add with additional data', function(done) { + done('...
Broken test so I can remember where I am next time I start coding
xmpp-ftw_xmpp-ftw
train
1673dd7ee7a8ee640ab8ede969a9d3718c1a2300
diff --git a/mqlight.js b/mqlight.js index <HASH>..<HASH> 100644 --- a/mqlight.js +++ b/mqlight.js @@ -816,7 +816,14 @@ var Client = function(service, id, securityOptions) { } logger.log('data', client.id, 'attempting to connect to: ' + logUrl); - var rc = client.messenger.connect(url.p...
strip trailing path from url.parse(service) before passing it to messenger.connect
mqlight_nodejs-mqlight
train
a5584ca843fc95b2aa68d075d2a5e589d8dfa3c2
diff --git a/src/Sylius/Bundle/AdminBundle/Resources/private/js/sylius-lazy-choice-tree.js b/src/Sylius/Bundle/AdminBundle/Resources/private/js/sylius-lazy-choice-tree.js index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/AdminBundle/Resources/private/js/sylius-lazy-choice-tree.js +++ b/src/Sylius/Bundle/AdminBundle/R...
Fix #<I> by removing lambdas in JS file
Sylius_Sylius
train
a90b8cc578679bb9f3f4f7cb97b1ec4eaaba8b76
diff --git a/tests/test_typeddict.py b/tests/test_typeddict.py index <HASH>..<HASH> 100644 --- a/tests/test_typeddict.py +++ b/tests/test_typeddict.py @@ -38,6 +38,7 @@ class TestTypeddictLoad(unittest.TestCase): o = {'name': 'pino', 'age': 1.1} assert load(o, Person) == o assert load({'val':...
Make sure that extra values for TypedDict are discarded
ltworf_typedload
train
8817db4f25af24abd48af099bfd6bf97f07ea0cd
diff --git a/zappa/cli.py b/zappa/cli.py index <HASH>..<HASH> 100644 --- a/zappa/cli.py +++ b/zappa/cli.py @@ -348,13 +348,13 @@ class ZappaCLI(object): if self.zappa_settings[self.api_stage].get('events'): events = self.zappa_settings[self.api_stage]['events'] - if type(events) != li...
Add pragma / refactor
Miserlou_Zappa
train
5ab9e61169cb552bffeea60143c6d55f9ed46b18
diff --git a/src/IP.php b/src/IP.php index <HASH>..<HASH> 100644 --- a/src/IP.php +++ b/src/IP.php @@ -3,7 +3,7 @@ * Piwik - free/libre analytics platform * * @link http://piwik.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL v3...
#2 Fixed license in phpdocs
matomo-org_component-network
train
5cb41f6359c3203fd955fa08fed7c314a099994a
diff --git a/src/Composer/Package.php b/src/Composer/Package.php index <HASH>..<HASH> 100644 --- a/src/Composer/Package.php +++ b/src/Composer/Package.php @@ -242,6 +242,11 @@ class Package { * TRUE if the package is an asset library, otherwise FALSE. */ protected function isLibrary(array $package) { + ...
Add Swiftmailer support to distribution package script
govCMS_govCMS8
train
11f14edd3ab4fb852a13574071fe616bbb41c720
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ rerNews 0.7.6 ----- -*Release date: TBD* +*Release date: 2017-08-TBD* * Bug Fixes * Case-sensitive command parsing was completely broken and has been fixed @@ -14,6 +14,7 @@ rerNews * Enhancem...
Updated CHANGES and bumped version in preparation for <I> release
python-cmd2_cmd2
train
86a66cd71552f771e54b0f52730e087a4c4ae089
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -1303,8 +1303,6 @@ var CodeMirror = (function() { return line; } function setLineClass(handle, className) { - if (typeof handle != "number" && handle.parent == null) - ...
Remove debug statement that got left behind
codemirror_CodeMirror
train
b92879a9c4ecead55d9a836206db129e120a55f7
diff --git a/application/tests/_ci_phpunit_test/functions.php b/application/tests/_ci_phpunit_test/functions.php index <HASH>..<HASH> 100644 --- a/application/tests/_ci_phpunit_test/functions.php +++ b/application/tests/_ci_phpunit_test/functions.php @@ -24,6 +24,14 @@ function load_class_instance($classname, $instance...
Close db connection in reset_instance()
kenjis_ci-phpunit-test
train
37b5f14a5d0673a95f332cec47664eddc50c5f13
diff --git a/client/me/concierge/shared/upsell.js b/client/me/concierge/shared/upsell.js index <HASH>..<HASH> 100644 --- a/client/me/concierge/shared/upsell.js +++ b/client/me/concierge/shared/upsell.js @@ -1,4 +1,4 @@ -import { Button, CompactCard } from '@automattic/components'; +import { CompactCard } from '@automat...
Remove Quick Start upsell CTA from booking page (#<I>)
Automattic_wp-calypso
train
8767e1dc9bd161556abfdb9323a3d74d89779db9
diff --git a/lib/marginalia.rb b/lib/marginalia.rb index <HASH>..<HASH> 100644 --- a/lib/marginalia.rb +++ b/lib/marginalia.rb @@ -8,12 +8,12 @@ module Marginalia def self.included(instrumented_class) Marginalia::Comment.components = [:application, :controller, :action] instrumented_class.class_eval ...
actually check to see if the class defines the execute/exec_query methods defined?(<symbol>) doesn't seem to do anything.
basecamp_marginalia
train
497826af8a6099661126b1c3142aa39476406c52
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fixed the bug where the Pyxel Editor cursor malfunctions - Added new API descriptions to the example #3 - Updated the screenshot of the example #3 +- Change not to add unnecessary undo history...
Change not to add unnecessary undo history of the editors
kitao_pyxel
train
10c05e16a8d3e399dfa3ea2e102daef9477d7936
diff --git a/cmd/buildinfo.go b/cmd/buildinfo.go index <HASH>..<HASH> 100644 --- a/cmd/buildinfo.go +++ b/cmd/buildinfo.go @@ -6,6 +6,7 @@ import ( "github.com/choria-io/go-choria/build" "github.com/choria-io/go-protocol/protocol" + gnatsd "github.com/nats-io/gnatsd/server" ) type buildinfoCommand struct { @@...
(#<I>) show the embedded gnatsd version in buildinfo
choria-io_go-choria
train
5e8be51bc33394f29a00d15c6bf0070f86df3f3d
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -90,16 +90,6 @@ module TestDatabase assert_equal 23, User.group_by_hour_of_day(:created_at).order("hour_of_day DESC").count.keys.first end - def test_order_hour_of_day_rev...
Make Rails <I> behavior consistent with Rails 5+
ankane_groupdate
train
bbe5edd8ddce7bae9fa4026fee7694ba6afe9d8f
diff --git a/lib/Scanner.js b/lib/Scanner.js index <HASH>..<HASH> 100644 --- a/lib/Scanner.js +++ b/lib/Scanner.js @@ -38,7 +38,7 @@ function readComment($) { expect($, '--'); let index = $.text.indexOf('-->', $.pos); if (index === -1) { - throw lexicalError('Unterminated comment', start); + ...
Replace “LexicalError” with “SyntaxError” in Scanner
cranbee_template
train
cf2dbfc25920a605167d35d85193bdca7d6f4544
diff --git a/lib/www_applet.rb b/lib/www_applet.rb index <HASH>..<HASH> 100644 --- a/lib/www_applet.rb +++ b/lib/www_applet.rb @@ -126,7 +126,7 @@ class WWW_Applet @head = tag(:head) @body = tag(:body) - @parents = [@body] + @tree = [@body] @state ...
Dev. checkpoint: Added: attrs methods, other touchups.
da99_www_app
train
d414c51b1799fbbc72c85ee8f00f476e60020257
diff --git a/modules/MatchProvider.js b/modules/MatchProvider.js index <HASH>..<HASH> 100644 --- a/modules/MatchProvider.js +++ b/modules/MatchProvider.js @@ -47,7 +47,7 @@ class MatchProvider extends React.Component { parent: this.state.parent, matches: this.state.matches, - matchFound: this...
Fix up some minor things after rebasing.
ReactTraining_react-router
train