Commit graph

2544 commits

Author SHA1 Message Date
David Kennedy
924651b088
reformatting - linting 2023-09-11 14:54:37 -04:00
David Kennedy
a592b5ff71
added form for DomainApplicationAdmin which limits the list of statuses to those which are available to transition to 2023-09-11 14:49:52 -04:00
Rachid Mrad
50e1a484d5
change stubbed is_active to check against Domain.State.CREATED 2023-09-11 14:23:16 -04:00
dave-kennedy-ecs
c759b3a458
Merge pull request #995 from cisagov/dk/865-back-button
add back button to manage submitted application
2023-09-11 12:04:50 -04:00
CuriousX
7cc52e6c11
921: ignore server hold column removed and migration recreated 2023-09-11 09:22:25 -06:00
Alysia Broddrick
71054a4c16
updated tests 2023-09-11 07:51:22 -07:00
Alysia Broddrick
e6b94e83a4
removed unneeded comments and updated others 2023-09-11 06:04:21 -07:00
Alysia Broddrick
d476a1b377
removed prints and some code cleanup 2023-09-11 05:55:49 -07:00
Alysia Broddrick
64309f19c1
added missing EOF endline 2023-09-11 05:53:26 -07:00
Alysia Broddrick
9c4c67d014
fixed typo 2023-09-11 05:52:33 -07:00
Alysia Broddrick
36cdef225f
run migrations 2023-09-11 05:45:12 -07:00
Alysia Broddrick
01335ff515
Added linting 2023-09-11 05:40:31 -07:00
Alysia Broddrick
3be7680311
removed logs 2023-09-10 17:37:53 -07:00
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
53e9d090d9
added tests 2023-09-10 10:27:51 -07:00
Alysia Broddrick
e71b5b0bd4
ran black formatting 2023-09-08 19:07:59 -07:00
CuriousX
d6f6433e8e
linted 2023-09-08 17:35:44 -06: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
CuriousX
328cc5b468
Merge pull request #1002 from cisagov/nl/addAdmin
add Nicolle LeClair to admin and staff
2023-09-08 15:43:05 -06:00
CuriousX
bfd466db03
updated analyst name 2023-09-08 15:35:23 -06:00
CuriousX
8be7608c6c
linted fixtures file 2023-09-08 15:31:30 -06:00
Rebecca Hsieh
20d524f5e4
Remove extraneous wording 2023-09-08 14:02:33 -07:00
Rachid Mrad
08c50fba63
Copy edits on the error msg 2023-09-08 16:56:56 -04:00
zandercymatics
71edc0ba6d
Getters 2023-09-08 14:47:24 -06:00
CuriousX
f5506c76cb
add Nicolle LeClair to admin and staff 2023-09-08 14:11:28 -06:00
Rachid Mrad
4ca3a2712e
remoce links from resources columns in audit log 2023-09-08 12:01:53 -04:00
Katherine-Osos
c3bd25c373
Merge pull request #990 from cisagov/ko/update-AO-description
Update AO description to match updates in request form
2023-09-08 10:11:32 -05:00
David Kennedy
334279cfe7
add back button to manage submitted application 2023-09-08 06:58:13 -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
e14ac58cd7
lint and tests for the staff perm changes 2023-09-07 15:32:45 -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
0ed550b327
lint 2023-09-07 14:04:20 -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
956f4c6f50
make migrations 2023-09-07 13:53:42 -04:00
Rebecca Hsieh
225628a7e4
Fix small reformat and lint 2023-09-07 10:00:19 -07:00
Rebecca Hsieh
84ea4920a0
Fix reformatting 2023-09-07 09:46:32 -07:00
Gabriela DiSarli
74ea2e0be7
Merge pull request #987 from cisagov/gd/update-your-contact-info
changes to domain contact information, thanks to @h-m-f-t @zandercymatics and @Katherine-Osos for the feedback!
2023-09-07 09:44:55 -07:00
rachidatecs
11cee3cb6e
Merge pull request #974 from cisagov/rjm/973-duplicate-ids-checkboxes
973 - concatenate the value + extracted text for both label for attribute a…
2023-09-07 12:33:57 -04:00
Katherine-Osos
3d254c0f90
Update AO description to match updates in request form 2023-09-07 11:06:44 -05:00
Gaby Disarli
b77bffd483
remove 'please note that' 2023-09-07 08:56:02 -07: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
Gaby Disarli
d663e46fbb
changes to domain contact information 2023-09-06 17:12:28 -07:00
Rebecca Hsieh
193ba93959
Fix emails 2023-09-06 16:51:49 -07:00