4415 Commits

Author SHA1 Message Date
dandds
3af849c035 disable debug output in seed_roles.py 2019-03-19 10:26:23 -04:00
dandds
b127978f23
Merge pull request #710 from dod-ccpo/fix-crl-sync-config
add missing crl sync config option to k8s clusters
2019-03-18 16:40:10 -04:00
George Drummond
a1a8f13fb6
Merge pull request #712 from dod-ccpo/resend-follow-up
Resend invites follow up
2019-03-18 13:49:07 -04:00
George Drummond
2cce348411
Add in translations 2019-03-18 11:17:42 -04:00
George Drummond
d16d233145
Update text on confirmation button 2019-03-18 11:13:28 -04:00
George Drummond
d0522303d5
Update invite flash copy 2019-03-18 10:08:30 -04:00
montana-mil
6d43153785
Merge pull request #708 from dod-ccpo/use-noaccesserror
Use NoAccessError instead of NotFoundError
2019-03-18 09:39:57 -04:00
dandds
13bc7f56b0
Merge pull request #701 from dod-ccpo/portfolio-perms
Portfolio perms
2019-03-18 08:40:35 -04:00
leigh-mil
32a705d1d3 Move NotFoundError into the lookup method 2019-03-15 15:11:52 -04:00
montana-mil
79feb16072
Merge pull request #700 from dod-ccpo/crl-failover
CRL Failover Config
2019-03-15 14:56:03 -04:00
dandds
23584da57b changes to increase test branch coverage 2019-03-15 14:41:24 -04:00
leigh-mil
8cd6138e71
Merge pull request #704 from dod-ccpo/fix-reporting-anchor-link
Clean up EditLink anchors
2019-03-15 14:24:43 -04:00
dandds
4ec9ead1ac
Update atst/domain/authnid/crl/__init__.py
Co-Authored-By: montana-mil <42577527+montana-mil@users.noreply.github.com>
2019-03-15 14:22:13 -04:00
dandds
410b0fc112 add missing crl sync config option to k8s clusters 2019-03-15 13:33:23 -04:00
leigh-mil
f24710f263
Merge pull request #705 from dod-ccpo/so-redirect
Have officer invite url point to the TO view page
2019-03-15 10:36:57 -04:00
leigh-mil
8a3c65ff25
Merge pull request #707 from dod-ccpo/clin-trailing-zeros-fix
Move formatting into onBlur
2019-03-15 10:06:48 -04:00
leigh-mil
458a99ea4b
Merge pull request #702 from dod-ccpo/form-fix-existing-portfolio
Persist data in new TO for existing Portfolio
2019-03-15 09:51:04 -04:00
dandds
0a2e5607b9 fix migration downgrades 2019-03-15 07:14:49 -04:00
dandds
0e48191d75 fix tests fromm rebase 2019-03-15 07:14:49 -04:00
dandds
f99156c0cb fix permissions typo in template 2019-03-15 07:14:49 -04:00
dandds
762d2289a3 rename portfolio_role -> permission_sets join table, remove older roles property 2019-03-15 07:14:49 -04:00
dandds
b0e48134b0 trim old permissions list 2019-03-15 07:14:49 -04:00
dandds
79cb7ac2eb use first_or_none utility for finding portfolio role 2019-03-15 07:14:49 -04:00
dandds
ad56ddc60e implement PermissionSets.get_many for getting multiple permission sets by name 2019-03-15 07:14:49 -04:00
dandds
ee37a5543a organize portfolio permission sets by domain 2019-03-15 07:14:49 -04:00
dandds
78aa2dfcc6 permission set names should be constants on the domain class 2019-03-15 07:14:49 -04:00
dandds
d3c3209fc0 cleanup unused portfolio roles 2019-03-15 07:14:49 -04:00
dandds
1a122c5335 rename role -> permission_set everywhere 2019-03-15 07:14:49 -04:00
dandds
720c227c32 remove frontend role selection for edit member 2019-03-15 07:14:49 -04:00
dandds
0eb2d4fa3c remove frontend role selection for new member 2019-03-15 07:14:49 -04:00
dandds
0c2ab6fb7a remove portfolio_role direct relationship to role 2019-03-15 07:14:49 -04:00
dandds
44a4d98978 switch portfolio authorization to rely on new permission sets 2019-03-15 07:14:49 -04:00
dandds
6805041b13 portfolio role knows its entire permissions list 2019-03-15 07:14:49 -04:00
dandds
8af3986a2d set portfolio member permission sets 2019-03-15 07:14:49 -04:00
dandds
798eb7e1b0 first cut of portfolio permission sets 2019-03-15 07:14:49 -04:00
dandds
31bcb662b5 add join table between portfolio_roles and roles 2019-03-15 07:14:49 -04:00
leigh-mil
b711330b9e
Merge pull request #703 from dod-ccpo/ko-review-design-fixes
Ko review design fixes
2019-03-14 20:27:00 -04:00
leigh-mil
0c29914623
Merge pull request #706 from dod-ccpo/typo-fix
Fix typo
2019-03-14 20:16:10 -04:00
leigh-mil
795c9cd4d6 Add tests for COR and SO accepting invites 2019-03-14 20:10:19 -04:00
leigh-mil
4bf70f10d8 Use list of officer to determine if the current_user is an officer
Delete unused method
2019-03-14 20:09:42 -04:00
leigh-mil
e3956180b4 Add property to TO that returns a list of the officers 2019-03-14 20:08:57 -04:00
leigh-mil
9a97b75d71 Use NoAccessError instead of NotFoundError where a resource exists but the user cannot access it because of the state of the resource 2019-03-14 14:05:33 -04:00
Montana
ceee1f69d2 Rely on fixture to change app config 2019-03-14 13:46:52 -04:00
Montana
280775fa66 Fix test that produces CRLRevocationException 2019-03-14 13:44:54 -04:00
Montana
5782c30a7d Use pytest fixture for app with non default configs 2019-03-14 13:42:12 -04:00
Montana
a1ebedb382 Add another CRLCache test 2019-03-14 13:42:12 -04:00
Montana
effec85cf9 Raise Error Code 008 for invalid CRLs 2019-03-14 13:42:12 -04:00
Montana
d6906c8504 Add config for CRL_FAIL_OPEN 2019-03-14 13:42:12 -04:00
Montana
2eeb548458 Move crl fixtures to conftest 2019-03-14 13:42:12 -04:00
Montana
30cd77ff98 Test AuthenticationContext 2019-03-14 13:42:12 -04:00