-
Notifications
You must be signed in to change notification settings - Fork 40
BFD-4576: Make IDR->BFD validation script run automatically on a schedule #3229
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 29 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2841b6d
Reorganize IDR Pipeline into packaged app
malessi a1299e6
Remove README field; update description
malessi 5942fc5
Fix docker image build
malessi b6f60aa
Replace outdated ways of running pipeline
malessi a8c41a8
Fix running pipeline post packaged app reorg
malessi 843603c
Add py.typed markers indicating that all modules are typed
malessi b7338b7
Move idr_bfd_compare.py to its own utility project; rename idr-pipeli…
malessi b8cb5a7
Use extend-select to keep default lint rules for ruff; fix lint
malessi fc92afa
Regenerate uv.lock with exclude-newer
malessi 2ce8666
Add an exclude env var for excluding specific tables
malessi a88207b
Rename symlink to idr-pipeline to match package name
malessi 7371793
Make docker builds work
malessi 6ecab7e
Update README
malessi f1b922f
Support named contexts when building images in GHA via "namedContexts"
malessi 53568d5
Build the idr-bfd-validator Image; add ECR repo
malessi bd6bc6e
Implement topic alerting
malessi 9798d8f
Init 04-idr-bfd-validator
malessi 72ca0f8
Grant SNS permissions to Task
malessi 3957ffc
Only create schedules in prod
malessi 734eb53
Re-generate uv.lock post package rename
malessi 9cedb2b
Fix integration tests requiring the IDR Pipeline
malessi 2043090
Use toJSON to ensure JSON-stringified value is stored in environment
malessi 165d067
Update idr-bfd-validator README
malessi b0c7add
Remove unnecessary SSM parameter IAM policies
malessi 5d35b8f
Fix subnets
malessi 6507f3f
Exclude prior auth and low income subsidy for now
malessi 219728b
Fix SNS Topic publish due to lacking sufficient KMS permissions
malessi 43d73af
Include idr-bfd-validator in v3 release and deploy
malessi a164bb8
Merge branch 'master' into alessio/BFD-4576__autorun-idr-validator
malessi e9a67a5
Merge branch 'master' into alessio/BFD-4576__autorun-idr-validator
malessi 0db84c8
Run terraform-docs
malessi 6960d7f
Exclude idr.prior_auth_item from validation for now
malessi 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
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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Dockerfile.dockerignore |
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
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
4 changes: 2 additions & 2 deletions
4
apps/bfd-pipeline-idr/constants.py → ...ipeline-idr/src/idr_pipeline/constants.py
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
4 changes: 2 additions & 2 deletions
4
apps/bfd-pipeline-idr/db_utils.py → ...pipeline-idr/src/idr_pipeline/db_utils.py
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
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.