Bug #33626
Allow foreman plugins to use webpack
Pull request:
Fixed in Releases:
Found in Releases:
Description
Currently, webpack for js does only handle directories for plugins which
- start with foreman or katello
- don't end with core
It should be possible to specify in a plugin directly, if they should be handled by plugin_webpack_directories.rb or not.
Associated revisions
History
#1
Updated by The Foreman Bot 10 months ago
- Assignee set to Bernhard Suttner
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8810 added
#2
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 3.1.0 added
#3
Updated by Anonymous 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|4cc19f6c41da3ce5071a3ca16413a4bb157c3d83.
#4
Updated by Amit Upadhye 9 months ago
- Category set to Plugin integration
Fixes #33626 - use webpack for foreman plugin gems
A plugin can specify by the following line in the gemspec that it is
really a foreman plugin:
s.metadata = { "is_foreman_plugin" => "true" }