https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
e1b3da7 Change NoCause to CauseNone and change some test to me more Golang idiomatic 20 February 2023, 14:05:13 UTC
ff4fdb9 Change naming: PendingState to Cause 11 February 2023, 22:23:13 UTC
471a4c3 Add diff test 09 February 2023, 13:23:13 UTC
0461576 Remove API related flow ForError changes 09 February 2023, 12:50:12 UTC
33f2724 Change pending differentiation approach 09 February 2023, 12:45:59 UTC
1c3e8c8 Fix test (Needs for_error to be 0) 08 February 2023, 17:35:12 UTC
eef9756 Add state logic and tests 08 February 2023, 13:10:02 UTC
8deb5ed Add tests for AlertRule 08 February 2023, 13:10:01 UTC
02e0f16 Add ForError to AlertRule and AlertRuleVersion models and Patch it if it does not exist 08 February 2023, 13:10:01 UTC
515fe0f Add new for_error column to DB 08 February 2023, 13:10:01 UTC
bc67edb Fix RolePicker component offset when it has too many roles (#62857) Fix role picker offset with too many roles 08 February 2023, 11:09:27 UTC
25756b4 Codegen: Remove duplicated sections from generated docs (#62965) * Remove duplicated sections * Regenerate docs * Refactor schema.sections func (#63079) * Refactor schema.sections func * Small refactors --------- Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com> 08 February 2023, 11:07:00 UTC
470be14 CI: Do not clone repo in artifact-page step (#63077) 08 February 2023, 10:57:33 UTC
f46f8bd Plugins: Renamed parts of the UI extension APIs (#63070) * Renamed target -> id and href -> path after feedback. * fixed type issues in test page. * chore(pluginschemajson): update extensions props target -> id * this is the final. * fixed typings...again... --------- Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> 08 February 2023, 10:33:28 UTC
b88206d Cache: Refactor cache clients to use byte array (#62930) Signed-off-by: bergquist <carl.bergquist@gmail.com> 08 February 2023, 09:30:20 UTC
2804acd CI: Running Redis integration tests without grabpl (#63028) This restores some changes from https://github.com/grafana/grafana/pull/61920 that were accidentally deleted. 08 February 2023, 09:02:03 UTC
6322fce LDAP: Move to single package cluster (#63035) * move multildap to ldap package * move LDAP api and tests to ldap package * register background service * lint 08 February 2023, 08:32:59 UTC
dea108a DevEnv: Add k8s apiserver (#63031) Adds kind to bingo dependencies, and makes it available via `make devenv sources=apiserver`. 08 February 2023, 01:34:05 UTC
79b750a Prometheus: Table format throwing error on empty result (#63053) * fix bug in prometheus table view which is throwing error when a query returns no results 07 February 2023, 20:58:08 UTC
09637ca Chore: Remove search_srv (#62964) * Chore: Remove Search Service * use getSortOptions from grafana searcher * wip * fix library panels search tests 07 February 2023, 20:28:07 UTC
f80bf11 Alerting: Make time range query parameters not required when querying Loki (#62985) * Make from and to not required * Move default range calculation up to loki.go 07 February 2023, 20:26:43 UTC
42be0e1 fix(dashboard version service): add DashboardUID to query and responses (#60800) * fix(dashboard version service): add DashboardUID to query and responses The DashboardUID was not populated in the response from Get and ListDashboardVersions. This adds the DashboardUID to the Get query (it was already in List) and populated the DashboardUID in the returned DashboardVersionDTOs. 07 February 2023, 17:27:38 UTC
a5786bb CloudWatch: Add Cloudfront Function metrics (#62990) feat: add Cloudfront Function metrics to NamespaceMetricsMap Signed-off-by: Conor Evans <coevans@tcd.ie> 07 February 2023, 16:30:36 UTC
078639a RBAC: add folder UID scope resolver (#62695) * add folder uid scope resolver * undo guardian change, move it to a separate PR * fix test + linting 07 February 2023, 16:27:20 UTC
1cfd3f8 Plugins: Support for link extensions (#61663) * added extensions to plugin.json and exposing it via frontend settings. * added extensions to the plugin.json schema. * changing the extensions in frontend settings to a map instead of an array. * wip * feat(pluginregistry): begin wiring up registry * feat(pluginextensions): prevent duplicate links and clean up * added test case for link extensions. * added tests and implemented the getPluginLink function. * wip * feat(pluginextensions): expose plugin extension registry * fix(pluginextensions): appease the typescript gods post rename * renamed file and will throw error if trying to call setExtensionsRegistry if trying to call it twice. * added reafactorings. * fixed failing test. * minor refactorings to make sure we only include extensions if the app is enabled. * fixed some nits. * Update public/app/features/plugins/extensions/registry.test.ts Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * Update packages/grafana-runtime/src/services/pluginExtensions/registry.ts Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * Update packages/grafana-runtime/src/services/pluginExtensions/registry.ts Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * Update public/app/features/plugins/extensions/registry.test.ts Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * Moved types for extensions from data to runtime. * added a small example on how you could consume link extensions. * renamed after feedback from levi. * updated the plugindef.cue. * using the generated plugin def. * added tests for apps and extensions. * fixed linting issues. * wip * wip * wip * wip * test(extensions): fix up failing tests * feat(extensions): freeze registry extension arrays, include type in registry items * added restrictions in the pugindef cue schema. * wip * added required fields. * added key to uniquely identify each item. * test(pluginextensions): align tests with implementation * chore(schema): refresh reference.md --------- Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> 07 February 2023, 16:20:05 UTC
8a94688 Logs: Rename dedup to deduplication (#62944) * fix: rename dedup with deduplication * docs: update documentation * fix: update names 07 February 2023, 16:17:10 UTC
5564b93 CommandPalette: Move quick add actions to top level (#62900) * Move quick actions to top level * Change quick action verb to "Create" * create to 'new' * fix comment * update translations * undo changing alerting 07 February 2023, 16:10:43 UTC
8684fa7 Remove explicit user agent definition (#63019) 07 February 2023, 15:49:20 UTC
b5ef962 Folders: set org ID when converting from dash to a folder (#63045) set org ID when converting from dash to a folder 07 February 2023, 15:43:21 UTC
7019287 Auth: Add deprecation notice for oauth_skip_org_role_update_sync (#62712) * add: deprecaation notice for overall setting * add: deprecation notice for configuration files * chore: update docs with deprecation notice * refactor: change to note the new setting instead * Update pkg/setting/setting.go Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> * refactor: based on review comments --------- Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com> 07 February 2023, 15:28:40 UTC
ba9bdf3 Update publishing workflows to use organization secret (#63001) The new tokens are managed centrally and have a longer expiry. Administrators of the grafanabot account will be notified of the pending expiry and the secret can be rotated centrally without the need for a repository administrator to update their secrets. The existing repository secrets can safely be removed. The tokens for those secrets will be removed by the end of this week. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 07 February 2023, 15:13:47 UTC
c012bb2 Use more portable output redirection (#62686) Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 07 February 2023, 15:10:16 UTC
3133e6c Use organization ISSUE_COMMANDS_TOKEN with reduced scope (#62446) The GH_BOT_ACCESS_TOKEN has permissions beyond those required for addToProject and other API commands that the issue_commands workflow uses. The new token is set at an organization level so it does not require repository administrators to rotate the token. It also has the minimal classic PAT permissions to facilitate the workflow. It has expiry but that expiry is reported via email to the engineering organization and the IT Helpdesk have permissions to regenerate the token when expiration is imminent. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 07 February 2023, 15:08:40 UTC
c4909a6 Docs: fix typo (#63032) 07 February 2023, 14:51:18 UTC
4fd7743 Docs: Update backend contribution guidelines (#63034) 07 February 2023, 14:44:56 UTC
06dc965 Chore: Bump decode-uri-component to latest (#63014) chore(npm): bump decode-uri-component to latest 07 February 2023, 14:38:38 UTC
c3af43a Chore: Update json5 to 2.2.3 (#63033) chore(npm): update more json5 deps to latest 07 February 2023, 14:22:22 UTC
1e68273 Chore: Update ua-parser-js to latest (#63016) chore(npm): update ua-parser-js to latest 07 February 2023, 14:08:18 UTC
b9f6976 Chore: Bump JSON5 to latest versions (#63009) chore(npm): bump json5 to latest versions 07 February 2023, 14:05:26 UTC
955c7b1 Alerting: Change error log to warning and apply correct format when updating historic config (#62973) * change error to warning, apply correct format * Update pkg/services/ngalert/store/alertmanager.go Co-authored-by: George Robinson <george.robinson@grafana.com> * different wording and data --------- Co-authored-by: George Robinson <george.robinson@grafana.com> 07 February 2023, 14:04:05 UTC
b0213a4 KVStore: Include database field in migration (#62790) 07 February 2023, 13:54:22 UTC
6ad5f95 Chore: Bump http-cache-semantics to 4.1.1 (#62959) chore(npm): bump http-cache-semantics to 4.1.1 07 February 2023, 13:51:20 UTC
f970745 UI/MenuItem: Add support for shortcut labels (#62878) * UI/MenuItem: Add support for shortcut labels * Adjust spacing 07 February 2023, 13:41:38 UTC
8dd75f6 Chore: Bump qs (#62958) chore(npm): bump qs 07 February 2023, 13:36:17 UTC
999c836 Explore: Consolidate logs volume logic (full range and limited) (#61995) * Consolidate logs volume logic (full range and limited) * Fix showing limited histogram message * Test passing meta data to logs volume provider * Improve readability * Clean up types * Move the comment back to the right place * Improve readability 07 February 2023, 13:32:06 UTC
b4d2eae Chore: Bump simple-git to 3.16.0 (#62948) chore(npm): bump simple-git to 3.16.0 07 February 2023, 13:21:47 UTC
c9773e5 Search: Switch to list view when filtering by tags (#63004) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 07 February 2023, 12:05:00 UTC
955e49c Update dependency eslint-plugin-jsdoc to v39.8.0 (#63013) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 07 February 2023, 11:53:14 UTC
ee52dba Update dependency @types/node to v18.13.0 (#63012) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 07 February 2023, 11:52:58 UTC
2a29a07 Plugins: Add optional logger for plugin requests sent to backend plugins (#62981) Signed-off-by: bergquist <carl.bergquist@gmail.com> 07 February 2023, 11:49:16 UTC
7384ec0 Chore: Update Parca data query docs (#63011) 07 February 2023, 11:39:22 UTC
a2f8dd7 Docs: Fix 404 links in build a plugin page (#63006) 07 February 2023, 11:01:44 UTC
1b58248 Toolkit: Support Node 18 (#62979) Chore: Bump eslint-plugin-jsdoc to 39.6.2 07 February 2023, 10:56:40 UTC
3927b6f Update Yarn to v3.4.1 (#62894) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 07 February 2023, 10:42:28 UTC
13b38a3 Chore: Bump Storybook to 6.5.16 (#62950) chore(storybook): bump to 6.5.16 07 February 2023, 10:11:07 UTC
0fcc864 Docs: Add Schema maturity docs (#61963) * Docs: Add Schema maturity docs * Remove 'which category' section from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Remove Maturity process guides from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Remove Defaults and Field optionality from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Remove MaybeRemove section from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Remove Milestone 3 and 4 from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Rearrange schema maturity docs * Regenerate schema docs after merge with main * Update Maturity docs headers, keep single h1 * Update wording in Schema docs Co-authored-by: Tania <yalyna.ts@gmail.com> * Regenerate docs after merge with main --------- Co-authored-by: sam boyer <sdboyer@grafana.com> Co-authored-by: Tania <yalyna.ts@gmail.com> 07 February 2023, 10:02:05 UTC
121260e Parca: Use data query schema (#62840) * Parca data query schema * Remove groupBy 07 February 2023, 09:56:21 UTC
f6d856f SupportBundles: Add support bundle documentation (#61855) * add support bundle page * Update docs/sources/troubleshooting/support-bundles/index.md * Update docs/sources/troubleshooting/support-bundles/index.md Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> * copy edit * Update docs/sources/troubleshooting/support-bundles/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> Co-authored-by: Chris Moyer <chris.moyer@grafana.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 07 February 2023, 09:39:47 UTC
3a8f2bb Chore: ignore a11y rule since there's a button handling keyboard interaction (#62853) ignore a11y rules since there's a button handling keyboard interaction anyway 07 February 2023, 09:25:25 UTC
9d66b18 Instrumentation: removes option to return uname as header (#62929) Signed-off-by: bergquist <carl.bergquist@gmail.com> 07 February 2023, 09:04:20 UTC
3953704 AppChrome: Reduce re-renders for identical pageNavs (#62483) * AppChrome: Reduce re-renders for identical pageNavs * Update * removed log 07 February 2023, 07:01:22 UTC
b1e58eb Chore: Replace short UID generation with more standard UUIDs (#62731) 07 February 2023, 01:44:37 UTC
ee2e294 docs: upgrade guide refactor organizes releases into their own pages; moves upgrade guide to the root (#62402) * organizes releases into their own pages; moves upgrade guide to the root * adds and removes aliases * Update docs/sources/upgrade-guide/upgrade-v8.0/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/upgrade-guide/upgrade-v8.0/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/upgrade-guide/upgrade-v8.0/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/upgrade-guide/upgrade-v9.3/index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/shared/upgrade/upgrade-common-tasks.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/shared/upgrade/upgrade-common-tasks.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/shared/upgrade/upgrade-common-tasks.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * corrects relrefs --------- Co-authored-by: Jack Baldry <jack.baldry@grafana.com> 06 February 2023, 22:01:30 UTC
5343255 Chore: Timeseries cleanup avoid React.FC (#62984) timeseries FC 06 February 2023, 21:53:56 UTC
dc64c9d featureflag: removes unused feature flag (#62983) Signed-off-by: bergquist <carl.bergquist@gmail.com> 06 February 2023, 21:01:04 UTC
49ccae7 RBAC: cascaded nested folder permissions for search v2 (#62608) * fetch inherited folder scopes for search v2 * fix error and don't fetch parents for the general folder * remove feature toggle check and lower log level 06 February 2023, 17:38:15 UTC
161ff6d Auth: Add test for oauth okta skip org role sync (#62547) * add tests to oauth okta * refactor: tests to make them work with the new structure * add: three tests for okta oauth provider 06 February 2023, 17:17:03 UTC
4037e5e Add canonical URL to all HTTP API docs (#62957) Facilitates mounting these docs in the Grafana Cloud documentation set without affecting SEO. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> 06 February 2023, 17:14:36 UTC
f916335 Support bundles: Refactor registry into separate service (#62945) * add bundle registry service to avoid dependency cycles * move user support bundle collector to user service * move usage stat bundle implementation to usage stats * add info for background service * fix remaining imports * whitespace 06 February 2023, 16:50:03 UTC
0994340 docs: fix broken annotations link (#62834) * docs: fix broken annotations link Link to annotations section is broken because the section was never added. A placeholder for it was removed on this commit, but the link wasn't. This seems like the best place to point to. * fix relref formatting Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * removed TODOs from tables * prettier linting --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 06 February 2023, 16:48:42 UTC
14a78b5 Authn: Stat registration (#62934) * reorganize auth usage stats * usage stat privilege elevators * stat count of modified role * cfg related info * add authn anon client * kv store * ensure anon enabled is collected even if client is not registered * fix usage stats test 06 February 2023, 16:23:53 UTC
ac942d5 Loki: Add placeholder to the loki query editor (#62773) * fix: add placeholder to loki query editor * fix: use original placeholder * refactor: extract set placeholder into seperate function * fix: use correct monaco types * revert: unwanted change from merge 06 February 2023, 15:38:19 UTC
cf27218 Docs: corrects typo (#62954) corrects typo 06 February 2023, 15:35:13 UTC
e5c48ac CI: Remove variants arg from `package` step (#62858) * Remove variants arg from package step # Conflicts: # .drone.yml * Fix starlark lint * Default to releaseModeConfig.Variants * Check for empty variants arg 06 February 2023, 15:15:42 UTC
7824900 Alerting: fix "policy" typo (#62953) 06 February 2023, 14:27:37 UTC
d103c58 MSSQL/Postgres: List views in table dropdown as well (#62867) * MSSQL: Query views for table dropdown * Postgres: Query views for table dropdown 06 February 2023, 14:16:32 UTC
fc6a4ee Datasources: Add optional tracking for datasources list viewed (#62949) chore: add optional tracking for datasources list viewed 06 February 2023, 13:57:55 UTC
64c2032 Auth: removes temporary cache of user session token (#62730) Signed-off-by: bergquist <carl.bergquist@gmail.com> 06 February 2023, 12:51:12 UTC
9311085 AuthN: support sync cache for proxy client (#62874) * AuthN: Add cache support for auth proxy to skip sync * AuthN: Change proxy auth hook to be a client hook * AuthN: fix cache key * fix test * lint 06 February 2023, 12:30:05 UTC
791b100 remote cache: new function to get/set cache items as byte arrays (#62916) Signed-off-by: bergquist <carl.bergquist@gmail.com> 06 February 2023, 12:08:03 UTC
e3512dd Datasources: Fix tracking event name (#62940) fix: fix typo in event name 06 February 2023, 11:15:44 UTC
ee2878f Chore: Fix logging message in folder service (#62939) 06 February 2023, 11:11:32 UTC
f815c69 Connections: Fix redirection when creating new DS (#62938) fix: redirect to connections when creating a new DS from the catalog 06 February 2023, 10:24:04 UTC
5736991 Loki Query Editor: Make Monaco the default editor (#62247) * feat(loki-editor): remove slate and make Monaco the default editor * feat(loki-editor): remove unsupported usages of onBlur * feat(loki-editor): remove monaco feature flag * Chore: remove unused import 06 February 2023, 10:18:01 UTC
4d268cb NestedFolders: use guardian.NewByUID to check folder permissions (#62864) 06 February 2023, 10:14:22 UTC
9893408 Refactor: Use data source UID rather than ID (#62781) 06 February 2023, 10:12:44 UTC
8f96fe5 Update dependency eslint to v8.33.0 (#62913) * Update dependency eslint to v8.33.0 * update eslint sdk as well --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 06 February 2023, 10:02:19 UTC
32e6af9 Prometheus: Refactor. Use data source UID rather than the deprecated ID (#62795) 06 February 2023, 10:02:02 UTC
5205cfb SAML: Update library (fix single logout) (#62880) * SAML: update library (fix single logout) * Run go mod tidy 06 February 2023, 08:14:36 UTC
39116b9 Chore: Remove previews crawler UI (and feature flag) (#62906) 03 February 2023, 21:45:10 UTC
0efb846 Alerting: Create benchmarking test for state.ProcessEvalResults (#62041) * Create benchmark for ProcessEvalResults * Simplify the test 03 February 2023, 21:38:08 UTC
72790b0 Live: Remove dev code that would save config and messages in SQL (#62912) 03 February 2023, 21:21:48 UTC
84a6671 Cloudwatch: generate types (#61770) * New pfs impl * Reached codegen parity with old system * Update all models.cue inputs * Rename all models.cue files * Remove unused prefixfs * Changes Queries->DataQuery schema interface * Recodegen * All tests passing, nearly good now * Add SchemaInterface to kindsys props * Add pascal name deriver * Relocate plugin cue files again * Clarify use of injected fields * Remove unnecessary aliasing * Move DataQuery into mudball * Allow forcing ExpandReferences on go type generation * Move DataQuery def into kindsys, add generator to copy it to common * Fix copy generator to replace package name correctly * Setup Cloudwatch data query schema * Add go file * Re-generate types * Re-generate types * Add missing files * Re-generate docs * Add MetricStat * Add CloudWatchAnnotationQuery * Remove DataQuery extension * Fixes * Sync with main * Update report --------- Co-authored-by: sam boyer <sdboyer@grafana.com> 03 February 2023, 20:27:48 UTC
ebe5462 Docs: removes Grafana Cloud CTA (#62827) removes Grafana Cloud CTA 03 February 2023, 18:36:46 UTC
061e6d5 Dataplane: Add typeVersion to data frame metadata (#61824) 03 February 2023, 17:54:26 UTC
20ec54f Elasticsearch: Use generated types in data source (#62753) * Use generated types in frontend * Export missing MetricAggregationWithMeta * Remove not needed changes * Update * Fix lint * Update comments 03 February 2023, 17:04:12 UTC
bbb572e Canvas: Improve anchor UX (#62409) Co-authored-by: nmarrs <nathanielmarrs@gmail.com> 03 February 2023, 17:02:37 UTC
43ce077 Canvas: Update server element design (#62832) 03 February 2023, 16:59:29 UTC
db953c9 Canvas: Support color themes for arrows (#62829) 03 February 2023, 16:50:36 UTC
f066e8c Alerting: Update to alerting 20230203015918-0e4e2675d7aa (after refactoring) (#62823) * add alerting prefix to some packages from alerting that have similar names in prometheus alertmanager 03 February 2023, 16:36:49 UTC
back to top