happyDomain/internal/usecase
Pierre-Olivier Mercier 4cccbc6661 Implement auto-fill variables for checker option fields
Add an AutoFill attribute to the Field struct that marks option fields
as automatically resolved by the software based on test context, rather
than requiring user input. Auto-fill always overrides any user-provided
value at execution time.
2026-02-19 20:02:18 +07:00
..
authuser Refactor storage layer to use key-value template pattern 2026-01-09 17:17:04 +07:00
check Implement auto-fill variables for checker option fields 2026-02-19 20:02:18 +07:00
checkresult Implement auto-fill variables for checker option fields 2026-02-19 20:02:18 +07:00
domain Refactor storage layer to use key-value template pattern 2026-01-09 17:17:04 +07:00
domain_log Refactor storage layer to use key-value template pattern 2026-01-09 17:17:04 +07:00
insight Improve insights reliability and safety 2026-02-13 09:03:16 +07:00
orchestrator Update go modules and dnscontrol to v4.29.0 2025-12-24 19:03:33 +07:00
provider Refactor storage layer to use key-value template pattern 2026-01-09 17:17:04 +07:00
service Make records absolute when listing 2026-01-07 22:26:19 +07:00
session Refactor storage layer to use key-value template pattern 2026-01-09 17:17:04 +07:00
user Refactor storage layer to use key-value template pattern 2026-01-09 17:17:04 +07:00
zone Can add and update records in service 2026-01-09 15:01:51 +07:00
zone_service Refactor domain usecase: simplification 2025-11-07 17:59:57 +07:00
authentication_test.go Refactor storage layer to use key-value template pattern 2026-01-09 17:17:04 +07:00
authentication_usecase.go Refactor usecases: create intermediate structs to facilitate tests 2025-05-28 23:02:22 +02:00
form_usecase.go Move config struct to model, avoid dependancy to storage 2025-05-28 22:00:02 +02:00
provider_settings_usecase.go Can create domain directly on the provider if supported 2025-05-28 23:02:22 +02:00
provider_specs_usecase.go Refactor domain/provider/zone usecase: split in multiple files 2025-05-28 23:02:22 +02:00
resolver_usecase.go Move config struct to model, avoid dependancy to storage 2025-05-28 22:00:02 +02:00
service_specs_dns_types.go Remove last generation date from generated files for build reproducibility 2026-02-14 19:13:09 +07:00
service_specs_usecase.go Set default TTL to 0 for new DNS records 2026-01-26 12:34:55 +08:00
tidy_usecase.go refactor: restructure project architecture and folder hierarchy 2025-05-28 22:00:02 +02:00