Commit graph

5755 commits

Author SHA1 Message Date
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
Erin
9a9b29e271
Remove unneeded user reset in views test 2023-12-20 14:32:59 -08:00
zandercymatics
91577e13de
Add an excessive number of boto3_mocking mocks 2023-12-20 15:27:41 -07:00
CocoByte
515fa2c105
unit test progress 2023-12-20 15:01:54 -07:00
zandercymatics
2398e3e39a
Cleanup 2023-12-20 14:02:14 -07:00
Rachid Mrad
31031d054d
Started on unit tests, started on fix for issue with deleted domains filters, broken, wip 2023-12-20 15:20:53 -05:00
David Kennedy
aea90791a0
Merge branch 'dk/1410-display-expiration' into dk/1352-nameservers 2023-12-20 14:15:16 -05:00
Erin
c47c366e56
Fix typo in user_group logger 2023-12-20 11:09:25 -08:00
Erin
a205b9e25e
Add test for withdrawing as restricted user 2023-12-20 11:09:02 -08:00
zandercymatics
6dcd038129
Update test_admin.py 2023-12-20 12:04:05 -07:00
zandercymatics
bec30aec0f
Merge branch 'za/fix-test-case-fails' into za/1456-sorting-not-working-correctly 2023-12-20 11:56:42 -07:00
zandercymatics
3fc0497ed1
Update test cases 2023-12-20 11:56:04 -07:00
zandercymatics
0ba0ce7c7c
Change tests and fix contact 2023-12-20 11:31:05 -07:00
Erin
a7b460f8c4
Fix lint errors 2023-12-20 09:36:59 -08:00
zandercymatics
59e7225dfd
Fix contact.py 2023-12-20 10:28:20 -07:00
zandercymatics
1ba1780b05
(Finally) fix test cases 2023-12-20 10:26:26 -07:00
Rachid Mrad
aac5cd698c
Clean up debugging code and commented out experiments 2023-12-20 11:18:51 -05:00
zandercymatics
0d57a58f81
Revert "Fix signals"
This reverts commit 89071bc2e2.
2023-12-20 09:10:57 -07:00
zandercymatics
5ba6f001f5
Revert "Fix test case failures"
This reverts commit c01b4ea750.
2023-12-20 08:19:35 -07:00
zandercymatics
59dd53e8c7
Revert fix 2023-12-20 08:19:21 -07:00
Rachid Mrad
35fda9d124
Review for ticket #999 2023-12-20 00:26:03 -05:00
Rachid Mrad
e6b541c59d
WIP - working on 2 solutions, a JS/link based one and a django form based one 2023-12-20 00:23:57 -05:00
Alysia Broddrick
bba04c1dd6
added rolling strategy to deploys for zero downtime: 2023-12-19 17:00:33 -08:00
Erin
bc9bc70465
Fix bug in withdraw permission 2023-12-19 16:48:53 -08:00
Alysia Broddrick
31c0396dd6
Merge pull request #1438 from cisagov/ab/requirements-update
updated requirements
2023-12-19 16:48:19 -08:00
Alysia Broddrick
5856cc7230
added no type check 2023-12-19 14:01:55 -08:00
zandercymatics
89071bc2e2
Fix signals 2023-12-19 15:00:59 -07:00
zandercymatics
4378816cdf
Fix signals bug 2023-12-19 14:59:47 -07:00
zandercymatics
c01b4ea750
Fix test case failures 2023-12-19 14:43:18 -07:00
zandercymatics
12b2f93cb1
Black formatting 2023-12-19 14:18:38 -07:00
zandercymatics
d539740ae6
Unit tests 2023-12-19 14:16:48 -07:00
zandercymatics
c9c41cd479
Fix faulty test cases (pt.1)
Saving progress
2023-12-19 12:08:32 -07:00
zandercymatics
3eb26e0865
Linting 2023-12-19 12:07:54 -07:00
zandercymatics
5dcc5e4a13
Update test_admin.py 2023-12-19 12:07:12 -07:00
zandercymatics
2cf4508770
Sort alphabetically, add tests 2023-12-19 12:04:23 -07:00
zandercymatics
ccce752138
Remove queryset reimplementation 2023-12-19 10:57:19 -07:00
zandercymatics
e077892659
Merge pull request #1542 from cisagov/za/update-expiration-script-period
Update Min Expiration Date on `extend_expiration_dates` script
2023-12-19 10:47:42 -07:00
zandercymatics
8c9aaad42b
Merge branch 'main' into za/1456-sorting-not-working-correctly 2023-12-19 10:05:48 -07:00
zandercymatics
a4a7226fdd
Change expiration minimum 2023-12-19 09:55:55 -07:00
Rachid Mrad
c2536d6300
WIP urls, view, template, JS connecting tge template submission to view, rough-in the export method 2023-12-19 11:55:34 -05:00