-
Notifications
You must be signed in to change notification settings - Fork 7
Determine if license is eligible/ineligible in the public search list view response #1558
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
Open
landonshumway-ia
wants to merge
34
commits into
csg-org:main
Choose a base branch
from
InspiringApps:feat/cosm-license-eligibility
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e7eaa32
Add notification handler for provider home state changes
landonshumway-ia 92dddfa
Add email template for home jurisdiction change notification
landonshumway-ia 268dac1
Checking for home state change during license upload
landonshumway-ia c4f3459
linter/formatter
landonshumway-ia e5b87e3
Add test for email lambda entry point
landonshumway-ia ba39aba
Remove unused import
landonshumway-ia 3889a1e
node linter
landonshumway-ia e55af90
Add test for notification listener configuration
landonshumway-ia fe7804c
update poweruser permission set documentation
landonshumway-ia caef95a
Remove unused specific email logic
landonshumway-ia 40707a6
Add smoke test for triggering home state change
landonshumway-ia 490e18d
PR feedback - filter event records on provider id
landonshumway-ia 026d1a8
PR feedback - updated max wait time
landonshumway-ia 62bae5c
Simplify check for home state change during license upload
landonshumway-ia 255916b
linter/formatting
landonshumway-ia 301095b
Update backend node lambdas to latest
landonshumway-ia 6ada04b
Update urllib3 version to address audit check
landonshumway-ia 6368ba4
Add adverse actions as a top-level field for OpenSearch documents
landonshumway-ia 9a7e9b5
Add licenseEligibility field to public search list results
landonshumway-ia 0d07dc2
Update smoke tests to override compact configuration
landonshumway-ia f98674b
Add new field to API spec
landonshumway-ia 82975e9
linter/formatting
landonshumway-ia fd52334
PR feedback - test coverage
landonshumway-ia c3ff692
update API specs/postman collections to latest
landonshumway-ia b8bce3c
Add smoke tests for public search endpoints
landonshumway-ia 390f335
formatting
landonshumway-ia 6a88cd6
Add 'mostRecentLicense' field to provider documents in OpenSearch.
landonshumway-ia 40bb076
Set marker for each most recent license per type
landonshumway-ia 8d3d4d3
formatting
landonshumway-ia 66b9715
Filter public search results based on most recent license for type
landonshumway-ia 5f0ff52
Only include most recent licenses in the public api response
landonshumway-ia 0374bea
Add smoke test to verify old license is not shown in public search
landonshumway-ia 7adbd47
PR feedback
landonshumway-ia fcf3ab4
remove outdated information from MFA recovery docs
landonshumway-ia 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
Large diffs are not rendered by default.
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
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
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
2 changes: 1 addition & 1 deletion
2
backend/compact-connect/lambdas/python/purchases/requirements.in
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,4 +1,4 @@ | ||
| # common requirements are managed in the common-python requirements.in file | ||
| authorizenet>=1.1.6, <2 | ||
| # explicitly setting this transitive dependency to pick vulnerability patch | ||
| urllib3>=2.6.3, <3 | ||
| urllib3>=2.7.0, <3 |
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
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.