-
Notifications
You must be signed in to change notification settings - Fork 4
Show npm workspace
monorepo changes against main
#329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
dc718ce
refactor: `lib/migrate.js` → `migrations/index.js`
bajtos a737aae
refactor: move spark-api files to a subdir
bajtos 03237f0
fixup! fix tests + run per-project tests only
bajtos 55f946e
Merge branch 'main' into monorepo
bajtos a202151
fixup! add mocha config
bajtos 6a82285
fixup! update package lock
bajtos a88a17b
docs: update start scripts & README
bajtos 3166bd7
fix: "npm run migrate"
bajtos d77af20
ci: update GHA workflow
bajtos 1c4d223
fixup! build-api should test only spark-api
bajtos 6e7af32
docker build using a shared Dockerfile
bajtos 19c46a1
single Dockerfile shared by all pckages
bajtos 554f426
remove per-project .dockerignore files
bajtos a668dae
fix GHA CI cmd for testing spark api
bajtos c7d99f5
fixup! commit .gitignore
bajtos 29a88de
feat: npm workspaces
bajtos 05c50ec
fix CI + move `standard` to monorepo root
bajtos de05fec
monorepo package name
bajtos 6ccb779
ci: run CI for all pull requests
bajtos d7fbab4
move mocha to sub-packages
bajtos daa2650
add standard to child workspaces
bajtos 30fe8d5
fix CI step to migrate the DB
bajtos aa45167
Rework Dockerfile to use `npm start --workspace`
bajtos 09be6ac
ci: fix build-publish
bajtos 02f909e
fix dependabot
bajtos 9760a4e
another fix for Dependabot
bajtos 98333c7
fix build-publish to test publish, not api
bajtos dadc411
add postgrator to spark-publish dev-dependencies
bajtos 8193fed
minor fixes
bajtos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ Dockerfile | |
.dockerignore | ||
node_modules | ||
.git | ||
.env |
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
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
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
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
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
File renamed without changes.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: revert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually nicer when formatted the current way.
Before: