-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ALERTING][APM] Fix service names with spaces are not being URL encoded properly for {{context.viewInAppUrl}} #202890
[ALERTING][APM] Fix service names with spaces are not being URL encoded properly for {{context.viewInAppUrl}} #202890
Conversation
…y for {{context.viewInAppUrl}}
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Page load bundle
Historycc @fkanout |
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
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12160254032 |
…ed properly for {{context.viewInAppUrl}} (elastic#202890) ## Summary It fixes elastic#184381 by encoding correctly the service name and adding tests (cherry picked from commit 12133a0)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ed properly for {{context.viewInAppUrl}} (elastic#202890) ## Summary It fixes elastic#184381 by encoding correctly the service name and adding tests
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…ed properly for {{context.viewInAppUrl}} (elastic#202890) ## Summary It fixes elastic#184381 by encoding correctly the service name and adding tests
…ed properly for {{context.viewInAppUrl}} (elastic#202890) ## Summary It fixes elastic#184381 by encoding correctly the service name and adding tests
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…ed properly for {{context.viewInAppUrl}} (elastic#202890) ## Summary It fixes elastic#184381 by encoding correctly the service name and adding tests
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…ed properly for {{context.viewInAppUrl}} (elastic#202890) ## Summary It fixes elastic#184381 by encoding correctly the service name and adding tests
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
2 similar comments
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
… encoded properly for {{context.viewInAppUrl}} (#202890) (#202911) # Backport This will backport the following commits from `main` to `8.x`: - [[ALERTING][APM] Fix service names with spaces are not being URL encoded properly for {{context.viewInAppUrl}} (#202890)](#202890) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Faisal Kanout","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-04T12:59:14Z","message":"[ALERTING][APM] Fix service names with spaces are not being URL encoded properly for (#202890)\n\n## Summary\r\nIt fixes #184381 by encoding correctly the service name and adding tests","sha":"12133a0c7ac3462db9cb911cd9e1431b06c2d873","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","Team:obs-ux-management"],"title":"[ALERTING][APM] Fix service names with spaces are not being URL encoded properly for ","number":202890,"url":"https://github.com/elastic/kibana/pull/202890","mergeCommit":{"message":"[ALERTING][APM] Fix service names with spaces are not being URL encoded properly for (#202890)\n\n## Summary\r\nIt fixes #184381 by encoding correctly the service name and adding tests","sha":"12133a0c7ac3462db9cb911cd9e1431b06c2d873"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202890","number":202890,"mergeCommit":{"message":"[ALERTING][APM] Fix service names with spaces are not being URL encoded properly for (#202890)\n\n## Summary\r\nIt fixes #184381 by encoding correctly the service name and adding tests","sha":"12133a0c7ac3462db9cb911cd9e1431b06c2d873"}}]}] BACKPORT--> Co-authored-by: Faisal Kanout <[email protected]> Co-authored-by: Irene Blanco <[email protected]>
Summary
It fixes #184381 by encoding correctly the service name and adding tests