Skip to content

feat: custom open-to-work contact email - #103

Merged
nikshepsvn merged 2 commits into
mainfrom
feat/open-to-work-email
Aug 5, 2026
Merged

feat: custom open-to-work contact email#103
nikshepsvn merged 2 commits into
mainfrom
feat/open-to-work-email

Conversation

@nikshepsvn

Copy link
Copy Markdown
Contributor

Lands #75 by @B-EtterDigital, rebased onto current main.

Fixed a migration collision: the PR added 005_open_to_work_email.sql, but main already has 005_machine_contributions.sql. Renumbered to 009_ (main is up to 008_). Left as-is it would have been applied out of order or skipped.

Test script conflict resolved by adopting #75's approach: it replaced the hardcoded test list with a glob loop, which is the better pattern — new test files are picked up automatically. Extended it to run every file under tsx, which the data-layer tests need.

npm test (61 across 4 files), tsc and next build all clean.

🤖 Generated with Claude Code

B-EtterDigital and others added 2 commits June 18, 2026 21:47
Merges #75 by B-EtterDigital, rebased onto current main.

Renumbered the migration from 005 to 009: main already has
005_machine_contributions.sql, so the original number collided and the
migration would have been skipped or applied out of order.

Resolved the package.json test-script conflict by adopting the glob loop from
#75 and running every file under tsx, which the data-layer tests need. New
test files are now picked up automatically instead of needing a manual entry.

Co-Authored-By: B-EtterDigital <B-EtterDigital@users.noreply.github.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
viberank Ready Ready Preview Aug 5, 2026 10:09am

Request Review

@nikshepsvn
nikshepsvn merged commit 205860f into main Aug 5, 2026
2 checks passed
@nikshepsvn
nikshepsvn deleted the feat/open-to-work-email branch August 5, 2026 11:11
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.

2 participants