Commit graph

7800 commits

Author SHA1 Message Date
David Kennedy
3e193b05b0
moved state to the last filter on domains list in admin 2024-02-26 18:31:28 -05:00
Rachid Mrad
22727c5db1
use new window for the multiselect view 2024-02-26 17:54:33 -05:00
Rachid Mrad
d860bbdb8b
Tweak email templates, model copy 2024-02-26 17:28:29 -05:00
zandercymatics
92c85dbb16
Linting 2024-02-26 15:10:03 -07:00
zandercymatics
3d6f638462
Simplify test cases further, linting 2024-02-26 15:02:54 -07:00
zandercymatics
3b4e470f0c
Even more unit testing
Almost done with it!
2024-02-26 14:52:35 -07:00
zandercymatics
d60ff23020
Simplify FSM tests 2024-02-26 14:47:42 -07:00
Rachid Mrad
dd247977c7
Merge and email template revision 2024-02-26 16:40:22 -05:00
CuriousX
abf91ca4ed
Merge pull request #1804 from cisagov/nl/1586-zip-code-error-message
Issue #1586 - Use one error message for zip code validation or when a zip code field is empty
2024-02-26 14:23:36 -07:00
zandercymatics
d978211c6d
Update test_models.py 2024-02-26 14:13:02 -07:00
zandercymatics
932f32b3dc
Add some test cases
Still need to add a few more
2024-02-26 14:09:08 -07:00
David Kennedy
ce7304d6ac
fixed linting 2024-02-26 15:26:26 -05:00
David Kennedy
caa1a9ef84
merge main again 2024-02-26 15:18:44 -05:00
David Kennedy
45b8ca358a
updated merge 2024-02-26 15:14:20 -05:00
Rachid Mrad
25bb79e283
Merge pull request #1822 from cisagov/rjm/1496-bcc-help-on-submit
Issue #1496: BCC help on submit (no sandbox)
2024-02-26 15:13:55 -05:00
David Kennedy
38db00bd79
merged main 2024-02-26 15:10:34 -05:00
zandercymatics
d11c80e263
Merge branch 'za/1676-require-investigator-da' into za/1676-alternative-approach 2024-02-26 13:03:44 -07:00
zandercymatics
66ba691919
Revert admin change 2024-02-26 13:03:36 -07:00
zandercymatics
3a9683cf49
Add custom field transitions
Kudos to rachid
2024-02-26 13:02:12 -07:00
David Kennedy
9f7db1630c
fixed case where domain_info is None 2024-02-26 14:38:29 -05:00
David Kennedy
262acee1cd
updated filters and results list header 2024-02-26 14:03:06 -05:00
zandercymatics
79d3c1821d
Cleanup 2024-02-26 11:23:40 -07:00
zandercymatics
6542d03bc5
Use FSM instead 2024-02-26 10:50:38 -07:00
zandercymatics
d416ea5138
Add checks for other fields 2024-02-26 10:49:38 -07:00
zandercymatics
4d4cd8257c
Update fixtures_applications.py 2024-02-26 09:05:34 -07:00
zandercymatics
25a5cd0226
Linting, unit tests 2024-02-26 09:00:33 -07:00
zandercymatics
02e0d00544
Add default investigator 2024-02-26 08:56:03 -07:00
zandercymatics
6680d7fe17
Merge branch 'main' into za/1676-require-investigator-da 2024-02-26 08:53:51 -07:00
zandercymatics
30bc9570de
Merge pull request #1792 from cisagov/za/1776-domain-and-info-load-faster
Ticket #1776: Domain admin - Improve Domain and Domaininformation load times
2024-02-26 08:04:10 -07:00
CocoByte
68c52e2158
Merge remote-tracking branch 'origin/main' into nl/1045-reduce-field-sizes-in-admin 2024-02-23 16:31:01 -07:00
CocoByte
183c4cdeb7
Fixed models and added migrations 2024-02-23 16:30:50 -07:00
Rebecca Hsieh
010853a5f0
Update readme directions for s3 2024-02-23 15:26:53 -08:00
CocoByte
cc2e24d451
Updated model fields that had unnecessarily large textAreas for inputs. They are now charFields, which are better sized 2024-02-23 15:44:54 -07:00
zandercymatics
b30802d3d7
Fix some unit tests, linting
Have a few more to nail down, but this is most of them
2024-02-23 15:20:25 -07:00
zandercymatics
4eae72d983
Add todo 2024-02-23 14:51:29 -07:00
zandercymatics
afeb0f55b1
Add logic for superuser 2024-02-23 14:25:48 -07:00
zandercymatics
c02e99b972
Add logic for same investigator is approver 2024-02-23 14:21:08 -07:00
zandercymatics
cf7bf4d304
Add form level errors 2024-02-23 13:14:36 -07:00
zandercymatics
527f586419
Additional refactoring 2024-02-23 12:03:04 -07:00
zandercymatics
1a20583b48
Update admin.py 2024-02-23 11:25:23 -07:00
zandercymatics
a8cf3d0563
Merge pull request #1823 from cisagov/za/hotfix-fixtures-500-err
(Hotfix): Correct issue with Domain 500 error locally on fixtures
2024-02-23 11:03:44 -07:00
zandercymatics
a940bb415c
Merge branch 'za/hotfix-fixtures-500-err' into za/1676-require-investigator-da 2024-02-23 10:58:57 -07:00
zandercymatics
ec44f8fe58
Update admin.py 2024-02-23 10:45:54 -07:00
Rebecca H
98b093955d
Merge pull request #1794 from cisagov/rh/1699-remove-subordinate-host
ISSUE #1699: Update logic for making sure we clear out ip address field
2024-02-23 09:41:40 -08:00
zandercymatics
f8f0d7bced
Slight perf improvement for fixtures 2024-02-23 10:17:52 -07:00
zandercymatics
3743e57683
Merge branch 'main' into za/1776-domain-and-info-load-faster 2024-02-23 08:38:04 -07:00
Alysia Broddrick
8b56d97712
Merge pull request #1811 from cisagov/ab/availability-500-error
handle 500 error with empty string for alternative domain
2024-02-22 21:00:53 -08:00
Rachid Mrad
735f4334fe
merge 2024-02-22 21:09:49 -05:00
Rachid Mrad
ec311b89cf
merge and lint 2024-02-22 20:58:22 -05:00
David Kennedy
9b86a154d0
made filters for election office and federal branch, and set the default value for election office to false 2024-02-22 20:46:56 -05:00