Hugo Häggmark
0a50de14d3
E2E: forcing dashboard title type ( #42574 )
2021-12-01 13:54:22 +01:00
Dominik Prokop
fa930e7dbd
KeybindingSrv: Prevent dashboard save modal when dashboard cannot be saved ( #42505 )
2021-12-01 13:47:47 +01:00
Piotr Jamróz
e170073aff
A11y: Add aria-label and placeholder to Timeout & Access fields in HTTP Settings ( #42559 )
...
* Add aria label and placeholder to timeout input
* datasource settings: improved a11y
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
2021-12-01 13:32:46 +01:00
Torkel Ödegaard
28b619a40e
Kiosk: Fixes graph zoom issue clearing kiosk mode ( #42501 )
2021-12-01 12:51:52 +01:00
Yuriy Tseretyan
9139f61105
Alerting: Update alert rule migration to use expanded queries ( #42493 )
...
* move targetData to target
* use constants instead of literals.
* Update comments and add tests
Co-authored-by: gotjosh <josue.abreu@gmail.com>
2021-12-01 11:45:27 +00:00
gotjosh
357e9ed1ea
Alerting: Fix Annotation Creation when the alerting state changes ( #42479 )
...
* Fix Annotation creation
- Remove validation of panelID, now annotations are created irrespective on whether they're attached to a panel or not.
- Alwasy attach the annotation to an AlertID
* Fix annotation creation
* fix tests
2021-12-01 11:04:54 +00:00
Eric Leijonmarck
55ce03bd0c
Serviceaccounts: Add serviceaccount docs ( #41712 )
...
* Adds serviceaccount docs
* WIP
* wip
* Update docs/sources/manage-users/serviceaccount/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/serviceaccount/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/http_api/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/http_api/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/http_api/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/http_api/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* updates
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-12-01 10:16:56 +00:00
Marcus Efraimsson
d71cd65dbc
Chore: Update developer guide with instructions building from Windows ( #42390 )
...
In addition, removess copying of local directory in Dockerfile since that directory
normally doesn't exist.
2021-12-01 10:34:00 +01:00
Piotr Jamróz
caf859f498
Add missing aria labels ( #42532 )
2021-12-01 10:16:09 +01:00
Jesse Weaver
143bc5c4ea
Allow non-FGAC fallback to server admin role ( #42175 )
2021-11-30 16:26:05 -07:00
Mitch Seaman
b7e1f5f9ce
add links between encryption docs ( #42549 )
2021-11-30 23:49:42 +01:00
Sofia Papagiannaki
9c7b52fd36
Alerting: Fix API specification ( #42282 )
...
* Alerting: Fix API specification
2021-11-30 20:55:54 +01:00
François Dautrême
1d4b2593ec
AnnoListPanel: Fix interpolation of variables in tags ( #42318 )
2021-11-30 13:41:03 -05:00
malcolmholmes
4d55c6fe51
Build: publish artifacts to correct GCS buckets for main and release builds ( #42537 )
...
* Fix main build (deb downloads)
* Direct cdn assets to correct bucket
2021-11-30 16:40:24 +00:00
renovate[bot]
4f2ae190a2
Update dependency @rushstack/node-core-library to v3.43.2 ( #42429 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 16:30:52 +00:00
renovate[bot]
e89c9b9194
Update dependency @types/angular to v1.8.3 ( #42471 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 16:26:18 +00:00
Gábor Farkas
17e12dc784
influxdb: influxql: improve the handling of metadata query errors ( #42500 )
2021-11-30 17:17:40 +01:00
Uchechukwu Obasi
0cde13d51f
ColorPickerPopover: apply react-aria for a11y support ( #42444 )
...
* add focus trapping to colorPickerPopover
* make popover exit using esc key
* fix colorPickerPopover to be tabbable
* fix focus escape in colorPickerPopover
* revert to focus trap fix
2021-11-30 16:26:50 +01:00
Gábor Farkas
2ce1cf22ef
devenv: disable managed-alerts for datasources ( #42295 )
2021-11-30 15:37:03 +01:00
ying-jeanne
e13e6a7bd7
fix error code for delete folder ( #42470 )
2021-11-30 21:07:04 +08:00
Alex Khomenko
4e8b97b8ed
CI: Temporarily disable panel edit e2e test ( #42517 )
2021-11-30 13:46:23 +01:00
malcolmholmes
9c0a2a19fd
Package release before publishing ( #42218 )
...
* Package separately to publish
* Fix interpolation
* Windows format envvars
* More descriptive msg
* Won't publish from here
* Resolve docker issues in PR build
* Rename package docker step
* Correct npm release JSON structure
2021-11-30 10:53:07 +00:00
Joan López de la Franca Beltran
690ffdff56
Settings: Fix handling ( #42497 )
...
* Settings: Fix handling
2021-11-30 11:28:52 +01:00
Erik Sundell
bab78a9e64
CloudWatch: Add support for AWS Metric Insights ( #42487 )
...
* add support for code editor and builder
* refactor cloudwatch migration
* Add tooltip to editor field (#56 )
* add tooltip
* add old tooltips
* Bug bash feedback fixes (#58 )
* make ASC the default option
* update sql preview whenever sql changes
* don't allow queries without aggregation
* set default value for aggregation
* use new input field
* cleanup
* pr feedback
* prevent unnecessary rerenders
* use frame error instead of main error
* remove not used snapshot
* Use dimension filter in schema picker (#63 )
* use dimension key filter in group by and schema labels
* add dimension filter also to code editor
* add tests
* fix build error
* fix strict error
* remove debug code
* fix annotation editor (#64 )
* fix annotation editor
* fix broken test
* revert annotation backend change
* PR feedback (#67 )
* pr feedback
* removed dimension filter from group by
* add spacing between common fields and rest
* do not generate deep link for metric queries (#70 )
* update docs (#69 )
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
* fix lint problem caused by merge conflict
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-11-30 10:53:31 +01:00
Marcus Andersson
2a50c029b2
Build: Increased the memory for the node process in the frontend build. ( #42499 )
2021-11-30 10:50:35 +01:00
renovate[bot]
34f6873d2d
Update dependency @testing-library/user-event to v13.5.0 ( #42465 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 10:45:21 +01:00
Ivan Anselmi
cf3105e5be
MSSQL: Change regex to validate Provider connection string ( #40248 )
...
* Change the regex to allow to specified other connection attribute for MSSQL connection like ApplicationIntent property
* Docs update
* docs update
* some tests added
* formatting
* Change the regex to allow to specified other connection attribute for MSSQL connection like ApplicationIntent property
* Docs update
* docs update
* some tests added
* formatting
* docs and formatting
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2021-11-30 09:28:48 +01:00
Petros Kolyvas
ce0cf331e0
Docs: First GeoJSON update to docs for v8.3 ( #42394 )
...
* First GeoJSON update to docs for v8.3
* Minor tweaks to views
* More language tweaks to views
* Removed alpha functionality from docs
* Added layer order and removed alpha functionality notes
* Updated marker shapes doc text with additional info
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Finishing touches
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-11-30 01:30:20 +01:00
Yuriy Tseretyan
005c8f8894
Alerting: Disable unified alerting by default in Enterprise Grafana ( #42476 )
...
* fallback to enable false if Enterprise is true
* anyBoolean
2021-11-29 20:51:15 +01:00
Torkel Ödegaard
1f8336e5fe
DataSourceVariable: Fixes issue repeating panels by data source variable ( #42462 )
2021-11-29 20:32:18 +01:00
Santiago
a21d1e50f1
avoid template execution errors on missing values ( #41617 )
2021-11-29 15:26:51 -03:00
Dimitris Sotirakis
54ea2ed766
CI: Notify channel on drone yaml changes ( #42428 )
...
* Notify on drone yaml changes
* Change secrets
* Remove test notification
* Fix typo
2021-11-29 20:08:13 +02:00
Serge Zaitsev
95831e9be0
Fix: Restore data binding in the create dashboard handler
2021-11-29 19:05:20 +01:00
Victor Marin
42d1a0f32e
TooltipPlugin: Remove other panels' shared tooltip in edit panel ( #42187 )
2021-11-29 19:27:56 +02:00
Will Browne
9c9e79da4f
only preload app plugins ( #42434 )
2021-11-29 18:26:04 +01:00
renovate[bot]
868428528f
Update dependency @testing-library/jest-dom to v5.15.1 ( #42463 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 18:12:47 +01:00
Gilles De Mey
db6b71a27b
Alerting: fix broken datasource link ( #42468 )
2021-11-29 17:57:58 +01:00
Ashley Harrison
5eb35606b9
Transformations: Clarify behaviour of Date format
( #42436 )
...
* Transformations: Clarify behaviour of `Date format`
* Remove full stop from bullet point
2021-11-29 16:30:07 +00:00
Alexander Emelin
7034173ef5
Live: fix closing ws conns for push endpoints ( #42447 )
2021-11-29 19:22:42 +03:00
renovate[bot]
98dcac7596
Update dependency @testing-library/dom to v8.11.1 ( #42461 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 16:22:20 +00:00
renovate[bot]
2c62ab5ceb
Update dependency @storybook/addon-knobs to v6.4.0 ( #42460 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 16:21:04 +00:00
renovate[bot]
d5b8522af2
Update dependency @cypress/webpack-preprocessor to v5.10.0 ( #42382 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 15:58:32 +00:00
renovate[bot]
2550e69cf8
Update dependency @sentry/utils to v6.15.0 ( #42433 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 15:44:13 +00:00
renovate[bot]
85306ebf7e
Update dependency @react-aria/focus to v3.5.0 ( #42400 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 15:43:06 +00:00
Peter Holmberg
8bf6011450
Alerting: Show full preview value in tooltip ( #42445 )
...
* use JSONCell for value
* remove console log and usememo
2021-11-29 16:39:58 +01:00
Ivana Huckova
8d6831f21f
Tracing: Refactor span detail logic ( #42152 )
...
* Tracing: Update incorrect span fix based on review feedback
* Prometheus: Use this.query for health check
* Revert "Prometheus: Use this.query for health check"
This reverts commit 4c1a6a92a5
.
2021-11-29 16:19:56 +01:00
Christopher Moyer
8b34df36c2
Update license restrictions documentation ( #41713 )
...
* Update docs/sources/enterprise/license/license-restrictions.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-11-29 16:09:01 +01:00
Torkel Ödegaard
c3d0d37bd7
ValueMappings: Fixes issue with regex value mapping that only sets color ( #42311 )
...
* ValueMappings: Fixes issue with regex value mapping that only sets color
* Fixed test name
2021-11-29 16:03:13 +01:00
Alexander Zobnin
becfd776c3
OAuth: Forward id token to the data source ( #42422 )
...
* OAuth: Forward id token to the data source
* Add tests
* Forward id token in legacy API
* Check if id_token is string or not
2021-11-29 15:40:05 +01:00
Tania B
58978dcf96
Encryption: Add usage stats to secrets service ( #42437 )
...
* Encryption: Add usage stats to secrets service
* Sort imports
2021-11-29 16:35:15 +02:00