Skip to content

Upgraded Harper to v5#21

Merged
BboyAkers merged 9 commits into
mainfrom
v5-upgrade
Jun 19, 2026
Merged

Upgraded Harper to v5#21
BboyAkers merged 9 commits into
mainfrom
v5-upgrade

Conversation

@BboyAkers

Copy link
Copy Markdown
Member

No description provided.

kriszyp and others added 3 commits May 24, 2026 14:43
Adds integration tests that verify Harper starts with the application
template and that the TableName REST API and Greeting resource work
correctly. Also adds tsconfig.json for TypeScript test support.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…r Harper v5

- Greeting.get() → static get(target, context)
- Remove stale loadAsInstance = false flag (no longer needed)
- Update commented example code to show v5 static method signatures

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add .github/workflows/integration-tests.yml (Node 22/24/26 matrix,
  actions pinned to commit hashes) per the v5 upgrade procedure.
- integrationTests: resolve the Harper CLI via harperBinPath. The `harper`
  package's `exports` map only exposes ".", so the harness's auto-resolution
  of 'harper/dist/bin/harper.js' fails with ERR_PACKAGE_PATH_NOT_EXPORTED.
- README/package.json: HarperDB -> Harper branding cleanup.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Comment thread integrationTests/app.test.ts Outdated
Comment thread resources.js Outdated
Comment thread .github/workflows/integration-tests.yml
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@BboyAkers

Copy link
Copy Markdown
Member Author

Review follow-up (autonomous agent): Applied fix for the shell-injection finding from the code review — integration-tests.yml now passes the workflow_dispatch node-version input through an env: variable (NODE_VER) rather than interpolating it directly into the shell script. The Greeting test false-positive (accepts 404) and workflow-matrix simplification findings were noted but left for human discretion — neither is blocking the v5 upgrade gate.

@BboyAkers BboyAkers merged commit 0f26cff into main Jun 19, 2026
4 checks passed
@BboyAkers BboyAkers deleted the v5-upgrade branch June 19, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants