Commit graph

260 commits

Author SHA1 Message Date
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
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
David Kennedy
bdbff9260e
Merge branch 'main' into rjm/1148-ds-data 2023-10-23 19:55:33 -04:00
David Kennedy
3f068bc209
fixed some issues with nameserver getter and setter, as well as view get_initial 2023-10-20 20:11:44 -04:00
David Kennedy
43b6d1e380
form level error handling at the field level 2023-10-19 17:26:26 -04:00
David Kennedy
150e89d2ee
added form validation 2023-10-19 16:42:36 -04:00
zandercymatics
c30428b6f8
Merge branch 'main' into za/1102-epp-contact-disclose-update 2023-10-19 10:49:59 -06:00
zandercymatics
9a12e29c5a
Linter 2023-10-18 15:41:38 -06:00
zandercymatics
a10ddccd0e
Test 2023-10-18 14:54:06 -06:00
zandercymatics
f672d15b00
Update domain.py 2023-10-18 14:34:18 -06:00
David Kennedy
a15f1b392e
Merge branch 'main' into dk/1016-nameservers-ui 2023-10-18 16:28:04 -04:00
zandercymatics
f69586cf21
Merge branch 'main' into za/1054-connection-pooling 2023-10-18 14:27:27 -06:00
zandercymatics
ffcfb9818b
Test fix for scanner 2023-10-18 14:15:40 -06:00
David Kennedy
12cbe3fd19
Merge branch 'main' into dk/1123-epp-cache 2023-10-18 16:01:38 -04:00
Rachid Mrad
5e316adfd4
fix typo in check for isSubdomain 2023-10-18 15:57:20 -04:00
Rachid Mrad
51307d3b12
some error validation, light refactor of ip checking in model 2023-10-18 15:36:41 -04:00
David Kennedy
16164f1f05
work in progress 2023-10-18 15:01:15 -04:00
zandercymatics
7d9ebb1072
Merge branch 'main' into za/1054-connection-pooling 2023-10-18 12:15:09 -06:00
David Kennedy
94ac0e703d
small refactor to remove redundant code 2023-10-18 13:28:50 -04:00
David Kennedy
2b55e40d57
refactored _get_contacts to return default dict when no contacts exist rather then empty dict 2023-10-18 11:04:05 -04:00
David Kennedy
a587920c45
bow down before the almighty linter 2023-10-17 21:59:33 -04:00
David Kennedy
e248ae7760
remoed CACHES from settings (unnecessary); refactored _fetch_cache; added comments 2023-10-17 21:42:43 -04:00
Rachid Mrad
6ef6044459
lint 2023-10-17 17:31:05 -04:00
David Kennedy
b0262f6d34
removed keyData from domain model for dnssec 2023-10-17 17:23:47 -04:00
Rachid Mrad
bbd3feaeec
Axe all Key data components except in model 2023-10-17 17:17:02 -04:00
David Kennedy
9bc66be67f
merge conflicts 2023-10-17 15:13:23 -04:00
Rachid Mrad
fa373993bf
Merge remote-tracking branch 'origin/main' into rjm/1103-security-email-registry-error-handling 2023-10-17 14:27:13 -04:00
Rachid Mrad
0e5978011d
Error handling on the post for security contact 2023-10-17 14:23:42 -04:00
zandercymatics
d7c7fb9d23
Tests / code cleanup 2023-10-17 11:21:18 -06:00
David Kennedy
a23bb9a723
Merge branch 'main' into dk/1091-dnssec 2023-10-17 13:21:00 -04:00
David Kennedy
181cfccfc5
added comments, removed empty lines, and renamed methods for code legibility 2023-10-17 13:20:48 -04:00
David Kennedy
bcbf069924
added more logging; set hosts properly in cache when no hosts exist 2023-10-17 12:24:52 -04:00
David Kennedy
5b4103e1ee
more debugging of domain model 2023-10-17 08:43:48 -04:00
David Kennedy
2d4ab0c7bd
added DomainFormBaseView and DomainBaseView and session cache for caching domains 2023-10-17 07:57:16 -04:00
David Kennedy
f5ff635f7a
Merge branch 'main' into dk/1123-epp-cache 2023-10-16 17:08:51 -04:00
David Kennedy
8e700e0ecb
added debugging; removed duplicate get_object calls from views 2023-10-16 16:57:31 -04:00
zandercymatics
3aac1e38df
Log error 2023-10-16 13:54:20 -06:00
zandercymatics
0896401169
Another import test 2023-10-16 13:51:13 -06:00
zandercymatics
8db3f66c42
Test fix for scanner 2023-10-16 13:44:00 -06:00
David Kennedy
e7e5bd7a59
Merge branch 'main' into dk/1091-dnssec 2023-10-13 14:07:06 -04:00