-
Notifications
You must be signed in to change notification settings - Fork 1
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
[CHE-193] Create and Seed Mongo Container for Dev #145
Merged
brok3turtl3
merged 30 commits into
dev
from
CHE-193/subtask/Create-and-Seed-Mongo-Container-for-Dev
Jun 21, 2024
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
101f3bc
add mongo dev service
seantokuzo f8e3d0c
sloppy seed
seantokuzo 56c01cc
delete all temp data generation files
seantokuzo fb1430d
update to include mongo dev container
seantokuzo 4e3c657
add dev db seeding data and scripts
seantokuzo 443c2ea
add mongo-init folder to eslint ignores
seantokuzo a785590
add env vars - no need for .env file - add version back for dev branc…
seantokuzo 9af3373
dev branch pull and merge
seantokuzo 1ad99f1
reorder service definitions for consistency
seantokuzo e3a1caa
add s3 presignURL bypass on profile pic in dev mode
seantokuzo 8977de3
update seed data
seantokuzo ee93c24
Merge branch 'dev' of https://github.com/Code-Hammers/code-hammers in…
seantokuzo 3271166
CHE-193 Adjusted core user ID's
brok3turtl3 7516493
CHE-193 Aligning ID's between PostgreSQL and MongoDB seeders
brok3turtl3 79ee0f7
update mock data with predefined (and pg friendly) test user ids
seantokuzo 9cbfa4b
Merge branch 'CHE-193/subtask/Create-and-Seed-Mongo-Container-for-Dev…
seantokuzo 93ba682
delete mock data for rewrites
seantokuzo a63d409
regenerate mock data with predefined (and pg friendly) test user ids
seantokuzo 894288b
Merge branch 'dev' of https://github.com/Code-Hammers/code-hammers in…
seantokuzo 4855c6f
update for IS_SK bypass bypass
seantokuzo bf03c76
remove AWS credential placeholders from env vars
seantokuzo bba10e6
remove AWS credential env var checks from server startup
seantokuzo 4ee6c88
fix status codes for dev S3 pfp signedUrl bypass
seantokuzo 1273942
fix status code and add log / comments for working on pfp route
seantokuzo 24b4e8b
add comments about pfp S3 bypass
seantokuzo 778f5f3
CHE-193 Re-aligned user id's for seeders
brok3turtl3 8ff6767
all in a days work
seantokuzo 7a3d399
Merge branch 'CHE-193/subtask/Create-and-Seed-Mongo-Container-for-Dev…
seantokuzo 5642918
add back AWS env vars supplied from .env with comments
seantokuzo 68437d1
add polite & helpful comments to pfp upload thunk
seantokuzo 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 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 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 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 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
Oops, something went wrong.
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.
👍