1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
Go to file
Jared Tabor 79b79f0481 initial files for license diff directive
awLicenseFeature with show/hide

changed file locations

changing file location

adjusting controller logic to only return list of features

leveraging $rootScope instead of local storage

adding awFeature directive for lists/forms for activity stream button

Adding route resolvers and service for getting license

In order to get the license info from the API and not from local storage, the UI needs to hit hte API before loading any pages, therefore I've added route resolvers that will ensure that we have the appropriate data (license features) before navigating to a new page. I've also added the awFeature directive to the organizations list -> add-button and the ldap checkbox on the user form page.

adjusting alignment

fixing jshint errors

commting file for testings

adding tests for features service and features controller

adding features controller unit test
2015-05-04 11:34:38 -04:00
awx initial files for license diff directive 2015-05-04 11:34:38 -04:00
config Add some comments about replacing the cert in the place people are most likely to notice it. 2015-03-11 17:01:02 -04:00
docs Another attempt to correct markdown 2014-12-04 12:47:14 -05:00
requirements add netifaces to the jenkins requirements to make automated unit test 2015-04-14 11:33:47 -04:00
tools Update "make server" endpoint and Makefile to include the new fact cache 2015-04-23 13:34:56 -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 Internal database backup 2015-04-20 15:28:36 -05:00
.jshintrc Allow test globals for jshint 2015-03-27 14:07:38 -04:00
.pylintrc [pylint] Additional paths to ignore 2015-02-06 09:47:41 -05:00
API_STANDARDS.md Start of guidelines around API development. 2014-06-17 13:52:57 -05: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
Makefile Update "make server" endpoint and Makefile to include the new fact cache 2015-04-23 13:34:56 -04:00
manage.py Happy new year!!! 2014-01-02 11:51:43 -05:00
MANIFEST.in Make sure stdout template is included in build. 2015-03-30 15:55:57 -04:00
nodemon.json initial files for license diff directive 2015-05-04 11:34:38 -04:00
README.md Update README.md 2015-01-08 10:36:50 -05:00
setup.cfg make flake8 happy 2015-02-18 15:30:51 -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 Updated all vendored third-party packages. 2013-11-14 22:55:03 -05:00

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.