mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 15:23:27 +00:00
Guard public cloud signup against prelaunch price drift
This commit is contained in:
parent
4c4882b505
commit
5e4ee3b247
6 changed files with 247 additions and 102 deletions
|
|
@ -1642,7 +1642,9 @@
|
|||
"frontend-modern/src/utils/upgradePresentation.ts",
|
||||
"internal/api/public_signup_handlers.go",
|
||||
"internal/cloudcp/account/tenant_handlers.go",
|
||||
"internal/cloudcp/config.go",
|
||||
"internal/cloudcp/entitlements/service.go",
|
||||
"internal/cloudcp/public_cloud_signup_handlers.go",
|
||||
"internal/cloudcp/registry/registry.go",
|
||||
"internal/cloudcp/routes.go",
|
||||
"internal/cloudcp/stripe/provisioner.go",
|
||||
|
|
@ -1793,6 +1795,21 @@
|
|||
"internal/cloudcp/stripe/msp_lifecycle_integration_test.go"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "public-cloud-signup-price-selection",
|
||||
"label": "public cloud signup price proof",
|
||||
"match_prefixes": [],
|
||||
"match_files": [
|
||||
"internal/cloudcp/config.go",
|
||||
"internal/cloudcp/public_cloud_signup_handlers.go"
|
||||
],
|
||||
"allow_same_subsystem_tests": false,
|
||||
"test_prefixes": [],
|
||||
"exact_files": [
|
||||
"internal/cloudcp/config_test.go",
|
||||
"internal/cloudcp/public_cloud_signup_handlers_test.go"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "pulse-account-portal-surface",
|
||||
"label": "Pulse Account portal surface proof",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue