hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d62e5679667f32dccf5d317d8ef9279401c0237d
diff --git a/gimmemotifs/maelstrom.py b/gimmemotifs/maelstrom.py index <HASH>..<HASH> 100644 --- a/gimmemotifs/maelstrom.py +++ b/gimmemotifs/maelstrom.py @@ -82,7 +82,7 @@ def scan_to_table(input_table, genome, data_dir, scoring, pwmfile=None): return pd.DataFrame(scores, index=df.index, columns=motif_names) d...
saving scan results + fix to mwu error
vanheeringen-lab_gimmemotifs
train
82ef80cf60bae37263f604a64fdea720c6f52154
diff --git a/src/ol/style/iconstyle.js b/src/ol/style/iconstyle.js index <HASH>..<HASH> 100644 --- a/src/ol/style/iconstyle.js +++ b/src/ol/style/iconstyle.js @@ -249,6 +249,14 @@ ol.style.Icon.prototype.getImageSize = function() { /** * @inheritDoc */ +ol.style.Icon.prototype.getHitDetectionImageSize = function()...
Add imageSize and origin for hit-detection image
openlayers_openlayers
train
feb821889c619808d56fc325a4f5c4cf48b4ef6f
diff --git a/styles/build.js b/styles/build.js index <HASH>..<HASH> 100644 --- a/styles/build.js +++ b/styles/build.js @@ -15,6 +15,36 @@ StyleDictionary.registerFormat({ }, }); +StyleDictionary.registerTransform({ + name: 'size/px-to-rem', + type: 'value', + matcher(token) { + return ( + token.attribu...
add px to rem transform for ios
sparkdesignsystem_spark-design-system
train
bdb794843a3b870250026170990d75246ee0a130
diff --git a/admin/xmldb/actions/test/test.class.php b/admin/xmldb/actions/test/test.class.php index <HASH>..<HASH> 100644 --- a/admin/xmldb/actions/test/test.class.php +++ b/admin/xmldb/actions/test/test.class.php @@ -114,6 +114,8 @@ class test extends XMLDBAction { $table->addIndexInfo('course', XMLDB_INDEX_...
Testing comments and default clauses containing chars to be escaped. Merged from MOODLE_<I>_STABLE
moodle_moodle
train
f840c34b9bf4d642f0590abcf873dfb1c309d3d5
diff --git a/helpers.js b/helpers.js index <HASH>..<HASH> 100644 --- a/helpers.js +++ b/helpers.js @@ -69,7 +69,7 @@ helpers.makeParam = function makeParam(param, directive, * Will shell execute the given command * * @param {string} command. - * @param {Function} done callback to call when done. + * @param {Funct...
Minor change in callback signature of helper 'executeCommand'
thanpolas_task-closure-tools
train
c6283fe371fe35e36a2803642c0fb317652c0b5c
diff --git a/php/commands/core.php b/php/commands/core.php index <HASH>..<HASH> 100644 --- a/php/commands/core.php +++ b/php/commands/core.php @@ -519,8 +519,6 @@ define('BLOG_ID_CURRENT_SITE', 1); WP_CLI::log( 'Added multisite constants to wp-config.php.' ); } - wp_mkdir_p( WP_CONTENT_DIR . '/blogs.dir' ); -...
core multisite-install: stop creating blogs.dir; it's deprecated see <URL>
wp-cli_extension-command
train
9b4b5abc971496049a12878e09c99b5fab108d5c
diff --git a/src/services/SuperTableService.php b/src/services/SuperTableService.php index <HASH>..<HASH> 100644 --- a/src/services/SuperTableService.php +++ b/src/services/SuperTableService.php @@ -566,65 +566,69 @@ class SuperTableService extends Component throw new Exception('Unable to save a Super Tabl...
Fixed a bug where syncing field changes to the project config would result in new changes to the project config.
verbb_super-table
train
8c505ccab83107d6d3ee46081543f71581002f75
diff --git a/pkg/scheduler/api/types.go b/pkg/scheduler/api/types.go index <HASH>..<HASH> 100644 --- a/pkg/scheduler/api/types.go +++ b/pkg/scheduler/api/types.go @@ -176,7 +176,7 @@ type ExtenderTLSConfig struct { // Server should be accessed without verifying the TLS certificate. For testing only. Insecure bool ...
Trivial fix typo Although it is spelling mistakes, it might make an effect while reading.
kubernetes_kubernetes
train
05a142c6b7a682464266336baa13bdbf61d50bd9
diff --git a/wfe/web-front-end.go b/wfe/web-front-end.go index <HASH>..<HASH> 100644 --- a/wfe/web-front-end.go +++ b/wfe/web-front-end.go @@ -204,7 +204,7 @@ func (wfe *WebFrontEndImpl) HandleFunc(mux *http.ServeMux, pattern string, h fun return } - wfe.setCORSHeaders(response, request, methodsStr) + wfe.se...
Fix accidentally sending preflight headers with "actual" responses.
letsencrypt_boulder
train
fb2e63fe338087aa2d771963ad38c60c006e4d55
diff --git a/reactor-spring-context/src/main/java/reactor/spring/context/config/ReactorBeanDefinitionRegistrar.java b/reactor-spring-context/src/main/java/reactor/spring/context/config/ReactorBeanDefinitionRegistrar.java index <HASH>..<HASH> 100644 --- a/reactor-spring-context/src/main/java/reactor/spring/context/confi...
demote cyclic dependency under reactor-core reactor package -> reactor.Mono : reactor.core.publisher.Mono -> reactor.Flux : reactor.core.publisher.Flux -> reactor.Processors : reactor.core.publisher.Processors -> reactor.Timers : reactor.core.timer.Timers -> reactor.Subscribers : reactor.core.subscriber.Subscribers
reactor-attic_reactor-spring
train
333b922b1b54e774a9574bfec2418279d61c3596
diff --git a/lib/wp2middleman/migrator.rb b/lib/wp2middleman/migrator.rb index <HASH>..<HASH> 100644 --- a/lib/wp2middleman/migrator.rb +++ b/lib/wp2middleman/migrator.rb @@ -1,3 +1,5 @@ +require 'yaml' + module WP2Middleman class Migrator @@ -25,19 +27,26 @@ module WP2Middleman end def file_content(p...
use to_yaml instead of handbuilt serializer
mdb_wp2middleman
train
88e7f1fe9f18608a20de1adf3c0e335d7ac7bcd2
diff --git a/lib/corpshort/app.rb b/lib/corpshort/app.rb index <HASH>..<HASH> 100644 --- a/lib/corpshort/app.rb +++ b/lib/corpshort/app.rb @@ -154,7 +154,7 @@ module Corpshort @link.url = params[:url] if params[:url] @link.save! - if @link.name != params[:new_name] + if params[:new_name] && @l...
new_name could be nil
sorah_corpshort
train
41c1d6e86f2795eaa7f3e6ff1a27447833b7174f
diff --git a/lib/luban/cli/base/core.rb b/lib/luban/cli/base/core.rb index <HASH>..<HASH> 100644 --- a/lib/luban/cli/base/core.rb +++ b/lib/luban/cli/base/core.rb @@ -81,6 +81,7 @@ module Luban def alter(&blk) instance_eval(&blk) on_alter + after_alter end protected @@ -1...
Added convenient callback methods, #after_configure and #after_alter, in Luban::CLI::Base
lubanrb_cli
train
0c763c36ac520322d6e53aec18701a67b3907aea
diff --git a/configs/rollup.config.js b/configs/rollup.config.js index <HASH>..<HASH> 100644 --- a/configs/rollup.config.js +++ b/configs/rollup.config.js @@ -17,6 +17,8 @@ export default { json(), copy({ 'src/css/videojs.ima.css': 'dist/videojs.ima.css', + }), + copy({ 'src/css/videojs.im...
fix: Quick fix issues in <I>. Re-adds missing css file and adds a null check around adDisplayContainer.initialize(). (#<I>)
googleads_videojs-ima
train
5c4f2ebd90d3e349e92803bba026f66962f8b8bc
diff --git a/actionpack/lib/action_dispatch/journey/path/pattern.rb b/actionpack/lib/action_dispatch/journey/path/pattern.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/journey/path/pattern.rb +++ b/actionpack/lib/action_dispatch/journey/path/pattern.rb @@ -41,14 +41,14 @@ module ActionDispatch ...
Build Journey::Path::Pattern ast in a single loop
rails_rails
train
6e1db2bc58c63223057fda7f924a137711e48158
diff --git a/spec/views/hyrax/base/_currently_shared.html.erb_spec.rb b/spec/views/hyrax/base/_currently_shared.html.erb_spec.rb index <HASH>..<HASH> 100644 --- a/spec/views/hyrax/base/_currently_shared.html.erb_spec.rb +++ b/spec/views/hyrax/base/_currently_shared.html.erb_spec.rb @@ -1,15 +1,17 @@ # frozen_string_li...
refactor _currently_shared.html.erb partial tests to remove stubs there were a lot of unneeded stubs in this test. they made it harder to write new specs here. clear them out!
samvera_hyrax
train
429433f1e64f836c18347b61c737fc0eeb578df5
diff --git a/mpl_scatter_density/generic_density_artist.py b/mpl_scatter_density/generic_density_artist.py index <HASH>..<HASH> 100644 --- a/mpl_scatter_density/generic_density_artist.py +++ b/mpl_scatter_density/generic_density_artist.py @@ -5,7 +5,6 @@ import numpy as np from matplotlib.image import AxesImage from ...
Add support for smart resizing with TkAgg and also avoid 'blinking' at the start when density map is first shown
astrofrog_mpl-scatter-density
train
ded94a2205c4cb4436d5f9521d054551fc61859d
diff --git a/filer/__init__.py b/filer/__init__.py index <HASH>..<HASH> 100644 --- a/filer/__init__.py +++ b/filer/__init__.py @@ -1,6 +1,6 @@ """ django-filer - file and image management for django projects """ -VERSION = (0,6,2,'a11') -__version__ = "0.6.2a11" +VERSION = (0,6,2,'a12') +__version__ = "0.6.2a12" __...
version bump to <I>a<I>
divio_django-filer
train
b5f58d751d8b74d6e57787799c87f804d1fda222
diff --git a/AbstractEvent.php b/AbstractEvent.php index <HASH>..<HASH> 100644 --- a/AbstractEvent.php +++ b/AbstractEvent.php @@ -1,5 +1,7 @@ <?php /** + * Part of the Joomla Framework Event Package + * * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU Gener...
Fixing up phpDoc errors for Event
joomla-framework_event
train
d92466fd51717c1b2c70ff3a36bcfea4ed0b481a
diff --git a/tests/gorepo/run.go b/tests/gorepo/run.go index <HASH>..<HASH> 100644 --- a/tests/gorepo/run.go +++ b/tests/gorepo/run.go @@ -155,6 +155,7 @@ var knownFails = map[string]failReason{ "fixedbugs/issue47928.go": {category: notApplicable, desc: "//go:nointerface is a part of GOEXPERIMENT=fieldtrack and is no...
Skip fixedbugs/issue<I>.go, which uses `unsafe.Add()`. Although we could support this function, we currently do not and the `unsafe` package generally has limited support status. Filed <URL>
gopherjs_gopherjs
train
8bbdabad66ce69a06c5eb898b6b5163eb9f5d4a5
diff --git a/src/store/index.js b/src/store/index.js index <HASH>..<HASH> 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1,5 +1,5 @@ import atom from '../atom/index'; -import Immutable from 'immutable'; +import Immutable, { Map } from 'immutable'; const store = atom(Immutable.fromJS({clients: {}, lock...
Add an empty Map as a notSetValue for entities
auth0_lock
train
d6fc34ae2ba210cb7ea42bb30646b88435b229bc
diff --git a/tests/test_folium.py b/tests/test_folium.py index <HASH>..<HASH> 100644 --- a/tests/test_folium.py +++ b/tests/test_folium.py @@ -21,6 +21,8 @@ from jinja2 import Environment, PackageLoader from six import PY3 import branca.element +import requests + import folium from folium.map import Popup, Marker...
Added test for remote JSON.
python-visualization_folium
train
ab4f06bedc068d4891f3628ca48387ef829904ca
diff --git a/spec/unit/oneview_sdk_spec.rb b/spec/unit/oneview_sdk_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/oneview_sdk_spec.rb +++ b/spec/unit/oneview_sdk_spec.rb @@ -10,7 +10,7 @@ RSpec.describe OneviewSDK do it 'returns a valid API version' do %w[API200 API300 API500 API600 API800 API1000 API120...
Update oneview_sdk_spec.rb
HewlettPackard_oneview-sdk-ruby
train
a4e6511825634faa9e290a08f620933a56deb179
diff --git a/mobly/utils.py b/mobly/utils.py index <HASH>..<HASH> 100644 --- a/mobly/utils.py +++ b/mobly/utils.py @@ -316,7 +316,7 @@ def start_standing_subprocess(cmd, shell=False): return proc -def stop_standing_subprocess(proc, kill_signal=signal.SIGTERM): +def stop_standing_subprocess(proc): """Stops...
Remove unused arg from stop_standing_subprocess. (#<I>)
google_mobly
train
b0fcccb03b84c12d54b4ae85014c3af52863d08c
diff --git a/app/Console/ComposerScripts.php b/app/Console/ComposerScripts.php index <HASH>..<HASH> 100644 --- a/app/Console/ComposerScripts.php +++ b/app/Console/ComposerScripts.php @@ -54,7 +54,7 @@ class ComposerScripts $translations = $translation->asArray(); $io->write($po_file . ': ' . c...
Apply PSR<I> to translation files
fisharebest_webtrees
train
db0fb1e2c124b95ddd2ccd871d4109593bb75b2d
diff --git a/pkg/services/sqlstore/migrations/migrations_test.go b/pkg/services/sqlstore/migrations/migrations_test.go index <HASH>..<HASH> 100644 --- a/pkg/services/sqlstore/migrations/migrations_test.go +++ b/pkg/services/sqlstore/migrations/migrations_test.go @@ -5,56 +5,45 @@ import ( . "github.com/grafana/graf...
Chore: Rewrite sqlstore migration test to use standard library (#<I>)
grafana_grafana
train
fbf158715e1e5583c3c5efc7006dd21cd8075579
diff --git a/holoviews/element/tabular.py b/holoviews/element/tabular.py index <HASH>..<HASH> 100644 --- a/holoviews/element/tabular.py +++ b/holoviews/element/tabular.py @@ -227,6 +227,10 @@ class TableConversion(object): from .chart import Curve return self._conversion(kdims, vdims, mdims, Curve, so...
Added Spread and ErrorBars Table conversions
pyviz_holoviews
train
20e3a863d8c53a6b7bb4797f0065f397f407f773
diff --git a/strategies/swarm.js b/strategies/swarm.js index <HASH>..<HASH> 100644 --- a/strategies/swarm.js +++ b/strategies/swarm.js @@ -493,6 +493,7 @@ let engine = { /** * Redeploy a service + * This update process is simulated by adding/replacing a dummy environment variables that automatically triggers a ...
Updated redeployService(), swarm driver
soajs_soajs.core.drivers
train
22882f7c3a9c629ee983c4d5130a135496d73bd2
diff --git a/tests/Bridge/MoodlePluginTest.php b/tests/Bridge/MoodlePluginTest.php index <HASH>..<HASH> 100644 --- a/tests/Bridge/MoodlePluginTest.php +++ b/tests/Bridge/MoodlePluginTest.php @@ -103,6 +103,7 @@ class MoodlePluginTest extends MoodleTestCase $finder->name('*.php'); $plugin = new Moo...
Fix PHPUnit failure - files sorted differently in Travis
blackboard-open-source_moodle-plugin-ci
train
189a2311791388164eff04f7dcde2a0e892ac858
diff --git a/holoviews/operation/datashader.py b/holoviews/operation/datashader.py index <HASH>..<HASH> 100644 --- a/holoviews/operation/datashader.py +++ b/holoviews/operation/datashader.py @@ -176,9 +176,15 @@ class Aggregate(ElementOperation): class Shade(ElementOperation): """ - Shade applies a normaliza...
Expanded on Shade docstring
pyviz_holoviews
train
e2e6891f6fefa23691af771ebd9dfdbea2277082
diff --git a/lenses/__init__.py b/lenses/__init__.py index <HASH>..<HASH> 100644 --- a/lenses/__init__.py +++ b/lenses/__init__.py @@ -1,5 +1,5 @@ from .boundlens import BoundLens -from .lens import (Lens, make_lens, both, trivial) +from .lens import (Lens, make_lens, getattr_l, getitem, both, trivial) from .setter i...
Add proper lenses for getitem and getattr Rather than defining these lenses inside the BoundLens class, we can define functions to produce them in the lens module and just reuse that where needed. getattr is called getattr_l to avoid a naming conflict with the built-in function.
ingolemo_python-lenses
train
a94f5e6c8802c6ddd16b85e4d5a292336e261bcc
diff --git a/lib/bitcoin/script/script.rb b/lib/bitcoin/script/script.rb index <HASH>..<HASH> 100644 --- a/lib/bitcoin/script/script.rb +++ b/lib/bitcoin/script/script.rb @@ -352,6 +352,11 @@ module Bitcoin to_payload.bytesize end + # execute script interpreter using this script for development. + d...
Add Bitcoin::Script#run which execute script interpreter standalone for development
chaintope_bitcoinrb
train
2c6f837da2701c77ba2e7968b5d68e1f721b7a35
diff --git a/lib/callbacks/runtime.js b/lib/callbacks/runtime.js index <HASH>..<HASH> 100644 --- a/lib/callbacks/runtime.js +++ b/lib/callbacks/runtime.js @@ -71,6 +71,7 @@ frame.col = col; var ctx = __g.context; return function ___(err, result) { + if (arguments.length > 2) result = Array.prototype.slice.ca...
fixed #<I> - callbacks with multiple results
Sage_streamlinejs
train
febaa4757e0cf3a3dd51f93fe62f30d637e2afea
diff --git a/anago/layers.py b/anago/layers.py index <HASH>..<HASH> 100644 --- a/anago/layers.py +++ b/anago/layers.py @@ -273,8 +273,8 @@ class ChainCRF(Layer): def _fetch_mask(self): mask = None - if self.inbound_nodes: - mask = self.inbound_nodes[0].input_masks[0] + if self._...
Fix AttributeError: 'ChainCRF' object has no attribute 'inbound_nodes'
Hironsan_anago
train
469a04fa2540482f5f075b59298a21df32af3fa9
diff --git a/AUTHORS.md b/AUTHORS.md index <HASH>..<HASH> 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -31,4 +31,5 @@ Add yourself as a contributor! * [Dave Stoll](https://github.com/netdude78) * [Marek Rei](https://github.com/marekrei) * [Kieron Briggs](https://github.com/kbriggs) +* [Tatsuji Tsuchiya](https://githu...
fixed up issues with requests fail with not alphanumeric data.
litl_rauth
train
1f71ef8258aa9a7b3085cdccf6195b0efeda21df
diff --git a/src/danog/MadelineProto/MTProtoTools/Files.php b/src/danog/MadelineProto/MTProtoTools/Files.php index <HASH>..<HASH> 100644 --- a/src/danog/MadelineProto/MTProtoTools/Files.php +++ b/src/danog/MadelineProto/MTProtoTools/Files.php @@ -509,25 +509,45 @@ trait Files case 'messageMediaPoll': ...
Pollfix (#<I>) * Add support for quiz solutions also throws execeptions * Style fix
danog_MadelineProto
train
967d9fca1ddc8a31a0ca3671fca8a81849d3b6e4
diff --git a/datacats/cli/main.py b/datacats/cli/main.py index <HASH>..<HASH> 100644 --- a/datacats/cli/main.py +++ b/datacats/cli/main.py @@ -88,10 +88,13 @@ def main(): # shell is special: options might belong to the command being executed # split args into args and shell_command - if command_fn == she...
auto populate extension from working directory in paster command
datacats_datacats
train
0350c689661fad55e2408e44f290c233fb00f1e9
diff --git a/activeweb/src/main/java/activeweb/ControllerClassLoader.java b/activeweb/src/main/java/activeweb/ControllerClassLoader.java index <HASH>..<HASH> 100644 --- a/activeweb/src/main/java/activeweb/ControllerClassLoader.java +++ b/activeweb/src/main/java/activeweb/ControllerClassLoader.java @@ -31,8 +31,9 @@ cla...
fixed issue with class loading for aw core stuff
javalite_activeweb
train
1aefd74623174516012a63421f00a7a81e4fac12
diff --git a/lib/lanes/extension.rb b/lib/lanes/extension.rb index <HASH>..<HASH> 100644 --- a/lib/lanes/extension.rb +++ b/lib/lanes/extension.rb @@ -61,6 +61,20 @@ module Lanes end + class LanesExtension < Definition + identifier "lanes" + + root_path Pathname.new(__FILE__).d...
Add dummy extension so there's always one present
argosity_hippo
train
e4934e8863ac35312c66423918cc8268ef719b72
diff --git a/docx/image/image.py b/docx/image/image.py index <HASH>..<HASH> 100644 --- a/docx/image/image.py +++ b/docx/image/image.py @@ -17,6 +17,14 @@ class Image(object): Graphical image stream such as JPEG, PNG, or GIF with properties and methods required by ImagePart. """ + def __init__(self, bl...
img: wire up Png and Image initializers
python-openxml_python-docx
train
802666b8fee0ae307780c2fd287d353ca8dca599
diff --git a/controller/scheduler/coreos.py b/controller/scheduler/coreos.py index <HASH>..<HASH> 100644 --- a/controller/scheduler/coreos.py +++ b/controller/scheduler/coreos.py @@ -37,10 +37,11 @@ class FleetClient(object): """ Setup a CoreOS cluster including router and log aggregator """ ...
chore(scheduler): disable auto router and logger on cluster creation
deis_deis
train
94d5d1fc0efa676ec7a3c441767888997d363fc4
diff --git a/src/runner.js b/src/runner.js index <HASH>..<HASH> 100644 --- a/src/runner.js +++ b/src/runner.js @@ -23,19 +23,12 @@ function runUser(userId, onlyInRoom) { if(runResult.console) { driver.sendConsoleMessages(userId, runResult.console); } + if(runResult.error) { + ...
fix(runner): don't send system loop errors to players console
screeps_engine
train
7e6c6924f2295b21cd1bd54b28d4e34321e89ffc
diff --git a/docs/assets/plugins/search/search.js b/docs/assets/plugins/search/search.js index <HASH>..<HASH> 100644 --- a/docs/assets/plugins/search/search.js +++ b/docs/assets/plugins/search/search.js @@ -221,7 +221,7 @@ await searchIndex; const hasQuery = query.length > 0; - const matches ...
make search a bit fuzzier
claviska_shoelace-css
train
f7094147b14befe00600eae4eb10c4bd8535e1a0
diff --git a/question/type/edit_question_form.php b/question/type/edit_question_form.php index <HASH>..<HASH> 100644 --- a/question/type/edit_question_form.php +++ b/question/type/edit_question_form.php @@ -344,7 +344,7 @@ abstract class question_edit_form extends moodleform { $mform->setType($feedbackname...
MDL-<I> qtype editing forms should use advcheckbox.
moodle_moodle
train
1effaba47dfd85cfbf05e2632c609e97ad3f9691
diff --git a/abilian/web/frontend.py b/abilian/web/frontend.py index <HASH>..<HASH> 100644 --- a/abilian/web/frontend.py +++ b/abilian/web/frontend.py @@ -20,7 +20,7 @@ import sqlalchemy as sa from sqlalchemy import func from sqlalchemy.sql.expression import asc, desc, nullsfirst, nullslast from sqlalchemy import or...
frontend: fix list_json2
abilian_abilian-core
train
cc6dc4bf4c62824d51866b77c4058c0c39fa1c97
diff --git a/app/views/pages/home.html.php b/app/views/pages/home.html.php index <HASH>..<HASH> 100644 --- a/app/views/pages/home.html.php +++ b/app/views/pages/home.html.php @@ -14,8 +14,6 @@ use lithium\data\Connections; $this->title('Home'); $this->html->style('debug', ['inline' => false]); -$self = $this; - $n...
Remove $self-workaround from home.
UnionOfRAD_framework
train
c2adc4a218102401baef2f603b75352339390c9e
diff --git a/src/Rah/Danpu/BaseTemplate.php b/src/Rah/Danpu/BaseTemplate.php index <HASH>..<HASH> 100644 --- a/src/Rah/Danpu/BaseTemplate.php +++ b/src/Rah/Danpu/BaseTemplate.php @@ -43,6 +43,12 @@ interface BaseTemplate public function __construct(Config $config); /** + * Initializes the action. + ...
Include init method in the interface.
gocom_danpu
train
b8daebce7cb9bbb0e9f68228e6f616ce8214062b
diff --git a/lib/resque/tasks.rb b/lib/resque/tasks.rb index <HASH>..<HASH> 100644 --- a/lib/resque/tasks.rb +++ b/lib/resque/tasks.rb @@ -23,6 +23,10 @@ namespace :resque do task :workers do threads = [] + if ENV['COUNT'].to_i < 1 + abort "set COUNT env var, e.g. $ COUNT=2 rake resque:workers" + e...
Fail rake rescue:workers if COUNT is not set
resque_resque
train
1b7bb648a75c203acf19c3eb93b3b971f6cfa950
diff --git a/java/server/src/org/openqa/grid/internal/TestSlot.java b/java/server/src/org/openqa/grid/internal/TestSlot.java index <HASH>..<HASH> 100644 --- a/java/server/src/org/openqa/grid/internal/TestSlot.java +++ b/java/server/src/org/openqa/grid/internal/TestSlot.java @@ -20,6 +20,7 @@ import org.openqa.grid.comm...
Fixing javadoc about setting CapabilityMatcher
SeleniumHQ_selenium
train
6893e4c41ad4ee6a749d8c9b04cb841081ba4fa9
diff --git a/dbussy.py b/dbussy.py index <HASH>..<HASH> 100644 --- a/dbussy.py +++ b/dbussy.py @@ -1255,8 +1255,12 @@ dbus.dbus_server_set_data.argtypes = (ct.c_void_p, ct.c_int) class DBusError(Exception) : "for raising an exception that reports a D-Bus error name and accompanying message." + __slots__ = ("...
might as well add attributes to DBusError for name and message
ldo_dbussy
train
4d9c56272066a7c5cd1c9f7c58433bb225f819d9
diff --git a/Octo/Articles/Store/ArticleStore.php b/Octo/Articles/Store/ArticleStore.php index <HASH>..<HASH> 100644 --- a/Octo/Articles/Store/ArticleStore.php +++ b/Octo/Articles/Store/ArticleStore.php @@ -124,6 +124,19 @@ class ArticleStore extends Octo\Store return $ret; } + /** + * Check if t...
Hide categories if there are no articles in subcat
Block8_Octo
train
d749b3c99e7721904ed1f9df03c490c2b7b50291
diff --git a/examples/goroutines.go b/examples/goroutines.go index <HASH>..<HASH> 100644 --- a/examples/goroutines.go +++ b/examples/goroutines.go @@ -3,32 +3,32 @@ package main import ( ".." "strconv" + "runtime" + "fmt" + "bytes" ) // quick test for concurrent log messages func main() { - logger := sc...
broke the logger example by adding more goroutines
technoweenie_grohl
train
e1561bbb110f6827adec72005ee83a0aa2f4b5a2
diff --git a/ActiveResource.php b/ActiveResource.php index <HASH>..<HASH> 100644 --- a/ActiveResource.php +++ b/ActiveResource.php @@ -41,7 +41,7 @@ * ?> * * @author John Luxford <lux@companymachine.com> - * @version 0.10 beta + * @version 0.11 beta * @license http://opensource.org/licenses/lgpl-2.1.php */ c...
Fixed an issue with saving nested XML elements.
jbroadway_phpactiveresource
train
cc082bc876bec1dafbcafcb10267d5f8e06bc541
diff --git a/lib/virtus/coercion/string.rb b/lib/virtus/coercion/string.rb index <HASH>..<HASH> 100644 --- a/lib/virtus/coercion/string.rb +++ b/lib/virtus/coercion/string.rb @@ -27,15 +27,28 @@ module Virtus def self.to_constant(value) names = value.split('::') names.shift if names.first.empty...
Refactor Virtus::Coercion::String.to_constant * Split constant lookup into a private method
solnic_virtus
train
c90e443fec26d47964611e0ff494512314bbf04c
diff --git a/isoweek.py b/isoweek.py index <HASH>..<HASH> 100644 --- a/isoweek.py +++ b/isoweek.py @@ -64,7 +64,7 @@ class Week(namedtuple('Week', ('year', 'week'))): w = cls(year, 1) while w.year == year: yield w - w = w + 1 + w += 1 def day(self, num): ...
Simplify w = w + 1
gisle_isoweek
train
d91eac921e3adca0ade3aff29b9c97f642568925
diff --git a/src/utility/getSelectedOperationName.js b/src/utility/getSelectedOperationName.js index <HASH>..<HASH> 100644 --- a/src/utility/getSelectedOperationName.js +++ b/src/utility/getSelectedOperationName.js @@ -31,7 +31,7 @@ export default function getSelectedOperationName( if (prevSelectedOperationName && p...
fix to properly check the index `prevIndex` should be compared to `-1`, not to the falseyness.
graphql_graphiql
train
36a15ed7ee459fbbed8a0e50efd646ed18570d75
diff --git a/src/Opensoft/SimpleSerializer/Serializer.php b/src/Opensoft/SimpleSerializer/Serializer.php index <HASH>..<HASH> 100644 --- a/src/Opensoft/SimpleSerializer/Serializer.php +++ b/src/Opensoft/SimpleSerializer/Serializer.php @@ -109,7 +109,7 @@ class Serializer } /** - * @deprecated + * @d...
Issue #3. Combine some exclusion strategy in serializer. Cleaning code.
opensoft_simple-serializer
train
983275eb7c01eaeba5798a422514f4d9d6b74786
diff --git a/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb b/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb +++ b/actionpack/lib/action_dis...
Fix screenshot helper to provide correct file name We only want the file name to include the word `failures` if it failed, not any time the user wants to take a screenshot during a test run.
rails_rails
train
1f6cf9982996a1d33bbfdcdf3abbeffa17d32a77
diff --git a/chromedp.go b/chromedp.go index <HASH>..<HASH> 100644 --- a/chromedp.go +++ b/chromedp.go @@ -220,45 +220,35 @@ func Run(ctx context.Context, actions ...Action) error { } func (c *Context) newTarget(ctx context.Context) error { - if c.targetID == "" && c.first { - tries := 0 - retry: - // If we just ...
stop polling when grabbing a new browser's tab Fix the TODO by instead waiting for the right Target.targetCreated event.
chromedp_chromedp
train
2e098bfe0aca4312d2812a78c8c334dbeef9d642
diff --git a/gaeforms/__init__.py b/gaeforms/__init__.py index <HASH>..<HASH> 100644 --- a/gaeforms/__init__.py +++ b/gaeforms/__init__.py @@ -1 +1 @@ -__version__ = '0.15' \ No newline at end of file +__version__ = '0.16'
close #<I> version <I> published on pypi
renzon_gaeforms
train
fc7aab96354d9dc70e9db5ee5f009f9002d89be5
diff --git a/Imagine/Cache/CacheManager.php b/Imagine/Cache/CacheManager.php index <HASH>..<HASH> 100644 --- a/Imagine/Cache/CacheManager.php +++ b/Imagine/Cache/CacheManager.php @@ -117,11 +117,8 @@ class CacheManager */ public function getBrowserPath($path, $filter, $absolute = false) { - //cal...
[cache] fix cache manager browser path.
liip_LiipImagineBundle
train
1041ab6aba12a0c9b18af4082106f3276d845af9
diff --git a/serial_device/threaded.py b/serial_device/threaded.py index <HASH>..<HASH> 100644 --- a/serial_device/threaded.py +++ b/serial_device/threaded.py @@ -42,10 +42,10 @@ class EventProtocol(serial.threaded.Protocol): if isinstance(exception, Exception): print ('Connection to port `%s` los...
[FIX] Update connected status on close
sci-bots_serial-device
train
644b2c486768790870462ba11e624ea1be59cc13
diff --git a/gui/src/main/java/org/jboss/as/console/client/core/message/MessageCenter.java b/gui/src/main/java/org/jboss/as/console/client/core/message/MessageCenter.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/core/message/MessageCenter.java +++ b/gui/src/main/java/org/jboss/as/...
Fix AS7-<I>: oder of message appearance: last message becomes first in list
hal_core
train
b63f049599f7efded815d6c9128009018a10d843
diff --git a/.github/workflows/runTests.yml b/.github/workflows/runTests.yml index <HASH>..<HASH> 100644 --- a/.github/workflows/runTests.yml +++ b/.github/workflows/runTests.yml @@ -18,4 +18,4 @@ jobs: - name: Build with Gradle uses: gradle/gradle-build-action@v1.5.1 with: - arguments: testDe...
use legacy looper mode to try to prevent hanging tests
wealthfront_magellan
train
50a87241ed1b4ebe9bf5e57876fdfedd1ada6895
diff --git a/lib/train/extras/command_wrapper.rb b/lib/train/extras/command_wrapper.rb index <HASH>..<HASH> 100644 --- a/lib/train/extras/command_wrapper.rb +++ b/lib/train/extras/command_wrapper.rb @@ -169,8 +169,8 @@ module Train::Extras res = LinuxCommand.new(transport, options) verification_res = ...
Ensure UserError is raised with a reason value This commit addresses the issue fixed in <I>cf<I>c2f8c0bf4b0f5df<I>bd<I>dd; however that commit discarded the reason attached to the exception. This should be kept, since Train::UserError covers a lot of ground and the reason code can help clients differentiate cause wit...
inspec_train
train
2e4103efbea4c3f7c4d18041608c91ccbe996f98
diff --git a/lib/ufo/param.rb b/lib/ufo/param.rb index <HASH>..<HASH> 100644 --- a/lib/ufo/param.rb +++ b/lib/ufo/param.rb @@ -12,11 +12,15 @@ module Ufo def data upgrade_message! - result = RenderMePretty.result(@params_path) + result = RenderMePretty.result(@params_path, context: template_scop...
pass template scope to params erb evaluation issue #<I>
tongueroo_ufo
train
1ed351f1e8d79ca0c78ec2b6d18346a226497a1f
diff --git a/fproject/authclient/AuthRevokeAction.php b/fproject/authclient/AuthRevokeAction.php index <HASH>..<HASH> 100644 --- a/fproject/authclient/AuthRevokeAction.php +++ b/fproject/authclient/AuthRevokeAction.php @@ -25,9 +25,14 @@ class AuthRevokeAction extends AuthLogoutActionBase /** * @inheritdoc ...
[Done] Implement AuthRevokeAction
fproject_yii2-authclient
train
7e1778adfc4885d8003004b3cdaeedeacfff8615
diff --git a/cnxarchive/tests/views/test_content.py b/cnxarchive/tests/views/test_content.py index <HASH>..<HASH> 100644 --- a/cnxarchive/tests/views/test_content.py +++ b/cnxarchive/tests/views/test_content.py @@ -714,7 +714,7 @@ INSERT INTO trees (nodeid, parent_id, title, childorder, is_collated, slug) vers...
Add meta noindex tag to archive html pages We want to make google ignore archive in search results. According to <URL>
openstax_cnx-archive
train
e7737d2d2437405e010470e794ae60bea6f1dd3f
diff --git a/lib/sprinkle/installers/transfer.rb b/lib/sprinkle/installers/transfer.rb index <HASH>..<HASH> 100644 --- a/lib/sprinkle/installers/transfer.rb +++ b/lib/sprinkle/installers/transfer.rb @@ -135,7 +135,7 @@ module Sprinkle unless pre.empty? sequence = pre; sequence = sequence.join(';...
Further tweaks to pre/post command handling in transfer installer
sprinkle-tool_sprinkle
train
a0bdfc4fc965727c1f55c4711c4af4f19dd0257b
diff --git a/tests/integration/clientv3/ordering_util_test.go b/tests/integration/clientv3/ordering_util_test.go index <HASH>..<HASH> 100644 --- a/tests/integration/clientv3/ordering_util_test.go +++ b/tests/integration/clientv3/ordering_util_test.go @@ -62,6 +62,7 @@ func TestEndpointSwitchResolvesViolation(t *testing...
tests/integration/clientv3: allow time for endpoints to update
etcd-io_etcd
train
12389c7d453c57c80e4db430668c7275716cc71e
diff --git a/common/numerics.py b/common/numerics.py index <HASH>..<HASH> 100644 --- a/common/numerics.py +++ b/common/numerics.py @@ -176,25 +176,30 @@ def axes2points(x, y): Output P: Nx2 array consisting of coordinates for all - grid points defined by x and y axes + grid points de...
Changed order of axes2points to match default memory layout used by numpy 2D arrays
inasafe_inasafe
train
a2eca45051cb6246c267ff7ebc402a2370b2b922
diff --git a/src/Symfony/Component/Process/PhpExecutableFinder.php b/src/Symfony/Component/Process/PhpExecutableFinder.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Process/PhpExecutableFinder.php +++ b/src/Symfony/Component/Process/PhpExecutableFinder.php @@ -34,7 +34,7 @@ class PhpExecutableFinder ...
Fixed #<I>: PhpExecutableFinder::find() does not always return the correct binary
symfony_symfony
train
f2cdcf22af7eec53ebe7e810f46306f5882752de
diff --git a/generator/classes/propel/engine/builder/om/php5/PHP5BasicPeerBuilder.php b/generator/classes/propel/engine/builder/om/php5/PHP5BasicPeerBuilder.php index <HASH>..<HASH> 100644 --- a/generator/classes/propel/engine/builder/om/php5/PHP5BasicPeerBuilder.php +++ b/generator/classes/propel/engine/builder/om/php...
*Peer::doDelete() now also accepts an array of Primary Keys
propelorm_Propel
train
d65f7f204a918906d7ce5120b9719abf105d60c5
diff --git a/js/bootstrap-dropdown.js b/js/bootstrap-dropdown.js index <HASH>..<HASH> 100644 --- a/js/bootstrap-dropdown.js +++ b/js/bootstrap-dropdown.js @@ -40,10 +40,14 @@ , toggle: function (e) { var $this = $(this) - , selector = $this.attr('data-target') + , selector , $parent ...
don't open dropdown if target is disabled
twbs_bootstrap
train
79c9d7dfcff2bcb13fe0a1364a22efd67cf4af0b
diff --git a/gulpFile.js b/gulpFile.js index <HASH>..<HASH> 100644 --- a/gulpFile.js +++ b/gulpFile.js @@ -57,12 +57,7 @@ gulp.task('browserify', function (done) { }); gulp.task('watch', function () { - return gulp.watch('./lib/*/*.*', ['default']); -}); - -gulp.task('default', function () { - return gulp.src...
gulp watch updates the page without being killed
marmelab_EventDrops
train
fce2ff800df2c8dfa477d7551aaf98abe29dc38f
diff --git a/Classes/Controller/BackendController.php b/Classes/Controller/BackendController.php index <HASH>..<HASH> 100644 --- a/Classes/Controller/BackendController.php +++ b/Classes/Controller/BackendController.php @@ -170,7 +170,10 @@ class BackendController extends ActionController */ protected functio...
BUGFIX: Avoid use of undefined constant (#<I>) This fixes an error with the UI on earlier Neos versions that lack a constant introduced to fix #<I>. See #<I>
neos_neos-ui
train
aee62a2c78e58611c932db304360b9fef060afc5
diff --git a/lib/crumb_issuer.js b/lib/crumb_issuer.js index <HASH>..<HASH> 100644 --- a/lib/crumb_issuer.js +++ b/lib/crumb_issuer.js @@ -8,7 +8,6 @@ * Module dependencies. */ -var middleware = require('./middleware'); var utils = require('./utils'); /** @@ -44,7 +43,25 @@ CrumbIssuer.prototype.get = functio...
Include session cookie with crumb issuer header Fixes #<I>
silas_node-jenkins
train
1cf3e19c719b77fcbd3322c72b7d9f011f9f22b7
diff --git a/src/Describer.php b/src/Describer.php index <HASH>..<HASH> 100644 --- a/src/Describer.php +++ b/src/Describer.php @@ -94,6 +94,8 @@ class Describer implements DescriberContract $hasWildcardMatch = $hide->contains($nameParts[0].':*'); return ! $hasExactMatch && ! $hasWildcardMatc...
List any alias beside each command
nunomaduro_laravel-console-summary
train
a136a9e6ccddd60635d2aae21f287573f7e2c385
diff --git a/src/mixins/ol-cmp.js b/src/mixins/ol-cmp.js index <HASH>..<HASH> 100644 --- a/src/mixins/ol-cmp.js +++ b/src/mixins/ol-cmp.js @@ -786,6 +786,9 @@ function subscribeToOlObjectEvents () { this.subscribeTo(changes, () => { ++this.rev }) + + const errors = obsFromOlEvent(this.$olObject, EventType.E...
Pass up openlayers basic error event (#<I>)
ghettovoice_vuelayers
train
5995660ee9dbb79da108ed020f755650dfe699dc
diff --git a/docs/App.js b/docs/App.js index <HASH>..<HASH> 100644 --- a/docs/App.js +++ b/docs/App.js @@ -42,12 +42,6 @@ const routes = () => ( /> <Route path="/news/*" component={NewsItem} collection="news" /> <Route path="/news" component={NewsList} collection="news" /> - <Route - pa...
Temp fix for pagination in docs
phenomic_phenomic
train
3c6d9e3d283fc876b40991262e52436ba94b0e2e
diff --git a/src/main/java/org/dynjs/compiler/bytecode/Chunker.java b/src/main/java/org/dynjs/compiler/bytecode/Chunker.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dynjs/compiler/bytecode/Chunker.java +++ b/src/main/java/org/dynjs/compiler/bytecode/Chunker.java @@ -9,7 +9,7 @@ import org.dynjs.parser.ast.B...
Get rid of remaining method code too large errors
dynjs_dynjs
train
38520ade2212901d7f7b2df4c36fd62d6fa161f8
diff --git a/src/com/opencms/file/genericSql/CmsResourceBroker.java b/src/com/opencms/file/genericSql/CmsResourceBroker.java index <HASH>..<HASH> 100644 --- a/src/com/opencms/file/genericSql/CmsResourceBroker.java +++ b/src/com/opencms/file/genericSql/CmsResourceBroker.java @@ -1,7 +1,7 @@ /* * File : $Source: /alk...
When copying a resource the destinationresource must be removed from the cache before it is locked because there might be an old version.
alkacon_opencms-core
train
84ac2a7fd78085eb13f133a3c6a564306fbbf508
diff --git a/app/lib/actions/remote_execution/run_host_job.rb b/app/lib/actions/remote_execution/run_host_job.rb index <HASH>..<HASH> 100644 --- a/app/lib/actions/remote_execution/run_host_job.rb +++ b/app/lib/actions/remote_execution/run_host_job.rb @@ -5,6 +5,8 @@ module Actions include ::Actions::Helpers::Wit...
Fixes #<I> - integrate rex features with webhooks
theforeman_foreman_remote_execution
train
57fa0c59ed9e2f20065e20628235df8d174e6a6f
diff --git a/src/Devture/Bundle/LocalizationBundle/Routing/LocaleAwareUrlGenerator.php b/src/Devture/Bundle/LocalizationBundle/Routing/LocaleAwareUrlGenerator.php index <HASH>..<HASH> 100644 --- a/src/Devture/Bundle/LocalizationBundle/Routing/LocaleAwareUrlGenerator.php +++ b/src/Devture/Bundle/LocalizationBundle/Routi...
Fix symfony/routing <I> route-generation (after their BC-break)
devture_silex-localization-bundle
train
576b2d11093f0b750cd0402ebb1a55eaf30a3b9e
diff --git a/state/remote/s3.go b/state/remote/s3.go index <HASH>..<HASH> 100644 --- a/state/remote/s3.go +++ b/state/remote/s3.go @@ -50,7 +50,7 @@ func s3Factory(conf map[string]string) (Client, error) { if raw, ok := conf["acl"]; ok { acl = raw } - kmsKeyID := conf["kmsKeyID"] + kmsKeyID := conf["kms_key_id"]...
Change KMS Key ID configuration name to used in other
hashicorp_terraform
train
c71da15f57e0093152ee229a4eec974f6f86bf07
diff --git a/closure/goog/structs/inversionmap.js b/closure/goog/structs/inversionmap.js index <HASH>..<HASH> 100644 --- a/closure/goog/structs/inversionmap.js +++ b/closure/goog/structs/inversionmap.js @@ -104,11 +104,12 @@ goog.structs.InversionMap.prototype.spliceInversion = function( startSplice++; } // oth...
Don't use goog.array.splice in inversionmap, just concatenate arrays. goog.array.splice doesn't work when splicing in large arrays because the stack runs out of space. Only concern: if someone is holding on to rangeArray or value array references, this doesn't update them. ------------- Created by MOE: <URL>
google_closure-library
train
052e9ae52a860f1afe24f6c3ea96c7cf64d6a3e5
diff --git a/tests/unit_tests.py b/tests/unit_tests.py index <HASH>..<HASH> 100644 --- a/tests/unit_tests.py +++ b/tests/unit_tests.py @@ -2,6 +2,7 @@ import sys, os, random, simplejson sys.path[0:0] = os.path.join(os.path.dirname(__file__), '..') import unittest, mox from dolt import Dolt +from dolt.apis.couchdb im...
add a few missing unit tests around CouchDB
tswicegood_Dolt
train
9f46ca571a06273132b34b4fe36cfec08010b818
diff --git a/unidiff/patch.py b/unidiff/patch.py index <HASH>..<HASH> 100644 --- a/unidiff/patch.py +++ b/unidiff/patch.py @@ -99,8 +99,10 @@ class Hunk(list): src_len = 1 if tgt_len is None: tgt_len = 1 + self.source = [] self.source_start = int(src_start) se...
Optimize for large hunk sizes. The processing for each hunk is currently O(N^2) causing patch processing times to explode for patches that introduce a new file. For example, on a 4GHz AMD CPU it takes over a minute to handle a <I>,<I> line patch file. When the O(N^2) is replacd with an O(N) algorithm the same file ca...
matiasb_python-unidiff
train
3c3ddb30dd43a2adad23a7e4836ce1d2a7514df0
diff --git a/public/assets/libs/appCore.js b/public/assets/libs/appCore.js index <HASH>..<HASH> 100644 --- a/public/assets/libs/appCore.js +++ b/public/assets/libs/appCore.js @@ -1851,6 +1851,13 @@ async function cacheCoreApp() { if (!SERVICEWORKER) return Promise.all([]); + await caches.open('core-v...
add index to cache on appCore
edineibauer_uebConfig
train
a1f46acc4bad931a7dad4477858f7afd2cfeb1a1
diff --git a/qnet/algebra/test/test_qutip_conversion.py b/qnet/algebra/test/test_qutip_conversion.py index <HASH>..<HASH> 100644 --- a/qnet/algebra/test/test_qutip_conversion.py +++ b/qnet/algebra/test/test_qutip_conversion.py @@ -123,6 +123,9 @@ def test_time_dependent_to_qutip(): assert res[2][1](1) == g ...
Update test for time-dep qutip conversion
mabuchilab_QNET
train
d9170b7fcd7588e9643d9c3ed7fdc0433258429d
diff --git a/raft/src/main/java/net/kuujo/copycat/raft/state/RaftContext.java b/raft/src/main/java/net/kuujo/copycat/raft/state/RaftContext.java index <HASH>..<HASH> 100644 --- a/raft/src/main/java/net/kuujo/copycat/raft/state/RaftContext.java +++ b/raft/src/main/java/net/kuujo/copycat/raft/state/RaftContext.java @@ -5...
Ensure query requests are properly populated with the current session ID.
atomix_atomix
train
7b042441c8cc016bdba4a361e702b259a542f0b1
diff --git a/cmd/routing-api/testrunner/runner.go b/cmd/routing-api/testrunner/runner.go index <HASH>..<HASH> 100644 --- a/cmd/routing-api/testrunner/runner.go +++ b/cmd/routing-api/testrunner/runner.go @@ -28,6 +28,6 @@ func New(binPath string, args Args) *ginkgomon.Runner { return ginkgomon.New(ginkgomon.Config{ ...
Correct StartCheck value for Routing API We were accidentally matching consul lock output, causing tests to continue before the routing API was fully operational.
cloudfoundry_routing-api
train
3306741883b47d4965116e76ac6701b51cb16c4f
diff --git a/lib/ruboto/util/setup.rb b/lib/ruboto/util/setup.rb index <HASH>..<HASH> 100644 --- a/lib/ruboto/util/setup.rb +++ b/lib/ruboto/util/setup.rb @@ -60,7 +60,7 @@ module Ruboto if RbConfig::CONFIG['host_os'] =~ /^mswin32|windows(.*)/ 'AppData/Local/Android/android-sdk' else - ...
fix android_package_directory for ones already installed ANDROID SDK
ruboto_ruboto
train
6f83ab01c71662d2b037075b8afaa0747422059b
diff --git a/web/bubblescape/index.html b/web/bubblescape/index.html index <HASH>..<HASH> 100644 --- a/web/bubblescape/index.html +++ b/web/bubblescape/index.html @@ -22,7 +22,7 @@ <div ng-controller="InteractionCtrl"> <bubble ng-repeat="(id, device) in devices | orderBy:'receiverId'" ng-if...
Corrected bug combining stories in bubblescape
reelyactive_hlc-server
train
dd9dac9c03bd937256ad357d3b4b53f2c48a74a1
diff --git a/salt/cloud/clouds/joyent.py b/salt/cloud/clouds/joyent.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/joyent.py +++ b/salt/cloud/clouds/joyent.py @@ -359,7 +359,7 @@ def create_node(**kwargs): data = json.dumps(create_data) - ret = query(command='/my/machines', data=data, method='POST',...
added RBAC subuser support to Joyent driver Fixes #<I>
saltstack_salt
train
1706a5cb83b213676ae10eb7d02fa3e21483513b
diff --git a/acl/src/test/java/org/springframework/security/acls/AclPermissionEvaluatorTests.java b/acl/src/test/java/org/springframework/security/acls/AclPermissionEvaluatorTests.java index <HASH>..<HASH> 100644 --- a/acl/src/test/java/org/springframework/security/acls/AclPermissionEvaluatorTests.java +++ b/acl/src/te...
Spring ACL uses deprecated Mockito methods This change - replaces anyListOf(Class<T> clazz). With Java 8 this method will be removed in Mockito <I>. This method is only used for generic friendliness to avoid casting, this is not anymore needed in Java 8. - replaces anyObject with any or any(Class<T> clazz) Fi...
spring-projects_spring-security
train
094a312ad1fe98f1b439c913e1ace990340b8fbe
diff --git a/Controller/UserController.php b/Controller/UserController.php index <HASH>..<HASH> 100644 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -332,28 +332,6 @@ class UserController extends Controller { $data = $form->getData(); - try - ...
Remove original password field from reset/forgotpassword form
netgen_site-bundle
train
b6e7e0142641fc06c500de0483fc0fb19562a05d
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -29,7 +29,7 @@ module.exports = function(config) { preprocessors: { - 'lib/{,*/}*.js': ['coverage'] + 'dist/{,*/}*.js': ['coverage'] }, @@ -63,7 +63,7 @@ module.exports = function(...
chore(karma): switch to Chrome as PhantomJS - PhantomJS does not support Function.bind() - Fix coverage configuration
stephanebachelier_superapi
train
bf13f265845c286461c6e2a771c57f3f338870ae
diff --git a/framework/yii/web/AssetConverter.php b/framework/yii/web/AssetConverter.php index <HASH>..<HASH> 100644 --- a/framework/yii/web/AssetConverter.php +++ b/framework/yii/web/AssetConverter.php @@ -47,8 +47,8 @@ class AssetConverter extends Component implements IAssetConverter if (@filemtime("$basePath/$r...
"AssetConverter::convert()" has been updated to use "escapeshellargs"
yiisoft_yii2-bootstrap4
train
65085cf2b662194711ea065c5d61ecefb69039a1
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -8,7 +8,9 @@ module.exports = { }, output: { path: './dist', - publicPath: '/' + publicPath: '/', + library: 'VueInfiniteLoading', + libraryTarget: 'umd' }, reso...
Modify configuration of webpack for build library
PeachScript_vue-infinite-loading
train