logstash/lib/pluginmanager
Colin Surprenant e37a00d1ec fixes for Windows platform tests/specs
use rm_rf to delete dir and shutdown pipeline after run

avoid the use of rescue nil, bad practice

do not mock close as it prevents closing the file an prevents removing it on Windows

cleanup temporary files and relax file name check for Windows

fix paths handling for Windows

flag the read file string as UTF-8 which is what we expect

fix Windows issues

ignore load_average on windows

windows safe URI

cleanup and fix file handling for windows

wait for pipeline shutdown to complete

revert to original puts

cleanups

use environment for windows platform check

fix hash path

wait for pipeline thread to complete after shutdown
2017-09-21 13:43:59 -04:00
..
bundler Allow to run the bin/logstash-plugin install <pack> outside of the Logstash directory 2017-01-31 13:15:41 -05:00
pack_fetch_strategy Properly catch connection refused error when installing plugin. 2017-06-14 12:52:07 +00:00
pack_installer Spelling fixes (#6806) 2017-04-04 12:07:16 -07:00
templates Add new Codec#encode_sync, Codec#multi_encode and Output#multi_receive_encoded methods. 2016-08-22 14:08:04 -04:00
utils fixes for Windows platform tests/specs 2017-09-21 13:43:59 -04:00
command.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:51 -05:00
custom_gem_indexer.rb Spelling fixes (#6806) 2017-04-04 12:07:16 -07:00
errors.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:51 -05:00
gem_installer.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:51 -05:00
gemfile.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:51 -05:00
generate.rb add codec as a new kind of templates in the plugin generator 2016-06-01 16:15:37 +00:00
install.rb Revert "always use JARS_SKIP when installing or updating plugins" 2017-08-24 23:46:58 +00:00
install_strategy_factory.rb Do not try to reach the artifact server when no plugins is given 2017-03-26 20:44:07 -04:00
list.rb This PR changes two things: 2016-11-11 09:43:44 -05:00
main.rb Allow Logstash to accept a PROXY configuration 2017-03-31 14:20:39 -04:00
offline_plugin_packager.rb Spelling fixes (#6806) 2017-04-04 12:07:16 -07:00
pack.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:51 -05:00
pack_command.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:51 -05:00
prepare_offline_pack.rb Make sure prepare_offline_pack command only accept a filename 2017-03-31 11:05:17 -04:00
proxy_support.rb refactor extract into 2 methods 2017-05-11 12:54:44 +00:00
remove.rb Relax the acceptance test expectation to match only the exception message 2016-11-29 14:24:37 -05:00
settings.xml.erb Allow Logstash to accept a PROXY configuration 2017-03-31 14:20:39 -04:00
ui.rb Feature: A way to install/remove a plugin pack 2016-11-17 14:00:02 -05:00
unpack.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:51 -05:00
update.rb Revert "always use JARS_SKIP when installing or updating plugins" 2017-08-24 23:46:58 +00:00
util.rb Spelling fixes (#6806) 2017-04-04 12:07:16 -07:00