Commit graph

2212 commits

Author SHA1 Message Date
CocoByte
02ec4d7bae
Renamed main script and added test script (to separate concerns of testing vs combining transition domain migration scripts). Added test data files. 2023-10-24 19:45:16 -06:00
CocoByte
d5e9e45a2f
added logic to bypass prompts if debug is enabled 2023-10-24 18:37:58 -06:00
CocoByte
a7bd6709fa
Merge remote-tracking branch 'origin/nl/981-test-domain-migration-script' into nl/981-test-domain-migration-script 2023-10-24 17:51:42 -06:00
CocoByte
4f6b5e2b06
added comments and typehints. Refactored a little. 2023-10-24 15:13:56 -06:00
zandercymatics
4f00865ff2
Update cat_files_into_getgov.py 2023-10-24 14:51:36 -06:00
CocoByte
852f22a57a
revising login simulation -- committing for sandbox testing 2023-10-24 10:16:14 -06:00
CocoByte
cb3cfe3a6d
finished options for running loader scripts. Added boilerplate for simulating logins 2023-10-24 00:23:45 -06:00
CocoByte
d5c0ac7a0c
attempt 1 for executing external functions -- note, this doesn't work
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
2023-10-23 22:22:54 -06:00
CocoByte
c713b8958f
added test_domain_migration script and terminal_helper. Still needs work
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
2023-10-23 14:54:02 -06:00
zandercymatics
10841bb974
Script for moving files 2023-10-23 14:51:55 -06:00
zandercymatics
e17bb11f4c
Create README.md 2023-10-23 12:42:02 -06:00
zandercymatics
70388d6185
Update data_migration.md 2023-10-23 11:15:41 -06:00
CocoByte
43e619dc1a
scaffolded script
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
2023-10-19 17:52:49 -06:00
rachidatecs
5c0e193974
Merge pull request #1173 from cisagov/rjm/1172-hotfix
Bug 1172 - Invisible add user button
2023-10-19 18:16:42 -04:00
Rachid Mrad
1791db4203
add more specificity to CSS selectors causing a btn color bug 2023-10-18 18:57:58 -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
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
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
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
zandercymatics
becaedc117
Update 0023-use-geventconnpool..md 2023-10-16 09:59:12 -06:00
CuriousX
5fbe72ce5a
Merge pull request #1115 from cisagov/nl/926-transistion-domain-object-creation
Issue 926: transition domain object creation
2023-10-15 20:31:49 -06:00
CuriousX
657af74c73
Merge branch 'main' into nl/926-transistion-domain-object-creation 2023-10-15 20:26:19 -06:00
CuriousX
827264c7f1
Merge pull request #1077 from cisagov/nl/923-transition-domain-data-parse
Issue 923: transition domain data parse & model update
2023-10-15 19:53:09 -06:00
zandercymatics
35570b6423
Progress save 2023-10-13 15:33:30 -06:00
Rachid Mrad
f94363a836
refactor epp mockInfoDomainCommands function 2023-10-13 15:43:24 -04:00
David Kennedy
c6abca99ca
updates to tests 2023-10-13 15:32:30 -04:00
David Kennedy
ff49092b2b
Merge branch 'dk/1091-dnssec' of https://github.com/cisagov/getgov into dk/1091-dnssec 2023-10-13 14:07:45 -04:00
David Kennedy
e7e5bd7a59
Merge branch 'main' into dk/1091-dnssec 2023-10-13 14:07:06 -04:00
Rachid Mrad
5a5aa5e97a
tweak cancel buttons 2023-10-13 12:54:56 -04:00
Rachid Mrad
46ad6002cd
CSS tweaks 2023-10-13 12:07:35 -04:00
CocoByte
42b0427e05
resequenced migration files
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
2023-10-12 15:35:21 -06:00
CocoByte
42a3fcf2ed
merge MAIN to nl/926
Signed-off-by: CocoByte <nicolle.leclair@gmail.com>
2023-10-12 15:34:02 -06:00