Skip to content

ManageIQ/manageiq-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d786a5 · Jan 30, 2025
Nov 5, 2024
May 4, 2022
Sep 10, 2020
Sep 10, 2020
Jan 30, 2025
Apr 21, 2023
Sep 10, 2020
Jan 29, 2025
Mar 1, 2024
Sep 10, 2020
Sep 10, 2020
Sep 10, 2020
Oct 14, 2020
Oct 14, 2020
Oct 26, 2020
Jun 5, 2024
Sep 10, 2020
Mar 24, 2020
Mar 19, 2021
Sep 10, 2020
Dec 14, 2016
Feb 6, 2022
Sep 10, 2020
Feb 5, 2022
Jan 17, 2025

ManageIQ::Content

CI Maintainability Test Coverage

Chat

Build history for master branch

Content plugin for ManageIQ.

Notes on content

At present, this repo contains only the ManageIQ automate domain. In the future, more content will be extracted from the ManageIQ/manageiq repo such as dialogs, reports, and policies.

Development

See the section on plugins in the ManageIQ Developer Setup

For quick local setup run bin/setup, which will clone the core ManageIQ repository under the spec directory and setup necessary config files. If you have already cloned it, you can run bin/update to bring the core ManageIQ code up to date.

License

The gem is available as open source under the terms of the Apache License 2.0.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request