-
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
Enable query bar datepicker in core apps where appropriate #30171
Conversation
Pinging @elastic/kibana-app |
src/legacy/core_plugins/kibana/public/visualize/editor/editor.js
Outdated
Show resolved
Hide resolved
💔 Build Failed |
cd7a74d
to
c31181d
Compare
💔 Build Failed |
c31181d
to
15334c4
Compare
💔 Build Failed |
src/legacy/core_plugins/kibana/public/discover/controllers/discover.js
Outdated
Show resolved
Hide resolved
src/legacy/core_plugins/kibana/public/visualize/editor/editor.js
Outdated
Show resolved
Hide resolved
💔 Build Failed |
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.
@Bargs just FYI, JK has an open PR for the Uptime app and had created a service for using the new timepicker which was already in use there; I added comments to that PR about moving the timepicker method he had created out of x-pack and into the base test/functional/services |
fc0728b
to
04752cb
Compare
@LeeDr Nathan already built a Timepicker page object that works with the new time picker. Is this similar to what you're talking about? |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
jenkins test this |
💔 Build Failed |
jenkins, test this |
💔 Build Failed |
jenkins test this |
💔 Build Failed |
💔 Build Failed |
jenkins, test this |
💔 Build Failed |
…0171) Updates discover, visualize, and dashboard to use the date picker added to the query bar in elastic#29130. There are still some areas where we use the top nav date picker, like Timelion and TSVB which don't have a query bar.
…0171) Updates discover, visualize, and dashboard to use the date picker added to the query bar in elastic#29130. There are still some areas where we use the top nav date picker, like Timelion and TSVB which don't have a query bar.
…0171) Updates discover, visualize, and dashboard to use the date picker added to the query bar in elastic#29130. There are still some areas where we use the top nav date picker, like Timelion and TSVB which don't have a query bar.
Summary
Fixes #29674
Updates discover, visualize, and dashboard to use the date picker added to the query bar in #29130. There are still some areas where we use the top nav date picker, like Timelion and TSVB which don't have a query bar.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers
- [ ] This was checked for breaking API changes and was labeled appropriately- [ ] This includes a feature addition or change that requires a release note and was labeled appropriately