Commit graph

351 commits

Author SHA1 Message Date
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
David Kennedy
7dd054d1c1
updated error handling on create_host and update_host; updated regex for nameservers for new reqs 2023-10-31 16:50:10 -04:00
David Kennedy
662bb1a1ef
handling of OBJECT_EXISTS in nameserver create_host and update_host methods 2023-10-31 10:42:42 -04:00
David Kennedy
194a115777
excluding - and . from string length 2023-10-30 18:12:44 -04:00
David Kennedy
0b22d5e63a
added isValidDomain to host validation; added INVALID_HOST to error messages 2023-10-30 17:57:45 -04:00
David Kennedy
91e2a7906b
updated validation and removal of whitespace; raise RegistryErrors on create_host and update_host 2023-10-30 14:23:14 -04:00
David Kennedy
89a65e597f
merge main 2023-10-30 13:08:12 -04:00
Rebecca Hsieh
5ae98c97d2
Merge branch 'main' of https://github.com/cisagov/getgov into rh/687-formatting-nameservers 2023-10-30 09:35:29 -07:00
Rachid Mrad
23999f3179
Merge remote-tracking branch 'origin/main' into dk/1016-nameservers-ui 2023-10-30 11:27:32 -04:00
CocoByte
6303a8c601
linted..again 2023-10-27 16:09:54 -06:00
CocoByte
1fe6267e2f
linted 2023-10-27 16:00:50 -06:00
CocoByte
bfb28a62f8
Updated domain model & added migration 2023-10-27 13:22:53 -06:00
Erin
eeaa4bfc27
Implement reformatting nameservers from model to views 2023-10-27 09:46:25 -07:00
Erin
30dc1d1a37
Merge branch 'main' of https://github.com/cisagov/getgov into rh/687-formatting-nameservers 2023-10-26 11:07:56 -07:00
David Kennedy
b529a0e86f
Merge branch 'main' into dk/1016-nameservers-ui 2023-10-26 11:52:45 -04:00
zandercymatics
95e557b7b3
Merge pull request #1162 from cisagov/za/1054-connection-pooling
Ticket #1054: Connection pooling
2023-10-26 08:27:00 -06:00
David Kennedy
2f05772623
formatting changes 2023-10-26 06:16:55 -04:00
David Kennedy
eedd5d7dbf
fixed create_host bug not properly submitting ip version for v6; refactored update_host as well 2023-10-25 22:43:41 -04:00
David Kennedy
f772c40efe
Merge branch 'main' into dk/1016-nameservers-ui 2023-10-25 21:50:29 -04:00
zandercymatics
ae9c0a0e06
Merge branch 'main' into za/1054-connection-pooling 2023-10-25 11:37:58 -06:00
David Kennedy
517390cc55
fixed bugs in ip list handling, reformatted clean function in forms, removed custom field type for ip address in nameserverform 2023-10-25 13:00:25 -04:00
zandercymatics
a87519e615
Cleanup, add comment 2023-10-25 08:29:39 -06:00
Erin
6c26010fe5
Resolve lint errors 2023-10-24 14:43:29 -07:00
Erin
61d6dda59f
Clean up unused string initialization 2023-10-24 13:46:01 -07:00
Erin
fbbde98409
Format hosts to name (IP addresses) 2023-10-24 13:44:49 -07:00
zandercymatics
736fe46ec3
Update domain.py 2023-10-24 13:12:36 -06:00
David Kennedy
d532449b3d
cleaned up test cases and formatting 2023-10-24 09:37:43 -04:00
David Kennedy
293eb40cff
removed some logging; fixed some existing unit tests 2023-10-23 22:10:03 -04:00
David Kennedy
0e95ff6478
Merge branch 'main' into dk/1016-nameservers-ui 2023-10-23 21:47:48 -04:00