Commit graph

1047 commits

Author SHA1 Message Date
Alysia Broddrick
1a680f6470
merged with main and resolved conflict 2023-09-10 15:47:49 -07:00
Alysia Broddrick
6a3a5534db
ran linter 2023-09-10 15:43:29 -07:00
Alysia Broddrick
a9f608e353
fixed error with save inside of transition 2023-09-10 14:22:43 -07:00
Alysia Broddrick
e71b5b0bd4
ran black formatting 2023-09-08 19:07:59 -07:00
CuriousX
0370dd9f83
added Transition Domain model 2023-09-08 16:48:35 -06:00
Rachid Mrad
2ba48edb7f
lint 2023-09-08 18:34:31 -04:00
Rachid Mrad
b45c5665d3
add email address to contact table, add domain info search, columns, filters, add domain invite columns, search, add domain columns, filters, add domain roles, add website search 2023-09-08 17:50:28 -04:00
Rachid Mrad
08c50fba63
Copy edits on the error msg 2023-09-08 16:56:56 -04:00
Rachid Mrad
4ca3a2712e
remoce links from resources columns in audit log 2023-09-08 12:01:53 -04:00
Rachid Mrad
7e918ff537
admin: add favicon, fix button height bug, remove link from table caption, add search helper text to logentry, remove submit buttons from logentry 2023-09-07 17:33:37 -04:00
Rachid Mrad
494c516142
Set perms on staff fixtures to be able to change the user status 2023-09-07 14:54:19 -04:00
Rachid Mrad
d859a8be03
Merge remote-tracking branch 'origin/main' into rjm/811-approved-rejected-approved 2023-09-07 13:56:21 -04:00
David Kennedy
627bb38f5a
added dictionary of ACTION_BUTTONS for DomainAdmin to admin.py 2023-09-07 08:22:49 -04:00
David Kennedy
0c1e8a2dda
fixed a merge issue, and some code reformatting 2023-09-07 07:42:07 -04:00
David Kennedy
e4922b8543
merge of main 2023-09-07 07:30:16 -04:00
David Kennedy
5c41e4a28f
refactored DomainAdmin response_change into multiple methods; updated create_user in common.py for properly setting is_staff for test users; added tearDown for TestDomainAdmin 2023-09-07 07:18:38 -04:00
Rebecca Hsieh
696941aba7
Model update and migration and subsequent variable and wording changes 2023-09-06 15:58:57 -07:00
Rachid Mrad
324bea9868
check is_active on rejected and ineligible, delete domain and domain info and remove references, intercept and show friendly error in admin 2023-09-05 15:19:39 -04:00
Rebecca Hsieh
a4adb5ed46
Changes but with comments this time 2023-09-04 12:07:57 -07:00
David Kennedy
c52ccf8a9a
fixed formatting for lint 2023-09-01 17:48:30 -04:00
David Kennedy
888ddda9e9
implemented add client hold and remove client hold; extended change permission on domain admin to staff; conditionally display buttons based on state; added states to domain to match state diagram 2023-09-01 17:40:54 -04:00
zandercymatics
7e0a4aea76
Merge branch 'main' into za/806-analyst-view-domain-management-data 2023-08-30 07:47:37 -06:00
Rachid Mrad
501cddebde
Change ineligible to restricted on User, fix status tempplate for DAs 2023-08-29 14:16:39 -04:00
rachidatecs
b6af335e03
Merge remote-tracking branch 'origin/main' into rjm/797-ineligible-status 2023-08-25 15:11:31 -04:00
rachidatecs
a676da486a
lint 2023-08-25 14:26:50 -04:00
rachidatecs
6c308332b0
Add more controls and messaging, unit tests 2023-08-25 12:13:41 -04:00
zandercymatics
81e5f5f8bb
More code cleanup 2023-08-25 08:43:47 -06:00
zandercymatics
0378f1570e
Code cleanup
Had some older code lying around
2023-08-25 08:34:13 -06:00
rachidatecs
91d1b9c1cc
Lint 2023-08-24 19:09:57 -04:00
rachidatecs
4b82f5e131
Add constraint on admin saving a domain application when its creator is ineligible, make all fields readonly when creator is ineligible 2023-08-24 18:53:20 -04:00
zandercymatics
376aa30e1e
Linter, reordered logic 2023-08-24 11:38:46 -06:00
zandercymatics
a2572d0c73
Merge branch 'main' into za/806-analyst-view-domain-management-data 2023-08-24 10:26:34 -06:00
zandercymatics
274e31cc37
Small Refactoring 2023-08-23 14:07:54 -06:00
Alysia Broddrick
c9cadd3401
Merge remote-tracking branch 'origin' into ab/645-implement-test-cases-registry-integration 2023-08-23 07:54:04 -07:00
Alysia Broddrick
c0969739b5
working through being Created 2023-08-23 06:23:11 -07:00
zandercymatics
6538471091
Black and lint changes 2023-08-22 12:58:37 -06:00
zandercymatics
73b2bf6a25
Logging 2023-08-22 12:45:36 -06:00
zandercymatics
251b8291f9
Merge branch 'main' into za/813-sort-dropdowns-alphabetically 2023-08-22 10:54:20 -06:00
zandercymatics
00d475f3a6
Changes 2023-08-22 10:53:52 -06:00
zandercymatics
74571069c3
AdminSortFields class 2023-08-18 15:50:44 -06:00
zandercymatics
bd0edf7203
Redirect and basic changes 2023-08-18 15:29:03 -06:00
rachidatecs
c98392baac
Add ineligible status on domain application, on user. Trigger fsm transition on domain application which triggers status ineligible on user. Edit permissions on domains and newly created application wizard perm class to block access to ineligible users. Run migrations. 2023-08-18 17:24:34 -04:00
zandercymatics
0978c91450
Test fix 2023-08-18 09:15:12 -06:00
zandercymatics
3beb23262b
Sort on domain_application 2023-08-18 08:51:04 -06:00
zandercymatics
2db74e6b00
Black changes - would not pass otherwise 2023-08-17 15:32:19 -06:00
zandercymatics
aef9df5296
PR changes 2023-08-17 14:55:21 -06:00
zandercymatics
40b5d7ec5c
Black formatting 2023-08-17 11:41:07 -06:00
zandercymatics
080a70e613
Why must the linter lint? 2023-08-17 11:24:35 -06:00
zandercymatics
ed26035763
Fixe some linting issues / comments 2023-08-17 09:54:16 -06:00
zandercymatics
f31258d2b0
Linter things / Rachid suggestions 2023-08-16 14:26:17 -06:00