Commit Graph

1310 Commits

Author SHA1 Message Date
AlanCoding
a693aad95d a workable version of the new copy GET schema implemented 2017-01-11 14:43:37 -05:00
AlanCoding
2c97425291 prototype for new copy GET details 2017-01-11 12:23:57 -05:00
AlanCoding
e69dc0f36e Clarification of copy RBAC messages 2017-01-11 11:20:17 -05:00
Chris Meyers
ab101e06f8 Merge pull request #4646 from chrismeyersfsu/fix-3404
display workflow template instead of wfjt
2017-01-10 19:01:14 -05:00
Chris Meyers
e5a2671d21 rename wfjt to Workflow Template in OPTIONS 2017-01-10 18:23:52 -05:00
AlanCoding
4990a59fa7 mark inventory scripts as added in 2.1.0 2017-01-10 09:38:52 -05:00
Alan Rominger
ee997e0ca7 Merge pull request #4618 from AlanCoding/new_in
Tower endpoint archaeology
2017-01-09 13:38:22 -05:00
AlanCoding
ad472c168f systematic update of new_in_xx flags 2017-01-09 12:25:04 -05:00
AlanCoding
8bc3befd03 only accept extra_vars launchtime param for system jobs 2017-01-06 16:54:07 -05:00
Alan Rominger
d5247c6d95 Merge pull request #4515 from AlanCoding/relaunch_rbac
Custom PermissionDenied error for Workflow Job relaunch
2017-01-06 16:04:13 -05:00
Alan Rominger
0b0750d76e Merge pull request #4593 from AlanCoding/unhandled_perm_error
In JT /launch/ view deal with PermissionDenied in get_object()
2017-01-06 13:14:00 -05:00
AlanCoding
dca70f4bd1 protect against unhandled PermissionDenied error 2017-01-05 15:29:16 -05:00
Matthew Jones
3006e357f6 Add a hint header for max job events for the UI 2017-01-05 15:16:36 -05:00
Alan Rominger
54980d09e3 Merge pull request #4578 from AlanCoding/access_list_perm
Use ParentMixin for access_list permissions check
2017-01-05 14:53:47 -05:00
AlanCoding
a17c7fa461 display teams for which user is admin in teams list 2017-01-04 15:36:13 -05:00
Matthew Jones
5f0940e411 Merge pull request #4461 from cchurch/ansi-download
Add ansi_download format for stdout
2017-01-04 14:46:16 -05:00
Matthew Jones
f9d9196270 Adding deprecation warnings
Also updating New in/Added in text
2017-01-04 14:23:43 -05:00
AlanCoding
bd82ab9fb0 use ParentMixin machinery to check access_list parent obj permissions 2017-01-04 13:39:14 -05:00
Matthew Jones
e45201aa87 Added scm_type to project summary fields 2017-01-03 15:37:38 -05:00
Matthew Jones
9d289e4349 Fix some issues related to purging the old paging decorator 2017-01-03 15:31:30 -05:00
AlanCoding
60ea0bdf92 fix bug with failed login log 2017-01-03 10:12:04 -05:00
AlanCoding
93564987d1 hold off on using new capabilities methodology on jobs 2016-12-20 08:18:13 -05:00
AlanCoding
1a26a1796b break WJ relaunch check from start capability
implement special custom error message for
Workflow Job relaunch ability corner case
2016-12-19 16:57:00 -05:00
Chris Meyers
c6cb121127 Merge pull request #4459 from chrismeyersfsu/fix-4358
filter out ansible_* facts from provision callback extra_vars
2016-12-15 16:36:47 -05:00
Chris Church
b6e2e3da70 Add new ansi_download format to download stdout and preserve ANSI escape sequences. 2016-12-15 16:03:00 -05:00
Chris Meyers
55827611b6 filter out ansible_* facts from provision callback extra_vars
related to #4358
2016-12-15 15:37:56 -05:00
Chris Church
f735c86d2b Merge pull request #4425 from cchurch/related-search-fields
Related search fields
2016-12-15 15:01:24 -05:00
Chris Church
b9aab38185 Handle TypeError when lookup is not valid for a given field. 2016-12-14 13:20:19 -05:00
Chris Church
ea10ff8b93 Initial pass at related search fields. 2016-12-13 21:44:09 -05:00
Michael Abashian
ec9065bc2f Added elapsed to the job default summary fields and removed started/finished 2016-12-13 16:55:03 -05:00
Matthew Jones
f89bd15bf5 Show started and finished on job summary fields 2016-12-13 15:27:48 -05:00
Alan Rominger
b7f469baab Merge pull request #4388 from AlanCoding/wfjt_copy_perm
Fix WFJT copy RBAC bugs
2016-12-12 16:17:02 -05:00
Matthew Jones
e1942083e3 Remove sneeringer's old unused decorator code 2016-12-12 16:14:22 -05:00
Matthew Jones
e83360592f Merge pull request #4391 from ansible/set_max_page_size
Set an upper limit of 200 on the max page size
2016-12-12 14:51:29 -05:00
Matthew Jones
8b8c29b9dc Purge has_schedules
Also... migration for big field docs updates
2016-12-12 12:33:09 -05:00
Chris Church
c52366e580 Merge pull request #4312 from cchurch/saml-error-handling
SAML error handling fixes
2016-12-12 12:29:17 -05:00
Matthew Jones
349d497bb4 Make max page size tunable 2016-12-12 12:10:33 -05:00
Matthew Jones
08edbb1b72 Set an upper limit of 200 on the max page size 2016-12-12 12:01:48 -05:00
AlanCoding
30b212b724 fix RBAC bugs associated with WFJT copy 2016-12-12 11:11:25 -05:00
Alan Rominger
39e5765f12 Merge pull request #4381 from AlanCoding/prefetch_optimizing
Use prefetch_related for several more things
2016-12-12 10:22:43 -05:00
AlanCoding
a90bafe6f0 move various items to prefetch for optimization 2016-12-11 07:31:04 -05:00
Chris Meyers
40d5142d11 remove more mongo things 2016-12-09 14:19:41 -05:00
Bill Nottingham
24c208e243 Merge pull request #4347 from wenottingham/hostvar
Look at 'ansible_host' for callbacks, not just 'ansible_ssh_host'. (#4346)
2016-12-08 18:42:34 -05:00
Aaron Tan
e5278e2291 Fix wfj node related destination. 2016-12-08 16:40:07 -05:00
Bill Nottingham
bf5479f6ba Tweak comment 2016-12-08 14:06:04 -05:00
Bill Nottingham
2e39070ffd Look at 'ansible_host' for callbacks, not just 'ansible_ssh_host'. 2016-12-08 13:59:23 -05:00
Alan Rominger
26adcf5972 Merge pull request #4321 from AlanCoding/role_filter2
filter.py implementation of RBAC downselection
2016-12-08 12:45:07 -05:00
AlanCoding
2092e67f6f docs and lazy eval for role_level filter 2016-12-08 12:28:46 -05:00
Chris Church
9a68f48e4d Merge pull request #4320 from cchurch/api-config-check-permissions
Add check_permissions method to ApiV1ConfigView.
2016-12-07 13:47:39 -05:00
AlanCoding
3663c97ac2 Prohibit adding singleton permissions as child of team 2016-12-07 08:42:39 -05:00