Skip to content
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

SOM: fix inspect action when having a basePath #80950

Merged
merged 4 commits into from
Oct 19, 2020

Conversation

pgayvallet
Copy link
Contributor

@pgayvallet pgayvallet commented Oct 19, 2020

Summary

Fix #80827

Correctly append basePath when resolving an object's inspect url.

Checklist

@pgayvallet pgayvallet added Feature:Saved Objects release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.10.0 v7.11.0 v8.0.0 labels Oct 19, 2020
@pgayvallet pgayvallet marked this pull request as ready for review October 19, 2020 12:27
@pgayvallet pgayvallet requested a review from a team as a code owner October 19, 2020 12:27
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)


const spaceId = 'space_1';

describe('TOTO spaces integration', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is my hidden keyword for --grep since my kid typed it one year ago 😄

"mappings": {
"dynamic": "strict",
"properties": {
"apm-telemetry": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😞

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea... and it is actually necessary, removing it show errors in the FTR server logs sometimes...

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

async chunks size

id before after diff
savedObjectsManagement 206.7KB 206.7KB +41.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@pgayvallet pgayvallet merged commit 668a4d4 into elastic:master Oct 19, 2020
pgayvallet added a commit to pgayvallet/kibana that referenced this pull request Oct 19, 2020
* SOM: fix inspect action when having a basePath

* remove explicit login

* remvoe useless object from dump

* review comments
pgayvallet added a commit to pgayvallet/kibana that referenced this pull request Oct 19, 2020
* SOM: fix inspect action when having a basePath

* remove explicit login

* remvoe useless object from dump

* review comments
pgayvallet added a commit that referenced this pull request Oct 19, 2020
* SOM: fix inspect action when having a basePath (#80950)

* SOM: fix inspect action when having a basePath

* remove explicit login

* remvoe useless object from dump

* review comments

* fix mappings
pgayvallet added a commit that referenced this pull request Oct 19, 2020
* SOM: fix inspect action when having a basePath (#80950)

* SOM: fix inspect action when having a basePath

* remove explicit login

* remvoe useless object from dump

* review comments

* fix mappings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Saved Objects release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.10.0 v7.11.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inspect saved object doesn't respect base path
4 participants