Karl Persson
0b55d72fb5
FeatureToggles: Add feature toggle for sso email verification ( #84184 )
...
* FeatureToggles: Add feature toggle for sso email verification
* Rename toggle
* Fix json
2024-03-11 15:09:44 +01:00
Ivan Ortega Alba
4a81a0388b
Playlist: run on Scenes ( #83551 )
...
* DashboardScene: Implement playlist controls
* Mock the runtime config properly
* PlaylistSrv: with state you can subscribe to (#83828 )
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2024-03-11 13:33:32 +01:00
Josh Hunt
1ab8857e48
E2C: Add cloud migration is_target server config option ( #83419 )
2024-03-11 14:29:44 +02:00
renovate[bot]
fa888af212
Update dependency marked to v12.0.1
2024-03-11 12:25:02 +00:00
Giordano Ricci
c950b716ff
Chore: Remove deprecated ExploreQueryFieldProps ( #83972 )
2024-03-11 12:10:06 +00:00
Giordano Ricci
937390b91c
Chore: Remove deprecated exploreId from QueryEditorProps ( #83971 )
2024-03-11 12:09:43 +00:00
Selene
275ccf994b
Schemas: Reduce duplicated jenny code ( #84061 )
...
* Remove jenny_ts_resources and use jenny_ts_types for all cases
* Unify TS generated files into one jenny
* Add missing imports to versioned files
* Update Parca plugin
* Fix loki
* Use LokiQuery
* Fix pyroscope tests
* Fix prettier
* 😒 fix default pyroscope value name
* Set the LokiQuery
* Update Elasticsearch and TestData
* Missed files from testdata
* Order imports
2024-03-11 12:51:44 +01:00
Ashley Harrison
0280fac0e3
DatePickerWithInput: Set zIndex for popover correctly ( #84154 )
...
set zIndex for popover correctly
2024-03-11 11:35:59 +00:00
renovate[bot]
534855d086
Update dependency @types/node to v20.11.25
2024-03-11 10:39:32 +00:00
Joey
e8ecbaffc2
UX: Update trace to logs tooltip to improve clarity ( #83508 )
...
* Update tooltip to improve clarity
* Update packages/grafana-o11y-ds-frontend/src/TraceToLogs/TraceToLogsSettings.tsx
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
---------
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
2024-03-11 10:26:59 +00:00
renovate[bot]
c5080ca135
Update dependency @types/eslint to v8.56.5
2024-03-11 10:20:02 +00:00
renovate[bot]
4d7220dbdf
Update dependency @swc/core to v1.4.6
2024-03-11 09:14:25 +00:00
renovate[bot]
ea84a66ff4
Update dependency @emotion/react to v11.11.4
2024-03-11 08:53:49 +00:00
Leon Sorokin
57df3b84dc
StateTimeline: Treat second time field as state endings ( #84130 )
2024-03-10 22:11:11 -05:00
Gilles De Mey
f5dab6b5a5
Alerting: Refactor analytics to use pushMeasurements ( #83850 )
2024-03-07 16:41:38 +01:00
Adela Almasan
429ef9559c
FeatureToggles: Allow changing prod env safe feature toggles via URL ( #84034 )
2024-03-07 08:49:37 -06:00
linoman
8e827afb8c
Password Policy: Validate strong password upon update ( #83959 )
...
* add drawer for auth settings
* add StrongPasswordField component
* Add style to different behaviours
* update style for component
* add componenet to ChangePasswordForm
* pass the event handlers to the child component
* add style for label container
* expose strong password policy config option to front end
* enforce password validation with config option
2024-03-07 01:56:48 -06:00
Erik Sundell
a722b2608a
TimeZonePicker: Add e2e selector to change time zone settings button ( #83248 )
...
add selector to change time zone settings
2024-03-07 07:25:48 +01:00
Leon Sorokin
d549a3aabb
VizTooltips: Heatmap fixes and improvements ( #83876 )
...
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2024-03-06 19:30:33 -06:00
Leon Sorokin
8b9bc9a919
Histogram: Fix 'combine' option & legend rendering ( #84026 )
2024-03-06 20:50:28 +02:00
Leon Sorokin
e88858edb1
Histogram: Fix heuristic for x axis distribution from bucket progression ( #83975 )
2024-03-06 11:27:46 -06:00
Josh Hunt
6a4e0c692a
Page: Use browser native scrollbars for the main page content ( #82919 )
...
* remove custom scroll bars from Page component
* make flagged scroller the actual scrolling element,
* enable feature flag by default
* re-enable the scroll props in Page
* rename feature toggle
* fix css
* only update when deleted
* set .scrollbar-view on our scrolling wrapper
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-03-06 15:06:47 +00:00
Kyle Brandt
0929bf7c00
Prometheus: Remove < and > from Query Builder Label Matcher operations ( #83981 )
...
They are not valid promql label matcher operations
2024-03-06 09:57:01 -05:00
Leon Sorokin
1dc6014b10
Dashboard: Revert descending z-index changes ( #83466 )
...
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2024-03-06 16:31:54 +02:00
Ivana Huckova
401265522e
Logs volume: Add options to specify field to group by ( #83823 )
...
Logs volume: Add options to specify field to group by in options
2024-03-06 12:32:28 +01:00
Leon Sorokin
a4b31ed140
BarChart: Improve x=time tick formatting ( #83853 )
2024-03-05 19:03:50 -06:00
Kyle Cunningham
cb008657cb
Table Panel: Update column filters to use Stack component ( #83800 )
...
* Update filter list to use stack
* Remove dead comments
2024-03-05 21:54:31 +02:00
Kyle Cunningham
f4da9bd09e
Table Panel: Text wrapping fix inspect viewing issues ( #83867 )
...
* Fix inspect viewing issues
* Fix long line wrapping
* Prettier
* Fix text wrapping
* Fix overflowing text
2024-03-06 02:00:41 +07:00
Carl Bergquist
b3efb4217e
Cfg: Adds experimental scope grafana.ini settings ( #83174 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-03-05 16:41:19 +01:00
Ivan Ortega Alba
a7c06d26f1
Dashboards: Add new toggle for dashboard changes out of dashgpt
toggle ( #83897 )
2024-03-05 14:01:31 +02:00
Torkel Ödegaard
9264e2a3bd
Table: Custom headerComponent field config option ( #83254 )
...
* Table: Custom headerComponent field config option
* Table custom header component (#83830 )
* Add tests, fix bug
---------
Co-authored-by: Galen Kistler <109082771+gtk-grafana@users.noreply.github.com>
Co-authored-by: Galen <galen.kistler@grafana.com>
2024-03-05 08:49:22 +01:00
Ryan McKinley
5aa965b9e9
Prometheus: remove cue definition ( #83808 )
...
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
2024-03-04 10:23:32 -08:00
Leon Sorokin
7cf419c09a
Dashboard: Revert LayoutItemContext ( #83465 )
2024-03-04 16:47:20 +02:00
Kyle Cunningham
886d8fae36
Table Panel: Improve text wrapping on hover ( #83642 )
...
* Fix up text wrapping
* Make sure there are basic cell styles
* codeincarnate/text-wrapping-hover-pt2/ run prettier
* Add comment for conditional
* Update condition
---------
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
2024-03-02 00:20:14 +07:00
Kyle Cunningham
33cb4f9bf4
Table: Preserve filtered value state ( #83631 )
...
* Hoist state
* codeincarnate/table-filter-state/ lint
---------
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-03-02 00:19:21 +07:00
Ashley Harrison
086d47d83c
Chore: replace react-popper
with floating-ui
in ExemplarMarker
( #83694 )
...
* replace react-popper with floating-ui in ExemplarMarker
* fix e2e test
* floating-ui uses mousemove
2024-03-01 14:54:39 +00:00
Misi
75b020c19d
Cfg: Add a setting to configure if the local file system is available ( #83616 )
...
* Introduce environment.local_filesystem_available
* Only show TLS client cert, client key, client ca when local_filesystem_available is true
* Rename LocalFSAvailable to LocalFileSystemAvailable
2024-03-01 10:39:50 +01:00
Tim Levett
88ebef5cba
Transformations: Add substring matcher to the 'Filter by Value' transformation ( #83548 )
2024-02-29 16:59:40 -06:00
Josh Hunt
f0dce33034
Chore: Taint ArrayVector with never
to further discourage ( #83681 )
...
Chore: Taint ArrayVector with never to further discourage
2024-02-29 16:29:17 +00:00
Will Browne
549094d27c
grafana/data: Gardening 👨🌾 ✂️ 🌳 ( #83615 )
...
* remove suspected unused dependencies from grafana/data
* un-export funcs and types
* re-export NoopTransformerOptions
* remove knip
2024-02-29 15:53:09 +01:00
Esteban Beltran
ca81d1f22d
Revert "Chore: Remove components from the graveyard folder in grafana/ui" ( #83687 )
...
Revert "Chore: Remove components from the graveyard folder in grafana/ui (#83…"
This reverts commit 6517431165
.
2024-02-29 15:25:33 +01:00
Gábor Farkas
9f617191da
grafana-data: fix the export of arrayvector ( #83678 )
2024-02-29 14:02:32 +02:00
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