Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup makefile | Michael DeHaan | 2013-06-12 | 1 | -1/+1 |
| | |||||
* | Numerous model-related updates and supporing changes, including: | Chris Church | 2013-06-10 | 1 | -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 DeHaan | 2013-05-26 | 1 | -10/+15 |
| | |||||
* | Add makefile target to build release package, assumes ansible-doc checked ↵ | Michael DeHaan | 2013-05-25 | 1 | -0/+14 |
| | | | | out at same level. | ||||
* | Minor fix to migration cleanup target. | Chris Church | 2013-05-25 | 1 | -1/+1 |
| | |||||
* | Cleaned up migrations, updated Makefile migrate target to handle this change. | Chris Church | 2013-05-24 | 1 | -7/+11 |
| | |||||
* | Added new set of playbooks for deploying to a single-server configuration, ↵ | Chris Church | 2013-05-23 | 1 | -1/+1 |
| | | | | including Vagrant configuration for testing. | ||||
* | Updates to setup/requirements, add Makefile target for running tests with ↵ | Chris Church | 2013-05-22 | 1 | -0/+8 |
| | | | | coverage. | ||||
* | Major rename of package from lib to ansibleworks. | Chris Church | 2013-05-22 | 1 | -0/+1 |
| | |||||
* | Update to production settings to fail if no config found, updates to build ↵ | Chris Church | 2013-05-21 | 1 | -2/+13 |
| | | | | script, added Makefile targets for build. | ||||
* | Work in progress on credential/job updates. | Chris Church | 2013-04-24 | 1 | -1/+1 |
| | |||||
* | Added basic celery support and configuration. | Chris Church | 2013-03-14 | 1 | -0/+4 |
| | |||||
* | Change the way we sync, add notes about superuser setup. | Michael DeHaan | 2013-03-13 | 1 | -0/+3 |
| | |||||
* | Working on migrations | Michael DeHaan | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | Pull requirements from pip so we get later things on CentOS 6, etc | Michael DeHaan | 2013-03-13 | 1 | -2/+7 |
| | |||||
* | Reference apps as acom.main | Michael DeHaan | 2013-03-13 | 1 | -0/+3 |
| | |||||
* | move manage.py up one level | Michael DeHaan | 2013-03-13 | 1 | -7/+7 |
| | |||||
* | Flesh out database model. | Michael DeHaan | 2013-03-13 | 1 | -4/+16 |
| | |||||
* | Init repo | Michael DeHaan | 2013-03-13 | 1 | -0/+3 |
| | |||||
* | Various Django cleanup | Michael DeHaan | 2013-03-01 | 1 | -0/+23 |