Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [[Inventory] Add Sharing button (#194535)](#194535) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gonçalo Rica Pais da Silva","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-02T09:19:44Z","message":"[Inventory] Add Sharing button (#194535)\n\n## Summary\r\n\r\nAdds a Share link button to the Inventory page, next to the Add Data\r\nbutton on the top right of the screen. This creates a short link and\r\ncopies it to the user's clipboard so they can share it.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/42c7b2f9-da19-4ced-8d28-211234bea4cf\r\n\r\n## How to Test\r\n\r\n- Log in and go to Inventory page. Ensure there is data loaded and\r\nentities are showing.\r\n- Put a filter on the inventory to restrict the results to a given\r\nstate, such as `entity.type : \"service\"`.\r\n- Click on the `Share` button and wait until you get a success toast\r\nmessage.\r\n- Open a new empty tab on the browser and paste the link into the url\r\nbar to navigate to the page.\r\n\r\n**Expected Result**: The page should navigate to the Inventory page and\r\nload into the same state as the page on the original browser tab.\r\n\r\nCloses #192325\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"574af418a2dd30ad19eee0a4c49b82b41c489470","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","v8.16.0"],"title":"[Inventory] Add Sharing button","number":194535,"url":"https://github.com/elastic/kibana/pull/194535","mergeCommit":{"message":"[Inventory] Add Sharing button (#194535)\n\n## Summary\r\n\r\nAdds a Share link button to the Inventory page, next to the Add Data\r\nbutton on the top right of the screen. This creates a short link and\r\ncopies it to the user's clipboard so they can share it.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/42c7b2f9-da19-4ced-8d28-211234bea4cf\r\n\r\n## How to Test\r\n\r\n- Log in and go to Inventory page. Ensure there is data loaded and\r\nentities are showing.\r\n- Put a filter on the inventory to restrict the results to a given\r\nstate, such as `entity.type : \"service\"`.\r\n- Click on the `Share` button and wait until you get a success toast\r\nmessage.\r\n- Open a new empty tab on the browser and paste the link into the url\r\nbar to navigate to the page.\r\n\r\n**Expected Result**: The page should navigate to the Inventory page and\r\nload into the same state as the page on the original browser tab.\r\n\r\nCloses #192325\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"574af418a2dd30ad19eee0a4c49b82b41c489470"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194535","number":194535,"mergeCommit":{"message":"[Inventory] Add Sharing button (#194535)\n\n## Summary\r\n\r\nAdds a Share link button to the Inventory page, next to the Add Data\r\nbutton on the top right of the screen. This creates a short link and\r\ncopies it to the user's clipboard so they can share it.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/42c7b2f9-da19-4ced-8d28-211234bea4cf\r\n\r\n## How to Test\r\n\r\n- Log in and go to Inventory page. Ensure there is data loaded and\r\nentities are showing.\r\n- Put a filter on the inventory to restrict the results to a given\r\nstate, such as `entity.type : \"service\"`.\r\n- Click on the `Share` button and wait until you get a success toast\r\nmessage.\r\n- Open a new empty tab on the browser and paste the link into the url\r\nbar to navigate to the page.\r\n\r\n**Expected Result**: The page should navigate to the Inventory page and\r\nload into the same state as the page on the original browser tab.\r\n\r\nCloses #192325\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"574af418a2dd30ad19eee0a4c49b82b41c489470"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Gonçalo Rica Pais da Silva <[email protected]>
- Loading branch information