Commit Graph

9094 Commits

Author SHA1 Message Date
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
Michael Abashian
60a407b3ef Merge pull request #2779 from mabashian/cloud-credential-filter-wiped
Fix group add/edit cloud credential search filter weird behavior
2016-07-05 13:55:37 -04:00
Chris Meyers
5fedd03067 Merge pull request #2790 from chrismeyersfsu/fix-postgres_restore
fix postgres restore playbook path
2016-07-05 13:48:22 -04:00
kensible
6f015e77c9 Merge pull request #2781 from kensible/2778-tooltip-teams
Changed tooltip in teams edit
2016-07-05 13:12:30 -04:00
Michael Abashian
b21d3fd53d Changed filter to sort 2016-07-05 13:06:20 -04:00
Michael Abashian
d9a47b7b7f Only filter portal jobs on the first init 2016-07-05 13:02:12 -04:00
Jared Tabor
a2f0f7a6dc Merge pull request #2771 from jaredevantabor/socket-removal
removing unnecessary "jobs" websocket init
2016-07-05 09:53:46 -07:00
Graham Mainwaring
f998e467ff Merge pull request #2782 from ghjm/cffi_whl_fix
Build cffi from source during make requirements
2016-07-05 12:36:40 -04:00
Matthew Jones
cec1f413a4 Switch notification to use jobhostsummary name
In case the host is removed prior to the notification being emitted
we'll use the host_name cached on the jobhostsummary object iself.
2016-07-05 12:32:37 -04:00
Chris Meyers
1aca42ae93 fixes Save with update_fields did not affect any rows 2016-07-05 11:46:46 -04:00
Ken Hoes
18ede596e0 Changed tooltip in teams edit 2016-07-05 11:46:37 -04:00
Graham Mainwaring
5a1732d3bd Build cffi from source to avoid binary wheel problems 2016-07-05 11:44:27 -04:00
Michael Abashian
6fcf97d233 Reuse credentialBasePath 2016-07-05 11:42:51 -04:00
Michael Abashian
fcad385bcb Explicitly set the credential lists base path to include the ?kind= param so that future searches will have the correct base path. 2016-07-05 11:37:19 -04:00
Chris Church
ab0fd8ddb1 Escape content of browsable API response. 2016-07-02 01:41:28 -04:00
Jared Tabor
826392b2a8 removing jobSocket module 2016-07-01 13:42:52 -07:00
Jared Tabor
cfbab84ed7 removing unnecessary "jobs" websocket init 2016-07-01 13:34:17 -07:00
Jared Tabor
443f6fb9cf Merge pull request #2758 from jaredevantabor/name-columns
Applying the .name-column class for name columns
2016-07-01 13:31:23 -07:00
jlmitch5
7de80bcae0 Merge pull request #2770 from jlmitch5/fixStdOutPageWidth
fix standard out details width
2016-07-01 16:24:07 -04:00
Michael Abashian
8ea1a93f99 Merge pull request #2767 from mabashian/f,a,i,l,e,d
Fix Fa,i,l,e,d tooltip on job details
2016-07-01 16:17:37 -04:00
John Mitchell
6b9af32323 fix standard out details width 2016-07-01 16:15:17 -04:00
kensible
267b53c434 Merge pull request #2766 from kensible/2723-template-survey-overflow
Long names no longer overflow
2016-07-01 15:59:16 -04:00
Michael Abashian
3f9e998475 Merge pull request #2762 from mabashian/enter-search-error
Pass the event when calling addTag() on enter
2016-07-01 15:59:00 -04:00