YDB for v10.1.5#39
Closed
kprokopenko wants to merge 10000 commits into
Closed
Conversation
* use scorchwith in memory * comments * refactor
…#109880) * fixes the layout in a slightly naive way does work in both chrome and firefox * make panel and query sections individually have full viewport height * allow wrapping in dashboard controls, and align time picker section correctly when wrapped * use more fixed minimum widths and allow horizontal scroll for overflow * remove collapsing when sizes are fixed, and fix inverted collapse state logic * use new wrapper for reflow layout media query setup replace the magic numbers with theme breakpoints apply global styles conditionally and locally fix left to right splitter collapse state so it's removed in small size added betterer exception that will be removed in the next commit * moved component definition outside of non-react class so react hook lint rule recognizes it's not a class component (betterer fixes) * remove unused import * nit fix * move disabling useSnapperSplitter logic into the hook simplify reflow hook to only use height, and use a fixed height unrelated to shared width breakpoints * remove global style overrides * prevent scrolling in editor --------- Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
* Dashboards: Enable kubernetesDashboards by default * Update integration test to account for the FT being enabled by default Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> --------- Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> Co-authored-by: Igor Suleymanov <igor.suleymanov@grafana.com>
…ons (grafana#109860) * Fix listing and getting dashboard versions across different API versions What This commit updates dashboard version service to use API version aware API client. The service now also supports parsing different API version representation of dashboards. The API version aware client is also updated to support listing across versions. Why Currently listing or getting specific versions is broken for all v2 versions of the dashboard API, especially if the dashboard being checked is still saved using v1 APIs. Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> * Remove superfluous tracing spans Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com> --------- Signed-off-by: Igor Suleymanov <igor.suleymanov@grafana.com>
…st with usage guidance (grafana#110291) * Update the Storybook docs for RadioButtonList where it was incorrectly referencing RadioButtonGroup in code examples * Update the Storybook docs for RadioButtonList and RadioButtonGroup with more useful guidance for usage * Refine the Storybook docs for RadioButtonGroup
* feat(ds): add adhoc filter option
* chore(adhoc-filter): enable to GA
* Bump @grafana/assistant package * Update origin * Update FlameGraphHeader.tsx Co-authored-by: Kevin Adam <16607163+kevelopment@users.noreply.github.com> * Update LogListContext.tsx Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com> * Fix lint * Update public/app/features/logs/components/panel/LogListContext.tsx Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com> --------- Co-authored-by: Kevin Adam <16607163+kevelopment@users.noreply.github.com> Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
* Metrics: Add http_response_size_bytes metric * add better handler names for public asset paths * fix tests * comment * remove debug log * exemplar
…d instead of just the configuration v2 (grafana#109139) * Revert "Revert "Alerting: Remote Alertmanager to calculate hash of the reques…" This reverts commit cbf2561. * log the decision Signed-off-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com> --------- Signed-off-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
Add Inter italic font variants
…provisioning settings endpoint (grafana#110486)
* enterprise scaffolding * clean up gitignore, add enterprise to playwright config * add workflows * setup enterprise in the workflows * update permissions * try update license path * add TODO * undo workflow changes * remove commands * add extensions folder * update gitignore * include the whole public folder * add comment * review comments
…DK backend (grafana#110476) * Remove goroutine when writing events on CDK backend Signed-off-by: Maicon Costa <maiconscosta@gmail.com> --------- Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
…fana#110527) * search-after-write: Reuse index even if docs count doesn't match * Revert unrelated change.
* LogLineDetails: show border right when controls are disabled * LogLineDetails: update styles * Update types in test * Update background, border, and shadow * Close details: fix tooltip
…afana#110475) * fix: add back missing edit button for panels for viewers-can-edit * lint fix * updated meta cansave function with config option * cleanup * lint --------- Co-authored-by: Haris Rozajac <haris.rozajac12@gmail.com>
…rafana#110485) * do not remove global config * create more comprehensive payload for mimir alertmanager testing
* LogLineDetails: make inline details taller * Translations: add missing plurals * Update sidebar icon * LogList: default to inline details * LogLineDetails: details by screen width * Inline details: slightly smaller * LogLineDetails: use container size for default mode
) Auth: Fix render user OAuth passthrough (grafana#111636) * devenv: fix volumes section when sources don't contain one * wip * Working correctly with improvedExternalSessionHandling on * Remove not needed lines * Working with the old flow, tests * Handle compatibility with the feature toggle, tests wip * Tests * Cleanup * Address feedback * Align tests * Add comment * Fix issue with session removal after the invalidation of tokens * Remove commented out code * clean up (cherry picked from commit 53f4803) Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
…2235) Docs: Adding new entry to 12.2 whats new (grafana#112234) (cherry picked from commit 5eb295d) Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
…n using terraform (grafana#112261) Co-authored-by: Vardan Torosyan <vardants@gmail.com>
…fana#112290) TimeSeries: Fix memory leak with boolean fields (grafana#112252) (cherry picked from commit 248c20a) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> Co-authored-by: Paul Marbach <paul.marbach@grafana.com>
…na#112343) Logs context: fix position on small viewports (grafana#112342) (cherry picked from commit 6c726cf) Co-authored-by: Matias Chomicki <matias.chomicki@grafana.com>
Go: Update to 1.25.3
…o usage insights Loki exporter (grafana#112416) Docs: Add batch_wait_duration and batch_size_bytes to usage insights Loki exporter (grafana#112408) * Docs: Add batch_wait_duration and batch_size_bytes to usage insights Loki exporter * Run linter (cherry picked from commit 1c614fd) Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com>
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com> Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com> Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com> Co-authored-by: Sarah Constant <sarahleejane@users.noreply.github.com>
…ils (grafana#112600) Grammar: wrap in try/catch in case regex creation fails (grafana#112595) * Grammar: wrap in try/catch in case regex creation fails * Improve breadcrumbs (cherry picked from commit bbb5322) Co-authored-by: Matias Chomicki <matias.chomicki@grafana.com>
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com> Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
…ts (grafana#112633) docs(alerting) Add examples of high-cardinality alerts (grafana#112311) * docs(alerting) Add examples of high-cardinality alerts * minor intro edits (cherry picked from commit 9e505ea) Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com>
Update validation of non-provisioned users rejection (grafana#112615) * Update validation of non-provisioned users rejection * Align tests (cherry picked from commit 0e4237b)
…#112657) CI: Remove OIDC debug step from npm publish (grafana#112631) (cherry picked from commit b0acfd1)
simplify check err is IsRetryable
Logging and raise error on call Exec, Query
This file contains hidden or 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
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.
What is this feature?
[Add a brief description of what the feature or update does.]
Why do we need this feature?
[Add a description of the problem the feature is trying to solve.]
Who is this feature for?
[Add information on what kind of user the feature is for.]
Which issue(s) does this PR fix?:
Fixes #
Special notes for your reviewer:
Please check that: