forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync upstream #1
Open
maidmaid
wants to merge
10,000
commits into
tipee-sa:main
Choose a base branch
from
grafana:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…otations query (#97734) * Fix `min step` parameter interpolation in prometheus annotations query Looks like the step is interpolated in annotationQuery, but not interpolated in processAnnotationResponse. Fixing that. * Update packages/grafana-prometheus/src/datasource.ts Co-authored-by: Brendan O'Handley <[email protected]> * Added test for non-default step * modified tests * apply prettier manually --------- Co-authored-by: Brendan O'Handley <[email protected]>
Co-authored-by: Thanos Karachalios <[email protected]>
* fix: handling of special chars * docs: add clarity * fix: escaping * refactor: put changes behind new feature toggle * docs: use consistent comment style * refactor: rename feature toggle for brevity * use single quotes * fix unit tests * remove redundant json entry * fix: keep all changes behind feature toggle * fix: support builder mode * fix: don't escape when using regex operators * fix: code mode label values completions with special chars * refactor: remove unneeded changes * move feature toggle up so new changes from main won't conflict with ours * fix: escape label values in metric select scene * refactor: ensure changes are behind feature toggle --------- Co-authored-by: ismail simsek <[email protected]>
Signed-off-by: Maicon Costa <[email protected]>
* Add support for 0 empty value * Remove only * Add zero option
Co-authored-by: Haris Rozajac <[email protected]>
* Update dependency stylelint-config-sass-guidelines to v12 * fix stylelint issues * fix indentation * update snapshots * linting... * linting... --------- 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>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Bump authlib
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* tutorial>alerting:get started with grafana alerting part 3 * draft 1 * call-to-action * typos * all pretty, no pity * delete sentence * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/tutorials/alerting-get-started-pt2/index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/tutorials/alerting-get-started-pt2/index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/tutorials/alerting-get-started-pt2/index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/tutorials/alerting-get-started-pt3/index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/tutorials/alerting-get-started-pt3/index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/tutorials/alerting-get-started-pt3/index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/tutorials/alerting-get-started-pt3/index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/tutorials/alerting-get-started-pt3/index.md Co-authored-by: brendamuir <[email protected]> * admon * pretty again * links * format * group interval note * Update docs/sources/tutorials/alerting-get-started-pt3/index.md Co-authored-by: brendamuir <[email protected]> * rmved note --------- Co-authored-by: brendamuir <[email protected]>
* AuthZService: Cache folder tree * Remove fmt * Suggestion * Add tests
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#98167) * Dashborads: Fixes week relative time ranges when weekStart was changed * Fix * Update
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…sion and snapshot url (#98206) * Make dashboard prompt ignoreChanges schema version independent * Serializer: add interface for snapshot url retrieval * Revert "Make dashboard prompt ignoreChanges schema version independent" This reverts commit 65466c2. * Add dashbaord version to scene metadata * Add tracking info * Revert "Add tracking info" This reverts commit 4c58c66. --------- Co-authored-by: Ivan Ortega <[email protected]>
set default code editor font to roboto mono
* Add better error messaging - Ensure it's clear to users what action needs to be taken if an operation ID cannot be found - Add test * Display resource picker for trace exemplar queries * Remove unneeded test * Update tests
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Add documentation about auto-triager bot * Add diagram * Update links to prompts and labels files
…le changes (#98718) * Make sure we activate the parent and tree even if current panel is active * force activate full scene object tree --------- Co-authored-by: Sergej-Vlasov <[email protected]>
Co-authored-by: Mariell Hoversholm <[email protected]> Co-authored-by: Roberto Jimenez Sanchez <[email protected]>
… for provisioning of lbac rules (#98678) * update docs to direct to our terraform provider for provisioning * run prettier * Update _index.md --------- Co-authored-by: Irene Rodriguez <[email protected]>
* Introduce DashboardScenePageStateManagerLike interface * Implement dash loader for handling v2 api * Transformation improvements * Update response transformer test * v2 schema: Remove defaultOptionEnabled from ds variable schema * v2 schema: Make annotations filter optional * WIP render dashboard from v2 schema * Force dashbaord scene for v2 api * V2 schema -> scene meta transformation * v2 api: Handle home dashboard * Use correct api client in DashboardScenePage * Correctly use v2 dashboard scene serializer * Remove unnecesary type assertions * Handle v2 dashboard not found * Fix type * Fix test * Some more tests fix * snapshot * Add dashboard id annotation * Nits * Nits * Rename v2 api * Enable snapshot variables * Support getSnapshotUrl() for v2 serializer * fix * Make metadata available in the serializer * Test * Decouple meta info * State Manager: Extract snapshot loading into loadSnapshot * Fix tests * Add test for snapshot url * Don't expose dashboardLoaderSrvV2 * Remove TODO * Bubble up loading snapshot error to error boundary * Fix test --------- Co-authored-by: Dominik Prokop <[email protected]>
* Update dependency typescript to v5.7.2 * typescript fixes * don't need this change * remaining typescript fixes * remove emotion/react aliasing --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <[email protected]>
…`__` (#98730) Loki: Only hide a set of labels
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Isabel Matwawana <[email protected]>
* Auth: disable passwordless auth if any SAML/OAuth is enabled * Update pkg/services/authn/authnimpl/registration.go Co-authored-by: Victor Cinaglia <[email protected]> * simplify check if any auth providers are enabled * add accidentally removed break statement, use IsEnabled with empty context to check if PasswordlessMagicLinkAuth enabled * use IsClientEnabled * Update pkg/api/frontendsettings.go Co-authored-by: Misi <[email protected]> --------- Co-authored-by: Victor Cinaglia <[email protected]> Co-authored-by: Misi <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Remove permissions call which would get folders again * Remove comment
* Set span filters through panel options WIP * Replace vars, tags editor, service and span name are now selects * Fix undefined access * Fix sync between panel options and span filters component * Refactor tags input and use it in the plugin options * Fix options to panel communication * Rename Tags file. Fix tag values loading in dropdown * Fix clear tags * useMount instead of useEffect * Replace HorizontalGroup with Stack * Update betterer results --------- Co-authored-by: Joey Tawadrous <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): remove obsolete prometheus replace directive Signed-off-by: Dave Henderson <[email protected]> * chore: Replace newly-deprecated call Signed-off-by: Dave Henderson <[email protected]> --------- Signed-off-by: Dave Henderson <[email protected]>
…ation (#98289) * add test * update state manager to take image only once per rule evaluation process execution * update test
…8590) Remove blank lines prefixes in contact point types
…98721) Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Isabel Matwawana <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[search] - filter by starred
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.
No description provided.