Milestone 3: NATS wait (gate 9), hash lookup, zappier timestamp, NS1 tunnel
Wait-via-NATS returns completed or pending+jobId (GATE 9). Mock SHA256
idempotent register + GET /hashes/{sha256}. Zappier commercial edge has
POST /v1/timestamp and hash-lookup. GATE 12 smoke (signup + wait) passes.
NS1 NATS is 127.0.0.1:4222 on 70.88.205.138; SSH tunnel :14222. Local
nats-server -js used for isolated tests. Activate app adds Echo Text.
Learned: JetStream on NS1 is loopback-only; do not bind 4222 public.
This commit is contained in:
parent
10c663cc0c
commit
51ae79b75f
75 changed files with 1114 additions and 123 deletions
|
|
@ -14,10 +14,10 @@
|
|||
"gate:6": "npm --prefix packages/verae-zapier-middleware run test:gate6",
|
||||
"gate:7": "npm --prefix packages/verae-zapier-middleware run test:gate7",
|
||||
"gate:8": "npm --prefix packages/verae-zapier-middleware run test:gate8",
|
||||
"gate:9": "node scripts/gate-not-ready.mjs 9",
|
||||
"gate:9": "npm --prefix packages/verae-zapier-middleware run test:gate9",
|
||||
"gate:10": "npm --prefix packages/verae-zapier-middleware run test:gate10",
|
||||
"gate:11": "node --test packages/verae-zapier/test/app.test.js",
|
||||
"gate:12": "node scripts/gate-not-ready.mjs 12",
|
||||
"gate:12": "bash harness/scripts/smoke.sh",
|
||||
"gate:13": "node scripts/gate-not-ready.mjs 13",
|
||||
"gate:all": "node scripts/gate-all.mjs",
|
||||
"test:middleware": "npm --prefix packages/verae-zapier-middleware test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue