logstash/lib/pluginmanager
Pier-Hugues Pellerin 4dc2fd3ddd Remove unecessary dependency file-dependencies
To understand why we can now remove this gem we have to go back at the
history of LS 1.5 and the choice we made back them. In the begining
plugins depending on external files like the `user-agent` or the `filter-geoip`
were not bundling theses files in the gem.

The `file-dependencies` was providing a new hook when plugins were
installed to trigger the file download.

In the context of making the plugins work in an offline environment we
need to make sure that every plugins external resources are present in
the gem.

We have currently a few plugins that require external files and they all
bundle it. So I think its safe to remove that feature, also the hook was
not triggered correctly. So it was a NOOP.

Fixes #8298
2017-09-18 18:56:58 +00:00
..
bundler use jruby 9.1.9.0 2017-06-12 12:35:10 -04:00
pack_fetch_strategy Properly catch connection refused error when installing plugin. 2017-06-14 12:52:06 +00:00
pack_installer use jruby 9.1.9.0 2017-06-12 12:35:10 -04:00
templates Update default license (#7502) 2017-06-22 10:05:57 -07:00
utils fixes for Windows platform tests/specs 2017-08-31 19:42:49 -04:00
command.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:49 -05:00
errors.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:49 -05:00
gem_installer.rb use jruby 9.1.9.0 2017-06-12 12:35:10 -04:00
gemfile.rb force UTF-8 encoding for gem file reading 2017-08-25 12:43:52 -04: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 Remove unecessary dependency file-dependencies 2017-09-18 18:56: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:43 -05:00
main.rb Allow Logstash to accept a PROXY configuration 2017-03-31 14:20:38 -04:00
offline_plugin_packager.rb Spelling fixes (#6806) 2017-03-29 19:33:26 -07:00
pack.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:49 -05:00
pack_command.rb Add bin/logstash-plugin prepare-offline-pack command 2017-01-03 13:59:49 -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:36 -05:00
settings.xml.erb Allow Logstash to accept a PROXY configuration 2017-03-31 14:20:38 -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:49 -05:00
update.rb Remove unecessary dependency file-dependencies 2017-09-18 18:56:58 +00:00
util.rb Spelling fixes (#6806) 2017-03-29 19:33:26 -07:00