Tima Gixe
e73a85dfb5
Chore: omit allowCustomValue and allowEmptyValue ( #55352 )
2022-09-19 13:40:58 +03:00
kay delaney
64bbb7a7ce
Chore: Update and enforce usage of typed react-redux hooks ( #55349 )
...
* Chore: Update and enforce usage of typed react-redux hooks
2022-09-19 10:49:35 +01:00
Victor Marin
32c4245efd
TablePanel/StatPanel: Fix values not being visible when background transparent ( #55092 )
...
* TablePanel/StatPanel: Fix values not being visible when background transparent
* Maintain backwards compatibility
2022-09-19 11:47:37 +03:00
Leo
1a0cbdeabe
Navigation: Add help menu to top search bar ( #55062 )
...
* add help menu to top search bar
* fixes
* handle preventDefault in node graph specifically
* use icon prop of MenuItem
* undo changes to ContextMenuPlugin/DataLinksContextMenu
* remove unused component
* revert storybook changes
* Tweaks
* remove unused style
* stop propagation on the header so version can be highlighted
* make sure useContextMenu has the exact same logic as before
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-09-17 18:17:00 +02:00
Joao Silva
bf5b21563c
StatPanel: Add padding between horizontal name and value ( #55299 )
2022-09-16 17:53:09 +01:00
Gareth Dawson
98a8908910
Loki: Remove any type from logs.test.ts ( #55303 )
...
* Remove any type from logs.test.ts
* Replace unknown types and move type casting to variables
2022-09-16 16:57:42 +01:00
Gregory Quinio
fb59702c74
Storybook: use div #root styles on storybook preview instead of additional div wrapper ( #55023 )
...
* feat: use styles on #root div instead of additionnal div wrapper
* Update packages/grafana-ui/src/utils/storybook/withTheme.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2022-09-16 17:04:56 +03:00
Piotr Jamróz
9b4cdfe652
Correlations: Hide Correlations Page behind a feature toggle ( #55224 )
...
* Hide Correlations Page behind a toggle
* Remove redundant defaults
* Ensure top nav is rendered when correlations are disabled
This is for the case when:
[feature_toggles]
topnav = true
2022-09-16 15:14:27 +02:00
Victor Marin
18f33871d1
Fix header/footer not sticky ( #55285 )
2022-09-16 13:14:34 +03:00
Jo
3e2e9f93b9
Auth: Allow admins to manually change oauth user role if oauth_skip_org_role_update_sync
is enabled ( #55182 )
...
* Auth: Allow admins to change oauth user info it it's not synced.
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* Update public/app/features/admin/UserAdminPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Add missing import
* Simplify init
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* SAML: Add option to skip org role sync (#55230 )
* SAML: Add option to skip org role sync
* Modify frontend accordingly
* Remove update from config option name
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Remove update from config option name
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Fix typo
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: gamab <gabi.mabs@gmail.com>
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
2022-09-15 12:06:09 -04:00
Seyaji
7ec1d137b4
Logs: Relocate "show context" button, add copy line log button ( #50977 )
...
* add context button to right side of log row
* add context button to right side of log row
* add context button to right side of log row
* add context button to right side of log row
* add show-context icon
Co-authored-by: Sven Grossmann <svennergr@gmail.com>
2022-09-15 17:13:58 +02:00
Adam Simpson
92857ef331
CloudMonitor: Remove cloudMonitoringExperimentalUI feature flag ( #55054 )
...
* CloudMonitor: remove cloudMonitoringExperimentalUI
* fix: address typecheck errors
* fix: fix SLO import and width cleanup
* fix wrong metricType when switching datasources
* fix: remove legacy SLO and fix queryType check
2022-09-15 14:12:26 +00:00
Torkel Ödegaard
7a10a0cb16
Gauge: Fixes empty/broken Gauge panels with datalinks ( #55129 )
2022-09-14 21:11:36 +02:00
juanicabanas
1e06b0170b
PublicDashboards: UI improvements ( #55130 )
...
* Public dashboard modal UI modifications
2022-09-14 14:35:46 -03:00
sam boyer
ced53a8dc2
plugins: Introduce generated, static core plugin registry ( #54118 )
...
* Refactor towards template/codegen framework
* Add templates for plugin gen
* Add Go codegen for plugins; overhaul framework, too
* Add new codegen output; assorted framework fixes
* Regenerate after merge
* Remove accidental commit file, update templates
* Export the pfs.Tree loader from plugin types
* Print details from cuetsy errors
* Generate loaders for all plugins and list in registry
* Use pfs_gen.go over lineage_gen.go
* Un-un-ignore main file
* Introduce simple List static registry for plugins
* Last tweaks to codegen
* remove unused tvars
* Ensure loop-local instances for both vars
* Generate pfs parsing in-place in registry
* Stop generating pfs_gen.go
* Move Tree into pfs, rename subdir
* Change package name to match dir
* Ignore gocyclo on HTTPServer.getNavTree
2022-09-14 10:15:09 -04:00
GitStart
017b7c7a7f
Convert packages/jaeger-ui-components/src/TracePageHeader/SpanGraph/Scrubber.test.js to RTL ( #54822 )
...
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com>
Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com>
Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com>
Co-authored-by: Toledodev <rafael.toledo@engenharia.ufjf.br>
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Nitesh Singh <nitesh.singh@gitstart.dev>
Co-authored-by: Rafael Toledo <87545086+Toledodev@users.noreply.github.com>
Co-authored-by: Murilo Amaral <87545137+MuriloAmarals@users.noreply.github.com>
Co-authored-by: Matheus Benini Ferreira <88898100+MatheusBeniniF@users.noreply.github.com>
Co-authored-by: Toledodev <rafael.toledo@engenharia.ufjf.br>
Co-authored-by: Rubens Rafael <70234898+RubensRafael@users.noreply.github.com>
Co-authored-by: Júlio Piubello da Silva Cabral <julio.piubello@gitstart.dev>
2022-09-14 14:40:39 +02:00
Marcus Andersson
c95b530502
DataSource: Adding possibility to hide queries from the inspector ( #54892 )
...
* adding the possibility to hide queries when they are executed via the DataSourceWithBackend.query
2022-09-13 13:27:16 +02:00
Laura Fernández
6bc0d97c49
Bar Gauge: fix flip direction when adding data links
2022-09-13 13:13:51 +02:00
Ivana Huckova
e70395f07a
Query editor: Allow query editors to create new query ( #55028 )
...
* Query editor: Allow query editors to create new query
* Update
* Revert "Update"
This reverts commit d5b79d60dd
.
2022-09-13 13:09:31 +02:00
Torkel Ödegaard
da001b01f1
TopNav: Section navigation UX ( #55012 )
...
* Design tweaks
* Updated
* Fixing unit tests
* Review fixes
* Text primary on active sections, and change home icon to text
* spacing fix
* More fix
* Fixes
* Updates
2022-09-13 12:24:23 +02:00
Torkel Ödegaard
d59bb1e4c2
IconName: Move to grafana/data and use type on NavModelItem ( #55013 )
...
* IconName: Allow strings
* Moving to grafana/data and adding type to NavModelItem
* Removed any type
* ts fix
2022-09-12 20:09:33 +02:00
Ashley Harrison
b90260b3ae
Chore: convert LogRowContextProvider
tests to RTL ( #55031 )
...
* convert LogRowContextProvider tests to RTL
* remove act
2022-09-12 15:00:09 +01:00
Torkel Ödegaard
49bc70c812
TopNav: Panel edit changes ( #54746 )
...
* Progress
* Progress
* Things are working
* More tweaks
* Fixing unit test
* Tweaks and fixing e2e tests
* Remove ... in Save as
* Fixing unit test
* Fixing e2e test
* Fixes
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-09-12 15:45:14 +02:00
Joey Tawadrous
be5369d6fa
Traces: More visible span colors ( #54513 )
...
* Use colors array from position 0 for span colors
* Update/add tests
* Use service name hex to get color
* getTheme
* Only add colors that have a contrast ratio >= 3 for the current theme
* Add new tests
2022-09-12 13:20:10 +01:00
Gustavo Santos
698a4fab26
GrafanaUI: Add required behavior to Inline Field ( #54867 )
2022-09-12 12:29:23 +01:00
Orlando Ortega Jr
28619d7a55
Chore: Added controls to IconButton & renamed Simple story to Examples ( #54371 )
2022-09-12 12:03:25 +01:00
Ashley Harrison
58e17f8144
CustomScrollbar: Add optional scroll indicators to CustomScrollbar
( #54705 )
...
* Add general scroll indicator behaviour to CustomScrollbar
* Extract ScrollIndicators logic into it's own file
* add scroll indicators to MegaMenu
2022-09-12 11:18:45 +01:00
Carl Bergquist
72ae4a5aa3
toggles: add feature toggle to increase in mem caching ( #55014 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2022-09-12 03:50:54 -04:00
Leon Sorokin
dbb33eaba9
DataFrameJSON: add string enums inflation of field values ( #54938 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-09-09 13:59:29 -06:00
Adela Almasan
b08f839c4d
Geomap: Map control options e2e ( #54809 )
2022-09-09 15:56:35 -04:00
kay delaney
4c7732ad17
Chore: Upgrade Typescript to 4.8.2 ( #54901 )
...
* Chore: Upgrade typescript to 4.8.2
2022-09-09 16:17:58 +01:00
renovate[bot]
62ef9fb04c
Update dependency prismjs to v1.29.0 ( #54976 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-09 15:18:20 +01:00
Tima Gixe
0598ff3743
Storybook: Add controls to CollapsableSection
story ( #54943 )
2022-09-09 14:40:27 +01:00
renovate[bot]
b382c7ac1d
Update dependency marked to v4.1.0 ( #54972 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-09 09:09:32 -04:00
Tima Gixe
7104d90b39
Storybook: Add controls to FieldSet
story ( #54964 )
2022-09-09 15:23:50 +03:00
Seyaji
096fc76e23
Chore: Convert TimelineHeaderRow to RTL ( #51390 )
...
* update data-testids
* update data-testids
* Convert TimelineHeaderRow test to RTL
* update data-testids
* Convert TimelineHeaderRow test to RTL
* Convert TimelineHeaderRow test to RTL
* modify TraceView test
* revert test
* Update packages/jaeger-ui-components/src/TraceTimelineViewer/TimelineRow.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Ran yarn betterer
* update selector
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: Hamas Shafiq <hamas.shafiq@grafana.com>
2022-09-09 06:44:05 -04:00
Tima Gixe
6b2ff6f25b
Storybook: Add controls to LoadingPlaceholder
story ( #54939 )
2022-09-09 13:35:41 +03:00
Tima Gixe
76f0037654
Storybook: Add controls to PanelChrome story ( #54741 )
2022-09-09 11:08:46 +01:00
renovate[bot]
ad19f018a9
Update dependency esbuild to v0.15.7 ( #54928 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-09 10:56:49 +01:00
Leon Sorokin
085db83cd9
DisplayProcessor: Handle reverse-ordered data when auto-showing millis ( #54923 )
2022-09-08 12:49:03 -05:00
Leon Sorokin
eb90d0c4b5
TimeSeries: Support for log scale and negative numbers ( #54812 )
2022-09-08 11:52:57 -05:00
renovate[bot]
6a7e1caced
Update dependency core-js to v3.25.1 ( #54915 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-08 17:46:16 +01:00
Laura Fernández
c684babecc
A11y: Make tooltip dismissible in Toolbar and Icon buttons ( #54586 )
2022-09-08 14:32:50 +02:00
Tima Gixe
8fb0d3421b
Storybook: Add controls to UnitPicker
( #54694 )
2022-09-08 13:16:27 +01:00
Ashley Harrison
8e8d0a08f9
reobserve elements when children change ( #54827 )
2022-09-07 15:07:35 +01:00
Gustavo Santos
968e2218ac
Chore: Add controls to InlineField ( #54674 )
2022-09-07 14:24:38 +01:00
Gustavo Santos
c56907b879
Add controls for Date Picker story ( #54806 )
...
Signed-off-by: gefgu <gefgu@hotmail.com>
Signed-off-by: gefgu <gefgu@hotmail.com>
2022-09-07 15:30:46 +03:00
renovate[bot]
84212d8746
Update babel monorepo to v7.19.0 ( #54756 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-07 09:57:22 +01:00
Leon Sorokin
bf052cb35e
TimeSeries: omit non-integer y ticks when decimals: 0 ( #54679 )
2022-09-06 16:12:09 -04:00
renovate[bot]
9cc828a00e
Update dependency @react-stately/menu to v3.4.1 ( #54784 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-06 17:23:16 +01:00