-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move UI dependencies from manageiq repo here #1
Comments
…e-tag-error Fix undefined method service_tag error
Use decorators for listicon images in Automate/Explorer
Can this be closed now? |
I believe, it can. @himdel : Is there something more needed to close this? |
Technically, this is still not done: group :ui_dependencies do # Added to Bundler.require in config/application.rb
# Modified gems (forked on Github)
gem "jquery-rjs", "=0.1.1", :git => "https://github.com/ManageIQ/jquery-rjs.git", :tag => "v0.1.1-1"
end ( And maybe we should also move So.. the bulk of the work is done, but.. not quite finished yet. |
Ok, let's keep a list here so that we can track the progress. |
Agreed..
|
…-inventor-yv4 Updates operations call to work with inventory V4
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
…nters_1 Fix rubocop warnings in presenters #1
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
update my fork from source
Related: Removed development dependency for haml_lint here |
cc @jrafanie |
In this PR, Policy Profiles accordion has been moved into it's own explorer, as part of Control explorer split. This is a pre-work for Control explorer de-explorization. Named policy profile related files and method names to match the model name `miq_policy_set` ManageIQ#6819
In this PR, Policy Profiles accordion has been moved into it's own explorer, as part of Control explorer split. This is a pre-work for Control explorer de-explorization. Named policy profile related files and method names to match the model name `miq_policy_set` ManageIQ#6819
move listicon_item back into controller
[ImgBot] Optimize images
In this PR, Policy Profiles accordion has been moved into it's own explorer, as part of Control explorer split. This is a pre-work for Control explorer de-explorization. Named policy profile related files and method names to match the model name `miq_policy_set` #6819
This already part of a general effort for pluggitivability |
WIP: martinpovolny#2
The dependencies should be in the gemspec.
We should also remove the
group :ui_dependencies
from manageiq/Gemfile.The text was updated successfully, but these errors were encountered: