@indigoai-us/hq-cli 5.77.14 → 5.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/assets/scaffold/core/scripts/archive-old-threads.sh +86 -0
- package/assets/scaffold/core/scripts/backfill-company-skill-mirrors.sh +73 -0
- package/assets/scaffold/core/scripts/backfill-workspace-mirror.sh +51 -0
- package/assets/scaffold/core/scripts/codex-skill-bridge.sh +550 -0
- package/assets/scaffold/core/scripts/detect-stale-core-policy-mirror.sh +185 -0
- package/assets/scaffold/core/scripts/hq-status-summary.sh +187 -0
- package/assets/scaffold/core/scripts/ontology-readme-drift.sh +264 -0
- package/assets/scaffold/core/scripts/qmd-reindex-after-sync.sh +93 -0
- package/assets/scaffold/core/scripts/rebuild-all-indexes.sh +69 -0
- package/assets/scaffold/core/scripts/rebuild-companies-index.sh +206 -0
- package/assets/scaffold/core/scripts/rebuild-company-knowledge-index.sh +127 -0
- package/assets/scaffold/core/scripts/rebuild-orchestrator-index.sh +86 -0
- package/assets/scaffold/core/scripts/rebuild-projects-index.sh +105 -0
- package/assets/scaffold/core/scripts/rebuild-public-knowledge-index.sh +83 -0
- package/assets/scaffold/core/scripts/rebuild-reports-index.sh +114 -0
- package/assets/scaffold/core/scripts/rebuild-social-drafts-index.sh +135 -0
- package/assets/scaffold/core/scripts/rebuild-threads-index.sh +82 -0
- package/assets/scaffold/core/scripts/rebuild-workers-index.sh +97 -0
- package/assets/scaffold/core/scripts/resize-screenshot.sh +47 -0
- package/assets/scaffold/core/scripts/token-usage-report.sh +254 -0
- package/assets/scaffold/core/scripts/worktree.sh +136 -0
- package/dist/commands/agents.js +28 -12
- package/dist/commands/api-keys.js +100 -20
- package/dist/commands/core.d.ts +90 -0
- package/dist/commands/core.js +279 -0
- package/dist/commands/files-browse.d.ts +21 -0
- package/dist/commands/files-browse.js +145 -24
- package/dist/commands/files.js +33 -7
- package/dist/commands/members.js +16 -5
- package/dist/commands/pack-install.d.ts +14 -0
- package/dist/commands/pack-install.js +42 -2
- package/dist/commands/pkg-install.js +39 -2
- package/dist/commands/run.js +6 -2
- package/dist/commands/secrets.js +120 -65
- package/dist/main.js +6 -0
- package/dist/utils/api-key-command-gate.d.ts +45 -0
- package/dist/utils/api-key-command-gate.js +51 -0
- package/dist/utils/hq-roots.d.ts +91 -0
- package/dist/utils/hq-roots.js +212 -0
- package/dist/utils/resolve-vault-credential.d.ts +63 -3
- package/dist/utils/resolve-vault-credential.js +152 -6
- package/dist/utils/run-bundled-script.d.ts +66 -0
- package/dist/utils/run-bundled-script.js +80 -0
- package/dist/utils/vault-api.d.ts +21 -0
- package/dist/utils/vault-api.js +74 -3
- package/package.json +7 -1
- package/.claude/policies/hq-cli-interactive-reads-use-sts-vend.md +0 -49
- package/.github/workflows/ci.yml +0 -46
- package/.github/workflows/publish.yml +0 -36
- package/.github/workflows/scripts/smoke-test-pkg.sh +0 -97
- package/e2e/cli.test.ts +0 -128
- package/eslint.config.js +0 -37
- package/pnpm-workspace.yaml +0 -4
- package/scripts/chmod-bins.mjs +0 -49
- package/scripts/generate-dsn.mjs +0 -26
- package/scripts/generate-scan-packages-table.mjs +0 -113
- package/scripts/smoke-sources-signals.sh +0 -103
- package/src/bin/hq-auth-refresh.ts +0 -43
- package/src/cli-version.ts +0 -13
- package/src/commands/__fixtures__/make-tar.ts +0 -126
- package/src/commands/_patterns.ts +0 -10
- package/src/commands/add.ts +0 -75
- package/src/commands/agents.test.ts +0 -527
- package/src/commands/agents.ts +0 -923
- package/src/commands/api-keys.test.ts +0 -291
- package/src/commands/api-keys.ts +0 -382
- package/src/commands/artifact-verify.test.ts +0 -177
- package/src/commands/auth.test.ts +0 -82
- package/src/commands/auth.ts +0 -213
- package/src/commands/billing.test.ts +0 -158
- package/src/commands/billing.ts +0 -146
- package/src/commands/channels.test.ts +0 -74
- package/src/commands/channels.ts +0 -91
- package/src/commands/cloud-demote.test.ts +0 -401
- package/src/commands/cloud-demote.ts +0 -278
- package/src/commands/cloud-provision.test.ts +0 -1117
- package/src/commands/cloud-provision.ts +0 -942
- package/src/commands/cloud.pull-all.test.ts +0 -711
- package/src/commands/cloud.pull-per-company.test.ts +0 -188
- package/src/commands/cloud.push-all.test.ts +0 -485
- package/src/commands/cloud.scope-excluded-warning.test.ts +0 -22
- package/src/commands/cloud.selectors.test.ts +0 -208
- package/src/commands/cloud.status.test.ts +0 -160
- package/src/commands/cloud.test.ts +0 -41
- package/src/commands/cloud.ts +0 -2130
- package/src/commands/company.test.ts +0 -202
- package/src/commands/company.ts +0 -148
- package/src/commands/creators.test.ts +0 -60
- package/src/commands/creators.ts +0 -117
- package/src/commands/crm.test.ts +0 -179
- package/src/commands/crm.ts +0 -236
- package/src/commands/db-migrate.ts +0 -55
- package/src/commands/db-provision.ts +0 -114
- package/src/commands/db-sql.ts +0 -124
- package/src/commands/db-status.ts +0 -108
- package/src/commands/db.ts +0 -26
- package/src/commands/dm.test.ts +0 -748
- package/src/commands/dm.ts +0 -1226
- package/src/commands/feedback.test.ts +0 -413
- package/src/commands/feedback.ts +0 -169
- package/src/commands/files-browse.test.ts +0 -1249
- package/src/commands/files-browse.ts +0 -1506
- package/src/commands/files-delete.test.ts +0 -484
- package/src/commands/files-recovery.test.ts +0 -370
- package/src/commands/files.test.ts +0 -722
- package/src/commands/files.ts +0 -1446
- package/src/commands/group-grants.test.ts +0 -330
- package/src/commands/group-grants.ts +0 -455
- package/src/commands/groups.test.ts +0 -44
- package/src/commands/groups.ts +0 -368
- package/src/commands/integrations.test.ts +0 -633
- package/src/commands/integrations.ts +0 -507
- package/src/commands/list.ts +0 -85
- package/src/commands/login.ts +0 -52
- package/src/commands/logout.ts +0 -30
- package/src/commands/marketplace-install.test.ts +0 -543
- package/src/commands/marketplace-security.test.ts +0 -646
- package/src/commands/mcp-registration.test.ts +0 -2787
- package/src/commands/mcp-registration.ts +0 -2612
- package/src/commands/mcp-status.test.ts +0 -483
- package/src/commands/mcp-status.ts +0 -575
- package/src/commands/mcp-status.us011.test.ts +0 -243
- package/src/commands/meetings.test.ts +0 -522
- package/src/commands/meetings.ts +0 -789
- package/src/commands/members.test.ts +0 -1474
- package/src/commands/members.ts +0 -1181
- package/src/commands/onboard-identity-guard.test.ts +0 -99
- package/src/commands/onboard-identity-guard.ts +0 -103
- package/src/commands/onboard-join.test.ts +0 -96
- package/src/commands/onboard-join.ts +0 -101
- package/src/commands/onboard-warning.test.ts +0 -26
- package/src/commands/onboard-warning.ts +0 -12
- package/src/commands/onboard.ts +0 -267
- package/src/commands/outposts-heartbeat.test.ts +0 -299
- package/src/commands/outposts-heartbeat.ts +0 -310
- package/src/commands/outposts-replica-sync.test.ts +0 -272
- package/src/commands/outposts-self-deploy.test.ts +0 -243
- package/src/commands/outposts.test.ts +0 -1039
- package/src/commands/outposts.ts +0 -1935
- package/src/commands/pack-install-secret-authorization.test.ts +0 -115
- package/src/commands/pack-install.test.ts +0 -1469
- package/src/commands/pack-install.ts +0 -2256
- package/src/commands/pack-update-cache.test.ts +0 -149
- package/src/commands/packs-update-api-key.test.ts +0 -105
- package/src/commands/packs.test.ts +0 -88
- package/src/commands/packs.ts +0 -622
- package/src/commands/people.test.ts +0 -807
- package/src/commands/people.ts +0 -422
- package/src/commands/pkg-install.dispatch.test.ts +0 -103
- package/src/commands/pkg-install.ts +0 -221
- package/src/commands/pkg-list.test.ts +0 -79
- package/src/commands/pkg-list.ts +0 -13
- package/src/commands/pkg-remove.ts +0 -71
- package/src/commands/pkg-update.ts +0 -189
- package/src/commands/publish.test.ts +0 -650
- package/src/commands/publish.ts +0 -580
- package/src/commands/reindex.test.ts +0 -259
- package/src/commands/reindex.ts +0 -274
- package/src/commands/rescue.test.ts +0 -39
- package/src/commands/rescue.ts +0 -210
- package/src/commands/run.env-local.test.ts +0 -88
- package/src/commands/run.test.ts +0 -45
- package/src/commands/run.ts +0 -190
- package/src/commands/safe-extract.test.ts +0 -459
- package/src/commands/safe-extract.ts +0 -444
- package/src/commands/secrets-scope.test.ts +0 -56
- package/src/commands/secrets-scope.ts +0 -32
- package/src/commands/secrets.parse-destination.test.ts +0 -38
- package/src/commands/secrets.test.ts +0 -2050
- package/src/commands/secrets.ts +0 -2249
- package/src/commands/signals.ts +0 -351
- package/src/commands/skill.test.ts +0 -770
- package/src/commands/skill.ts +0 -796
- package/src/commands/sources.ts +0 -362
- package/src/commands/sync-mode.test.ts +0 -366
- package/src/commands/sync-mode.ts +0 -387
- package/src/commands/sync-narrow.test.ts +0 -633
- package/src/commands/sync-narrow.ts +0 -555
- package/src/commands/sync.ts +0 -165
- package/src/commands/team-sync.ts +0 -628
- package/src/commands/update.ts +0 -71
- package/src/commands/whoami.ts +0 -83
- package/src/commands/workers.test.ts +0 -158
- package/src/commands/workers.ts +0 -301
- package/src/index.test.ts +0 -32
- package/src/index.ts +0 -20
- package/src/lib/db/control-plane.test.ts +0 -59
- package/src/lib/db/control-plane.ts +0 -113
- package/src/lib/db/local.test.ts +0 -81
- package/src/lib/db/local.ts +0 -148
- package/src/lib/db/migrate.test.ts +0 -133
- package/src/lib/db/migrate.ts +0 -137
- package/src/lib/db/paths.test.ts +0 -112
- package/src/lib/db/paths.ts +0 -128
- package/src/lib/db/remote-engine.test.ts +0 -44
- package/src/lib/db/remote-engine.ts +0 -148
- package/src/lib/db/remote-sql.test.ts +0 -32
- package/src/lib/db/remote-sql.ts +0 -62
- package/src/lib/db/sql.test.ts +0 -106
- package/src/lib/db/sql.ts +0 -192
- package/src/lib/hq-cloud-dep.smoke.test.ts +0 -75
- package/src/lib/local-tree-diff.test.ts +0 -301
- package/src/lib/local-tree-diff.ts +0 -362
- package/src/lib/narrow-hint-banner.test.ts +0 -235
- package/src/lib/narrow-hint-banner.ts +0 -212
- package/src/lib/plan-limit-nag.test.ts +0 -317
- package/src/lib/plan-limit-nag.ts +0 -264
- package/src/main.ts +0 -371
- package/src/node-preflight.test.ts +0 -60
- package/src/node-preflight.ts +0 -67
- package/src/outpost/session-heartbeat-bounds.test.ts +0 -195
- package/src/outpost/session-heartbeat-guard.test.ts +0 -105
- package/src/outpost/session-heartbeat-publisher.test.ts +0 -178
- package/src/outpost/session-heartbeat-publisher.ts +0 -186
- package/src/outpost/session-heartbeat-retain-guard.test.ts +0 -126
- package/src/outpost/session-heartbeat.test.ts +0 -459
- package/src/outpost/session-heartbeat.ts +0 -877
- package/src/packaging.test.ts +0 -109
- package/src/run/__fixtures__/discover-schemas/example.env.schema +0 -4
- package/src/run/discover-schemas.test.ts +0 -153
- package/src/run/discover-schemas.ts +0 -79
- package/src/run/hq-plugin.test.ts +0 -371
- package/src/run/hq-plugin.ts +0 -277
- package/src/run/varlock-shape.test.ts +0 -57
- package/src/schemas/hq-package.schema.json +0 -155
- package/src/sentry-before-send.test.ts +0 -359
- package/src/sentry-before-send.ts +0 -221
- package/src/sentry-epipe.test.ts +0 -37
- package/src/sentry-release.test.ts +0 -54
- package/src/sentry.test.ts +0 -24
- package/src/sentry.ts +0 -54
- package/src/strategies/link.ts +0 -62
- package/src/strategies/merge.ts +0 -142
- package/src/types.ts +0 -146
- package/src/utils/__fixtures__/scan-packages.generated-block.sh +0 -23
- package/src/utils/auth-error.test.ts +0 -40
- package/src/utils/auth-error.ts +0 -42
- package/src/utils/billing-gate.test.ts +0 -95
- package/src/utils/billing-gate.ts +0 -228
- package/src/utils/breadcrumb-buffer.ts +0 -18
- package/src/utils/cli-telemetry.test.ts +0 -153
- package/src/utils/cli-telemetry.ts +0 -61
- package/src/utils/cognito-session.machine.test.ts +0 -109
- package/src/utils/cognito-session.refresh.test.ts +0 -84
- package/src/utils/cognito-session.test.ts +0 -328
- package/src/utils/cognito-session.ts +0 -448
- package/src/utils/company-selection-error.test.ts +0 -42
- package/src/utils/company-selection-error.ts +0 -45
- package/src/utils/contribution-table.ts +0 -83
- package/src/utils/environmental-error.test.ts +0 -45
- package/src/utils/environmental-error.ts +0 -39
- package/src/utils/epipe.test.ts +0 -28
- package/src/utils/epipe.ts +0 -29
- package/src/utils/expected-cli-error.test.ts +0 -28
- package/src/utils/expected-cli-error.ts +0 -39
- package/src/utils/feedback-diagnostics.test.ts +0 -183
- package/src/utils/feedback-diagnostics.ts +0 -123
- package/src/utils/feedback-screenshots.test.ts +0 -134
- package/src/utils/feedback-screenshots.ts +0 -124
- package/src/utils/feedback-versions.test.ts +0 -98
- package/src/utils/feedback-versions.ts +0 -68
- package/src/utils/git.ts +0 -74
- package/src/utils/integrity.ts +0 -59
- package/src/utils/intercepted-process-exit.test.ts +0 -37
- package/src/utils/intercepted-process-exit.ts +0 -36
- package/src/utils/login-provider.test.ts +0 -42
- package/src/utils/login-provider.ts +0 -30
- package/src/utils/manifest.test.ts +0 -167
- package/src/utils/manifest.ts +0 -131
- package/src/utils/pack-contributions.test.ts +0 -603
- package/src/utils/pack-contributions.ts +0 -450
- package/src/utils/people.ts +0 -215
- package/src/utils/registry-client.ts +0 -204
- package/src/utils/registry.ts +0 -90
- package/src/utils/resolve-vault-credential.test.ts +0 -69
- package/src/utils/resolve-vault-credential.ts +0 -60
- package/src/utils/sandbox-runner-client.test.ts +0 -279
- package/src/utils/sandbox-runner-client.ts +0 -260
- package/src/utils/secrets-cache.ts +0 -183
- package/src/utils/sentry-identity.ts +0 -45
- package/src/utils/settle-with-timeout.test.ts +0 -21
- package/src/utils/settle-with-timeout.ts +0 -22
- package/src/utils/user-yaml-error.test.ts +0 -24
- package/src/utils/user-yaml-error.ts +0 -30
- package/src/utils/vault-api.test.ts +0 -536
- package/src/utils/vault-api.ts +0 -382
- package/src/utils/version-check.test.ts +0 -176
- package/src/utils/version-check.ts +0 -155
- package/src/utils/version-gate.test.ts +0 -1024
- package/src/utils/version-gate.ts +0 -702
- package/test/commands/db-tenant-isolation.test.ts +0 -94
- package/test/commands/db.test.ts +0 -85
- package/test/commands/signals.test.ts +0 -207
- package/test/commands/sources.test.ts +0 -231
- package/test/e2e/smoke-install-mcp.sh +0 -113
- package/test/fixtures/hq-pack-smoke-mcp/mcp/smoke-http.json +0 -1
- package/test/fixtures/hq-pack-smoke-mcp/package.yaml +0 -11
- package/test/fixtures/signals/action_item/sample.md +0 -16
- package/test/fixtures/signals/summary/sample.md +0 -12
- package/test/fixtures/sources/meetings/sample.md +0 -25
- package/test/helpers/cli-runner.ts +0 -150
- package/test/helpers/s3-list-mock.ts +0 -79
- package/test/helpers/vault-service-mock.ts +0 -295
- package/test/sources-signals/smoke.test.ts +0 -228
- package/tsconfig.json +0 -20
- package/vitest.config.ts +0 -11
- package/vitest.e2e.config.ts +0 -7
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
// src/utils/environmental-error.ts
|
|
2
|
-
//
|
|
3
|
-
// Classify errors that stem from the user's machine/filesystem state rather
|
|
4
|
-
// than an HQ code defect. These are unactionable from our side: a full disk, an
|
|
5
|
-
// exhausted quota, or a read-only filesystem. The CLI surfaces a clear,
|
|
6
|
-
// actionable message and does NOT report them to Sentry — otherwise a single
|
|
7
|
-
// full disk floods the issue tracker with identical, unfixable crash reports.
|
|
8
|
-
//
|
|
9
|
-
// HQ-CLI-2: `hq reindex` hit ENOSPC in the operation-lock temp-file write
|
|
10
|
-
// (`fs.openSync` → "ENOSPC: no space left on device, open") and the raw error
|
|
11
|
-
// propagated uncaught to the CLI's top-level handler, which captured it to
|
|
12
|
-
// Sentry and exited silently — 5 stack-trace crashes in 6 seconds, with no
|
|
13
|
-
// message telling the user their disk was full.
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Node errno codes for "the filesystem cannot accept this write" — purely
|
|
17
|
-
* environmental, never a code bug. Mapped to the message shown to the user.
|
|
18
|
-
*/
|
|
19
|
-
const ENVIRONMENTAL_FS_CODES: Record<string, string> = {
|
|
20
|
-
ENOSPC: "No space left on device. Free up disk space and try again.",
|
|
21
|
-
EDQUOT:
|
|
22
|
-
"Disk quota exceeded. Free up space (or raise your quota) and try again.",
|
|
23
|
-
EROFS:
|
|
24
|
-
"The filesystem is read-only, so HQ can't write here. Check the mount/permissions and try again.",
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* If `err` is an environmental disk/quota/read-only filesystem error, return a
|
|
29
|
-
* short, user-facing message explaining it; otherwise return `null`.
|
|
30
|
-
*
|
|
31
|
-
* A non-null result means the caller should print the message and SKIP Sentry
|
|
32
|
-
* capture — the condition is the user's machine, not a bug HQ can fix. A null
|
|
33
|
-
* result means "this is a normal error; handle it as usual (capture to Sentry)".
|
|
34
|
-
*/
|
|
35
|
-
export function environmentalFsErrorMessage(err: unknown): string | null {
|
|
36
|
-
const code = (err as NodeJS.ErrnoException | null | undefined)?.code;
|
|
37
|
-
if (typeof code !== "string") return null;
|
|
38
|
-
return ENVIRONMENTAL_FS_CODES[code] ?? null;
|
|
39
|
-
}
|
package/src/utils/epipe.test.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { describe, expect, it } from "vitest";
|
|
2
|
-
import { isEpipe } from "./epipe.js";
|
|
3
|
-
|
|
4
|
-
describe("isEpipe", () => {
|
|
5
|
-
it("matches a real Node EPIPE error", () => {
|
|
6
|
-
const err = Object.assign(new Error("write EPIPE"), { code: "EPIPE" });
|
|
7
|
-
expect(isEpipe(err)).toBe(true);
|
|
8
|
-
});
|
|
9
|
-
|
|
10
|
-
it("matches a plain object carrying code EPIPE", () => {
|
|
11
|
-
expect(isEpipe({ code: "EPIPE" })).toBe(true);
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
it("does NOT match other errno codes (so real faults still report)", () => {
|
|
15
|
-
expect(isEpipe(Object.assign(new Error("disk full"), { code: "ENOSPC" }))).toBe(
|
|
16
|
-
false,
|
|
17
|
-
);
|
|
18
|
-
expect(isEpipe(Object.assign(new Error("nope"), { code: "EACCES" }))).toBe(false);
|
|
19
|
-
expect(isEpipe(new Error("plain error with no code"))).toBe(false);
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
it("does NOT match non-error values", () => {
|
|
23
|
-
expect(isEpipe(null)).toBe(false);
|
|
24
|
-
expect(isEpipe(undefined)).toBe(false);
|
|
25
|
-
expect(isEpipe("EPIPE")).toBe(false);
|
|
26
|
-
expect(isEpipe(42)).toBe(false);
|
|
27
|
-
});
|
|
28
|
-
});
|
package/src/utils/epipe.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
// src/utils/epipe.ts
|
|
2
|
-
//
|
|
3
|
-
// Classify the "broken pipe" (EPIPE) error: a downstream reader closed the
|
|
4
|
-
// pipe before the CLI finished writing to stdout/stderr. This is normal,
|
|
5
|
-
// expected Unix behavior — `hq … | head`, `source <(hq …)`, or a parent
|
|
6
|
-
// process that exits while `hq` is still printing — NOT an HQ code defect.
|
|
7
|
-
//
|
|
8
|
-
// HQ-6B: a synchronous `write EPIPE` thrown from `console.log` (the Sentry
|
|
9
|
-
// console-instrumentation wraps it) propagated out of an awaited command into
|
|
10
|
-
// the CLI's top-level `catch`, which captured it via `Sentry.captureException`
|
|
11
|
-
// and shipped a fatal — even though the only thing that happened is the
|
|
12
|
-
// consumer of `hq`'s output went away. The async path (an emitted stream
|
|
13
|
-
// 'error' event) was already handled by the stdout/stderr listeners in
|
|
14
|
-
// index.ts; this predicate closes the synchronous-throw path too, mirroring
|
|
15
|
-
// the environmental-error carve-out (HQ-CLI-2).
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* True when `err` is a Node EPIPE error — the pipe `hq` was writing to was
|
|
19
|
-
* closed by its reader. Callers should treat this as a clean, expected exit
|
|
20
|
-
* (code 0) and SKIP Sentry capture: there is no defect and no user-facing
|
|
21
|
-
* degradation to fix.
|
|
22
|
-
*/
|
|
23
|
-
export function isEpipe(err: unknown): boolean {
|
|
24
|
-
return (
|
|
25
|
-
typeof err === "object" &&
|
|
26
|
-
err !== null &&
|
|
27
|
-
(err as NodeJS.ErrnoException).code === "EPIPE"
|
|
28
|
-
);
|
|
29
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { describe, expect, it } from "vitest";
|
|
2
|
-
import { isExpectedUserError } from "./expected-cli-error.js";
|
|
3
|
-
|
|
4
|
-
describe("isExpectedUserError", () => {
|
|
5
|
-
it("matches an Error explicitly marked expected", () => {
|
|
6
|
-
expect(isExpectedUserError(Object.assign(new Error("usage"), { expected: true }))).toBe(
|
|
7
|
-
true,
|
|
8
|
-
);
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
it("does NOT match Errors marked expected false or unmarked", () => {
|
|
12
|
-
expect(isExpectedUserError(Object.assign(new Error("boom"), { expected: false }))).toBe(
|
|
13
|
-
false,
|
|
14
|
-
);
|
|
15
|
-
expect(isExpectedUserError(new Error("boom"))).toBe(false);
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
it("does NOT match a plain object carrying expected true", () => {
|
|
19
|
-
expect(isExpectedUserError({ message: "usage", expected: true })).toBe(false);
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
it("does NOT match non-error values", () => {
|
|
23
|
-
expect(isExpectedUserError(null)).toBe(false);
|
|
24
|
-
expect(isExpectedUserError(undefined)).toBe(false);
|
|
25
|
-
expect(isExpectedUserError(42)).toBe(false);
|
|
26
|
-
expect(isExpectedUserError("usage")).toBe(false);
|
|
27
|
-
});
|
|
28
|
-
});
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
// src/utils/expected-cli-error.ts
|
|
2
|
-
//
|
|
3
|
-
// Classify errors that are the CALLER's request/state/permission rather than an
|
|
4
|
-
// hq-cli code defect: a bad flag, malformed input, a correctly-denied client
|
|
5
|
-
// 4xx (e.g. a non-owner running `hq integrations approve`). These are
|
|
6
|
-
// user-facing and actionable — the CLI prints a clear message and does NOT
|
|
7
|
-
// report them to Sentry, otherwise a correctly-enforced authorization denial
|
|
8
|
-
// floods the tracker with identical, unfixable crash reports.
|
|
9
|
-
//
|
|
10
|
-
// This is the caller-side analog of hq-pro's `expectedDenialResponse`, and a
|
|
11
|
-
// sibling of `environmental-error.ts` (HQ-CLI-2) and
|
|
12
|
-
// `intercepted-process-exit.ts` (HQ-CLI-3): errors that are NOT hq-cli defects
|
|
13
|
-
// are surfaced to the user but skipped for Sentry capture.
|
|
14
|
-
//
|
|
15
|
-
// HQ-CLI-6: `hq integrations approve|reject` by a non-owner got a correct 403
|
|
16
|
-
// ("Only a company owner can approve or reject queued integration writes"); the
|
|
17
|
-
// thrown error propagated to the top-level handler, which captured it to Sentry
|
|
18
|
-
// as an error-level crash and printed nothing to the user.
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* An error the CLI should surface to the user (clear message, exit 1) but NOT
|
|
22
|
-
* report to Sentry. Carriers set `expected: true`.
|
|
23
|
-
*/
|
|
24
|
-
export interface ExpectedUserError extends Error {
|
|
25
|
-
expected: true;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* True when `err` is an Error explicitly marked `expected === true`. A non-null
|
|
30
|
-
* result means the top-level handler should print `err.message` and skip Sentry
|
|
31
|
-
* capture. Anything else (unmarked errors, non-Error values) returns false so
|
|
32
|
-
* genuine faults still reach Sentry.
|
|
33
|
-
*/
|
|
34
|
-
export function isExpectedUserError(err: unknown): err is ExpectedUserError {
|
|
35
|
-
return (
|
|
36
|
-
err instanceof Error &&
|
|
37
|
-
(err as { expected?: unknown }).expected === true
|
|
38
|
-
);
|
|
39
|
-
}
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
import { describe, it, expect, vi, beforeEach } from "vitest";
|
|
2
|
-
import * as os from "os";
|
|
3
|
-
|
|
4
|
-
vi.mock("child_process", () => ({
|
|
5
|
-
execFileSync: vi.fn(),
|
|
6
|
-
}));
|
|
7
|
-
|
|
8
|
-
vi.mock("./breadcrumb-buffer.js", () => ({
|
|
9
|
-
getRecentBreadcrumbs: vi.fn(() => []),
|
|
10
|
-
}));
|
|
11
|
-
|
|
12
|
-
import { execFileSync } from "child_process";
|
|
13
|
-
import { getRecentBreadcrumbs } from "./breadcrumb-buffer.js";
|
|
14
|
-
import { collectDiagnostics, sanitizeArgv } from "./feedback-diagnostics.js";
|
|
15
|
-
import { CLI_VERSION } from "../cli-version.js";
|
|
16
|
-
|
|
17
|
-
function mockGitSuccess(remoteUrl = "https://github.com/acme/repo.git"): void {
|
|
18
|
-
vi.mocked(execFileSync).mockImplementation(
|
|
19
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
20
|
-
(_cmd: string, args?: any): any => {
|
|
21
|
-
const a: string[] = args ?? [];
|
|
22
|
-
if (a[0] === "rev-parse" && a[1] === "--abbrev-ref") return "main\n";
|
|
23
|
-
if (a[0] === "rev-parse" && a[1] === "--short") return "abc1234\n";
|
|
24
|
-
if (a[0] === "status") return "";
|
|
25
|
-
if (a[0] === "remote") return `${remoteUrl}\n`;
|
|
26
|
-
return "";
|
|
27
|
-
},
|
|
28
|
-
);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
beforeEach(() => {
|
|
32
|
-
vi.resetAllMocks();
|
|
33
|
-
vi.mocked(getRecentBreadcrumbs).mockReturnValue([]);
|
|
34
|
-
mockGitSuccess();
|
|
35
|
-
});
|
|
36
|
-
|
|
37
|
-
describe("sanitizeArgv", () => {
|
|
38
|
-
it("passes through non-secret args unchanged", () => {
|
|
39
|
-
expect(sanitizeArgv(["feedback", "bug", "--title", "test"])).toEqual([
|
|
40
|
-
"feedback",
|
|
41
|
-
"bug",
|
|
42
|
-
"--title",
|
|
43
|
-
"test",
|
|
44
|
-
]);
|
|
45
|
-
});
|
|
46
|
-
|
|
47
|
-
it("redacts value following a secret flag", () => {
|
|
48
|
-
expect(sanitizeArgv(["secrets", "set", "NAME", "--token", "abc123"])).toEqual([
|
|
49
|
-
"secrets",
|
|
50
|
-
"set",
|
|
51
|
-
"NAME",
|
|
52
|
-
"--token",
|
|
53
|
-
"***",
|
|
54
|
-
]);
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
it("redacts --password and --secret flags", () => {
|
|
58
|
-
expect(sanitizeArgv(["--password", "hunter2", "--secret", "s3cr3t"])).toEqual([
|
|
59
|
-
"--password",
|
|
60
|
-
"***",
|
|
61
|
-
"--secret",
|
|
62
|
-
"***",
|
|
63
|
-
]);
|
|
64
|
-
});
|
|
65
|
-
|
|
66
|
-
it("does not redact a secret flag at the end with no following value", () => {
|
|
67
|
-
expect(sanitizeArgv(["--token"])).toEqual(["--token"]);
|
|
68
|
-
});
|
|
69
|
-
|
|
70
|
-
it("redacts value in --flag=value form for secret flags", () => {
|
|
71
|
-
expect(sanitizeArgv(["--token=abc123", "--password=hunter2"])).toEqual([
|
|
72
|
-
"--token=***",
|
|
73
|
-
"--password=***",
|
|
74
|
-
]);
|
|
75
|
-
});
|
|
76
|
-
|
|
77
|
-
it("passes non-secret --flag=value forms through unchanged", () => {
|
|
78
|
-
expect(sanitizeArgv(["--title=foo", "--company=acme"])).toEqual([
|
|
79
|
-
"--title=foo",
|
|
80
|
-
"--company=acme",
|
|
81
|
-
]);
|
|
82
|
-
});
|
|
83
|
-
});
|
|
84
|
-
|
|
85
|
-
describe("collectDiagnostics", () => {
|
|
86
|
-
it("populates cliVersion from the bundled CLI_VERSION constant (not env var)", () => {
|
|
87
|
-
const saved = process.env.npm_package_version;
|
|
88
|
-
delete process.env.npm_package_version;
|
|
89
|
-
const blob = collectDiagnostics();
|
|
90
|
-
expect(blob.cliVersion).toBe(CLI_VERSION);
|
|
91
|
-
if (saved !== undefined) process.env.npm_package_version = saved;
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
it("attaches a versions block carrying the cli version (core/sync best-effort)", () => {
|
|
95
|
-
const blob = collectDiagnostics();
|
|
96
|
-
expect(blob.versions.cli).toBe(CLI_VERSION);
|
|
97
|
-
// core + sync are environment-dependent; they must be present as
|
|
98
|
-
// string | null, never undefined, so triage always gets the shape.
|
|
99
|
-
expect(blob.versions).toHaveProperty("core");
|
|
100
|
-
expect(blob.versions).toHaveProperty("sync");
|
|
101
|
-
expect(["string", "object"]).toContain(typeof blob.versions.core); // string | null
|
|
102
|
-
expect(["string", "object"]).toContain(typeof blob.versions.sync); // string | null
|
|
103
|
-
});
|
|
104
|
-
|
|
105
|
-
it("cliVersion is unaffected by npm_package_version env var", () => {
|
|
106
|
-
process.env.npm_package_version = "99.99.99";
|
|
107
|
-
const blob = collectDiagnostics();
|
|
108
|
-
expect(blob.cliVersion).toBe(CLI_VERSION);
|
|
109
|
-
delete process.env.npm_package_version;
|
|
110
|
-
});
|
|
111
|
-
|
|
112
|
-
it("sanitizes secret flags in the captured command", () => {
|
|
113
|
-
const saved = process.argv;
|
|
114
|
-
process.argv = ["node", "/usr/bin/hq", "secrets", "set", "NAME", "--token", "secret123"];
|
|
115
|
-
const blob = collectDiagnostics();
|
|
116
|
-
expect(blob.command).toEqual(["secrets", "set", "NAME", "--token", "***"]);
|
|
117
|
-
process.argv = saved;
|
|
118
|
-
});
|
|
119
|
-
|
|
120
|
-
it("sanitizes --flag=value secret flags in the captured command", () => {
|
|
121
|
-
const saved = process.argv;
|
|
122
|
-
process.argv = ["node", "/usr/bin/hq", "secrets", "set", "NAME", "--token=secretXYZ"];
|
|
123
|
-
const blob = collectDiagnostics();
|
|
124
|
-
expect(blob.command).toEqual(["secrets", "set", "NAME", "--token=***"]);
|
|
125
|
-
process.argv = saved;
|
|
126
|
-
});
|
|
127
|
-
|
|
128
|
-
it("captures command as process.argv slice from index 2", () => {
|
|
129
|
-
const saved = process.argv;
|
|
130
|
-
process.argv = ["node", "/usr/bin/hq", "feedback", "bug"];
|
|
131
|
-
const blob = collectDiagnostics();
|
|
132
|
-
expect(blob.command).toEqual(["feedback", "bug"]);
|
|
133
|
-
process.argv = saved;
|
|
134
|
-
});
|
|
135
|
-
|
|
136
|
-
it("populates nodeVersion and os fields from process and os module", () => {
|
|
137
|
-
const blob = collectDiagnostics();
|
|
138
|
-
expect(blob.nodeVersion).toBe(process.version);
|
|
139
|
-
expect(blob.os.platform).toBe(os.platform());
|
|
140
|
-
expect(blob.os.release).toBe(os.release());
|
|
141
|
-
expect(blob.os.arch).toBe(os.arch());
|
|
142
|
-
});
|
|
143
|
-
|
|
144
|
-
it("sanitizes credentials embedded in HTTPS remote URLs", () => {
|
|
145
|
-
mockGitSuccess("https://user:s3cr3t@github.com/acme/repo.git");
|
|
146
|
-
const blob = collectDiagnostics();
|
|
147
|
-
expect(blob.git.remoteUrl).toBe("https://***@github.com/acme/repo.git");
|
|
148
|
-
});
|
|
149
|
-
|
|
150
|
-
it("returns null git context when not inside a git repo", () => {
|
|
151
|
-
vi.mocked(execFileSync).mockImplementation(() => {
|
|
152
|
-
throw new Error("not a git repo");
|
|
153
|
-
});
|
|
154
|
-
const blob = collectDiagnostics();
|
|
155
|
-
expect(blob.git.branch).toBeNull();
|
|
156
|
-
expect(blob.git.head).toBeNull();
|
|
157
|
-
expect(blob.git.remoteUrl).toBeNull();
|
|
158
|
-
expect(blob.git.dirty).toBe(false);
|
|
159
|
-
});
|
|
160
|
-
|
|
161
|
-
it("includes recentSentryBreadcrumbs from the ring buffer", () => {
|
|
162
|
-
const crumb = { category: "http", message: "GET /v1/foo", level: "info" as const };
|
|
163
|
-
vi.mocked(getRecentBreadcrumbs).mockReturnValue([crumb]);
|
|
164
|
-
const blob = collectDiagnostics();
|
|
165
|
-
expect(blob.recentSentryBreadcrumbs).toEqual([crumb]);
|
|
166
|
-
});
|
|
167
|
-
|
|
168
|
-
it("reports dirty=true when git status shows uncommitted changes", () => {
|
|
169
|
-
vi.mocked(execFileSync).mockImplementation(
|
|
170
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
171
|
-
(_cmd: string, args?: any): any => {
|
|
172
|
-
const a: string[] = args ?? [];
|
|
173
|
-
if (a[0] === "rev-parse" && a[1] === "--abbrev-ref") return "main\n";
|
|
174
|
-
if (a[0] === "rev-parse" && a[1] === "--short") return "abc1234\n";
|
|
175
|
-
if (a[0] === "status") return " M src/index.ts\n";
|
|
176
|
-
if (a[0] === "remote") return "https://github.com/acme/repo.git\n";
|
|
177
|
-
return "";
|
|
178
|
-
},
|
|
179
|
-
);
|
|
180
|
-
const blob = collectDiagnostics();
|
|
181
|
-
expect(blob.git.dirty).toBe(true);
|
|
182
|
-
});
|
|
183
|
-
});
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import * as os from "os";
|
|
2
|
-
import { execFileSync } from "child_process";
|
|
3
|
-
import { getRecentBreadcrumbs } from "./breadcrumb-buffer.js";
|
|
4
|
-
import { CLI_VERSION } from "../cli-version.js";
|
|
5
|
-
import { collectVersions, type VersionInfo } from "./feedback-versions.js";
|
|
6
|
-
|
|
7
|
-
export interface GitContext {
|
|
8
|
-
branch: string | null;
|
|
9
|
-
head: string | null;
|
|
10
|
-
dirty: boolean;
|
|
11
|
-
remoteUrl: string | null;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export interface DiagnosticsBlob {
|
|
15
|
-
cliVersion: string;
|
|
16
|
-
/**
|
|
17
|
-
* The hq-cli, hq-core, and hq-sync versions from the submitter's
|
|
18
|
-
* environment. `cliVersion` above is retained for back-compat; new
|
|
19
|
-
* consumers should read `versions` (which carries core + sync too).
|
|
20
|
-
*/
|
|
21
|
-
versions: VersionInfo;
|
|
22
|
-
nodeVersion: string;
|
|
23
|
-
os: { platform: string; release: string; arch: string };
|
|
24
|
-
command: string[];
|
|
25
|
-
cwd: string;
|
|
26
|
-
git: GitContext;
|
|
27
|
-
recentSentryBreadcrumbs: unknown[];
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
const SECRET_FLAGS = new Set([
|
|
31
|
-
"--token",
|
|
32
|
-
"--secret",
|
|
33
|
-
"--password",
|
|
34
|
-
"--key",
|
|
35
|
-
"--api-key",
|
|
36
|
-
"--access-token",
|
|
37
|
-
"--auth-token",
|
|
38
|
-
]);
|
|
39
|
-
|
|
40
|
-
export function sanitizeArgv(argv: string[]): string[] {
|
|
41
|
-
const result: string[] = [];
|
|
42
|
-
for (let i = 0; i < argv.length; i++) {
|
|
43
|
-
const arg = argv[i];
|
|
44
|
-
if (arg.startsWith("--") && arg.includes("=")) {
|
|
45
|
-
const eqIdx = arg.indexOf("=");
|
|
46
|
-
const flag = arg.slice(0, eqIdx);
|
|
47
|
-
if (SECRET_FLAGS.has(flag)) {
|
|
48
|
-
result.push(`${flag}=***`);
|
|
49
|
-
continue;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
result.push(arg);
|
|
53
|
-
if (SECRET_FLAGS.has(arg) && i + 1 < argv.length) {
|
|
54
|
-
result.push("***");
|
|
55
|
-
i++;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
return result;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
function sanitizeRemoteUrl(url: string): string {
|
|
62
|
-
return url.replace(/https?:\/\/[^@]+@/, "https://***@");
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
function runGit(args: string[]): string {
|
|
66
|
-
return execFileSync("git", args, {
|
|
67
|
-
encoding: "utf-8",
|
|
68
|
-
timeout: 2000,
|
|
69
|
-
stdio: ["ignore", "pipe", "ignore"],
|
|
70
|
-
}).trim();
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
function collectGitContext(): GitContext {
|
|
74
|
-
let branch: string | null = null;
|
|
75
|
-
let head: string | null = null;
|
|
76
|
-
let dirty = false;
|
|
77
|
-
let remoteUrl: string | null = null;
|
|
78
|
-
|
|
79
|
-
try {
|
|
80
|
-
branch = runGit(["rev-parse", "--abbrev-ref", "HEAD"]);
|
|
81
|
-
} catch {
|
|
82
|
-
return { branch: null, head: null, dirty: false, remoteUrl: null };
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
try {
|
|
86
|
-
head = runGit(["rev-parse", "--short", "HEAD"]);
|
|
87
|
-
} catch {
|
|
88
|
-
// best-effort
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
try {
|
|
92
|
-
const statusOut = runGit(["status", "--porcelain"]);
|
|
93
|
-
dirty = statusOut.length > 0;
|
|
94
|
-
} catch {
|
|
95
|
-
// best-effort
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
try {
|
|
99
|
-
const raw = runGit(["remote", "get-url", "origin"]);
|
|
100
|
-
remoteUrl = sanitizeRemoteUrl(raw);
|
|
101
|
-
} catch {
|
|
102
|
-
// no origin remote
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
return { branch, head, dirty, remoteUrl };
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
export function collectDiagnostics(): DiagnosticsBlob {
|
|
109
|
-
return {
|
|
110
|
-
cliVersion: CLI_VERSION,
|
|
111
|
-
versions: collectVersions(),
|
|
112
|
-
nodeVersion: process.version,
|
|
113
|
-
os: {
|
|
114
|
-
platform: os.platform(),
|
|
115
|
-
release: os.release(),
|
|
116
|
-
arch: os.arch(),
|
|
117
|
-
},
|
|
118
|
-
command: sanitizeArgv(process.argv.slice(2)),
|
|
119
|
-
cwd: process.cwd(),
|
|
120
|
-
git: collectGitContext(),
|
|
121
|
-
recentSentryBreadcrumbs: getRecentBreadcrumbs(),
|
|
122
|
-
};
|
|
123
|
-
}
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
import { describe, it, expect, vi, beforeEach, afterEach } from "vitest";
|
|
2
|
-
import * as fs from "node:fs";
|
|
3
|
-
import * as os from "node:os";
|
|
4
|
-
import * as path from "node:path";
|
|
5
|
-
|
|
6
|
-
vi.mock("./vault-api.js", () => ({
|
|
7
|
-
vaultApiFetch: vi.fn(),
|
|
8
|
-
}));
|
|
9
|
-
|
|
10
|
-
import { vaultApiFetch } from "./vault-api.js";
|
|
11
|
-
import {
|
|
12
|
-
MAX_SCREENSHOTS,
|
|
13
|
-
contentTypeForPath,
|
|
14
|
-
loadScreenshots,
|
|
15
|
-
uploadScreenshots,
|
|
16
|
-
} from "./feedback-screenshots.js";
|
|
17
|
-
|
|
18
|
-
let tmp: string;
|
|
19
|
-
|
|
20
|
-
beforeEach(() => {
|
|
21
|
-
tmp = fs.mkdtempSync(path.join(os.tmpdir(), "shots-"));
|
|
22
|
-
vi.mocked(vaultApiFetch).mockReset();
|
|
23
|
-
});
|
|
24
|
-
afterEach(() => {
|
|
25
|
-
fs.rmSync(tmp, { recursive: true, force: true });
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
function writePng(name: string, bytes = Buffer.from([0x89, 0x50, 0x4e, 0x47])): string {
|
|
29
|
-
const p = path.join(tmp, name);
|
|
30
|
-
fs.writeFileSync(p, bytes);
|
|
31
|
-
return p;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
describe("contentTypeForPath", () => {
|
|
35
|
-
it("maps known image extensions (case-insensitive)", () => {
|
|
36
|
-
expect(contentTypeForPath("a.png")).toBe("image/png");
|
|
37
|
-
expect(contentTypeForPath("a.JPG")).toBe("image/jpeg");
|
|
38
|
-
expect(contentTypeForPath("a.jpeg")).toBe("image/jpeg");
|
|
39
|
-
expect(contentTypeForPath("a.webp")).toBe("image/webp");
|
|
40
|
-
expect(contentTypeForPath("a.gif")).toBe("image/gif");
|
|
41
|
-
});
|
|
42
|
-
it("rejects unsupported extensions", () => {
|
|
43
|
-
expect(() => contentTypeForPath("a.pdf")).toThrow(/unsupported screenshot type/);
|
|
44
|
-
expect(() => contentTypeForPath("a")).toThrow(/unsupported screenshot type/);
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
describe("loadScreenshots", () => {
|
|
49
|
-
it("reads valid images with their content types", () => {
|
|
50
|
-
const a = writePng("a.png");
|
|
51
|
-
const loaded = loadScreenshots([a]);
|
|
52
|
-
expect(loaded).toHaveLength(1);
|
|
53
|
-
expect(loaded[0].contentType).toBe("image/png");
|
|
54
|
-
expect(loaded[0].bytes.byteLength).toBeGreaterThan(0);
|
|
55
|
-
});
|
|
56
|
-
it("rejects more than MAX_SCREENSHOTS", () => {
|
|
57
|
-
const paths = Array.from({ length: MAX_SCREENSHOTS + 1 }, (_, i) => writePng(`s${i}.png`));
|
|
58
|
-
expect(() => loadScreenshots(paths)).toThrow(new RegExp(`at most ${MAX_SCREENSHOTS}`));
|
|
59
|
-
});
|
|
60
|
-
it("rejects a missing file", () => {
|
|
61
|
-
expect(() => loadScreenshots([path.join(tmp, "nope.png")])).toThrow(/cannot read screenshot/);
|
|
62
|
-
});
|
|
63
|
-
it("rejects an empty file", () => {
|
|
64
|
-
expect(() => loadScreenshots([writePng("empty.png", Buffer.alloc(0))])).toThrow(/empty/);
|
|
65
|
-
});
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
describe("uploadScreenshots", () => {
|
|
69
|
-
it("returns [] without calling the API when no paths given", async () => {
|
|
70
|
-
const keys = await uploadScreenshots({ paths: [], token: "t" });
|
|
71
|
-
expect(keys).toEqual([]);
|
|
72
|
-
expect(vaultApiFetch).not.toHaveBeenCalled();
|
|
73
|
-
});
|
|
74
|
-
|
|
75
|
-
it("presigns, PUTs each image to S3, and returns the keys", async () => {
|
|
76
|
-
const a = writePng("a.png");
|
|
77
|
-
const b = writePng("b.jpg");
|
|
78
|
-
vi.mocked(vaultApiFetch).mockResolvedValue({
|
|
79
|
-
ok: true,
|
|
80
|
-
json: async () => ({
|
|
81
|
-
screenshots: [
|
|
82
|
-
{ key: "feedback-screenshots/prs_a/sub/0.png", url: "https://s3/put0", contentType: "image/png" },
|
|
83
|
-
{ key: "feedback-screenshots/prs_a/sub/1.jpg", url: "https://s3/put1", contentType: "image/jpeg" },
|
|
84
|
-
],
|
|
85
|
-
}),
|
|
86
|
-
} as unknown as Response);
|
|
87
|
-
const putCalls: Array<{ url: string; method?: string; contentType?: unknown }> = [];
|
|
88
|
-
const fetchImpl = vi.fn(async (url: string, init: { method?: string; headers?: Record<string, string> }) => {
|
|
89
|
-
putCalls.push({ url, method: init.method, contentType: init.headers?.["Content-Type"] });
|
|
90
|
-
return { ok: true, status: 200 } as Response;
|
|
91
|
-
}) as unknown as typeof fetch;
|
|
92
|
-
|
|
93
|
-
const keys = await uploadScreenshots({ paths: [a, b], token: "tok", fetchImpl });
|
|
94
|
-
|
|
95
|
-
expect(keys).toEqual([
|
|
96
|
-
"feedback-screenshots/prs_a/sub/0.png",
|
|
97
|
-
"feedback-screenshots/prs_a/sub/1.jpg",
|
|
98
|
-
]);
|
|
99
|
-
// Presign request asked for the right content types.
|
|
100
|
-
const presignBody = vi.mocked(vaultApiFetch).mock.calls[0][0].body;
|
|
101
|
-
expect(presignBody).toEqual({ contentTypes: ["image/png", "image/jpeg"] });
|
|
102
|
-
// One PUT per image, to the presigned URL, with the right Content-Type.
|
|
103
|
-
expect(putCalls).toEqual([
|
|
104
|
-
{ url: "https://s3/put0", method: "PUT", contentType: "image/png" },
|
|
105
|
-
{ url: "https://s3/put1", method: "PUT", contentType: "image/jpeg" },
|
|
106
|
-
]);
|
|
107
|
-
});
|
|
108
|
-
|
|
109
|
-
it("throws when the presign call fails", async () => {
|
|
110
|
-
const a = writePng("a.png");
|
|
111
|
-
vi.mocked(vaultApiFetch).mockResolvedValue({
|
|
112
|
-
ok: false,
|
|
113
|
-
statusText: "Bad Request",
|
|
114
|
-
json: async () => ({ error: "at most 5 screenshots are allowed" }),
|
|
115
|
-
} as unknown as Response);
|
|
116
|
-
await expect(uploadScreenshots({ paths: [a], token: "t" })).rejects.toThrow(
|
|
117
|
-
/Failed to presign screenshots: at most 5/,
|
|
118
|
-
);
|
|
119
|
-
});
|
|
120
|
-
|
|
121
|
-
it("throws when an S3 upload fails", async () => {
|
|
122
|
-
const a = writePng("a.png");
|
|
123
|
-
vi.mocked(vaultApiFetch).mockResolvedValue({
|
|
124
|
-
ok: true,
|
|
125
|
-
json: async () => ({
|
|
126
|
-
screenshots: [{ key: "feedback-screenshots/prs_a/sub/0.png", url: "https://s3/put0", contentType: "image/png" }],
|
|
127
|
-
}),
|
|
128
|
-
} as unknown as Response);
|
|
129
|
-
const fetchImpl = vi.fn(async () => ({ ok: false, status: 403 }) as Response) as unknown as typeof fetch;
|
|
130
|
-
await expect(uploadScreenshots({ paths: [a], token: "t", fetchImpl })).rejects.toThrow(
|
|
131
|
-
/Failed to upload screenshot .*: HTTP 403/,
|
|
132
|
-
);
|
|
133
|
-
});
|
|
134
|
-
});
|