Cameron Dixon
e9284f5dd0
Update SECURITY.md
2023-12-22 22:24:15 -05:00
David Kennedy
274e4951ac
added security_contact_registry_id to domain model; modified fetch_cache to write to db; modified getter for security_contact to failover to db if epp down
2023-12-22 21:44:03 -05:00
zandercymatics
4d3db8782c
Update test_models.py
2023-12-22 14:43:22 -07:00
zandercymatics
cf92d4d7e9
Test case refactor
2023-12-22 14:42:35 -07:00
zandercymatics
a64732a301
Remove unused import
2023-12-22 12:22:29 -07:00
zandercymatics
9504afcaa9
Remove merge conflict
2023-12-22 12:22:09 -07:00
zandercymatics
4506ee65f8
Update test_transition_domain_migrations.py
2023-12-22 09:02:26 -07:00
zandercymatics
532e2f44d2
Merge branch 'main' into za/1128-email-bouncebacks
2023-12-22 08:41:13 -07:00
CocoByte
a4293b4aac
Linting & cleanup
2023-12-21 20:24:48 -07:00
Alysia Broddrick
80f0347668
Updated tests
2023-12-21 17:36:28 -08:00
CocoByte
8f3f327eef
Unit test is fixed
2023-12-21 16:28:32 -07:00
zandercymatics
fc814fdb43
Merge branch 'main' into za/1456-sorting-not-working-correctly
2023-12-21 15:40:26 -07:00
rachidatecs
90c12031e8
Merge pull request #1521 from cisagov/rjm/1483-da-fsm-update
...
Issue 1483: Domain request FSM updates
2023-12-21 17:32:09 -05:00
CocoByte
e1a214b74b
Unit test experiments
2023-12-21 15:22:16 -07:00
zandercymatics
b89d784813
Merge pull request #1551 from cisagov/za/fix-test-case-fails
...
(not on my sandbox) Fix User/Contact bug overwriting test data
2023-12-21 15:15:16 -07:00
rachidatecs
81665ff2db
Merge pull request #1558 from cisagov/bl/1478-char-limit-bug
...
Issue 1478: Bug - No char limit on no other employees textarea
2023-12-21 16:50:13 -05:00
Alysia Broddrick
961463a61c
fixed typo
2023-12-21 13:34:58 -08:00
Rachid Mrad
49324fcf66
set start date to now, use display for State
2023-12-21 16:29:02 -05:00
Rachid Mrad
2b6f2e977e
Fix some issues with deleted_at and first_ready_at in csv_export, add those new date columns to Domain table in admin
2023-12-21 16:04:30 -05:00
Rachid Mrad
2f3a06f7fa
Add first_ready_at as a readonly field on Domain admin
2023-12-21 15:24:14 -05:00
zandercymatics
a75ddb213c
Update test_admin.py
2023-12-21 13:23:27 -07:00
Rachid Mrad
fff9873998
firx readt_at in unit tests
2023-12-21 15:11:31 -05:00
Rachid Mrad
92f17c437f
Change ready_at to first_ready_at and make a unit test for it
2023-12-21 14:48:54 -05:00
zandercymatics
0933a260b9
Update test_transition_domain_migrations.py
2023-12-21 12:43:27 -07:00
zandercymatics
493edd3834
O(mock)
2023-12-21 12:42:10 -07:00
rachidatecs
40157d5745
Update src/registrar/models/domain_application.py
...
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
2023-12-21 14:33:05 -05:00
rachidatecs
7ad8297de1
Update src/registrar/models/domain_application.py
...
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
2023-12-21 14:31:18 -05:00
zandercymatics
d3ceb64956
Black formatting
2023-12-21 12:27:18 -07:00
zandercymatics
ad9e64f063
Add more mocks
2023-12-21 12:12:14 -07:00
David Kennedy
ed7868efba
fixed minor bug and formatting
2023-12-21 13:55:23 -05:00
David Kennedy
bd3c150067
wrote tests; fixed existing tests
2023-12-21 13:47:25 -05:00
dave-kennedy-ecs
b858222304
Merge pull request #1519 from cisagov/dk/1457-dropdowns
...
Issue #1457 - dropdown sorting in django admin
2023-12-21 13:43:27 -05:00
Rachid Mrad
fcaff6c74c
remove the sr-only from label
2023-12-21 13:01:49 -05:00
Erin Song
c22aff5531
Merge pull request #1550 from cisagov/es/993-restrict-withdrawing-request
...
#993 Prevent restricted users from withdrawing domain application
2023-12-21 09:56:14 -08:00
Michelle Rago
4588492231
Post-request submission content updates ( #1517 )
...
* Post-request submission content updates
* Align content with request review page; add contact link
* Update application_done.html
* Update domain_application.html
* Simplify log in message on error page
* Add import for public_site_url
* Fixed the max chars bug on the textarea for no_other_contacts
* Added contact form to request confirmation page
* Tightening up the pre-submission modal text
* Change prime marks to apostrophes
* Updated next steps
* remove char limit fix (will implement on different PR)
---------
Co-authored-by: Neil Martinsen-Burrell <neil.martinsen-burrell@gsa.gov>
Co-authored-by: Rachid Mrad <rachid.mrad@ecstech.com>
2023-12-21 12:51:03 -05:00
Rachid Mrad
1be00962ac
trailing line
2023-12-21 12:49:52 -05:00
Rachid Mrad
ff32a02022
lint
2023-12-21 12:46:26 -05:00
zandercymatics
bf46be5cbc
Change log level
2023-12-21 10:40:51 -07:00
Rachid Mrad
1cab7537d7
Fix for no char limit on no other employees textarea
2023-12-21 12:30:18 -05:00
zandercymatics
5c892dcec5
Add mocks
2023-12-21 10:25:13 -07:00
Rachid Mrad
4b38c4abc8
Add ready_at column and test date range against it for READY domains (growth report)
2023-12-21 12:22:03 -05:00
zandercymatics
9e65d687ac
Limit email chatter in fixtures
2023-12-21 10:06:45 -07:00
zandercymatics
928e99cbbc
Update test_models.py
2023-12-21 09:50:44 -07:00
zandercymatics
ab2dffa9d5
Linting
2023-12-21 09:48:45 -07:00
David Kennedy
f5f3b2335b
get nameservers from db in the event of registry error retrieving nameservers
2023-12-21 08:10:21 -05:00
David Kennedy
7fdc61be46
remove nameservers model; update db with hosts and host_ips on _fetch_cache
2023-12-21 07:45:05 -05:00
Rachid Mrad
cb16f5eb96
Code cleanup, layout cleanup, unit tests
2023-12-20 21:54:13 -05:00
Rebecca Hsieh
cf1568202a
Hide paragraph if Federal in form
2023-12-20 16:06:26 -08:00
Rebecca H
04b4ca355a
Merge pull request #1515 from cisagov/rh/843-ao-removals
...
ISSUE #843 : Authorizing Official Removal of middle name, phone #
2023-12-20 16:00:09 -08:00
Erin
0ab4e67ec7
Refactor class descriptions on mixins
2023-12-20 14:40:24 -08:00