14aa9e4004
https://trello.com/c/i4MeikiL/266-unable-to-select-play-after-job-completes When play button clicked to resume live event processing an additional draw loop (setInterval) was being started. Multiple draw loops might be running at the end of the job, and only the most one was gettings stopped. The others kept running. User would click a play, the screen would be repainted one or more times by the remaining draw loops, seleting the first play and irst task in the list regardless of the user selection. Fixed by always checking for and killing the current draw loop before starting a new one. |
||
---|---|---|
awx | ||
config | ||
docs | ||
requirements | ||
tools | ||
.bowerrc | ||
.coveragerc | ||
.gitignore | ||
.jshintrc | ||
.pylintrc | ||
API_STANDARDS.md | ||
COPYING | ||
fix_virtualenv_setuptools.py | ||
Makefile | ||
manage.py | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py | ||
tox.ini |
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.
1.4.10 was released on April 28, 2014.
1.4.11 was released on May 30, 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.