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
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
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
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]
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
renovate[bot]
e9a1150b35
Update dependency @types/node to v20.11.20
2024-02-26 17:19:05 +00: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
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
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
Jack Westbrook
0dcdfc261b
Monaco Editor: Load via ESM ( #78261 )
...
* chore(monaco): bump monaco-editor to latest version
* feat(codeeditor): use esm to load monaco editor
* revert(monaco): put back previous version
* feat(monaco): setup MonacoEnvironment when bootstrapping app
* feat(monaco): load monaco languages from registry as workers
* feat(webpack): clean up warnings, remove need to copy monaco into lib
* fix(plugins): wip - remove amd loader workaround in systemjs hooks
* chore(azure): clean up so QueryField passes typecheck
* test(jest): update config to fix failing tests due to missing monaco-editor
* test(jest): update config to work with monaco-editor and kusto
* test(jest): prevent message eventlistener in nodeGraph/layout.worker tripping up monaco tests
* test(plugins): wip - remove amd related tests from systemjs hooks
* test(alerting): prefer clearAllMocks to prevent monaco editor failing due to missing matchMedia
* test(parca): fix failing test due to undefined backendSrv
* chore: move monacoEnv to app/core
* test: increase testing-lib timeout to 2secs, fix parca test to assert dom element
* feat(plugins): share kusto via systemjs
* test(e2e): increase timeout for checking monaco editor in exemplars spec
* test(e2e): assert monaco has loaded by checking the spinner is gone and window.monaco exists
* test(e2e): check for monaco editor textarea
* test(e2e): check monaco editor is loaded before assertions
* test(e2e): add waitForMonacoToLoad util to reduce duplication
* test(e2e): fix failing mysql spec
* chore(jest): add comment to setupTests explaining need to incresae default timeout
* chore(nodegraph): improve comment in layout.worker.utils to better explain the need for file
2024-02-22 12:31:40 +01:00
Torkel Ödegaard
bfdb4625a0
Grafana/UI: Replace Splitter with useSplitter hook and refactor PanelEdit snapping logic to useSnappingSplitter hook ( #82895 )
...
* Hook refactor
* Update
* Test
* Update
* Both directions work
* fixes
* refactoring
* Update
* Update
* update
* Remove consolo.log
* Update
* Fix
2024-02-21 12:34:19 +01:00
Laura Fernández
6b31b1fc03
TimeRangeList: absolute time range list not scrollable ( #82887 )
2024-02-21 12:28:57 +01:00
grafana-delivery-bot[bot]
8f3d49687e
Release: Bump version to 11.0.0-pre ( #83119 )
...
"Release: Updated versions in package to 11.0.0-pre"
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2024-02-20 19:02:36 +00:00
Tobias Skarhed
6ca26dd043
Grafana UI: Add code variant to Text component ( #82318 )
...
* Text: Add code variant
* Add TextLinkVariants
* Add don't
2024-02-19 14:49:34 +02:00
renovate[bot]
2175509929
Update React Aria
2024-02-19 11:04:09 +00:00
Leon Sorokin
edb799bf82
VizTooltips: Fix drag-zoom causing annotation init in other shared-cursor panels ( #82986 )
2024-02-17 00:35:41 -06:00
Torkel Ödegaard
592b830fd8
DashboardScene: Panel edit ux tweaks ( #82500 )
...
* Panel edit ux
* Update
* Update
* switch panel plugin bugfix
* Icon change
* Update
* Update
* Fixes
2024-02-16 13:04:45 +01:00
Alex Khomenko
df8250ff48
Card: Remove mdx file and render docs from the story ( #82565 )
...
* Card: Generate docs from the story
* Update sort
* Update betterer to check for the "autodocs" tag
2024-02-16 13:13:50 +02:00
Adela Almasan
8de9c4c373
Timeseries: Add hover proximity option ( #81421 )
2024-02-16 00:29:36 +02:00
Leon Sorokin
4b67ac117f
VizTooltips: Fix sorting ( #82278 )
2024-02-15 12:54:43 -06:00
renovate[bot]
3427321f65
Update dependency webpack to v5.90.2
2024-02-15 18:31:17 +00:00
renovate[bot]
23a3fddca4
Update dependency @types/node to v20.11.19
2024-02-15 17:31:16 +00:00
renovate[bot]
749a31738d
Update dependency @types/node to v20.11.18
2024-02-15 11:03:03 +00:00
Ashley Harrison
c0b5b32650
Chore: replace react-popper
with floating-ui
in InlineToast
( #82381 )
...
replace react-popper with floating-ui in InlineToast
2024-02-15 09:44:44 +00:00
Sven Grossmann
808be099a7
Rollback ansicolor
package to 1.1.100
to fix ansi styled logs ( #82506 )
...
* rollback ansicolor
* upgrade ansicolor in grafana-ui
2024-02-15 10:30:11 +01:00
renovate[bot]
c490b702bf
Update dependency core-js to v3.36.0 ( #82464 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-14 19:32:05 +02:00
Josh Hunt
2d4307d3d1
Chore: Update Inter font files ( #82446 )
...
* Chore: Update Inter font files
* change codeowner of fonts to us
2024-02-14 16:57:02 +00:00
Kyle Cunningham
26b25dad42
Tooltips: Hide dimension configuration when tooltip mode is hidden ( #81627 )
...
* Hide dimensions when tooltip mode is hidden
* add logic to heatmap
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-02-14 23:35:14 +07:00
Alvaro Huarte
06b5875c3c
Table Panel: Filter column values with operators or expressions ( #79853 )
...
* Select column values using comparison operators
* Select column values using expressions
* Capitalize operator labels
* Update docs/sources/panels-visualizations/visualizations/table/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Use $ instead of v to represent a variable
* Define operators as a map string of objects
* Fix typo
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2024-02-14 22:36:30 +07:00
renovate[bot]
7d21eb0631
Update React Aria ( #82447 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-14 17:24:30 +02:00
Kyle Cunningham
88481fed1a
Table Panel: Fix display of ad-hoc filter actions ( #82442 )
...
Remove block display from ad-hoc filter actions
2024-02-14 16:34:14 +02:00
Torkel Ödegaard
fe795417f7
Grafana/UI: Add new Splitter component ( #82357 )
...
* Initial thing working
* Update
* Progress
* Update
* Update
* Simplify a bit more
* minor refacto
* more review fixes
* Update
* review fix
* minor fix
* update
2024-02-14 12:45:29 +01:00
Victor Marin
a1ff439a20
Fix query inspector in explore to scroll to bottom ( #82369 )
2024-02-14 10:00:16 +02:00
Ihor Yeromin
1abe4a02b4
Table: Update page index on data update ( #81574 )
...
* fix(table): page index reset on data update
2024-02-13 13:21:36 +01:00
Ashley Harrison
fea23862b4
Chore: remove react-popper
from AnnotationEditor and AnnotationMarker ( #82090 )
...
update AnnotationEditor and AnnotationMarker to use floating-ui/react instead of react-popper
2024-02-12 17:18:10 +00:00
Ashley Harrison
685e84b1f8
Chore: Remove react-popper
from DataLinkInput
and SuggestionsInput
( #82160 )
...
* replace popper with floating-ui in DataLinkInput
* replace popper with floating-ui in SuggestionsInput
2024-02-12 13:22:24 +00:00
Joao Silva
71e7d654de
Card: Revert adding overline component ( #82308 )
2024-02-12 13:07:40 +00:00
Galen Kistler
de4acb27ce
Table: Add initial row index ( #82200 )
...
* Add initial row index prop in table
2024-02-09 07:49:48 -06:00
Joao Silva
bc83d8263b
Card: Add isCompact
prop and Overline
sub-component ( #82077 )
2024-02-09 12:37:28 +00:00
renovate[bot]
ed9e26122a
Update dependency @types/node to v20.11.17
2024-02-09 10:47:01 +00:00
renovate[bot]
e612b9b46b
Update dependency @types/react-dom to v18.2.19
2024-02-08 16:26:58 +00:00
renovate[bot]
685ba7d287
Update dependency i18next to v23 ( #82084 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-08 13:29:17 +00:00
mikkancso
7814c817b9
Select: fix type of formatCreateLabel
prop ( #82138 )
...
fix type of formatCreateLabel prop of Select
2024-02-08 11:04:51 +01:00
Gilles De Mey
791ead7806
Alerting: Detail view part 3 ( #81286 )
2024-02-07 18:02:20 +01:00
Gilles De Mey
e77ec26897
UI: No interactive table pagination controls for rows < page size ( #82109 )
2024-02-07 17:13:05 +01:00
Darren Janeczek
9fb04be7ff
enhancement: use SVG icon for cascader expand instead of >
( #81844 )
...
* feature: use icon for cascader expand
2024-02-07 10:26:39 -05:00
renovate[bot]
17358bd7c9
Update dependency expose-loader to v5 ( #82058 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 12:43:33 +02:00
Adela Almasan
315eb5acc3
VizTooltips: Remove default width/height values ( #81832 )
2024-02-06 12:00:19 -08:00
renovate[bot]
d9b8bae028
Update dependency react-loading-skeleton to v3.4.0 ( #81975 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-06 20:04:29 +02:00
paulJonesCalian
3942d67f89
chore: Fix typo in GraphTresholdsStyleMode enum ( #81960 )
2024-02-06 08:20:42 -08:00
renovate[bot]
1771010450
Update dependency @types/react to v18.2.55
2024-02-06 10:06:27 +00:00
Torkel Ödegaard
61c7fcc270
DashboardScene: Action toolbar progress ( #81664 )
...
* DashboardScene: Action toolbar progress
* Add discard confirmation modal
* minor fix
* Update
* tweaked
* Updating
* Progress
* Update
* Update
* Added some unit tests
* fix test
* Change name to Exit edit
* Tweaks
* fix test
* Minor margin fix
* Move share to left of edit
2024-02-05 16:08:12 +01:00
Darren Janeczek
96772e1a32
datatrails: improve handling of error states and disable states ( #81669 )
...
* fix: Cascader: allow disabled state
* fix: datatrails metrics selection scene stability
- clear panels and filter data when datasource changes
- detect metric names loading / error state and disable components accordingly
- put all scene variable dependencies together
- reset metric names without clearing panels when time range changes
2024-02-05 09:45:47 -05:00
renovate[bot]
d63590112f
Update dependency @testing-library/jest-dom to v6.4.2
2024-02-05 14:07:30 +00:00
renovate[bot]
d17a77f4a2
Update dependency @types/react to v18.2.53 ( #81879 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 12:36:43 +00:00
Joao Silva
ded0554bac
TextLink: Do not strip base from external urls ( #81799 )
2024-02-05 10:48:08 +00:00
renovate[bot]
5c9913b65d
Update dependency @floating-ui/react to v0.26.9 ( #81869 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 11:56:12 +02:00
Ashley Harrison
a30f8645d1
Chore: Migrate frontend platform code to use data-testid
for selectors ( #81787 )
...
* migrate some stuff from aria-label to data-testid
* convert styles to objects
* fix unit tests
* empty commit to kick drone now enterprise branch is there
2024-02-02 13:26:37 +00:00
renovate[bot]
574078b977
Update dependency webpack to v5.90.1
2024-02-02 12:39:20 +00:00
renovate[bot]
8d980fef71
Update dependency @types/react to v18.2.51
2024-02-02 10:31:11 +00:00
renovate[bot]
ab6aa8fe2f
Update dependency @types/node to v20.11.16
2024-02-02 09:54:54 +00:00
renovate[bot]
315d3a7a72
Update dependency @types/jest to v29.5.12
2024-02-02 00:27:44 +00:00
renovate[bot]
e6a4992f37
Update dependency @testing-library/react to v14.2.1
2024-02-01 23:37:30 +00:00
renovate[bot]
147db1a667
Update dependency @testing-library/jest-dom to v6.4.1
2024-02-01 23:09:28 +00:00
Ashley Harrison
3e01ba0f57
QueryEditor: remove slateAutocomplete
toggle ( #81696 )
...
remove toggle
2024-02-01 13:03:11 +00:00
Darren Janeczek
7319a75110
feat: datatrails: include metric prefix filter ( #81316 )
...
* feat: datatrails: include metric prefix filter
* fix: remove current metric from related metrics list
* fix: Cascader issues
- handle empty items list when generating searchable options
- correct state management to ensure cascade shows cascade
path of selection from search
* fix: remove custom value creation
2024-01-31 09:33:27 -05:00
renovate[bot]
42fe0fdf70
Update dependency date-fns to v3 ( #81625 )
...
* Update dependency date-fns to v3
* update imports
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-31 12:05:38 +00:00
Ashley Harrison
39057552dc
QueryField: Handle autocomplete better ( #81484 )
...
* extract out function + add unit tests
* add feature toggle and default it to on
2024-01-31 10:01:20 +00:00
renovate[bot]
12d08d5e7d
Update dependency @testing-library/react to v14.2.0 ( #81612 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-31 01:00:51 +00:00
renovate[bot]
ae7d8624e9
Update dependency @types/node to v20.11.13
2024-01-31 00:36:16 +00:00
renovate[bot]
907ac10708
Update dependency css-loader to v6.10.0 ( #81592 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-30 22:37:18 +00:00
Ashley Harrison
43de30a09b
Chore: Extract out dragHandle styles ( #81280 )
...
extract out dragHandle styles
2024-01-30 17:11:56 +00:00
renovate[bot]
ced0cca27a
Update dependency @testing-library/jest-dom to v6.4.0 ( #81564 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-30 15:48:19 +02:00
Adela Almasan
5ab75410e9
VizTooltip: Scrollable content for long lists ( #81524 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2024-01-29 17:38:25 -06:00
Leon Sorokin
226c76dc93
TimeSeries: Simplify hover proximity code ( #81518 )
2024-01-29 23:34:43 +02:00
renovate[bot]
09a78a0ae9
Update dependency ansicolor to v2 ( #81493 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-29 16:19:29 +00:00
Alex Khomenko
75e1f7aa5e
Grafana/ui: Add deprecation notices to the legacy layout components ( #81328 )
2024-01-29 16:54:50 +02:00
renovate[bot]
34e88077aa
Update dependency @types/node to v20.11.10
2024-01-29 10:19:19 +00:00
renovate[bot]
34eb50dab3
Update dependency @floating-ui/react to v0.26.8 ( #81435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-29 09:27:35 +00:00
Leon Sorokin
6a61c3da2e
TooltipPlugin2: Improve containment inside ancestors that hide overflow ( #81442 )
2024-01-29 06:36:28 +02:00
Leon Sorokin
d34bd1dc90
Chore: uPlot v1.6.29 ( #81441 )
2024-01-28 21:45:28 -06:00
Adela Almasan
09fcb3c6cc
Candlestick: Add tooltip options ( #81307 )
2024-01-26 18:02:44 +02:00
Ashley Harrison
cca3bb0917
Chore: Expose icons and add icon documentation ( #81371 )
...
* expose icons and initial draft documentation
* expose archive-alt not archive
* doc tweak
* update docs
* remove some width/heights from icons
2024-01-26 15:48:06 +00:00
renovate[bot]
9ccf7542f2
Update dependency immutable to v4.3.5
2024-01-26 14:26:17 +02:00
renovate[bot]
3c4cfb1a70
Update dependency @types/uuid to v9.0.8
2024-01-26 12:04:02 +00:00
renovate[bot]
2febbec758
Update dependency @types/node to v20.11.7
2024-01-26 10:36:43 +00:00
renovate[bot]
cd443b24db
Update dependency @floating-ui/react to v0.26.7 ( #81334 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-26 10:13:55 +00:00
renovate[bot]
f101d9df27
Update babel monorepo to v7.23.9
2024-01-25 17:41:50 +00:00
Ashley Harrison
c741697333
Chore: Don't import from outside of grafana-ui ( #81160 )
...
don't import from outside of grafana-ui
2024-01-25 09:20:09 +00:00
Alex Khomenko
f154b2b855
Grafana/ui: Add Space component ( #81145 )
...
* Grafana/ui: Add Space component
* Add responsive styles and prop docs
* Use the Box component
* Docs
* Replace the component from grafana/experimental
* Update story
* Tweak docs
* Adjust docs
2024-01-25 08:59:24 +02:00
Torkel Ödegaard
05eb4fcd7f
Drawer: Resizable via draggable edge ( #80796 )
...
* Drawer: POC of draggable resizable drawer side
* Cleaner solution
* refinements
* refinements
* Add touch support
2024-01-25 07:54:32 +01:00
Galen Kistler
a81d3b1d22
Table: Cell inspector auto-detecting JSON ( #81152 )
...
* set inspect mode to json if no errors parsing json
2024-01-24 12:08:18 -06:00
Adela Almasan
dd9a503dd0
VizTooltip: No width limit on anchored tooltip ( #81017 )
2024-01-24 18:16:15 +02:00
renovate[bot]
7dd89134dc
Update dependency typescript to v5.3.3 ( #81096 )
...
* Update dependency typescript to v5.3.3
* update ApiKeysPage
* fix remaining conflict in lockfile
* update sdk
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-24 15:33:54 +00:00
Alex Khomenko
c8f450c851
Revert "Grafana/ui: Enable removing values in multiselect opened state" ( #81161 )
2024-01-24 16:52:50 +02:00
renovate[bot]
c44594d6b3
Update dependency webpack to v5.90.0 ( #81158 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 16:31:19 +02:00
Alex Khomenko
41de0b4311
Grafana/ui: Add deprecation notice to the Form component ( #81068 )
...
* Grafana/ui: Add deprecation notice to the Form component
* Fix notice
* Deprecate types
2024-01-24 16:13:24 +02:00
renovate[bot]
d528d93b02
Update dependency @testing-library/jest-dom to v6.3.0 ( #81154 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 16:10:39 +02:00
renovate[bot]
3656657afc
Update dependency @types/node to v20.11.6 ( #81133 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 13:27:02 +00:00
Haris Rozajac
e4a0a6a4ee
PanelContext: Remove deprecated onSplitOpen ( #80087 )
...
Remove deprecated onSplitOpen
2024-01-23 07:13:17 -07:00
renovate[bot]
1a794e8822
Update dependency react-select to v5.8.0 ( #81064 )
...
* Update dependency react-select to v5.8.0
* update snapshot
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-23 15:48:07 +02:00
renovate[bot]
f6ff24fce1
Update dependency react-use to v17.5.0 ( #81070 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 13:23:30 +00:00
Andrej Ocenas
59595c7318
Table: Keep expanded rows persistent when data changes if it has unique ID ( #80031 )
2024-01-23 14:14:57 +01:00
renovate[bot]
3203f1cf39
Update dependency react-calendar to v4.8.0 ( #81061 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 12:55:54 +00:00
renovate[bot]
5887f421b3
Update dependency rc-slider to v10.5.0 ( #81058 )
...
* Update dependency rc-slider to v10.5.0
* onAfterChange -> onChangeComplete
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-23 14:20:22 +02:00
renovate[bot]
86cb412b1d
Update dependency prettier to v3.2.4 ( #81047 )
...
* Update dependency prettier to v3.2.4
* update sdk + run prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-23 11:41:24 +00:00
renovate[bot]
f9b8f219e4
Update dependency rc-cascader to v3.21.2 ( #81052 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 11:40:18 +00:00
renovate[bot]
d4d257db67
Update dependency @testing-library/jest-dom to v6.2.1
2024-01-23 10:17:25 +00:00
renovate[bot]
84e6dc6368
Update dependency moment to v2.30.1 ( #81004 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 09:53:50 +00:00
Leon Sorokin
391f3ca615
VizTooltips: Don't use y scales for sync, since they rarely match ( #81031 )
2024-01-23 00:08:03 -06:00
renovate[bot]
401dee7d75
Update dependency core-js to v3.35.1
2024-01-22 10:44:28 +00:00
Ashley Harrison
b29748ac59
Chore: remove autoFocus
from time range filter input ( #80961 )
...
remove autoFocus from time range filter input
2024-01-22 10:42:59 +00:00
renovate[bot]
5c7d97cbe0
Update react monorepo ( #80736 )
...
* Update react monorepo
* type fixes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-22 10:02:57 +00:00
fowindee
1f840600b6
Grafana/ui: Enable removing values in multiselect opened state ( #78662 )
...
GrafabaUI: enabling remove values in opened state
2024-01-22 09:22:49 +01:00
fowindee
d7af7d01c8
Stat: Support no value in spark line ( #78986 )
2024-01-19 17:40:43 -08:00
Adela Almasan
e0d0420990
VizTooltips: Copy to clipboard functionality ( #80761 )
2024-01-19 07:16:14 -06:00
Alex Khomenko
8c77dd8bb8
Switch: Add line height ( #80879 )
2024-01-19 14:21:22 +02:00
Kyle Cunningham
4d6069583e
Transformations: Move transformation help to drawer component ( #79247 )
...
* Move help to drawer component
* Update component name
* Flip hierarchy of transformation name and help description
2024-01-19 12:47:05 +02:00
renovate[bot]
03ebf0aa4c
Update dependency css-loader to v6.9.1
2024-01-19 10:34:24 +00:00
Haris Rozajac
f285eb6717
Time Range: Copy-paste Time Range ( #80107 )
...
* Working copy-paste functionality with validation
* WIP; uses 't c' shortcut to copy time range
* shortcuts working for explore and dashboards
* cleanup
* Don't update url when pasting in explore
* Error handling, sync pane functionality, add to help modal
* cleanup
* add tests
* fix i18n
* Diferrentiate between explore and dashboard paste events; make on error prop generic
* Fix
* extract getting the copied time range logic into a function
* Remove comments
* Make error handling generic; markup for translations
* Additional translation markup
* markup for aria-label
* Fix test
* Replace fireEvent with userEvent
* fix translations to match the standard pattern
* Refactor keybindingSrv and TimeSrv to remove PasteTimeContext
* Fix test
* Remove unneccessary aria labels; update icons; buttons inline
2024-01-18 14:06:27 -07:00
Torkel Ödegaard
2cdf73f584
Visualizations: Hue gradient mode now applies to the line color ( #80805 )
2024-01-18 18:02:56 +01:00
renovate[bot]
10b1b5da52
Update dependency css-loader to v6.9.0 ( #80819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 17:45:05 +02:00
renovate[bot]
596725ac56
Update dependency core-js to v3.35.0 ( #80818 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 17:31:17 +02:00
renovate[bot]
dafd7c7920
Update dependency classnames to v2.5.1 ( #80814 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 14:35:08 +00:00
renovate[bot]
3903d3eb94
Update dependency @types/node to v20.11.5 ( #80813 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 14:33:36 +00:00
renovate[bot]
6eb51f6367
Update dependency @testing-library/react to v14.1.2 ( #80802 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:40:41 +00:00
renovate[bot]
83c4caebda
Update dependency @testing-library/jest-dom to v6.2.0 ( #80799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:05:24 +00:00
Marco Schaefer
fe70a3cf60
Upgrade Faro to v1.3.6 ( #80552 )
2024-01-18 11:38:30 +01:00
Ihor Yeromin
cbc84a802d
VizTooltip: Add sizing options ( #80306 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2024-01-17 16:49:09 -06:00
Ryan McKinley
f434467ef8
Table: Support showing data links inline. ( #80691 )
2024-01-17 23:05:25 +02:00
renovate[bot]
f347de967c
Update React Aria ( #80737 )
...
* Update React Aria
* remove unused react-aria packages
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-17 17:35:13 +02:00
renovate[bot]
beb0b82bbd
Update dependency uuid to v9.0.1
2024-01-17 14:01:57 +00:00
renovate[bot]
dd7259b77e
Update dependency tslib to v2.6.2
2024-01-17 13:41:12 +00:00
renovate[bot]
7a9f907882
Update dependency style-loader to v3.3.4
2024-01-17 10:39:36 +00:00
renovate[bot]
89089efc98
Update dependency rimraf to v5.0.5
2024-01-17 09:21:35 +00:00
renovate[bot]
96010eb21e
Update dependency @floating-ui/react to v0.26.6 ( #80611 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 14:19:47 +02:00
Uladzimir Dzmitračkoŭ
313c43749c
Explore: Fix incorrect interpolation of table title ( #80227 )
2024-01-16 12:22:32 +01:00
renovate[bot]
f4629f7014
Update dependency react-window to v1.8.10
2024-01-16 10:40:18 +00:00
Ashley Harrison
767029a43d
use exposed interface from rc-tooltip
2024-01-16 12:25:31 +02:00
renovate[bot]
f5cabd4db0
Update dependency rc-tooltip to v6.1.3
2024-01-16 12:25:31 +02:00
renovate[bot]
cd8bf4c8cb
Update dependency react-use to v17.4.3
2024-01-16 10:09:39 +00:00
renovate[bot]
7a3a722132
Update dependency jquery to v3.7.1
2024-01-15 13:39:06 +00:00
renovate[bot]
a3b9ec21db
Update dependency immutable to v4.3.4
2024-01-15 11:45:28 +00:00
renovate[bot]
f862bcb509
Update dependency csstype to v3.1.3
2024-01-15 10:08:02 +00:00
renovate[bot]
9b5b76aedd
Update dependency @types/slate-plain-serializer to v0.7.5 ( #80495 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15 10:02:01 +00:00
renovate[bot]
cb4b9e083c
Update dependency @types/tinycolor2 to v1.4.6
2024-01-15 01:41:12 +00:00
renovate[bot]
0e04c934b7
Update dependency @types/testing-library__jest-dom to v5.14.9
2024-01-15 00:13:21 +00:00
renovate[bot]
f84c8f6853
Update dependency @types/react-transition-group to v4.4.10
2024-01-12 19:46:07 +00:00
renovate[bot]
05d8fd9d85
Update dependency @types/react-test-renderer to v18.0.7
2024-01-12 19:24:50 +00:00
renovate[bot]
235c747472
Update dependency @types/react-table to v7.7.19
2024-01-12 18:45:27 +00:00
renovate[bot]
7f3b748b29
Update dependency @types/react-highlight-words to v0.16.7 ( #80475 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 17:31:53 +00:00
renovate[bot]
d96cd145d7
Update dependency @types/react-color to v3.0.11
2024-01-12 17:30:28 +00:00
renovate[bot]
e3745b5fb8
Update dependency @types/react-beautiful-dnd to v13.1.8
2024-01-12 17:07:43 +00:00
renovate[bot]
9ba56d9349
Update dependency @types/prismjs to v1.26.3
2024-01-12 16:31:08 +00:00
Jamin
66c85d9826
Frontend: Migrate LoadingIndicator.tsx
from aria-label e2e selectors to data-testid ( #79664 )
...
* refactor: update component to use data-testid
* refactor: update loading indicator e2e selector
* oops - forgot to update betterer results
* update loading indicator in variable picker
---------
Co-authored-by: joshhunt <josh@trtr.co>
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
2024-01-12 18:30:11 +02:00
renovate[bot]
b9c616ce1d
Update dependency @types/mock-raf to v1.0.6
2024-01-12 13:31:34 +00:00
renovate[bot]
3594a068a6
Update dependency @types/lodash to v4.14.202
2024-01-12 11:42:12 +00:00
renovate[bot]
df513c870f
Update dependency @types/jest to v29.5.11
2024-01-12 11:08:22 +00:00
renovate[bot]
d2293e0848
Update dependency @types/is-hotkey to v0.1.10 ( #80422 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 10:21:00 +00:00
renovate[bot]
d3abab2896
Update dependency @types/hoist-non-react-statics to v3.3.5
2024-01-12 09:56:28 +00:00
grafana-delivery-bot[bot]
caee68b5a8
Release: Bump version to 10.4.0-pre ( #80412 )
...
"Release: Updated versions in package to 10.4.0-pre"
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2024-01-12 10:21:50 +01:00
Leon Sorokin
b53e0521d2
Panels: AnnotationsPlugin2 ( #79531 )
...
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2024-01-12 09:02:40 +02:00
renovate[bot]
8dba53b541
Update dependency @testing-library/user-event to v14.5.2
2024-01-11 11:01:21 +00:00
Alex Khomenko
370fd5a5af
SSO Config: Add generic OAuth ( #79972 )
...
* Setup route
* Set up the page
* Add orgs
* Load settings
* Make API call
* Remove log
* Add FormPrompt
* Update types
* Add tests
* Fix tests
* Cleanup
* Load settings
* Fix naming
* Switch to PUT endpoint
* Switch to CSS object
* Setup fields
* Render fields
* Extend types
* Dynamic provider page
* Rename page
* Filter out non-implemented providers
* Fix types
* Add teamIDs validation
* Update tests
* Fix URL
* Update name
* Send full data
* Add password input
* Update test
* Expand default values
* Fix test
* Use SecretInput
* Remove dev mode for the feature toggle
* Convert fields
* Remove fieldFormat utils
* Update fields logic
* Update tests
* Update betterer
* SSO: Add Generic OAuth page
* SSO: Add Generic OAuth page
* SSO: Make client secret not required
* Update field name
* Revert feature toggle to dev mode
* Use provider endpoint
* Fix form state check
* Update tests
* Fix URL redirect after form submit
* Mock locationService
* Separate Form component
* Update fields
* Add more fields
* Add more fields
* Fix spacing
* Add UserMapping fields
* Add rest of the fields
* Add FieldRenderer
* Update types
* Update comment
* Update feature toggle
* Add checkbox
* Do not submit form if there are errors
* Fix revalidation
* Redirect on success only
* Fix redirect behavior
* Add missing descriptions
* Use inline checkbox
* Add enabled field
* Restore feature toggle
* Remove source field from PUT request
* Add URL to the fields
* Add hidden prop to fields and sections
* Add Delete button
* Prettier
* Add authStyle, still not working, description updates
* Fix saving select values
* Run prettier
* Use defaultValue in Select field
---------
Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com>
2024-01-11 11:23:38 +01:00
renovate[bot]
ec3207a943
Update dependency @testing-library/dom to v9.3.4
2024-01-11 10:10:51 +00:00
Leon Sorokin
31921bbb01
DashboardGrid: Add LayoutItemContext to affect zIndex from panels ( #80116 )
2024-01-10 12:09:54 -06:00
renovate[bot]
153767a787
Update dependency @leeoniya/ufuzzy to v1.0.14
2024-01-10 14:27:54 +00:00
Jamin
71b98163e5
Frontend: Migrate DataSourceHttpSettings.tsx
from aria-label e2e selectors to data-testid ( #79615 )
2024-01-10 11:51:16 +00:00
Jamin
108c196d08
Frontend: Migrate Drawer.tsx
from aria-label e2e selectors to data-testid ( #79616 )
...
* refactor: update aria-label to data-testid
* refactor: update aria-label to data-testid
* refactor: replace title
* refactor: update selector text
* feat: update translation file
* fix old phrases
---------
Co-authored-by: joshhunt <josh@trtr.co>
2024-01-10 11:20:51 +00:00
renovate[bot]
90e4a53288
Update dependency @floating-ui/react to v0.26.5 ( #80273 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-10 10:52:41 +00:00
renovate[bot]
e1746df794
Update d3
2024-01-10 10:19:20 +00:00
renovate[bot]
3c045d1dfb
Update dependency @emotion/react to v11.11.3 ( #80230 )
...
* Update dependency @emotion/react to v11.11.3
* fix types
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-09 18:20:08 +02:00
renovate[bot]
1cefa419c0
Update babel monorepo ( #80214 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-09 15:54:57 +00:00
renovate[bot]
a449df3455
Update dependency @cypress/webpack-preprocessor to v6.0.1 ( #80217 )
...
* Update dependency @cypress/webpack-preprocessor to v6.0.1
* fix type errors
* restore old checksum for scenes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-09 15:32:24 +00:00
Adela Almasan
26f54a2fc7
VizTooltips: Add wrapper shadow ( #80164 )
2024-01-08 13:36:48 -06:00
Leon Sorokin
200c71f5d6
VizTooltips: Optimize performance ( #80102 )
2024-01-05 16:07:04 -06:00
Leon Sorokin
1ec04243da
Heatmap: All tooltip mode selector ( #79956 )
...
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-01-05 13:11:24 -06:00
Alex Khomenko
99f7110e39
React Hook Form: Update to v 7.49.2 ( #79493 )
...
* Update RHF to latest
* Update Form types
* Fix alerting types
* Fix correlations types
* Update tests
* Fix tests
* Update LabelsField.tsx to use InputControl
* Update RuleEditorGrafanaRules.test.tsx
* Update RuleEditorCloudRules.test.tsx
* Only require one label
* Update RuleEditorRecordingRule.test.tsx
* Fix labels rules
* Revert
* Remove RHF from ignore rules
* Revert
* update form validation for overriding group timings
* Fix changes to correlations
* Fix auth type errors
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
Co-authored-by: Kristina Durivage <kristina.durivage@grafana.com>
2024-01-05 12:41:49 +02:00
Alvaro Huarte
40583aec0f
Table: Add select/unselect all column values to table filter ( #79290 )
...
* Add/Remove columns values to the filter using a UX similar to the github inbox
* Align select all checkbox and fix wording
* Update docs/sources/panels-visualizations/visualizations/table/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2024-01-04 16:09:16 +01:00
Sonia Aguilar
d29f9cfd3c
Fix: Switch component not being styled as disabled when is checked ( #80012 )
...
* Fix Switch component not being styled as disabled when checked
* Remove unnecessary code
2024-01-04 15:07:22 +01:00
Jamin
576b8ccff6
Frontend: Migrate PageToolbar.tsx
from aria-label e2e selectors to data-testid ( #79663 )
...
* refactor: update PageToolbar to use data-testid
* refactor: update selector text
---------
Co-authored-by: joshhunt <josh@trtr.co>
2024-01-04 13:52:38 +02:00
Leon Sorokin
7210e378b8
TimeSeries: Fix stacking opacity accumulation on exit from PanelEdit ( #80006 )
2024-01-03 22:56:03 -06:00
Ashley Harrison
9de79fb5e9
Chore: remove react-popper-tooltip
in favour of @floating-ui/react
( #79465 )
...
* use floating-ui instead of react-popper-tooltip in Tooltip
* remove useTheme2 usage
* remove escape handling logic in favour of useDismiss
* don't need this useEffect anymore
* convert Toggletip to use floating-ui
* use explicit version
* convert OperationInfoButton to use Toggletip
* convert nestedFolderPicker to use floating-ui
* convert Dropdown to use floating-ui and remove react-popper-tooltip
* fix Modal/Tooltip tests
* revert to old toggletip behaviour
* revert OperationInfoButton to not use Toggletip
* add mock for requestAnimationFrame
* remove requestAnimationFrame mock
* remove fakeTimers where they're not used
* use floating-ui in ButtonSelect
* Fix filters unit tests
* only attach description if label is different
* use 'fixed' strategy for Toggletip
* use stroke and strokeWidth
* set move: false to only show the tooltip if a hover event occurs
* update type for onClose
2024-01-03 12:42:26 +00:00
Ryan McKinley
ae3156d727
XYChart: Config cleanup and refactoring ( #79915 )
...
* xy config cleanup
* more cleanup
* clean up betterer some
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-12-31 16:50:53 -08:00
Adela Almasan
7eea30d0e8
VizTooltip: Improved StateTimeline tooltip ( #79599 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2023-12-29 17:38:40 -06:00
Leon Sorokin
b3387793f1
Chore: uPlot v1.6.28 ( #79732 )
2023-12-29 13:43:15 -06:00
Brendan O'Handley
a9f4ffab5d
Prometheus: Migrate from aria-label to data-testid for selectors ( #78554 )
...
* migrate from aria-label to data-testid for selectors
* fix e2e tests with shared components
* fix e2e tests with more shared components
* pass data-testid to SelectBase component
* pass data-testid to value container and traverse the dom to access the input in e2e
2023-12-26 13:43:06 -06:00
Jamin
f41a0559fa
Frontend: Migrate NewsContainer.tsx
from aria-label e2e selectors to data-testid ( #79666 )
2023-12-26 15:06:33 +00:00