1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Commit Graph

8774 Commits

Author SHA1 Message Date
AlanCoding
06c37d39ef Make development environment use ATOMIC_REQUESTS 2016-07-14 14:43:25 -04:00
AlanCoding
68d5a702af Team organization field made non-null 2016-07-14 14:38:43 -04:00
Akita Noek
e18d142533 Don't let normal users create orgless projects
#3006
2016-07-14 14:29:34 -04:00
Matthew Jones
17a27ef4a2 Merge pull request #3005 from matburt/delete_protection
Add delete protection from certain objects
2016-07-14 12:52:58 -05:00
Jared Tabor
88f0283597 Merge pull request #2996 from jaredevantabor/missing-jt
Show proper error message for missing job template form
2016-07-14 09:46:27 -07:00
Matthew Jones
c852503163 Fix up some flake8 issues 2016-07-14 12:40:37 -04:00
Matthew Jones
00e55e3813 Add delete protection from certain objects
Certain objects can be sensitive to being deleted while jobs are
running, this protects those objects
2016-07-14 12:22:33 -04:00
AlanCoding
994a72967d Cascade delete teams when their organization is deleted 2016-07-14 11:44:43 -04:00
kensible
102e56b623 Merge pull request #3000 from kensible/2999-JT-cloud-credentials
Changed conditional to fix JT edit page load error
2016-07-14 11:25:54 -04:00
Akita Noek
d39b9ff84f Merge pull request #3001 from anoek/misc-fixes
Minor migration fixes
2016-07-14 11:23:22 -04:00
Wayne Witzel III
ec2bf4476d ensure system admin/auditor can see orphan inventory scripts 2016-07-14 11:16:16 -04:00
Michael Abashian
deb1c1652b Merge pull request #2998 from mabashian/adhoc-lots-of-gets
Remove extra adhoc GET requests when performing subsequent adhoc commands
2016-07-14 11:13:13 -04:00
Akita Noek
6da6f48521 Updated tests to reflect credential access after migrations 2016-07-14 11:04:06 -04:00
Ken Hoes
ed5f07b151 Changed conditonal to repair console error and page loade error 2016-07-14 11:03:25 -04:00
Michael Abashian
4adb65596a Remove socket binding when the scope is destroyed so that we don't make errant GET requests in future instances of this controller. 2016-07-14 10:42:05 -04:00
Bill Nottingham
b657bc684c Merge pull request #2997 from wenottingham/you-la
updated EULA text from rnalen
2016-07-14 10:30:38 -04:00
Bill Nottingham
6f2e1f711c updated EULA text from rnalen 2016-07-14 10:23:01 -04:00
Akita Noek
353e6100b9 Fix team credential role access in rbac migration 2016-07-14 09:54:41 -04:00
Akita Noek
bb14c9003d Orphan handling in _old_access.py 2016-07-14 09:54:06 -04:00
Akita Noek
7b8c2f5b74 Normalized CustomInventoryScriptAccess.can_admin 2016-07-14 09:53:20 -04:00
kensible
ebe245e358 Merge pull request #2993 from kensible/2969-JT-edit-access
Retrieved cloud credential from job template summary fields
2016-07-14 09:40:18 -04:00
Michael Abashian
04e27c51e1 Merge pull request #2986 from mabashian/callback-url-prompt
Fixed callback url prompt styling
2016-07-14 09:16:34 -04:00
Michael Abashian
e726078212 Merge pull request #2983 from mabashian/job-launch-state-exit
Fixed backspace job launch modal bug
2016-07-14 09:16:17 -04:00
Ken Hoes
906db7d75e Added condition based off PR feedback 2016-07-14 08:50:42 -04:00
kensible
103c6fa228 Merge pull request #2971 from kensible/2964-inventory-history-xss
Sanitizing name in popup
2016-07-14 08:03:07 -04:00
Jared Tabor
f9de8db89a Show proper error message for missing job template form
when visiting the job template page for a job template that has been deleted or doesn't exist, we want to show the 404 error message, not an error message about tags or labels.
2016-07-13 15:40:44 -07:00
Leigh Johnson
c60b8986de remove type search field from single-type credential lookup modals, resolves #2976 (#2985) 2016-07-13 16:36:21 -04:00
Ken Hoes
53492f3fa1 Added sanitize filter to other name instances 2016-07-13 15:33:24 -04:00
Ken Hoes
33bb3abd52 Retrieved cloud credential from job template summary fields 2016-07-13 15:14:21 -04:00
Michael Abashian
ab3a5c1a02 Fixed callback url prompt styling 2016-07-13 14:13:04 -04:00
Leigh Johnson
5c32b17aea URI-encode text searches, resolves #2980 (#2982) 2016-07-13 13:55:12 -04:00
Michael Abashian
8c234dc915 Added onExit functions to routes where the job launch and survey maker modals may be displayed. This will handle cleaning up the modal properly so that it can be re-opened 2016-07-13 13:35:21 -04:00
Leigh Johnson
9965ec01be supply correct params to ParseTypeChange call, resolves #2966 (#2977) 2016-07-13 12:19:49 -04:00
Michael Abashian
1444c9a9e9 Merge pull request #2973 from mabashian/owner-machine-credential
Removed the ability to filter credentials by owner
2016-07-13 11:44:24 -04:00
Matthew Jones
e9afee6149 Revert required org on notification templates
This reverts the validation of a required Organization on the
Notification Template.   After discussion with jlaska and jladd, I think
this can behave fine in this situation.   It's more like a Credential
then where without an Organization the NT only becomes available to
Super Users and the creator of the NT.
2016-07-13 11:10:18 -04:00
Michael Abashian
624225e81f Credential owners are no longer searchable 2016-07-13 10:55:34 -04:00
Matthew Jones
e9a0f41152 Fix an ommitted fields 500 error
If organization or notification_template is omitted entirely from the
POST for a new item then a 500 error would be raised
2016-07-13 10:45:49 -04:00
Ken Hoes
9d5693ff2d Sanitizing name in popup 2016-07-13 10:42:09 -04:00
James Laska
99bd6ac38c Fix typo in sub_list_create_api_view
Relates #2961
2016-07-13 09:00:49 -04:00
Jared Tabor
aaab80ad60 Merge pull request #2963 from jaredevantabor/missing-jt
Job Detail page with deleted job templates throws console error
2016-07-12 18:19:23 -07:00
Jared Tabor
c6aa2b4392 removing logic in job detail page related to scm updates
job detail page is only for job runs, scm updates have their own stdout page
2016-07-12 16:03:31 -07:00
Jared Tabor
f88e9cfec1 Check for object keys to avoid console error 2016-07-12 15:44:13 -07:00
Leigh Johnson
d83afabccf Merge branch 'release_3.0.0' of github.com:ansible/ansible-tower into release_3.0.0 2016-07-12 17:39:39 -04:00
Leigh Johnson
abe911108d Merge branch '2947' into release_3.0.0 2016-07-12 17:38:29 -04:00
Leigh Johnson
affd66521d avoid building urls to deleted resources, resolves #2948 (#2956) 2016-07-12 17:33:55 -04:00
Leigh Johnson
b6504da90e fix home > hosts codemirror instance, resolves #2954 (#2960) 2016-07-12 17:32:21 -04:00
Jared Tabor
5d72240d35 Merge pull request #2957 from jaredevantabor/jobs-list-tooltips
Jobs and Scheduled Jobs dynamic tooltip fix
2016-07-12 14:18:12 -07:00
Leigh Johnson
03a04268cf fix prompt-for machine cred query params too 2016-07-12 17:11:10 -04:00
Alan Rominger
7a08f37132 Merge pull request #2945 from AlanCoding/2944_inv_script_orphan_sys_aud
Allow system auditors to see orphan inventory scripts
2016-07-12 16:46:29 -04:00
Michael Abashian
6c62f766e6 Merge pull request #2949 from mabashian/edit-jt-launch
Fixed job template edit launch job attempting to relaunch
2016-07-12 16:31:14 -04:00