sort by:
Revision Author Date Message Commit Date
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
eef3f28 Loki: Add integration tests for http header handling (#56478) * Loki: Add integration tests for http header handling * Fix linting 07 October 2022, 08:16:41 UTC
bb479e0 RBAC: Redirect to /login when forceLogin is set (#56469) 07 October 2022, 06:18:56 UTC
b622a87 StateTimeline: Fix tooltip showing erroneously in shared crosshair dashboards (#55809) * StateTimeline: Fix shared crosshair * Fix for StatusHistory also 07 October 2022, 05:56:15 UTC
21d9cf0 Thresholds: fix line rendering with multiple y axes (#56516) 06 October 2022, 23:18:47 UTC
b5cb917 Fix queries with repeated references (#56497) 06 October 2022, 20:59:14 UTC
356318e Docs: Updating Public Dashboard documentation (#56504) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> 06 October 2022, 20:47:38 UTC
331110b refactor public dashboards middleware testing (#55706) This PR refactors how we add the orgId to the context on a public dashboard paths. We also split out accessToken handling into its own package and rework status code for "RequiresValidAccessToken". We will be modeling all endpoints to use these status codes going forward. Additionally, it includes a scaffold for better middleware testing and refactors existing tests to table drive tests. 06 October 2022, 20:35:19 UTC
609abf0 ObjectStore: Write json as json when possible (#56433) 06 October 2022, 19:48:53 UTC
7b64374 Alerting: Refactor state manager's cache (#56197) * remove ResetAllStates because it's not used * refactor cache to accept logs, metrics and url as method args * update manager Warm method to set the entire state at once * remove unused reset method * introduce ruleStates * change getOrCreate to belong to ruleStates * update Get to not return error 06 October 2022, 19:30:12 UTC
15d2653 Geomap: Docs for 9.2 (#56493) 06 October 2022, 18:32:39 UTC
1de0f44 Chore: Make NewCookieOptions exported in cookies.go (#56476) 06 October 2022, 18:00:54 UTC
5361efc I18n: Migrate to I18next (#55845) * Switch from lingui from i18next * Change lingui messages to i18next messages * Change lingui messages to i18next messages (grafana-ui) * Init i18n for tests 06 October 2022, 15:34:04 UTC
c1d6df4 Fix issue 55626 (#55636) Reset the mapping table for Dynamic Geojson 06 October 2022, 15:30:03 UTC
48f0f4b Alerting: subscribe to Dashboard refresh interval for alert panels (#56347) * Subscribe to Dashboard refresh interval for alert panels * Add test * Remove unused import * Use useEffectOnce when obtaining dashboard 06 October 2022, 15:02:19 UTC
729ce8b Loki: query editor using Monaco (#55391) * loki: switch to a monaco-based query field, step 1 (#46291) * loki: use monaco-logql (#46318) * loki: use monaco-logql * updated monaco-logql * fix all the tests (#46327) * loki: recommend parser (#46362) * loki: recommend parser * additional improvements * more improvements * type and lint fixes * more improvements * trigger autocomplete on focus * rename * loki: more smart features (#46414) * loki: more smart features * loki: updated syntax-highlight version * better explanation (#46443) * better explanation * improved help-text Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * Fix label * feat(loki-monaco-editor): add monaco-logql as a dependency * feat(loki-monaco-editor): add back range function removed during merge * feat(loki-monaco-editor): sync imports with recent changes * feat(loki-monaco-editor): add missing lang provider functions * feat(loki-monaco-editor): fix imports * feat(loki-monaco-editor): display monaco editor by default Temporarily * Chore: remove commented code * Chore: minor refactor to NeverCaseError * Chore: minor code cleanups * feat(loki-monaco-editor): add history implementation Will see how it behaves and base the history slicing on tangible feedback * feat(loki-monaco-editor): turn completion data provider into a class * Chore: fix missing imports * feat(loki-monaco-editor): refactor data provider methods Move complexity scattered everywhere to the provider * Chore: clean up redundant code * Chore: minor comments cleanup * Chore: simplify override services * Chore: rename callback * feat(loki-monaco-editor): use query hints implementation to parse expression * feat(loki-monaco-editor): improve function name * Chore: remove superfluous variable in favor of destructuring * Chore: remove unused imports * Chore: make method async * feat(loki-monaco-editor): fix deprecations and errors in situation * feat(loki-monaco-editor): comment failing test case * Chore: remove comment from test * Chore: remove duplicated completion item * Chore: fix linting issues * Chore: update language provider test * Chore: update datasource test * feat(loki-monaco-editor): create feature flag * feat(loki-monaco-editor): place the editor under a feature flag * Chore: add completion unit test * Chore: add completion data provider test * Chore: remove unwanted export * Chore: remove unused export * Chore(loki-query-field): destructure all props * chore(loki-completions): remove odd string * fix(loki-completions): remove rate_interval Not supported * fix(loki-completions): remove line filters for after pipe case We shouldn't offer line filters if we are after first pipe. * refactor(loki-datasource): update default parameter * fix(loki-syntax): remove outdated documentation * Update capitalization in pkg/services/featuremgmt/registry.go Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> * refactor(situation): use node types instead of names * Chore: comment line filters pending implementation It's breaking the build due to a linting error. * Chore: update feature flag test after capitalization change * Revert "fix(loki-completions): remove line filters for after pipe case" This reverts commit 3d003ca4bcb792b440add04b883fafe637e4c4c9. * Revert "Chore: comment line filters pending implementation" This reverts commit 84bfe76a6a29e79a15a3e080929d1f387691700b. Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com> 06 October 2022, 14:35:30 UTC
8fd4fcb Prometheus: Annotation query filtering values less then 1 (#53969) * prevent annotation query from filtering values less then 1 * unit tests were asserting that gaps in data (0 value) are removed from annotation, update filter to exclude 0 06 October 2022, 14:26:08 UTC
01526d9 Add error details in notification error feedback tooltip (#56472) 06 October 2022, 14:20:07 UTC
66e8f39 Packaging: Change from `0750` to `0755` folder permissions when packaging (#56436) * Change from 0750 to 0755 * Change to 0o755 * Skip lint when creating dir 06 October 2022, 14:11:11 UTC
d8d8ef1 Alerting: Add Notification error feedback on contact points view (#56225) * Alerting: Receivers integrations error feedback: WIP - Add notifications error at the top right on contact points view (#52390) * Add interfaces for contact point errors * [WIP] Create fake response for the new service to get contact point errors * [WIP] Create action an reducer for the new service to get contact point errors * Fetch fetchContactPointStates in Contact Points tab every 20s and when AM changes * [WIP] Use store to get error count * Show number of integrations errors at the contact points main view * Add warning icon and refactor styles using getStyles * Change lastNotify type to string instead of DateTime * Use Stack component from experimental library when it is possible * Alerting: Add receivers error feedback in contact point list (#52524) * Refactor types for contact points state * Add health column in ReceiversTable in case error state is available for this AM * Create method for converting contact points state DTO to the FE type used in Redux store * Update types * Fix indexOf criteria getting integration type * Change type name to integrationType name * Change new components to be named functions to follow the FE style-guide * Fix typos Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com> * Decouple ReceiversTable from Redux state * Create private useContactPointsState hook to simplify code in ReceiversTable component * Add tests for getIntegrationType and refactor the method to validate the name * Add tests for contactPointsStateDtoToModel method * Remove unnecessary check * Use Badge compoment for health status in contact point list * Create new method parseIntegrationName to simplify getting types and index from integration name Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com> * Alerting: Show integrations error feedback when expanding contact point in list (#52920) * Use DynamicTable for rendering list of contact points and make them expandable if error status is available * Render expanded content for contact points integrations * Style and format last notify column * Add send resolve column to the integration details * Fix receiver id for DynamicTable row * Update clock icon in integration state * Fix tests * Add PR review sugestions * Alerting/integrations error feedback handle null dates in response 3 (#55659) * Update fake response with lastNotify ISO8601 formatted, to be aligned with latest BE changes * Update LastNotify in ReceiversTable component to handle null date * Alerting/integrations error feedback handle 404 state not available (#55803) * Create fetchContactPointsState using the future contact point url and handle 404 error * Add contact points state tests * Alerting/update receivers dto naming 2 (#56201) * Update NotifierStatus naming and fix sendResolved not being updated in UI * Return always empty ContactPointsState array when catching an error in the request response * Fix test * Show notification status only in notifications main view * Calculate total error count from the final contactPointsState object, to avoid errors when duplicated entries are returned wronly in the response * Add PR review suggestions Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com> 06 October 2022, 13:23:38 UTC
9300ae7 NavTree: Don't add license and stats page unless your a Grafana Admin (#56410) 06 October 2022, 12:30:51 UTC
3a76c7a grafana-ui: removed obsolete test that cause jest warnings (#56444) 06 October 2022, 11:35:21 UTC
c5171b8 actually convert Cloudwatch ConfigEditor test to RTL (#56461) 06 October 2022, 11:14:41 UTC
a8b883b TopNav: Adding sign in to topnav and hiding it mega menu (#56403) * TopNav: Adding sign in to topnav and hiding it mega menu * Added target _self * remove scss change * Fix sign in link * Fix other link 06 October 2022, 11:00:32 UTC
0958d9b Theme: Change body line-height to fix alignment issue (#56442) * Theme: Change body line-height to fix alignment issue * Updates 06 October 2022, 10:59:43 UTC
55187eb Navtree: Make it possible to configure standalone plugin pages (#56393) * feat: make it possible to register standalone app plugin pages under different sections * refactor(sample.ini): use "admin" instead of "starred" section in the INI Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * feat(defaults.ini): add app navigation settings to the defaults.ini as well * fix: use the correct key in the tests Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 06 October 2022, 10:57:03 UTC
b1df15c Alerting: Add basic test wrappers to notification channel API test. (#56432) Adds t.Run calls that supply the name of a receiver and its integrations when the API response is being verified. This test has a rare flake and it's difficult to track down without more context for the test failure. 06 October 2022, 09:38:54 UTC
b0ba94f Navigation: Use page nav in silence and policy notification pages (#55753) * use pagenav in mutetiming form * use pagenav in alert policy page * use pageNav for Silence page * added missing breadcrumbs 06 October 2022, 09:18:43 UTC
3aacda5 Move files under pkg/build/packaging (#56435) 06 October 2022, 07:33:40 UTC
ec7d9e1 Change from grabpl to build for grafana-com (#56434) 06 October 2022, 07:14:38 UTC
fe1395a Revert "TopNav: Section styling fix (#56372)" (#56399) This reverts commit b396f16fe1fa85e8c3b73fc344f11eb28adf7df3. 06 October 2022, 06:23:29 UTC
b476ae6 Alerting: Write and Delete multiple alert instances. (#55350) Prior to this change, all alert instance writes and deletes happened individually, in their own database transaction. This change batches up writes or deletes for a given rule's evaluation loop into a single transaction before applying it. These new transactions are off by default, guarded by the feature toggle "alertingBigTransactions" Before: ``` goos: darwin goarch: arm64 pkg: github.com/grafana/grafana/pkg/services/ngalert/store BenchmarkAlertInstanceOperations-8 398 2991381 ns/op 1133537 B/op 27703 allocs/op --- BENCH: BenchmarkAlertInstanceOperations-8 util.go:127: alert definition: {orgID: 1, UID: FovKXiRVzm} with title: "an alert definition FTvFXmRVkz" interval: 60 created util.go:127: alert definition: {orgID: 1, UID: foDFXmRVkm} with title: "an alert definition fovFXmRVkz" interval: 60 created util.go:127: alert definition: {orgID: 1, UID: VQvFuigVkm} with title: "an alert definition VwDKXmR4kz" interval: 60 created PASS ok github.com/grafana/grafana/pkg/services/ngalert/store 1.619s ``` After: ``` goos: darwin goarch: arm64 pkg: github.com/grafana/grafana/pkg/services/ngalert/store BenchmarkAlertInstanceOperations-8 1440 816484 ns/op 352297 B/op 6529 allocs/op --- BENCH: BenchmarkAlertInstanceOperations-8 util.go:127: alert definition: {orgID: 1, UID: 302r_igVzm} with title: "an alert definition q0h9lmR4zz" interval: 60 created util.go:127: alert definition: {orgID: 1, UID: 71hrlmR4km} with title: "an alert definition nJ29_mR4zz" interval: 60 created util.go:127: alert definition: {orgID: 1, UID: Cahr_mR4zm} with title: "an alert definition ja2rlmg4zz" interval: 60 created PASS ok github.com/grafana/grafana/pkg/services/ngalert/store 1.383s ``` So we cut time by about 75% and memory allocations by about 60% when storing and deleting 100 instances. 06 October 2022, 06:22:58 UTC
b4e23e5 ObjectStore: update dev protobuf definitions (#56428) 06 October 2022, 01:46:17 UTC
8300702 Search: fuzzy match dashboard names in frontend from full list (#55721) 05 October 2022, 22:32:35 UTC
69c49f6 PublicDashboards: Make mixed datasource calls concurrently (#56421) PublicDashboards: Make mixed datasource calls concurrently 05 October 2022, 21:45:17 UTC
d9cc292 Star: Add uid in the endpoint (#54340) * add new uid endpoing for star * add store pool into service * fix the endpoint caller * udpate swagger file * Update pkg/api/stars.go Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> * remove useless code for star dashboard * add new uid endpoing for star * add store pool into service * fix the endpoint caller * Update pkg/api/stars.go Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> * Update pkg/api/stars.go Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> * solve linter Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com> 05 October 2022, 20:32:49 UTC
8df8305 Alerting: Move annotation functionality behind a history persistence interface (#56133) * Move annotation functionality behind a history persistence interface * Rename to RecordState * Fix lint error in import aliasing * One more import linter error 05 October 2022, 20:32:20 UTC
b3087cf QueryEditorRow: Only pass error to query editor if panel is not loading (#56350) 05 October 2022, 19:19:49 UTC
97d1983 ObjectStore: rename modified to updated (#56420) 05 October 2022, 18:58:46 UTC
a94acb7 Object store: get user from context (#56346) * GRPC Server: Add signedInUser to context after auth * add permissions to signedInUser * add access control permissions test * add additional signedInUser checks * get user from context * move `UserFromContext` to object/auth.go Co-authored-by: Todd Treece <todd.treece@grafana.com> 05 October 2022, 17:00:34 UTC
4a14d75 Add prop to improve memory usage listing metrics (#56398) 05 October 2022, 15:19:12 UTC
2cdbd05 Azure Monitor: Fix subscription selector when changing data sources (#56284) 05 October 2022, 14:59:06 UTC
0d8ea2b LogContext: Fix scroll position in upper context group (#56370) * fix log row being falsely added to context * do not add to many lines * fix scroll position in context * more flexible id comparison * add original refid to context query * added missing row comparison * updated comment Co-authored-by: Matias Chomicki <matyax@gmail.com> Co-authored-by: Matias Chomicki <matyax@gmail.com> 05 October 2022, 14:26:22 UTC
2410b88 Logs: Show LogRowMenu also for long logs and wrap-lines turned off (#56030) * show logrowmenu as new table-cell * fix dashboard position * added reasonable position * fix log row message not beeing 100% 05 October 2022, 14:11:08 UTC
bc7a383 Remove org methods from sqlstore interface (#56358) * Remove org methods from sqlstore interface * Remove some mocks * Fix some tests 05 October 2022, 13:47:56 UTC
ad2a1dd Alerting: Start ticker only when scheduler starts (#56339) 05 October 2022, 13:35:02 UTC
8594e64 Azure Monitor: Adapt empty Logs response (#56378) 05 October 2022, 13:29:34 UTC
7fd613e E2E: Remove time zone scenario flackyness (#55458) Co-authored-by: polinaboneva <polina.boneva@grafana.com> 05 October 2022, 13:00:33 UTC
48ebaa4 Toolkit: Remove changelog command (already replaced by a github workflow) (#56073) Co-authored-by: gitstart <gitstart@gitstart.com> Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.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: Thiago Nascimbeni <tnascimbeni@gmail.com> Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com> Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com> 05 October 2022, 12:44:53 UTC
87cba88 Alerting: Expressions pipeline redesign (#54601) 05 October 2022, 12:35:15 UTC
222c33c Remove branding feature toggle (#56379) 05 October 2022, 12:07:35 UTC
78a57f2 Navigation: use `ToolbarButton` in `TopSearchBar` for consistency (#56371) * use ToolbarButton in TopSearchBar for consistency * Removed unnessary styles Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 05 October 2022, 11:22:47 UTC
636ae8d Update grabpl version to v3.0.11 (#56377) 05 October 2022, 11:18:28 UTC
b396f16 TopNav: Section styling fix (#56372) 05 October 2022, 11:06:51 UTC
dcc02a8 Storybook: Fix asset paths for hosted storybooks (#56319) * feat(sass): introduce font-file-path var to define where to load fonts from * feat(storybook): introduce storybook sass theme styles to set font file paths * chore(sass): change imports so treated as sass rather than css * feat(storybook): filter assets so builds dont contain thousands of files 05 October 2022, 10:10:29 UTC
aa27450 TopNav: Fixes to page and plugin page handling (#56278) * Added labels * App page fixes * Switch to switch * Fixing sort position for Apps 05 October 2022, 09:46:27 UTC
4469572 Loki: Add support for range aggregations with by grouping (#56184) * Loki: Fix unwrapped range operations with grouping * Update, fix tests * Fix modeller 05 October 2022, 09:32:33 UTC
015651f @grafana/ui: adds a virtualized options for the Select component (#55629) 05 October 2022, 08:33:47 UTC
7ac7f84 improve some grafana-ui types (#56318) 05 October 2022, 08:04:10 UTC
ae5e8bc refactor: rename Data Connections to Connections (#56353) 05 October 2022, 07:56:58 UTC
b1b3f9e Fixes alertmanagers whats new entry (#56356) 05 October 2022, 07:39:50 UTC
5167c55 Chore: Move methods from sqlstore to user store (#56305) * Copy sqlstore methods to suer store * Adjust ProvideService signatures in test * Add xorm tags and tests for search * Remove methods from sqlstore * fix lint in tests 05 October 2022, 07:34:36 UTC
580ca14 StyleGuide: Minor fix for themes.md (#56012) * Update themes.md * Update themes.md * Updates 05 October 2022, 06:50:39 UTC
3f4bf76 cloudwatch-logs: use not-deprecated version of type (#56239) 05 October 2022, 06:47:57 UTC
5cdc932 CI: Stop publishing OSS images for security mode (#56088) * No-op: Refactor publish images pipeline struct * Stop publishing images for OSS 05 October 2022, 06:39:38 UTC
8950d86 fix: some typos (#56171) 04 October 2022, 23:43:49 UTC
4163f31 GRPC Server: Add signedInUser to context (#56059) 04 October 2022, 20:31:02 UTC
ba97b26 Playlist: Split PlaylistItem into standalone TS type (#56343) * playlist: Split PlaylistItem into standalone TS type * update playlist model * actually set the title Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 04 October 2022, 20:08:26 UTC
2c1c98f Canvas: Promote to beta (#56217) Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 04 October 2022, 19:29:56 UTC
8833e35 Canvas: Increase Add Item picker width (#56204) 04 October 2022, 19:22:11 UTC
4fc9b9a Storage: Cleanup object history API (#56215) 04 October 2022, 18:57:26 UTC
7715672 Chore: use org service methods (#55768) * Chore: use org service methods * fix tests * fix errors * adjust func signatures for getbyname * :poop: * Use the same fake service to get the user in AC and in HS * Fix middleware test * Fix more middleware test * Fix api tests Co-authored-by: gamab <gabi.mabs@gmail.com> Co-authored-by: Ida Furjesova <ida.furjesova@grafana.com> 04 October 2022, 18:48:02 UTC
169f1ab ReleaseNotes: Updated changelog and release notes for 9.1.7 (#56323) 04 October 2022, 16:56:21 UTC
d5e2713 Storage: Add HTTP endpoint for object store service (#56214) 04 October 2022, 16:40:15 UTC
bba6eb1 Chore: update latest.json to 9.1.7 (#56315) 04 October 2022, 16:32:13 UTC
d722882 Grafana UI: Clean up bundle (#56100) * chore(grafana-ui): don't bundle emotionPerfTest * chore(grafana-ui): fix circular dependencies that cause esm chunks to not match up * chore(grafana-ui): prevent bundling all css properties in package types 04 October 2022, 15:51:45 UTC
a50017d ReleaseNotes: Updated changelog and release notes for 9.1.7 (#56313) 04 October 2022, 15:26:30 UTC
3b1a8d4 Playlist: update service so it supports both read+write (#55959) 04 October 2022, 15:11:18 UTC
d293055 enable rule `jsx-a11y/iframe-has-title` (#56292) 04 October 2022, 15:04:28 UTC
a7de518 Explore: Revert split pane resize feature (#56310) * Revert "Explore: Prevent panes from disappearing when resizing window in split view (#55696)" This reverts commit 0a5aa19ca2907c70f86269ddd4b67defe08fd0aa. * Revert "Explore: Add resize to split view, with Min/Max button (#54420)" This reverts commit c3e4f1f8766fc2d9d788652daf5b3a8bf1ea8951. 04 October 2022, 14:42:43 UTC
d3f50f7 Convert test to RTL (#56279) 04 October 2022, 14:37:47 UTC
d94af21 Replace filename with path without the local dir (#56296) 04 October 2022, 14:18:07 UTC
8176810 adds alertmanager to whats new (#56304) 04 October 2022, 13:59:52 UTC
d0b4377 adds 4 links to blogs (#56193) 04 October 2022, 13:28:00 UTC
291276e elasticsearch: improved types in the typescript files (#56293) 04 October 2022, 13:08:57 UTC
152c7f1 Prometheus: Add Exemplar sampling for streaming parser (#56049) 04 October 2022, 12:40:01 UTC
4eea5d5 Navigation: Use navid and pagnav in alert rules pages (#55722) * add navid and pagenav to edit/add/view alert rules * move ruleeditor smaller component to its own file * fix form alignments with new layout * fixed broken test * reuse AlertingPageWrapper 04 October 2022, 12:36:36 UTC
a25516f Chore: Copy sqlstore methods to user store (#56280) * Chore: Copy sqlstore methods to user store * Fix xorm tag * Add tests * Remove unused methods from sqlstore 04 October 2022, 12:14:32 UTC
3d58f39 Remove Custom Branding previews from What's new (#56273) We need to remove the custom branding announcement from the 9.2 release, since we will not release the feature in Grafana Enterprise. 04 October 2022, 12:06:10 UTC
back to top