Commit graph

2295 commits

Author SHA1 Message Date
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
Erin
81b58167a6
Fix lint errors 2023-10-19 11:13:55 -07:00
Erin
9be47b754f
Fix merge conflicts 2023-10-19 11:09:48 -07:00
zandercymatics
afd7b1c3f3
Reformat + add test case for eppdisclose 2023-10-19 11:51:52 -06:00
Rachid Mrad
d48312f74b
wip passing domain from view to form 2023-10-19 13:24:35 -04:00
Rebecca Hsieh
3203916d87
Merge remote-tracking branch 'origin' into rh/1031-staff-enable-editing 2023-10-19 10:14:09 -07:00
zandercymatics
e26db14a29
Fix merge weirdness 2023-10-19 10:53:54 -06:00
zandercymatics
eebe6e117e
Fix merge issue 2023-10-19 10:50:18 -06:00
zandercymatics
c30428b6f8
Merge branch 'main' into za/1102-epp-contact-disclose-update 2023-10-19 10:49:59 -06:00
Rachid Mrad
b4596d3bcd
wip making view communicate data with form 2023-10-19 02:55:02 -04:00
Rachid Mrad
1791db4203
add more specificity to CSS selectors causing a btn color bug 2023-10-18 18:57:58 -04:00
Rachid Mrad
8dba1234c1
wip on validation in form 2023-10-18 18:54:01 -04:00
Rachid Mrad
d01bebec41
merge conflicting migrations 2023-10-18 18:03:22 -04:00
Rachid Mrad
20157e2e99
Merge remote-tracking branch 'origin/main' into rjm/787-org-short-names 2023-10-18 18:00:20 -04:00
Rachid Mrad
02a9c98a57
fix org in domain table and write a unit test for it 2023-10-18 17:49:49 -04:00
David Kennedy
1a01fdc98d
merge 2023-10-18 16:30:54 -04:00
David Kennedy
a15f1b392e
Merge branch 'main' into dk/1016-nameservers-ui 2023-10-18 16:28:04 -04:00
dave-kennedy-ecs
02b8f8245d
Merge pull request #1169 from cisagov/dk/1123-epp-cache
Issue 1123: EPP cache not working
2023-10-18 16:10:13 -04:00
David Kennedy
12cbe3fd19
Merge branch 'main' into dk/1123-epp-cache 2023-10-18 16:01:38 -04:00
rachidatecs
e80a328fae
Merge pull request #1164 from cisagov/rjm/1103-security-email-registry-error-handling
Issue 1103 - security email registry error handling
2023-10-18 15:58:53 -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
5159c6278b
Merge pull request #1155 from cisagov/za/1154-create-ADR-gconnpool
Ticket #1154: ADR for a connection pool library geventconnpool
2023-10-18 11:43:26 -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
Erin
506c89007a
Update merge with main 2023-10-17 16:21:49 -07:00
Erin
7d6155de13
Refactor mockSend to match linter 2023-10-17 16:06:57 -07:00
Rebecca Hsieh
a87ebfc287
Fix linter errors and tests 2023-10-17 15:40:11 -07:00
Rebecca Hsieh
34294782c3
Update Staff permissions for contacts, websites, addresses and domain information and application 2023-10-17 15:24:38 -07:00
Erin
981af109df
Fix subset of linter errors 2023-10-17 14:00:34 -07:00
David Kennedy
9bc66be67f
merge conflicts 2023-10-17 15:13:23 -04:00
Rachid Mrad
7ed916a864
lint 2023-10-17 14:56:50 -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
dave-kennedy-ecs
5eb2591e2b
Merge pull request #1140 from cisagov/dk/1091-dnssec
1091 - DNSSEC UI with Key Data
2023-10-17 13:34:13 -04: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
Erin
dcaaa7099b
Delete unknown ! file added 2023-10-17 08:53:04 -07:00
Erin
3ed4c0e4fb
Update availability API to use EPP availability check 2023-10-17 08:37:03 -07: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
d4ec7eca8a
Fix weird file name 2023-10-16 10:11:15 -06:00
zandercymatics
605e75dc48
Fix file rename 2023-10-16 10:00:10 -06:00