Grafana I18n Bot
5ca5a95e63
I18n: Crowdin sync ( #78418 )
...
* New translations grafana.json (Chinese Simplified)
* Github Action: Auto-fix i18n files
---------
Co-authored-by: grafana-i18n-bot <grafana-i18n-bot@users.noreply.github.com>
2023-11-20 17:23:41 +00:00
Torkel Ödegaard
d70d939294
DashboardScene: Basics stubs for starting with editviews (dashboard settings) ( #78209 )
2023-11-20 18:19:30 +01:00
Grafana I18n Bot
97c8b2d192
I18n: Crowdin sync ( #78402 )
...
* New translations grafana.json (Spanish)
* New translations grafana.json (Chinese Simplified)
* Github Action: Auto-fix i18n files
* New translations grafana.json (Chinese Simplified)
* Github Action: Auto-fix i18n files
---------
Co-authored-by: grafana-i18n-bot <grafana-i18n-bot@users.noreply.github.com>
2023-11-20 16:58:42 +00:00
Ben Sully
35b1e49024
Alerting: Add actions extension point to alert instances table view ( #77900 )
...
This PR adds a new [extension point][] to each row of the
alert instances table. This allows plugins to add actions
to a dropdown menu in the rightmost column of the table.
Those actions are passed the alert instance so can use it
for contextual handling.
See https://github.com/grafana/machine-learning/pull/3461
for an example of how this can be used (e.g. by Grafana Sift
here).
2023-11-20 17:43:36 +01:00
Jo
259ecb1793
AuthZ: Improve team ID fetching for signedInUser ( #78378 )
...
* improve team ID fetching for signedInUser
* remove inner join
* rename func
* nit: remove extra params
* nit: spacing and wrapping
2023-11-20 16:23:13 +01:00
Misi
53f53a44e3
Auth: Make clientTokenRotation enabled by default ( #78384 )
...
Make clientTokenRotation enabled by default
2023-11-20 15:28:33 +01:00
Haris Rozajac
499915ff9a
Explore: Rename RichHistoryCard for clarity and consistency ( #78358 )
...
Rename for clarity and consistency
2023-11-20 07:16:08 -07:00
Kristina
3e5dfa2d02
Explore: Add documentation around transformations in the explore editor ( #78082 )
...
* Move explore content to explore, build out transformations content in explore area
* First round of small feedback changes
* More feedback
* More feedback tweaks
* eve edits
* Edits for the linter and a couple code clarifications
---------
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2023-11-20 08:02:19 -06:00
Grafana I18n Bot
e015ce6dc6
I18n: Crowdin sync ( #78394 )
...
* New translations grafana.json (Spanish)
* New translations grafana.json (Chinese Simplified)
* Github Action: Auto-fix i18n files
---------
Co-authored-by: grafana-i18n-bot <grafana-i18n-bot@users.noreply.github.com>
2023-11-20 14:01:12 +00:00
Ieva
87c3703a0d
Data sources: show data source menu to users who only have access to create a data source ( #78347 )
...
* show data source menu to users who only have access to create a data source
* return early if missing permissions
2023-11-20 13:59:02 +00:00
Karl Persson
72db9739c7
UserAuth: clean-up auth entries on update ( #78377 )
...
* UserAuth: clean-up auth entries on update
* Update pkg/services/login/authinfoservice/database/database.go
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2023-11-20 14:58:32 +01:00
Giordano Ricci
53642b60ed
Explore: handle URLs parse errors ( #77784 )
...
* Explore: handle URLs parse errors
* minor modifications
* tentative fix
* update docs
* omit v0 params from the final url
* Apply suggestions from code review
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
* remove safeParseJson, make parse return an object
---------
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2023-11-20 13:54:00 +00:00
Ida Štambuk
b56d7131bd
Cloudwatch: Migrate Config editor and Variable editor to new form stying under feature toggle ( #77838 )
2023-11-20 14:40:02 +01:00
Arkadip Bhattacharya
b3bf38ad68
fix: ha_peer to ha_peers ( #75724 )
2023-11-20 14:27:00 +01:00
Grafana I18n Bot
2cfea09d4c
I18n: Crowdin sync ( #78382 )
...
* New translations grafana.json (Spanish)
* New translations grafana.json (Chinese Simplified)
* Github Action: Auto-fix i18n files
* New translations grafana.json (Spanish)
* Github Action: Auto-fix i18n files
---------
Co-authored-by: grafana-i18n-bot <grafana-i18n-bot@users.noreply.github.com>
2023-11-20 15:21:24 +02:00
Levente Balogh
12c245720c
Plugins: Share plugin context with the component-type extensions ( #78111 )
...
feat: wrap component type extension with plugin context
2023-11-20 14:43:11 +02:00
grafana-delivery-bot[bot]
018e002505
Changelog: Updated changelog for 10.2.1 ( #78386 )
...
* Changelog: Updated changelog for 10.2.1
* Update CHANGELOG.md
---------
Co-authored-by: grafanabot <bot@grafana.com>
Co-authored-by: Shirley <4163034+fridgepoet@users.noreply.github.com>
2023-11-20 13:06:52 +01:00
Ashley Harrison
088f20dda0
Command Palette: Fix for chinese input and keystrokes being lost in slow environments ( #78373 )
...
update kbar to latest version
2023-11-20 11:36:49 +00:00
Grafana I18n Bot
db902fb3a9
I18n: Crowdin sync ( #78371 )
...
* New translations grafana.json (Spanish)
* New translations grafana.json (Chinese Simplified)
* Github Action: Auto-fix i18n files
* New translations grafana.json (Spanish)
* New translations grafana.json (Chinese Simplified)
* Github Action: Auto-fix i18n files
---------
Co-authored-by: grafana-i18n-bot <grafana-i18n-bot@users.noreply.github.com>
2023-11-20 11:01:48 +00:00
Ivana Huckova
28f4c3ed44
Elasticsearch: Fix processing of raw_data with not-recognized time format ( #78262 )
...
* Elasticsearch: Fix non-standard time field in raw data queries
* Update snapshot tests
* Refactor
2023-11-20 12:01:41 +01:00
Esteban Beltran
cfc67a9e2d
Sandbox: do not load grafana signed app plugins into the sandbox ( #78334 )
...
* Sandbox: do not load grafana signed app plugins into the sandbox
* remove unused dependency
2023-11-20 12:00:31 +01:00
Misi
437ae8e8c5
Auth: Refactor OAuth connectors' initialization ( #77919 )
...
* Refactor AzureAD to init itself
* Use mapstructure to convert data to OAuthInfo
* Update
* Align tests
* Remove unused functions
* Add owner to mapstructure
* Clean up, lint
* Refactor Okta init, Align tests
* Address review comments, fix name in newSocialBase
* Update newSocialBase first param
* Refactor GitLab init, align tests
* Update pkg/login/social/common.go
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
* Use ini conversion to map
* Leftovers
* Refactor GitHub connector initialization, align tests
* Refactor Google connector init, align tests
* Refactor grafana_com connector, align tests
* Refactor generic_oauth connector init, align tests
* cleanup
* Remove util.go
* Add tests for custom field init
* Change OAuthInfo's Extra type
* Fix
* Replace interface{} with any
* clean up
---------
Co-authored-by: Karl Persson <kalle.persson@grafana.com>
2023-11-20 09:45:40 +01:00
Brendan O'Handley
13d67be0a9
Prometheus: query builder, handle regex in parentheses for label filters value ( #78238 )
...
handle regex in parentheses for label filter value
2023-11-17 21:59:47 -05:00
Darren Janeczek
e5c2e123ef
Scenes: fix date range comparison ( #78331 )
...
* Scenes: fix date range comparison
2023-11-17 21:31:49 -05:00
Nikita Sapogov
005a1db34e
Update set-up-grafana-live.md ( #78300 )
2023-11-17 15:02:03 -06:00
Nathan Marrs
0088fe0211
Docs: Update transform docs ( #78290 )
2023-11-17 12:53:04 -08:00
Kyle Cunningham
b9fa9d4a11
Timeseries to table transformation: Improve time series detection ( #77841 )
...
* Improve time series detection
* Prettier
* Add test
* Update packages/grafana-data/src/dataframe/utils.ts
Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com>
* Ensure correct time field support and set maximum size
* Look at each field to see if they are time series
* Add further tests
* Prettier
---------
Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com>
2023-11-17 14:52:26 -06:00
Ihor Yeromin
3d696b3504
Docs: Gauge and Bar Gauge updates ( #76240 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-11-17 12:01:03 -08:00
Nathan Marrs
3e08abff3b
Gauge: Simplify gauge dimension panel options ( #76216 )
...
Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com>
2023-11-17 21:59:30 +02:00
Ryan McKinley
49fc8214a0
K8s: Add etcd tests for dual write (local) ( #78161 )
2023-11-17 14:20:54 -05:00
Ivan Ortega Alba
ddfe4e1bdd
FeatureToggle: Disable dashgpt
by default and mark it as preview ( #78348 )
2023-11-17 18:51:51 +02:00
Xavi Lacasa
31dbf57aef
fix: Add vendored dependencies to Dockerfile ( #78285 )
...
Add vendored dependencies to Dockerfile
2023-11-17 17:38:46 +01:00
Matthew Jacobson
893839d27b
Alerting: Move general alert rule validation from db-layer to model ( #78325 )
...
Alerting: Move general alert rule validation to model
2023-11-17 11:20:50 -05:00
Fabrizio
f3b23611c5
Tempo: Allow !~
in Search tab ( #78315 )
2023-11-17 17:10:28 +01:00
Karl Persson
a929e3f2cf
Auth: Remove unused function ( #78332 )
...
Remove unused function
2023-11-17 17:07:39 +01:00
Andres Martinez Gotor
fa2c044522
Chore: Update go.mod ( #78340 )
2023-11-17 16:42:17 +01:00
David Harris
e1862f82c9
Update angular-plugins.md ( #78341 )
...
removes:
- humio - deprecated and removed from catalog
- shoreline - updated to react
2023-11-17 15:34:59 +00:00
Timur Olzhabayev
98cc57b00b
Correcting availability of hashicorp vault integration ( #78321 )
...
Correcting availability
2023-11-17 16:20:28 +01:00
Karl Persson
140b5b4a61
AuthN: Add debug logs and check error during oauth token sync ( #78323 )
...
Add some debug logs and handle error
2023-11-17 16:03:25 +01:00
Giuseppe Guerra
027a157898
Plugins: Allow disabling "skip host environment variables" per-plugin ( #78266 )
...
* Plugins: Allow disabling skipping host environment variables per-plugin
* Renamed SkipEnvVarsDecorateFunc to SkipHostEnvVarsDecorateFunc
* PR review feedback
* fix tests
2023-11-17 16:12:05 +02:00
Will Browne
ddb7406caa
Plugins: Add running method to interface ( #78326 )
...
* add running to interface
* add context
2023-11-17 13:52:31 +01:00
Tania
a9208f623a
Nested Folders: Refactor query for getting folders ( #78286 )
...
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2023-11-17 13:09:30 +01:00
Alex Khomenko
2976f0ebe6
Admin: Fix Stack direction ( #78320 )
2023-11-17 14:08:41 +02:00
Mihai Doarna
9da9bbf907
Add swagger code for the removeProviderSettings API method ( #78270 )
...
* add swagger code for the remove provider SSO settings API method
* replace fine grained with role based
* address feedback
2023-11-17 14:07:26 +02:00
Domas
6edc86a7ed
Chore: Add app o11y viz as code owners for sparkline related stuff ( #78310 )
...
* add app o11y viz as code owners for sparkline related stuff
* run gencue
2023-11-17 14:02:52 +02:00
Laura Fernández
aae702c237
RadioButtonGroup: Add missing disabled
and disabledOptions
on its story ( #78318 )
2023-11-17 12:57:44 +01:00
Esteban Beltran
5a2127c221
Sandbox: Fix configuration key for sandbox exceptions ( #78317 )
...
* Sandbox: Disable incident app inside the sandbox code
* Fix wrong key for default config and config key
* Rllback file
2023-11-17 12:35:09 +02:00
Ashley Harrison
7404ed66f6
Chore: Remove navAdminSubsections
toggle ( #78179 )
...
* remove navAdminSubsections toggle
* missed one!
2023-11-17 10:04:34 +00:00
Ieva
2a5547e1b5
Annotations: Update annotation scope resolver to resolve annotation scopes to dash and folder scopes ( #78222 )
...
* update annotation scope resolver to resolve dashboard annotation scopes to dash and folder scopes
* Update annotations.go
remove unwanted changes
* remove unwanted change
* use switch statement
2023-11-17 11:57:25 +02:00
Gabriel MABILLE
36fd9040af
Chore: Fix flaky test ( #78309 )
...
* Chore: Fix flaky test
* Found another one
2023-11-17 11:38:57 +02:00