Wayne Witzel III
27470b0648
Merge pull request #3160 from wwitzel3/api_3.0.1
...
do not allow membership changes to User.admin_role
2016-07-29 12:37:26 -04:00
Wayne Witzel III
b862a13d92
update unit tetsts
2016-07-29 11:30:33 -04:00
Wayne Witzel III
9baa9594c7
use get_object_or_400 to fetch Role
2016-07-29 11:29:49 -04:00
Wayne Witzel III
b127e74ae4
refactor to unit tests
2016-07-29 11:29:43 -04:00
Wayne Witzel III
52865eea6a
restrict User.admin_role membership changes through RoleUsersList
2016-07-29 11:29:41 -04:00
Wayne Witzel III
a431ac7854
fix test
2016-07-29 11:29:39 -04:00
Wayne Witzel III
06bb8871d7
do not allow membership changes to User.admin_role
2016-07-29 11:29:36 -04:00
Alan Rominger
a078254508
Merge pull request #3157 from AlanCoding/3129
...
Protect NotFound error in POST to TeamRoles
2016-07-28 20:20:00 -04:00
AlanCoding
1fb173b2e5
RoleTeam and TeamRole sublist NotFound exception handling and test update
2016-07-28 16:01:42 -04:00
Alan Rominger
0c8946702c
Merge pull request #3139 from AlanCoding/3096_show_sys_JT
...
Show system JTs in the UJT list
2016-07-27 14:21:24 -04:00
AlanCoding
e27ce600c5
add system job templates to the unified JT list
2016-07-27 10:28:53 -04:00
Alan Rominger
f5fa53d89a
Merge pull request #3098 from AlanCoding/3033_AS_updates
...
Reorganize activity stream access around org admin/auditors (3.0.2)
2016-07-25 11:04:05 -04:00
AlanCoding
6fee46fb66
Reorganize activity stream around org admin/auditors
2016-07-22 12:50:14 -04:00
Alan Rominger
03a24da2e1
Merge pull request #3061 from AlanCoding/3038_UJT_301
...
Pass context into unified Job, Job Template, and Job List serializers (API 3.0.1)
2016-07-21 11:58:26 -04:00
Alan Rominger
07a1f4bee2
Merge pull request #3062 from AlanCoding/3037_orphan_proj
...
orphan project protection in job delete access (API 3.0.1)
2016-07-21 11:57:58 -04:00
Alan Rominger
9513a14ac6
Merge pull request #3068 from AlanCoding/3063_cancel_flag
...
Allow instant cancel for new jobs (API 3.0.1)
2016-07-21 11:57:40 -04:00
AlanCoding
7e49a428e6
Allow instant cancel for new jobs
2016-07-21 09:05:32 -04:00
AlanCoding
fc96952084
orphan project protection in job delete access
2016-07-20 10:21:38 -04:00
AlanCoding
29e35357e9
pass context into Job and JobList serializer classes
2016-07-20 10:02:59 -04:00
AlanCoding
f154633277
pass context to unified job template subclasses
2016-07-20 10:02:09 -04:00
Akita Noek
53de76d6e0
Merge pull request #3043 from anoek/3039
...
Allow auditors to see same /api/v1/config information as admins
2016-07-18 10:08:39 -04:00
Akita Noek
38f03ea32f
Allow auditors to see same /api/v1/config information as admins
2016-07-17 08:04:06 -04:00
Chris Church
cb98d0674d
Prevent populate_user from being registered multiple times.
2016-07-15 16:24:41 -04:00
Alan Rominger
94e39b0cee
Merge pull request #3015 from AlanCoding/org_read_role
...
Add read_role to organization select_related
2016-07-15 15:32:04 -04:00
Wayne Witzel III
03c3ac074c
Merge pull request #3022 from wwitzel3/issue-2979
...
Fix sysadmin and sysauditor viewing orphan inventory script.
2016-07-15 15:26:33 -04:00
Jared Tabor
29132929de
Merge pull request #3025 from jaredevantabor/jobs-list-page-size
...
Fixing iterator used when jobs list refreshes
2016-07-15 11:56:19 -07:00
Michael Abashian
fea1605279
Merge pull request #3026 from mabashian/backspace-job-launch
...
Better fix for the job launch modal backspace bug
2016-07-15 14:38:40 -04:00
Michael Abashian
e496b558df
Merge pull request #3023 from mabashian/job-launch-password-enter
...
Job Launch/Survey Maker enter in password fields would show/hide password
2016-07-15 13:57:39 -04:00
Jared Tabor
d39538c7c4
Fixing iterator used when jobs list refreshes
...
it was still using the iterators used when there were four job panes
2016-07-15 10:52:14 -07:00
Matthew Jones
c36080e149
Explicit super user check for JT can_delete
2016-07-15 13:48:42 -04:00
Chris Church
62562afd0d
Fix for populating teams for LDAP user.
2016-07-15 13:17:25 -04:00
Matthew Jones
df1c1ae473
Fix up flake8
2016-07-15 12:50:59 -04:00
Michael Abashian
a845904bd7
Rolled back the onExit solution previously implemented to handle the backspace navigation on the job launch modal. New solution listens for state changes within the directive and cleans itself up.
2016-07-15 12:12:45 -04:00
Matthew Jones
eb97b8c916
Switch disallowed object delete to 409
...
In the case of running job conflicts
2016-07-15 11:47:02 -04:00
Michael Abashian
e5cb497c22
Password enter show/hide fix
2016-07-15 10:45:36 -04:00
Wayne Witzel III
b9de0b196d
add test for CustomInventoryScript serializer
2016-07-15 10:35:44 -04:00
Michael Abashian
c8fa2befb6
Fixed bug where hitting enter in a password field in the job launch/survey maker modal would toggle the show/hide.
2016-07-15 10:35:28 -04:00
Michael Abashian
8c85035d18
Setting the local var CredentialList to the deep clone seems to be problematic. Moving this out so that the original object itself is overwritten which is how it's done in other places. ( #3017 )
2016-07-14 23:10:26 -04:00
Jared Tabor
fc304899bd
Jobs list page size ( #3019 )
...
* changing jobs list page size to 20 by default
it was previously set to 10
* adjustment to tag search check for null id
2016-07-14 23:09:46 -04:00
Leigh Johnson
73722ffb77
resolves kickback on #2980 ( #3008 )
2016-07-14 23:08:02 -04:00
Alan Rominger
3b972e871d
Merge pull request #3014 from AlanCoding/migration_touchup
...
Switch order in migration 0026
2016-07-14 16:49:28 -04:00
AlanCoding
df940f811c
add read_role to organization select_related
2016-07-14 16:11:29 -04:00
AlanCoding
2876bb169b
switch order in migration
2016-07-14 15:49:24 -04:00
Leigh Johnson
86afd6f758
Fix NaN / invalid end date value in schedule edit forms ( #3007 )
...
* fix NAN on end date issue affecting schedule edit form, resolves #2817
* remove debug statement
2016-07-14 15:36:11 -04:00
Leigh Johnson
4ffc062d19
resolves kickback on #2976 ( #3009 )
2016-07-14 15:35:46 -04:00
Graham Mainwaring
8ed69d1641
Additional UI/JS licenses ( #2974 )
...
* Additional UI/JS licenses
2016-07-14 15:34:16 -04:00
Akita Noek
6eb63285d2
Merge pull request #3010 from anoek/3006
...
Don't let normal users create orgless projects
2016-07-14 15:25:45 -04:00
Alan Rominger
7f168c7fe4
Merge pull request #3003 from AlanCoding/2988_team_cascade
...
Cascade delete teams from organization
2016-07-14 15:13:46 -04:00
Alan Rominger
149e7375c0
Merge pull request #3011 from AlanCoding/docker_atomic
...
Make development environment use ATOMIC_REQUESTS
2016-07-14 15:07:47 -04:00
Akita Noek
41d6d19bcb
Added patch tests for updating project organizations
2016-07-14 15:02:00 -04:00