texts fixes, search bar fixes, global menu fixes.
This commit is contained in:
@@ -138,6 +138,9 @@ docker compose -f docker-compose.stella-ops.yml up -d
|
||||
# Reverse-proxy fallback mode (no route-table edits required)
|
||||
ROUTER_GATEWAY_CONFIG=./router-gateway-local.reverseproxy.json \
|
||||
docker compose -f docker-compose.stella-ops.yml up -d
|
||||
|
||||
# Optional: mode switch helper with health recovery + header-search smoke checks
|
||||
pwsh ./scripts/router-mode-redeploy.ps1 -Mode microservice
|
||||
```
|
||||
|
||||
Validation endpoints:
|
||||
@@ -148,6 +151,9 @@ curl -k https://127.1.0.1/openapi.json
|
||||
|
||||
# Timeline API schema (through router-gateway)
|
||||
curl -k https://127.1.0.1/openapi.json | jq '.paths["/api/v1/timeline"]'
|
||||
|
||||
# Header search routing smoke (fails on missing /api/v1/search* or /api/v1/advisory-ai/search* routes)
|
||||
pwsh ./scripts/header-search-smoke.ps1
|
||||
```
|
||||
|
||||
### With Observability
|
||||
|
||||
Reference in New Issue
Block a user