-
Notifications
You must be signed in to change notification settings - Fork 325
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
gundeck: Fix SNS endpoint parser #3894
Merged
supersven
merged 14 commits into
develop
from
sventennie/gundeck-push_user-inconsistency
Feb 26, 2024
Merged
gundeck: Fix SNS endpoint parser #3894
supersven
merged 14 commits into
develop
from
sventennie/gundeck-push_user-inconsistency
Feb 26, 2024
Conversation
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
Renaming by introducing new parameters just leads to more confusion.
4c523f0
to
425911a
Compare
The env part can include '-' characters as well.
Hoping that the parser bug was the only cause for this check to fail.
We only want to log the value, not the containing data structure.
4cb91f1
to
23bb40a
Compare
Just to check the variations.
smatting
approved these changes
Feb 23, 2024
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.
LGTM! 👍 for the unit tests covering both cases
akshaymankar
pushed a commit
that referenced
this pull request
Mar 6, 2024
This commit contains two things: 1. Add fields to the log message such that mismatches between stored and app-provided data become more obvious. 2. Fix an AWS SNS Endpoint parsing bug: We parsed the environment up to the first dash. But, environment names may contain dashes themselves, thus we must accumulate them up to the last dash.
akshaymankar
added a commit
that referenced
this pull request
Mar 11, 2024
This commit contains two things: 1. Add fields to the log message such that mismatches between stored and app-provided data become more obvious. 2. Fix an AWS SNS Endpoint parsing bug: We parsed the environment up to the first dash. But, environment names may contain dashes themselves, thus we must accumulate them up to the last dash. Backports #3894 Co-authored-by: Sven Tennie <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
echoes: unplanned
Any work item that isn’t part of the product or technical roadmap.
ok-to-test
Approved for running tests in CI, overrides not-ok-to-test if both labels exist
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.
This PR contains two things:
Tickets:
Checklist
changelog.d