Close the last three UI leftovers: shared staff HTML, cookie domain, stock Swagger label.
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
verae-staff-ui holds one review template for CS and access-staff. Staff cookies take STAFF_COOKIE_DOMAIN for a reverse-proxy host. /docs stays vendor Swagger with an integrator banner only.
This commit is contained in:
parent
b68fefdea8
commit
d8efffe8be
23 changed files with 368 additions and 44 deletions
|
|
@ -366,6 +366,7 @@ def main() -> None:
|
|||
"zapier-decisions",
|
||||
"ui-docs",
|
||||
"verae-staff-session",
|
||||
"verae-staff-ui",
|
||||
):
|
||||
pkg_root = ROOT / "packages" / pkg
|
||||
if pkg in {"zapier-user-docs", "overview", "docs-master", "verae-ops"}:
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ REPO_READMES = [
|
|||
"zapier-decisions",
|
||||
"ui-docs",
|
||||
"verae-staff-session",
|
||||
"verae-staff-ui",
|
||||
]
|
||||
|
||||
SKIP_PARTS = {"test", "tests", "node_modules", "dist"}
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ create verae-nats-accounts "NATS INTERNAL vs LEAF account policy"
|
|||
create zapier-decisions "Architecture decisions and action log"
|
||||
create UI-Docs "UI walkthrough, screenshots, and review PDF"
|
||||
create verae-staff-session "Shared staff cookie login for department HTML"
|
||||
create verae-staff-ui "Shared staff review HTML template"
|
||||
|
||||
push_dir "$ROOT/packages/zappier" zappier-edge
|
||||
push_dir "$ROOT/packages/verae-zapier-middleware" verae-middleware
|
||||
|
|
@ -98,5 +99,6 @@ push_dir "$ROOT/packages/verae-nats-accounts" verae-nats-accounts
|
|||
push_dir "$ROOT/packages/zapier-decisions" zapier-decisions
|
||||
push_dir "$ROOT/packages/ui-docs" UI-Docs
|
||||
push_dir "$ROOT/packages/verae-staff-session" verae-staff-session
|
||||
push_dir "$ROOT/packages/verae-staff-ui" verae-staff-ui
|
||||
|
||||
echo ALL_MODULE_REPOS_PUSHED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue