Josh Hunt
0fd46a1bd3
Revert "CodeEditor: Ensure latest onChange callback is called" ( #83677 )
...
Revert "CodeEditor: Ensure latest onChange callback is called (#83599 )"
This reverts commit 3363e3f2d3
.
2024-02-29 11:40:11 +00:00
Levente Balogh
f394e8333e
Chore: remove the dataConnectionsConsole
feature toggle ( #83661 )
...
chore: remove `dataConnectionsConsole` feature toggle
2024-02-29 10:29:41 +01:00
Ivana Huckova
a76e21c837
TimeSeries: Support vertical orientation ( #83272 )
...
* Time series with flipped axes
* Ass prop and fix timezone labes
* Remove not needed css
* Fix zoomplugin
* Update comment
* Fix zoomplugin
* Update
* Update TooltipPlugin2
* Update variable names
* Update naming and comments
* Update public/app/plugins/panel/timeseries/TimeSeriesPanel.tsx
Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com>
---------
Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com>
2024-02-29 09:53:00 +01:00
Alex Khomenko
8ed932bb60
Select: Add instructions for resetting a value ( #83603 )
2024-02-29 08:38:09 +02:00
Leon Sorokin
5eb7e09351
VizTooltips: Show data links without anchoring ( #83638 )
2024-02-28 17:06:05 -06:00
Ryan McKinley
239abe4234
Chore: Restore vectorator export ( #83637 )
2024-02-28 23:00:00 +02:00
Leon Sorokin
9190fb28e8
VizTooltip: Improve edge positioning and a11y ( #83584 )
2024-02-28 11:42:46 -06:00
Josh Hunt
3363e3f2d3
CodeEditor: Ensure latest onChange callback is called ( #83599 )
2024-02-28 16:47:10 +00:00
Ryan McKinley
6517431165
Chore: Remove components from the graveyard folder in grafana/ui ( #83545 )
2024-02-28 08:36:53 -08:00
Ryan McKinley
07128cfec1
Chore: Restore ArrayVector ( #83608 )
2024-02-28 07:38:21 -08:00
Jára Benc
393b12f49f
Sql: Fix an issue with connection limits not updating when jsonData is updated ( #83175 )
2024-02-28 15:24:34 +01:00
Ashley Harrison
d83319365f
DatePickerWithInput: use floating-ui
so calendar can overflow scroll containers ( #83521 )
...
* move DatePickerWithInput to use floating-ui
* remove position: absolute from DatePicker, remove unnecessary css from CreateTokenModal
2024-02-28 09:45:11 +00:00
Scott Lepper
70009201d4
Expressions: Sql expressions with Duckdb ( #81666 )
...
duckdb temp storage of dataframes using parquet and querying from sql expressions
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-02-27 16:16:00 -05:00
Ryan McKinley
de75813d8d
Chore: Remove the deprecated Vector type ( #83469 )
2024-02-27 12:28:57 -08:00
Leon Sorokin
0f1cefa942
VizTooltip: Cleanup ( #83462 )
2024-02-27 12:07:55 -06:00
Ashley Harrison
fc29182f16
Chore: Remove React 17 peer deps ( #83524 )
...
remove react 17 peer dep
2024-02-27 16:34:00 +00:00
Jack Westbrook
0ad8c215aa
Build: Update plugin-config webpack config ( #83256 )
...
build(plugin-configs): update webpack config to match latest create-plugin config
2024-02-27 17:12:53 +01:00
renovate[bot]
d6eefc7303
Update dependency eslint to v8.57.0 ( #83517 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-27 13:59:24 +00:00
renovate[bot]
d04c579fc2
Update dependency webpack to v5.90.3
2024-02-27 11:36:22 +00:00
renovate[bot]
801107892b
Update dependency @types/react to v18.2.60
2024-02-27 10:22:14 +00:00
renovate[bot]
81eded16aa
Update dependency react-virtualized-auto-sizer to v1.0.23
2024-02-27 09:55:58 +00:00
Adela Almasan
2540842c95
Histogram: Replace null values ( #83195 )
2024-02-27 05:25:26 +02:00
Leon Sorokin
93fef224ae
TimeSeries: Don't re-init chart with bars style on data updates ( #83355 )
2024-02-27 03:41:39 +02:00
Leon Sorokin
2c3596854f
BarChart: TooltipPlugin2 ( #80920 )
...
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2024-02-26 19:18:40 -06:00
Adela Almasan
99271441fb
Legend: Allow item copy in Table mode ( #83319 )
2024-02-27 02:35:45 +02:00
renovate[bot]
77f9d29291
Update dependency @types/semver to v7.5.8
2024-02-26 23:34:35 +00:00
renovate[bot]
6097ce5b61
Update dependency @types/react-color to v3.0.12
2024-02-26 21:19:27 +00:00
renovate[bot]
0848e7dd69
Update dependency @types/react to v18.2.59
2024-02-26 21:01:35 +00:00
Takashi Idobe
f209a5a8b8
fix typos ( #83414 )
2024-02-26 10:52:44 -07:00
renovate[bot]
e9a1150b35
Update dependency @types/node to v20.11.20
2024-02-26 17:19:05 +00:00
Nick Richmond
b3363543ea
Prometheus: avoid unnecessary network requests ( #83342 )
...
* perf: avoid unnecessary network requests
* test: restore mocks to undo `jest.replaceProperty`
* chore: mirror updates for Prometheus library
2024-02-26 11:56:40 -05:00
renovate[bot]
648abdbd0e
Update dependency @swc/core to v1.4.2
2024-02-26 12:49:29 +00:00
Khushi Jain
d02de5ddb9
Image Rendering: Add settings for default width, height and scale ( #82040 )
...
* Add Image width & height
* ability to change default width, height and scale
* default ini
* Update conf/defaults.ini
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Update pkg/setting/setting.go
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Update pkg/setting/setting.go
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Added docs, changed frontend
* Update conf/defaults.ini
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Update conf/defaults.ini
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Update conf/defaults.ini
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Update pkg/api/dtos/frontend_settings.go
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Update pkg/api/frontendsettings.go
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Update pkg/api/render.go
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* add query float 64
* Update packages/grafana-runtime/src/config.ts
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Update public/app/features/dashboard/components/ShareModal/utils.ts
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* spacing
* fix tests
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
---------
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2024-02-26 13:27:34 +01:00
renovate[bot]
3f2eb8bd6a
Update dependency @grafana/faro-web-sdk to v1.3.9
2024-02-26 12:04:59 +00:00
Laura Fernández
f6fa248ac1
ReturnToPrevious: Add guidelines to returnToPrevious
hook ( #83219 )
2024-02-26 12:08:00 +01:00
Fabrizio
2fa4ac2a73
Tempo: Remove duplicated code ( #81476 )
2024-02-26 11:39:26 +01:00
Gabriel MABILLE
80d6bf6da0
AuthN: Remove embedded oauth server ( #83146 )
...
* AuthN: Remove embedded oauth server
* Restore main
* go mod tidy
* Fix problem
* Remove permission intersection
* Fix test and lint
* Fix TestData test
* Revert to origin/main
* Update go.mod
* Update go.mod
* Update go.sum
2024-02-26 11:29:09 +01:00
Leon Sorokin
6e6b9a62a2
VizTooltips: Use global portal ( #81986 )
...
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2024-02-24 00:18:24 +02:00
Jev Forsberg
a97562906c
Table: Add ability for Table to render Standard Options "No value" value when DataFrames or field values are empty ( #82948 )
...
* baldm0mma/no_value_message/ add fieldConfig to Table props
* baldm0mma/no_value_message/ add noValuesDisplayText to table props
* baldm0mma/no_value_message/ add fieldConfig to tablePanel
* baldm0mma/no_value_message/ add tests
* baldm0mma/no_value_message/ update test values
* baldm0mma/no_value_message/ update args in tests
* baldm0mma/no_value_message/ update with NO_DATA_TEXT const
2024-02-23 10:00:24 -07:00
Jo
b2601d71d5
IAM: Remove fully rolled out feature toggles ( #83308 )
...
* remove anon stat ft
* remove split scope flag
* remove feature toggle from frontend
2024-02-23 17:53:37 +02:00
Ashley Harrison
49e18a3e7a
Chore: replace react-popper
with floating-ui
in Popover
( #82922 )
...
* replace react-popper with floating-ui in Popover
* update HoverCard
* fix unit tests
* mock useTransitionStyles to ensure consistent unit test results
2024-02-23 15:00:24 +00:00
Ashley Harrison
604e02be15
Grid: Add alignItems
prop ( #83314 )
...
add alignItems props to Grid
2024-02-23 14:25:44 +00:00
Daniel Reimhult
43b186a52e
Unit: Add SI prefix for empty unit ( #79897 )
...
* Unit: Add SI prefix for empty unit
* Units: Change name from SI prefix to SI short
2024-02-23 15:24:12 +02:00
Ashley Harrison
b25667223c
Box: add direction
prop to Box
( #83296 )
...
add "direction" prop to Box
2024-02-23 13:38:36 +02:00
Ashley Harrison
c63456612e
Chore: replace react-popper
with floating-ui
in time pickers ( #82640 )
...
* replace react-popper with floating-ui in RelativeTimeRangePicker
* replace react-popper with floating-ui in DateTimePicker
2024-02-23 10:45:04 +00:00
Kyle Cunningham
a4cc4179c8
Table: Fix units showing in footer after reductions without units ( #82081 )
...
* Add preservesUnits property to reducer registry items
* Hide units when appropriate
* Prettier
* some code cleanup
* Prevent error when no stat is selected.
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-02-22 22:28:15 -06:00
Alvaro Huarte
49299ebd9c
Table Component: Improve text-wrapping behavior of cells ( #82872 )
...
* Fix text-wrapping of cells in Tables
* Set wordbreak on hover for long texts without spaces
2024-02-23 06:20:56 +02:00
renovate[bot]
18ec6fcdd3
Update dependency sass-loader to v14 ( #83255 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-22 18:26:01 +02:00
renovate[bot]
0b62c15e4b
Update dependency rc-drawer to v7 ( #83162 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-22 15:48:37 +00:00
Jack Westbrook
15d83960ec
Chore: Align usage of tsconfig in yarn workspaces to 1.3.0-rc1 ( #83160 )
...
chore(tsconfig): align all usage in workspaces to 1.3.0-rc1
2024-02-22 15:30:20 +01:00