1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
Go to file
2015-02-20 17:19:19 -05:00
awx Handle unifying the datetime value as a key that we can update on the 2015-02-20 17:19:19 -05:00
config Disable SSLv3 in apache config 2015-01-27 13:18:29 -05:00
docs
requirements Update requirements/jenkins.txt 2015-02-06 09:47:41 -05:00
tools Update Dockerfile to get node from ppa 2015-02-09 12:02:52 -05:00
.bowerrc
.coveragerc
.gitignore Refactor logging to work primarily with rotating files instead of syslog 2015-02-13 10:30:01 -05:00
.jshintrc Use broccoli to build app 2015-02-06 12:49:04 -05:00
.pylintrc [pylint] Additional paths to ignore 2015-02-06 09:47:41 -05:00
API_STANDARDS.md
COPYING
fix_virtualenv_setuptools.py
Makefile Take out this stupid sync_ui thing from the 'make server' and 'make 2015-02-16 13:56:46 -05:00
manage.py
MANIFEST.in Include sourcemaps in build 2015-02-17 17:11:16 -05:00
nodemon.json Updating contrib doc to include working file watcer solution 2015-02-12 09:25:30 -05:00
README.md Update README.md 2015-01-08 10:36:50 -05:00
setup.cfg Fixing flake8 errors, this should be almost all of them! 2015-02-11 16:42:55 -05:00
setup.py Fix up flake8 runtime configuration, do a bit of flake8 work as it 2015-02-05 10:40:47 -05:00
tox.ini

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.