10756 Commits

Author SHA1 Message Date
AlanCoding
30fb6fcdd3 update clarification on what WFJT copy does 2017-01-10 11:14:44 -05:00
AlanCoding
78d8d4139a workflow docs revisions after label copy change 2017-01-10 10:09:29 -05:00
kensible
624bdf6c88 Merge pull request #4616 from kensible/3.1-audit-list-round1
Fixing various audit bugs
2017-01-10 09:27:06 -05:00
Chris Meyers
87d77222a3 Merge pull request #4624 from chrismeyersfsu/fix-4265
handle undefined (empty) ec2 variable textarea
2017-01-10 09:01:35 -05:00
Michael Abashian
b26122d9e1 Merge pull request #4612 from mabashian/permissions-columns
Fixed the column widths on the permissions modals
2017-01-09 18:35:34 -05:00
Chris Meyers
1e5b3fbe31 handle undefined (empty) ec2 variable textarea
* Adding a check for undefined, null check was not enough.
applyDefaults() is only called in 'add' mode. This method is responsible
for settings the fields value to the passed in 'default'. Since
applyDefaults() isn't called in 'edit' mode, the field has a value of
undefined.
2017-01-09 16:43:02 -05:00
Alan Rominger
17f0555362 Merge pull request #4623 from AlanCoding/unicode_inv_import
Unicode conversion of paths in inventory import
2017-01-09 15:59:57 -05:00
Chris Meyers
0faac129ec Merge pull request #4619 from chrismeyersfsu/fix-4447
move error divs down a line
2017-01-09 15:18:26 -05:00
AlanCoding
69527fdb08 unicode conversion of paths in inventory import 2017-01-09 15:10:02 -05:00
Alan Rominger
ee997e0ca7 Merge pull request #4618 from AlanCoding/new_in
Tower endpoint archaeology
2017-01-09 13:38:22 -05:00
Jared Tabor
9f01338c17 Merge pull request #4608 from jaredevantabor/cloud-credential-lookup
fixing the lookup modal for the group form's credential lookup
2017-01-09 09:59:32 -08:00
Chris Meyers
90be8644ec move error divs down a line 2017-01-09 12:53:45 -05:00
AlanCoding
ad472c168f systematic update of new_in_xx flags 2017-01-09 12:25:04 -05:00
Alan Rominger
ae463b2130 Merge pull request #4606 from AlanCoding/sys_jobs_start
Only accept extra_vars launchtime param for system jobs
2017-01-09 10:55:06 -05:00
Michael Abashian
3c1884ac38 Merge pull request #4607 from mabashian/permissions-bug-fix
Fixed bug that was preventing the user from adding permissions
2017-01-09 09:44:27 -05:00
Ken Hoes
eeebf2ddf8 Fixing various audit bugs 2017-01-09 09:03:26 -05:00
Michael Abashian
e4d661f659 Fixed the column widths on the permissions modals 2017-01-06 21:14:04 -05:00
jaredevantabor
8847110c23 removing unnecessary console.log statement 2017-01-06 15:36:22 -08:00
jaredevantabor
43a04e6ada fixing the lookup modal for groups-> add credential lookup
and fixing the ec2 lookup to query for "aws"
2017-01-06 15:08:42 -08:00
Michael Abashian
f557d9cb71 Fixed bug that I introduced that was preventing permissions from being added 2017-01-06 17:08:49 -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
6921cbfdd0 Merge pull request #4538 from AlanCoding/celery_log_reset
Celery log reset on CTiT change / task start
2017-01-06 15:36:45 -05:00
AlanCoding
5fcd467fe6 rename helper function for WJ relaunch 2017-01-06 14:44:29 -05:00
Alan Rominger
c39c62973b Merge pull request #4574 from AlanCoding/4519
Provide __init__ arg for LDAP group type
2017-01-06 13:28:14 -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
Alan Rominger
62fb557473 Merge pull request #4597 from AlanCoding/1873
do not allow YAML strings that are OrderedDicts
2017-01-06 13:00:39 -05:00
Alan Rominger
5ca4eb06c3 Merge pull request #4596 from AlanCoding/silence
Silence Django19 warnings in ui views.py
2017-01-06 12:49:33 -05:00
Alan Rominger
4ed1b8590b Merge pull request #4583 from AlanCoding/jt_execute_schedule
Lower scheduling access requirement to execute role
2017-01-06 12:49:07 -05:00
Chris Meyers
3a2284229f Merge pull request #4359 from chrismeyersfsu/enhancement-artifacts_set_stats
set_stats support
2017-01-06 12:40:29 -05:00
Chris Meyers
86a9a921eb remove deepcopy, not sure how that slipped in 2017-01-06 11:47:45 -05:00
AlanCoding
f07cd69012 corresponding test for dict extra_vars bug 2017-01-06 10:09:01 -05:00
Chris Meyers
a1267a3dee update artifacts to work with ansible set_stats 2017-01-06 10:04:57 -05:00
AlanCoding
60cbc3cbbc do not allow YAML strings that are OrderedDicts 2017-01-06 08:24:40 -05:00
AlanCoding
29ce7b3684 silence Django19 warnings in ui views 2017-01-06 07:55:59 -05:00
AlanCoding
9422e87f00 simplify schedule execute_role editing rule 2017-01-05 15:42:08 -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
AlanCoding
df90328531 remove duplicate conversion of keys into set 2017-01-05 15:08:52 -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
Alan Rominger
8ce97bae91 Merge pull request #4579 from AlanCoding/redirect_warning
Obey the suggestion in RemovedInDjango19Warning
2017-01-05 14:51:02 -05:00
Chris Meyers
03734015c5 set_stats support 2017-01-05 13:42:29 -05:00
Alan Rominger
ade758af87 Merge pull request #4580 from AlanCoding/team_admins
In /users/N/teams/, also show direct admin permission
2017-01-05 12:57:10 -05:00
Michael Abashian
85369cbaca Merge pull request #4572 from mabashian/3799-breadcrumbs
Truncate breadcrumbs a little better than before
2017-01-05 12:49:45 -05:00
Matthew Jones
89304b2ee0 Don't ignore ANSIBLE_NET env items when hiding sensitive information 2017-01-05 12:35:50 -05:00
AlanCoding
f76680b625 add back in the Tower logger, fix bug 2017-01-05 10:28:23 -05:00
Michael Abashian
3945fbbb1c Fixed bug where breadcrumbs on a really small screen were dropping down below the bar 2017-01-04 17:44:55 -05:00
Michael Abashian
73a8b86360 Fixed the breadcrumb on the edit users page 2017-01-04 17:29:00 -05:00
AlanCoding
b0cf05e9c7 Lower scheduling access requirement to execute 2017-01-04 16:53:23 -05:00
AlanCoding
a17c7fa461 display teams for which user is admin in teams list 2017-01-04 15:36:13 -05:00