8000 Tags · jfoxtech/ara · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jfoxtech/ara

Tags

0.11.0

Toggle 0.11.0's commit message
0.11.0

- New feature: ARA UI and Ansible version (ARA UI is running with)
  are now shown at the top right
- New feature: The Ansible version a playbook was run is now stored
  and displayed in the playbook reports
- New feature: New command: "ara generate junit": generates a junit
  xml stream of all task results
- New feature: ara_record now supports two new types: "list" and "dict",
  each rendered appropriately in the UI
- UI: Add ARA logo and favicon
- UI: Left navigation bar was removed (top navigation bar will be
  further improved in future versions)
- Bugfix: CLI commands could sometimes fail when trying to format
  as JSON or YAML
- Bugfix: Database and logs now properly default to ARA_DIR if ARA_DIR
  is changed
- Bugfix: When using non-ascii characters (ex: äëö) in playbook files,
  web application or static generation could fail
- Bugfix: Trying to use ara_record to record non strings
  (ex: lists or dicts) could fail
- Bugfix: Ansible config: 'tmppath' is now a 'type_value' instead of a
  boolean
- Deprecation: The "ara generate" command was deprecated and moved to
  "ara generate html"
- Deprecation: The deprecated callback location, ara/callback has been
  removed. Use ara/plugins/callbacks.
- Misc: Various unit and integration testing coverage improvements and
  optimization
- Misc: Slowly started working on full python 3 compatibility

0.10.5

Toggle 0.10.5's commit message
Changelog for 0.10.4

Ansible 2.2.1.0 shipped with a hard dependency on Jinja2 < 2.9 [1].
Since Flask has a requirement on Jinja2 >= 2.4, it would pick up
2.9.4 first and then disregard Ansible's requirement.

[1]: ansible/ansible@6c65705

0.10.4

Toggle 0.10.4's commit message
Changelog for 0.10.4

New feature:

- Playbook lists now have an icon to display their
  status, whether it has been completed or not
  and if it has been successful or not.

Bug fixes/maintenance:

- Fix SyntaxError when creating ARA directory
  under Python3
- Update static patternfly assets to 3.17.0
- Fixed some bad logic in integration tests in order
  to properly test different versions of Ansible

0.10.3

Toggle 0.10.3's commit message
Changelog for 0.10.3

This is a minor release that continues ongoing efforts
to streamline some things in order to package ARA for
linux distributions.

Flask-Testing is no longer a dependency and tests have
been rewritten accordingly.

0.10.2

Toggle 0.10.2's commit message
Changelog for 0.10.2

This is a minor release to streamline some things in
order to package ARA for linux distributions.

- pymysql is no longer installed by default
- tests are now shipped inside the module
- misc fixes (pep8, bandit)

0.10.1

Toggle 0.10.1's commit message
Changelog for 0.10.1

This is a bugfix release that resolves an issue that made
it impossible to use MySQL (and potentially other RDBMS).

For more details, see commit [1].

[1]: https://git.openstack.org/cgit/openstack/ara/commit/?id=dd159df4f0c152d28455fedf6c6f1e0b56cd7350

0.10.0

Toggle 0.10.0's commit message
Changelog for 0.10.0

This is a major release.
For the full list of changes between 0.9.3 and 0.10.0, please
view the list of commits on GitHub [1].

Summary:
- Database schema is now stable and automatically migrated.
  Databases created on >= 0.9.0 are supported.
- Significant web interface improvements
- New built-in Ansible modules: ara_record and ara_read for
  recording arbitrary data with ARA
- Improved unit and integration testing coverage

[1]: ansible-community/ara@0.9.3...0.10.0

0.9.3

Toggle 0.9.3's commit message
This is a bugfix release to fix the web application crashing

when viewing a host with no registered facts.

0.9.2

Toggle 0.9.2's commit message
Changelog for 0.9.2

This is a maintenance release.

- Update static assets to their latest versions
  (Patternfly, Flask, etc.)
- The location of the callback has been changed from
  ara/callback to ara/plugins/callbacks/. The previous
  location has been deprecated and will be removed in
  a future version.
- Bugfix: The home link in the navigation now behaves
  more as expected and redirect to the root of the web
  application rather than the root of the domain or
  filesystem.
- Misc: Integration test coverage improvements

0.9.1

Toggle 0.9.1's commit message
Changelog for 0.9.1

- Introduced a parameter (defaulting to true) to hide warnings
  introduced in 0.9.0 that are safe to ignore.
0