Commit Graph

1901 Commits

Author SHA1 Message Date
Chris Houseknecht fb5b069273 AC-1118 added job_explanation to log viewer. Also, fixed issue where once 'standard out' or 'traceback' tabs were hidden, they would never reappear. 2014-04-01 19:15:38 -04:00
Chris Houseknecht 4d6ce4b5fa Fixed Type and Name columns in Scheduled list on Jobs page. Fixed Name link in completed jobs list on Jobs page. 2014-04-01 18:30:04 -04:00
Chris Houseknecht 5ea4a68820 Fixed jobs list on Job Templates page. All the buttons and links now work. 2014-04-01 17:45:11 -04:00
Chris Church 658581cce0 AC-1116 Support for deleting project/inventory updates. 2014-04-01 17:15:41 -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 306544dca0 Fix up schedule access control by referencing the right base object 2014-04-01 16:48:45 -04:00
Chris Church 9479068cda AC-1114 Mark schedules inactive when their parent unified job template is marked inactive. 2014-04-01 16:17:29 -04:00
Chris Church 1c649a0752 AC-1108 Downgrade django-jenkins to get unit tests passing. Fix activity stream tests to not assume PK is always 1. 2014-04-01 14:56:37 -04:00
Chris Houseknecht 8fc0450dd9 Improved how LogViewer determines status icon. 2014-04-01 14:16:34 -04:00
Matthew Jones 54599578a0 Fix up ScheduleAccess queryset to fit between schedules and unified jobs 2014-04-01 13:13:53 -04:00
Matthew Jones 49f6bd3e1c Fix imports for using Job in some models 2014-04-01 13:02:33 -04:00
Chris Houseknecht 9efa5e28ce Fixed project status mismatch. 2014-04-01 12:57:34 -04:00
Chris Houseknecht 6b3d5da500 Fixed schedules list on Projects page and Job Templates page. 2014-04-01 12:47:22 -04:00
Matthew Jones 7bc7362299 Complete rrule validation 2014-04-01 11:22:42 -04:00
Chris Houseknecht a9e499c1af Scheduled dialog now uses Modal library. Turned on timezone and UTC date start. Made scheduledjobs.name clickable. 2014-04-01 11:05:36 -04:00
Chris Houseknecht 7d168e9fd1 Pulled in angular-scheduler changes. 2014-04-01 11:05:36 -04:00
Matthew Jones 2e6457b887 Recalculate dtstart and dtend on every save now that it is idempotwhatever 2014-04-01 10:09:52 -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
Chris Church d7f31f9777 Fix edge case in inventory import that would cause a group to become its own parent. 2014-03-31 17:37:41 -04:00
Matthew Jones 2913ce21d2 Make sure we store the real start value for a schedule 2014-03-31 17:35:49 -04:00
Matthew Jones 4a535e5404 Updating dependency check for jobs, project updates, and inventory updates 2014-03-31 17:16:49 -04:00
Chris Houseknecht 034a5c7044 Fixed schedules type value. 2014-03-31 20:13:41 +00:00
Chris Church 47218c17e4 AC-1040 Added progress output for unified jobs data migration. 2014-03-31 16:26:29 -04:00
Chris Church 67b8f57518 AC-1040 Add some output while running large unified jobs migration. 2014-03-31 16:26:29 -04:00
Chris Houseknecht 2c8c1e660c Latest job page and scheduling widget changes. 2014-03-31 15:41:55 -04:00
Matthew Jones 60b399409a Update old schedules if we missed them 2014-03-31 15:33:25 -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 Houseknecht 0f90c44c93 Pulled in angular-scheduler fixes to allow past dates and correct interval label setting. 2014-03-31 14:23:56 -04:00
Chris Church 8901cd31e7 Install setuptools/Django development packages separately before installing the others. 2014-03-31 14:08:14 -04:00
Chris Houseknecht 89474973fc Fixes to schedules helper and lists. 2014-03-31 17:47:11 +00: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
Matthew Jones 9e898953dd Revert start_args when launching job 2014-03-31 12:45:57 -04:00
Matthew Jones 7e5ac7b3fa Make sure we shoehorn start args to empty string 2014-03-31 11:38:54 -04:00
Chris Houseknecht 46c7a8f433 Changed queued job 'cancel' to 'delete'. 2014-03-31 11:35:36 -04:00
Chris Houseknecht 9472c06ccc Updated angular-scheduler to pickup latest fixes. 2014-03-31 11:35:35 -04:00
Chris Houseknecht 33a8eaae90 Updated angular-scheduler to pickup latest fixes. 2014-03-31 11:35:35 -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
Matthew Jones a3ca786758 Fix some import errors and filter errors when updating unified_jobs with
schedule information
2014-03-31 10:26:12 -04:00
Chris Houseknecht d6942e0dbe Fixed pagination active link color. 2014-03-31 10:12:39 -04:00
Chris Houseknecht d946ca052a Job delete now uses job.url 2014-03-31 03:28:03 -04:00
Chris Houseknecht 1e0af7b82e Latest jobs page changes. Integrated log viewer. Added support to log viewer for variables (extra vars and source vars). Most things on jobs pages are working, execept for scheduled jobs bit. 2014-03-31 03:25: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 e5054eeb65 AC-1040 Support ordering by type field. 2014-03-30 19:52:52 -04:00
Chris Houseknecht 8217544376 Form generator can now call the list generator when creating related lists. Job Template page is now using this method. We can now inject CompletedJobs and Schedules list objects on any page with full jobs page or schedule page functionality. 2014-03-29 17:46:48 -04:00
Chris Church fe5d154d76 AC-1040 Exposed list of choices for type field. 2014-03-29 14:34:22 -04:00
Chris Houseknecht 5ad0282495 Re-styling jobs page and hooking it up to /unified_jobs resource. 2014-03-29 13:52:38 -04:00