feat: custom open-to-work contact email - #103
Merged
Merged
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lands #75 by @B-EtterDigital, rebased onto current
main.Fixed a migration collision: the PR added
005_open_to_work_email.sql, butmainalready has005_machine_contributions.sql. Renumbered to009_(main is up to008_). 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),tscandnext buildall clean.🤖 Generated with Claude Code