hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
5ecde3a874b669942280cc14a04378c92fc8c544
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -237,6 +237,7 @@ func (cl *Client) WriteStatus(_w io.Writer) { fmt.Fprintf(w, "DHT announces: %d\n", cl.dHT.NumConfirmedAnnounces) fmt.Fprintf(w, "Outstanding transactions: %d\n", dhtStats.NumOutstandingTransactions)...
Show number of torrents in the client status
anacrolix_torrent
train
8421166d2d374113e0c9cff92075250269daee76
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -16,14 +16,16 @@ setup( package_data={'ibmiotf': ['*.pem']}, url='https://github.com/ibm-watson-iot/iot-python', license=open('LICENSE').read(), - description='IBM Watson IoT Platform Client for Python', + ...
Add xmltodict and dicttoxml to install_requires
ibm-watson-iot_iot-python
train
d5e01adbf9caf189b308c6a1be8bd76be555f9d4
diff --git a/src/js/ripple/blob.js b/src/js/ripple/blob.js index <HASH>..<HASH> 100644 --- a/src/js/ripple/blob.js +++ b/src/js/ripple/blob.js @@ -1,6 +1,7 @@ -var crypt = require('./crypt'), - request = require('superagent'), - extend = require("extend"); +var crypt = require('./crypt'); +var request = require('s...
[FEATURE] identity get and set
ChainSQL_chainsql-lib
train
40b61d0f121f59d12934b670d5828c7cdcd67c06
diff --git a/lib/puppet/parser/templatewrapper.rb b/lib/puppet/parser/templatewrapper.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/parser/templatewrapper.rb +++ b/lib/puppet/parser/templatewrapper.rb @@ -58,30 +58,6 @@ class Puppet::Parser::TemplateWrapper scope.catalog.tags end - # Ruby treats variables ...
(PUP-<I>) Remove support for method access to variables in ERB templ. This removes the deprecated support to produce lookup of variable names when a missing method was invoked having the same name as the variable. This is now an error, just like calling any other missing method.
puppetlabs_puppet
train
aea387d046b688a1580ec7d6904fb10ae379379b
diff --git a/lib/sockjs.js b/lib/sockjs.js index <HASH>..<HASH> 100644 --- a/lib/sockjs.js +++ b/lib/sockjs.js @@ -107,7 +107,7 @@ SockJS.prototype._didClose = function(code, reason) { that._didClose(2007, "Transport timeouted"); } - ...
#<I> delay shall be called RTO
sockjs_sockjs-client
train
93a8688a316efabfc672e59591ad38a9d766c295
diff --git a/montblanc/impl/biro/v5/CompositeBiroSolver.py b/montblanc/impl/biro/v5/CompositeBiroSolver.py index <HASH>..<HASH> 100644 --- a/montblanc/impl/biro/v5/CompositeBiroSolver.py +++ b/montblanc/impl/biro/v5/CompositeBiroSolver.py @@ -434,7 +434,7 @@ class CompositeBiroSolver(MontblancNumpySolver): r...
Pass the subslvr instead of it's index.
ska-sa_montblanc
train
4d2e08164f1d0daf336771a4073a1c007241eba3
diff --git a/lib/route_translator/translator.rb b/lib/route_translator/translator.rb index <HASH>..<HASH> 100644 --- a/lib/route_translator/translator.rb +++ b/lib/route_translator/translator.rb @@ -51,18 +51,18 @@ module RouteTranslator def self.translate_path(path, locale) new_path = path.dup final...
Do not insert locale params if already present in path Add some logic in RouteTranslator::Translator.translate_path to detect if the locale param is present in path. If not, locale is inserted at the beginning of the path as before. This change let developper controls where he want the local param to appear and allow...
enriclluelles_route_translator
train
da8acafc50c22b1602c59ff09eaba7857ba5aca4
diff --git a/packages/mdc-list/addon/components/mdc-list.js b/packages/mdc-list/addon/components/mdc-list.js index <HASH>..<HASH> 100644 --- a/packages/mdc-list/addon/components/mdc-list.js +++ b/packages/mdc-list/addon/components/mdc-list.js @@ -3,6 +3,8 @@ import Component from '@ember/component'; import layout fro...
fix: The list component did not delete the underlying material component
onehilltech_ember-cli-mdc
train
df520c0bfabc78c92234fff52956e5d8fe7461d3
diff --git a/src/services/Location.js b/src/services/Location.js index <HASH>..<HASH> 100644 --- a/src/services/Location.js +++ b/src/services/Location.js @@ -8,7 +8,7 @@ export default class Location { constructor(_$location_) { $location = _$location_; - base = document.querySelector('base').hr...
global regex and remove domain from base href
monomelodies_monad
train
b738193f5596284b0403c17d696b3dafbe0c53c1
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "form-parse": "^0.1.0", "magic-virtual-element": "^1.0.6", "remarkable": "^1.6.2", + "uuid": "^2.0.2", "virtual-element": "^1.2.0" }, "devDependencies": { diff --git ...
automatically generate an id when one is not specified (for accessibility)
dominicbarnes_deku-forms
train
2d9fd70e52346bc00fc73e3bd55cbe014a89b2d5
diff --git a/ricecooker/classes/nodes.py b/ricecooker/classes/nodes.py index <HASH>..<HASH> 100644 --- a/ricecooker/classes/nodes.py +++ b/ricecooker/classes/nodes.py @@ -107,17 +107,17 @@ class Channel(Node): Used to store metadata on channel that is being created Attributes: - channel_i...
Changed to source_id on channel
learningequality_ricecooker
train
a70fc78cf60f4653c35ce515ad86a6d58d069975
diff --git a/core.js b/core.js index <HASH>..<HASH> 100644 --- a/core.js +++ b/core.js @@ -16,6 +16,7 @@ const fetch = require('window-fetch'); const {Blob} = fetch; const {LocalStorage} = require('node-localstorage'); +const indexedDB = require('fake-indexeddb'); const createMemoryHistory = require('history/creat...
Expose indexedDB on window
exokitxr_exokit
train
e685b2f32dde1ab4649a5ddcba7377f6c5253d7c
diff --git a/src/bandersnatch/mirror.py b/src/bandersnatch/mirror.py index <HASH>..<HASH> 100644 --- a/src/bandersnatch/mirror.py +++ b/src/bandersnatch/mirror.py @@ -29,13 +29,14 @@ class Worker(threading.Thread): package.sync() -class Mirror: +class Mirror(object): homedir = None synced...
Add urllib quoting for package names. Try fixing simple page fetching for "are you human"
pypa_bandersnatch
train
ab9a5993b0bbba89ddf2707a2c2dc7921421a212
diff --git a/lib/celluloid/logging/incident_logger.rb b/lib/celluloid/logging/incident_logger.rb index <HASH>..<HASH> 100644 --- a/lib/celluloid/logging/incident_logger.rb +++ b/lib/celluloid/logging/incident_logger.rb @@ -82,7 +82,7 @@ module Celluloid if severity >= @threshold begin - Cellu...
publish to the correct incident topic Allows reporters to choose which prognames to subscribe to.
celluloid_celluloid
train
634ef9d0b0e6c65dd1da7000e42740e6ad79760a
diff --git a/api.go b/api.go index <HASH>..<HASH> 100644 --- a/api.go +++ b/api.go @@ -136,8 +136,8 @@ type Raft struct { // outside of the main thread. configurationsCh chan *configurationsFuture - // bootstrapCh is used to attempt an initial bootstrap safely from - // outside of the main thread. + // bootstrapC...
Uses static bootstrap function from the live version.
hashicorp_raft
train
5fac292abc696d71641d7cc51f801247b46e0d3b
diff --git a/docstring_parser/common.py b/docstring_parser/common.py index <HASH>..<HASH> 100644 --- a/docstring_parser/common.py +++ b/docstring_parser/common.py @@ -60,7 +60,7 @@ class DocstringReturns(DocstringMeta): self, args: T.List[str], description: str, - type_name: str, + ...
google: improve support for return type names
rr-_docstring_parser
train
010f4ff4521039042f08a1381fffd049b3863011
diff --git a/packages/stepper/src/constants/colorTypes.js b/packages/stepper/src/constants/colorTypes.js index <HASH>..<HASH> 100644 --- a/packages/stepper/src/constants/colorTypes.js +++ b/packages/stepper/src/constants/colorTypes.js @@ -1,8 +1,8 @@ +import { colors as colorConstants } from "@crave/farmblocks-constant...
refactor(constants): get colors from farmblocks-constants affects: @crave/farmblocks-stepper ISSUES CLOSED: #<I>
CraveFood_farmblocks
train
61d2e8b8afea9e585cf2345084af9ed4ecee1df7
diff --git a/source/rafcon/gui/action.py b/source/rafcon/gui/action.py index <HASH>..<HASH> 100755 --- a/source/rafcon/gui/action.py +++ b/source/rafcon/gui/action.py @@ -1217,7 +1217,7 @@ class DataFlowAction(StateElementAction): def update_data_flow_from_image(self, df, arguments): if self.action_type...
refactor(action): Replace exec code with usage of setattr
DLR-RM_RAFCON
train
bb98be0295a89520ff0c6c6e0af56f3cd5bfad7d
diff --git a/circuit.js b/circuit.js index <HASH>..<HASH> 100644 --- a/circuit.js +++ b/circuit.js @@ -213,18 +213,18 @@ var update = function() { if (!func.dirty) return; - func.dirty = false; - var included = false; + var included = false; var sourceValues = map(sources, f...
Modify prop update with binding in circle chain
ionstage_circuit
train
8df4a2893f47182b23124ad05ef22ad3d511897c
diff --git a/spec/fsr/listener/outbound.rb b/spec/fsr/listener/outbound.rb index <HASH>..<HASH> 100644 --- a/spec/fsr/listener/outbound.rb +++ b/spec/fsr/listener/outbound.rb @@ -89,4 +89,20 @@ describe "Testing FSR::Listener::Outbound" do session3.initiated?.should.be.true? end + it "should call the on_call...
Added a test to ensure on_call is always called after a session is initiated
vangberg_librevox
train
906f0c35e869214bd50bd3ea14a5f86c68be9f01
diff --git a/salt/modules/service.py b/salt/modules/service.py index <HASH>..<HASH> 100644 --- a/salt/modules/service.py +++ b/salt/modules/service.py @@ -68,8 +68,8 @@ def start(name): ''' cmd = os.path.join( _GRAINMAP.get(__grains__.get('os'), '/etc/init.d'), - name + ' start' - ) + ...
Hygiene: service command is not part of path
saltstack_salt
train
8d588731f9f703bcb115aea53751923d46202c3c
diff --git a/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php b/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php +++ b/src/Sylius/Bundle/CoreBundle/Context/...
[Cart] Return first cart for customer from repository
Sylius_Sylius
train
5d7806f0404fade31450e08391a25af581ab0fe7
diff --git a/js/dsx.js b/js/dsx.js index <HASH>..<HASH> 100644 --- a/js/dsx.js +++ b/js/dsx.js @@ -1251,7 +1251,7 @@ module.exports = class dsx extends Exchange { if (!success) { const code = this.safeString (response, 'code'); const message = this.safeString (response, 'e...
dsx handleErrors use body instead of this.json (response)
ccxt_ccxt
train
206bf4a7c0af6186bd1c5078dbec4ef0ab1dc5b2
diff --git a/src/conf.js b/src/conf.js index <HASH>..<HASH> 100644 --- a/src/conf.js +++ b/src/conf.js @@ -4,7 +4,7 @@ var parser = require('./parser'), blacklistedNames = { _name: 1, _value: 1, _remove: 1, _add: 1, _getString: 1, _root: 1, toString: 1 }; function createConfItem(file, context, name, value, childre...
support for multiple nodes with same name (e.g. location)
tmont_nginx-conf
train
8f6f1f1894cb926fd443eb9ba9ff297f148fae83
diff --git a/webapps/cockpit/cockpit-webapp/src/main/webapp/app/cockpit/directives/processDiagram.js b/webapps/cockpit/cockpit-webapp/src/main/webapp/app/cockpit/directives/processDiagram.js index <HASH>..<HASH> 100644 --- a/webapps/cockpit/cockpit-webapp/src/main/webapp/app/cockpit/directives/processDiagram.js +++ b/w...
fix(useability): Do not show empty pagenitator - an empty paginator will not be shown anymore - by resizing the sitebar the scroll-bars will be updated
camunda_camunda-bpm-platform
train
f13538b7f87a786cf813a7306e86ef69c1f085b8
diff --git a/rootpy/logger/__init__.py b/rootpy/logger/__init__.py index <HASH>..<HASH> 100644 --- a/rootpy/logger/__init__.py +++ b/rootpy/logger/__init__.py @@ -121,6 +121,9 @@ def log_trace(logger, level=logging.DEBUG, show_enter=True, show_exit=True): args, kwargs...
log.trace() now shows exception value if one is raised
rootpy_rootpy
train
c2601b354089bcc26f0270cd7bdd380104347501
diff --git a/lib/fb_graph2/auth.rb b/lib/fb_graph2/auth.rb index <HASH>..<HASH> 100644 --- a/lib/fb_graph2/auth.rb +++ b/lib/fb_graph2/auth.rb @@ -11,8 +11,8 @@ module FbGraph2 identifier: client_id, secret: client_secret, host: URI.parse(FbGraph2.root_url).host, - authorization_endpoi...
explicitly use API version for OAuth endpoints too
nov_fb_graph2
train
2f94a87e4f1a138f1e7163119906d9fb346c52f4
diff --git a/scripts/download-rc.js b/scripts/download-rc.js index <HASH>..<HASH> 100644 --- a/scripts/download-rc.js +++ b/scripts/download-rc.js @@ -1,6 +1,6 @@ 'use strict'; -const HZ_VERSION = '5.0-SNAPSHOT'; -const HZ_TEST_VERSION = '5.0-SNAPSHOT'; +const HZ_VERSION = '5.1-SNAPSHOT'; +const HZ_TEST_VERSION = '5.1...
Update server (#<I>)
hazelcast_hazelcast-nodejs-client
train
b44dad860b61615179cfa5ecf477e20aa745f9c6
diff --git a/src/define/class/constructor.js b/src/define/class/constructor.js index <HASH>..<HASH> 100644 --- a/src/define/class/constructor.js +++ b/src/define/class/constructor.js @@ -56,35 +56,42 @@ function _gpfDefineClassConstructorAddCodeWrapper (codeWrapper) { _gpfDefineClassConstructorCodeWrappers.push(co...
Fixing inheritance where constructor is not overridden (#<I>)
ArnaudBuchholz_gpf-js
train
3588111b5621cf7eab41bf5c608ac733633f7411
diff --git a/spec/dummy/db/migrate/20121102055631_create_task_manager_plans.task_manager.rb b/spec/dummy/db/migrate/20121102055631_create_task_manager_plans.task_manager.rb index <HASH>..<HASH> 100644 --- a/spec/dummy/db/migrate/20121102055631_create_task_manager_plans.task_manager.rb +++ b/spec/dummy/db/migrate/201211...
Added `plan_type` and `ahead_of_time`
menglifang_task-manager
train
e06e180a523526e99bfbb3b3529917bdb65297b3
diff --git a/cmd/minikube/cmd/delete.go b/cmd/minikube/cmd/delete.go index <HASH>..<HASH> 100644 --- a/cmd/minikube/cmd/delete.go +++ b/cmd/minikube/cmd/delete.go @@ -165,7 +165,7 @@ func runDelete(cmd *cobra.Command, args []string) { } if orphan { - // TODO: generalize for non-KIC drivers + // TODO: genera...
Cite issue #<I> for TODO's
kubernetes_minikube
train
c5e0990189cd4a6ac2683474ca7331fbe17f6891
diff --git a/src/Core/TypedCollectionTrait.php b/src/Core/TypedCollectionTrait.php index <HASH>..<HASH> 100644 --- a/src/Core/TypedCollectionTrait.php +++ b/src/Core/TypedCollectionTrait.php @@ -29,7 +29,7 @@ trait TypedCollectionTrait $type = static::getType(); if (class_exists($type) || interface_...
+ Strict type check in TypedCollection is added
RunnMe_Core
train
4f643f816dab16b12e446b5e22250b9cca9e560a
diff --git a/src/main/java/org/dasein/cloud/aws/compute/EC2Instance.java b/src/main/java/org/dasein/cloud/aws/compute/EC2Instance.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/aws/compute/EC2Instance.java +++ b/src/main/java/org/dasein/cloud/aws/compute/EC2Instance.java @@ -633,12 +633,14 @@ pub...
Fix two issues with the timestamp adjustment code: 1: if the begin/end timestamps are the same (or within 2 minutes of each other) then the test for the begin timestamp being older that 1 or 2 days is not made (thus you can ask for data as far back as you wish); 2: if both timestamps are older than 2 days, only the sta...
dasein-cloud_dasein-cloud-aws
train
977ce7e3c94767d6c01a8d78c449ba6c9f6aacd1
diff --git a/cmsplugin_zinnia/menu.py b/cmsplugin_zinnia/menu.py index <HASH>..<HASH> 100644 --- a/cmsplugin_zinnia/menu.py +++ b/cmsplugin_zinnia/menu.py @@ -103,9 +103,8 @@ class AuthorMenu(CMSAttachMenu): reverse('zinnia_author_list'), 'author...
Compatibility fix for custom User model in menu
django-blog-zinnia_cmsplugin-zinnia
train
5da889b5a4263b5c423b47a601460db00034fa6f
diff --git a/src/app/Models/Language.php b/src/app/Models/Language.php index <HASH>..<HASH> 100644 --- a/src/app/Models/Language.php +++ b/src/app/Models/Language.php @@ -5,8 +5,9 @@ namespace LaravelEnso\Localisation\app\Models; use Illuminate\Database\Eloquent\Model; use LaravelEnso\Tables\app\Traits\TableCache; u...
adds Activatable contract in language model
laravel-enso_Localisation
train
336fdec315912a407c38ea962dac50fb081b157f
diff --git a/benchmark/cases/shadowsocks/stream-cipher.bench.js b/benchmark/cases/shadowsocks/stream-cipher.bench.js index <HASH>..<HASH> 100644 --- a/benchmark/cases/shadowsocks/stream-cipher.bench.js +++ b/benchmark/cases/shadowsocks/stream-cipher.bench.js @@ -23,6 +23,9 @@ module.exports = function main() { 'ae...
benchmark: add tests for AES-CFB mode
blinksocks_blinksocks
train
3237f61fb86646c0b99d82237cbe79202e0084cf
diff --git a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/map/circuit/MapTileCircuitModel.java b/lionengine-game/src/main/java/com/b3dgs/lionengine/game/map/circuit/MapTileCircuitModel.java index <HASH>..<HASH> 100644 --- a/lionengine-game/src/main/java/com/b3dgs/lionengine/game/map/circuit/MapTileCircuitMod...
#<I>: Fix resolution when circuit is removed.
b3dgs_lionengine
train
013766074c4f57d74059d914a6110d7eab7c7742
diff --git a/html/function.resurl.php b/html/function.resurl.php index <HASH>..<HASH> 100644 --- a/html/function.resurl.php +++ b/html/function.resurl.php @@ -19,7 +19,7 @@ function jtpl_function_html_resurl($tpl, $module, $file, $intheme = false, $escape=true) { if ($intheme) - $file= 'themes/'.$GLOBA...
Replaced all $GLOBALS['gJConfig'] by jApp::config()
jelix_castor
train
13e1f8503b19410ccf3ad7f9dde491b76c6ab5b6
diff --git a/sortinghat/cmd/unify.py b/sortinghat/cmd/unify.py index <HASH>..<HASH> 100644 --- a/sortinghat/cmd/unify.py +++ b/sortinghat/cmd/unify.py @@ -26,7 +26,7 @@ from __future__ import unicode_literals import argparse from .. import api -from ..command import Command, CMD_SUCCESS, CMD_FAILURE +from ..command...
[cmd:unify] Support specific error codes on Unify command
chaoss_grimoirelab-sortinghat
train
0badc89b117074252dc4734996b218107fc538f4
diff --git a/cmd/influx-tools/importer/command.go b/cmd/influx-tools/importer/command.go index <HASH>..<HASH> 100644 --- a/cmd/influx-tools/importer/command.go +++ b/cmd/influx-tools/importer/command.go @@ -54,11 +54,6 @@ func (cmd *Command) Run(args []string) (err error) { } i := newImporter(cmd.server, cmd.data...
influx-tools/importer: Clean up shards with errors
influxdata_influxdb
train
6156d09a056e06029332a980eec03e6650a15ef9
diff --git a/js/southxchange.js b/js/southxchange.js index <HASH>..<HASH> 100644 --- a/js/southxchange.js +++ b/js/southxchange.js @@ -284,9 +284,4 @@ module.exports = class southxchange extends Exchange { } return { 'url': url, 'method': method, 'body': body, 'headers': headers }; } - - async...
removed outdated request() method from southxchange #<I>
ccxt_ccxt
train
edf963774991e6ffdb9eb1d8ce837892bd3e2b71
diff --git a/java/server/src/org/openqa/selenium/grid/web/EnsureSpecCompliantResponseHeaders.java b/java/server/src/org/openqa/selenium/grid/web/EnsureSpecCompliantResponseHeaders.java index <HASH>..<HASH> 100644 --- a/java/server/src/org/openqa/selenium/grid/web/EnsureSpecCompliantResponseHeaders.java +++ b/java/serve...
[java] Deleting unused imports
SeleniumHQ_selenium
train
24081ff0e3127ec5a842c9adcfd32280f3e0cc26
diff --git a/cli/usage.go b/cli/usage.go index <HASH>..<HASH> 100644 --- a/cli/usage.go +++ b/cli/usage.go @@ -88,7 +88,9 @@ func decorateNameAliases(aliases map[string]string) string { keys = append(keys, k) } str := strings.Join(keys, ",") - str = strings.Join([]string{"aliases:", "[", str, "]"}, "") + if len(...
fixes a bug with aliases that hides aliases if it does not exist
jwaldrip_odin
train
34ac3cbd80286b4291ee3f81ec24b4b1db38ac10
diff --git a/modules/crawler/classes/CrawlPage.php b/modules/crawler/classes/CrawlPage.php index <HASH>..<HASH> 100644 --- a/modules/crawler/classes/CrawlPage.php +++ b/modules/crawler/classes/CrawlPage.php @@ -76,10 +76,70 @@ class CrawlPage extends \yii\base\Object return false; } + private functio...
added ignore tags, changed to temp content crawler
luyadev_luya
train
29031d5b8d4b058cac8992405e84c022a560f9eb
diff --git a/src/Eris/Generator/Sequence.php b/src/Eris/Generator/Sequence.php index <HASH>..<HASH> 100644 --- a/src/Eris/Generator/Sequence.php +++ b/src/Eris/Generator/Sequence.php @@ -12,7 +12,6 @@ class Sequence implements Generator { private $sizeGenerator; private $singleElementGenerator; - private ...
Generator\Sequence extract shrink methods
giorgiosironi_eris
train
3d1ce21df7a1e4be53cfcd40e82082375cefe1f1
diff --git a/lib/format_output/bullets.rb b/lib/format_output/bullets.rb index <HASH>..<HASH> 100644 --- a/lib/format_output/bullets.rb +++ b/lib/format_output/bullets.rb @@ -20,7 +20,7 @@ class Array # Returns: An array of strings. # Endemic Code Smells :reek:FeatureEnvy -- false positive. def format_output_...
Fixed format_output_raw_bullets for case of empty array.
PeterCamilleri_format_output
train
e94af00af0eb5a57feac907566333510b996313e
diff --git a/src/mixins/widget.js b/src/mixins/widget.js index <HASH>..<HASH> 100644 --- a/src/mixins/widget.js +++ b/src/mixins/widget.js @@ -56,11 +56,7 @@ Read more on using connectors: https://alg.li/vue-custom` } }, beforeDestroy() { - if ( - this.widget && - this.widget.dispose && - t...
fix(widgetMixin): remove when InstantSearch is not yet started This condition was needed in v2 (see #<I>), but no longer since the getConfiguration -> getWidgetSearchParameters change
algolia_vue-instantsearch
train
6d2d0e02f28f31135567843f0e07689833d21986
diff --git a/vendor/Krystal/Db/Filter/FilterInvoker.php b/vendor/Krystal/Db/Filter/FilterInvoker.php index <HASH>..<HASH> 100644 --- a/vendor/Krystal/Db/Filter/FilterInvoker.php +++ b/vendor/Krystal/Db/Filter/FilterInvoker.php @@ -11,6 +11,8 @@ namespace Krystal\Db\Filter; +use Krystal\Paginate\PaginatorInterface;...
Added addition check before calling getPaginator()
krystal-framework_krystal.framework
train
830f3fc47df478f6aa0a2ccb69b6f0040ec44053
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <packaging>jar</packaging> <properties> - <hbase.version>0.96.0-hadoop2</hbase.version> + <hbase.version>0.98.2-hadoop2</hbase.version> <junit.version>4.11</junit.version> ...
Updated dependency to <I>-hadoop2
googleapis_cloud-bigtable-client
train
e66359aefbe9eb0fe446572761e4446d94eeec5a
diff --git a/src/modules/copy-paste/index.js b/src/modules/copy-paste/index.js index <HASH>..<HASH> 100644 --- a/src/modules/copy-paste/index.js +++ b/src/modules/copy-paste/index.js @@ -29,17 +29,23 @@ module.exports = function(_grid) { } return; } - //prepare for copy + ...
allow copy to get short circuited
gridgrid_grid
train
d29329a5bd5222850e665ff6d6317bd585b595a4
diff --git a/lib/msgr/test_pool.rb b/lib/msgr/test_pool.rb index <HASH>..<HASH> 100644 --- a/lib/msgr/test_pool.rb +++ b/lib/msgr/test_pool.rb @@ -57,7 +57,7 @@ module Msgr class << self def new(*args) - @instance ||= super(*args) + @instance ||= super(*args) # rubocop:disable Naming/Memoize...
rubocop: Correct misc offenses
jgraichen_msgr
train
bb4f898a42a364521f6df0d15183d70504a99ef5
diff --git a/test/test-async.js b/test/test-async.js index <HASH>..<HASH> 100755 --- a/test/test-async.js +++ b/test/test-async.js @@ -2849,59 +2849,39 @@ exports['queue'] = { }); }, +// The original queue implementation allowed the concurrency to be changed only +// on the same event loop during which a task w...
failing test for changing queue concurrency; #<I>
caolan_async
train
eec63febb9f4232ad948722b1c84d1d10dd96c4e
diff --git a/core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java b/core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java +++ b/core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java @...
for now don't let plugins consume this
jenkinsci_jenkins
train
fe808d397afa0fd0779c76efbb50dfb398d968ce
diff --git a/xym/xym.py b/xym/xym.py index <HASH>..<HASH> 100644 --- a/xym/xym.py +++ b/xym/xym.py @@ -149,21 +149,33 @@ class YangModuleExtractor: example_match = False i = 0 level = 0 + quotes = 0; while i < len(content): line = content[i] + # Try t...
Fixed the issue to skip contents within string
xym-tool_xym
train
c715972827474304be5733e0916d81e0e3228958
diff --git a/tests/TestCase.php b/tests/TestCase.php index <HASH>..<HASH> 100755 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -196,6 +196,13 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase /** * @return string */ + public static function wsdlYandexDirectApiLivePath() + { + ...
issue #<I> - add utility method for direct api live wsdl
WsdlToPhp_PackageGenerator
train
b16dcc4ec3042a211481cb2d75aebc277e2e673f
diff --git a/Backoffice/EventSubscriber/BlockFormTypeSubscriber.php b/Backoffice/EventSubscriber/BlockFormTypeSubscriber.php index <HASH>..<HASH> 100644 --- a/Backoffice/EventSubscriber/BlockFormTypeSubscriber.php +++ b/Backoffice/EventSubscriber/BlockFormTypeSubscriber.php @@ -21,6 +21,7 @@ class BlockFormTypeSubscrib...
Fix label form (#<I>) * fix label form * add test * extract generate label in protected method
open-orchestra_open-orchestra-cms-bundle
train
727436e3dd33cd30622d9fd096d04f5b0ffe2935
diff --git a/src/test/java/nl/jqno/equalsverifier/integration/extended_contract/JavaApiClassesTest.java b/src/test/java/nl/jqno/equalsverifier/integration/extended_contract/JavaApiClassesTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/nl/jqno/equalsverifier/integration/extended_contract/JavaApiClassesTest.jav...
Java8: brings Java8ApiClassesContainer in line with coding style
jqno_equalsverifier
train
f85cb798857b59ead86be7f3a4373c3cc0743ffd
diff --git a/src/main/java/org/craftercms/deployer/impl/processors/GitPushProcessor.java b/src/main/java/org/craftercms/deployer/impl/processors/GitPushProcessor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/craftercms/deployer/impl/processors/GitPushProcessor.java +++ b/src/main/java/org/craftercms/deployer...
Added option to pushAll in the GitPushProcessor
craftercms_deployer
train
79cb639f9377cc9d2ba9346f5ce82e34f16743d0
diff --git a/smack-integration-test/src/main/java/org/jivesoftware/smackx/pubsub/PubSubIntegrationTest.java b/smack-integration-test/src/main/java/org/jivesoftware/smackx/pubsub/PubSubIntegrationTest.java index <HASH>..<HASH> 100644 --- a/smack-integration-test/src/main/java/org/jivesoftware/smackx/pubsub/PubSubIntegra...
Improve PubSubIntegrationTest.simplePubSubNodeTest() by setting the node's deliverPayloads to 'false'.
igniterealtime_Smack
train
10be7e27debda0200d136ac2797075b6d1a49edc
diff --git a/builder/parallels/common/driver.go b/builder/parallels/common/driver.go index <HASH>..<HASH> 100644 --- a/builder/parallels/common/driver.go +++ b/builder/parallels/common/driver.go @@ -45,6 +45,11 @@ type Driver interface { func NewDriver() (Driver, error) { var prlctlPath string + if runtime.GOOS !=...
builder/parallels: Added platform check
hashicorp_packer
train
5501b192cf54dae1d13ff64ec98de9c878640759
diff --git a/impl-base/src/test/java/DefaultPackageAddTestCase.java b/impl-base/src/test/java/DefaultPackageAddTestCase.java index <HASH>..<HASH> 100644 --- a/impl-base/src/test/java/DefaultPackageAddTestCase.java +++ b/impl-base/src/test/java/DefaultPackageAddTestCase.java @@ -91,12 +91,27 @@ public class DefaultPacka...
[SHRINKWRAP-<I>] Makes sure classes only from the default package are added
shrinkwrap_shrinkwrap
train
6747065312657d8f4e5b25ad6fdc2a018757d183
diff --git a/satpy/tests/reader_tests/test_seviri_l1b_native.py b/satpy/tests/reader_tests/test_seviri_l1b_native.py index <HASH>..<HASH> 100644 --- a/satpy/tests/reader_tests/test_seviri_l1b_native.py +++ b/satpy/tests/reader_tests/test_seviri_l1b_native.py @@ -145,10 +145,10 @@ TEST_CALIBRATION_MODE = { 'GSICSOf...
Added seviri l1b native calibration mode test - flake8 errors fixed
pytroll_satpy
train
95db7259d411212f9702aa44e29357e5a796a3b6
diff --git a/patroni/postgresql.py b/patroni/postgresql.py index <HASH>..<HASH> 100644 --- a/patroni/postgresql.py +++ b/patroni/postgresql.py @@ -503,9 +503,8 @@ class Postgresql(object): self._pending_restart = False self.set_state('running' if ret else 'start failed') - if ret: - ...
Implement strtol as close as possible to stdlib.strtol
zalando_patroni
train
99f6829ede9f2c97e9e8b332023f0b0c942abc89
diff --git a/telebot/__init__.py b/telebot/__init__.py index <HASH>..<HASH> 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -94,7 +94,7 @@ class TeleBot: if update.update_id > self.last_update_id: self.last_update_id = update.update_id new_messages.append(update....
Fix failing test case in Py<I> because of using {} instead of {<I>}
eternnoir_pyTelegramBotAPI
train
22ee5fbd94aa72a29478bb1bac71f0d0d80e53aa
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -25,7 +25,7 @@ var CodeMirror = (function() { '<div style="position: relative">' + // Moved around its parent to cover visible view '<div class="CodeMirror-gutter"><div c...
work around strange webkit issue when a css rule assigning width: <I>%, border&padding: 0 existed for textareas, the editor would slow down to a crawl on webkit for some unfathomable reason
codemirror_CodeMirror
train
0bd779a9c2dd52afe03c4ec9717b8e1a4d4789b6
diff --git a/jsonschema2go/jsonschema.go b/jsonschema2go/jsonschema.go index <HASH>..<HASH> 100644 --- a/jsonschema2go/jsonschema.go +++ b/jsonschema2go/jsonschema.go @@ -54,7 +54,7 @@ type ( Items []JsonSubSchema Properties struct { - Properties map[string]*JsonSubSchema + Properties SchemaSe...
Added new types Set and SchemaSet
taskcluster_jsonschema2go
train
3c19b4c29c32def08ab6610a0aad35969b7c94be
diff --git a/lib/node_modules/@stdlib/repl/lib/process_line.js b/lib/node_modules/@stdlib/repl/lib/process_line.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/repl/lib/process_line.js +++ b/lib/node_modules/@stdlib/repl/lib/process_line.js @@ -38,6 +38,7 @@ var debug = logger( 'repl:line' ); var hasMult...
Handle single line comments using /* */ syntax
stdlib-js_stdlib
train
0e1707cf21e86399f1dee015a9617609c852f943
diff --git a/rosapi/words.py b/rosapi/words.py index <HASH>..<HASH> 100644 --- a/rosapi/words.py +++ b/rosapi/words.py @@ -1,22 +1,10 @@ # -*- coding: UTF-8 -*- -class genericWord: - - - def __init__( self, word ): - self.word = word - - - def __len__( self ): - return len( self.word ) - - - d...
Renamed genericWord to Genericword. GenericWord now inherite from str.
luqasz_librouteros
train
bdcd0c27c13ad1a19cd6a0ef15640be205b38f66
diff --git a/src/videoCache.js b/src/videoCache.js index <HASH>..<HASH> 100644 --- a/src/videoCache.js +++ b/src/videoCache.js @@ -60,11 +60,17 @@ function wrapURI(uri, impUrl) { */ function toStorageRequest(bid) { const vastValue = bid.vastXml ? bid.vastXml : wrapURI(bid.vastUrl, bid.vastImpUrl); - return { + ...
Add support to pass custom key in Prebid cache request (#<I>) * add support to pass custom key in PBC request * update logic to allow individual custom keys per bid
prebid_Prebid.js
train
19bca7ff1ecd50ff50ca937b391ebef2ccdfd37f
diff --git a/lib/flor/log.rb b/lib/flor/log.rb index <HASH>..<HASH> 100644 --- a/lib/flor/log.rb +++ b/lib/flor/log.rb @@ -343,7 +343,7 @@ module Flor o.puts(tree_to_s(node.lookup_tree(nid), nid, out: o)) if node o.puts "#{_c.dg}node:#{_c.yl}" - o.puts YAML.dump(n.merge('tree' => '(above)')) + ...
Tighten flor/log.rb against gone nodes
floraison_flor
train
1390ad27dd3d949120ef1c9aa8461bef3d7e3937
diff --git a/eval.go b/eval.go index <HASH>..<HASH> 100644 --- a/eval.go +++ b/eval.go @@ -265,6 +265,7 @@ func (p *contentProvider) evalContentMatches(s *substrMatchTree) { func (p *contentProvider) evalRegexpMatches(s *regexpMatchTree) { idxs := s.regexp.FindAllIndex(p.data(s.fileName), -1) + s.found = make([]*c...
Preallocate some slices Reduces amount of garbage that searches generate. Change-Id: I5da<I>e<I>a8a8e<I>f<I>a<I>d6e5cced<I>
google_zoekt
train
4a0b32fcd5b2fed51cd562cf8f430cd9a58ca53c
diff --git a/upload/admin/view/javascript/common.js b/upload/admin/view/javascript/common.js index <HASH>..<HASH> 100644 --- a/upload/admin/view/javascript/common.js +++ b/upload/admin/view/javascript/common.js @@ -175,7 +175,7 @@ $(document).ready(function() { }); // tooltips on hover - $('[data-toggle=\'toolti...
Added HTML support for tooltips by default.
opencart_opencart
train
efeb77b2426ec203f2a7f40fb79090e79b7903c5
diff --git a/Bundle/I18nBundle/Resolver/LocaleResolver.php b/Bundle/I18nBundle/Resolver/LocaleResolver.php index <HASH>..<HASH> 100644 --- a/Bundle/I18nBundle/Resolver/LocaleResolver.php +++ b/Bundle/I18nBundle/Resolver/LocaleResolver.php @@ -89,4 +89,12 @@ class LocaleResolver return $this->defaultLocale; ...
Add _locale requirements for i<I>n Route loader to avoid non pages request to enter in the routes
Victoire_victoire
train
54520488bcfc63c3eaa9e7fc00051b7f23accbf7
diff --git a/core/DataFiles/SearchEngines.php b/core/DataFiles/SearchEngines.php index <HASH>..<HASH> 100644 --- a/core/DataFiles/SearchEngines.php +++ b/core/DataFiles/SearchEngines.php @@ -271,7 +271,7 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) { 'www1.dastelefonbuch.de' => array('DasTelefonbuch...
Fixing search engines from South Korea, reported by firejune official Korean Piwik translator
matomo-org_matomo
train
fd66ef6bc13f7981b21a62173e244a5a0c28d30a
diff --git a/dvc/fs/http.py b/dvc/fs/http.py index <HASH>..<HASH> 100644 --- a/dvc/fs/http.py +++ b/dvc/fs/http.py @@ -1,6 +1,7 @@ import logging import os.path import threading +from typing import Optional from funcy import cached_property, memoize, wrap_prop, wrap_with @@ -146,10 +147,9 @@ class HTTPFileSyste...
http: fix info() if there is no content-length header (#<I>)
iterative_dvc
train
300706b8b99dab8e62f6ec86b745da63bc68addf
diff --git a/library/HelloSign/ApiApp.php b/library/HelloSign/ApiApp.php index <HASH>..<HASH> 100644 --- a/library/HelloSign/ApiApp.php +++ b/library/HelloSign/ApiApp.php @@ -109,9 +109,9 @@ class ApiApp extends AbstractResource protected $oauth = null; /** - * An object with white labeling options + ...
Add test for white_labeling_options when creating an API app
hellosign_hellosign-php-sdk
train
ba602d1f150a8b9ac027ec197ce3fbaaa2acfa6f
diff --git a/cmd/factory.go b/cmd/factory.go index <HASH>..<HASH> 100644 --- a/cmd/factory.go +++ b/cmd/factory.go @@ -72,21 +72,16 @@ func (f Factory) New(args []string) (Cmd, error) { return nil } + boshOpts.SSH.GatewayFlags.UUIDGen = f.deps.UUIDGen + boshOpts.SCP.GatewayFlags.UUIDGen = f.deps.UUIDGen + boshOp...
fix ssh/scp/logs panic
cloudfoundry_bosh-cli
train
6b341c79465f2392678186ad551bc7f453173f52
diff --git a/programs/thellier_gui.py b/programs/thellier_gui.py index <HASH>..<HASH> 100755 --- a/programs/thellier_gui.py +++ b/programs/thellier_gui.py @@ -5131,6 +5131,7 @@ You can combine multiple measurement files into one measurement file using Pmag legend_font_props.set_size(12) #h,l = ax.g...
thellier gui plot paleointensity, make sure legend is on the correct figure
PmagPy_PmagPy
train
b7f21dfccba337366372b0562696b63d7575b8e4
diff --git a/lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/ctor/examples/index.js b/lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/ctor/examples/index.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/ctor/examples/index.js +++ b/lib/node_modules/@stdlib/stats/bas...
Wrap in single quotes and fix annotations
stdlib-js_stdlib
train
eb93e4452f802d5a6d52a073aea18a4f2448d05c
diff --git a/src/highlight.js b/src/highlight.js index <HASH>..<HASH> 100644 --- a/src/highlight.js +++ b/src/highlight.js @@ -80,7 +80,7 @@ function LineNumbers({ } function wrapLinesInSpan(codeTree, lineStyle) { - const { newTree } = codeTree.value.reduce(({ newTree, lastLineBreakIndex }, node, index) => { + co...
if last line break index is not one less than length of original tree, add one last element that contains the remainder of the tree
conorhastings_react-syntax-highlighter
train
06acd869ad85b3580112c7c87f37541777c8c4c7
diff --git a/projects/timebar/src/index.js b/projects/timebar/src/index.js index <HASH>..<HASH> 100644 --- a/projects/timebar/src/index.js +++ b/projects/timebar/src/index.js @@ -154,7 +154,9 @@ export default class Timebar extends React.Component { ]; ...
fix($browser): no longer dispatch bar click on mouse down it was breaking things
graphistry_graphistry-js
train
6ceb56d1eeb14ffc539ac28183ec83397232eb5b
diff --git a/pkg/client/testclient/fake_users.go b/pkg/client/testclient/fake_users.go index <HASH>..<HASH> 100644 --- a/pkg/client/testclient/fake_users.go +++ b/pkg/client/testclient/fake_users.go @@ -3,6 +3,7 @@ package testclient import ( kapi "k8s.io/kubernetes/pkg/api" ktestclient "k8s.io/kubernetes/pkg/clie...
Expose Watch in the Users client API
openshift_origin
train
c4cac9550fc7445dea17c93a6d15ec124613d38c
diff --git a/salt/states/file.py b/salt/states/file.py index <HASH>..<HASH> 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -319,8 +319,8 @@ def _clean_dir(root, keep, exclude_pat): if nfn not in real_keep: # -- check if this is a part of exclude_pat(only). No need to ...
Fix refs to _check_include_exclude() Now that this has been moved to salt.utils, fix the refs to point to this function's new location.
saltstack_salt
train
27958dd7b2d7fef6ce161fe51bfa199060b43cc3
diff --git a/spec/discourse_api/api/categories_spec.rb b/spec/discourse_api/api/categories_spec.rb index <HASH>..<HASH> 100644 --- a/spec/discourse_api/api/categories_spec.rb +++ b/spec/discourse_api/api/categories_spec.rb @@ -5,7 +5,8 @@ describe DiscourseApi::API::Categories do describe "#categories" do bef...
Ensure tests don't require discourse to be running Eventually I would like to create some integration tests that actually talk to a discourse instance, but for these current rspec tests we need them to run without requiring a local instance of discourse to be running and to be in just the right state for the tests to ...
discourse_discourse_api
train
80089d8295c6241342f58e5c1fe182a28e90c0aa
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -32,6 +32,10 @@ module.exports = function(seneca,opts,cb) { } function shardWrap(args, cb) { + if(args.zone) { + this.prior(args, cb) // call the DB directly if the zone is already set + } + var id ...
pass to prior when the shard is already set
senecajs-labs_seneca-shard-store
train
5268eb26ca3efa23285189d6aeaf7890fd02e33a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import sys import os import shutil -from distutils.core import setup, Extension +from setuptools import setup, find_packages from txtorcon import __version__, __author__, __contact__, __copyright__, __licens...
Deferring setup to setuptools; excluding test suite from package.
meejah_txtorcon
train
03d8774ea6385b6389edc3249a41c3fd999ae529
diff --git a/lib/sensu/api/process.rb b/lib/sensu/api/process.rb index <HASH>..<HASH> 100644 --- a/lib/sensu/api/process.rb +++ b/lib/sensu/api/process.rb @@ -26,9 +26,7 @@ module Sensu # transport connections have been established. def setup_connections setup_redis do |redis| - @redis...
[api_callbacks] use callbacks w/test method
sensu_sensu
train
6d39b788243fda6486e76b16b672d23fafea0ebc
diff --git a/tests/rules/test_sudo.py b/tests/rules/test_sudo.py index <HASH>..<HASH> 100644 --- a/tests/rules/test_sudo.py +++ b/tests/rules/test_sudo.py @@ -11,6 +11,7 @@ from tests.utils import Command ('need to be root', ''), ('need root', ''), ('must be root', ''), + ('You don\'t have access to t...
Add `dnf history` error for the sudo rule $ dnf history You don't have access to the history DB.
nvbn_thefuck
train
ee7ef75b8ba0c0cc32066ab719f949f55f1b18f7
diff --git a/image.go b/image.go index <HASH>..<HASH> 100644 --- a/image.go +++ b/image.go @@ -308,6 +308,16 @@ type DrawImageOptions struct { // If SourceRect is nil, whole image is used. // // It is assured that texels out of the SourceRect are never used. + // + // Calling DrawImage copies the content of Sourc...
graphics: Add explanation to SourceRect
hajimehoshi_ebiten
train
cfa9d615b26cc0e94af1efeafa888004ff50efd7
diff --git a/lib/flapjack/persistence/sqlite3/sqlite3.rb b/lib/flapjack/persistence/sqlite3/sqlite3.rb index <HASH>..<HASH> 100644 --- a/lib/flapjack/persistence/sqlite3/sqlite3.rb +++ b/lib/flapjack/persistence/sqlite3/sqlite3.rb @@ -79,7 +79,7 @@ module Flapjack end # events - def all_events(id) ...
added method for returning all events, renamed method for fetching events related to a check
flapjack_flapjack
train
d577d6b84e3ebaa13590c2c8c378e3f4886bccde
diff --git a/app/Console/cake.php b/app/Console/cake.php index <HASH>..<HASH> 100644 --- a/app/Console/cake.php +++ b/app/Console/cake.php @@ -19,16 +19,8 @@ */ $ds = DIRECTORY_SEPARATOR; $dispatcher = 'Cake' . $ds . 'Console' . $ds . 'ShellDispatcher.php'; -$found = false; -$paths = explode(PATH_SEPARATOR, ini_get...
Change cake.php to allow cake libs at ROOT Splice the ROOT path into the include_path for console apps. This allows users to override the system include_path with a local version of CakePHP. Fixes #<I>
cakephp_cakephp
train
e940121dfee6f47ef2b7961b8712867405293875
diff --git a/ruby_event_store-rspec/lib/ruby_event_store/rspec/have_published.rb b/ruby_event_store-rspec/lib/ruby_event_store/rspec/have_published.rb index <HASH>..<HASH> 100644 --- a/ruby_event_store-rspec/lib/ruby_event_store/rspec/have_published.rb +++ b/ruby_event_store-rspec/lib/ruby_event_store/rspec/have_publis...
Add an explicit error for the case which do not work anyway Currently, that case does not work anyway (for the empty event store and the `exactly(0).times` expectation the error is thrown). If someone wants to use it, he can use `.not_to have_published(...)`. To be considered in future whether we would like to support...
RailsEventStore_rails_event_store
train
4d0dde9159c73c6338e49c603d51409e6674102a
diff --git a/course/edit.php b/course/edit.php index <HASH>..<HASH> 100644 --- a/course/edit.php +++ b/course/edit.php @@ -117,8 +117,8 @@ -> $straddnewcourse", $focus); } - print_simple_box_start("center", "", "$THEME->cellheading"); print_heading($streditcoursesettings); + pri...
Some consistency in headers on editing forms
moodle_moodle
train
b082e3f18a3c834ff13e1cdfd614a792557dcbfc
diff --git a/go/chat/localizer.go b/go/chat/localizer.go index <HASH>..<HASH> 100644 --- a/go/chat/localizer.go +++ b/go/chat/localizer.go @@ -579,31 +579,6 @@ func getUnverifiedTlfNameForErrors(conversationRemote chat1.Conversation) string return tlfName } -func (s *localizerPipeline) getMessagesOffline(ctx conte...
always get tlfname summary in localize (#<I>)
keybase_client
train
70df47f989cff37c974df85e46a6917bf21bdcb1
diff --git a/split-pane-layout/src/com/mobidevelop/widget/SplitPaneLayout.java b/split-pane-layout/src/com/mobidevelop/widget/SplitPaneLayout.java index <HASH>..<HASH> 100644 --- a/split-pane-layout/src/com/mobidevelop/widget/SplitPaneLayout.java +++ b/split-pane-layout/src/com/mobidevelop/widget/SplitPaneLayout.java @...
Tidy up a bit.
MobiDevelop_android-split-pane-layout
train
fb0ca3fbd909b6652dd4d41172e26e2d01fe507f
diff --git a/python/src/pipeline/pipeline.py b/python/src/pipeline/pipeline.py index <HASH>..<HASH> 100755 --- a/python/src/pipeline/pipeline.py +++ b/python/src/pipeline/pipeline.py @@ -2680,12 +2680,16 @@ class _FanoutHandler(webapp.RequestHandler): all_pipeline_keys.add(str(parent.fanned_out[index])) ...
Resolves Issue #<I> I had to make this modification in my local version and have been using it in production with the intended effects for about a year (using a version from February <I>)
GoogleCloudPlatform_appengine-pipelines
train
616b42d3013bb2329eff226f871fa78eac099119
diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/ODatabase.java b/core/src/main/java/com/orientechnologies/orient/core/db/ODatabase.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/db/ODatabase.java +++ b/core/src/main/java/com/orientechnologies/orient/core...
Change executeWithRetry signature to accept ODatabaseSession
orientechnologies_orientdb
train
44428f67f41384c03aea13e7e25f884764653617
diff --git a/benchexec/container.py b/benchexec/container.py index <HASH>..<HASH> 100644 --- a/benchexec/container.py +++ b/benchexec/container.py @@ -231,9 +231,10 @@ def get_mount_points(): (this avoids encoding problems with mount points with problematic characters). """ def decode_path(path): - ...
unescape more charcters in /proc/self/mounts
sosy-lab_benchexec
train
9e4415bc2b47b645ec655c1274ea3ebb191c8591
diff --git a/modelx/core/cells.py b/modelx/core/cells.py index <HASH>..<HASH> 100644 --- a/modelx/core/cells.py +++ b/modelx/core/cells.py @@ -466,4 +466,10 @@ class Cells(Interface, Container, Callable, Sized): @can_return_none.setter def can_return_none(self, value): - self._impl.can_return_none = ...
Added Cells.set_formula
fumitoh_modelx
train
be6ff23043d155796b49c5e548c033d5a8c989a3
diff --git a/src/utils/inject-style.js b/src/utils/inject-style.js index <HASH>..<HASH> 100644 --- a/src/utils/inject-style.js +++ b/src/utils/inject-style.js @@ -1,5 +1,5 @@ import {map, flatten} from '../utils/helpers'; -import CSSPropertyOperations from '../vendor/react/lib/CSSPropertyOperations'; +import CSSProper...
refactor(inject-style): use CSSPropertyOperations from the local React version
nikgraf_belle
train