sort by:
Revision Author Date Message Commit Date
a43fb52 Rebase 05 October 2021, 08:54:12 UTC
bcd3a09 add ctx for GetDashboard Signed-off-by: bergquist <carl.bergquist@gmail.com> 05 October 2021, 08:07:22 UTC
2098bca Dep: Ignore ora lib bump for now (#39957) 05 October 2021, 06:28:30 UTC
e0b576f PanelContext: Adds app property of type CoreApp enum to inform panel about what the outer container/app is (#39952) * PanelContext: Adds a container enum / string to inform panel about what the outer container/app state is * Changing to use existing CoreApp * fixing unified alerting type errors 05 October 2021, 06:07:57 UTC
3e01db9 Docs: Add API endpoints used for templating in Prometheus (#39639) 04 October 2021, 19:54:25 UTC
ccd7f8a Some documentation fixes (#39951) * Some documentation fixes * Address review comments * Fixed lint issues using prettifier. Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com> 04 October 2021, 19:03:26 UTC
562cd9e Alerting template functions (#39261) * Alerting: (wip) add template funcs * Alerting: (wip) numeric template functions * Alerting: (wip) template functions * Test for the "args" function * Alerting: (wip) Documentation for template functions * Alerting: template functions - refactor * code review changes * disable linter error * Use Prometheus implementation of TemplateExpander * Update docs/sources/alerting/unified-alerting/alerting-rules/create-grafana-managed-rule.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * change templateCaptureValue to support using template functions * Update pkg/services/ngalert/state/template.go Co-authored-by: gotjosh <josue.abreu@gmail.com> * Test and documentation added for reReplaceAll template function * complete missing functions, documentation and tests * Use the alert instance's evaluation time for expanding the template * strvalue graphlink and tablelink functions * delete duplicate test * make strvalue return an empty string Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: gotjosh <josue.abreu@gmail.com> 04 October 2021, 18:04:37 UTC
3cd7b11 TimePicker: Close timepicker with esc (#39962) 04 October 2021, 16:59:24 UTC
2a4c1b1 You can now get alert rules for a dashboard or a panel using /api/v1/rules endpoints. (#39476) Get alert rules for a dashboard and panel in /api/v1/rules 04 October 2021, 15:33:55 UTC
a3783a4 Navigation: Increase navigation width + make icons a consistent size (#39959) * Navigation: Increase navigation width + make icons a consistent size * Navigation: Move style to only apply to headers 04 October 2021, 15:18:17 UTC
991b5fe Doc: Updated Azure AD OAuth2 authentication topic. (#39609) * Updated topic. * Added bookmarks. * Update docs/sources/auth/azuread.md Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com> * Update docs/sources/auth/azuread.md Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com> * Update docs/sources/auth/azuread.md Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com> * Fixed bulleted list. * Updated list again. * Format change. * Removed spaces. * Run prettifier to fix whitespace issues. Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com> 04 October 2021, 15:14:33 UTC
4f41149 Bump react-is from 16.8.0 to 17.0.2 (#39941) * Bump react-is from 16.8.0 to 17.0.2 Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 16.8.0 to 17.0.2. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react-is) --- updated-dependencies: - dependency-name: react-is dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Chore: Remove react-is since it doesn't seem to be used anywhere Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 04 October 2021, 15:11:36 UTC
03804fb Bump @sentry/utils from 5.24.2 to 6.13.2 (#39932) * Bump @sentry/utils from 5.24.2 to 6.13.2 Bumps [@sentry/utils](https://github.com/getsentry/sentry-javascript) from 5.24.2 to 6.13.2. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.24.2...6.13.2) --- updated-dependencies: - dependency-name: "@sentry/utils" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Chore: fix type checks by updating buffer.add to add a function instead of a promise * kick drone Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 04 October 2021, 14:43:23 UTC
f4f0d74 Chore: Add context to user (#39649) * Add context to user * Add context for enterprise * Add context for UpdateUserLastSeenAtCommand * Remove xorm 04 October 2021, 13:46:09 UTC
42d7c32 AzureMonitor: Remove unused editor component (#39874) 04 October 2021, 13:17:59 UTC
6572017 Alerting: Allow more characters in label names so notifications are sent (#38629) Remove validation for labels to be accepted in the Alertmanager, This helps with datasources that produce non-compatible labels. Adds an "object_matchers" to alert manager routers so we can support labels names with extended characters beyond prometheus/openmetrics. It only does this for the internal Grafana managed Alert Manager. This requires a change to alert manager, so for now we use grafana/alertmanager which is a slight fork, with the intention of going back to upstream. The frontend handles the migration of "matchers" -> "object_matchers" when the route is edited and saved. Once this is done, downgrades will not work old versions will not recognize the "object_matchers". Co-authored-by: Kyle Brandt <kyle@grafana.com> Co-authored-by: Nathan Rodman <nathanrodman@gmail.com> 04 October 2021, 13:06:40 UTC
706a665 Auth: add name parameter to auth.saml (#39883) * add name parameter to auth.saml * Create constant to store default SAML name 04 October 2021, 12:58:16 UTC
5219c72 Bump simple-git from 1.132.0 to 2.46.0 (#39931) * Bump simple-git from 1.132.0 to 2.46.0 Bumps [simple-git](https://github.com/steveukx/git-js) from 1.132.0 to 2.46.0. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/compare/v1.132.0...v2.46.0) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * simple-git/promise is deprecated Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com> 04 October 2021, 12:30:02 UTC
47a9613 Dev: Add debug jest test to vscode launch (#39905) 04 October 2021, 12:26:19 UTC
e2e70d0 Bump @types/sinon from 7.5.2 to 10.0.4 (#39729) Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 7.5.2 to 10.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) --- updated-dependencies: - dependency-name: "@types/sinon" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 04 October 2021, 10:21:32 UTC
c2c04f2 Chore(DashboardSearch): Convert to use useTheme2 (#39918) 04 October 2021, 09:32:29 UTC
d6fd175 QueryEditor: Add missing keys to extra action components (#39913) 04 October 2021, 06:05:43 UTC
427f75d Alerting: UI standardization and fixes (#38770) * Add expand all button for rule list group view * filter out recording rules by default * Create rule type filter * Add placeholder text for inputs * WIP move Silences to use DynamicTable * Use dynamic table for silences page * hide expand all for state list view * Add placeholders for inputs * Update selector in receivers test * Fix strict error for ruleType * remove redundant placeholder text and cleanup hooks * add fixed width for schedule * Rebase with dynamic table for silences * only show expand/collapse when filters are active 01 October 2021, 22:15:55 UTC
9f93a81 Geomap: use panel context editor state (#39920) 01 October 2021, 18:06:11 UTC
816d70a A11y: Fix fastpass issues for /org/ pages (#39902) * A11y: Fix fastpass issues for /org/ pages See #39429 01 October 2021, 14:58:18 UTC
54afe20 Add missing comma in IAM policy (#39914) 01 October 2021, 14:57:01 UTC
4350f49 NavBar: Styling tweaks to tidy up appearance (#39871) * NavBar: Styling tweaks to tidy up appearance * NavBar: Add external link icon to external links * NavBar: Dim the external link icon * bump drone * NavBar: Rename variable to better describe what it's doing 01 October 2021, 14:53:56 UTC
4dadb8f Alerting: Remove extra field orgId from notifier.Alertmanager (#39870) 01 October 2021, 13:54:37 UTC
e343b62 Alerting: make `/api/prometheus/grafana/api/v1/rules` faster (#39660) 01 October 2021, 13:39:04 UTC
a1d4be0 Alerting: Alertmanager datasource support for upstream Prometheus AM implementation (#39775) 01 October 2021, 13:24:56 UTC
cc7f7e3 Plugins: Mock Icon component to prevent console errors (#39901) * feat(grafana-ui): externalise react-inlinesvg for mocking * feat(grafana-toolkit): mock react-inlinesvg to prevent svg fetch errors in tests * test(toolkit): remove assertion on array length of moduleNameMapper overrides * feat(toolkit): set testId to match the Icon name prop in react-inlinesvg mock 01 October 2021, 13:07:22 UTC
a17e38f docs: access-control endpoint typo fix (#39877) Tested by @donomii. 01 October 2021, 12:54:09 UTC
62689ec Security: Add secrets service (#39418) * Add secrets service * Revert accidental changes in util encryption * Make minor changes Move functional options to models Revert renaming types to models * Add context * Minor change in GetDataKey * Use CreateDataKeyWithDBSession in CreateDataKey * Handle empty DEK name in DeleteDataKey * Rename defaultProvider * Remove secrets store service 01 October 2021, 12:39:57 UTC
a6a3ef7 Refactor: Decouple logs from DataSourceApi (#39536) * Decouple logs from DataSourceApi * Remove unused code * Mark log context methods as deprecated * Update jsdocs deprecation message * Update packages/grafana-data/src/types/logs.ts Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> * Check for undefined in hasLogsContextSupport * Add release tags * Change release tag * Retrigger the build * Post-merge: revert index.md changes Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> 01 October 2021, 11:38:16 UTC
5120765 Docs: Lint CloudWatch index page (#39900) 01 October 2021, 10:15:01 UTC
962745f PanelEditor: Adds panel instance state and a way to share this between panel & option editors (#39637) * PanelEditor: Adds panel instance state and a way to share this between panel & option editors * Refactoring to use PanelContext 01 October 2021, 09:08:11 UTC
0b89bdd CloudWatch Logs: Docs for X-Ray links (#39725) 01 October 2021, 07:48:42 UTC
3e47fb1 CloudWatch Logs: Skip caching for Log queries (#39860) * Add x-skip-cache header to queries * Specify caching works for CW metrics 01 October 2021, 07:45:37 UTC
c18585a Bump pngjs from 3.4.0 to 6.0.0 (#39728) Bumps [pngjs](https://github.com/lukeapage/pngjs) from 3.4.0 to 6.0.0. - [Release notes](https://github.com/lukeapage/pngjs/releases) - [Commits](https://github.com/lukeapage/pngjs/commits) --- updated-dependencies: - dependency-name: pngjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 01 October 2021, 07:35:58 UTC
33c4893 Upgrade to grabpl 2.4.8 (#39885) 01 October 2021, 07:33:33 UTC
0f42b37 Fix folder icons for alert rules (#39873) 01 October 2021, 06:52:43 UTC
71eb217 Bump @types/fs-extra from 8.1.0 to 9.0.13 (#39884) Bumps [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra) from 8.1.0 to 9.0.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) --- updated-dependencies: - dependency-name: "@types/fs-extra" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 01 October 2021, 06:37:55 UTC
fcce367 Docs: Update time picker docs (#39847) * Docs: Update time picker docs * Update docs/sources/dashboards/time-range-controls.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/dashboards/time-range-controls.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> 01 October 2021, 05:13:23 UTC
7c7b21b DashboardList/AlertList: Fix for missing All folder value (#39772) * DashboardList/AlertList: Fix for missing All folder value * Refactor: Fixes case where folder does not exist in results 01 October 2021, 04:20:25 UTC
9de633d Chore: lower pa11y-ci thresholds (#39853) 01 October 2021, 04:07:55 UTC
ecf9733 add: rule settings editor (#39875) 30 September 2021, 20:37:31 UTC
526961f Alerting: rule evaluation loop to not access multiorg Alertmanager if no alerts to add (#39872) 30 September 2021, 19:07:56 UTC
29f3e17 Live: test pipeline convert endpoint (#39480) 30 September 2021, 17:28:06 UTC
14d90b0 Link to contributing docs and fix some image markdown examples (#39726) 30 September 2021, 16:59:35 UTC
2b4e51f Alerting: Parse App URL only once (#39855) 30 September 2021, 16:51:20 UTC
a696fc8 Live: pipeline rule crud (file-based, still for MVP) (#39238) 30 September 2021, 16:29:32 UTC
3ad5ee8 Plugins Catalog: fix overflowing text in plugin cards (#39862) * refactor(Plugins/Admin): add a "badge" for displaying available updates * refactor(Plugins/Admin): rename component * refactor(Plugins/Admin): use the PluginListItemBadges component 30 September 2021, 15:23:40 UTC
fffbdf4 feature: allow delete request to accept body (#39817) 30 September 2021, 14:59:53 UTC
451d023 A11y: Fix fastpass issues for /org/teams pages (#39848) * A11y: Fix fastpass issues for /org/teams pages See #39429 30 September 2021, 14:46:10 UTC
b711bc0 Aws: Update AWS authentication documentation (#39236) * wip: adding workspace iam role * add intro * minor adjustment * Update docs/sources/datasources/aws-cloudwatch/aws-authentication.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/datasources/aws-cloudwatch/aws-authentication.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/datasources/aws-cloudwatch/aws-authentication.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/datasources/aws-cloudwatch/aws-authentication.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/datasources/aws-cloudwatch/aws-authentication.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/datasources/aws-cloudwatch/aws-authentication.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/datasources/aws-cloudwatch/aws-authentication.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update docs/sources/datasources/aws-cloudwatch/aws-authentication.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * revert to on behalf of * remove permissions Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> 30 September 2021, 13:58:52 UTC
d363c36 Prometheus: metrics browser: handle label values with special characters (#39713) * prometheus: handle label-values with special characters * added comment 30 September 2021, 13:50:02 UTC
124e9da Loki: Full range logs volume (#39327) * Basic implementation of getLogsVolumeQuery method * Add todos * Add a switcher to automatically load logs volume * De-scope dismissing logs volume panel * De-scope logs volume query cancellation * Remove todo * Aggregate logs volume components in single panel * Show logs volume only when it's available * Aggregate logs volume by level * Simplify aggregation * Handle no logs volume data * Add error handling * Do not show auto-load logs volume switcher when loading logs volume is not available * Remove old logs volume graph * Clean up * Make getting data provider more generic * Provide complete logs volume data (error, isLoading) * Display more specific error message * Add missing props to mocks * Remove setRequest method * Mark getQueryRelatedDataProviders as internal * Add missing dataQueryRequest and add a todo * Remove redundant loading state * Do not mutate existing queries * Apply fix for zooming-in from main * Post-merge fixes * Create collection for data provider results * Use more generic names * Move aggregation logic to Loki logs volume provider * Move LogsVolume to common types * Update tests * Post-merge fixes * Fix mapping related data values * Simplify prop mappings * Add docs * Fix property name * Clean-up * Mark new types as internal * Reduce number of providers to logs volume only * Simplify data structure to DataQueryResponse * Move Logs Volume panel to a separate component * Test logsVolumeProvider.ts * Add observable version of datasource mock * Test getLogsVolumeDataProvider method * Test LogsVolumePanel * Test logs volume reducer * Clean up * Clean up * Fix test * Use sum by to use level field directly * Fix strict type errors * Fix strict type errors * Use "logs" instead of "unknown" if only one level was detected * Add docs about logs volume * Rename histogramRequest to logsVolumeRequest * Use LogsVolumeContentWrapper all content types * Move `autoLoadLogsVolume` local storage handling * Fix strict error * Move getting autoLoadLogsVolume to initial state * Cancel current logs volume subscription * Test cancelling subscriptions * Update docs/sources/datasources/loki.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update packages/grafana-data/src/types/explore.ts Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Inline container styles * Ensure logs volume is aggregated per each subscription separately * Simplify logs volume provider * Type-guard support for logs volume provider * Simplify event handlers to avoid casting * Clean up and docs * Move auto-load switcher to logs volume panel * Fix test * Move DataSourceWithLogsVolumeSupport to avoid cross referencing * Simplify interface * Bring back old histogram and hide the new one behind a feature flag * Add missing props to logs histogram panel * Clean up the provider when it's not supported * Simplify storing autoLoadLogsVolume * Remove docs * Update packages/grafana-data/src/types/logsVolume.ts Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> * Skip dataframes without fields (instant queries) * Revert styles changes * Revert styles changes * Add release tag Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> 30 September 2021, 13:46:11 UTC
b7a68a9 Put make gen-go in initialize step (#39854) 30 September 2021, 13:39:48 UTC
97367ac Update latest.json (#39852) 30 September 2021, 13:25:21 UTC
58aa595 ReleaseNotes: Updated changelog and release notes for 8.2.0-beta2 (#39832) * ReleaseNotes: Updated changelog and release notes for 8.2.0-beta2 * Update _index.md * Fix linting errors * Update CHANGELOG.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana <ivana.huckova@gmail.com> Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> 30 September 2021, 12:30:25 UTC
53db344 Chore: update CODEOWNERS file (#39834) 30 September 2021, 10:39:29 UTC
b0e2b35 Bump react-calendar from 2.19.2 to 3.4.0 (#39658) * Bump react-calendar from 2.19.2 to 3.4.0 Bumps [react-calendar](https://github.com/wojtekmaj/react-calendar) from 2.19.2 to 3.4.0. - [Release notes](https://github.com/wojtekmaj/react-calendar/releases) - [Commits](https://github.com/wojtekmaj/react-calendar/compare/v2.19.2...v3.4.0) --- updated-dependencies: - dependency-name: react-calendar dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Chore: Update import + add type declarations * Chore: Add dependency to correct package Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 30 September 2021, 08:01:43 UTC
4017c5c Build: Separate frontend linting from frontend testing (#39808) * Create new lint-frontend step * Use lint-frontend step / separate from test-frontend * Fix typo 30 September 2021, 07:56:08 UTC
738d5e4 Add fiscal years and search to time picker (#39073) * Add search to time picker * implement fiscal datemath Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> 30 September 2021, 07:40:02 UTC
787e5e7 Graphite: Ensure only valid queries are used for interpolation (#39761) * Graphite: Ensure only valid queries are used for interpolation * Add a unit test 30 September 2021, 07:26:11 UTC
f8ebcaa Explore: Fix displaying rich history saving error message (#39766) * Explore: Fix displaying rich history saving error message * Keep generic error message * remove testing snippet 30 September 2021, 07:22:57 UTC
c2754eb Plugins Catalog: Make the catalog the default way to interact with plugins (#39779) * chore(Plugins/Admin): make the Plugins Catalog the default way to interact with plugins * chore(defaults.ini): change the default value for `plugin_admin_enabled` * test(Plugins): make the tests pass 30 September 2021, 06:34:03 UTC
4c8c2f6 Scatter: support bubble and line charts with out-of-order data (alpha) (#39377) Co-authored-by: Leon Sorokin <leeoniya@gmail.com> 29 September 2021, 17:14:15 UTC
6aa006b AccessControl: Document new permissions restricting data source access. (#39091) * Add data sources roles and permissions to docs Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> 29 September 2021, 15:45:27 UTC
ff009be DashboardRow: Prevent unintended editing of DashboardRow with keyboard shortcut 'e' (#39792) 29 September 2021, 15:33:11 UTC
62dc108 Admin: Show licensed roles and unit membership in UI (#39773) * Extend User type * Render licensed roles and org units * Combine admin icon with units * Extract search users to a new service * Fix wire provider * remove mock data * Fix icon margin * Fix common_test and remove RouteRegister * Remove old endpoints * Fix test * Add indexes to dashboards and orgs tables * Fix lint * Revert docs changes * undo docs formatting * Change order of input and filters * Abstract aria-label into a function * Add accessible info about user's membership * UI tweaks Co-authored-by: spinillos <selenepinillos@gmail.com> 29 September 2021, 15:26:50 UTC
0f34ae4 Revert "Bra: Run wire re-gen on code change (#39774)" (#39799) This reverts commit abc5f50715f91c721d594f1c51d5c8571a231486. 29 September 2021, 15:26:04 UTC
9f1de09 Docs: Add docs for Redis cluster caching backend configuration (#39687) * caching: add docs for redis cluster config * address PR comments Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> 29 September 2021, 15:20:03 UTC
75a5537 A11y: Fixes some fastpass errors for /datasources/* routes (#39577) * A11y: Fixes some fastpass errors for /datasources/* routes See #39429 29 September 2021, 15:16:30 UTC
f61c8d3 A11y: Fix fastpass issues for /explore page (#39507) * Fix(A11y): add label to explore short url button * Grafana-UI(A11y): Set Selects images alt attribute to their option label * Update packages/grafana-ui/src/components/Select/SingleValue.tsx Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> 29 September 2021, 15:14:30 UTC
df81676 Prometheus: Run Explore both queries trough backend (#39462) * Prometheus: Run Explore both queries trough backend * Refactor, simplify * Set default values for query type selector * Run multiple queries as one query trough backend * Remove trailing newlines * Pass utcOffset * Remove trailing comma * Add meta to frames only at 1 place * Set exemplars to falsee if they are disabled * Revert "Set exemplars to falsee if they are disabled" This reverts commit e7b697c9f3a65fdd655a7c1b85e77fcb177d4446. 29 September 2021, 14:42:31 UTC
aeeaa67 E2E: improvements to the importDashboard flow (#39693) * E2E: improvements to the importDashboard flow 29 September 2021, 14:27:49 UTC
012d4f0 Alerting: Remove `ngalert` feature toggle and introduce two new settings for enabling Grafana 8 alerts and disabling them for specific organisations (#38746) * Remove `ngalert` feature toggle * Update frontend Remove all references of ngalert feature toggle * Update docs * Disable unified alerting for specific orgs * Add backend tests * Apply suggestions from code review Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Disabled unified alerting by default * Ensure backward compatibility with old ngalert feature toggle * Apply suggestions from code review Co-authored-by: gotjosh <josue@grafana.com> 29 September 2021, 14:16:40 UTC
2dedbcd PluginsCatalog: adding support for viewing the plugins list as both table and list (#39466) * working version but with duplications. * refactor(Plugins/Admin): use "fr" instead of "repeat" for grid columns Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> * fix(Plugins/Admin): use PluginIconName instead of IconName * refactor(Plugins/Admin): store the display-mode on the state * refactor(Plugins/Admin): use && for conditional rendering * refactor(Plugins/Admin): rename variable * refactor(Plugins/Admin): share code between card and row components * test(PluginListItemRow): add tests * test(Plugins/Admin): add a simple test for the display-mode switching * fix(Plugins/Admin): compose styles with css`` * refactor(Plugins/Admin): rename "table" to "grid" for display modes * test(Plugins/Browse): follow up on renaming "table" to "grid" Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> 29 September 2021, 13:44:57 UTC
bc01c9c Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 29 September 2021, 12:34:40 UTC
abc5f50 Bra: Run wire re-gen on code change (#39774) 29 September 2021, 12:30:50 UTC
630a120 OrgPage: Minor typo fix (#39764) 29 September 2021, 12:05:54 UTC
02702eb Extract search users functions into a service (#39002) * Extract search users to a new service * Fix wire provider * Fix common_test and remove RouteRegister * Remove old endpoints * Fix test * Add indexes to dashboards and orgs tables * Fix lint 29 September 2021, 10:51:49 UTC
0ecf13e ReleaseNotes: Updated changelog and release notes for 7.5.4 (#39763) 29 September 2021, 10:03:17 UTC
2058193 BarGauge: Improve behaviour when working with streaming data (#39737) * BarGauge: Improve behaviour when working with streaming data * BarGauge: Refactor default min/max into grafana/data 29 September 2021, 09:12:27 UTC
c786d22 Schema: introduce CLI command to convert all CUE files to TS (#39694) * First pass at cuetsify command * Update go deps * Small tweaks to input cue files * Correct ts import structure, whitespace * Latest version of cuetsy * add ordinal option * upate cue file * Fix merge garbage * Remove dead code * Revert "upate cue file" This reverts commit e40b1df83ebf153f6ff9f61e41d5dbbcb381fb19. Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 29 September 2021, 08:59:05 UTC
4263357 ReleaseNotes: Updated changelog and release notes for 8.0.0-beta3 (#39758) 29 September 2021, 08:50:51 UTC
db8c912 add support for interaction events (#39752) 29 September 2021, 08:41:16 UTC
4682cf5 TimeSeries: Fix shared cursor (#39738) 29 September 2021, 08:27:04 UTC
a17244e ReleaseNotes: Updated changelog and release notes for 8.1.0-beta1 (#39724) 29 September 2021, 07:57:57 UTC
f887576 Table panel: Make filter case insensitive (#39746) * Expose FilterInput from grafana/ui * Make table filter case insensitive * Update packages/grafana-ui/src/components/Table/FilterList.tsx Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> 29 September 2021, 07:35:41 UTC
990911a Chore: Cleanup usageStatsMock duplication (#39710) * Chore: Cleanup usageStatsMock duplication * Remove making a new slice for UsageStatsMock 29 September 2021, 06:59:02 UTC
b626ba2 Hooks: Adding possibility to display banner on the top of the page (#39099) * adding working version of notificaion banner trigger. * Move it to enterprise * Fixing csss, none of the pages showed our CustomScrollbar or had double scrollbars * fixing explore Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 29 September 2021, 06:28:07 UTC
c4adf5b Docs: Update docker image names for oss-specific Grafana image and channel (#39443) * Initial draft * Added the what's new in 8.2 link to the what's new parent page * Docker image namespace change for grafana-oss * Additional changes and inclusion of Enterprise Docker image namespace and examples * Fixed language related to Ubuntu-specific images, fixed some markdown and updated some version references * Fixed enterprise image name because apparently I don't read too well 28 September 2021, 17:22:57 UTC
0659241 Tempo: Improve search form defaults and validation (#39534) * Tempo: add default limit, option to hide Loki search, and run query on hotkey in dropdowns 28 September 2021, 16:52:57 UTC
b255c1b Chore: Add context to star and stats (#39591) * Add context to star and stats * Use WithTransactionalDbSession * Add additional ctx * Remove convey * Fix star handler name * Use WithDbSession, use DispatchCtx * Remove xorm from star 28 September 2021, 15:54:45 UTC
580cdc4 [Chore] update to cue v0.4.0 (#39641) * change global flag to flagset * update pr with comments * replace flag.args by flagset * fix build * migrate the schema package to use cue 4.0 * fix the load package 28 September 2021, 15:09:09 UTC
05bb451 grafana-ui: Improve PartialHighlighter error handling (#39685) * Improve PartialHighlighter error handling 28 September 2021, 15:07:58 UTC
fffcee7 Plugin Catalog: support Grafana instances that cannot communicate with gcom (#39638) * added possibility to track if remote plugins could be fetched. * adding hook to detect if remote plugins are available. * feat(catalog): disable installed/all filter if remote plugins are unavailable * feat(Plugins/Admin): hide the install controls if GCOM is not available * refactor(Plugins/Admin): group `@grafana` dependencies * fix(Plugins/Admin): don't show an error alert if a remote plugin is not available * feat(Plugins/Admin): prefer to use the local version of the readme * chore(Plugins/Admin): type the mocked state properly * test(Plugins/Admin): add tests for the Plugin Details when GCOM is not available * test(Plugins/Admin): add tests for the Browse when GCOM is not available Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com> Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com> 28 September 2021, 14:46:29 UTC
5d0d7dc Update migration to not delete existing Grafana alerts (#39541) * keep existing unified alert rules untouched * move silences and other alertmanager files to the organization directory (only if it is a single organization deployment) * assign the existing notification settings and routes to the first organization * create default notification settings for each organization in the case of multi org deployment 28 September 2021, 14:27:23 UTC
back to top