Luke Sneeringer
|
dd79ba8de7
|
Beginning PEM file support for GCE.
|
2014-07-25 11:12:11 -05:00 |
|
Matthew Jones
|
6ee61d6c72
|
Make it to where we can track JobHostSummary objects for hosts that don't necessarily exist in inventory
|
2014-07-14 15:34:46 -04:00 |
|
Matthew Jones
|
f93e60979f
|
Add a host_name field to JobHostSummary and migrate to it, so we have at
least that information in job data if the host has been removed
|
2014-07-11 16:03:14 -04:00 |
|
Matthew Jones
|
95ba711fc1
|
Fix up a bug in the unit test from fixing the job template assumption
|
2014-06-23 14:13:50 -04:00 |
|
Matthew Jones
|
8d78755ef4
|
Fix some invalid assumptions about hosts and jobs where we assume a job
template will always be available
|
2014-06-23 13:39:09 -04:00 |
|
Matthew Jones
|
041513ef61
|
Add play and tasks linkage to job related fields
|
2014-06-19 13:53:49 -04:00 |
|
Matthew Jones
|
989aa180ce
|
Remove memcached support, alter host fields to not show some expensive
summary elements
Conflicts:
CONTRIBUTING.md
setup/roles/packages_el/vars/default.yml
setup/roles/packages_ubuntu/tasks/main.yml
|
2014-05-19 11:09:44 -04:00 |
|
Matthew Jones
|
c7ed154149
|
Implement AC-1279, rename vars_prompt_on_launch to ask_variables_on_launch
Conflicts:
awx/main/models/jobs.py
|
2014-05-15 10:26:11 -04:00 |
|
Matthew Jones
|
d614cc8472
|
Integrate memcached support for some host fields
Conflicts:
setup/roles/packages_el/vars/default.yml
setup/roles/packages_ubuntu/tasks/main.yml
|
2014-05-14 13:47:12 -04:00 |
|
Matthew Jones
|
22984f91cc
|
Make sure we notify vars_update_on_launch from job details
|
2014-05-12 14:50:58 -04:00 |
|
Chris Church
|
fcdcf8e988
|
AC-1262 Add vars_prompt_on_launch field to job template.
|
2014-05-11 23:03:46 -04:00 |
|
Matthew Jones
|
44bb12c5c3
|
Include host name in the job event serializer
|
2014-05-02 13:23:45 -04:00 |
|
Matthew Jones
|
ac94c11fd7
|
Adjust inventory computed field calculations to happen in the celery context
|
2014-04-30 14:38:08 -04:00 |
|
Chris Church
|
ac2cd63ab5
|
AC-1201 Fix UnicodeEncodeError when validating hostname:port containing unicode.
|
2014-04-16 23:05:57 -04:00 |
|
Chris Church
|
2546cbdbb6
|
AC-504 Capture role when available for job events.
|
2014-04-15 00:22:57 -04:00 |
|
Chris Church
|
55da67fa91
|
AC-1181 Fixed job serializer to copy default name/description from job template.
|
2014-04-14 23:09:02 -04:00 |
|
Matthew Jones
|
2fe1ae189a
|
Fix issue AC-1152... disallow creating a schedule for non-cloud
inventory sources
|
2014-04-07 13:35:40 -04:00 |
|
Matthew Jones
|
3481366fcf
|
Include more detail about schedules in activity streams by linking to
their parent object in summary_fields and related
|
2014-04-06 11:58:56 -04:00 |
|
Matthew Jones
|
b222fc02ee
|
Add finished datetime detail to last_job and recent_jobs summary
fields. Closes AC-1135
|
2014-04-04 17:04:32 -04:00 |
|
Chris Church
|
9a7d77ffe3
|
AC-1121 Renamed job_type to unified_job_type on summary fields for schedules.
|
2014-04-03 13:42:01 -04:00 |
|
Matthew Jones
|
711c1824a3
|
Fix issue AC-1112... disallow multiple dtstart and rrule segments
|
2014-04-03 13:14:53 -04:00 |
|
Matthew Jones
|
d190aa3001
|
Wrap up rrule validation for scheduler
|
2014-04-02 11:44:49 -04:00 |
|
Chris Church
|
0b3d056c16
|
Always use JSON renderer for OPTIONS requests in browsable API, override default renderer.
|
2014-04-01 20:51:15 -04:00 |
|
Chris Church
|
86599cf1e3
|
Add API resource for unified job stdout with HTML output of ANSI color codes.
|
2014-04-01 20:15:43 -04:00 |
|
Matthew Jones
|
4069a33ab0
|
Scheduler unit tests
|
2014-04-01 17:12:46 -04:00 |
|
Chris Church
|
5f2356a4fd
|
AC-1040 Change type to job_type when unified_job_template is included in summary_fields.
|
2014-04-01 16:49:50 -04:00 |
|
Matthew Jones
|
7bc7362299
|
Complete rrule validation
|
2014-04-01 11:22:42 -04:00 |
|
Chris Church
|
008ec8f86e
|
AC-601 Add groups/hosts collections to inventory sources, add inventory sources collections to groups/hosts to indicate which inventory source(s) have created/updated the given groups/hosts. Prevent setting an explicit inventory source for a group that is being managed by another parent with cloud inventory source.
|
2014-03-31 19:26:03 -04:00 |
|
Matthew Jones
|
43ae60d2f4
|
Fix up issue associating type of unified job template summary fields
|
2014-03-31 15:29:44 -04:00 |
|
Matthew Jones
|
8c020ddd0b
|
Add type to unified_job_template summary fields
|
2014-03-31 14:58:34 -04:00 |
|
Chris Church
|
3219700d9d
|
AC-1040 Update type choice verbose names.
|
2014-03-31 13:30:51 -04:00 |
|
Chris Church
|
56f8d6748b
|
Updated inventory plugins from ansible, updated all third party packages in awx/lib/site-packages to latest versions, minor serializer fixes after package upgrades.
|
2014-03-31 13:26:00 -04:00 |
|
Chris Church
|
2eeecb01a7
|
AC-1040 Updated type choice names for unified job subclasses.
|
2014-03-31 11:34:12 -04:00 |
|
Matthew Jones
|
96a4752f2f
|
Be more strict when verifying dtstart
|
2014-03-31 11:33:49 -04:00 |
|
Chris Church
|
e1d3da731e
|
AC-1040 Model cleanup/refactor, add and use job_explanation field.
|
2014-03-30 22:57:45 -04:00 |
|
Chris Church
|
fe5d154d76
|
AC-1040 Exposed list of choices for type field.
|
2014-03-29 14:34:22 -04:00 |
|
Matthew Jones
|
9b440c5209
|
Fix an issue where POST to schedules would no longer work. Populate
some more summary fields
|
2014-03-28 22:11:02 -04:00 |
|
Matthew Jones
|
c46f1de347
|
Some initial validation logic and documentation on what we require/reject
|
2014-03-28 14:37:50 -04:00 |
|
Matthew Jones
|
799e8d30ba
|
Integrate main schedules resource
Integrated scheduled jobs list
Implement updating ancillary details on dependent models
Further cleanup
|
2014-03-28 12:50:35 -04:00 |
|
Chris Church
|
52ab418abb
|
AC-1040 Unified job template and unified job views.
|
2014-03-28 01:25:25 -04:00 |
|
Chris Church
|
ce2ae2b945
|
AC-1071 Removed ssh_key_path option, only need to be able to accept PEM key format.
|
2014-03-27 15:55:50 -04:00 |
|
Matthew Jones
|
107fc85110
|
Initial scheduler integration
|
2014-03-27 15:53:45 -04:00 |
|
Chris Church
|
d8383a4d69
|
AC-1076 Exposed scm_update_cache_timeout for projects, added needs_update_on_launch property to project and inventory source models.
|
2014-03-26 16:40:55 -04:00 |
|
Chris Church
|
702e575ecf
|
Return elapsed as number instead of string for unified job subclasses.
|
2014-03-26 16:18:47 -04:00 |
|
Chris Church
|
bfb0159083
|
AC-1071 Moved credential model to its own file. Added API support and tests for ssh_key_path field.
AC-1095 Added validation for SSH private keys.
|
2014-03-26 16:06:02 -04:00 |
|
Chris Church
|
ac0927f430
|
AC-1060 Add API support for vault password.
|
2014-03-25 22:54:14 -04:00 |
|
Chris Church
|
8ad72426b4
|
AC-1040 Work on unified job serializers.
|
2014-03-25 22:04:37 -04:00 |
|
Chris Church
|
62a74f9c84
|
AC-1096 Fixed typo for project current_update.
|
2014-03-25 19:49:58 -04:00 |
|
Chris Church
|
f73c352f0d
|
AC-1040 Added inventory_source back to summary fields.
|
2014-03-25 17:35:00 -04:00 |
|
Chris Church
|
42e9451742
|
AC-1040 Fix inventory tree view.
|
2014-03-25 14:20:37 -04:00 |
|