Travis Patterson
8898a5f0a0
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>
2022-01-06 07:15:50 -07:00
Connor Lindsey
1a7567d8c7
Tempo: Filter available service graph filter values to most relevant options ( #43728 )
...
* Restrict service graph filter tag values to labels from service graph metrics
2022-01-06 07:09:31 -07:00
renovate[bot]
cb34c47123
Update dependency testing-library-selector to v0.2.1 ( #43752 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 13:55:47 +00:00
Giordano Ricci
0013eb3555
Input: Fix margins when not using prefix/suffix ( #43726 )
2022-01-06 14:27:27 +01:00
kay delaney
c8e7368ea6
ColorPicker: Makes tab order left to right ( #43745 )
2022-01-06 13:19:42 +00:00
renovate[bot]
9dfbab2e03
Update dependency terser-webpack-plugin to v5.3.0 ( #43751 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 13:13:17 +00:00
Ashley Harrison
6a558582d5
Fix deprecated sass ( #43753 )
2022-01-06 13:09:52 +00:00
renovate[bot]
2550baba3e
Update linguijs monorepo to v3.13.0 ( #43748 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 12:22:25 +00:00
renovate[bot]
58f3a7764d
Update dependency stylelint to v14.2.0 ( #43747 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 12:01:33 +00:00
Uchechukwu Obasi
c28f913168
TimePicker: fixes focus to restore when closing calendar on narrow screen ( #43746 )
2022-01-06 12:28:09 +01:00
renovate[bot]
c47d33f4b7
Update dependency search-query-parser to v1.6.0 ( #43741 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 11:23:08 +00:00
renovate[bot]
3261772a15
Update dependency sass to v1.46.0 ( #43740 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 11:22:47 +00:00
Levente Balogh
aeddfb0506
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
2022-01-06 12:02:45 +01:00
J Guerreiro
6bbf85e2e9
AccessControl: verify metadata map is not null ( #43743 )
2022-01-06 11:54:51 +01:00
Ashley Harrison
c87b048af8
Login: Prevent page overflowing on mobile ( #43739 )
2022-01-06 10:34:13 +00:00
renovate[bot]
fdc054c0a4
Update dependency sass-loader to v12.4.0 ( #43725 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 10:33:54 +00:00
renovate[bot]
b735296524
Update dependency reselect to v4.1.5 ( #43709 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 10:10:36 +00:00
renovate[bot]
34cfcbb33a
Update dependency @rushstack/node-core-library to v3.45.0 ( #43724 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-06 10:07:44 +00:00
Travis Patterson
20b3b2a448
Forward oauth tokens after prometheus datasource migration ( #43686 )
...
* create the prom client
* implement lru cache of prometheus clients based on auth headers
* linter
2022-01-05 13:55:55 -07:00
Andrej Ocenas
88d17c4998
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
2022-01-05 19:34:09 +01:00
Piotr Jamróz
bac9253fdc
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>
2022-01-05 19:28:28 +01:00
Nathan Rodman
825edddfb6
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>
2022-01-05 10:16:43 -08:00
Ryan McKinley
e77b4abcc8
StreamingDataFrame: support legend format and prometheus style labels ( #43637 )
2022-01-05 08:56:23 -08:00
renovate[bot]
b07bd55343
Update dependency sass to v1.45.2 ( #43719 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 16:39:32 +00:00
Gabriel MABILLE
92c568e9f7
AccessControl: Remove unused error from GetResourcesMetadata
( #43710 )
...
* AccessControl: Remove unused error from GetResourcesMetadata
Co-authored-by: J Guerreiro <joao.guerreiro@grafana.com>
2022-01-05 17:24:14 +01:00
Alexander Emelin
b4204628e4
Live: optionally send queries over websocket connection ( #41653 )
...
Co-authored-by: ArturWierzbicki <artur.wierzbicki@grafana.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-01-05 08:02:12 -08:00
renovate[bot]
bfecbdc0bd
Update dependency rxjs to v7.5.1 ( #43718 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 15:53:40 +00:00
Alexander Weaver
fd583a0e3b
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
2022-01-05 09:47:08 -06:00
Ashley Harrison
b826804ef7
Hide previews behind toggle properly ( #43704 )
2022-01-05 15:28:03 +00:00
renovate[bot]
9e5a7b056c
Update dependency rollup to v2.63.0 ( #43711 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 14:58:56 +00:00
renovate[bot]
369a940f85
Update dependency redux-thunk to v2.4.1 ( #43708 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 14:41:02 +00:00
Eric Leijonmarck
0aa905bb1f
Serviceaccounts: feat - tabview for serviceaccounts ( #43573 )
2022-01-05 15:32:38 +01:00
Torkel Ödegaard
5c88acd5aa
ImportDashboard: Fixes issue with importing dashboard and name ending up in uid ( #43451 )
...
* ImportDashboard: Fixes issue with importing dashboard and name ending up in uid
* Added unit test
* fixing import issue
2022-01-05 15:20:32 +01:00
renovate[bot]
64248edbb0
Update dependency recompose to v0.30.0 ( #43705 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 14:00:08 +00:00
renovate[bot]
9280894e8c
Update dependency react-use to v17.3.2 ( #43702 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 13:52:54 +00:00
renovate[bot]
e49177b338
Update dependency react-moveable to v0.30.3 ( #43674 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 13:51:38 +00:00
renovate[bot]
e236c6942b
Update dependency moveable to v0.27.3 ( #43365 )
...
* Update dependency moveable to v0.27.3
* Update yarnrc
* can remove react-simple-compat now
* update yarnrc
* commit lockfile change
* add react-simple-compat to react-compat-moveable
* lockfile changes...
* add react-simple-compat resolution
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-01-05 13:06:27 +00:00
Uchechukwu Obasi
62d44fcffc
InfoTooltip: refactor component to be accessible ( #43613 )
...
* InfoTooltip: refactor component to be accessible
* new: create ghostMode prop to allow turning on/off button styles
* update infoToolTip component to use ghostMode prop
* update story to show ghostMode state
* fix condition to work properly
* nit fix
* revert changes to former infoTooltip state
* InfoTooltip: use iconButton instead to achieve keyboard a11y
* fix minor type nit
2022-01-05 13:36:13 +01:00
renovate[bot]
8dc4c23a89
Update dependency jquery to v3.6.0 ( #43348 )
...
* Update dependency jquery to v3.6.0
* Handle type changes
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-01-05 11:08:13 +00:00
Ivana Huckova
d7d6c10664
Prometheus: Fill missing steps with null values ( #43622 )
...
* Prometheus: Add empty points when data points missing
* Remove newline
* Add comments
* Improve/Fix test
* Remove unused variable
2022-01-05 11:40:32 +01:00
Dimitris Sotirakis
3625c617fa
Add packages:publishTest
command ( #43696 )
2022-01-05 10:53:46 +01:00
MeetzhDing
9c67ce77d8
Transformations: groupBy transformation now preserves data order ( #43584 )
...
* fix: groupBy transformers keep the order of numeric keys
* fix: groupBy transformers keep the order of numeric keys
2022-01-05 09:49:15 +00:00
Oscar Kilhed
1d20c82c7b
PieChart: Respect percent labels and legends decimal setting ( #43693 )
2022-01-05 10:24:43 +01:00
Gilles De Mey
837925390f
fix: pass OrgId to alertNotification model ( #43678 )
...
fixes #43214
2022-01-05 10:19:45 +01:00
J Guerreiro
056e143664
AccessControl: Present user edit actions according to AC metadata ( #43602 )
...
* AccessControl: Add user metadata to user detail view
* AccessControl: Do not present delete or disable buttons based on ac metadata in admin/users
* AccessControl: do not allow password changing or user editing without permission
* AccessControl: Fetch global:users scope for admin
* AccessControl: optimize org.user metadata fetch
* Chore: early return if ac metadata is not available
2022-01-05 09:59:17 +01:00
Shirley
ba58b34219
CloudWatch: a11y: Add missing aria labels on explore metrics/logs editor ( #43580 )
...
* CloudWatch: a11y: Add missing aria labels on explore metrics/logs editor
2022-01-05 09:46:05 +01:00
achatterjee-grafana
a9ad7d3c03
Add note for Cloud users. ( #43689 )
2022-01-04 17:20:42 -05:00
Christopher Moyer
e1ad692cb3
docs: contributing updates ( #41836 )
...
* contributing updates first draft
* ran yarn prettier
* updated links
* removed test xref
* Update contribute/documentation/README.md
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com>
2022-01-04 16:14:32 -05:00
kay delaney
e4c84003fb
Docs: Add info about yarn pnp to developer guide ( #43653 )
...
* Docs: Add info about yarn pnp to developer guide
* Add missing space
2022-01-04 17:11:56 +00:00
Ryan McKinley
b09d498484
Import: fix dashboard imports with expressions ( #43630 )
2022-01-04 08:42:18 -08:00