Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [DataUsage][Serverless] UX/API changes based on demo feedback (#…
…200911) (#201486) # Backport This will backport the following commits from `main` to `8.x`: - [[DataUsage][Serverless] UX/API changes based on demo feedback (#200911)](#200911) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Ash","email":"1849116+ashokaditya@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-11-23T01:08:24Z","message":"[DataUsage][Serverless] UX/API changes based on demo feedback (#200911)\n\n## Summary\n\nAdds a bunch of UX updates based on the feedback after demo. \n\n- [x] Tidy chart legend action popup and links\n- [x] fix UX date picker invalid time (UX shows invalid time falsely)\n- [ ] Tooltip for date filter\n- [ ] send UTC time to requests (1:1 mapping for date-time picked vs\ndate-time sent)\n- [x] Remove unusable common date filter shortcuts\n- [x] data stream filter `select all`\n- [x] data stream filter `clear all`\n- [x] No charts empty state\n- [x] filter in datastreams that have greater than `0` bytes storage\nsize\n- [ ] Filter out system indices from data stream filter?\n- [x] Taller filter popover list for larger lists\n\nFollow up of https://github.com/elastic/kibana/pull/200731\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] If a plugin configuration key changed, check if it needs to be\nallowlisted in the cloud and added to the [docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n- [x] This was checked for breaking HTTP API changes, and any breaking\nchanges have been approved by the breaking-change committee. The\n`release_note:breaking` label should be applied in these situations.\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_node:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n### Identify risks\n\nDoes this PR introduce any risks? For example, consider risks like hard\nto test bugs, performance regression, potential of data loss.\n\nDescribe the risk, its severity, and mitigation for each identified\nrisk. Invite stakeholders and evaluate how to proceed before merging.\n\n- [ ] [See some risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n- [ ] ...\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"e48f930ab32b5c325ad38175e41f93ec0b8c4ba7","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:build-serverless-image"],"title":"[DataUsage][Serverless] UX/API changes based on demo feedback","number":200911,"url":"https://github.com/elastic/kibana/pull/200911","mergeCommit":{"message":"[DataUsage][Serverless] UX/API changes based on demo feedback (#200911)\n\n## Summary\n\nAdds a bunch of UX updates based on the feedback after demo. \n\n- [x] Tidy chart legend action popup and links\n- [x] fix UX date picker invalid time (UX shows invalid time falsely)\n- [ ] Tooltip for date filter\n- [ ] send UTC time to requests (1:1 mapping for date-time picked vs\ndate-time sent)\n- [x] Remove unusable common date filter shortcuts\n- [x] data stream filter `select all`\n- [x] data stream filter `clear all`\n- [x] No charts empty state\n- [x] filter in datastreams that have greater than `0` bytes storage\nsize\n- [ ] Filter out system indices from data stream filter?\n- [x] Taller filter popover list for larger lists\n\nFollow up of https://github.com/elastic/kibana/pull/200731\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] If a plugin configuration key changed, check if it needs to be\nallowlisted in the cloud and added to the [docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n- [x] This was checked for breaking HTTP API changes, and any breaking\nchanges have been approved by the breaking-change committee. The\n`release_note:breaking` label should be applied in these situations.\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_node:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n### Identify risks\n\nDoes this PR introduce any risks? For example, consider risks like hard\nto test bugs, performance regression, potential of data loss.\n\nDescribe the risk, its severity, and mitigation for each identified\nrisk. Invite stakeholders and evaluate how to proceed before merging.\n\n- [ ] [See some risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n- [ ] ...\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"e48f930ab32b5c325ad38175e41f93ec0b8c4ba7"}},"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/200911","number":200911,"mergeCommit":{"message":"[DataUsage][Serverless] UX/API changes based on demo feedback (#200911)\n\n## Summary\n\nAdds a bunch of UX updates based on the feedback after demo. \n\n- [x] Tidy chart legend action popup and links\n- [x] fix UX date picker invalid time (UX shows invalid time falsely)\n- [ ] Tooltip for date filter\n- [ ] send UTC time to requests (1:1 mapping for date-time picked vs\ndate-time sent)\n- [x] Remove unusable common date filter shortcuts\n- [x] data stream filter `select all`\n- [x] data stream filter `clear all`\n- [x] No charts empty state\n- [x] filter in datastreams that have greater than `0` bytes storage\nsize\n- [ ] Filter out system indices from data stream filter?\n- [x] Taller filter popover list for larger lists\n\nFollow up of https://github.com/elastic/kibana/pull/200731\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] If a plugin configuration key changed, check if it needs to be\nallowlisted in the cloud and added to the [docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n- [x] This was checked for breaking HTTP API changes, and any breaking\nchanges have been approved by the breaking-change committee. The\n`release_note:breaking` label should be applied in these situations.\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_node:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n### Identify risks\n\nDoes this PR introduce any risks? For example, consider risks like hard\nto test bugs, performance regression, potential of data loss.\n\nDescribe the risk, its severity, and mitigation for each identified\nrisk. Invite stakeholders and evaluate how to proceed before merging.\n\n- [ ] [See some risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n- [ ] ...\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"e48f930ab32b5c325ad38175e41f93ec0b8c4ba7"}}]}] BACKPORT--> Co-authored-by: Ash <1849116+ashokaditya@users.noreply.github.com>
- Loading branch information