Commit graph

351 commits

Author SHA1 Message Date
zandercymatics
bcd44f42bf
Add '.value' 2024-01-30 10:41:56 -07:00
zandercymatics
382fbdb98b
Merge branch 'main' into za/1620-hide-registrardotgov-email 2024-01-30 10:32:32 -07:00
zandercymatics
023e150597
Add enum for email defaults 2024-01-30 10:05:18 -07:00
zandercymatics
75e687f13b
Remove skip epp call, use dict instead 2024-01-29 12:38:56 -07:00
zandercymatics
f21287c0c7
Linting 2024-01-22 15:54:00 -07:00
zandercymatics
421c2bd2ea
Remove redundant filter 2024-01-22 12:34:43 -07:00
Erin
71f6c8e3ae
Fix typo in comment in domain 2024-01-17 15:31:57 -08:00
Erin
79870a5616
Remove unused files in git diff 2024-01-16 16:02:35 -08:00
Erin
0a13ff9976
Readd default email check for email disclose 2024-01-10 10:38:17 -08:00
Erin
683a2f4629
Update initial disclose script 2024-01-09 17:13:48 -08:00
Erin
7c87718e2d
Save initial script 2024-01-09 11:15:54 -08:00
David Kennedy
ad4a4511b2
refactor of fetch_cache 2024-01-04 17:19:04 -05:00
David Kennedy
989e3e786f
fix migrations again 2024-01-02 14:47:05 -05:00
David Kennedy
9a0621bdf3
fixing migration issue 2024-01-02 13:58:27 -05:00
David Kennedy
0b2259c35a
fixed whitespace issue 2024-01-02 13:50:52 -05:00
David Kennedy
ccd29579eb
Merge branch 'main' into dk/1359-security-email 2024-01-02 12:36:47 -05:00
Rachid Mrad
fedfe397c4
Merge remote-tracking branch 'origin/main' into rjm/998-domain-growth-export 2023-12-29 17:43:46 -05:00
David Kennedy
ffe34fe71e
minor updates based on comments 2023-12-29 17:26:28 -05:00
David Kennedy
af4e821d21
Merge branch 'main' into dk/1359-security-email 2023-12-29 17:09:04 -05:00
David Kennedy
920d6a3f23
linting 2023-12-29 16:11:43 -05:00
David Kennedy
30de641996
Merge branch 'main' into dk/1352-nameservers 2023-12-29 16:05:18 -05:00
David Kennedy
66bc63aad4
some minor modifications 2023-12-29 16:05:00 -05:00
Rachid Mrad
72edec8362
change first_ready_at and deleted_at to first_ready and deleted 2023-12-29 12:05:49 -05:00
Alysia Broddrick
b7af10b708
Merge pull request #1534 from cisagov/ab/add-missing-disclose-update
Add missing disclose in update (sandbox ab)
2023-12-28 17:44:37 -08:00
Rachid Mrad
e211a59304
Typo fixes and cleanup 2023-12-27 19:33:48 -05:00
Rachid Mrad
0951faa998
linter 2023-12-27 15:48:39 -05:00
Rachid Mrad
9e7802c349
Merge remote-tracking branch 'origin/main' into rjm/998-domain-growth-export 2023-12-27 15:25:43 -05:00
David Kennedy
1d2bb4a3e9
Merge branch 'main' into dk/1352-nameservers 2023-12-27 13:26:17 -05:00
dave-kennedy-ecs
bf4cb7bedb
Merge pull request #1492 from cisagov/dk/1410-display-expiration
Issue #1410 and #1267 - display expiration date and update domain creation date
2023-12-27 13:13:33 -05:00
David Kennedy
35d1b2f951
fixed some typos and comments, no code change 2023-12-27 11:32:47 -05:00
Alysia Broddrick
f9098b06cf
ran linter 2023-12-26 19:09:05 -08: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
Alysia Broddrick
80f0347668
Updated tests 2023-12-21 17:36:28 -08:00
Alysia Broddrick
961463a61c
fixed typo 2023-12-21 13:34:58 -08: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
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
Rachid Mrad
ff32a02022
lint 2023-12-21 12:46:26 -05: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
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
David Kennedy
aea90791a0
Merge branch 'dk/1410-display-expiration' into dk/1352-nameservers 2023-12-20 14:15:16 -05:00
Alysia Broddrick
5856cc7230
added no type check 2023-12-19 14:01:55 -08: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
Alysia Broddrick
e8d8a79d4f
add missing disclose in update 2023-12-18 20:27:32 -08:00
David Kennedy
2fc3d4f1c8
clean up typos 2023-12-14 04:46:37 -05:00
David Kennedy
74e2f7117b
formatted code for linter; reformatted _fetch_cache for readability 2023-12-13 17:10:04 -05:00
zandercymatics
85a48b2078
Merge branch 'main' into za/1212-extend-expiration-dates 2023-12-12 10:24:22 -07:00
David Kennedy
225a03dd48
defined unit tests for expiration date (is_expired) and creation date 2023-12-12 11:56:08 -05:00
David Kennedy
48c7a792b5
is_expired added to domain model 2023-12-12 08:23:59 -05:00