-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(playground): custom granularities support #8743
Merged
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 8 Skipped Deployments
|
KSDaemon
changed the base branch from
master
to
feat/timeseries-for-custom-intervals
September 24, 2024 20:29
KSDaemon
force-pushed
the
feat/timeseries-for-custom-intervals
branch
from
September 25, 2024 09:37
e6669b1
to
4d1bf3e
Compare
KSDaemon
force-pushed
the
feat/custom-granularities-in-pg
branch
from
September 25, 2024 09:38
5bbe309
to
4b2cab1
Compare
srh
approved these changes
Sep 26, 2024
paveltiunov
approved these changes
Sep 26, 2024
KSDaemon
force-pushed
the
feat/timeseries-for-custom-intervals
branch
from
September 26, 2024 19:22
4d1bf3e
to
d215a92
Compare
KSDaemon
force-pushed
the
feat/custom-granularities-in-pg
branch
from
September 26, 2024 19:24
4b2cab1
to
544c913
Compare
Base automatically changed from
feat/timeseries-for-custom-intervals
to
master
September 26, 2024 20:14
KSDaemon
force-pushed
the
feat/custom-granularities-in-pg
branch
from
September 26, 2024 20:15
544c913
to
d6ee582
Compare
…ble to use different styles/icons
KSDaemon
force-pushed
the
feat/custom-granularities-in-pg
branch
from
October 7, 2024 16:51
d6ee582
to
b694196
Compare
KSDaemon
force-pushed
the
feat/custom-granularities-in-pg
branch
from
October 8, 2024 10:13
9a72c42
to
4d55bfe
Compare
tenphi
approved these changes
Oct 9, 2024
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.
This PR brings support for custom granularities in our playground V2! Now you can choose custom granularities in Query Builder, get the results and even see the charts with custom intervals!
This depends on:
Check List