https://github.com/grafana/grafana

sort by:
Revision Author Date Message Commit Date
53a4620 Review comments 11 January 2022, 15:05:49 UTC
e5b2016 DataSourcePlugin: Add possibility to update queries when changing data source type 11 January 2022, 13:26:59 UTC
fc037e1 Alerting: Add delete to rule edit (#43673) 11 January 2022, 08:46:21 UTC
3ca3b7f fix query over live error - getQueryData should wait for centrifuge to initialize (#43880) 11 January 2022, 06:07:08 UTC
6b70e1a BarChart: show x tick picker (#43510) 10 January 2022, 23:12:33 UTC
5e7804f CloudMonitoring: separate out google auth docs (#43481) * CloudMonitoring: separate out google auth docs * Apply suggestions from code review Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * docs team changes Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> 10 January 2022, 21:44:38 UTC
41b709d Access control: permissions for team creation (#43506) * FGAC for team creation * tests * fix snapshot for UI tests * linting * update snapshots * Remove unecessary class and update tests Co-authored-by: ievaVasiljeva <ieva.vasiljeva@grafana.com> * Make the condition slightly easier Co-authored-by: ievaVasiljeva <ieva.vasiljeva@grafana.com> Co-authored-by: gamab <gabi.mabs@gmail.com> 10 January 2022, 17:05:53 UTC
5bab02c Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactional… (#43823) * Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in user files * update milesone 10 January 2022, 16:28:41 UTC
b404aae Crawler: use existing render service to generate dashboard thumbnails (#43515) Co-authored-by: Artur Wierzbicki <artur@arturwierzbicki.com> 10 January 2022, 16:21:35 UTC
cc9e70b Tags: Make Tags component more a11y-friendly (#43808) 10 January 2022, 15:41:19 UTC
d1a94c1 Update dependency react-dropzone to v11.5.1 (#43844) Co-authored-by: Renovate Bot <bot@renovateapp.com> 10 January 2022, 15:36:02 UTC
ef12028 Tempo: Add time range to tempo search query behind a feature flag (#43811) 10 January 2022, 14:38:40 UTC
3d6e907 Tempo: Provide tag value completion items consistently (#43773) 10 January 2022, 14:37:35 UTC
2b967c4 Add plugin publishing and signing criteria (#40154) 10 January 2022, 14:32:11 UTC
77347a3 Add tests to ensure infinite value mappings work (#43858) 10 January 2022, 14:16:07 UTC
d350ed0 Access Control: SQL filter (#43560) * Add the accesscontrol sql filter utility Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> 10 January 2022, 13:26:57 UTC
dcd4e74 Explore: Don't change query status to Done if there was Error (#43850) 10 January 2022, 12:44:51 UTC
1141df7 Update Add support for annotations (#43851) 10 January 2022, 12:35:09 UTC
7b841c7 Alerting: run validation before testing contact point (#43721) 10 January 2022, 12:28:36 UTC
be61f19 Alerting: add support for absolute URLs in ActionIcon (#43367) 10 January 2022, 12:11:43 UTC
0003bf7 AzureAD OAuth: Add support for fetching user groups (#43470) * Add functionallity to extractGroups to handle groups-overage claims Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> 10 January 2022, 10:50:10 UTC
de4ac8a AzureMonitor: Filter list of resources by resourceType (#43522) 10 January 2022, 10:22:06 UTC
1a0f559 TimeSeries/BarChart: Add support for sorting series in the tooltip (#43615) * TimeSeries panel: Add support for sorting series in the tooltip * Fix cue tests * Make sortValues work with string values * Sort values in DatHoverView and remove sort index from TooltipPlugin * Rename sortOrder prop to sort * DataHoverView - use raw values for sorting 10 January 2022, 09:32:21 UTC
4b814db TimeSeries: Separate field unit config for axis ticks and other display means when stacking by percent (#43713) 10 January 2022, 09:18:56 UTC
737bc35 Update dependency sass to v1.47.0 (#43825) Co-authored-by: Renovate Bot <bot@renovateapp.com> 10 January 2022, 09:12:17 UTC
e25613a Update CODEOWNERS for SQL data sources (#43456) 10 January 2022, 09:03:44 UTC
9d11c91 Variables: Fix for flickering repeat panels (#43447) * Variables: Fix for flickering repeat panels * Refactor: updates after PR comments 10 January 2022, 05:41:18 UTC
34f757b switch to using featureEnabled for enterprise features (#41559) * switch to using featureEnabled for enterprise features 07 January 2022, 20:11:23 UTC
9eb82f9 Propagate all headers (#43812) * Propagate all headers * stable header order 07 January 2022, 19:45:26 UTC
5468188 Loki: use queryType rather than range|instant flags (#43727) 07 January 2022, 18:00:11 UTC
0dd88d9 only show datasources that support alerting in query editor (#43776) 07 January 2022, 17:27:20 UTC
8cf63a9 Chore: convert settings page to function component (#43731) 07 January 2022, 16:59:14 UTC
a30ca86 Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactional… (#43772) * Refactor: Change sqlstore.inTransaction to SQLStore.WithTransactionalDBSession in dashboard * Fix: Fix failing lint and BE tests 07 January 2022, 16:50:59 UTC
a29ddfd Update Monthly patch updates (#43798) * Update Monthly patch updates * remove lodash and mousetrap type updates * Remove slate types upgrade * Update storybook versions in yarnrc Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 07 January 2022, 16:33:26 UTC
3ca58c0 Chore: Upgrade go and alpine (#43801) * Upgrade go and alpine * Bump grabpl version * Bump alpine version * Fix version of grabpl * Bump alpine version * Bump alpine in Dockerfiles 07 January 2022, 16:27:22 UTC
a08e058 Hotkeys: Make time range permanent (#43802) Typing `t a` in Explore or Dashboards will turn a relative time like "Last 1 hour" into an absolute range to make the URL permanent, so that when sharing it others will see the same data. - registered `t a` in key service - new `AbsoluteTimeEvent` dispatch via global event bus - dashboard times handled in TimeSrv - Explore times handled in Explore.tsx and Explore's time reducer I could not find an easy way to combine time handling for Exlore and Dashboard in one place. 07 January 2022, 15:51:29 UTC
79d10c6 Add `packages:publishPrevious` command (#43800) 07 January 2022, 14:19:58 UTC
3662655 Prometheus: annotation: fix only first frame was process error & typo. (#43486) 07 January 2022, 14:04:30 UTC
720d248 Units: Fixed VAr (Volt-Ampere reactive), VA and kVA capitalization (#43779) * Fixed VAr unit casing * Fixed VAr unit casing * Fixed VAr unit casing * Fixed categories.ts file extension * Fixed VA and kVA capitalization * Fixed VA, kVA and kVAr capitalization. 07 January 2022, 13:56:55 UTC
36e4a87 UI/ClipboardButton: Remove ClipboardJS in favor of native Clipboard API (#42996) * UI/ClipboardButton: Remove ClipboardJS in favor of native Clipboard API Closes #42365 * Add backwards compatibility 07 January 2022, 13:41:09 UTC
4eacdf5 Upgrade go version to 1.17.6 (#43797) 07 January 2022, 13:09:19 UTC
532e715 Usage Stats: Add metrics to count enabled kms providers per kind (#43640) * Usage Insights: Add metrics to count enabled kms providers per kind * Add backwards compatibility 07 January 2022, 12:52:28 UTC
e2dcfbf docs(static): add plugin submission how-to (#43576) 07 January 2022, 12:43:41 UTC
32ed680 Team Guardian: Refactor it to remove the bus dependency (#43058) * Refactor team guardian to avoid to use bus * Fix lint * Fix lint 07 January 2022, 12:38:00 UTC
f2336fd Need to add a group name to ensure they're batched correctly (#43796) 07 January 2022, 12:32:09 UTC
fdd196a Datemath: Remove unused functions (#43665) 07 January 2022, 11:53:31 UTC
1fe098e Enable patch updates in renovate (#43795) 07 January 2022, 11:27:23 UTC
f074ab8 Update typescript-eslint monorepo to v5.9.0 (#43793) Co-authored-by: Renovate Bot <bot@renovateapp.com> 07 January 2022, 10:43:13 UTC
1254389 Update sentry-javascript monorepo to v6.16.1 (#43792) Co-authored-by: Renovate Bot <bot@renovateapp.com> 07 January 2022, 10:37:59 UTC
d1c2b1c Update react monorepo (#43787) Co-authored-by: Renovate Bot <bot@renovateapp.com> 07 January 2022, 10:09:54 UTC
38f7dd2 Update dependency prismjs to v1.26.0 (#43785) Co-authored-by: Renovate Bot <bot@renovateapp.com> 07 January 2022, 10:00:53 UTC
85246d7 Postgres: Fix test datasource always returns success (#43762) 07 January 2022, 09:39:25 UTC
20574c1 PostgreSQL: include numeric column type in Query Builder metaquery (#43445) * Plugins: Change the PostgreSQL plugin to include more column types in Query Builder metaquery Originally, the metaquery used in the PostgreSQL plugin to populate the column dropdown menu in the Query Builder UI only included integer- and real-typed columns. This change expands the list of acceptable types for plotting to include numeric columns, boolean columns, and textual columns, as all are types that could feasibly be desired to plot in a panel. * Update types tracked in meta query builder Removed the `boolean` and `text` types, but retained addition of `numeric` type as part of time series query builder. 07 January 2022, 09:32:46 UTC
5b02e8a Table: Fixes issue with field config applied to wrong fields when hiding columns (#43376) * Table: Fixes issue with field config applied to wrong fields when hiding columns * Minor refactoring * Fixing comment * Rename to field * Forgot to save test file 07 January 2022, 09:32:04 UTC
beba595 Remove duplication (#43694) 07 January 2022, 09:23:17 UTC
7917c04 Update emotion monorepo (#43768) Co-authored-by: Renovate Bot <bot@renovateapp.com> 07 January 2022, 09:21:04 UTC
3c28bd9 Update dependency whatwg-fetch to v3.6.2 (#43764) Co-authored-by: Renovate Bot <bot@renovateapp.com> 07 January 2022, 09:19:06 UTC
3d98981 Update dependency webpack-dev-server to v4.7.2 (#43763) Co-authored-by: Renovate Bot <bot@renovateapp.com> 07 January 2022, 09:18:30 UTC
e7f1e11 Modal: Fix restore focus behavior (#43749) * Modal: Fix restore focus behavior * Use OverlayContainer Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 07 January 2022, 09:00:55 UTC
8717bc7 fix(40639): datasource should not be visible after uninstall (#43625) * fix(40639): datasource should not be visible after uninstall 07 January 2022, 08:54:02 UTC
ea478de Alerting: Remove bridge between log15 and go-kit logger (#43769) * remove bridge between log15 and go-kit logger. * fix tests 07 January 2022, 08:40:09 UTC
faca526 Fixed incorrect link to text panel page (#43757) "Text panel" was linking to the "alert list panel" page: (https://grafana.com/docs/grafana/latest/visualizations/alert-list-panel/). This change should map it to the correct page now (https://grafana.com/docs/grafana/latest/visualizations/text-panel/). Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com> 06 January 2022, 20:15:44 UTC
964dae9 Open Chore: remove graph(NG) from storybook (#43735) 06 January 2022, 17:30:04 UTC
7f8daa0 Refactor: Change sqlstore.inTransaction to .WithTransactionalDBSession (#43245) * Refactor: Change sqlstore.inTransaction(...) to SQLStore.WithTransactionalDBSession(...) in alert_notification.go * Chore: Fix BE lint err * fix: fix failing sqlstore nil error * chore: remove unecessary setup() * fix: use appropriate ctx 06 January 2022, 17:21:39 UTC
846c6ce Update dependency typescript to v4.5.4 (#43756) * Update dependency typescript to v4.5.4 * Changes needed to support new TypeScript version * kick drone Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> 06 January 2022, 16:16:13 UTC
890c43a UI/Card: Refactor Card component for improved accessibility (#41890) * UI/Card: Improve accessibility of Card component Co-authored-by: Torkel Ödegaard <torkel@grafana.com> 06 January 2022, 15:48:12 UTC
d55d2d3 Update dependency webpack to v5.65.0 (#43761) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 15:26:35 UTC
c2859b1 Update dependency underscore to v1.13.2 (#43760) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 15:22:25 UTC
bb7df6e Update dependency ts-jest to v27.1.2 (#43755) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 14:43:23 UTC
a8eef45 Logger migration from log15 to gokit/log (#41636) * migrate log15 to gokit/log * fix console log * update some unittest * fix all unittest * fix the build * Update pkg/infra/log/log.go Co-authored-by: Yuriy Tseretyan <tceretian@gmail.com> * general type vector * correct the level key Co-authored-by: Yuriy Tseretyan <tceretian@gmail.com> 06 January 2022, 14:28:05 UTC
8898a5f Add record-audio icon for recorded queries (#43734) * Add record-audio icon for recorded queries * add record-audio icon to iconBundle Co-authored-by: Todd Treece <todd.treece@grafana.com> 06 January 2022, 14:15:50 UTC
1a7567d Tempo: Filter available service graph filter values to most relevant options (#43728) * Restrict service graph filter tag values to labels from service graph metrics 06 January 2022, 14:09:31 UTC
cb34c47 Update dependency testing-library-selector to v0.2.1 (#43752) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 13:55:47 UTC
0013eb3 Input: Fix margins when not using prefix/suffix (#43726) 06 January 2022, 13:27:27 UTC
c8e7368 ColorPicker: Makes tab order left to right (#43745) 06 January 2022, 13:19:42 UTC
9dfbab2 Update dependency terser-webpack-plugin to v5.3.0 (#43751) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 13:13:17 UTC
6a55858 Fix deprecated sass (#43753) 06 January 2022, 13:09:52 UTC
2550bab Update linguijs monorepo to v3.13.0 (#43748) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 12:22:25 UTC
58f3a77 Update dependency stylelint to v14.2.0 (#43747) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 12:01:33 UTC
c28f913 TimePicker: fixes focus to restore when closing calendar on narrow screen (#43746) 06 January 2022, 11:28:09 UTC
c47d33f Update dependency search-query-parser to v1.6.0 (#43741) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 11:23:08 UTC
3261772 Update dependency sass to v1.46.0 (#43740) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 11:22:47 UTC
aeddfb0 Github Actions: another fix for the levitate workflow (#43742) * fix: add col number to the link to work correctly If we don't provide the position in a #step:{line}:{column} format then the Github UI won't take us to the correct step. * fix: escape the backtick ("`") characters properly 06 January 2022, 11:02:45 UTC
6bbf85e AccessControl: verify metadata map is not null (#43743) 06 January 2022, 10:54:51 UTC
c87b048 Login: Prevent page overflowing on mobile (#43739) 06 January 2022, 10:34:13 UTC
fdc054c Update dependency sass-loader to v12.4.0 (#43725) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 10:33:54 UTC
b735296 Update dependency reselect to v4.1.5 (#43709) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 10:10:36 UTC
34cfcbb Update dependency @rushstack/node-core-library to v3.45.0 (#43724) Co-authored-by: Renovate Bot <bot@renovateapp.com> 06 January 2022, 10:07:44 UTC
20b3b2a Forward oauth tokens after prometheus datasource migration (#43686) * create the prom client * implement lru cache of prometheus clients based on auth headers * linter 05 January 2022, 20:55:55 UTC
88d17c4 Tempo: Don't show error when running query without traceId (#43676) * Check for traceId and return EMPTY observable if no value * Make sure we change status on complete * Add tests * Fix test 05 January 2022, 18:34:09 UTC
bac9253 A11y: Fix a11y issues in OpenTSDB (#43714) * Fix a11y issues in OpenTSDB configuration page * Fix a11y issues in OpenTSDB editor * Link labels to inputs where possible Co-authored-by: kay delaney <kay@grafana.com> 05 January 2022, 18:28:28 UTC
825eddd Alerting: UI for mute timings (#41578) * wip: add form inputs for creating mute timing * form for mute timings * add action for submitting config * fix bug in payload * add table for viewing mute timings * remove mute timing from routes when deleted * attach mute timing to route * edit a mute timing * use field array for multiple intervals * Add confirmation modal for deleting mute timing * add default values to form inputs * fetch am config prior to renderring form * validation for mute timing fields * fix tests * tests for mute timing form * small ui fixes for the form and table * pass mute name as query param * make time fields inline * fix validation for an existing alert and overwrite on edit * rename mute timing in routes on edit * fix validation for time inputs * make time interval its own component * add descriptions for mute timings * refactor time interval parsing functions * fix linting and tests * refactor makeAmLink * docs for mute timings * reorganize docs and add intro for mute timings * doc review edits Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * run prettier Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> 05 January 2022, 18:16:43 UTC
e77b4ab StreamingDataFrame: support legend format and prometheus style labels (#43637) 05 January 2022, 16:56:23 UTC
b07bd55 Update dependency sass to v1.45.2 (#43719) Co-authored-by: Renovate Bot <bot@renovateapp.com> 05 January 2022, 16:39:32 UTC
92c568e AccessControl: Remove unused error from `GetResourcesMetadata` (#43710) * AccessControl: Remove unused error from GetResourcesMetadata Co-authored-by: J Guerreiro <joao.guerreiro@grafana.com> 05 January 2022, 16:24:14 UTC
b420462 Live: optionally send queries over websocket connection (#41653) Co-authored-by: ArturWierzbicki <artur.wierzbicki@grafana.com> Co-authored-by: Ryan McKinley <ryantxu@gmail.com> 05 January 2022, 16:02:12 UTC
bfecbdc Update dependency rxjs to v7.5.1 (#43718) Co-authored-by: Renovate Bot <bot@renovateapp.com> 05 January 2022, 15:53:40 UTC
fd583a0 Alerting: Allow customization of Google chat message (#43568) * Allow customizable googlechat message via optional setting * Add optional message field in googlechat contact point configurator * Fix strange error message on send if template fails to fully evaluate * Elevate template evaluation failure logs to Warn level * Extract default.title template embed from all channels to shared constant 05 January 2022, 15:47:08 UTC
b826804 Hide previews behind toggle properly (#43704) 05 January 2022, 15:28:03 UTC
9e5a7b0 Update dependency rollup to v2.63.0 (#43711) Co-authored-by: Renovate Bot <bot@renovateapp.com> 05 January 2022, 14:58:56 UTC
back to top