1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
Go to file
Matthew Jones a6a1a6504a Check for anonymous user in the activity stream middleware and don't
attempt to attach user information to the event
2014-02-21 11:09:03 -05:00
awx Check for anonymous user in the activity stream middleware and don't 2014-02-21 11:09:03 -05:00
config AC-982 Added configuration options to disable activity stream logging entirely, or disable only when running inventory import. 2014-02-06 15:25:58 -05:00
docs Rename package awx to ansible-tower 2014-01-29 12:57:22 -05:00
requirements Update dev requirements to mention zeromq dependency 2014-02-18 15:22:49 -05:00
tools/scripts
.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
.gitignore Fixed twiter js package. Now repo includes dist subdir. 2014-02-17 13:33:22 -05:00
.jshintrc AC-1017 Added events and hosts links to the job status fly-out. Fixed a bug in search where claring the value and hitting enter did not switch the icon back to the magnifying glass. Linted Search.js and Hosts.js helpers. 2014-02-06 00:58:45 -05:00
COPYING
fix_virtualenv_setuptools.py
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 Update contributing documentation and add receiver target to Makefile 2014-02-18 15:16:39 -05:00
manage.py Happy new year!!! 2014-01-02 11:51:43 -05:00
MANIFEST.in Include awx.min.js in sdist packaging 2014-02-17 13:06:49 -05:00
package.json 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
README.md AC-752 Add RabbitMQ role to setup, update CONTRIBUTING doc. 2013-12-11 11:45:34 -05:00
setup.py Rename package awx to ansible-tower 2014-01-29 12:57:22 -05:00
tox.ini Updated all vendored third-party packages. 2013-11-14 22:55:03 -05:00

AWX

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

The current version under development is 1.4.5, 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.

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 AWX.

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

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