IT-DEV/saas/inky-tracker
  • HTML 59.4%
  • JavaScript 34.6%
  • PowerShell 6%
Find a file
Joseph cb9ad35ff5 fix(recorder): use CROC_SECRET env var on sender side too
croc v10 dropped both the positional code arg AND the --code flag for
send (the help still lists --code but it prints 'use CROC_SECRET' and
exits 0). Sender side now sets $env:CROC_SECRET = $job.code before
calling 'croc send <zip>', mirroring the receiver fix in the previous
commit. Also drops --yes from the sender call: it's a global flag that
breaks positional file arg parsing on the send subcommand for some
reason, and the sender doesn't get prompted anyway. Receiver still
uses --yes to skip its confirm prompt. Cleans up CROC_SECRET in a
finally block so it doesn't leak to the rest of the session.
2026-04-08 16:57:04 -05:00
playwright fix(playwright): dismiss WalkMe overlay that blocks clicks in INKY portal 2026-03-30 15:53:43 -05:00
public fix(recorder): use CROC_SECRET env var on sender side too 2026-04-08 16:57:04 -05:00
scripts feat: tenant seeding script from CSV 2026-03-23 17:09:29 -05:00
src fix(recorder): pass croc receive code via CROC_SECRET env var 2026-04-08 16:52:48 -05:00
test refactor(steps): rewrite all steps to match actual INKY deployment flow from Playwright recording 2026-03-30 14:53:30 -05:00
.env.example fix: update default port to 3009 (3008 occupied by infra-tour) 2026-03-23 17:25:40 -05:00
.gitignore feat(playwright): add full tenant deployment automation script 2026-03-30 15:17:30 -05:00
inky-tracker.service feat: systemd service for VMID 114 deployment 2026-03-23 17:24:43 -05:00
package-lock.json feat: project scaffold with Express skeleton 2026-03-23 17:03:03 -05:00
package.json feat: SQLite database layer with CRUD operations 2026-03-23 17:05:37 -05:00
server.js feat(recorder): automate croc handoff via tracker API 2026-04-08 16:51:25 -05:00
tenants.csv chore: track tenants.csv seed data in repo 2026-03-25 13:58:28 -05:00