Aaron Tan
d809227cac
Add wfjt object_roles_list endpoint.
2016-11-25 22:46:46 -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
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
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
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
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
AlanCoding
059345e330
avoid reading notification configuration from already-serialized data
2016-11-11 15:23:49 -05:00
AlanCoding
edda2beded
apply optimization to avoid query for count of JT labels
2016-11-11 08:26:03 -05:00
Jim Ladd
20840b9867
Fix all instances of can not
2016-11-09 17:03:25 -05:00
Jim Ladd
75546b0e98
typo
2016-11-09 16:28:35 -05:00
Aaron Tan
5c5d1b7748
Enable notification endpoints.
2016-11-08 15:53:37 -05:00
AlanCoding
a87a56f518
workflow JT survey and launch serializer in functional state
2016-11-08 13:39:10 -05:00
AlanCoding
8ff671bfd6
finish editing the WFJT launch validate method
2016-11-08 13:39:09 -05:00
AlanCoding
9b7d046cec
move job tests to new survey testing file
2016-11-08 13:39:09 -05:00
AlanCoding
21c6dd6b1e
move survey models to mixins, start WFJT launch endpoint
2016-11-08 13:39:09 -05:00
AlanCoding
020144d1ee
add surveys on workflow models
2016-11-08 13:39:08 -05:00
Aaron Tan
1a960229d7
Basic architecture added.
2016-11-08 11:31:06 -05:00
Aaron Tan
428447a22a
Merge pull request #3891 from jangsutsr/3517_implement_workflow_schedules
...
Implement workflow JT schedule
2016-11-07 16:31:03 -05:00
Aaron Tan
91986d904a
Fix project serializer timeout field misplacement.
2016-11-07 11:58:56 -05:00
Aaron Tan
45df199703
Implement workflow JT schedule.
2016-11-07 11:37:11 -05:00
sundeep-co-in
4237b2e207
resolve conflict: index.html
2016-10-31 23:40:56 +05:30
Alan Rominger
f74a3c75de
Merge pull request #3794 from AlanCoding/workflow_status_8
...
Reimplement select workflow status items
2016-10-31 13:36:59 -04:00
Chris Church
c18b6c1352
Add support for capturing stdout associated with job events and ad hoc command events.
...
* New event types for stdout lines not associated with a callback event.
* New stdout, start_line, end_line and verbosity fields for job/ahc events.
* Callback plugins to wrap Ansible default/minimal stdout callbacks and embed callback event data using ANSI escape sequences.
* Callback plugin library to wrap ansible.display.Display class methods.
* Output filter to extract event data from stdout and create job/ahc events.
* Update stdout formats to strip new ANSI escape sequences.
2016-10-28 21:58:24 -04:00
sundeep-co-in
d65e121b19
flake8 compliance
2016-10-28 14:07:08 +05:30
Alan Rominger
fb33878d64
Merge pull request #3770 from AlanCoding/playbook_files
...
Update JT playbook validation for HA
2016-10-27 16:05:09 -04:00
AlanCoding
6e228248c1
remove fail_on_job_failure from the workflow status PR
2016-10-27 12:58:27 -04:00
sundeep-co-in
e908bc34e6
Merge branch 'devel' of https://github.com/sundeep-co-in/ansible-tower into STAGE
2016-10-27 22:23:39 +05:30
AlanCoding
a2c972e513
Workflow status original commit
2016-10-27 12:52:07 -04:00
Alan Rominger
76fae6c052
Revert "Introduce workflow failure condition"
2016-10-27 12:21:31 -04:00
Aaron Tan
432242bdd2
Null check added.
2016-10-27 11:20:45 -04:00
sundeep-co-in
c1a5fb3312
resolve conflict
2016-10-27 08:13:02 +05:30
Aaron Tan
7c9e1c91db
Ensure workflow_job_template being set during node creation.
2016-10-26 15:52:49 -04:00
AlanCoding
0e99d150bb
correct error in workflow unit tests
2016-10-26 10:47:09 -04:00