-
Notifications
You must be signed in to change notification settings - Fork 1
[HOTE-1080] feat: Move goose migrator lambda to service repo #403
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
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a60029d
feat: initial copy of migration and go files
iichr 9796d50
feat: copy over latest terraform migrations
iichr 1ebc907
feat: add ci test stage, copy over build and test migration scripts
iichr 2e95725
feat: rm redundant migration files, update seeded data to resolve con…
iichr 3c76e40
fix: copilot review comments
iichr 8e256e3
feat: rm migration not in terraform source of truth
iichr 47e113b
feat: use go mod download and verify for reproducable builds
iichr 93fb371
feat: sync up go version with mise, ran go mod tidy to clean up depen…
iichr 9718af0
fix: copilot review - improve error messages in HandleRequest for DB …
iichr dec49a0
feat: add gomod dependabot updates for goose-migrator-lambda and excl…
iichr e1621ff
feat: add latest sql migration back (latest order status view)
iichr aa35e02
fix: sonar explicit return at end of function missing
iichr 7b1cf15
fix: update default postgres image version to 17.9 in test migrations…
iichr 74bc063
refactor: simplify db migration - now host-side without custom docker…
iichr aa56735
refactor: rm duplicate supplier inserts from seed, use data already i…
iichr 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
Some comments aren't visible on the classic Files Changed page.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,12 @@ | ||
| # SEE: https://github.com/gitleaks/gitleaks/blob/master/README.md#gitleaksignore | ||
|
|
||
| cd9c0efec38c5d63053dd865e5d4e207c0760d91:docs/guides/Perform_static_analysis.md:generic-api-key:37 | ||
|
|
||
| # False positives: AWS Secrets Manager path names, not actual secrets | ||
|
|
||
| lambdas/goose-migrator-lambda/migrations/000002_seed_home_test_data.sql:generic-api-key:18 | ||
| lambdas/goose-migrator-lambda/migrations/000002_seed_home_test_data.sql:generic-api-key:42 | ||
|
|
||
| # False positives: OAuth client_id values (public identifiers, not secrets) | ||
| lambdas/goose-migrator-lambda/migrations/000007_supplier_data_update.sql:generic-api-key:3 | ||
| lambdas/goose-migrator-lambda/migrations/000007_supplier_data_update.sql:generic-api-key:8 |
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
|
iichr marked this conversation as resolved.
|
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 was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
database/migrations/000004_add_results_to_supplier_table.sql
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
database/migrations/000009_add_order_status_reminder_table.sql
This file was deleted.
Oops, something went wrong.
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.
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.
Uh oh!
There was an error while loading. Please reload this page.