-
Notifications
You must be signed in to change notification settings - Fork 0
Separate test db #11
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
Merged
Merged
Separate test db #11
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
9535f4a
Refactor Prisma schema to enhance article and user relationships by i…
yamcodes b5d24fe
Refactor profiles plugin to streamline follow functionality by replac…
yamcodes a25a393
Refactor comments plugin to enhance user follow functionality by upda…
yamcodes 2a9079f
Refactor articles plugin to update user relationship handling by rena…
yamcodes 0c15c36
Refactor articles plugin to rename favorites to favoritedBy across th…
yamcodes 7178a22
Refactor articles plugin to rename the favorites property to favorite…
yamcodes 0e453c8
Update dependencies and improve test scripts by adding @elysiajs/eden…
yamcodes 024a763
Merge branch 'main' into eden-treaty-tests
yamcodes 1bcef38
Merge branch 'main' into eden-treaty-tests
yamcodes 0fe2aa3
Implement code changes to enhance functionality and improve performance
yamcodes 01f39bf
Fix Eden Treaty tests
yamcodes ba053de
Update test scripts and package.json for improved functionality
yamcodes 10b100f
Add comprehensive error handling tests for user registration, login, …
yamcodes 5448d63
Refactor test scripts and update package.json for improved clarity an…
yamcodes 89383a3
Refactor test command and enhance API tests for user authentication
yamcodes d991cc0
Remove unused utility functions and test files to streamline the code…
yamcodes 6aaa94b
Refactor test imports and enhance user authentication tests
yamcodes 8284288
Remove unused test utility imports in profiles test file
yamcodes 4e36633
Update docker-compose and package.json for development and testing en…
yamcodes 5984739
Merge branch 'main' of https://github.com/bedtime-coders/bepstack int…
yamcodes 7c687e0
Add logging for database reset in resetDb utility function
yamcodes 1be1287
Update docker-compose.yml to include newline at end of file for consi…
yamcodes 0cebc2d
Remove authentication requirement from CreateArticle endpoint in arti…
yamcodes d408517
Remove unused test utility file to streamline the codebase
yamcodes 9741d7b
Update DELAY_REQUEST configuration to use environment variable instea…
yamcodes 5d3b0b2
Update environment configuration for testing by adding DB_TEST_PORT v…
yamcodes bee2bd5
Update db:down command in package.json to use 'docker compose rm -sf'…
yamcodes 717df12
Refactor database removal commands in package.json to use 'docker com…
yamcodes 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 |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| POSTMAN_COLLECTION=./scripts/test/Conduit.postman_collection.json | ||
| DB_TEST_PORT=5433 |
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
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.
Uh oh!
There was an error while loading. Please reload this page.