1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00
Go to file
Luke Sneeringer b6ba138522 Add items to .gitignore.
This commit adds three files to .gitignore, to support local development
using Vagrant VMs.

Regarding `awx/main/fixtures`: This is to allow for a dev's primary user
to be in a fixture, so it's easily loaded.
2014-06-10 13:43:25 -05:00
awx Add some shortcuts for summarizing job event data to support the UI in AC-1330 2014-06-10 13:25:57 -04:00
config AC-465 Removed settings.py copies that are no longer used in packaging. 2014-03-28 16:53:14 -04:00
docs Update release process documentatio 2014-04-29 13:29:03 -04:00
requirements Documentation for memcached 2014-05-14 13:48:15 -04:00
tools/scripts Rename tower retry script and reframe documentation 2014-04-16 11:17:04 -04:00
.bowerrc AC-1006 upgraded all js libraries to latest release. Fixed obvious broken things. Installed bower to make package installation/upgrade easier. Added less to Grunt build. 2014-02-12 18:42:57 +00:00
.coveragerc Initial working version of job template callback with a test. 2013-07-11 14:57:59 -04:00
.gitignore Add items to .gitignore. 2014-06-10 13:43:25 -05:00
.jshintrc First attempt at adding a graph to job detail page. 2014-05-15 03:51:34 -04:00
.pylintrc Add pylintrc file 2014-06-05 13:58:47 -04:00
bower.json AC-1294 reworked standard out page to support custom scroll bar. Removed use of <pre> elment by parsing the inbound HTML and isolating the style sheet and the job output. Those are now inserted into styled <div> elements, giving the UI better control. The page now listens to the web socket server and refreshes whenver an event happens for the job. On an event the <div> element refreshes and automatically scrolls to the bottom. 2014-05-21 17:29:16 -04:00
COPYING Updated version to 2.0.0. 2014-04-09 00:12:33 -04:00
fix_virtualenv_setuptools.py AC-505 Add vendored copies of ec2 and rax inventory scripts from Ansible (for now). Add vendored versions of boto and pyrax and all their dependencies, updated all vendored packages to latest versions. 2013-09-29 20:36:46 -04:00
Gruntfile.js Fixed bugs from package upgrades. Updated all controllers to pass into form and list generators. Improved accordion styling. Refactored job status page. Tested using minified files and fixed build issues. 2014-02-13 03:04:27 -05:00
Makefile Move django_jenkins into development.py 2014-06-05 15:00:21 -04:00
manage.py Happy new year!!! 2014-01-02 11:51:43 -05:00
MANIFEST.in Update some setup things for the new callback script 2014-04-16 11:17:16 -04:00
README.md Mention 1.4.9 release in readme 2014-04-17 16:31:11 -04:00
setup.cfg Add JENKINS_TASKS to django_jenkins 2014-06-05 12:09:54 -04:00
setup.py Create aliases for generating RPM and DEB sdist 2014-05-22 11:40:47 -04:00
tox.ini Updated all vendored third-party packages. 2013-11-14 22:55:03 -05:00

Ansible Tower

Formerly known as awx, ansible-commander and AnsibleWorks, ansible-tower provides a web-based user interface, REST API and task engine built on top of Ansible.

The current version under development is 2.0.0, and uses the master branch.

1.2.2 was the initial version released on July 31, 2013.

1.3.0 was released on September 15, 2013.

1.3.1 was released on September 17, 2013.

1.4.0 was released on November 25, 2013.

1.4.5 was released on February 10, 2014.

1.4.8 was released on April 7, 2014.

1.4.9 was released on April 17, 2014.

Hotfixes should go 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.