sort by:
Revision Author Date Message Commit Date
c98db16 Docs: Clarify JOIN feature change (#56740) 11 October 2022, 16:23:48 UTC
62314bb Remove grabpl dependency from yarn-install (#56692) 11 October 2022, 15:58:03 UTC
6a74cd2 feat(loki-monaco-editor): add support for in_aggregation situation (#56680) 11 October 2022, 15:52:57 UTC
33eb4a2 Exclude full OAuth token details from printing out on stdout (#55426) * remove token details from printing out on stdout * Update login_oauth.go * address comment 11 October 2022, 15:20:49 UTC
9db61f5 Tempo: Fix the inconsistency between the query limit values in the options component (#56566) 11 October 2022, 15:08:53 UTC
94fe605 Update latest json (#56732) 11 October 2022, 14:35:50 UTC
e3e32c7 chore: bump code coverage action version (#56710) 11 October 2022, 14:35:35 UTC
5ddf7b8 Alerting: Alert list performance improvements (#56247) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 11 October 2022, 14:24:01 UTC
8627b21 Changelog: Updated changelog for 9.2.0 (#56725) 11 October 2022, 14:18:15 UTC
7e24e19 Swagger: Remove license (#56716) 11 October 2022, 14:06:36 UTC
a9c0afc Canvas: Docs for 9.2 (#56219) Co-authored-by: Adela Almasan <adela.almasan@grafana.com> 11 October 2022, 13:34:49 UTC
5cebb94 Changelog: Updated changelog for 9.1.8 (#56714) 11 October 2022, 13:31:10 UTC
86a1fe5 Grafana UI: Fix alignment issue with http method dropdown (#56592) - Removed custom width prop from the http method Select component to fix the alignment issue for prometheus HTTP request type dropdown 11 October 2022, 13:20:13 UTC
ae72742 Changelog: Updated changelog for 8.5.14 (#56709) 11 October 2022, 13:15:07 UTC
f1a0a5c Glue: improves validation & fix api docs for correlations (#56682) 11 October 2022, 13:04:55 UTC
cf2ba7e Google Cloud Monitoring: Adapt default crossSeriesReducer (#56693) 11 October 2022, 12:51:25 UTC
ae927ea Glue: Enrich query results data frames in Explore with correlations to generate static links from correlations (#56295) * Attach static generic data link to data frames in Explore * WIP * Always load correlations config when the query is run This will be moved to Wrapper.tsx and called only once Explore is mounted * remove comment * Load the config when Explore is loaded * Clean up * Check for feature toggle, simplify cod * Simplify the code * Remove unused code * Fix types * Add a test for attaching links * Revert package.json changes * Display title provided in the correlation label * Add missing mocks * Fix tests * Merge branch 'main' into ifrost/integration/attach-generic-data-link # Conflicts: # public/app/features/explore/Wrapper.tsx # public/app/features/explore/state/main.ts * Remove redundant async calls * Do not block Wrapper before correlations are loaded (only delay the query) * Test showing results after correlations are loaded * Post-merge fix * Use more consistent naming * Avoid null assertions Co-authored-by: Elfo404 <me@giordanoricci.com> 11 October 2022, 12:40:55 UTC
95b9fa3 Alerting: Fix duration calculation when testing a rule (#56616) When testing a rule within the legacy alerting the `timeMs` field could sometimes show negative (and/or wrongly calculated) durations. This happens if the alert evaluation crosses a second boundary. This change uses the full timestamp to compute the eval duration. 11 October 2022, 12:40:18 UTC
0a183d1 Navigation: Mobile support for topnav items (#56568) * add topbar layout and wrapper * mobile support for topnav icons * improved hooks implementation * added tests for TopSearchBarSection * support css overrides for select and valuepicker * make singlevalue inherit the color from select 11 October 2022, 12:24:02 UTC
90cf76e Navigation: Integrate Explore actions into topnav (#56381) * integrate Explore actions into topnav toolbar * add keys * fix unit test * fix bug with ToolbarButtonRow overflow * make the render function a bit more readable * fix overflow not updating when children change 11 October 2022, 11:59:17 UTC
d6fa12c Docs: updates numbering (#56695) * Docs: updates numbering * removes full stop 11 October 2022, 11:58:15 UTC
a91d770 AnnotationList: Support html content (#54916) * support html content in annolistpanel * improve panel tests * add RenderUserContentAsHTML ui * sanitize content 11 October 2022, 11:35:03 UTC
6969354 Chore: remove i18n console log (#56691) 11 October 2022, 11:22:48 UTC
11c4ab8 I18n: Crowdin sync (#56688) * New translations grafana.json (French) * New translations grafana.json (Spanish) * New translations grafana.json (German) * New translations grafana.json (Chinese Simplified) 11 October 2022, 11:04:33 UTC
efc8f98 Remove build-frontend-packages step from docs pipelines (#56686) 11 October 2022, 10:56:43 UTC
74a79b5 Update Alerting changelog (#56684) Now simpler to use. 11 October 2022, 10:55:18 UTC
8348f48 Navigation: Make sure `topnav` is translated (#56643) * initial translation progress * more nav translations * add subtitle translations * more specific gitignore path * fix unit tests 11 October 2022, 10:45:58 UTC
8a3294d Docs: adds external Alertmanager config (#56636) * Docs: adds external Alertmanager config * Adds link to add external alertmanager * updating with george feedbacj 11 October 2022, 10:29:11 UTC
d52ab5d EchoSrv: Remove $.ajax for loading scripts (#56678) * user essentials mob! :trident: lastFile:public/app/core/services/echo/backends/analytics/RudderstackBackend.ts * user essentials mob! :trident: lastFile:public/app/core/services/echo/backends/analytics/ApplicationInsightsBackend.ts * user essentials mob! :trident: Co-authored-by: Joao Silva <joao.silva@grafana.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 11 October 2022, 10:11:23 UTC
5641029 coremodels: Always take runtime arg for NewBase() (#56677) 11 October 2022, 09:39:29 UTC
10a34a0 Add feature tracking for LogRow.tsx (#56656) * Add feature tracking for LogRow.tsx * Add type and logRowUid to reportInteraction * Rename logs variable 11 October 2022, 09:04:43 UTC
bc632f2 Tempo: Tab button doesn't work when in the Tags field (#56458) Co-authored-by: gitstart <gitstart@gitstart.com> Co-authored-by: gitstart <gitstart@users.noreply.github.com> Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by: RubensRafael <rubensrafael2@live.com> Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.com> Co-authored-by: Matheus Muniz <matheusmuniz100@hotmail.com> Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> 11 October 2022, 09:03:59 UTC
66cb56d CI: Trigger tag on CI changes (#55388) * Trigger tag on CI changes * Use github token available for PRs Remove remote addition * Replace origin with full url Remove fetch for origin Fix fetch Remove --quite Add rebase Stash changes from verify-gen-cue Cleanup * Add --quiet when fetching 11 October 2022, 09:01:18 UTC
ef17f12 Docs: Fix caching.memcached setting name (#56606) 11 October 2022, 08:47:57 UTC
e5a6547 coremodels: Update to latest Thema with generics (#56602) * Update thema to latest * Deal with s/Library/*Runtime/ * Commit new, working results of codegen 11 October 2022, 08:45:07 UTC
668cb25 Fix release test pipelines dependencies (#56671) 11 October 2022, 08:42:24 UTC
52965de Alerting: Add doc comments to state struct and normalize fields (#56647) 11 October 2022, 08:30:33 UTC
fa09aef Loki: Add tests for NestedQuery.tsx (#56538) * WIP: Testing the NestedQuery component * Add tests for NestedQuery.jsx * Add aria-labels to select elements * Update aria-labels * Create datasource using createLokiDatasource() 11 October 2022, 08:22:32 UTC
8d9da34 @grafana/ui: EditorField tooltip interactive (#56557) 11 October 2022, 08:19:37 UTC
1b7e31c Loki Monaco Editor: add component tests (#56658) * feat(loki-monaco-editor): add component tests * feat(loki-monaco-editor): rename test case * Chore: add missing export 11 October 2022, 08:15:48 UTC
811f605 Add dependencies (#56666) 11 October 2022, 07:05:13 UTC
53baecd Chore: Move folder service into a separate package (#56591) * Chore: move folder service interface into a separate package * copy implementation into a standalone package * move implementation and tests to the new folder package * remove leftovers from wire * add test doubles for folder service * fix tests in library panels/elements * fix provideservice in ngalert 10 October 2022, 19:47:53 UTC
eb077db Add clone-enterprise and init-enterprise steps (#56662) 10 October 2022, 19:46:12 UTC
3f89de1 I18n: Crowdin sync (#56660) * New translations grafana.json (Chinese Simplified) * delete zh-CN Co-authored-by: joshhunt <josh@trtr.co> 10 October 2022, 16:15:21 UTC
3e856da LabelFilters: Remove redundant css styling (#56653) * LabelFilters: Remove redundant css * Remove unused import 10 October 2022, 15:59:13 UTC
0696cd3 i18n: Fix unnecessary ampersand escaping (#56654) 10 October 2022, 15:56:28 UTC
75c5845 CI: Split release test pipelines (#56655) * Split test release pipelines * Add missing dependencies * Add release branch case when naming pipeline 10 October 2022, 15:46:56 UTC
129a5a2 PanelChrome: New Panel Header design Feature Flag (#56450) * add feature toggle newPanelHeader * add feature toggle newPanelHeader * more explicit naming and description of PanelChrome feature flag 10 October 2022, 15:03:16 UTC
efed720 TagsInput: Prevent adding duplicate tags + refactor, restyle (#56485) 10 October 2022, 14:56:02 UTC
fb31daa LogContext: Fix wrong width if lines are wrapped (#56650) 10 October 2022, 14:31:14 UTC
65e56c9 Google Cloud Monitoring: Fix bucket bound for distributions (#56565) 10 October 2022, 14:08:33 UTC
d332747 TimeRangeInput: Fix clear button type (#56545) 10 October 2022, 14:05:30 UTC
08f9605 I18n: Crowdin sync (#56645) * New translations grafana.json (German) * New translations grafana.json (Chinese Simplified) 10 October 2022, 13:58:36 UTC
bc9a37e Glue: Add configuration support to PATCH (#56117) * feat: add config to tests v0 * feat: add config to UpdateCorrelationCommand * refactor: repair some tests * refactor: repair another test * refactor: repair last test * refactor: remove possible test * refactor: add comments * refactor: add changes from code review * refactor: implement more detailed patch * feat: add tests for partial config update * refactor: make error handling more detailed Co-authored-by: Giordano Ricci <me@giordanoricci.com> Co-authored-by: Giordano Ricci <me@giordanoricci.com> 10 October 2022, 13:36:14 UTC
680dfde I18n: Update crowdin config for i18next json files (#56640) 10 October 2022, 13:02:25 UTC
802d67e Alerting: Support values in notification templates (#56457) We have received a lot of feedback regarding the ValueString in alert notifications. Perhaps one of the most frequent complaints about ValueString is that it is difficult to read because it contains a lot of information, and the information is shown as a JSON-like string. Users have often asked how it can be templated and the answer is that it can't. Until now users have been able to add custom annotations to their alert rules which contains values via the $values variable added in previous versions of Grafana. However, these custom annotations must be added for each of the user's alert rule, instead of once in a template that all of their alerts can be notified via. This commit adds then the much requested feature to support values in notification templates. Users can then create a single template that prints the annotations, labels and values of their alerts in a format of their choice! 10 October 2022, 12:40:21 UTC
6267460 Loki: Escape label-values in context queries (#56614) 10 October 2022, 12:31:19 UTC
137d332 Docs: deletes provisioning from grafana and adds link (#56637) * Docs: deletes provisioning from grafana and adds link * updates link 10 October 2022, 12:30:23 UTC
be68bb6 LogContext: Fix wrong position of logcontext (#56613) * fix styling issues * remove unused class 10 October 2022, 12:17:22 UTC
da9d8fe Correlations: Add query editor and target field to settings page (#55567) * Fix: use type=button in editor * Grafana-UI: TextArea: make ctextare a block element * WIP: add field & target query to correlations * add table query helpers & test ordering * refactor some tests for disappearance * chore: move QueryEditorField & add tests * cleanup & fix typo * revert textarea changes * update form to support new config * move defaults 10 October 2022, 11:32:21 UTC
db68fa3 Docs: removes duplicate sentence in silences (#56629) 10 October 2022, 10:56:21 UTC
2aff817 Docs: adds note on aurora incompatibility (#56621) * Docs: adds note on aurora incompatibility * updates with feedback * adds issue link 10 October 2022, 10:51:19 UTC
03e8877 ErrorPage: Fix position of chunk loading error (#56473) 10 October 2022, 10:47:33 UTC
462f6b7 Page: Pages that have hideFromBreadcrumbs set to true should not be added to page Title (#56596) * Page: Pages that have hideFromBreadcrumbs set to true should not be added to page Title * Updated test 10 October 2022, 10:47:04 UTC
d405f3a GrafanaUI: InputGroup: Fix invalid children borders (#56169) * GrafanaUI: InputGroup: Fix invalid children borders * tidy story * zindex priority stack * clarify comment * fix inputgroup children type 10 October 2022, 10:43:29 UTC
a84edb2 Docs: changes alert groupings to groups (#56617) * Docs: changes alert groupings to groups * One more alert grouping 10 October 2022, 10:41:14 UTC
f90e729 docs/provisioning: fix typo in notification policies (#54917) 10 October 2022, 09:51:29 UTC
c61d6c3 Configuration: Update ssl_mode docs in sample.ini to match default.ini (#55138) 10 October 2022, 09:04:51 UTC
d79f60d QueryEditorRow: Fix broken drag-and-drop reordering (#56515) 10 October 2022, 08:40:54 UTC
1bcce79 LogContext: Add header and close button to modal (#56283) * added context header * Rename to Log Context Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> 10 October 2022, 07:33:18 UTC
4cdbfb7 Chore: Timeout integration package tests faster (#56287) 10 October 2022, 07:27:04 UTC
169610f Chore: Reduce test timeouts to 5 minutes (#56599) 10 October 2022, 07:26:47 UTC
7312a2d Alerting: Mark all tests that interact with the database as Integration tests. (#54875) Previously, two tests were not explicitly marked as integration tests and so were not run against all 3 supported databases in the CI environment. 10 October 2022, 05:54:54 UTC
b24be6c ObjectStore: add a kind registry (#56507) 08 October 2022, 16:05:46 UTC
ac91df0 Canvas: Add demo dashboards (#56351) Co-authored-by: drew08t <drew08@gmail.com> Co-authored-by: Adela Almasan <adela.almasan@grafana.com> Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 08 October 2022, 01:34:18 UTC
3487e68 Alerting: Fix migration to create rules with group index 1 (#56511) 07 October 2022, 21:20:01 UTC
e2f1201 Alerting: Fix migration to not add label "alertname" (#56509) * do not add label alertname because it is overridden in state manager anyway * update state manager to not consider labels with same value as dupe 07 October 2022, 19:06:53 UTC
4b2a940 Search: wrap `data.Frame` in a `backend.DataResponse` and return it directly when the index is not ready (#56522) 07 October 2022, 18:32:37 UTC
bf264d2 Query library: `requiresDevMode` dummy backend (#56466) * query library - dummy backend * fix tests * dont explicitly marshall backend dataresponse * skip integration tests * null check for tests * added query library to codeowners * null check for tests * lint 07 October 2022, 18:31:45 UTC
23e04c0 Elasticsearch: Add integration tests for http header handling (#56542) * Elasticsearch: Add integration test * Fix lint 07 October 2022, 16:21:48 UTC
53f0928 Docs: Add variable expansion recommendation (#56368) * docs: add variable expansion recommendation * docs: updated the ldap docs in configure grafana 07 October 2022, 16:04:37 UTC
9c50131 Navigation: Added organisation switcher next to grafana logo (#56361) * added org dropdown to topnav * render icon and dropdown for mobile screen * remove switch org from profile node * adjust styles to be mobile first * add test for select * hide profile node only when topnav is on * replace margin with gap instead * improve tests * add aria labels * fix broken test 07 October 2022, 15:52:13 UTC
3990d2b Alerting/handle 0s last notify duration notification error feedback (#56541) * Show '-' in notifiers table when lastNotifyAttemptDuration is 0s * Add tests for no attempt (lastNotifyAttempt null date) and no last duration (lastNotifyAttemptDuration 0s) 07 October 2022, 15:07:02 UTC
754fc37 PluginPage: Fix finding root section for standalone pages (#56554) 07 October 2022, 14:33:36 UTC
ff41b95 Chore: more typing improvements to @grafana/ui (#56544) * improve grafana-ui types * more type improvements * better useState type 07 October 2022, 14:22:21 UTC
a4c5801 Loki: Fix redundant escaping in adhoc filter with regex match (#56447) * Loki: Fix redundant escaping in adhoc filter with regex match * Update data.js * Simplify test * Simplify test * Update * Add more tests 07 October 2022, 14:21:59 UTC
d945091 Alerting: Fix evaluation interval validation (#56115) Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com> 07 October 2022, 13:01:47 UTC
76868ba AzureMonitor: Allow multiple resources in the API for Metrics (#56118) 07 October 2022, 12:57:01 UTC
7595ed0 FIX: Remove RBAC datasource permissions upon datasource deletion (#56530) * FIX: Remove RBAC datasource permissions upon datasource deletion * Use scope provider instead * Fix test 07 October 2022, 12:30:15 UTC
0eb3afb Form validation problem in table panel option (column width & minimum column width) (#56452) Co-authored-by: gitstart <gitstart@users.noreply.github.com> Co-authored-by: gitstart <gitstart@gitstart.com> Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com> Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.com> Co-authored-by: Matheus Muniz <matheusmuniz100@hotmail.com> Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> 07 October 2022, 12:06:50 UTC
2275691 Errutil: Update documentation for Go 1.19 (#55807) 07 October 2022, 10:47:43 UTC
c2d3a31 Chore: Upgrade Go to 1.19.2 (#56355) 07 October 2022, 10:47:24 UTC
891f9c0 I18n: Add lint rule to enforce correct i18n imports (#56487) * I18n: Add lint rule to enforce correct i18n imports * ignore in gui wrapper 07 October 2022, 10:46:28 UTC
74c809f Plugins: Introduce new Flame graph panel (#56376) * Flamegraph * Updated flame graph width/height values * Fix top table rendering issue * Add feature toggle for flamegraph in explore * Update tests * Hide flamegraph from dash panel viz list if feature toggle not enabled * Show table if no flameGraphFrames * Add flame graph to testdata ds * Minor improvement 07 October 2022, 10:39:14 UTC
a18a3d7 Show No attempts instead of OK when there is no attempt for notifier (#56494) 07 October 2022, 09:41:18 UTC
939caa6 Docs: adds alertmanager overview (#56527) * Docs: adds alertmanager overview * updating with georges feedback * adds deprecation note to API docs * update to provisioning instuctions 07 October 2022, 09:26:51 UTC
762688d Alerting: Fix pq: missing FROM-clause for table "a" (#56453) This commit fixes a bug where changing the Folder or Rule Group of an existing rule returns the following error in PostgreSQL "pq: missing FROM-clause for table a" 07 October 2022, 09:18:49 UTC
13067b3 Alerting: Update replacement of prometheus-alertmanager (#56519) grafana.com/grafana/prometheus-alertmanager has been updated to a version that fixes some bugs upstream. This change just updates that dependency and a few shared ones. 07 October 2022, 09:10:20 UTC
6c39a19 Page: More easily support full height pages (#56524) * Page: More easily support full height pages * tweaks to JSONSettingsPage 07 October 2022, 08:56:12 UTC
df2abf0 Use io.ReadAll instead of json.Decode (#56528) 07 October 2022, 08:27:18 UTC
back to top