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
Noamlevy/sc 19070/theatre grafana 11 2 #33
Merged
noamApps
merged 10,000 commits into
groundcover-main
from
noamlevy/sc-19070/theatre-grafana-11-2
Sep 15, 2024
Merged
Noamlevy/sc 19070/theatre grafana 11 2 #33
noamApps
merged 10,000 commits into
groundcover-main
from
noamlevy/sc-19070/theatre-grafana-11-2
Sep 15, 2024
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
* CI: Add new RRC pipeline
* send dashboard commands instead of dashboards * move status updates before goroutine to ensure frontend polls * fix syncing issues between snapshot state and resources * make sessionUid a requirement for modifying snapshots * move the function I meant to move earlier * remove accidental commit * another accidental commit * verify UpdateSnapshot is called with sessionUid * revert * pass in session uid everywhere * forgot to save * fix unit test * fix typo * tiny tweak
unified: fix flaky integration test
* alerting/tutorials:killercoda * changed asset * alerting: add killercoda to get started tutorial * applied suggestions * all pretty, no pity
* $debug -> $$debug * use bash instead of sh * Update publish_images.star * Install bash in the docker/docker image * buildifier
authz: use authlib client Co-authored-by: Gabriel MABILLE <[email protected]>
…older (grafana#89865) * refactor `selectorString` and remove Selector struct * move code from selector string to BuildLogQuery * batch requests by folder UID * update historian annotation store to handle multiple queries * sort folder uids to make consistent queries * add logs to loki http * log batch size but not content. content is logged by the client
* chore: update alerting swagger spec * update public swagger --------- Co-authored-by: rwwiv <[email protected]> Co-authored-by: Yuri Tseretyan <[email protected]>
Co-authored-by: Gabriel MABILLE <[email protected]>
…a#91150) * Detach validator from evaluator * Drop unnecessary interface and type
* refactor replCfg to look more like plugins/plugin config * validateReplicaConfigs must handle inconsistencies in type names due to the WithHooks suffix
…alerts when state reason is NoData (grafana#88819) * include a list of ref_Id and datasource UID to alerts when state reason is NoData. --------- Signed-off-by: Syed Nihal <[email protected]>
* optionally set tls=preferred in the mysql connection string from env var
* wip * Add save functionality to query row * add success conditional * move around translations * Add translations * Add key to fix test * Add key to the right spot * define specific save button * WIP - Use RowActionComponents to add action without modifying the core component * Only add component once on render * Move logic to main explore page * Add keyed render actions to prevent redundancy, use this to add keyed action * Overcome the forces of dayquil to attempt to make actual sense * Add scoped actions to query action component * Spaces not allowed in generateName
add i18n translations
…threshold (grafana#91224) * fix persister to save result fingerprint * revert change * fmt
grafana#90926) * add support for template vars in filter by value transformation for regex matcher * less code is more code * add test to confirm interpolation works for regex * suggestions input for regex editor --------- Co-authored-by: Adela Almasan <[email protected]>
… and window calcs as generally available (grafana#91160)
…es (grafana#91216) disable integration tests to unblock pipelines until we find the issue
…ginUpdates is false (grafana#91194) * Angular deprecation: Disable dynamic angular inspector if CheckForPluginUpdates is false * Add tests * add type checks for dynamic service
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 423d198)
* Zanzana: basic folder permissions checks * Fix managed permissions for teams * fix sync batch size * add dashboards actions translations * migrate folder tree * migrate dashboard folders * remove action sets from schema * Adding more dashboard and folder-related permissions * refactor * Correctly translate dashboard permissions in folders * fix dashboard parent permissions (cherry picked from commit 1cc438a)
grafana#91548) (cherry picked from commit e20c734)
(cherry picked from commit 27545e3)
(cherry picked from commit 13703de)
* fix retry logic * slight adjustments * fix disconnect and connect events * Update pkg/services/cloudmigration/cloudmigrationimpl/snapshot_mgmt.go Co-authored-by: Matheus Macabu <[email protected]> --------- Co-authored-by: Matheus Macabu <[email protected]> (cherry picked from commit eee3a75)
(cherry picked from commit 6061fdc)
(cherry picked from commit bcfb66b)
* Auth: Skip email extraction when api url is not present * fix lint: reduce cyclomatic complexity (cherry picked from commit be32630)
(cherry picked from commit d20510a)
… API (grafana#91195) * support optimistic concurrency in template service * update request handler to get version from query parameter * return not found if a new template is set with version * update PUT api to set version * update documentation + for mute timings --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit 1108a00)
* Update type and frame construction * Update tests * Keep dataField name as value (cherry picked from commit 0650971)
) Add authproxy as supported user auth method (cherry picked from commit d52626b)
(cherry picked from commit 243c093)
Fix test (cherry picked from commit ee18c64)
* Bump Azure SDK and related dependencies * Update go.mods * update-workspace * Update go files (cherry picked from commit 24c9aad)
(cherry picked from commit 30c3f5b)
Co-authored-by: Isabel Matwawana <[email protected]> (cherry picked from commit 8525943)
(cherry picked from commit 5972dd0)
* add atlassian statuspage * fix test (cherry picked from commit ec7a247)
…sc-19070/theatre-grafana-11-2
yosizelensky
approved these changes
Sep 15, 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 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: