sort by:
Revision Author Date Message Commit Date
da39c72 BarChart: use dashboard timezone for x axis (#57047) 17 October 2022, 07:06:45 UTC
4831091 Docs: Fix provisioning table formatting (#57042) 16 October 2022, 16:05:47 UTC
0889c3a Docs: Clarify and document dashboard URL query parameters for variables (#56055) 16 October 2022, 01:07:25 UTC
800754e Add document for jsondata field `alertmanagerUid` (#52895) alertmanagerUid can be used to specify Alert Manager for a particular Prometheus/Loki data source. Co-authored-by: Garrett Guillotte <garrett.guillotte@grafana.com> 15 October 2022, 22:32:11 UTC
a46fa16 <Documentation> Document usage of environment variables/files in GitHub Auth login (#52891) * Document usage of environment variables/files * Updating Github Auth Login Documentation Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> 15 October 2022, 16:20:50 UTC
9f5e691 Theme: Inter font (behind feature toggle) (#56441) * Theme: Inter font change with new line-height * Add it behind feature toggle * make buildVariant easier to read + enforce integer multiples of 2 (#56486) * Minor update * Update Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 15 October 2022, 14:22:33 UTC
129a289 Alerting: Cache result of dashboard ID lookups (#56587) * Create caching dashboard resolver * A couple tests for dashboard resolving * Log warning on not found * Additional polish + review nits * Move to singleflight instead of a plain mutex * Store errors instead of -1 in cache and use reflection when reading * Address linter error * One more linter error 14 October 2022, 20:48:02 UTC
c61b5e8 chore: replace sqlstore.Store with db.DB (#57010) * chore: replace sqlstore.SQLStore with db.DB * more post-sqlstore.SQLStore cleanup 14 October 2022, 19:33:06 UTC
2b4d57f Docs: Note end of release notes publication (#57013) * Docs: Note cessation of release notes * Docs: Update What's New index mention of release notes * Docs: Update links and references to the release notes * Docs: Fix relrefs * Docs: Spellcheck 14 October 2022, 17:24:32 UTC
64b0f80 Themes: Add color-scheme attribute to :root (#57001) 14 October 2022, 15:30:07 UTC
ea8549b Datasources: Support mixed datasources in a single query (#56832) * initial cut at refactor - need to run more tests * fix unit tests * change newly unused function to test helper * create unit tests for parsing query requests that cover a range of cases * add some comments * rename function to avoid dev confusion 14 October 2022, 14:27:06 UTC
2ccbb4d Configuration page: Fix dropdown menus keyboard a11y (#56986) * Made dropdown menu keyboard accessible * ul menu and left align 14 October 2022, 13:57:45 UTC
2e16d54 Dashboard: Add dashboard validation warning to save drawer (#55732) * add api route for validating a dashboard json * add feature flag for showDashboardValidationWarnings * tidy up * comments and messages * swagger specs * fix typo * more swagger * tests! * tidy test a little bit * no more ioutil * api will return different status code depending on validation error * clean up * handle 4xx errors * remove console.log * fix backend tests * tidy up * Swagger: Exclude alpha endpoints Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> 14 October 2022, 13:51:05 UTC
e4b1347 Select Dropdown alignment fix (#56858) 14 October 2022, 13:24:08 UTC
3dbb0f1 Add in logic to send root datasource as override if needed (#56904) 14 October 2022, 13:12:04 UTC
2f85172 Alerting: Remove blank comment (#56889) 14 October 2022, 12:28:41 UTC
8e512de I18n: update contributing docs (#56860) * update contrib i18n docs * update contrib i18n docs * remove lingui references, rearrage plain js usage 14 October 2022, 10:55:15 UTC
0f4d126 AzureAD: Add option to force fetch the groups from the Graph API (#56916) * Add a new option to systematically fetch AzureAD groups from the Graph API 14 October 2022, 10:55:00 UTC
e4f2006 Elasticsearch: Fix calculation of trimEdges (#56148) * Elasticsearch: Fix calculation of trimEdges When a value of trimEdges is set greater than 1 we need to drop both the first and last sample of the data from the response. * Elasticsearch: Fix reading trimEdges from the query settings Currently the trimEdges property in the JSON panel is stored as a string and not directly as a number. This caused that the reading of the value failed in the go backend because the simplejson.Int() method doesn't properly handle this case. This failure when decoding the value goes unnoticed because of the early return causing the trimEdges configuration to be ignored. * Refactor castToInt to also return an error Add a new test case that sets the `trimEdges` property as a quoted number. 14 October 2022, 10:53:12 UTC
4ecc9f4 Last Table Column Not Centered (#56047) Co-authored-by: gitstart <gitstart@gitstart.com> Co-authored-by: gitstart <gitstart@users.noreply.github.com> Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.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: Matheus Muniz <matheusmuniz100@hotmail.com> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> Co-authored-by: gitstart <gitstart@users.noreply.github.com> Co-authored-by: gitstart <gitstart@gitstart.com> Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev> Co-authored-by: Thiago Nascimbeni <tnascimbeni@gmail.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: Matheus Muniz <matheusmuniz100@hotmail.com> Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com> Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> 14 October 2022, 10:25:40 UTC
b047316 Logs: Add feature tracking to the replace line button (#56883) 14 October 2022, 10:10:53 UTC
a904372 Accessibility: enable rule `jsx-a11y/no-noninteractive-element-to-interactive-role` (#56870) * enable rule `jsx-a11y/no-noninteractive-element-to-interactive-role` and switch to extending recommended preset * fix unit tests * better unit test 14 October 2022, 10:02:01 UTC
e85917f Chore/React18: Update component prop types (#56898) 14 October 2022, 09:24:32 UTC
4eea326 Candlestick: re-init config when series length changes (#56913) 14 October 2022, 09:12:28 UTC
53ac77d Heatmap: honor dashboard timezone in x axis and fix tooltip time range (#56909) 14 October 2022, 09:11:20 UTC
7767002 dashboards: Use @grafanamaturity(NeedsExpertReview) in schema (#56888) 14 October 2022, 09:10:39 UTC
b374b01 MSSQL/MySQL: Add correct refId when fetching variable query results (#56919) 14 October 2022, 08:52:12 UTC
902a230 MSSQL/MySQL: Fix variable interpolation (#56879) * MSSQL/MySQL: Fix variable interpolation * Escape string vars 14 October 2022, 08:52:08 UTC
e819ed0 PlotLegend: Memoize for better performance (#56123) 14 October 2022, 08:51:27 UTC
08ffcfd feat(loki-monaco-editor): escape autocompleted label values (#56890) 14 October 2022, 08:29:03 UTC
e5d644d Alerting: Fix source and rule name decoding on Find route (#56805) 14 October 2022, 08:06:00 UTC
9d0380c Alerting: Fix folder picker clear action (#56864) 14 October 2022, 06:48:05 UTC
527690d Docs: Fix Canvas doc link and add call to action for feedback (#56908) * Fix canvas documentation link on what's new page; add feedback CTA in canvas doc * PORK: replace allows with enables for better language * Fix a few more instances of allow to enable * Move feedback above video in intro canvas section * Revert changing link change 14 October 2022, 02:02:44 UTC
385079b Docs: Basics docs refactor (#56905) * renames directory * fixes relrefs 13 October 2022, 20:57:58 UTC
c137cf6 moves canvas to proper directory, corrects relref (#56902) 13 October 2022, 19:39:05 UTC
5acda40 Search/ActionRow: drill placeholder to SortPicker (#56475) 13 October 2022, 19:30:20 UTC
145b970 Propagate all headers on main QueryData (#56896) 13 October 2022, 19:18:53 UTC
1ca5c34 Analytics: Add datasource UID to events (#56852) * Analytics: Add datasource UID to events 13 October 2022, 15:41:52 UTC
5d86dc5 Fix Meta Data tab breaking condition (#56646) 13 October 2022, 15:39:01 UTC
75a5777 PublicDashboards: Validate access token not to be duplicated and add retries. (#56755) PublicDashboards: Validate access token not to be duplicated and add retries. 13 October 2022, 14:32:32 UTC
3b4b528 Storage: Dashboard summary builder cleanup (#56665) 13 October 2022, 13:29:19 UTC
b8b25f7 Logs: add app to feature tracking in ad-hoc statistics (#56865) * add app tracking to adhoc statistics * use the object property value shorthand 13 October 2022, 13:26:59 UTC
83aa006 Add Alerting API to list of HTTP APIs (#56863) This link has been asked many times and is only viewable on old docs pages. 13 October 2022, 13:09:49 UTC
9996dbd use Prometheus' format for notification attempts durations (#56822) 13 October 2022, 13:08:09 UTC
3c56fd8 Fix duplicated receivers in API response (#56829) 13 October 2022, 13:01:28 UTC
ef651da Use org service instead of sqlstore (#56407) * Use org service instead of sqlstore * Remove methods from sqlstore * Remove commented out code * Fix lint * Fix lint 2 13 October 2022, 12:40:46 UTC
b0cb025 Logs: Add feature tracking for filters in log rows (#56808) * Add feature tracking for log details filter clicks * use deconstructed prop values * use deconstructed prop values 13 October 2022, 10:21:17 UTC
b71e08a Explore: Remove camel case from tracking labels (#56809) * refactor: remove camel case from tracking labels * refactor: remove camel case from tracking labels 13 October 2022, 10:12:50 UTC
efe214a LogContext: Change line highlighting to match the hover state (#56811) * add hover background also to logs with context * add inherit display 13 October 2022, 09:42:40 UTC
d957fe0 Simplify mocking useGetContactPointsState (#56842) 13 October 2022, 09:06:20 UTC
0295177 Cloud Monitoring: Fix missing data when result is paginated (#56270) * Added nextPageToken prop * Adding first and pageToken condition to while loop * clean up * revert gitignore * fix go lint * Added logic to builder too * Removed pageSize - was for local testing * gofmt * extracted doRequest function * extracted doRequest in query too * Adressed filter comments * Adressed query comments * go fmt * removed pageSize added for testing * go fmt again 13 October 2022, 08:58:07 UTC
b9d4495 Update grabpl to v3.0.12 (#56823) 13 October 2022, 08:35:05 UTC
97730ae Chore: Bump golang.org/x/text (#56841) 13 October 2022, 08:26:25 UTC
5a0d90b logs: refactor: remove unused param "index" (#56543) 13 October 2022, 08:04:51 UTC
277803a Alerting: Refactor fetch for receivers for using RTKQuery (#56624) * Refactor fetch for reveivers for using RTKQuery * Simplify receiversApi contactPointsState endpoint * Fix tests and create useGetContactPointsState hook for using receiversApi.useContactPointsStateQuery 13 October 2022, 08:00:59 UTC
5af36e4 convert ThresholdsEditor to RTL (#56791) 13 October 2022, 07:56:36 UTC
cc27214 Public Dashboards: Add audit table (#54508) This PR adds an audit table for public dashboards allowing a user to view all public dashboards on an instance of grafana. The public dashboards team is working on a proposal for adding RBAC support to the audit table for 9.3 Co-authored-by: juanicabanas <juan.cabanas@grafana.com> 13 October 2022, 05:36:05 UTC
c7c640d Alerting: Fix email image embedding on Windows. (#56766) The email notifier was incorrectly handling Windows filepaths. This is fixed by using the `path/filepath` package. 13 October 2022, 02:24:00 UTC
254bb0c Canvas: Clear current selection in dashboard mode (#56830) 12 October 2022, 21:18:56 UTC
004bb76 Alerting: Fix mathexp.NoData for ConditionsCmd (#56816) 12 October 2022, 16:34:28 UTC
61fd369 ensure the first item in the sectionnav is always the section root (#56815) 12 October 2022, 16:02:31 UTC
8846778 fix title of config node (#56810) 12 October 2022, 15:37:14 UTC
94ed744 Auth: Make built-in login configurable (#46978) 12 October 2022, 15:34:59 UTC
7d18460 Chore: convert `MetricSelect` test to RTL (#56801) * convert MetricSelect test to RTL * remove type param 12 October 2022, 15:33:12 UTC
26e7228 fix typo (#56802) 12 October 2022, 13:44:21 UTC
f30ba0d Explore/Logs: Add feature tracking for ad-hoc statistics in log rows (#56681) * Add feature tracking for ad-hoc statistics in log rows * Make row prop mandatory in LogDetailsRow.tsx * Remove optional chaining * fix: failing test by mocking reportInteraction 12 October 2022, 13:37:24 UTC
b176190 RBAC: Add primary key to seed_assignment table (#56540) * RBAC: Add seed_assignment migrations from enterprise * RBAC: Create migration to add primary key to seed_assignment table 12 October 2022, 13:18:07 UTC
5fcec05 LDAP: log that organization mapping is skipped (#56796) 12 October 2022, 12:41:11 UTC
7806126 Default to flamegraph (#56733) 12 October 2022, 12:39:08 UTC
7c10082 Devenv: Fix influx dashboard (#56775) 12 October 2022, 12:01:48 UTC
b7d969b I18n: Improve tooling (#56731) * Delete en-US.json before extracting strings so it's always up to date * Add 'comment' to message jsons * Enable Pseudo-locale option only in dev mode * don't load english messages * fix package.json * fix 12 October 2022, 11:51:16 UTC
80ede17 update the feature toggle usage in backend (#56787) 12 October 2022, 11:43:35 UTC
10c080d LDAP: Add `skip_org_role_sync` configuration option (#56679) * LDAP: Add skip_org_role_sync option * Document the new config option * Nit on docs * Update docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * Docs suggestions Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Jguer <joao.guerreiro@grafana.com> * Add test, Fix disabled user when no role Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Co-authored-by: Jguer <joao.guerreiro@grafana.com> 12 October 2022, 11:33:33 UTC
72b9555 Publish Linux Packages: Fix bad secret name (#56708) :facepalm: Co-authored-by: dsotirakis <dimitrios.sotirakis@grafana.com> 12 October 2022, 11:07:13 UTC
719769e I18n: Add Chinese (Simplified) (#56739) * Prevent _old.json files from being created * Add contrib docs for adding new locale * add chinese (simplified) 12 October 2022, 10:12:46 UTC
85e3ed4 DashboardsList: Fix height issue in topnav (#56661) 12 October 2022, 10:00:45 UTC
67d93ce Alerting: Add doc comments to classic.go (#56724) 12 October 2022, 09:55:48 UTC
dd9e149 only render direct children on the landing page routes (#56720) 12 October 2022, 09:01:33 UTC
26bb139 Fixes 48972 - Exposes channels.WebhookMessage (#56140) 12 October 2022, 08:50:28 UTC
45edce9 VariableEditor: Use new form styles (#56326) 12 October 2022, 08:43:41 UTC
6edce00 Inspect: Handle JSON tab crash when the provided object is too big to stringify. (#55939) * fix(inspector): handle json tab crash when too much data * message update when JSON stringify fails due to obj size 12 October 2022, 07:52:23 UTC
48c2787 TablePanel: Footer now updates values on column filtering (#56354) * Table footer now updates values on column filtering * Backwards compatibility 12 October 2022, 04:57:49 UTC
17433f2 Docs: Fix what's new canvas doc video file reference #56754 11 October 2022, 22:57:48 UTC
6827ca0 Docs: Add missing documentation for enterprise features (#56753) * add documentation about protected roles * add section about sync debug * add link to recorded queries to main enterprise pages * Update docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * fixes from pr review * add missing char * Apply suggestions from code review Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> * fix other incorrect lines to match review Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> 11 October 2022, 22:57:27 UTC
414d536 Docs: refactors config panels and visualizations, corrects relrefs (#55940) * refactors config panels and visualizations, corrects relrefs * adds an alias * Remove some old content * moves visualizations topic to the root * moves out panels and visualization topics to the root * adds move and resize panel to add/organize panel; creates a create dashboard topic under build dashboards; adjusts context of add a panel to be from within an existing dashboard * updates aliases * creates search at root, moves dashboard preview to search, creates standalone search dashboard topic * moves Set dashboard time range to use-dashboards, creates modify dashboard settings and adds moves Modify dashboard time settings to that topic * moves existing query-options topic from working with panels to configure-panel-visualizations, moves panel time overrides and timeshift content to query options * Moving things to better category, fixing links, improving ordering * Move panel inspector to main panel topic * completes partial fix of relrefs * relref fixes con't * restructures remaining panels topics * more relref fixes * Minor fix * Minor tweak * finishes fixing relrefs Co-authored-by: Torkel Ödegaard <torkel@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> 11 October 2022, 20:31:20 UTC
f4a3400 Docs: Update Canvas videos to mp4 URLs (#56748) 11 October 2022, 18:39:52 UTC
abd7b7d Docs: Remove Beta tag from 9.2 What's New post-release (#56746) 11 October 2022, 18:16:24 UTC
4a99470 Docs: Add CODEOWNER to setup docs (#56745) 11 October 2022, 17:43:58 UTC
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
back to top