sort by:
Revision Author Date Message Commit Date
855d537 [v10.0.x] Navigation: Fix 'Page not found' when sending or going back from 'Invitate user' page (#67972) 08 May 2023, 09:09:49 UTC
30b42a4 [v10.0.x] PanelQueryRunner: Return previous processed (transform+field config) series for loading state (#67964) 07 May 2023, 14:10:54 UTC
d53599b [v10.0.x] Schema: Fix dimension schemas (#67943) Schema: Fix dimension schemas (#67935) (cherry picked from commit 854d497f94a2653a6b30f026c34ad31134b879fe) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 05 May 2023, 22:57:00 UTC
5b2175f [v10.0.x] CloudWatch: Use grafana-aws-sdk v0.15.0 (#67922) CloudWatch: Use grafana-aws-sdk v0.15.0 (#67876) Cloudwatch: Update grafana-aws-sdk (cherry picked from commit c0bb4049811d0a3f4e3b8842338c5f9d2fa37743) Co-authored-by: Isabella Siu <Isabella.siu@grafana.com> 05 May 2023, 21:15:06 UTC
1a1dc02 [v10.0.x] Alerting: Migration to not fail if alert_configuration table is not empty (#67937) Alerting: Migration to not fail if alert_configuration table is not empty (#67924) (cherry picked from commit 0ce7f7eaf4b03b04532bdc941e014ea50e2b1788) Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com> 05 May 2023, 16:33:12 UTC
21e0824 [v10.0.x] AzureMonitor: Clear queries if header value changes (#67930) AzureMonitor: Clear queries if header value changes (#67916) Clear queries if header value changes (cherry picked from commit 765ae6cd90c341804b5df1763725bf9d2b6fdce1) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 05 May 2023, 15:59:21 UTC
25a9d90 [v10.0.x] AzureMonitor: Fix logs query multi-resource and timespan values (#67933) AzureMonitor: Fix logs query multi-resource and timespan values (#67914) * Update TimeGrain interface methods - Make them util functions because it's simpler * Update logs ds to appropiately set resources and timespan * Set timespan using RCF times * Update tests (cherry picked from commit 9d16718accd11f8db53b30ea79aac16c07e99090) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 05 May 2023, 15:58:34 UTC
8a8d796 [v10.0.x] Render analytics identifiers (#67926) Render analytics identifiers (#67860) * Append analytics identifier upon authenticate session * Add id and module upon syncing user to identity * Add authModule & id to `IdentityFromSignedInUser` * Allow req calls in test to use basic auth * Add `intercom_secret` to grafana config in tests * Add test for analytics render in html view (cherry picked from commit 15e34505e2213b47a47d922a0cd306e071565d12) Co-authored-by: linoman <2051016+linoman@users.noreply.github.com> 05 May 2023, 15:36:08 UTC
9a1e114 [v10.0.x] TablePanel: Do not allow auto-reset (#67907) TablePanel: Do not allow auto-reset (#67477) disallow react table to autoreset (cherry picked from commit eb2eb65de85704cff08d5bfba7cd552ca0ef323f) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 05 May 2023, 11:13:33 UTC
53b31fa [v10.0.x] Docs: Add a note about disabling SAML UI (#67898) Docs: Add a note about disabling SAML UI (#67877) (cherry picked from commit e5b12e23b12992cfd39537719e4c387e3dca5693) Co-authored-by: Vardan Torosyan <vardants@gmail.com> 05 May 2023, 09:58:23 UTC
1958a16 [v10.0.x] Improve ds picker empty state when no results were found (#67826) Merge remote-tracking branch 'origin/main' into issue-66659 05 May 2023, 09:31:15 UTC
9153c38 [v10.0.x] Elasticsearch: Fix processing of logs with not-recognized time format (#67866) Elasticsearch: Fix processing of logs with not-recognized time format (#67767) * Elasticsearch: Fix parsing of invalid time * Fix lint * Add more test data to data.js * Add tests * Fix lint * Update pkg/tsdb/elasticsearch/client/search_request.go (cherry picked from commit 95cf598423926d930ccece2f2e8f57e08dcddb5a) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> 05 May 2023, 08:38:12 UTC
be5df6f [v10.0.x] InspectDrawer: Fixes issue with double scrollbars (#67888) InspectDrawer: Fixes issue with double scrollbars (#67884) * InspectDrawer: Fixes issue with double scrollbars * Fixed minor issue (cherry picked from commit fcb14d2548d68dadb981f24dd76489088dd232d7) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 05 May 2023, 08:04:29 UTC
907c378 [v10.0.x] Connections: Show core datasource plugins as well (#67886) Connections: Show core datasource plugins as well (#67815) fix: add a new hook & selector that can show core plugins by default (cherry picked from commit 21459c7c97675e06b84e1bbe137623a93c47e23b) Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> 05 May 2023, 08:02:26 UTC
2ae5c3d [v10.0.x] Theme: Change dark theme borders to improve contrast on primary background (#67869) 05 May 2023, 07:36:14 UTC
4a62fee [v10.0.x] docs: Canvas: Update docs for v10 (#67870) docs: Canvas: Update docs for v10 (#67793) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> (cherry picked from commit e74e7fa82c81c980edfbde9e806713b25e7e6cd3) Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com> 04 May 2023, 20:12:59 UTC
096344a [v10.0.x] Alerting: Fix action buttons label and placement in several views following standard and being consistent with the rest of the ui (#67852) Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> 04 May 2023, 15:47:38 UTC
9e83b60 [v10.0.x] ServiceAccounts: Add secret scan service docs (#67807) ServiceAccounts: Add secret scan service docs (#57926) * add secret scanning docs * update docs * fix merge * add revoke to docs * add revoke to docs * typo fix * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * add step by step instructions * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * prettier * Update docs/sources/setup-grafana/configure-security/secret-scan.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * feedback * Update docs/sources/setup-grafana/configure-security/secret-scan.md * Update docs/sources/setup-grafana/configure-security/secret-scan.md * Update docs/sources/setup-grafana/configure-security/secret-scan.md Co-authored-by: Victor Cinaglia <victor@grafana.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Victor Cinaglia <victor@grafana.com> (cherry picked from commit 3644ea65562fcddc4e8edf37e4a28051f1bf0e0f) Co-authored-by: Jo <joao.guerreiro@grafana.com> 04 May 2023, 15:29:27 UTC
c67e843 [v10.0.x] Alerting: Use standard validation/error pattern on group selection (#67831) Alerting: Use standard validation/error pattern on group selection (#67787) (cherry picked from commit 3c42dea10b95405957e766ee461f2096bbdd32e3) Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com> 04 May 2023, 13:45:56 UTC
6f4f540 [v10.0.x] Connections: Fix create new datasource route (#67820) Connections: Fix create new datasource route (#67802) fix(connections): prevent datasources details route matching new route (cherry picked from commit 8ca9a89cf1ca4f6c99b65f57b808bf4fe1c8c4d2) Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> 04 May 2023, 10:46:49 UTC
9a665a2 [v10.0.x] NestedFolders: Fetch access control metadata for folder view (#67814) NestedFolders: Fetch access control metadata for folder view (#67786) (cherry picked from commit 338e98e237d92139a9a650d7a7acfa47e15984db) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 04 May 2023, 09:40:57 UTC
1f78546 [v10.0.x] AzureMonitor: Update Azure E2E test (#67779) AzureMonitor: Update Azure E2E test (#67646) Update Azure E2E test - Update resource names - Update timeouts - Add traces E2E test (cherry picked from commit 140f9620f51f445059813a04ab7a172b653d2b65) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> 04 May 2023, 09:15:37 UTC
d05ba80 [v10.0.x] RBAC: Do not search for parents of the root folder (#67806) RBAC: Do not search for parents of the root folder (#67746) do not search for parents of the general folder (cherry picked from commit b1382ac48e890cb55ae963f749e6a2b4e5b0981e) Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 04 May 2023, 08:55:41 UTC
a219338 [v10.0.x] Chore: Upgrade Go to 1.20.4 (#67752) Chore: Upgrade Go to 1.20.4 04 May 2023, 07:28:07 UTC
1f64365 [v10.0.x] Link to config exemplars leads goes to top of page (#67785) Link to config exemplars leads goes to top of page (#67687) * Link to config exemplars leads goes to top of page The link to the configure exemplars in a Prometheus datasource leads to the top of the page. I have referenced the correct link that would take it to the right section. https://grafana.com/docs/grafana/latest/datasources/prometheus/#configure-exemplars * Update docs/sources/fundamentals/exemplars/index.md --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> (cherry picked from commit 681925fb6387ddb54e41703eb82b434e340d5fa5) Co-authored-by: samu6851 <samuel.oswalt@grafana.com> 03 May 2023, 19:54:32 UTC
7f1cf3f [v10.0.x] Update index.md (#67784) Update index.md (#67172) Clarified some of the intro text and added JSON outer element to make the samples clearer (cherry picked from commit 66ad704292cc1dc845ac69ccfcb9eec16c5255f8) Co-authored-by: Nabeel Saad <saadnabs@hotmail.com> 03 May 2023, 19:54:08 UTC
4fde55d [v10.0.x] docs: fix create dashboard steps (#67771) docs: fix create dashboard steps (#67310) * updated steps for dashboard creation * added images, other wording and structure edits (cherry picked from commit 4eb063c1ddbb36ef4bc3c5d0c39f343995b56514) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 03 May 2023, 18:47:42 UTC
52037fb [v10.0.x] Cloudwatch: Fix description of plugin (#67765) Cloudwatch: Fix description of plugin (#67744) Fix description of Cloudwatch (cherry picked from commit 43c7a5b60335426607c9d1d89ee84589783c32a0) Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com> 03 May 2023, 17:03:34 UTC
2e8a32a [v10.0.x] AlertRuleForm: s/Edit yaml/Edit YAML/ (#67763) AlertRuleForm: s/Edit yaml/Edit YAML/ (#67714) YAML is an acronym and should be uppercased when used in texts. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> (cherry picked from commit c378dbb01b1a7726faf1ccd292043d37a66f6838) Co-authored-by: Oleg Zaytsev <mail@olegzaytsev.com> 03 May 2023, 16:10:42 UTC
98952d7 [v10.0.x] docs: add semi relative time ranges (#67755) docs: add semi relative time ranges (#67559) * add semi-relative time range section * added second example and reworded * formatting fixes * added alerting note and fixed formatting * wording fix (cherry picked from commit 0271a1d094f7daab19354562a821509f6831000d) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 03 May 2023, 15:56:25 UTC
c206cf8 [v10.0.x] Alerting: Fix banner button variant (#67758) Alerting: Fix banner button variant (#67750) Fix banner button variant (cherry picked from commit 049029b6a27022897e4af4751c393f753f858975) Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com> 03 May 2023, 15:56:11 UTC
0ae459b [v10.0.x] Alerting: Fix export button variant (#67747) Alerting: Fix export button variant (#67742) Fix export button variant (cherry picked from commit 8166453f9fb2d7ed9b5e5ca3c8d332b3041f0475) Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com> 03 May 2023, 15:37:00 UTC
95a4047 [v10.0.x] Maintain column widths when deleting columns (#67743) Maintain column widths when deleting columns (#67707) (cherry picked from commit cd8b6be41dea26f833a8f5d1c993dfe0bdeed2f5) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 03 May 2023, 14:58:12 UTC
8905356 [v10.0.x] Datagrid: Remove multi-paste (#67730) Datagrid: Remove multi-paste (#67387) remove multi-paste functionality and unneccessary async from func (cherry picked from commit 3a6f162cc6f8c4050b1752f35dfd6c31d43abec9) Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com> 03 May 2023, 13:39:34 UTC
1894440 [v10.0.x]: Connections: Rename "Your data source" to "Data source" page (#67718) Connections: Rename "Your data source" to "Data source" page (#67662) rename "Your data source" to "Data source" page This page was meant to be named "Data source" in the previous PR [0]. I just made a mistake by naming it wrongly. [0]: https://github.com/grafana/grafana/pull/66813/files (cherry picked from commit 76284ed3a698d048c681240a22008919076cb658) Co-authored-by: mikkancso <miklos.tolnai@grafana.com> 03 May 2023, 12:00:53 UTC
d63a746 [v10.0.x] Gauge: Set min and max for percent unit (#67719) Gauge: Set min and max for percent unit (#67517) * Gauge: Set min and max for percent unit * Remove exclamation mark * Add parentheses around ternary (cherry picked from commit 6570ec7afe3e58591ece5a830ada4f37c5f840dc) Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> 03 May 2023, 11:52:46 UTC
b5e8e39 [v10.0.x] Connections: Simplify connections nav (#67633) Connections: Simplify connections nav (#66813) * Connections: Simplify connections nav * rename Connections pages everywhere --------- Co-authored-by: Miklós Tolnai <miklos.tolnai@grafana.com> (cherry picked from commit 9614dc2446eac438bedb0783654ccf77acb6dae8) Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 03 May 2023, 11:34:37 UTC
fea3988 [v10.0.x] chore: fix link to docs (#67678) chore: fix link to docs (#67642) * chore: fix link to docs * Update public/app/features/datasources/components/DataSourcesList.tsx Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> * Update public/app/features/explore/NoDataSourceCallToAction.tsx Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> --------- Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> (cherry picked from commit 44f75ba185f7e1f6b0f79818492a5ae0b5d9cf3d) Co-authored-by: David Harris <david.harris@grafana.com> 03 May 2023, 10:59:42 UTC
e45b295 [v10.0.x] PluginCatalog: Update message about insufficient permissions (#67697) PluginCatalog: Update message about insufficient permissions (#67664) Changed so we map the enum into different message. (cherry picked from commit 21d28c1cb5db54f6f26544022d41fcc658430c23) Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> 03 May 2023, 08:01:27 UTC
319eed9 [v10.0.x] Nested folders: hook up `getAffectedItems` to the backend count route (#67690) Nested folders: hook up `getAffectedItems` to the backend count route (#67677) * hook up getAffectedItems to the backend count route * mock out backendSrv in unit tests * Don't delete alert rules while API doesn't return counts * Show alert rule counts when API returns them * use components for modal styles * Revert "use components for modal styles" This reverts commit 80ac1152f8d966b62bd692d935695bc4f992c5ba. --------- Co-authored-by: joshhunt <josh@trtr.co> (cherry picked from commit 5d5a54979c8e24927f6ff168afd01d6d5aec8a3a) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 02 May 2023, 21:32:18 UTC
8e35a15 [v10.0.x] docs: add nav and users info for public dashboards (#67681) docs: add nav and users info for public dashboards (#67674) * add content re admin and public dashboards navigation * added admin users section (cherry picked from commit 765735092a7e8a196d724204e7adbd951a0bf0fe) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 02 May 2023, 18:04:01 UTC
b0f5b6c [v10.0.x] NestedFolders: Use new Browse Dashboards UI behind feature flag (#67676) NestedFolders: Use new Browse Dashboards UI behind feature flag (#67416) NestedFolders: Put feature flagged new Browse Dashboards UI at main route (cherry picked from commit c4a31390efc756d7a95dbf110d75c90761c37f1e) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 02 May 2023, 16:38:58 UTC
2cf4691 [v10.0.x] Nested folders: hook up move/delete logic properly (#67675) Nested folders: hook up move/delete logic properly (#67648) * clear selection post move/delete * move actions out of rtk-query * move findItems, create selectors, refetch children when moving/deleting * cleaner syntax * remove unnecessary function, just put logic in the selector * handle moving/deleting from the root * slightly cleaner * handle when rootItems are undefined * handle 'general' in the fetchChildren reducer * only refresh at the end * don't need thunk api (cherry picked from commit 02086e843f595e828f7a46b5f833d25da01e9049) Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 02 May 2023, 16:31:53 UTC
3bb2e8a [v10.0.x] Search: Fix Folder View not loading dashboards (#67673) Search: Fix Folder View not loading dashboards (#67666) (cherry picked from commit 9b81d738bf1f7f3746820872960e5c2865fcb157) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 02 May 2023, 15:48:55 UTC
41d4568 [v10.0.x] docs: move misplaced Configure legend page (#67672) docs: move misplaced Configure legend page (#67597) * move configure legend page and add alias * updated page weight and tried fixing alias * fixed alias * add preemptive alias for current page location * apply suggestion from review Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * apply suggestions from review Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * apply suggestions from review Co-authored-by: Jack Baldry <jack.baldry@grafana.com> --------- Co-authored-by: Jack Baldry <jack.baldry@grafana.com> (cherry picked from commit 688459f25c79b80872d08dd8e18abc341986999c) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 02 May 2023, 15:34:45 UTC
bd7cbc5 [v10.0.x] NestedFolders: Add empty states for Browse and Search (#67645) NestedFolders: Add empty states for Browse and Search (#67423) * NestedFolders: Add empty states for Browse and Search * empty states * fix types * tests (cherry picked from commit fd2c7594cf4404faa507b11cd7de4662ad082e43) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 02 May 2023, 12:31:03 UTC
d174427 [v10.0.x] fix shadow log in service accounts (#67649) fix shadow log in service accounts (#67643) * fix shadow log in service accounts (cherry picked from commit f9fd15c01e1c8e3495f4e99342ee12c7a00d3527) Co-authored-by: Jo <joao.guerreiro@grafana.com> 02 May 2023, 12:30:25 UTC
f729979 [v10.0.x] Authentication UI: Remove auth settings (#67651) Authentication UI: Remove auth settings (#67647) (cherry picked from commit 93b461bd960051c11754508f3e39f2d9b1b5bb75) Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com> 02 May 2023, 12:13:54 UTC
d151276 [v10.0.x] NestedFolders: Indicate when folders have mixed-selection children (#67644) NestedFolders: Indicate when folders have mixed-selection children (#67337) * Show indeterminate checkbox for folders with partially selected children * When selecting an item, check ancestors to see if all their children are now selected * reword comment * fix test * fix lint * Check all descendants for mixed state * Use indeterminate checkbox * fix test description * make header checkbox select/unselect automatically * mixed header checkbox: * fix tests * add tests (cherry picked from commit 32d3e895b3c956003c2bebdcbda3a96418a5f022) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> 02 May 2023, 10:45:56 UTC
d31d157 Prometheus: Metric encyclopedia improvements (#67084) * move to me directory and sort by relevance * refactor letter search, uFuzzy and styles out of ency * begin state refactor * refactor getMetaData useEffect call with useReducer * refactor pagination with useReducer * refactor fuzzy state for useReducer * refactor all filters for useReducer * remove haystacks arrays in favor of haystack dictionaries w object keys * refactor out functions into state helpers * switch label filter text color to work with light theme * make each row clickable to select metric * add pagination component * fix max results * make a better table with keystrokes, navigate to metric with up&down, select on enter, hide settings, make a nice button * save space, give more real esate to the table * add highlighting for fuzzy search matches * add custom button in metric select option to open metric encyclopedia * open the modal with enter keystroke * remove unnecessary actions and variables from m.e. * fix tests, clean code * remove setting of selected idx on results row when hovering * tests * rename to metrics modal and have select option same as header * reduce width for wider screens * pass in initial metrics list and remove call to labels and series in metrics modal * use createSlice from reduc toolkit to deduce actions * save the metrics modal additional settings * galen alphabet refactor suggestion * remove extra row in results table * fix storing settings, wrap in feature toggle * remove metadata check & load because metric select already handles this * Update public/app/plugins/datasource/prometheus/querybuilder/components/metrics-modal/LetterSearch.tsx Co-authored-by: Leon Sorokin <leeoniya@gmail.com> * fix styles, show cursor as pointer for select option and clickable row * taller modal for larger screens * turn off metadata settings if usebackend is selected * additional settings button space * add pipe to ufuzzy metadata search --------- Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 01 May 2023, 21:29:35 UTC
0d52d19 GH Issues: replace markdown-based Bug Report form w/ YAML-based form (#67244) * replaces markdown report w yaml * switch to opentext + feedback changes 01 May 2023, 21:25:09 UTC
01aa776 docs: reverse what's new order in TOC (#67596) * reverse order of what's new pages * fix page weight numbering to follow original pattern 01 May 2023, 20:47:10 UTC
999a2ce Add Grafana Free as supporting Enterprise features (#67568) Per https://docs.google.com/document/d/14aOVLPq0FNqQKN4axTTEvjraY_OafhiDM_2NYSHF33A/edit#heading=h.lo4c6e71q7vo Grafana Cloud Free will include all the features of Grafana Advanced in Q2 01 May 2023, 19:56:21 UTC
cc46581 docs: add link to dashboard insights page (#67594) * added link to dashboard insights docs * shortened link text 01 May 2023, 18:57:16 UTC
262cdcc docs: nav updates for assess dashboards topic (#67593) * updated screenshots and nav info in data sources section * removed redundant availability notes * apply review suggestion 01 May 2023, 18:56:58 UTC
9d564f9 Alert: Remove fix for custom content close button (#67592) 01 May 2023, 18:15:09 UTC
d189b8b Alert: Fixes a minor issue with new Alert design and updated scss files (#67589) 01 May 2023, 17:33:30 UTC
55df8af Timeseries: don't show conversion error for empty response (#67590) 01 May 2023, 16:42:22 UTC
61484fa Alerting: Mention title of alert rule that caused migration to fail (#67451) * add debug log for migration of alert rules * add alert rule name and some information to conversion error 01 May 2023, 14:32:16 UTC
d2bc270 Alert: Redesign with tinted background (#66918) 01 May 2023, 13:50:25 UTC
ba8bba7 Datasource: Move the Delete data source button back to the bottom (#67552) * - move delete button back to the lower section * - remove the top Delete button * - fix e2e tests 01 May 2023, 10:16:16 UTC
8516e63 CloudWatch: Deprecate dynamic labels feature toggle, remove support for Alias in frontend (#67222) 01 May 2023, 08:10:36 UTC
e5aeb7c TimeSeries: Fix leading null-fill for missing intervals (#67570) 29 April 2023, 04:35:32 UTC
8d1c324 Docs: Update Color Modes (#67560) * Docs: Update Color Modes Some color mode descriptions had mistakes and a few were missing. * fixed typo --------- Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> 28 April 2023, 20:38:27 UTC
e493bec Geomap: Improve migration logic (#65500) 28 April 2023, 19:20:10 UTC
b1b6d9e PublicDashboards: Return custom meta field (#67538) 28 April 2023, 18:03:30 UTC
92d47a8 Pyroscope: Fix autodetection in case of using Phlare backend (#67536) 28 April 2023, 17:53:46 UTC
cdf8555 Use URL isFirstPanel to enable panel editor onboarding (#67546) 28 April 2023, 17:09:44 UTC
7bceab4 Grafana Toolkit: Fix broken build directory structure (#67544) fix(grafana-toolkit): make sure to build into cli directory so relative paths work 28 April 2023, 16:57:02 UTC
149adb0 FileImport: add interaction reporting for dropping files (#67512) add interaction reporting for dragndrop 28 April 2023, 16:41:00 UTC
e88e50e ShareModal: Responsive tabs and Public Dashboards modal fixed (#66805) 28 April 2023, 16:37:11 UTC
836fef6 DataSourcePicker: keyboard navigatable list hook and implementation in the new data source picker dropdown (#67370) Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com> 28 April 2023, 16:19:31 UTC
166641d NestedFolders: Permission for creating and editing (#67406) * Initial permissions * Show/hide checkboxes * Fix kinds from main * CreateNewButton tests * Update DashboardsTree test * Mock folder permissions * Rename showCheckBoxes to canSelect * Make column ordering look better 28 April 2023, 16:00:56 UTC
7338164 Alerting: Add alert instance picker (#67138) * Add Preview template and payload editor to templates form * Add TemplatePreview test and update css * Preview errors for each template that is wrong * Enable preview templating only for Grafana Alert Manager * Use harcoded default payload instead of requesting it to the backend * Update error response in the api definition * Add spinner when loading result for preview * Update api request followind DD changes * Use pre instead of TextArea to render the preview * Fix tests * Add alert list editor * Add start and end time for alert generator * Add preview for data list added in the modal * Update copies and move submit button in alert generator to the bottom * Copy updates * Refactor * Use tab instead of button to preview * Move payload editor next to the content * Copy update * Refactor * Adress PR review comments * Fix wrong json format throwing an exception when adding more data * Use monaco editor for payload * Only show text 'Preview for...' when we have more than one define * Fix some errors * Update CollapseSection style * Add tooltip for the Payload info icon explaining the available list of alert data fields in preview * Set payload as invalid if it's not an array * Fix test * Update text in AlertTemplateDataTable * Add separators to distinguish lines that belong to the preview * Use harcoded default payload instead of requesting it to the backend * Add alert instance picker * Add rule search capability and cleanup * Display alert instance extra information on hover * Rebase and integrate with existing view * Display folder under rule name * Display unique labels for alert instances * Remove unneeded interface * Reset state after closing the modal * Refactor useEffect and useMemo * Move common code to variable * Refactor to avoid setting filtered rules as state * Disable instance selector button when there are errors in the payload * Validate payload on button click * Change warning text * Add support for state filters in alertmanager alerts request * Use RTK Query to fetch alert instances * Address review comments * Fix lint --------- Co-authored-by: Sonia Aguilar <soniaaguilarpeiron@gmail.com> 28 April 2023, 15:58:15 UTC
8df54a6 Users: Enable case insensitive login by default (#66134) * enable case insensitive by default * fix missing case-insensitive query * fix missing case insensitive query * fix missing case insensitive query in temp_user * skip integration testing in mysql * skip integration testing in mysql * use t.cleanup * lowercase only once * aligned to only using sql as that is what we do in other parts --------- Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com> 28 April 2023, 15:38:58 UTC
7448427 Tracing: Feedback button (#67398) * Feedback button * Hide button * Make gen-cue 28 April 2023, 15:27:07 UTC
d8da6c7 Loki: Distinguish hidden and not hidden queries in tracking (#67507) * Loki: Distinguish hidden and not hidden queries in tracking * Rename 28 April 2023, 15:22:30 UTC
8a5b07c Duplicate Exemplars Configuration Delete (#66016) * Duplicate Exemplars Configuration Delete I noticed there were double Exemplar configuration paragraphs one right after the other and deleted the upper one. * makes prettier --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Chris Moyer <chris.moyer@grafana.com> 28 April 2023, 15:12:28 UTC
8a6552a Docs: fixes alias and menutitle (#67511) fixes alias and menutitle 28 April 2023, 15:11:49 UTC
7be23e7 Grafana Toolkit: Prevent MODULE_NOT_FOUND errors (#67518) fix(grafana-toolkit): put back ts-node to prevent MODULE_NOT_FOUND errors 28 April 2023, 15:10:59 UTC
3854be1 Alerting: Implement template preview for Grafana AlertManager (#65530) * Add Preview template and payload editor to templates form * Add TemplatePreview test and update css * Preview errors for each template that is wrong * Enable preview templating only for Grafana Alert Manager * Use harcoded default payload instead of requesting it to the backend * Update error response in the api definition * Add spinner when loading result for preview * Update api request followind DD changes * Use pre instead of TextArea to render the preview * Fix tests * Add alert list editor * Add start and end time for alert generator * Add preview for data list added in the modal * Update copies and move submit button in alert generator to the bottom * Copy updates * Refactor * Use tab instead of button to preview * Move payload editor next to the content * Copy update * Refactor * Adress PR review comments * Fix wrong json format throwing an exception when adding more data * Use monaco editor for payload * Only show text 'Preview for...' when we have more than one define * Fix some errors * Update CollapseSection style * Add tooltip for the Payload info icon explaining the available list of alert data fields in preview * Set payload as invalid if it's not an array * Fix test * Update text in AlertTemplateDataTable * Add separators to distinguish lines that belong to the preview * Fix text * Use subDays instead of addDays for substracting days 28 April 2023, 15:05:45 UTC
b5a2c3c Query History: Remove migration (#67470) 28 April 2023, 15:03:51 UTC
91471ac Alerting: Template Testing API (#67450) 28 April 2023, 14:56:59 UTC
9eb10be Alerting: Scheduler use rule fingerprint instead of version (#66531) * implement calculation of fingerprint for ruleWithFolder * update scheduler to use fingerprint instead of rule's version 28 April 2023, 14:42:16 UTC
ffd83a0 Trace View: Export trace button (#67368) * Add export button to trace view * Support zipkin, jaeger and otlp formats 28 April 2023, 14:34:14 UTC
cd0fb21 Angular: support getLegacyAngularInjector() even when angular is disabled. (#67439) 28 April 2023, 14:31:51 UTC
2d19574 Chore: Update codeowners so Dashboards owns Inspector (#67374) 28 April 2023, 14:22:18 UTC
07041b5 Dashboard: Revert fixed header shown on mobile devices in the new panel header (#67510) 28 April 2023, 14:20:32 UTC
15363e4 Explore: Avoid duplicate refIds when adding a new query (#67499) 28 April 2023, 14:01:50 UTC
9321368 Chore: Allow to force the download of the public key (#67486) 28 April 2023, 14:00:48 UTC
f8faacd Datasource: Overhaul plugin error handling and action buttons (#67014) * - initial work on data source config page * - add links to test status box - add tracking function * - add test for the DataSourceConfigAlert component * - fix flicker of the alert box * - fix the build * - small improvements * - fix failing build * - fix failing unit tests * - prettier and betterer fixes * - fix failing e2e tests * - fix build again * - rewrite solution according to the PR comments * - cleanup * - fix failing e2e * - use absolute path in link * Minor fixes --------- Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 28 April 2023, 13:57:17 UTC
fe59b65 Grafana UI: Create Text component (#66932) 28 April 2023, 13:31:40 UTC
692bb9e Instrumentation: Add support for instrumenting database queries (#66022) Signed-off-by: bergquist <carl.bergquist@gmail.com> Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 28 April 2023, 13:19:06 UTC
e13fff0 Update start-restart-grafana.md (#67455) * Update start-restart-grafana.md update the `docker-compose.yaml` file as it was not incomplete. Also remove the `grafana-piechart-panel` from the `GF_INSTALL_PLUGIN` as this plugin is available in the core and does not require to be installed separately. I tested the code and all looks good and also the backend logs look fine. * Update start-restart-grafana.md update the docker compose command instead of using the old docker-compose command * makes prettier --------- Co-authored-by: Chris Moyer <chris.moyer@grafana.com> 28 April 2023, 12:46:10 UTC
d4a22cf Prometheus: Fix regression for $__rate_interval comparison (#67460) * fix , comparison regression * intervalMs was not pressent before the regression and this value changes the adjusted interval calculating giving a false positive in favor of the regression 28 April 2023, 12:40:17 UTC
7a3f7e2 Influxdb: Handle legacy Influxdb influxql annotations with target in migration (#63225) * handle legacy influxdb annotations with target in migration * add types * don't check tags that are empty strings and give annotation a type 28 April 2023, 12:39:11 UTC
50fb149 Toolkit: Remove deprecated `plugin:build` (#67485) Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> 28 April 2023, 12:33:16 UTC
ea7e5e2 Chore: Improve error message in case of a revoked key (#67413) 28 April 2023, 12:28:00 UTC
816ba47 Update start-restart-grafana.md (#67362) 28 April 2023, 12:27:29 UTC
c471691 Plugins: Bump grafana-plugin-sdk to v0.160.0 (#67488) 28 April 2023, 12:03:05 UTC
back to top