generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 41
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
update submission received event and delete v1 azure events #15990
Merged
brick-green
merged 11 commits into
master
from
platform/brick/13161-update-submission-received-event
Sep 26, 2024
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a5f38b1
remove ReportRouteEvent.kt
brick-green 39df98d
remove events and update md
brick-green fa93fa0
update to include queryParameter
brick-green 4421fed
Merge branch 'refs/heads/master' into platform/brick/13161-update-sub…
brick-green 33ef013
update unit test
brick-green 925c812
transition to config based filtering and allow one query parameter to…
brick-green 202aa7f
account for empty parameter filter list
brick-green 0111e61
transition to application.yml
brick-green b215b6b
Merge branch 'master' into platform/brick/13161-update-submission-rec…
brick-green c7bb542
Merge branch 'master' into platform/brick/13161-update-submission-rec…
brick-green 14f52b8
Merge branch 'master' into platform/brick/13161-update-submission-rec…
brick-green 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
23 changes: 0 additions & 23 deletions
23
prime-router/src/main/kotlin/azure/observability/event/ReceiverFilterFailedEvent.kt
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
prime-router/src/main/kotlin/azure/observability/event/ReportAcceptedEvent.kt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
prime-router/src/main/kotlin/azure/observability/event/ReportCreatedEvent.kt
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
prime-router/src/main/kotlin/azure/observability/event/ReportNotRoutedEvent.kt
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
prime-router/src/main/kotlin/azure/observability/event/ReportRouteEvent.kt
This file was deleted.
Oops, something went wrong.
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.
there has to be a better way 😆
If it works, it works though.
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.
I just used the UI in azure to extend on that field and that's what it gave me. I agree it looks kinda messy though