forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 4
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
PMM-12314 Grafana 10.2.3 #688
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
fix a bug with nested folder metadata
Switch to sdk logger from infra logger
* Chore: Fix a11y debt in Login form * fix tests * token styles * more styles * pa11y * fix pa11y
…er last x point of data (grafana#78724) Fix regression stransformation prediction spacing
* DashboardScene: Show plugin extensions in panel menu * FIx test * Nits * Nit * Review nits
Add TOML tags back to OAuthInfo
…rafana#78739) * Popover menu: update event tracking attributes * Popover menu: move under explore/loggs * Popover menu: narrow down support to only Explore app
* Full text search * Tests
Only show support button if there is a dashboard
Backend code coverage report for PR #688 |
Frontend code coverage report for PR #688 |
* Remove mandatory backport checks * update backporting docs
…na Cloud (grafana#78731) Signed-off-by: Jack Baldry <[email protected]>
* Alerting: Add GetFullState method to FileStore * make tests compile, create stateStore in NewAlertmanager * return errors instead of logging, accept an arbitrary number of strings * make NewAlertmanager() accept a stateStore
* Update index.md added datasource permission api changes that have been introduced from version 9.2 For info - https://raintank-corp.slack.com/archives/C5PG2JK8W/p1700641440476549 * Update docs/sources/upgrade-guide/upgrade-v10.2/index.md Co-authored-by: Isabel <[email protected]> --------- Co-authored-by: Isabel <[email protected]>
* Explore: Deprecate exploreId in QueryEditorProps * remove exploreId from cloudwatch editor
no type assertions
Co-authored-by: Andrej Ocenas <[email protected]>
…fana#78508) * WIP * Restore trail using history and updateFromUrl() * Limit stored recent trails to 20 * Rename and refactor * Bookmark and store trails * No export * Remove unused event * Organise * Address feedback * Added button to remove bookmark. Added trail to home card * Added tests for trail store * Update * remove import * Fix home not updating after removing bookmark. Remove trail for home card * Remove button no longer absolute --------- Co-authored-by: Torkel Ödegaard <[email protected]>
* feat: data-trails: show current node and ancestry
* Alerting: Apply query optimization to eval endpoints Previously, query optimization was applied to alert queries when scheduled but not when ran through `api/v1/eval` or `/api/v1/rule/test/grafana`. This could lead to discrepancies between preview and scheduled alert results.
matejkubinec
assigned matejkubinec, doracretu3pillar and YashSartanpara1 and unassigned matejkubinec
Jan 16, 2024
DoraCretu594118
approved these changes
Jan 16, 2024
doracretu3pillar
approved these changes
Jan 16, 2024
YashSartanpara1
approved these changes
Jan 16, 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.
What this PR does / why we need it:
Which issue(s) this PR fixes:
PMM-12314
Special notes for your reviewer:
Added missing commits from 9.2.20 due to squash.