Wayne Witzel III
4f534122c5
Merge pull request #2675 from wwitzel3/issue-2244
...
Do not show the read_role child for Teams
2016-06-28 11:43:05 -04:00
Akita Noek
4a010a7479
Merge pull request #2673 from anoek/active_roles_removal
...
Removed active_roles
2016-06-28 11:29:29 -04:00
Wayne Witzel III
994065d495
removing test (already had coverage), fixing test
2016-06-28 11:19:18 -04:00
Akita Noek
5043ff45c2
Removed active_roles
...
The UI isn't using this feature at the moment so we're going to remove
it for 3.0, and probably bring it back in 3.1, potentially in different
ways depending on UI needs then.
2016-06-28 11:02:28 -04:00
Akita Noek
5ed36624a3
Merge pull request #2664 from anoek/todo-cleanup
...
API todo/fixme addressing and cleanup
2016-06-28 11:01:41 -04:00
Wayne Witzel III
4d3d38c4ac
ensure read_role is not being returned
2016-06-28 10:56:36 -04:00
Wayne Witzel III
8e89edc27f
Do not show the read_role child for Teams
2016-06-28 10:56:08 -04:00
Akita Noek
9f43b6e60c
Use SubListAPIView for RoleTeamsList
2016-06-28 10:32:36 -04:00
AlanCoding
7b0f20e90d
job template serializer can_add calc to avoid lookups of known related objects
2016-06-28 10:18:30 -04:00
Leigh Johnson
511ec70312
Merge pull request #2672 from leigh-johnson/2663
...
Add labels column to job list
2016-06-28 09:47:56 -04:00
kensible
b3eb0937ee
Merge pull request #2658 from kensible/2657-inventory-radiobuttons
...
Changes inventory copy/move list buttons from checkboxes to radio buttons
2016-06-28 09:08:42 -04:00
Leigh Johnson
b750b14f36
add labels field to job list, extend labels directive to allow no-delete mode, resolves #2663
...
consistent naming
whoops
2016-06-27 18:38:46 -04:00
Michael Abashian
358f267e14
Merge pull request #2668 from mabashian/2611
...
Added network credential to Job Templates form
2016-06-27 17:37:57 -04:00
jlmitch5
a854b8115d
Merge pull request #2656 from jlmitch5/fixAlertFormatting
...
fix alert formatting throughout app
2016-06-27 17:08:19 -04:00
Matthew Jones
8055bcc94e
Create activity stream event on group delete
...
Normally this is bypassed for recursive deletes, this manually creates
one beyond the bypass
2016-06-27 16:53:47 -04:00
Leigh Johnson
b126d0a529
Merge pull request #2660 from leigh-johnson/2591
...
Update org card counts on user/admin association/disassociation
2016-06-27 16:31:14 -04:00
Michael Abashian
925e8b102f
Merge pull request #2665 from mabashian/2624
...
Disabled System Tracking and Run Commands buttons
2016-06-27 16:22:45 -04:00
Michael Abashian
ae8e15fbb3
Added network credential to the job details summary
2016-06-27 16:17:06 -04:00
Leigh Johnson
a62573d45c
Merge pull request #2651 from leigh-johnson/2645
...
Apply search filters to pages 2+ of list results
2016-06-27 15:59:10 -04:00
Wayne Witzel III
5456b209ac
Merge pull request #2654 from wwitzel3/issue-2485
...
reduce activity stream noise
2016-06-27 15:47:59 -04:00
Matthew Jones
4eb6adb5e7
Add notification_template to summary fields
2016-06-27 15:35:34 -04:00
Michael Abashian
1b8693f666
Added network credential to job template form
2016-06-27 15:21:42 -04:00
Akita Noek
831c4c2fef
Cleaned up some more stale TODO's and FIXME's (or did / fixed the things)
2016-06-27 15:12:37 -04:00
Akita Noek
4bf50b2d6a
Dead code removal
2016-06-27 15:12:37 -04:00
Akita Noek
bf6767786e
Stale comment cleanup
2016-06-27 15:12:37 -04:00
Akita Noek
b57739a800
Converted except T,e
expressions to except T as e
2016-06-27 15:12:37 -04:00
Akita Noek
7839db0c23
Dead code removal
2016-06-27 15:12:37 -04:00
Akita Noek
bf2307946b
Locked down roles teams list
2016-06-27 15:12:37 -04:00
Akita Noek
d3476ed52a
Filter out roles users shouldn't be able to see from parents/children lists
2016-06-27 15:12:37 -04:00
Matthew Jones
80b044580d
Fix up flake8 for notification tests
2016-06-27 15:12:10 -04:00
Michael Abashian
1b1f4c1e07
Disabled System Tracking and Run Commands buttons on inv manage rather than hiding them. Also added tooltips to those two buttons when they are disabled giving the user some instructions.
2016-06-27 15:02:59 -04:00
Leigh Johnson
17f4903420
update user/admin counts on org cards when added/created in related form, resolves #2591
2016-06-27 14:25:45 -04:00
Ken Hoes
241bf57896
Changed checkboxes to radio buttons
2016-06-27 14:06:29 -04:00
Wayne Witzel III
3697ddc2d0
fixing Role is None exception
2016-06-27 13:40:50 -04:00
John Mitchell
8fd0d899b3
fix alert formatting throughout app
2016-06-27 13:33:51 -04:00
Jared Tabor
6bc025c86f
Merge pull request #2648 from jaredevantabor/idle-modal
...
Slight tweak for when session timer expires
2016-06-27 09:26:33 -07:00
jlmitch5
51a798d47d
Merge pull request #2653 from jlmitch5/clickToCloseSearch
...
get click to close working for search bars
2016-06-27 11:44:07 -04:00
Wayne Witzel III
e1853372f7
Adding comments to signals for rbac activity stream
2016-06-27 11:41:00 -04:00
Matthew Jones
78e10241da
Disallow DELETE on a notification_template
...
When there are pending notifications
2016-06-27 11:36:29 -04:00
John Mitchell
2229d60c4e
speed up toggle by manually applying toggle
2016-06-27 11:30:16 -04:00
Wayne Witzel III
f0418d8841
Merge pull request #2634 from wwitzel3/issue-2560
...
Disallow non-admin of a user to add a user to Roles
2016-06-27 11:28:38 -04:00
Wayne Witzel III
5e2a3b3ef2
reduce activity stream noise by not including implicit role dis/associations
2016-06-27 11:28:06 -04:00
John Mitchell
ac6d985846
get click to close working for search bars
2016-06-27 11:16:46 -04:00
Leigh Johnson
298878da8e
apply search filters to results on pages 2+, resolves #2645
2016-06-27 11:07:06 -04:00
Wayne Witzel III
ce3ce8d930
enforce read access for team/child roles
2016-06-27 11:02:07 -04:00
Akita Noek
073d7033d5
Merge pull request #2615 from wenottingham/nuke-a-thing
...
Remove old license auditor thing.
2016-06-27 10:53:06 -04:00
Akita Noek
db02b446e5
Merge pull request #2646 from anoek/2628
...
Better handle missing notification_type in patches to notification template
2016-06-27 10:47:04 -04:00
Akita Noek
7979ad3bc8
Merge pull request #2641 from anoek/2515
...
Don't update computed fields while mass group deleting until the end
2016-06-27 10:46:13 -04:00
Leigh Johnson
035d4ea42d
Merge pull request #2584 from leigh-johnson/1721
...
Brace Activity Stream against breaking errors / resolve AS Audit
2016-06-27 10:38:10 -04:00
Alan Rominger
9923728797
Merge pull request #2635 from AlanCoding/AS_test_pagination
...
Activity Stream update prefetched fields, avoid a .distinct().count()
2016-06-27 10:29:10 -04:00