forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Chore: Merge Main #10
Closed
Closed
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
* Clarified anon user and viewer role, style updates. * fixed spelling error
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* RBAC: Change search permissions histogram start and factor * Add one bucket and lower start
Co-authored-by: Will Browne <[email protected]>
* IDForwading: Set authenticated by for users
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Change ruler API to expect the folder UID as namespace * Update example requests * Fix tests * Update swagger * Modify FIle field in /api/prometheus/grafana/api/v1/rules * Fix ruler export * Modify folder in responses to be formatted as <parent UID>/<title> * Add alerting test with nested folders * Apply suggestion from code review * Alerting: use folder UID instead of title in rule API (#77166) Co-authored-by: Sonia Aguilar <[email protected]> * Drop a few more latent uses of namespace_id * move getNamespaceKey to models package * switch GetAlertRulesForScheduling to use folder table * update GetAlertRulesForScheduling to return folder titles in format `parent_uid/title`. * fi tests * add tests for GetAlertRulesForScheduling when parent uid * fix integration tests after merge * fix test after merge * change format of the namespace to JSON array this is needed for forward compatibility, when we migrate to full paths * update EF code to decode nested folder --------- Co-authored-by: Yuri Tseretyan <[email protected]> Co-authored-by: Virginia Cepeda <[email protected]> Co-authored-by: Sonia Aguilar <[email protected]> Co-authored-by: Alex Weaver <[email protected]> Co-authored-by: Gilles De Mey <[email protected]>
postgres: more tests
…0654) * clean up data source permissions after data source deletion * remove a comment
…ole (#80416) * AuthnSync: Rename files and structures * AuthnSync: register rbac cloud role sync if feature toggle is enabled * RBAC: Add new sync function to service interface * RBAC: add common prefix and role names for cloud fixed roles * AuthnSync+RBAC: implement rbac cloud role sync Co-authored-by: Ieva <[email protected]>
This reverts commit 73439f2.
Re-enable basic test for Explore
* Update dependency react-virtualized-auto-sizer to v1.0.20 * Update dependency react-virtualized-auto-sizer to v1.0.20 * update types * mock in a few more tests * fix InspectDataTab test * fix test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <[email protected]>
* Bumping go to 1.25.6 * bumping sqlite to 1.14.19 * Bumping sqlite version
* Update dependency react-select to v5.8.0 * update snapshot --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Docs database max_open_conn MYSQL * Docs: suggestion max_connections Co-authored-by: Christopher Moyer <[email protected]> --------- Co-authored-by: Christopher Moyer <[email protected]>
Remove deprecated onSplitOpen
* Loki: Fix throwing error when no labels received * Remove es code
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…gs (#80911) * Add SSOSettingsConfigurableProviders config option * Add check to Delete and ListWithRedactedSecrets * Add check to GET, small improvements
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…81032) * datatrails: allow multiple search terms help select metric names
* Tempo TraceQl Editor update request #8382 * Docs: Typo * Docs: Typo 2 codespell lint * Update docs/sources/shared/datasources/tempo-editor-traceql.md * Update docs/sources/shared/datasources/tempo-editor-traceql.md * Update docs/sources/shared/datasources/tempo-editor-traceql.md --------- Co-authored-by: Eve Meelan <[email protected]>
…81091) Remove DevModeRequired from ft
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…and add tests (#81034) * DashboardDataSource: Improve handling of source provider activation, and add tests * Add setContainerWidth call
* Changelog: Updated changelog for 10.3.0 * Add release note --------- Co-authored-by: grafanabot <[email protected]> Co-authored-by: Andreas Christou <[email protected]>
* Changelog: Updated changelog for 10.3.1 * Update 10.3.1 CHANGELOG --------- Co-authored-by: grafanabot <[email protected]> Co-authored-by: Andreas Christou <[email protected]>
* Add includeAll and regex fields to VariableModel #67639 * Add allValue option to VariableModel
* Logs permalink: adjust for infinite scrolling * Refactor exception * Formatting
* Loading indicator: refactor * Infinite scroll: use ref to keep the last scroll * Infinite scroll: share loading indicator with log context * Infinite scrolling: override state * Infinite scroll: clean up imports and dependency array * Logs: disable order while loading * Infinite scroll: update ref before calling shouldLoadMore * Loading indicator: remove unused export * Logs order: move disabled prop to inline field * Formatting * Update betterer file
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: