Joe Fiorini 9526975318 Resolve fact versions before looking up fact views
This adds a step to the fact version lookup that attempts to resolve
fact versions before looking up their views. Resolving a fact version
means finding another version to use when there is a problem with the
one the user selected.

In this case, the resolution process works as follows:

1. Check if either request returned an empty list

If so, request again, changing the dates to look back a year. This
will almost always return something.

2. If we are requesting multiple facts for the same host, and both of
the resolved versions have the same timestamp, they are duplicates and
we cannot compare against them.

Instead we instruct it to grab the selected and the previous versions for
comparison.

For host-to-host view, this also updates the timestamp in the header to
reflect the actual timestamps. It _does not_ update the date picker
dates yet.
2015-06-03 00:16:54 -04:00
2015-05-29 09:53:39 -04:00
2015-06-01 12:30:26 -04:00
2015-02-06 09:47:41 -05:00
2014-04-09 00:12:33 -04:00
2014-01-02 11:51:43 -05:00
2015-05-26 13:45:46 -04:00
2015-01-08 10:36:50 -05:00
2015-05-20 20:33:22 -04:00

Ansible Tower

Tower provides a web-based user interface, REST API and task engine built on top of Ansible.

The current version under development is 2.1.0.

Development releases always use the 'master' branch.

Release schedule

  • 1.2.2, July 31, 2013.
  • 1.3.0, September 15, 2013.
  • 1.3.1, September 17, 2013.
  • 1.4.0, November 25, 2013.
  • 1.4.5, February 10, 2014.
  • 1.4.8, April 7, 2014.
  • 1.4.9, April 17, 2014.
  • 1.4.10, April 28, 2014.
  • 1.4.11, May 30, 2014.
  • 2.0.0, August 19, 2014
  • 2.0.1, September 4, 2014
  • 2.0.2, October 6, 2014
  • 2.0.3, November 14, 2014
  • 2.0.4, November 21, 2014
  • 2.0.5, ...
  • 2.1.0, January 7, 2014

Any fixes should be applied on the appropriate release branch and be cherry-picked to master.

Resources

Refer to CONTRIBUTING.md to get started developing, testing and building Tower.

Refer to setup/README.md to get started deploying Tower.

Refer to docs/build_system.md for more about Jenkins and installing nightly builds (as opposed to running from source).

Refer to docs/release_process.md for information on the steps involved in creating a release.

Description
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Readme 428 MiB
Languages
Python 97.8%
Jinja 0.9%
Makefile 0.5%
Shell 0.3%
HTML 0.2%
Other 0.2%