1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
Go to file
Ryan Petrello d57470ce49
don't process artifacts from custom set_stat calls asynchronously
previously, we persisted custom artifacts to the database on
`Job.artifacts` via the callback receiver.  when the callback receiver
is backed up processing events, this can result in race conditions for
workflows where a playbook calls `set_stat()`, but the artifact data is
not persisted in the database before the next job in the workflow starts

see: https://github.com/ansible/ansible-tower/issues/7831
2018-01-23 17:09:23 -05:00
awx don't process artifacts from custom set_stat calls asynchronously 2018-01-23 17:09:23 -05:00
config Implement alternate ports for nginx 2017-01-23 14:34:15 -05:00
docs replace our memcached-based fact cache implementation with local files 2018-01-15 09:16:44 -05:00
installer/openshift update awx-manage command to new name 2017-08-08 15:18:07 -04:00
requirements don't install pycurl from pypi; use a system package instead 2017-10-10 14:38:44 -04:00
tools flake8: comply with new E722 rule 2017-12-01 12:16:44 -05:00
.coveragerc fixing ad_hoc imports 2016-02-01 18:37:56 -05:00
.dockerignore Use tower_devel as base image for unit tests 2016-11-11 15:47:17 -05:00
.dput.cf Add support for pbuilder chroot builds 2015-09-16 16:28:05 -04:00
.editorconfig Add models and select component 2017-06-12 09:53:11 -04:00
.env Add support for honcho as alternative to tmux for running development servers. 2015-08-04 15:26:27 -04:00
.gitignore Fix version when installing from sdist 2017-07-25 11:09:51 -04:00
.mini-dinstall.cf Add support for pbuilder chroot builds 2015-09-16 16:28:05 -04:00
.pylintrc [pylint] Additional paths to ignore 2015-02-06 09:47:41 -05:00
.travis.yml Be sure to install ansible 2016-07-22 13:19:57 -04:00
API_STANDARDS.md Start of guidelines around API development. 2014-06-17 13:52:57 -05:00
CONTRIBUTING.md Rewording AWS in contributor doc 2017-08-11 10:55:37 -04:00
COPYING Clean up assorted license wordings. 2016-12-20 15:34:29 -05:00
INSTALL.md Development documentation updates 2017-08-09 15:54:58 -04:00
ISSUE_TEMPLATE.md Updating issue template for AWX 2017-08-07 10:55:26 -04:00
Makefile Bump psql-container pg version to 9.6 2017-12-11 12:01:28 -05:00
manage.py fixed copyright date 2015-06-11 16:10:23 -04:00
MANIFEST.in Fix the way we include i18n files in sdist 2017-10-06 11:57:08 -04:00
nodemon.json Rename packaging folder for node stuff 2015-07-27 10:19:15 -04:00
pytest.ini modularization of inventory_import command 2017-05-01 14:37:42 -04:00
README.md Change to CONTRIBUTING.md after feedback 2017-08-10 10:59:21 -04:00
setup.cfg more legacy azure deprecation cleanup 2017-09-18 10:43:16 -04:00
setup.py Fix the way we include i18n files in sdist 2017-10-06 11:57:08 -04:00
tox.ini replace PyCrypto usage w/ crytography; ansible no longer bundles it 2017-08-07 12:19:51 -04:00

Devel Requirements Status

AWX

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

Resources

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

Refer to INSTALL.md to get started deploying AWX.

Refer to LOCALIZATION.md for translation and localization help.