[Console] Fix different error code in status badge#228889
Merged
sabarasaba merged 3 commits intoelastic:mainfrom Jul 22, 2025
Merged
[Console] Fix different error code in status badge#228889sabarasaba merged 3 commits intoelastic:mainfrom
sabarasaba merged 3 commits intoelastic:mainfrom
Conversation
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
History
cc @sabarasaba |
Contributor
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
Contributor
|
Starting backport for target branches: 8.17, 8.18, 8.19 https://github.com/elastic/kibana/actions/runs/16444646235 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jul 22, 2025
(cherry picked from commit f157896)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jul 22, 2025
(cherry picked from commit f157896)
Contributor
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
maxcold
pushed a commit
that referenced
this pull request
Jul 22, 2025
kibanamachine
added a commit
that referenced
this pull request
Jul 22, 2025
…228960) # Backport This will backport the following commits from `main` to `8.19`: - [[Console] Fix different error code in status badge (#228889)](#228889) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Ignacio Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2025-07-22T12:43:30Z","message":"[Console] Fix different error code in status badge (#228889)","sha":"f15789615961e8cf3f6302702db1620c2ec3c4e6","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana Management","release_note:skip","backport:prev-major","v9.2.0"],"title":"[Console] Fix different error code in status badge","number":228889,"url":"https://github.com/elastic/kibana/pull/228889","mergeCommit":{"message":"[Console] Fix different error code in status badge (#228889)","sha":"f15789615961e8cf3f6302702db1620c2ec3c4e6"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228889","number":228889,"mergeCommit":{"message":"[Console] Fix different error code in status badge (#228889)","sha":"f15789615961e8cf3f6302702db1620c2ec3c4e6"}}]}] BACKPORT--> Co-authored-by: Ignacio Rivas <rivasign@gmail.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
tiansivive
pushed a commit
to tiansivive/kibana
that referenced
this pull request
Jul 22, 2025
This was referenced Jul 22, 2025
kibanamachine
added a commit
that referenced
this pull request
Jul 23, 2025
…228959) # Backport This will backport the following commits from `main` to `8.18`: - [[Console] Fix different error code in status badge (#228889)](#228889) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Ignacio Rivas","email":"rivasign@gmail.com"},"sourceCommit":{"committedDate":"2025-07-22T12:43:30Z","message":"[Console] Fix different error code in status badge (#228889)","sha":"f15789615961e8cf3f6302702db1620c2ec3c4e6","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Team:Kibana Management","release_note:skip","backport:prev-major","v9.2.0"],"title":"[Console] Fix different error code in status badge","number":228889,"url":"https://github.com/elastic/kibana/pull/228889","mergeCommit":{"message":"[Console] Fix different error code in status badge (#228889)","sha":"f15789615961e8cf3f6302702db1620c2ec3c4e6"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/228889","number":228889,"mergeCommit":{"message":"[Console] Fix different error code in status badge (#228889)","sha":"f15789615961e8cf3f6302702db1620c2ec3c4e6"}}]}] BACKPORT--> Co-authored-by: Ignacio Rivas <rivasign@gmail.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
kdelemme
pushed a commit
to kdelemme/kibana
that referenced
this pull request
Jul 23, 2025
kertal
pushed a commit
to kertal/kibana
that referenced
this pull request
Jul 25, 2025
crespocarlos
pushed a commit
to crespocarlos/kibana
that referenced
this pull request
Jul 25, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix #219257
Summary
Resolves an issue where Console showed different status codes in the response badge vs response body when sending requests with invalid HTTP methods.