sort by:
Revision Author Date Message Commit Date
f956a47 Admin/Plugins: Change alert about Connections to subtitle (#65913) * change ConnectionRedirectNotice to a subtitle on Admin/Plugins * cleanup ConnectionsRedirectNotice a bit (cherry picked from commit eec7462bc3b103c04e47a25125a0a134017c9aa5) 05 April 2023, 08:24:40 UTC
638a277 [v9.5.x] PluginExtensions: Fixed issue in typings for the onClick link callback (#65979) PluginExtensions: Fixed issue in typings for the onClick link callback (#65978) * Fixed bug with event being forced. * Made onClick undefinable in the config as well. * Fixed some more type issues. (cherry picked from commit 9719ee9bd30cd3750fa86558c6ba78dea9b7552e) Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> 05 April 2023, 06:05:51 UTC
c7cc686 [v9.5.x] Alerting: Use a completely isolated context for state history writes (#65969) Alerting: Use a completely isolated context for state history writes (#64989) * Add fresh context with timeout and same log properties, re-derive logger * Unify timeout constants * Move ctx after shortcut that got added through rebasing * Unify timeouts * Port opentracing's SpanFromContext and ContextFromSpan to the grafana tracing package * Support both opentracing and otel variants * Better document why we're creating a new ctx * Add new func to FakeSpan which was added after rebase * Support grafana-specific traceID key in both tracer implementations (cherry picked from commit fb520edd72624794ab257ddb039a28675e65f1fe) Co-authored-by: Alexander Weaver <weaver.alex.d@gmail.com> 04 April 2023, 22:12:30 UTC
119fb76 [v9.5.x] Docs: Added note to contact Support (#65959) Docs: Added note to contact Support (#65235) * Added note to contact Support * Update docs/sources/setup-grafana/configure-security/configure-authentication/enhanced-ldap/index.md * Update docs/sources/setup-grafana/configure-security/configure-authentication/enhanced-ldap/index.md * makes prettier * Apply suggestions from code review --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Chris Moyer <chris.moyer@grafana.com> (cherry picked from commit 445734888b8e6340aef65c3141fcecdb4b9d2ac9) Co-authored-by: melGL <81323402+melgl@users.noreply.github.com> 04 April 2023, 18:41:24 UTC
fbb66e6 [v9.5.x] Loki Query Splitting: Fix bug for mixed split durations (#65928) Loki Query Splitting: Fix bug for mixed split durations (#65925) * Query splitting: fix next request group pointer calculation * Update unit test (cherry picked from commit 44beef2e413aacea97c98a160decfa7608dc5b69) Co-authored-by: Matias Chomicki <matyax@gmail.com> 04 April 2023, 14:28:03 UTC
ea8d170 [v9.5.x] PluginExtensions: Fixed issue with incorrect type being exposed when configuring an extension (#65914) PluginExtensions: Fixed issue with incorrect type being exposed when configuring an extension (#65910) Fixed issue with wrong type required in configureExtensionLink (cherry picked from commit 68796a9f3190e807ebef8ee6cf34fb2a5c5e81dd) Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> 04 April 2023, 12:40:19 UTC
f34d0df Release: Bump version to 9.5.0 (#65888) "Release: Updated versions in package to 9.5.0" 04 April 2023, 07:43:02 UTC
ea6aedd docs: nav updates for data sources (#65873) * navigation related text updates * fixed lead-in sentences and indented config options as part of steps * updated azure managed identity image * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 03 April 2023, 20:45:28 UTC
a270188 Nested folders: Fix moving folder under root (#65684) * Nested folders: Fix moving folder under root * Add store test for not empty parent after update * Modify folder and document store update implementation Move folder only if NewParentUID is not nil * Apply suggestion from code review 03 April 2023, 18:24:36 UTC
ac09372 Docker: Allow to get commit sha when using root Dockerfile (#65870) * Allow to get commit sha when using root Dockerfile 03 April 2023, 18:24:14 UTC
87a0c95 Rendering: Experimental support to use JWTs as auth method (#60841) * Rendering: Add support for auth through JWT * Goimports * Apply review suggestions * Correct feature toggle ref * Minor changes 03 April 2023, 16:53:38 UTC
99ac39f update enhanced-ldap (#65687) * update enhanced-ldap documenting a potential issue with ldap active sync, when search filter and username attributes do not match. * Update docs/sources/setup-grafana/configure-security/configure-authentication/enhanced-ldap/index.md * formats example * Update docs/sources/setup-grafana/configure-security/configure-authentication/enhanced-ldap/index.md --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Chris Moyer <chris.moyer@grafana.com> 03 April 2023, 16:15:08 UTC
1380fa5 UI Extensions: Rename `placement` to `extensionPointId` (#65841) * UI Extensions: Rename `placement` to `extensionPointId` * Fix tests. * Fix conflicts and review notes * Remove `placement` from some other places 03 April 2023, 15:59:54 UTC
44ccd73 Docs: Introduce plugin extensions (#64747) * docs(pluginextensions): initial commit detailing how to add menu items to grafana * docs(pluginextensions): initial commit detailing how to do cross plugin linking * Update cross-plugin-linking.md * Update extend-the-grafana-ui-with-links-and-commands.md * style(pluginextensions): prettier fix for extend the grafana ui with links and commands * Update docs/sources/developers/plugins/extend-the-grafana-ui-with-links-and-commands.md Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com> * Update docs/sources/developers/plugins/cross-plugin-linking.md Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> * docs(pluginextensions): add info for placements and link to metadata * docs(plugin-extensions): update metadata for new docs pages * docs(plugin-extensions): pr feedback * Update docs/sources/developers/plugins/cross-plugin-linking.md Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * docs(plugin-extensions): remove all mention of commands * chore(plugin-extensions): rename extension doc to remove reference to commands * docs(plugin-extensions): replace usage of placement with extension point * docs(plugin-extensions): lowercase ID --------- Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com> Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com> Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> 03 April 2023, 15:45:59 UTC
ab53772 docs: updates for empty dashboard state (#65573) * empty dashboard related updates * updated steps to clearly indicate button names Some steps indicated the heading as the thing to click rather than the button text. Also some of the button text wasn't quite accurate. * remove incorrect instruction * apply suggestion from review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * pushing empty commit to trigger linting * triggering linting --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 03 April 2023, 15:33:55 UTC
402649b Alerting: skip flakey test (#65858) this one was unskipped but seems to still be flakey 03 April 2023, 15:30:54 UTC
8b738d7 PluginExtensions: Added onClick to link as a replacement for the command type (#65837) * Added onClick to the link and made path optional. * Added type to the import. * revert(plugin-extensions): put back isPromise utility function * Minor update to the isPromise function. * added onClick in the panel menu item. --------- Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> 03 April 2023, 15:27:55 UTC
bd29071 Revert "Alerting: Add limits to the Prometheus Rules API" (#65842) 03 April 2023, 15:20:37 UTC
c8204e2 Remove two PR reviewer checklist items (#65290) remove two reviewer checklist items Remove FRR and compatibility checks, because the FRR is only for new features and compatibility is impossible to confirm. 03 April 2023, 15:13:56 UTC
30b5b8d Plugins: Hide extensions menu when editing a panel (#65840) Plugins: Hide extensions menu when editing a panel 03 April 2023, 15:00:21 UTC
b86c0bc Docs: Add transformations doc link for What's New v9.2 (#65673) * Add transformations doc link Add transformations doc link to `Transformations: INNER JOINs` section. Related issue: https://github.com/grafana/grafana/issues/65671 * Apply suggestions from code review Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 03 April 2023, 14:49:22 UTC
9fd5071 Prometheus: browser cache unit test bug (#65843) fix unit tests failing on main, but not on feature branch 03 April 2023, 14:46:58 UTC
81cb84d CloudMonitoring: Add project selector for MQL editor[fix] (#65567) 03 April 2023, 14:32:37 UTC
8f282b8 Build: Add CloudMode to build versions (#65651) * Add CloudMode to build versions * Use linux-amd64 variant without musl for cloud mode * Add cloud mode to version folder on package upload * Use musl variant for CloudMode * Only sign rpm packages if there's any to sign * Remove trailing whitespace 03 April 2023, 14:15:39 UTC
96e9e80 Prometheus: Browser resource caching (#60711) Add cache control headers and range snapping to Prometheus resource API calls. 03 April 2023, 14:07:17 UTC
008bf14 Alerting: Add label filters to the logic of showing hidden instances (#65674) * Add label filters to the logic of showing hidden instances Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com> * Add tests Co-Authored-By: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> --------- Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com> 03 April 2023, 13:39:06 UTC
96453c6 CloudWatch: Fix cachedQueries insights not being updated for metric queries (#65495) 03 April 2023, 13:31:14 UTC
a18ea77 CI: Exclude cloud related tags from tag events (#65806) * Exclude cloud related tags * Fix starlark lint errors 03 April 2023, 13:22:20 UTC
81d5973 Loki docs: remove docs for raw query as it no longer exists (#65804) 03 April 2023, 13:21:55 UTC
3ae39ff elasticsearch: removed code related to removed esVersion field (#65439) elastic: remove code that references obsolete json field 03 April 2023, 12:47:10 UTC
97e3ed9 Prometheus: Remove unused editorSrc (#65829) Remove unused editorSrc 03 April 2023, 12:43:02 UTC
663ed7b Loki Query Splitting: Rename from "chunk" to "splitting" (#65630) * Update chunking mentions in the code and ui * Rename files and exported functions * Rename configuration attribute * Rename grouped querying function name * Update more function names * Update unit test * Update unit tests * More renames * Rename time splitting functions 03 April 2023, 12:30:08 UTC
c70f700 Governance: Update workplace (#63997) 03 April 2023, 11:54:54 UTC
2b0c0d4 Dashboards: Enable feature flag `newPanelChromeUI` by default (#65593) 03 April 2023, 11:50:43 UTC
bf0f4a6 Dashboard: Enable feature toggle emptyDashboardPage by default (#65464) * enable FF emptyDashboardPage by default * fix smoke test for creating a panel after enabling FF emptyDashboardPage by default 03 April 2023, 11:04:54 UTC
821633c CI: Make `init-enterprise` depend on `grabpl` (#65797) Make init-enterprise depend on grabpl # Conflicts: # .drone.yml 03 April 2023, 11:04:30 UTC
2647b2e Plugins: Tracing: Disable distributed tracing for plugins by default (#65796) * Plugins: Tracing: Disable tracing by default, pass GF_VERSION only if tracing is enabled * Plugins: Tracing: Fix GF_PLUGIN_VERSION instead of GF_VERSION 03 April 2023, 10:48:24 UTC
c63cb5a PanelChrome: Add option to show actions on the right side (actions = leftItems) (#65762) * PanelChrome: Add option to show actions on the right side * remove button style change * Added docs and minor tweaks to align the type with titleItems * Hover header fixes, storybook improvements, and title description fix * Fixed condition for drag icon in hover header 03 April 2023, 10:44:00 UTC
e9aef20 CI: Move release integration pipeline to standalone promotion pipeline (#65787) 03 April 2023, 10:43:37 UTC
06ea490 TablePanel: Fix table cells overflowing when there are multiple data links (#65711) * Fix table cells overflowing when there are multiple data links 03 April 2023, 10:34:29 UTC
d96b0a7 Alerting: Add limits to the Prometheus Rules API (#65169) This commit adds a number of limits to the Grafana flavor of the Prometheus Rules API: 1. `limit` limits the maximum number of Rule Groups returned 2. `limit_rules` limits the maximum number of rules per Rule Group 3. `limit_alerts` limits the maximum number of alerts per rule It sorts Rule Groups and rules within Rule Groups such that data in the response is stable across requests. It also returns summaries (totals) for all Rule Groups, individual Rule Groups and rules. 03 April 2023, 09:17:02 UTC
093498a Angular: Prevent angular from loading when disabled (#65755) * Angular: Prevent angular from loading when disabled * remove stuff 03 April 2023, 08:45:22 UTC
34f3878 UI extensions: Refactor the registry and remove the `"command"` type (#65327) * Wip * Wip * Wip * Wip * Wip 03 April 2023, 08:42:15 UTC
bde77e4 Alerting: Disable alerting incompatible panels in the dashboard picker (#65341) * Hide dashboard hint when dashboard already selected * Disable panels of types other than graph and timeseries * Add a test checking disabled panels * Make all panels selectable * Fix tests 03 April 2023, 08:01:30 UTC
bf4906e Dashboard Datasource: Update Query List & Improve UX (#64429) * Update query display * Remove links as they don't work * Remove unused CSS * Improve styling and add description for data field * Update docs * Fix up docs some more * Move special data sources back to the bottom * Add language back * Change order of special datasrouces in docs 03 April 2023, 07:27:21 UTC
c96a8d5 Docs: Add info how to do multiple sorting in table panel (#65715) * Docs: Add info how to do multiple sorting in table panel * Update docs/sources/panels-visualizations/visualizations/table/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 03 April 2023, 06:22:45 UTC
683104d Docs: Deprecate dashboard previews (#65698) * previews deprecation notice in docs * Update docs/sources/search/dashboard-previews/index.md Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 01 April 2023, 08:59:51 UTC
63998b0 PublicDashboards: fix annotations when Target is nil (#65744) 31 March 2023, 22:13:06 UTC
aba91d3 Alerting: Fetch all applied alerting configurations (#65728) * WIP * skip invalid historic configurations instead of erroring * add warning log when bad historic config is found * remove unused custom marshaller for GettableHistoricUserConfig * add id to historic user config, move limit check to store, fix typo * swagger spec 31 March 2023, 20:43:04 UTC
412fc4d Add Curl in Alpine to Support Docker Health Check (#65547) adding curl into alpine build for this issue: https://github.com/grafana/grafana/issues/60805 31 March 2023, 20:36:57 UTC
99a106a (bug) Change URL to correct documentation page (#65493) * (bug) Change URL to correct documentation page * (bug) change url to team sync since its more about team sync instead of advanced ldap 31 March 2023, 18:47:57 UTC
7b2f447 Alerting: Update migration to put alerts to the default folder if dashboard folder is missing (#65577) * extract function * use context logger * put alert to general folder if folder is missing * move folderHelper init * add test * Update pkg/services/sqlstore/migrations/ualert/ualert.go Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> --------- Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com> 31 March 2023, 16:40:21 UTC
da48327 Alerting: Delete stub for SQL alert state history backend (#65667) Delete stub for SQL backend 31 March 2023, 16:15:56 UTC
211beae MSSQL: Update forked go-mssqldb dependency (#65658) 31 March 2023, 16:07:37 UTC
e04278a Prometheus: Update capitalisation of elements (#65724) * update capitalization of elements * fix tests 31 March 2023, 16:07:20 UTC
54c30b0 Build: Remove start:hot from package.json (#65718) 31 March 2023, 16:05:27 UTC
b9dc041 Alerting: Respect "For" Duration for NoData alerts (#65574) * Alerting: Respect "For" Duration for NoData alerts This change modifies `resultNoData` to be more inline with the logic of the other state handlers. The main effects of this are: 1) NoData states with NoDataState config set to Alerting will respect "For" duration. 2) Prevents zero value in StartsAt and EndsAt for alerts that have only even been in normal state. This includes state transitions from NoDataState=OK and ExecErrState=OK. 3) Better state transition logging. 31 March 2023, 16:05:15 UTC
ed8628e Alerting: Fix integration test for creating silences (#65722) * fix integration test for creating silences to create correct silence with endsAt in the future * Update api_alertmanager_test.go 31 March 2023, 15:44:05 UTC
a24554b Chore: Make SearchItem return div instead of li (#65685) Remove use of li 31 March 2023, 15:09:39 UTC
46cfb73 AuthToken: client token rotation fix (#65709) * AuthToken: respond with 401 if token is not found * Set retry to one so we don't retry a failed token rotation 31 March 2023, 14:44:08 UTC
355f476 AuthN: Tune logs in client (#65714) * AuthN: Remove log * AuthN: Check for user not found error in hook 31 March 2023, 14:43:24 UTC
94cc93c LDAP: Always synchronize Server Admin role through role sync if role sync is enabled (#58820) fix a bug with role sync 31 March 2023, 14:39:23 UTC
c03bf7d New Panel Header: Fix when clicking submenu item the parent menu item onClick get's triggered (#65691) 31 March 2023, 14:35:34 UTC
04336d5 Alerting: Update prometheus version (#65688) 31 March 2023, 14:34:35 UTC
5a7602f Docs: Update influxdb provisioning documentation to align with database deprecation (#65550) Update influxdb docs to align with database deprecation 31 March 2023, 14:33:16 UTC
622c237 Alerting: Use logger with context in the state cache (#65663) 31 March 2023, 14:11:30 UTC
be9361c Logger: Add feature toggle for errors in HTTP request logs (#64425) 31 March 2023, 13:38:09 UTC
977a7e9 Phlare: Rollback pprof code (#65689) 31 March 2023, 13:27:14 UTC
d7c9dc4 Stat Panel: Update docs (#65639) * baldm0mma/update_stat_docs/ update stat docs * baldm0mma/update_stat_docs/ update content * baldm0mma/update_stat_docs/ update show text * baldm0mma/update_stat_docs/ update color mode text * Update docs/sources/panels-visualizations/visualizations/stat/index.md Update to fully plural Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> * Update docs/sources/panels-visualizations/visualizations/stat/index.md Update to singular Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 31 March 2023, 12:55:29 UTC
86b2af3 Table: Fix column filter popup shadow (#65675) * Table: Fix column filter popup shadow * fix border 31 March 2023, 12:51:56 UTC
4f0d811 NestedFolders: add delete confirmation to delete modal (#65548) add delete confirmation to delete modal 31 March 2023, 11:53:52 UTC
3e8f294 NestedFolders: Folder view move folder (#65661) 31 March 2023, 11:32:23 UTC
9f4ab1b NestedFolders: Support moving folders into other folders (#65519) * wip for move folders * hello * Polish up move dashboard results messages * tests * fix other test * tweak messages when things can't be moved * tweak messages when things can't be moved * fix tests * remove comment * restore failOnConsole * . * Fix move modal not opening due to dodgy rebase 31 March 2023, 11:31:06 UTC
c281386 Update CODEOWNERS per new team name for aws-datasources (#65638) update codeowners per new team name 31 March 2023, 11:16:26 UTC
4586bac Bump plugin-sdk (#65652) 31 March 2023, 10:58:22 UTC
48a2037 BrowseDashboards: Fix move to General folder not working (#65653) * BrowseDashboards: Fix move to General folder not working * simplify isOpen 31 March 2023, 10:49:18 UTC
b09aa7d Elasticsearch: Add benchmarks for processing of requests and responses (#65354) * Elasticsearch: Add benchmarks for processing of requests and responses * Update, use package variable to elimitnate possible optimization * Update, require no error 31 March 2023, 09:59:11 UTC
541a03f Tempo: TraceQL Configurable static fields (#65284) * TraceQL - configurable static fields for new UI * TraceQL - filter out static fields from Tags section. Added tooltip to static fields * Add more units to duration validation. Improve duration field tooltip with accepted units * Better control of delete button on SearchField * Move new config behind feature toggle * Special title for intrinsic "name" * Fix tests * Move static fields not in the datasource to the Tags section * Start using the useAsync hook in the Tempo TraceQL configuration page to retrieve the tags and datasource * Fix tests * Fix test. Use useAsync to retrieve options in SearchField * Remove ability to set a default value in filter configuration. Removed type from filter, dynamic filters are now any filters not present in the datasource config * Updated the static filters tooltip * Replace useState + useEffect with useMemo for scopedTag 31 March 2023, 09:35:37 UTC
fb83414 Logs Volume Timeouts: Add a custom message with options (retry, close) for request timeouts (#65434) * Logs Volume: identify timeouts and provide remediation action * Supplementary result error: refactor updated component API * Create helper to identify timeout errors * Update timeout identifying function * Add unit test * Update panel unit test * Update public/app/features/explore/utils/logsVolumeResponse.ts Co-authored-by: Giordano Ricci <me@giordanoricci.com> * Use some instead of reduce * Change alert type to info * Add comment * Remove unnecessary optional chaining * Remove unnecessary condition * Remove unnecessary wrapping arrow function --------- Co-authored-by: Giordano Ricci <me@giordanoricci.com> 31 March 2023, 09:01:12 UTC
e39c3b7 Navigation: Rename Alerts & incidents to Alerts & IRM (#65635) update Alerts & incidents to Alerts & IRM 31 March 2023, 08:40:06 UTC
a123e0a e2e tests: Add selector to close dashboard settings and use it in e2e tests (#65625) * add selector to close dashboard settings and use it in e2e tests * check visibility of add panel button * check visibility of add new panel button before clicking 31 March 2023, 08:32:44 UTC
bbf74b9 Update scenes to 0.2 (#65676) * Update scenes to latest * Replace FormatRegistryID with VariableFormatID * Remove scene demos that were moved to scenes repo, fix the remaining demos * Fix grafana Monitoring app * DashboardsLoader migration * Fix test 31 March 2023, 07:59:06 UTC
e0ef79f TimeSeries: Don't extend stepped interpolation to graph edges (#65657) 31 March 2023, 07:09:40 UTC
7b4a222 Search: Move checkbox outside of item card (#65540) * Move checkbox outside of SeachItem * Add li element 31 March 2023, 06:49:03 UTC
9296557 CloudWatch Logs: Fix running logs queries with expressions (#65306) 30 March 2023, 21:40:01 UTC
09078b1 Plugins: Support for distributed tracing in backend plugins SDK (#63714) * Tracing: Pass OTLP address and propagation format to plugins * Fix unit tests * Fix indentation * Fix plugin manager integration tests * Goimports * Pass plugin version to plugins * Do not add GF_PLUGIN_VERSION if plugin version is not set, add tests * Allow disabling plugins distributed tracing on a per-plugin basis * Moved disabled plugins to tracing.opentelemetry config section * Pre-allocate DisabledPlugins map to the correct size * Moved disable tracing setting flags in plugin settings * Renamed plugin env vars for tracing endpoint and propagation * Fix plugin initializer tests * Refactoring: Moved OpentelemetryCfg from pkg/infra to pkg/plugins * Changed GetSection to Section in parseSettingsOpentelemetry * Add tests for NewOpentelemetryCfg * Fix test case names in TestNewOpentelemetryCfg * OpenTelemetry: Remove redundant error checks 30 March 2023, 21:31:14 UTC
55947ce Explore: Add click tracking to data links (#65221) * Add click tracking to data links * Use constants, mock window.open call * Add comment about possibly missing reporting data * Remove superfluous if 30 March 2023, 21:30:20 UTC
940768c Docs: Fix markup for URL (#65576) * Docs: Fix markup for URL * updates absolute URL to a relref --------- Co-authored-by: Chris Moyer <chris.moyer@grafana.com> 30 March 2023, 18:55:08 UTC
b2abb63 Alerting: Introduce proper feature toggles for common state history backend combinations (#65497) * define 3 feature toggles for rollout phases * Pass feature toggles along * Implement first feature toggle * Try a different strategy with fall-throughs to specific configurations * Apply toggle overrides once outside of backend composition * Emit log messages when we coerce backends * Run code generator for feature toggle files * Improve wording in flag descs * Re-run generator * Use code-generated constants instead of plain strings * Use converted enum values rather than strings for pre-parsing 30 March 2023, 18:53:21 UTC
8a4135f Prometheus: Track request.requestId rather than custom query.requestId (#63913) 30 March 2023, 18:29:04 UTC
765073a Give more detail and context on http_addr in grafana.ini (#65187) * Give more detail and context on http_addr in grafana.ini This particular configuration item is misleadingly named (it's about networking addresses rather than HTTP) and there are a bunch of ways users can misread, misconfigure, and create a situation where grafana won't start due to a bind error. I'm trying to outline a couple of extra things about what this covers and provide good default advice, leaving room for specialists who know what they're doing to still use this, with more clarity. * Update _index.md * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Update _index.md removed recommendation note about http_addr * makes prettier --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Chris Moyer <chris.moyer@grafana.com> 30 March 2023, 17:27:17 UTC
ce1298c Storybook: update Alert story (#63959) 30 March 2023, 16:11:30 UTC
15b7680 DateTimePicker: Add min date support to calendar (#64632) 30 March 2023, 16:04:02 UTC
ff96cd1 Chore: add selector for items in the megamenu (#65633) add selector for items in the megamenu 30 March 2023, 15:57:08 UTC
31aadea Search: Remove old s o search shortcut from HelpModal (#65631) 30 March 2023, 15:46:43 UTC
89f3f28 TimeSeries: Improve stacking direction heuristic (#65499) 30 March 2023, 15:30:49 UTC
e4d998d ApiKeyGenPrefix: rename package (#65623) * Rename package to satokengen to make it clearer that it is for service account tokens 30 March 2023, 15:04:10 UTC
3cd3bb0 API: Fix "Updated by" Column in dashboard versions table (#65351) * API: Fix dashboard versions created by field * Add tests * Update OpenAPI specs * Apply suggestion from code review 30 March 2023, 14:31:53 UTC
71ef159 Chore: update babel dependencies in in yarn.lock (#65575) 30 March 2023, 14:31:01 UTC
5e87ea7 Alerting: Fix and re-enable `filters instance labels in log line` test (#65618) Fix and reenable test 30 March 2023, 14:02:18 UTC
back to top