Commit Graph

582 Commits

Author SHA1 Message Date
Matthew Jones
f89bd15bf5 Show started and finished on job summary fields 2016-12-13 15:27:48 -05:00
Matthew Jones
8b8c29b9dc Purge has_schedules
Also... migration for big field docs updates
2016-12-12 12:33:09 -05:00
Aaron Tan
e5278e2291 Fix wfj node related destination. 2016-12-08 16:40:07 -05:00
AlanCoding
e81dca3249 allow reading of credential org field in list view 2016-12-05 16:00:54 -05:00
Chris Meyers
0d8f14647f Merge pull request #4291 from chrismeyersfsu/fix-unified_job_node
finished fixing job through workflow node
2016-12-05 14:27:42 -05:00
Chris Meyers
a5b1c7b579 use more precise exception 2016-12-05 13:54:33 -05:00
Chris Meyers
f47f8abe42 finished fixing job through workflow node
related to #4182
2016-12-05 13:35:34 -05:00
AlanCoding
0255b9483d add workflow jobs to UJ options 2016-12-05 13:27:17 -05:00
Matthew Jones
20cb3cf7de Merge pull request #4224 from jangsutsr/4217_add_schedule_capability_to_wfjt_serializer
Add schedule capability to wfjt serializer
2016-12-04 21:06:06 -05:00
Chris Church
0cf5b025ec Merge pull request #4213 from cchurch/optimize-job-events
Optimize query for job events to speed up loading job details page.
2016-12-02 16:27:25 -05:00
Aaron Tan
d6022b31c2 Add schedule capability to wfjt serializer. 2016-12-02 12:22:52 -05:00
Aaron Tan
7af675b031 Merge pull request #4111 from jangsutsr/4086_provide_linkage_from_spawned_job_to_wfj
Provide linkage from spawned job to wfj
2016-12-01 21:59:47 -05:00
Chris Church
1ce81f9640 Optimize query for job events for a single job to speed up loading job details page. 2016-12-01 18:33:05 -05:00
Chris Church
8911766eea Don't truncate job event stdout for playbook_on_ events. 2016-12-01 18:08:26 -05:00
Aaron Tan
e63716c0bb Move performance boost to access.py. 2016-12-01 11:04:06 -05:00
Aaron Tan
908b140d28 Add back linkage to summary fields and remove it from normal fields. 2016-12-01 10:50:18 -05:00
Chris Church
558d80bec2 Fix playbook validation when saving job template using a manual project. 2016-12-01 02:16:20 -05:00
Chris Church
efadd1a954 Return list of playbook files from the filesystem for manual projects. 2016-11-30 23:20:08 -05:00
Aaron Tan
a458bb3c89 Remove source_workflow_job and use workflow_job_id instead. 2016-11-29 11:55:04 -05:00
Bill Nottingham
6de0057c03 add a period 2016-11-29 11:08:05 -05:00
Chris Church
cbc52c7b69 Update elapsed in real time when job is running. 2016-11-28 14:35:37 -05:00
Chris Church
7889e07229 Use the right base class for super(). 2016-11-28 13:10:45 -05:00
Aaron Tan
d7c9ff209d Merge pull request #4112 from jangsutsr/4054_add_org_to_wfjt_related_fields
Add org to wfjt related fields
2016-11-26 16:12:07 -05:00
Aaron Tan
d809227cac Add wfjt object_roles_list endpoint. 2016-11-25 22:46:46 -05:00
Aaron Tan
8eb4b7b271 Add reversed relationship. 2016-11-25 22:02:23 -05:00
Aaron Tan
9154f19560 Complete related field. 2016-11-25 21:31:55 -05:00
Aaron Tan
54f99749eb Provide linkage from spawned job back to wfj. 2016-11-25 21:23:29 -05:00
AlanCoding
bf0a235ce9 Add WFJT survey and recent_jobs 2016-11-23 15:48:11 -05:00
Chris Church
0b76546ea6 Merge pull request #4080 from cchurch/event-stdout-max-bytes-display
Add configurable limit to size of stdout shown for a single job event
2016-11-22 14:50:38 -05:00
Aaron Tan
16c0bc29a5 Merge pull request #4094 from jangsutsr/4078_hookup_activity_stream_with_workflow
Hook up activity stream with workflow
2016-11-22 10:29:27 -05:00
Alan Rominger
dd1d911775 Merge pull request #4022 from AlanCoding/workflow_copy_relaunch
Workflow copy and relaunch
2016-11-22 11:50:51 -05:00
Alan Rominger
69f1e2d24c Merge pull request #3679 from AlanCoding/3677
Fixes for manual groups/projects
2016-11-22 11:46:34 -05:00
AlanCoding
8cda12c020 add workflow relaunch 2016-11-22 11:35:40 -05:00
AlanCoding
14ce50c845 implement copying of WFJT objects 2016-11-22 11:35:01 -05:00
Matthew Jones
ddaf4ff2d0 Merge branch 'fix_fact_caching' into devel
* fix_fact_caching:
  Convert the fact data structure to the right type
  Fixing up fact cachine related unit tests
  Port fact caching system to rabbitmq
2016-11-21 23:15:13 -05:00
Aaron Tan
1c36462b1b Hook up activity stream with workflow. 2016-11-21 16:55:34 -05:00
Matthew Jones
fd56a7acbb Remove unneeded summary fields element 2016-11-21 14:15:18 -05:00
Matthew Jones
9d044c1f41 Store the job's project refresh if it happened
* Create a field on the job to track this
* Add a summarizeable model to the summarizable fk fields so we can
  pull that in where needed
2016-11-21 14:11:20 -05:00
Aaron Tan
b4cc024d50 Implement wfjt access list. 2016-11-21 11:37:59 -05:00
Chris Church
b9eb619697 Add configurable limit to size of stdout shown for a single job event in list view. 2016-11-21 11:30:11 -05:00
AlanCoding
42cf74b085 block user from shooting themselves in the foot by scheduling a manual project 2016-11-19 11:48:28 -05:00
Matthew Jones
cb82809f10 Merge pull request #3935 from jladdjr/at-3532-typo
Minor typo fix (pointing workflow node template at unsupported unified job template)
2016-11-18 15:45:34 -05:00
Matthew Jones
f77caf8b8b Convert the fact data structure to the right type 2016-11-18 12:13:09 -05:00
Aaron Tan
87bf7d22e1 Add organization to wfjt serializer related_fields. 2016-11-17 17:11:58 -05:00
Chris Meyers
07996abf64 in the api, finish renaming wfjt -> job relation
related to #4052
related to #3976
2016-11-17 10:40:28 -05:00
Chris Meyers
df5e3288c4 Revert "in the api, finish renaming wfjt -> job relation"
This reverts commit 8ee469ceeb0d9e7514f930c6325d1577bf5505c8.
2016-11-17 10:39:17 -05:00
Chris Meyers
d9821dbb6c in the api, finish renaming wfjt -> job relation
related to #4052
related to #3976
2016-11-17 10:29:34 -05:00
Aaron Tan
2d1a5425d1 Fix flake8 E302 errors second round. 2016-11-16 09:56:07 -05:00
Aaron Tan
9e4655419e Fix flake8 E302 errors. 2016-11-15 20:59:39 -05:00
Alan Rominger
50cafe4456 Merge pull request #3949 from AlanCoding/label_ct_opt
Optimization to avoid query for count of JT /  labels
2016-11-15 11:48:29 -05:00