summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixup makefileMichael DeHaan2013-06-121-1/+1
|
* Numerous model-related updates and supporing changes, including:Chris Church2013-06-101-11/+10
| | | | | | | | | | | | | | | | - Add variables field on Host/Group models and remove separate VariableData model. - Add data migrations for existing variable data. - Update views, serializers and tests to keep roughly the same API interface for variable data. - Add has_active_failures properties on Group/Host models to provide indication of last job status. - Add job_tags field on JobTemplate/Job models to specify tags to ansible-playbook. - Add host_config_key field to JobTemplate model for use by empheral hosts. - Add job_args, job_cwd and job_env fields to Job model to capture more info from running the job. - Add failed flag on JobHostSummary model. - Add play/task fields on JobEvent model to capture new context variables from callback. - Add parent field on JobEvent model to capture hierarchy of job events. - Add hosts field on JobEvent model to capture all hosts associated with the event (especially useful for parent events in the hierarchy). - Removed existing Tag model, replace with django-taggit instead. - Removed existing AuditLog model, replacement TBD.
* Rename directory structure in release package.Michael DeHaan2013-05-261-10/+15
|
* Add makefile target to build release package, assumes ansible-doc checked ↵Michael DeHaan2013-05-251-0/+14
| | | | out at same level.
* Minor fix to migration cleanup target.Chris Church2013-05-251-1/+1
|
* Cleaned up migrations, updated Makefile migrate target to handle this change.Chris Church2013-05-241-7/+11
|
* Added new set of playbooks for deploying to a single-server configuration, ↵Chris Church2013-05-231-1/+1
| | | | including Vagrant configuration for testing.
* Updates to setup/requirements, add Makefile target for running tests with ↵Chris Church2013-05-221-0/+8
| | | | coverage.
* Major rename of package from lib to ansibleworks.Chris Church2013-05-221-0/+1
|
* Update to production settings to fail if no config found, updates to build ↵Chris Church2013-05-211-2/+13
| | | | script, added Makefile targets for build.
* Work in progress on credential/job updates.Chris Church2013-04-241-1/+1
|
* Added basic celery support and configuration.Chris Church2013-03-141-0/+4
|
* Change the way we sync, add notes about superuser setup.Michael DeHaan2013-03-131-0/+3
|
* Working on migrationsMichael DeHaan2013-03-131-1/+1
|
* Pull requirements from pip so we get later things on CentOS 6, etcMichael DeHaan2013-03-131-2/+7
|
* Reference apps as acom.mainMichael DeHaan2013-03-131-0/+3
|
* move manage.py up one levelMichael DeHaan2013-03-131-7/+7
|
* Flesh out database model.Michael DeHaan2013-03-131-4/+16
|
* Init repoMichael DeHaan2013-03-131-0/+3
|
* Various Django cleanupMichael DeHaan2013-03-011-0/+23