1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
Commit Graph

8658 Commits

Author SHA1 Message Date
Akita Noek
856ad80c21 Mock feature_enabled for organization tests 2016-07-07 13:53:21 -04:00
Jared Tabor
6e043c74ed Merge pull request #2844 from jaredevantabor/project-tooltip-status
adding "missing" status for project status tooltip
2016-07-07 10:40:27 -07:00
Bill Nottingham
978ef9e0bd Merge pull request #2838 from wenottingham/label-fu
Rename 'Host Pattern' to 'Limit', and fix paste-o in 'Verbosity' popover title
2016-07-07 13:35:06 -04:00
Jared Tabor
4abae312f1 adding "missing" status for project status tooltip
the tooltip for "missing" projects read "Failed" instead of "Missing"
2016-07-07 10:12:36 -07:00
Leigh Johnson
8bc4e2e063 re-init activity data on sort/filter/paginate changes, resolves #2795 2016-07-07 12:53:35 -04:00
Chris Meyers
735a75729f Revert "fixes Save with update_fields did not affect any rows"
This reverts commit c6d282fce27d23317d2649ccf00b75799dad1a86.

This didn't fix the underlying issue. The issue is that the inventory
object may have been deleted by the time save is called.
2016-07-07 12:09:16 -04:00
Jared Tabor
9357850718 Merge pull request #2831 from jaredevantabor/activity-stream
Activity Stream toggle should close AS
2016-07-07 09:07:51 -07:00
Jared Tabor
cafa43313d Merge pull request #2822 from jaredevantabor/manual-group
Cloud credential should not be required for manual groups
2016-07-07 09:06:42 -07:00
Matthew Jones
6a1973c873 Disallow deleting job templates when there are jobs running 2016-07-07 12:03:41 -04:00
Akita Noek
55730f8730 Ported old/organizations.py tests 2016-07-07 11:58:38 -04:00
Bill Nottingham
7732e1168f Rename 'Host Pattern' to 'Limit', and fix paste-o in 'Verbosity' popover title. (#2776) 2016-07-07 11:18:16 -04:00
kensible
95be0e5011 Merge pull request #2809 from mabashian/launched-by-link
Fix launched by link on job details
2016-07-07 11:14:03 -04:00
Alan Rominger
4fce29fe1d Merge pull request #2830 from AlanCoding/2828_proj_AS
M2M fix for project activity stream
2016-07-07 10:56:41 -04:00
Akita Noek
d3fb04245a Merge pull request #2834 from anoek/2706
Made it so org auditors can see all users if ORG_ADMINS_CAN_SEE_ALL_USERS is true
2016-07-07 10:50:48 -04:00
Ken Hoes
e90f744e30 Edit indicator removed after changing URLS and making new object 2016-07-07 10:49:11 -04:00
jlmitch5
f2ad541bf3 Merge pull request #2821 from jlmitch5/fixEditModeLabelAdder
fix label dropdown population on edit of JT
2016-07-07 10:27:52 -04:00
jlmitch5
bfb8781b02 Merge pull request #2836 from jlmitch5/fixLabelDelete
made lebel delete find all associated labels by recursively getting labels
2016-07-07 10:27:14 -04:00
AlanCoding
25c177cdcd M2M fix for project activity stream 2016-07-07 10:24:50 -04:00
Akita Noek
e41614f4e7 flake8 2016-07-07 10:24:04 -04:00
Akita Noek
a42986894f Made it so org auditors can see all users if ORG_ADMINS_CAN_SEE_ALL_USERS is true
Addresses #2706
2016-07-07 09:22:36 -04:00
Akita Noek
b6ec87f18a Merge pull request #2820 from anoek/2806
Allow anyone who can read an inventory to see adhoc command run against said inventory
2016-07-07 09:09:16 -04:00
John Mitchell
1977af41ac made lebel delete find all associated labels by recursively getting the labels 2016-07-06 20:07:14 -04:00
Jared Tabor
0c3ba0d6b3 Activity Stream toggle should close AS
Clicking the toggle while on the AS page wouldn't always remove the AS
2016-07-06 14:40:20 -07:00
Jared Tabor
58c493653a Cloud credential should not be required for manual groups
the cloud credential-required flag was true for manual group types, which isn't required.
2016-07-06 13:56:43 -07:00
Matthew Jones
3e0ed4c1a1 Fix up organization default exposed by unit test 2016-07-06 16:36:22 -04:00
Akita Noek
51b959406a Merge pull request #2819 from anoek/2744
Make it so users can see all roles on things they can see.
2016-07-06 16:16:42 -04:00
Matthew Jones
f75eba471e Fix flake8 'not in' 2016-07-06 16:09:38 -04:00
Alan Rominger
9476bc12e9 Merge pull request #2787 from AlanCoding/2733_credential_org_access
Processing of "organization" related field in credential can_change
2016-07-06 15:43:17 -04:00
AlanCoding
5df846eb0a remove unnecessary fixture from org_credential 2016-07-06 15:21:57 -04:00
Alan Rominger
70b9a48f82 Merge pull request #2739 from AlanCoding/2735_proj_access
Do not allow creating projects as foreign org admin
2016-07-06 15:09:43 -04:00
John Mitchell
f6e1fb2579 fix label dropdown population on edit of JT 2016-07-06 14:55:11 -04:00
Akita Noek
0e7ed8428d Allow anyone who can read an inventory to see adhoc command run against said inventory 2016-07-06 14:23:42 -04:00
Akita Noek
015085fe15 Added role visibility tests 2016-07-06 13:38:52 -04:00
Akita Noek
b4810f6486 Typo 2016-07-06 13:38:43 -04:00
Akita Noek
b94902d970 filter_visible_roles performance enhancement 2016-07-06 12:20:52 -04:00
Michael Abashian
9ffb5261cd Merge pull request #2799 from mabashian/job-details-empty-filters
Fixed event summary filter bugs
2016-07-06 11:59:37 -04:00
Michael Abashian
9544708ab6 Merge pull request #2810 from mabashian/toggle-schedule-multiple-requests
Fixed the *2 GET requests triggered by the schedule toggle
2016-07-06 11:59:12 -04:00
Leigh Johnson
c60800ecc3 fix order_by parameter not being applied to page 2+ of list results (#2786)
* fix order_by parameter not being applied to page 2+ of list results, resolves #2730

* remove silliness
2016-07-06 11:35:40 -04:00
Michael Abashian
6788043eff Needed to bind removeSchedulesRefresh to the scope so that we could clear the listener properly 2016-07-06 10:51:26 -04:00
Michael Abashian
021988f69b Send the user to the correct schedule edit when they click the launched by link from job details 2016-07-06 10:19:21 -04:00
Matthew Jones
2528952090 Require organization when creating new notification templates 2016-07-05 15:31:54 -04:00
Michael Abashian
ea170f4fe6 Fixed bug where empty searches were hiding the results and attempting to filter without a selected task threw an error 2016-07-05 15:29:02 -04:00
AlanCoding
ddbe54f841 allow null data cases in credential can_change 2016-07-05 15:06:40 -04:00
Akita Noek
a126736332 Expand role visibility such that you can always see all roles on any objects you can see
Completes #2774
2016-07-05 15:06:25 -04:00
jlmitch5
9e0f01a29f Merge pull request #2794 from jlmitch5/fixWeeklyFreqButtons
reset week buttons and scope vals when schedule repeat changes to week
2016-07-05 15:03:57 -04:00
John Mitchell
0018210528 reset week buttons and scope vals when schedule repeat changes to week 2016-07-05 14:50:10 -04:00
Matthew Jones
77f2bd1c0d Missing ad-hoc notification template assignment 2016-07-05 14:34:49 -04:00
AlanCoding
c21d560cfd Credential can_change updates for organization related field 2016-07-05 14:04:52 -04:00
Akita Noek
e818daa74f Ensure system auditors/admins can see all roles
Partial fix for #2744
2016-07-05 14:01:46 -04:00
Michael Abashian
c1b2ba5a24 Merge pull request #2788 from mabashian/portal-mode-job-list-order
Only sort portal jobs on the first init
2016-07-05 13:55:55 -04:00