Ivana Huckova
18aba61cbd
Explore: Remove localStorage key migration for logs volume ( #68360 )
2023-05-14 13:29:19 +02:00
Leon Sorokin
ea0bf989cb
XYChart: Use fixed opacity, reduce memory pressure ( #68423 )
2023-05-12 18:56:12 -05:00
Adela Almasan
24037ddd59
ResourcePicker: Fix selecting icons ( #68419 )
2023-05-12 18:37:43 -05:00
Joseph Perez
49a18bc8e2
Plugins doc review chunk 2 ( #67691 )
...
* Doc style edit for 7 topics
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Proofread topics
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Prettier
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Doc fix
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Update docs/sources/developers/plugins/add-query-editor-help.md
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
* Doc fixes
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Changes from doc review
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* Incorporate review feedback
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* More fixes
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
* More doc fixes
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
---------
Signed-off-by: Joe Perez <joseph.perez@grafana.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2023-05-12 13:33:49 -05:00
Artur Wierzbicki
8dee5d3364
Previews: remove docs ( #68042 )
...
remove dashboard preview docs
2023-05-12 12:10:33 -05:00
colinedwardwood
fd83b17b7f
Wording changes to improve clarity. ( #66045 )
...
* Wording changes to improve clarity.
* Update docs/sources/setup-grafana/set-up-for-high-availability.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/set-up-for-high-availability.md
* Update docs/sources/setup-grafana/set-up-for-high-availability.md
* Update docs/sources/setup-grafana/set-up-for-high-availability.md
* Update docs/sources/setup-grafana/set-up-for-high-availability.md
* Update docs/sources/setup-grafana/set-up-for-high-availability.md
* ran doc validator, make corrections
---------
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
2023-05-12 11:09:09 -05:00
Ivan Ortega Alba
da00df8e5c
DS Picker: Align open advanced button to right ( #68394 )
2023-05-12 16:03:25 +00:00
Ashley Harrison
446885bd1a
Command Palette: Prevent stale search results from overwriting newer results ( #68377 )
...
* only update the state if this is the most recent request
* fix empty state as well
* improve perf of recent dashboards
2023-05-12 16:23:20 +01:00
Ivan Ortega Alba
ede8df846e
Add/Edit Panel: Enable new DS picker toggle by default ( #68380 )
...
* Add Panel: Enable new DS picker and onboarding DS prompt
* Add e2e selectors
2023-05-12 17:09:30 +02:00
Josh Hunt
78afddebbf
Search: Fix Search returning results out of order ( #68370 )
...
* Search: Fix Search returning results out of order
* test
2023-05-12 14:42:04 +00:00
Torkel Ödegaard
c8fd3c20cd
NewsDrawer: Add grot to news drawer (after news items) ( #68173 )
...
* NewsDrawer: Add grot to drawer header
* Update
* Move to bottom
* Updates
* reverted unrelated change
* Update
* fixing test
2023-05-12 14:38:19 +00:00
Laura Fernández
3869d2f239
Grafana UI: Add invalid state to Switch component ( #68215 )
2023-05-12 16:30:23 +02:00
Laura Fernández
8de16908a2
Grafana UI: Add invalid state to RadioButtonGroup ( #68183 )
2023-05-12 16:29:09 +02:00
Ezequiel Victorero
a1244154dc
PublicDashboards: update email sharing docs ( #68378 )
...
* PublicDashboards: update email sharing docs
* Update docs/sources/dashboards/dashboard-public/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-05-12 11:21:32 -03:00
Adam Simpson
9503f22f53
CloudMonitor: Show template variables by default ( #68331 )
...
CloudMonitor: show template variables by default
2023-05-12 13:49:12 +00:00
Haris Rozajac
cee838c8a8
Explore: Remove data source onboarding page ( #68131 )
...
* Remove EmptyStateWrapper
2023-05-12 07:48:17 -06:00
Hamed Karbasi
e446a60800
Docs: Update alert data model of webhook-notifier documentation ( #67956 )
...
* Add missed fields to webhook-notifier.md
2023-05-12 09:40:05 -04:00
Eric Leijonmarck
1a79c8a601
Settings: Add ability to override skip_org_role_sync
with Env variables ( #68364 )
...
Switch to using the SectionsWithOverride for settings for skip org role sync
2023-05-12 13:45:31 +01:00
Ashley Harrison
4f987a4a5d
Navigation: Add keyboard shortcut to navigate directly to Dashboards ( #68350 )
...
* add go to dashboards keybinding
* add shortcut to keybindings modal
2023-05-12 13:25:54 +01:00
Ben Sully
e7a67e749c
Plugins: Pass panel data in plugin extension context ( #67509 )
...
* Plugins: Pass panel data in plugin extension context
Similar to https://github.com/grafana/grafana/pull/65861 , this passes
the panel's data as part of the context object used when configuring
extension links.
This is useful if the plugin wants to conditionally show the link
depending on the presence or absence of certain features in the
data. For example in the ML plugin we only want to offer Outlier
Detection links for a query if the query returned more than 3 series.
* Update getPanelMenu extension test to include data object
2023-05-12 14:12:00 +02:00
Eric Leijonmarck
09d7d25c9f
SAML UI: Adds documentation link to the Authentication UI ( #68062 )
...
* adds documentation link to the saml ui
* add correct link
* add link to docuemntation
* add documentation etxt
* documentation update wordings
2023-05-12 12:10:19 +01:00
Giuseppe Guerra
16359c82a2
Plugins: Angular deprecation: Detect Angular plugins and expose in API ( #66824 )
...
* Plugins: Angular deprecation: Detect Angular plugins and expose in API
* Plugins: Angular detector: Close module.js
* Plugins: Angular detector: consistent error messages
* Plugins: Angular detector: Add test for missing module.js
* Plugins: Angular detector: Fix integration tests
* Plugins: Angular detector: Changed Angular detection patterns
* Moved inMemoryFS to test_utils.go
* Add different angular detectors
* Plugins: Update plugins/data/expectedListResp.json
* Plugins: Rename angular property to angularDetected
* Plugins: Rename angular to angularDetected in Plugin and PluginDTO
* Plugins: Add angularDetected to datasources, apps and plugins frontendsettings
* Plugins: Add test for AngularDetected frontend settings
2023-05-12 12:51:11 +02:00
Gilles De Mey
4310f574db
docs: add legacy alerting deprecation notice ( #68292 )
...
Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2023-05-12 11:27:04 +02:00
Andrej Ocenas
dd80471a92
Docs: Rename Phlare to Grafana Pyroscope ( #67224 )
2023-05-12 10:38:15 +02:00
Giordano Ricci
df33a1df32
Explore: Promote exploreMixedDatasource to Stable & enable by default ( #68300 )
2023-05-12 09:19:21 +01:00
Dimitris Sotirakis
b7b13067a5
CI: Add .drone.yml
in pathschanged trigger for lint_backend
pipeline ( #68348 )
...
Add .drone.yml in pathschanged for lint_backend
2023-05-12 11:18:59 +03:00
arukiidou
f79654feb3
Auth: Use PKCE by default (If OAuth provider supports PKCE) ( #68095 )
...
OAuth: change use_pkce = true to defaults.ini/sample.ini #68073
Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
2023-05-12 09:37:29 +02:00
Torkel Ödegaard
debf04eb2c
Modals: Be more consistent with Modal cancel button styling ( #68302 )
...
* Modals: Be more consistent with Modal cancel button styling
* Update docs
* Fix tests
* fixing tests
2023-05-12 09:21:07 +02:00
Stephanie Hingtgen
9cd585d533
Docs: fix proxy link, returning 404 ( #68251 )
2023-05-11 14:45:23 -06:00
Clayton Cornell
7e0031ec36
Docs: Correct capitalization of openSUSE ( #67567 )
...
Correct capitalization of openSUSE
2023-05-11 15:17:01 -05:00
Hamed Karbasi
df4f569b68
Build: Update plugin installation in custom Dockerfile ( #68310 )
...
Update custom dockerfile
Add `set -e` command to the custom Dockerfile to prevent missing plugins in installation.
2023-05-11 16:03:02 -04:00
Ezequiel Victorero
11c388a10f
PublicDashboards: change wording and FF to public preview state ( #68262 )
2023-05-11 15:31:19 -03:00
Brendan O'Handley
b7c50b3be2
Prometheus: Class added for encyclopedia on open for fullstory ( #68325 )
...
add class to metric encyclopedia option in metric select on open for fullstory
2023-05-11 12:52:59 -04:00
Andreas Christou
5a044ac4b4
AzureMonitor: Update query tracking ( #68114 )
...
* Update tracking
- Add traces tracking
- Update other query type tracking
* Fix lint
* More tracking
* Lint
2023-05-11 17:21:35 +01:00
Drew Slobodnjak
a5e9a1f140
Barchart: Ensure data field overrides apply ( #67872 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-05-11 18:35:57 +03:00
gordeevnm
8b1afb594d
Tempo: Escape regex-sensitive characters in span name before building promql query ( #66301 )
...
* Tempo: escape regex-sensitive characters in span name before building promql query
* Make gen-cue
* Add type
* Add tests
* Test
* Minor update
---------
Co-authored-by: Joey Tawadrous <joey.tawadrous@grafana.com>
2023-05-11 15:21:26 +01:00
Andrej Ocenas
37de4a825b
Flamegraph: Fix tooltip positioning ( #67938 )
2023-05-11 16:08:16 +02:00
Andrej Ocenas
8da90f624d
Pyroscope: Add authentication when calling backendType resource API ( #67667 )
2023-05-11 16:07:49 +02:00
Torkel Ödegaard
c9ce1a28c3
Breadcrumbs: Don't add breadcrumb for the current tab ( #68230 )
...
Breadcrumbs: Don't add breadcrumbs for the current tab
2023-05-11 15:16:42 +02:00
Misi
43be4f095a
Auth: Add alpha version of the Extended JWT client ( #67999 )
...
* initial commit
* Add tests, add configuration options
* Extend signingkeys.Service with GetServerPublicKey method
* Add, cleanup tests
* Add tests for entitlements claim
* Fix linting errors
* Suggestion to use a struct to extend the claims
(cherry picked from commit 8078b99f1d57c9426a15693d850c1ca5f0432cbe)
* Add requested changes
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* Add test for orgID check
* Cleanup
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2023-05-11 15:12:53 +02:00
Eric Leijonmarck
9b10664560
SAML UI: configuration file tooltip info ( #67861 )
...
* adds icon and text to the card if enabled in inifile
* make use of verbose settings
* add state to enabledInIniFile
* rename to configFound and removal of default values
2023-05-11 14:08:37 +01:00
Leon Sorokin
b96a2c1b62
Candlestick: Fix panel not rendering in candles-only mode ( #68279 )
2023-05-11 15:38:01 +03:00
Jack Westbrook
33ba5310ab
Chore: Upgrade Storybook to v7 ( #65943 )
...
* chore(grafana-ui): begin migration to storybook7
* refactor(storybook): begin cleanup of storybook and addon configs
* chore(storybook): add storybook/blocks to keep yarn berry happy
* chore(storybook): rename intro story for storybook 7
* chore(stories): rename internal stories to support SB7 story name mapper
* chore(betterer): update glob to support internal story renaming
* chore(stories): silence TS errors for subcomponents in SB7
* fix(clickoutsidewrapper): window | document can be undefined not null
* chore(storybook): remove patch for 6.5.16
* revert(storybook): put back story globs
* docs(storybook): replace removed <Props /> with <ArgsTypes /> in mdx files
* docs(storybook): use ArgTypes instead of ArgsTable
* chore(storybook): use correct ArgTypes import name in mdx files
* chore(storybook): patch blocks to expose Preview component for docs
* chore(storybook): rename deprecated ComponentStory and ComponentMeta for v7
* feat(storybook): add STORY env var to customise which stories storybook should load
* chore(storybook): bump to 7.0.4
* fix(storybook): set esbuild minify target to fix erroring docs in production builds
* fix(toolbarbuttonrow): fix import path to prevent error in storybook doc
* docs(storybook): fix up some more stories
* chore(storybook): more config updates to match storybook documentation
* chore(storybook): bump to 7.0.5
* Apply suggestions from code review
Co-authored-by: Joao Silva <100691367+JoaoSilvaGrafana@users.noreply.github.com>
* chore(storybook): fix broken merge causing types issues
* chore(storybook): mimic broken alphabetical storySort and docs overview ordering
* docs(storybook): fix button docs adding p tags due to mdx2
* chore(storybook): bump to 7.0.10
* chore(storybook): apply patch on yarn install
* chore(text): update stories for storybook 7
* fix(storybook): make sure globs don't include internal stories in production
---------
Co-authored-by: Joao Silva <100691367+JoaoSilvaGrafana@users.noreply.github.com>
2023-05-11 14:26:12 +02:00
Kyle Brandt
704ab1ca9b
DataFrame: Add dataplane numeric types to DataFrameType enum ( #68298 )
...
- https://grafana.github.io/dataplane/contract/numeric
- https://github.com/grafana/grafana-plugin-sdk-go/blob/main/data/frame_type.go
2023-05-11 07:31:39 -04:00
Marcus Andersson
5605d2f4a5
PluginExtensions: Expose scopedVars via the context to plugins that extends the dashboard panel menu ( #67917 )
...
* Exposes the scoped vars to UI extensions via context.
* reverted the interpolation when running a query via the query runner.
* adding scoped vars to test.#
2023-05-11 12:58:19 +02:00
Matias Chomicki
94a8d15b29
Elasticsearch: Fix derived fields label ( #68016 )
...
Elasticsearch: fix derived fields label
2023-05-11 12:51:01 +02:00
Joao Silva
a19189af13
Accessibility: Adds aria tags to VizTooltip so screen readers announce them ( #68247 )
2023-05-11 12:34:34 +02:00
Alexa V
c025783367
Dashboard: Fix Drawer validation to avoid errors with empty request
objects ( #68214 )
2023-05-11 10:59:50 +02:00
Sanghyuk Chris Lee
b10b290213
API: Fix status code when starring already starred dashboard ( #63478 )
...
Fixes #63133
2023-05-11 11:37:36 +03:00
Eric Leijonmarck
c3a0b75357
RBAC: refactoring alertingQuery to remove OrgRole check ( #67808 )
...
* WIP
* tests passing
2023-05-11 09:04:22 +01:00