Commit graph

429 commits

Author SHA1 Message Date
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
Erin Song
fce0eb0370
Merge pull request #1459 from cisagov/es/1324-availability-case-sensitivity
#1324 Fix availability case sensitivity bug
2023-12-11 14:58:46 -08:00
zandercymatics
23db6dea9d
Fix _get_or_create_domain bug 2023-12-11 15:48:37 -07:00
Erin
9efa5e2cdb
Lowercase domain name on available API 2023-12-07 11:06:38 -08:00
Rachid Mrad
af1b598699
Complete Domain State options revisions to tuples 2023-12-05 19:21:04 -05:00
zandercymatics
2fbbb34fb2
Fix casing issue 2023-12-05 14:33:09 -07:00
David Kennedy
128efb6a54
updated comment 2023-11-27 20:03:38 -05:00
David Kennedy
eed9dc291d
Merge branch 'main' into dk/1218-update-expiration-date 2023-11-27 20:02:59 -05:00
David Kennedy
441a6027ba
expiration date written to db on fetch_cache 2023-11-22 17:41:27 -05:00
David Kennedy
8300694a3a
added test cases for deleted state; updated fetch_cache logic to properly handle deleted domains 2023-11-22 14:26:24 -05:00
David Kennedy
6da9fdab2a
added is_editable to domain; added editable to domain_detail.html; added editable to domain_sidebar.html; added editable to summary_item.html; updated has_permission in domain views to check for domain editable 2023-11-22 10:36:13 -05:00
David Kennedy
021f0454c6
Merge branch 'main' into dk/1217-domain-expiration-epp 2023-11-21 13:41:32 -05:00
David Kennedy
c9c9d70782
format for linter 2023-11-21 10:39:30 -05:00
David Kennedy
7b6929c176
getter from registry also updates registrar 2023-11-17 07:37:31 -05:00
David Kennedy
7ec6072a92
adding a warning when expiration date not set 2023-11-16 10:36:46 -05:00
David Kennedy
3107a9213d
formatted code 2023-11-16 08:42:53 -05:00
David Kennedy
944c82b9f9
made expiration date readonly in django admin; expiration date setter not implemented; implemented renew_domain; wrote unit tests 2023-11-16 08:39:05 -05:00
David Kennedy
c760417e6a
updated linter length; linter reformatted several files 2023-11-10 11:05:18 -05:00
David Kennedy
a2e4dd494f
linting 2023-11-02 15:41:43 -04:00
David Kennedy
e7a3001409
truncated long domains in error messages; updated error messages 2023-11-02 15:37:35 -04:00
David Kennedy
812331681b
formatted long lines for readability and removed unused imports 2023-11-02 10:53:46 -04:00
David Kennedy
91d8ee1afe
test cases for valid and invalid domains 2023-11-02 10:42:27 -04:00
David Kennedy
a631d0d080
removed redundant and obsolete code; fixed quotation marks; added some parentheses to emphasize order of operations 2023-11-02 09:57:42 -04:00