https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
c9c6f51 Update 14 August 2024, 13:44:25 UTC
243a84d fix var name 14 August 2024, 13:43:55 UTC
8a5e3f9 AppChrome: Side pane state moved to AppChromeService! 14 August 2024, 13:34:38 UTC
ecda44d almost working 14 August 2024, 12:52:54 UTC
134b9f7 RBAC: Hide root level folder creation button if the user doesn't have the right permissions (#91502) * hide root level folder creation button if the user doesn't have the right permissions * linting 14 August 2024, 10:53:03 UTC
8d36111 IDForwarding: Set identity type and uid (#91830) * Set identity type and uid * Set uid without prefix * Update authlib version * Update to new claim name 14 August 2024, 08:51:44 UTC
d1b0e70 Plugins: Remove cards and list display options functionality from plugin catalogue (#91840) * remove displayMode functionality from plugin catalogue * remove test for removed functionality * fix linting 14 August 2024, 08:24:10 UTC
427dad2 Swagger: Add a custom swagger/api page (#91785) Co-authored-by: Kristian Bremberg <kristian.bremberg@grafana.com> 14 August 2024, 06:03:00 UTC
dacf11b K8s: Fix hack/update-codegen (#91867) 14 August 2024, 05:17:05 UTC
e90b272 docs: add play link to explore metrics to demonstrate (#91744) 13 August 2024, 21:16:50 UTC
1b0e6b5 K8s: Data Plane Aggregator (#91228) 13 August 2024, 19:28:17 UTC
4ce82d3 Chore: Update k8s.io dependencies to v0.30.0 (#91851) 13 August 2024, 18:01:48 UTC
699ff40 Logs panel: Enable displayedFields in dashboards and apps (#91810) * LogsPanelCfg: add displayedFields * LogsPanel: expose displayedFields * Chore: add docs * LogsPanel: add callbacks to external API * LogsPanel: expose field callbacks and add default implementation * chore: add unit test * chore: unfocus test * LogsPanel: add docs for new props * Enable by default 13 August 2024, 15:58:15 UTC
0a2db34 Alerting: use new Alertmanager update hooks for mute and active time intervals (#91404) 13 August 2024, 15:38:40 UTC
7b919e3 Alerting: MuteTimeService to support TimeInterval and MuteTimeInterval fields in Alertmanager config (#91500) * update notification policy provisioing to consider time intervals * change names of intervals to be in order 13 August 2024, 15:37:21 UTC
d52d04b Revert "Use dw dynamic config" (#91846) Revert "Use dw dynamic config (#91222)" This reverts commit 0258842f871e6d59928deda4120dcbdf5ef67602. 13 August 2024, 15:24:26 UTC
b4db8bb LDAP: Remove omitempty flag from json annotation (#91843) * remove omitempty flag from json annotation * fix unit test 13 August 2024, 15:17:52 UTC
e0b8a00 Prometheus: Histogram table format should keep `le` values as strings (#91662) * remove le value parsing as numbers * add tests 13 August 2024, 15:06:53 UTC
db33df5 Alerting: Template API to return errutil errors (#91821) 13 August 2024, 14:59:19 UTC
9067797 Feature: Allow to install plugins through configuration (#91790) 13 August 2024, 14:57:55 UTC
b03a709 [DOC] Update Tempo and Pyroscope data source doc (#91704) Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> 13 August 2024, 14:39:55 UTC
d779dfb Tempo: Select performance improvements (#91732) * Tempo select performance improvements * Update type * Tidy up and simplify * Update tagValueOptions * Update GroupBy options 13 August 2024, 14:24:58 UTC
d728467 Tempo: Send the existing query with the request for a tags values (#90931) * Send query with request * Ensure number tag values are added to query correctly * Update test * Update test 13 August 2024, 14:23:18 UTC
d817ee9 Docs: Add example to transpose transformation (#91823) 13 August 2024, 14:22:56 UTC
90b44fd Cloud migrations: GetSnapshotList only returns snapshots that belong to a session that exists (#91798) * Cloud migrations: GetSnapshotList only returns snapshots that belong to a session that exists * Cloud migrations: test GetSnapshotList * add one more test case for GetSnapshotList * fix test * store encryption key for testing 13 August 2024, 12:57:53 UTC
e9e5989 Alerting: Introduce useProduceNewAlertmanagerConfiguration (#91623) useProduceNewAlertmanagerConfiguration 13 August 2024, 12:34:38 UTC
8136fbe Chore: Add capability for overriding local development behaviour using env vars (#85603) 13 August 2024, 12:07:42 UTC
7359543 Alerting: Consolidate contact points dropdown and add filter in alert rules (#91690) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com> Co-authored-by: Sonia Aguilar <soniaaguilarpeiron@gmail.com> 13 August 2024, 11:56:13 UTC
149f02a Alerting: Add rule_group label to grafana_alerting_rule_group_rules metric (#88289) * Alerting: Add rule_group label to grafana_alerting_rule_group_rules metric (#62361) * Alerting: Delete rule group metrics when the rule group is deleted This commit addresses the issue where the GroupRules metric (a GaugeVec) keeps its value and is not deleted when an alert rule is removed from the rule registry. Previously, when an alert rule with orgID=1 was active, the metric was: grafana_alerting_rule_group_rules{org="1",state="active"} 1 However, after deleting this rule, subsequent calls to updateRulesMetrics did not update the gauge value, causing the metric to incorrectly remain at 1. The fix ensures that when updateRulesMetrics is called it also deletes the group rule metrics with the corresponding label values if needed. 13 August 2024, 11:27:23 UTC
71b56db alerting tutorial: improve visibility of part 2 (#91795) * alerting tutorial: improve visibility of part 2 * changed wording * Update docs/sources/tutorials/alerting-get-started/index.md Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> * applied suggestions * fixed admon * all pretty no pity --------- Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> 13 August 2024, 11:06:51 UTC
8961f39 add team_member index on user_id org_id (#91819) This pr adds a composite index on on the team_member table on user_id and org_id 13 August 2024, 10:58:00 UTC
b2eeb0d Alerting: update rule versions on folder move (#88376) * Alerting: update rule versions on folder move (#88361) * Add tracing to folder.Move and folder.Update 13 August 2024, 10:26:26 UTC
8044cb5 Plugins: Plugin details right panel is added. All the details were moved from thee top to the right panel (#90325) * PluginDetailsRight panel is added. All the details were moved from the top to the right panel * Add feature toggle pluginsDetailsRightPanel,Fix build, fix review comments * Fix the typo Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com> * hasAccessToExplore * changes after review, add translations * fix betterer * fix betterer * fix css error * fix betterer * fix translation labels, fix position of the right panel * fix the build * add condition to show updatedAt for plugin details * add test to check 2 new fields at plugin details right panel; * change the gap and remove report abuse button from core plugins * add more tests --------- Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com> 13 August 2024, 09:55:30 UTC
bac6806 chore: update issue template codeowners (#90925) Adds myself as an additional codeowner for issue templates given the current reliance on ordering for links to request a new plugin from Grafana. This may be a temporary solution prior to being able to raise the requests natively within Grafana. 13 August 2024, 08:57:51 UTC
8467838 Navigation: Remove grafana-aws-app from Infrastructure navigation (#91524) Remove grafana-aws-app from Infrastructure navigation 13 August 2024, 08:54:30 UTC
8bcd9c2 Identity: Remove typed id (#91801) * Refactor identity struct to store type in separate field * Update ResolveIdentity to take string representation of typedID * Add IsIdentityType to requester interface * Use IsIdentityType from interface * Remove usage of TypedID * Remote typedID struct * fix GetInternalID 13 August 2024, 08:18:28 UTC
0258842 Use dw dynamic config (#91222) * Remove kubernetesPlaylists feature_toggle * Remove unified_storage_mode * Remove double import * Regenerate feature-toggles * Read from config instead from feature_toggle * cover scenario for when unified storage is not defined 13 August 2024, 08:03:28 UTC
b67bcdb Alerting: Handle namespace and group query string params in Ruler API (#91533) * Handle namespace and group query string params in Ruler API * Use the new namespace and group query params when slashes in names * Add validation, add group handling in GMA Api * Move constants * Use checkForPathSeparator function * Fix linter issue 13 August 2024, 06:31:07 UTC
d54fdba Bump to go-duck v0.1.0 (#91794) * Bump to go-duck v0.1.0 This fixed ordering of the columns **What is this feature, why do we need it?** See https://github.com/scottlepp/go-duck/pull/14 for a description of the improvement we're including here **Who is this feature for?** Anyone who uses SQL Expressions. This is still an experimental feature, and only used by a very small number of instances. * Run `make update-workspace` 12 August 2024, 20:00:10 UTC
8fb334c Unified Storage: Adds back readme to resource store (#91812) adds back readme to resource store 12 August 2024, 19:48:14 UTC
5e638b4 Docs: add playlist management permissions (#91146) 12 August 2024, 14:53:02 UTC
d342e76 Chore: Add skeleton for background plugin installer (#91743) 12 August 2024, 14:39:31 UTC
25dbb32 Alerting: Vendor in latest grafana/alerting package (#91786) * temp * vendor * Remove dead code * Vendoring 12 August 2024, 14:37:15 UTC
2ed6ca3 Extensions: e2e test usePluginComponent hook (#91750) * add simple test apps that use usePluginComponent hook and exposeComponent api * add e2e test * update readme * Update README.md * fix lint issue * pr feedback 12 August 2024, 13:43:42 UTC
b9cece8 Bookmarks: Create Bookmarks landing page (#91538) 12 August 2024, 13:31:01 UTC
d00b487 Tempo: Simplify span filters logic and fix regex for tag only search (#90819) Simplify span filters logic and fix regex for tag only search 12 August 2024, 13:15:06 UTC
379249f Tempo: Tidy up and organise (#90649) * Move test files to folder * Update paths * Tidy up 12 August 2024, 13:12:22 UTC
6dce2ec Sparkline: Support spanNulls graph config prop (#91797) support spanNulls config prop for sparkline 12 August 2024, 12:36:52 UTC
c9ddc68 Prometheus: Add support to make parallel queries (#90316) * Add support for prometheus datasource to make parallel queries * Incorporate review comments * Update pkg/promlib/querydata/request.go Co-authored-by: ismail simsek <ismailsimsek09@gmail.com> * Fix lint * Add parallel queries behind feature flag * Fixing lint issue * Update go.mod * Update pkg/promlib/querydata/request.go * Update pkg/promlib/querydata/request.go --------- Co-authored-by: ismail simsek <ismailsimsek09@gmail.com> Co-authored-by: Charandas <542168+charandas@users.noreply.github.com> 12 August 2024, 12:31:39 UTC
369cd6f Chore: Migrate `dashboard_grid` styles to emotion (#91673) migrate dashboard grid styles to emotion 12 August 2024, 12:22:14 UTC
32e4ea3 I18n: Download translations from Crowdin (#91796) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 12 August 2024, 12:21:20 UTC
dface46 Chore: Migrate `gf-form` classes to emotion globals (#91632) * migrate gf-form classes to emotion globals * should be sm due to the different way the breakpoints work 12 August 2024, 12:16:16 UTC
78f7875 Chore: Migrate `Modal` SCSS styles to emotion (#91569) migrate modal scss styles to emotion 12 August 2024, 11:55:22 UTC
add99fb Alerting: Add basic support for active_time_intervals (#91710) 12 August 2024, 11:51:12 UTC
5487ea4 Alerting: Update remote Alertmanager config marshalling in test (#91791) 12 August 2024, 11:45:22 UTC
f11d6eb Alerting: Update contact points list and mute timings list on update (#91776) make sure that contact points list and mute timings list are updated when we update the alertmanager configuration 12 August 2024, 11:37:17 UTC
3303900 Scopes: Lift scopes at global level (#90136) 12 August 2024, 11:11:50 UTC
15f2b08 Alerting: Catch alert rule search exceptions (#91788) catch search exceptions and prevent from bubbling 12 August 2024, 10:13:26 UTC
82d051f AzureMonitor: Mark Azure Prometheus exemplars as public preview (#91674) Mark Azure Prom exemplars as public preview 12 August 2024, 10:11:45 UTC
6e7bc02 RBCA: Better separation between action set svc and store (#91491) better separation between action set svc and store 12 August 2024, 09:07:33 UTC
5bae9f1 Docs: Add docs for bulk updating team members (#91499) add docs for bulk updating team members 12 August 2024, 08:58:55 UTC
ab3e865 Adhoc Filters: add new feature toggle for 'one of' operator (#91688) add new feature toggle for 'one of' 12 August 2024, 08:56:42 UTC
7f1ae1c Identity: Update authlib to version that has correct commit to claims (#91784) * Update authlib to version that has correct commit to claims 12 August 2024, 07:39:48 UTC
e106df6 Auth: Update unified storage to depend on AuthInfo rather than Requester (#91783) depend on authlib user info 12 August 2024, 06:49:34 UTC
21d4a4f Auth: use IdentityType from authlib (#91763) 12 August 2024, 06:26:53 UTC
faf7cb9 Chore: Refactor explore metrics layout switcher and breakdown scene (#90944) * refactor breakdown scene * refactor BreakdownScene along with LayoutSwitcher * rename * don't pass default layout * better type handling * betterer 11 August 2024, 21:48:36 UTC
b8ebc5d Chore: Update lezer package of prometheus frontend (#91252) * update lezer package * Use UnquotedLabelMatcher instead of LabelMatcher * Use UnquotedLabelMatcher instead of LabelMatcher in parsing.ts 11 August 2024, 21:48:04 UTC
75f0b3a K8s: Test for changes to aggregator's postStartHooks (#91771) 11 August 2024, 00:32:57 UTC
8bb548e Transformations: Add 'transpose' transform (#88963) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 09 August 2024, 23:57:26 UTC
ec7a247 feat: Add atlassian statuspage (#91769) * add atlassian statuspage * fix test 09 August 2024, 22:48:31 UTC
5972dd0 Chore: Update names of DisabledPostStartHooks (#91767) 09 August 2024, 20:57:08 UTC
8525943 Docs: add Zoom to Reporting docs (#90219) Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> 09 August 2024, 20:28:39 UTC
30c3f5b Chore: Revert drone go workspace change to tests (#91762) 09 August 2024, 18:03:26 UTC
24c9aad Bump grafana-azure-sdk-go and related dependencies (#91124) * Bump Azure SDK and related dependencies * Update go.mods * update-workspace * Update go files 09 August 2024, 17:12:19 UTC
ee18c64 OpenTSDB: Fix test (#91761) Fix test 09 August 2024, 16:53:04 UTC
243c093 Auth: Use claims.AuthInfo in requester (#91739) 09 August 2024, 16:46:56 UTC
d52626b AzureMonitor: Add authproxy as supported user auth method (#91754) Add authproxy as supported user auth method 09 August 2024, 16:18:46 UTC
0650971 OpenTSDB: Fix data frame construction (#90991) * Update type and frame construction * Update tests * Keep dataField name as value 09 August 2024, 16:16:29 UTC
1108a00 Alerting: Support for optimistic concurrency in priovisioning Tempate API (#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 <100768211+brendamuir@users.noreply.github.com> 09 August 2024, 15:40:07 UTC
d20510a Docs: added pagination information for state timeline (#91749) 09 August 2024, 15:32:16 UTC
be32630 Auth: Skip email extraction when api url is not present (#91699) * Auth: Skip email extraction when api url is not present * fix lint: reduce cyclomatic complexity 09 August 2024, 15:20:54 UTC
bcfb66b Identity: remove GetTypedID (#91745) 09 August 2024, 15:20:24 UTC
6061fdc Chore: Fix requires_buildifier typo (#91747) 09 August 2024, 15:00:05 UTC
eee3a75 CloudMigrations: Misc cleanup before codefreeze (#91725) * fix retry logic * slight adjustments * fix disconnect and connect events * Update pkg/services/cloudmigration/cloudmigrationimpl/snapshot_mgmt.go Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> --------- Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> 09 August 2024, 14:38:08 UTC
13703de Chore: Update tests to use go-workspace script (#91746) 09 August 2024, 14:25:27 UTC
27545e3 Chore: Use golanglint-ci-includes script in Makefile (#91742) 09 August 2024, 14:05:02 UTC
e20c734 CloudMigration: Removes snapshot and resources when deleting a session (#91548) 09 August 2024, 13:42:45 UTC
1cc438a Zanzana: Evaluate dashboard and folder permissions (#91539) * 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 09 August 2024, 11:48:56 UTC
423d198 Scenes: Upgrade to v5.7.4 (#91741) 09 August 2024, 11:27:08 UTC
0077dd0 I18n: Download translations from Crowdin (#91737) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 09 August 2024, 10:19:40 UTC
122e291 Chore: Add dataplaneAggregator feature toggle (#91715) 09 August 2024, 08:41:07 UTC
c5c206d Semconv: Add k8s.dataplaneservice.name (#91714) 09 August 2024, 08:39:37 UTC
01fc310 StateTimeline: Add pagination support (#89586) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 09 August 2024, 02:44:17 UTC
970a6e7 Chore: Fix go workspace update script (#91720) 08 August 2024, 23:39:02 UTC
f4d2e06 Fix links to the What's new page in the PR template (#91672) 08 August 2024, 21:32:37 UTC
7f155b2 Chore: Add go workspace scripts (#91707) 08 August 2024, 20:51:17 UTC
54177ca experiment: use read replica for Get and Find Dashboards (#91706) 08 August 2024, 18:22:55 UTC
f463d62 Chore: Remove depguard rule skip in apiserver (#91705) 08 August 2024, 18:11:13 UTC
299c142 QuotaService: refactor to use ReplDB for Get queries (#91333) * Feature (quota service): Use ReplDB for quota service Gets This adds the replDB to the quota service, as well as some more test helper functions to simplify updating tests. My intent is that the helper functions can be removed when this is fully rolled out (or not) and we're consistently using the ReplDB interface (or not!) * test updates 08 August 2024, 17:41:33 UTC
787abcc Canvas: Fix selection box glitch when adding certain elements (#91654) * fix selecto glitch when adding certain elements * minor doc updates 08 August 2024, 16:42:24 UTC
back to top