Alex Khomenko
c4aca053e5
DateTimePicker: Return cleared value in onChange ( #88377 )
...
* DateTimePicker: Return cleared value in onChange
* Update story
2024-05-28 17:11:15 +03:00
Mihai Doarna
12e4a94d63
SSO: Use removeSecrets() instead of setting.RedactedValue() ( #88180 )
...
* use removeSecrets() instead of setting.RedactedValue()
* replace with redacted value only if secret is not empty
2024-05-28 17:03:54 +03:00
Andres Martinez Gotor
60ce523b72
Refactor plugin context initialization ( #88343 )
2024-05-28 16:59:06 +03:00
Ashley Harrison
ecfe50439b
Chore: Remove last of the SCSS from grafana/ui ( #88302 )
...
* remove last of scss from grafana/ui
* add comment about legacySelect classes
2024-05-28 14:58:51 +01:00
Ashley Harrison
b4e49e3114
Select: Ensure screenreader correctly narrates options ( #88118 )
...
* replace select aria-label with data-testid
* update in copy pasted places as well
* update plugin-e2e to 1.2.2
2024-05-28 14:51:47 +01:00
timo
6205236f25
NodeGraph: Use values from fixedX/fixedY column for layout ( #86643 )
...
* NodeGraph: Use values from fixedX/fixedY column for layout
* Cleanup some code, typings and naming
* Add test
---------
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
2024-05-28 15:34:35 +02:00
Kyle Brandt
a738cb42d8
Prometheus: Update dependency to v0.52.0 ( #87809 )
...
* Prometheus: Update dependency to v0.52.0
* go work sync
* fix panics in tests
* go work sync
* prometheus v0.52.0
* handle errors
* Update pkg/services/ngalert/sender/sender_test.go
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com >
* Update pkg/services/ngalert/sender/sender_test.go
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com >
---------
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com >
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
2024-05-28 15:22:20 +02:00
Leonor Oliveira
502bd5612e
Storage: Extract returned object hydration into function ( #88012 )
...
* Extract returned object hydration into function
* Finish writing tests for utils func
* Lint
* Update pkg/apiserver/rest/dualwriter_mode2.go
Co-authored-by: Arati R. <33031346+suntala@users.noreply.github.com >
* Better var naming
* Remove duplicated logic
* Lint
* Fix test
* Lint
* Make type private
* Fix one more test
* Fix test
---------
Co-authored-by: Arati R. <33031346+suntala@users.noreply.github.com >
2024-05-28 15:14:27 +02:00
Andreas Christou
4f3ab51d69
AzureMonitor: Fix service selection in E2E tests ( #88378 )
...
Use selectall to replace text
2024-05-28 14:09:20 +01:00
Sofia Papagiannaki
d2f44816fd
TeamLBAC: add missing swagger tag ( #88374 )
2024-05-28 15:34:30 +03:00
Jack Westbrook
5ce68c50e3
Docs: add decoupled plugin commands to developer guide ( #88286 )
...
* docs(developer-guide): add development commands for building decoupled plugins
* docs(developer-guide): add subheading, tidy up tone
* Apply suggestions from code review
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
* docs(developer-guide): plugins section to identify which plugins need additional cmds
---------
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
2024-05-28 14:28:18 +02:00
Ashley Harrison
f1dbe39533
Chore: Improve typings ( #88282 )
...
* remove some type assertions
* some more type assertion fixes
* nicer
* shortcircuit while loop when hitting something that isn't an HTMLElement
2024-05-28 13:20:57 +01:00
Tobias Skarhed
c8ab138dbf
TimeRangePicker: Use native scrollbar ( #88327 )
...
* Use native scrollbar
* Native overflow scroll
* Fix feedback
* Make scrollbars thin
2024-05-28 13:41:31 +02:00
Ashley Harrison
7e25ff5756
Select: Support option groups in virtualised Selects ( #88232 )
...
* change select group headers to always be visible
* remove unnecessary SelectOptionGroup
* hacky change to work with virtualised lists
* undo this change
* add top border
* remove children from the category header
* don't virtualize story
* bit of renaming
* comments
* add new story for virtualized options
2024-05-28 10:49:43 +01:00
Jack Westbrook
cd3c10d905
Chore: Sync sass with theme ( #88340 )
...
chore(sass): run theme:generate to sync sass with theme
2024-05-28 11:49:02 +02:00
github-actions[bot]
4817156ba3
I18n: Download translations from Crowdin ( #88365 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-28 12:18:19 +03:00
Matias Chomicki
97cb92eb1e
Logs: Added multi-line display control to the "wrap lines" option ( #88144 )
...
* LogRowMessage: strip new lines when wrapping is disabled
* LogRowMessage: prevent conflicts between failed json parsing and unwrapping
* LogRowMessage: expand multi-line unwrapped logs when opening details
* Add unit test
* Prettier
* chore: update comment
2024-05-28 11:59:11 +03:00
Ashley Harrison
6f9527b4c2
DashboardGrid: Ensure drag handle always follows the cursor ( #88099 )
...
use flushSync in react-grid-layout
2024-05-28 09:46:04 +01:00
Gabriel MABILLE
3d9908f363
Fix: Prevent ExtSvcTokens from containing nil characters ( #88243 )
...
* Fix: Prevent ExtSvcTokens from containing nil characters
* Rebase
* Add more logs
* Nit. nil -> NUL
* Nit. Part -> Parts
* Back to const
* Account for comments
Co-authored-by: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
---------
Co-authored-by: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
2024-05-28 10:39:46 +02:00
Laura Benz
f6a83432a5
RestoreDashboards: Create trash section ( #88278 )
...
* feat: add feature toggle to docs
* feat: create page in BE
* feat: create page in FE
* refactor: set feat toggle as a condition
* refactor
* refactor
* refactor
* feat: add permission conditions
* refactor
* feat: add subtitle to translations
* feat: add to codeowners
* refactor: fix docs situation
* refactor
* Merge main branch into feat branch
2024-05-28 10:26:06 +02:00
gng0
f772056296
DataLinks: Fixes datalinks with onClick and variables in url not being interpolated ( #86253 )
...
* Use replaceVariables method on link url, fix and add unit tests
* Refactor href processing for links
* Prettier
2024-05-28 08:16:55 +02:00
Andres Martinez Gotor
0b526acf09
Fix provisioning for a missing plugin ( #88354 )
2024-05-28 01:47:45 +03:00
Sofia Papagiannaki
39298a656a
Swagger: sync specs with enterprise ( #88355 )
2024-05-28 01:12:54 +03:00
Laura Fernández
6d98f53e8b
Chore: Remove returnToPrevious feature toggle ( #88332 )
2024-05-27 17:47:57 +02:00
Steve Simpson
08b18113d2
Alerting: Wire up alertmanagerRemoteOnly feature toggle. ( #88329 )
...
* Alerting: Wire up alertmanagerRemoteOnly feature toggle.
Though the mode isn't feature complete yet, it will be useful to have the
feature toggle wired up in order to start testing.
* Apply suggestions from code review
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com >
* Formatting
---------
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com >
2024-05-27 16:18:46 +02:00
Misi
aac6e6dfd9
Auth: Update SAML lib to improve HTTP-Post binding ( #88287 )
...
* Update lib and docs for HTTP-Post binding
* Improve docs
* fix spelling
* Regenerate go.sum and go.work.sum
2024-05-27 14:56:52 +02:00
Dominik Prokop
6e9543e0ad
Preserve variables and time range when navigating between dashboards ( #87966 )
...
* POC preserve filters and group by when navigating between dashboards
* Save all variables and time range
* minor refactor
* Add feature toggle
* Update feature toggle usage
* Delete local storage item if nothing to preserve
* Structural changes
* Simplify restore params code
* Use session storage
* Add tests
* Merge fix
* Remove unused code
* And make it better, errrrrr
* Minor deduplication refactor
* last minor
2024-05-27 14:28:06 +02:00
Marcus Efraimsson
0b1aec6767
Tracing: Various improvements ( #88308 )
2024-05-27 14:21:40 +02:00
Ivan Ortega Alba
66950c96f6
Dashboards: Discard the entire panel if it is newly added ( #87562 )
2024-05-27 13:46:02 +02:00
kay delaney
c0881cc970
Dashboards: Detect unsaved folder change ( #88293 )
2024-05-27 12:43:31 +01:00
Luis Felipe Dominguez Vega
4248ff4688
ValueFormats: Add Uruguay peso currency ( #88260 )
2024-05-27 11:45:37 +01:00
Giuseppe Guerra
2b54ce6c51
Chore: Bump google.golang.org/grpc to 1.64.0 ( #88219 )
...
* Bump google.golang.org/grpc to 1.64.0
* Address grpc.Dial deprecation notices
* go mod tidy
* Update go.work.sum
* go work sync
2024-05-27 12:44:39 +02:00
Piotr Jamróz
0530b296d0
Correlations: Enable feature toggle by default (on-prem) ( #88208 )
...
* Correlations: Enable feature toggle for on-prem
* Update Loki test
2024-05-27 12:04:37 +02:00
Joao Silva
45faefa8b3
TimeRangePicker: Allow users to navigate quick ranges with arrows instead of Tab ( #88138 )
2024-05-27 10:33:53 +01:00
Joao Silva
3014103f41
Chore: Remove gf-form from OrganizeFieldsTransformerEditor ( #88240 )
2024-05-27 10:26:47 +01:00
Levente Balogh
f77f47ff00
Plugins: Update the plugin.json schema with UI extensions meta-data ( #88288 )
...
* feat: change the `generated` property
* refactor: update the schema description for the "extensions" field
2024-05-27 11:13:46 +02:00
Timur Olzhabayev
4761326568
Fix: Proper plugin logo loading depending on staging ( #88247 )
...
* making logos respect the staging
* making it work when served from subfolders
* fixing helper test
2024-05-27 10:26:30 +02:00
Fabrizio
e7f05f4ff2
Tempo: Support standard span convention ( #88268 )
2024-05-27 10:10:04 +02:00
Mihai Doarna
e28a34f126
Docs: Add a note about deprecating the settings update API ( #87552 )
...
* add a note about deprecating the settings update API
* Update docs/sources/setup-grafana/configure-grafana/settings-updates-at-runtime/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2024-05-27 11:08:19 +03:00
Mihai Doarna
934c510dda
Docs: Update SAML docs after the integration with SSO settings API ( #87512 )
...
* update SAML docs after the integration with SSO settings API
* fix link
* address feedback
* address feedback
2024-05-27 11:07:24 +03:00
Drew Slobodnjak
14957953db
Stat: Add percent change color modes ( #88205 )
...
* Stat: Add percent change color modes
* Apply color mode to percent change component
* Remove todo
* Create percent change color function and add tests
* drew08t/stat-percent-change-color-modes/ maybe fix import error?
---------
Co-authored-by: jev forsberg <jev.forsberg@grafana.com >
2024-05-24 14:45:02 -07:00
Steve Simpson
ed42119907
Alerting: Pass metrics Registerer into NewExternalAlertmanagerSender. ( #88313 )
...
* Alerting: Pass metrics Registerer into NewExternalAlertmanagerSender.
I will work on a separate change to export the metrics from Grafana, this
is a little more complicated.
* Typo
2024-05-24 23:03:34 +02:00
renovate[bot]
bbef011e43
Update dependency nx to v19.1.0 ( #85487 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-24 22:01:56 +01:00
Darren Janeczek
80a0de511f
data trails: alternate legend display for missing label value ( #88153 )
...
* fix: alternate legend display for missing label value
* Update public/app/features/trails/ActionTabs/BreakdownScene.tsx
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
* Update public/app/features/trails/ActionTabs/BreakdownScene.tsx
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
---------
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
2024-05-24 15:41:20 -04:00
Darren Janeczek
a7d304a871
datatrails: on histogram breakdowns, show label value in legend ( #88154 )
...
fix: on histogram breakdowns, show label value in legend
2024-05-24 15:41:00 -04:00
Tim Levett
b5cf90ce78
API: Add in theme support to /render/* endpoint ( #88304 )
...
add in theme support to render endpoint
2024-05-24 14:12:31 -05:00
renovate[bot]
d843209ee4
Update babel monorepo to v7.24.6
2024-05-24 18:13:19 +00:00
Steve Simpson
8bcf589301
Alerting: Pass logger into NewExternalAlertmanagerSender ( #88256 )
2024-05-24 20:11:26 +02:00
Darren Janeczek
5c29052219
datatrails: refactor: move related code to trails/MetricSelect subdir ( #88262 )
...
refactor: move related code to trails/MetricSelect subdir
2024-05-24 13:45:21 -04:00
Juan Cabanas
f0ab501075
Chore: Add sharing squad as codeowners in render file ( #88306 )
2024-05-24 14:28:17 -03:00