Leon Sorokin
1b24b24fd2
Heatmap: Handle bounds <= 0 with sparse/native histograms
2024-11-14 13:36:08 -06:00
owensmallwood
9240cf1930
Unified storage Indexer: Add kind to hardcoded resource types ( #96149 )
...
* add kind to hardcoded resource types for indexer
* call ListOptions in Watch
* Use GaugeVec instead of CounterVec
* index folders before dashboards
2024-11-14 14:28:52 -05:00
Matthew Jacobson
64c93217ff
Alerting: Fix incorrect 500 code on missing alert rule dashboardUID / panelID ( #96491 )
2024-11-14 21:24:48 +02:00
renovate[bot]
97347a1f94
Update dependency @eslint/compat to v1.2.3 ( #96487 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 17:59:56 +00:00
renovate[bot]
4f095bcd65
Update dependency @grafana/faro-web-sdk to v1.12.0 ( #96485 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 17:02:42 +00:00
Ieva
d5cbb9fdc4
GAS: Document group attribute sync roles and permissions ( #96087 )
...
document GAS roles and permissions
2024-11-14 16:37:57 +00:00
Leon Sorokin
39fe0b29ff
XYChart: Remove old implementation ( #96416 )
2024-11-14 10:36:18 -06:00
renovate[bot]
c6f85579db
Update dependency @grafana/plugin-e2e to v1.12.1 ( #96476 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 16:33:48 +00:00
Andrej Ocenas
19844c4ba8
Sidecar: Route handling rework ( #96337 )
2024-11-14 17:28:12 +01:00
Kevin Minehart
54cc666aa0
Alerting: Add useReturnTo hook to safely handle returnTo parameter ( #96474 )
...
Add useReturnTo hook to safely handle returnTo parameter
Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com >
2024-11-14 18:08:58 +02:00
renovate[bot]
8375fcd350
Update scenes to v5.25.0 ( #96463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 16:05:18 +00:00
Jacob Valdez
28ad9684e9
Docs/adding information on using variable expansion and env variable for TLS certs when provisioning data sources ( #96400 )
...
Docs/adding information on using variable expansion and env variables for TLS certs when provisioning data sources
2024-11-14 17:32:42 +02:00
Isabel Matwawana
af31ae0593
Docs: Add canvas custom images and icon guidance ( #91806 )
...
Co-authored-by: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com >
2024-11-14 17:25:18 +02:00
dependabot[bot]
0b84d8afe7
Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 ( #95807 )
...
* Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix make workspace update
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jo <me@jguer.space >
2024-11-14 17:06:12 +02:00
renovate[bot]
a983e8254c
Update dependency @grafana/faro-web-sdk to v1.12.0 ( #96462 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 16:59:14 +02:00
renovate[bot]
0e4bfefd37
Update dependency @grafana/faro-core to v1.12.0 ( #96461 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 16:40:05 +02:00
Joao Silva
b23fdd63a6
New Select: Fix not being able to click around the caret ( #96026 )
2024-11-14 14:24:26 +00:00
Joao Silva
b820fc0111
Bookmarks: Lazy loading page ( #96455 )
2024-11-14 14:24:03 +00:00
grafana-pr-automation[bot]
09fa80a7cb
I18n: Download translations from Crowdin ( #96460 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-14 16:20:18 +02:00
colin-stuart
6abe99efd6
Auth: Passwordless Login Option Using Magic Links ( #95436 )
...
* initial passwordless client
* passwordless login page
* Working basic e2e flow
* Add todo comments
* Improve the passwordless login flow
* improved passwordless login, backend for passwordless signup
* add expiration to emails
* update email templates & render username & name fields on signup
* improve email templates
* change login page text while awaiting passwordless code
* fix merge conflicts
* use claims.TypeUser
* add initial passwordless tests
* better error messages
* simplified error name
* remove completed TODOs
* linting & minor test improvements & rename passwordless routes
* more linting fixes
* move code generation to its own func, use locationService to get query params
* fix ampersand in email templates & use passwordless api routes in LoginCtrl
* txt emails more closely match html email copy
* move passwordless auth behind experimental feature toggle
* fix PasswordlessLogin property failing typecheck
* make update-workspace
* user correct placeholder
* Update emails/templates/passwordless_verify_existing_user.txt
Co-authored-by: Dan Cech <dcech@grafana.com >
* Update emails/templates/passwordless_verify_existing_user.mjml
Co-authored-by: Dan Cech <dcech@grafana.com >
* Update emails/templates/passwordless_verify_new_user.txt
Co-authored-by: Dan Cech <dcech@grafana.com >
* Update emails/templates/passwordless_verify_new_user.txt
Co-authored-by: Dan Cech <dcech@grafana.com >
* Update emails/templates/passwordless_verify_new_user.mjml
Co-authored-by: Dan Cech <dcech@grafana.com >
* use & in email templates
* Update emails/templates/passwordless_verify_existing_user.txt
Co-authored-by: Dan Cech <dcech@grafana.com >
* remove IP address validation
* struct for passwordless settings
* revert go.work.sum changes
* mock locationService.getSearch in failing test
---------
Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com >
Co-authored-by: Dan Cech <dcech@grafana.com >
2024-11-14 08:50:55 -05:00
renovate[bot]
c865958292
Update dependency sass to v1.80.7 ( #96459 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 15:43:26 +02:00
Ezequiel Victorero
dd3bbbe317
Docs: Add allow list email domain configuration ( #95882 )
2024-11-14 10:32:01 -03:00
grafana-pr-automation[bot]
ba3a0d897b
I18n: Download translations from Crowdin ( #96440 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-14 13:28:09 +00:00
renovate[bot]
6300591c6b
Update dependency rollup to v4.26.0 ( #96456 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 15:25:22 +02:00
dependabot[bot]
093f99ad75
Chore(deps): Bump http-proxy-middleware from 2.0.4 to 2.0.7 ( #95682 )
...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware ) from 2.0.4 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases )
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md )
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.4...v2.0.7 )
---
updated-dependencies:
- dependency-name: http-proxy-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-14 14:22:02 +01:00
renovate[bot]
144c1b0c9d
Update dependency react-dropzone to v14.3.5 ( #96453 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 12:44:01 +00:00
Andres Martinez Gotor
e886079d4c
Enable preinstallAutoUpdate by default ( #96446 )
2024-11-14 13:37:21 +01:00
Andres Martinez Gotor
369d0a6aca
Preinstall: Allow to extend default list ( #96402 )
2024-11-14 13:36:57 +01:00
renovate[bot]
4051df1f6c
Update dependency react-calendar to v5.1.0 ( #96449 )
...
* Update dependency react-calendar to v5.1.0
* use properly exported CalendarType
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2024-11-14 14:30:52 +02:00
Laura Fernández
6a8755a8af
New Select: decrease item height ( #95952 )
2024-11-14 13:24:02 +01:00
renovate[bot]
c8aaefd54a
Update dependency rc-tree to v5.10.1 ( #96445 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 12:11:54 +00:00
Ashley Harrison
192423956b
GrafanaUI: Mark ScrollContainer as stable and deprecate CustomScrollbar ( #96331 )
...
* deprecate CustomScrollbar, promote ScrollContainer
* add documentation start
* use the properly exported ScrollContainer
* Update packages/grafana-ui/src/components/ScrollContainer/ScrollContainer.mdx
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com >
---------
Co-authored-by: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com >
2024-11-14 12:06:21 +00:00
Alexander Akhmetov
324503ee8b
Alerting: Add simplified_notifications_section field to the alert rule metadata ( #95988 )
2024-11-14 12:55:54 +01:00
Sam Jewell
c8a5be0bb3
Set CoreServices as codeowners for SQL Expressions ( #96342 )
...
* Set CoreServices as codeowners for SQL Expressions
* Set CoreServices as CodeOwners for ALL SSEs
Don't limit to SQL Expressions alone, but take all of the
Server Side Expressions
2024-11-14 11:54:26 +00:00
renovate[bot]
c023b441f5
Update dependency rc-cascader to v3.30.0 ( #96444 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 11:37:29 +00:00
Isabel Matwawana
1d4b336f26
Docs: update docs for singleTopNav ( #95663 )
...
* updated kiosk behaviour
* Removed TV mode and updated Normal mode
* Updated kiosk mode and other small edits
* Removed dashboard controls from playlist controls section and reformatted
* Added playlist controls behaviour in kiosk mode
* Updated Use dashboards image and descriptions
2024-11-14 11:28:41 +00:00
renovate[bot]
bd0ee50e7c
Update dependency msw to v2.6.4 ( #96436 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 10:55:17 +00:00
renovate[bot]
64047be78c
Update dependency knip to v5.37.0 ( #96435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 10:54:34 +00:00
brendamuir
14d868a791
Alerting docs: adds cloud alert rule limits ( #96441 )
2024-11-14 11:34:46 +01:00
Tobias Skarhed
a8ab82c80f
Combobox: Documentation ( #96307 )
...
* Initial Combobobox docs
* Add test docs
* Add docs to props
* Add ComboboxOption docs
* Apply suggestions from code review
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
---------
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2024-11-14 11:01:43 +01:00
Tom Ratcliffe
7a414a04a0
Alerting: Fix permissions for timeintervals UI and improve display of contact points in notification policies ( #96129 )
...
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2024-11-14 09:55:15 +00:00
Misi
9233ad6462
Docs: Update GitLab, GitHub, Okta, Generic OAuth docs ( #96386 )
...
* GitHub docs changes
* Bunch of updates
* More updates
2024-11-14 10:47:25 +01:00
renovate[bot]
98caf47b22
Update dependency eslint-plugin-testing-library to v6.4.0 ( #96391 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 11:16:43 +02:00
renovate[bot]
1911256fbb
Update dependency i18next to v23.16.5 ( #96392 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-14 11:15:15 +02:00
Karl Persson
5115247818
Zanana: Fix list test ( #96401 )
...
Fix: List operation are not guaranteed to respond in a certain order
2024-11-14 10:13:59 +01:00
Timur Olzhabayev
c5320e2ae7
Docs: fixing angular migration link ( #96431 )
...
fixing docs link
2024-11-14 09:00:04 +00:00
Brendan O'Handley
ad3fc95755
Revert "Prometheus: Check both error and http status for source of error " ( #96396 )
2024-11-14 04:19:30 +02:00
Leon Sorokin
7038bbe318
Matchers: Require explicit regexp syntax in byRefId matcher ( #96358 )
2024-11-13 14:57:17 -06:00
Tom Ratcliffe
bfecce320a
Alerting: Fix some templates RBAC UI action control/checks ( #94898 )
2024-11-13 17:14:15 +00:00
Santiago
9e408f842c
Alerting: Skip sanitizing labels when sending alerts to the remote Alertmanager ( #96251 )
...
* Alerting: Skip sanitizing labels when sending alerts to the remote Alertmanager
* fix drone image name
2024-11-13 11:21:44 -03:00
Isabel Matwawana
30b9f3e22a
Docs: Add auth entries to what's new 11.2 ( #96353 )
2024-11-13 09:14:27 -05:00
Roberto Jiménez Sánchez
7bfaf2a7bf
[Cloud Migrations] Fix panic in unit tests ( #96389 )
...
* Fix panic in unit test
* Reset mock to new one between tests
2024-11-13 16:06:32 +02:00
Carl Bergquist
16330e4113
Loki: Adds a suggestions resource call that inject scopes for finding label/labelvalues ( #96025 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
2024-11-13 14:36:12 +01:00
Victor Marin
19c04168c3
Fix dashboards listing table appearing distorted ( #96371 )
...
* fix CSS
* approx height calc to account for header div
2024-11-13 15:30:29 +02:00
renovate[bot]
7ecdad5a2d
Update dependency eslint-plugin-no-barrel-files to v1.2.0 ( #96387 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 13:28:18 +00:00
renovate[bot]
20fa35f931
Update dependency eslint-plugin-jsdoc to v50.5.0 ( #96385 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 15:26:28 +02:00
Vardan Torosyan
82fdd4f03f
Docs: Clean up basic auth, anonymous access and main pages for auth configuration ( #96259 )
...
* Docs: Clean up basic auth, anonymous access and main pages for auth configuration
* Fix the typo
* Prettier should fix this
* fix minor typo
* Update docs/sources/setup-grafana/configure-security/configure-authentication/_index.md
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
---------
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
2024-11-13 14:25:37 +01:00
renovate[bot]
85caabf8e4
Update dependency eslint-plugin-jest to v28.9.0 ( #96383 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 13:02:12 +00:00
renovate[bot]
ed707098e1
Update dependency eslint to v9.14.0 ( #96382 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 13:01:43 +00:00
Leon Sorokin
0459a1eb80
BarChart: Fix decimals=0 config ( #96354 )
2024-11-13 06:43:16 -06:00
Ryan McKinley
d9b87ef987
Storage: Add authz access client stubs ( #95548 )
...
authz stubs
authz stubs
lint fix
Add folder
move check.Name on creat
fix watch
2024-11-13 13:17:15 +01:00
renovate[bot]
1129647039
Update dependency dompurify to v3.2.0 ( #96380 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 11:56:07 +00:00
renovate[bot]
6db8aa2d40
Update dependency core-js to v3.39.0 ( #96379 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 11:55:19 +00:00
Misi
092b2ef5d2
Docs: Improve Google OAuth docs ( #96377 )
...
* Add Configuration options to the bottom, align the setup with Cloud docs
* Fixes, format changes
* Update docs/sources/setup-grafana/configure-security/configure-authentication/google/index.md
Co-authored-by: xavi <114113189+volcanonoodle@users.noreply.github.com >
* fix
---------
Co-authored-by: xavi <114113189+volcanonoodle@users.noreply.github.com >
2024-11-13 11:38:43 +00:00
Matheus Macabu
29ee90bc26
CloudMigrations: add parent folder name to alert rule resource ( #96366 )
2024-11-13 12:20:56 +01:00
Dana Axinte
924b0d0863
CloudMigration: Add user uid to on prem event collection ( #94804 )
...
* add useruid to report events
* test
2024-11-13 11:07:00 +00:00
renovate[bot]
3e9033c3bc
Update dependency @testing-library/jest-dom to v6.6.3 ( #96374 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 11:04:40 +00:00
renovate[bot]
94762d1e10
Update dependency @stylistic/eslint-plugin-ts to v2.10.1 ( #96373 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 11:04:15 +00:00
Gilles De Mey
f0c57622f8
Alerting: useProduceNewAlertmanagerConfiguration for notification templates ( #95290 )
2024-11-13 11:46:10 +01:00
renovate[bot]
33b4c71cb2
Update dependency @reduxjs/toolkit to v2.3.0 ( #96370 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 10:18:43 +00:00
Misi
f5bd4d078b
Docs: Extend SAML docs (improvements, assertion mapping) ( #96367 )
...
* Move the configuration options to the bottom and extend it
* Improve assertion mapping docs for Okta
* fix typo
* Update index.md
---------
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2024-11-13 11:18:27 +01:00
renovate[bot]
483a6c7fe2
Update dependency @grafana/plugin-e2e to v1.12.0 ( #96368 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 10:17:51 +00:00
Tom Ratcliffe
c28c8f920f
Alerting: Increase timeout and add retry to flaky EditContactPoint test ( #96372 )
2024-11-13 12:13:33 +02:00
Andres Martinez Gotor
8eff84661a
Plugin history: Hide downgrade or upgrade buttons for preinstalled plugins ( #96332 )
2024-11-13 12:08:21 +02:00
renovate[bot]
aacce9e5f7
Update dependency @grafana/faro-web-tracing to v1.11.0 ( #96341 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 09:40:14 +00:00
renovate[bot]
ba836dec63
Update dependency @formatjs/intl-durationformat to ^0.6.0 ( #96340 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 09:39:54 +00:00
Misi
275ee55e8f
Auth: Extend the SAMLStrategy with entity_id ( #96234 )
...
Add the ability to specify EntityID
2024-11-13 10:36:46 +01:00
Esteban Beltran
acf57aa556
Frontend Sandbox: Do not consider internal plugins as elegible ( #96325 )
2024-11-13 10:28:19 +02:00
Jacob Valdez
f83f7332a1
Docs/removing outdated versioning info in OSS data source docs ( #96351 )
...
docs/removing outdated versioning info in oss data source docs
2024-11-12 14:55:05 -06:00
lean.dev
750a0bed71
MigrationAssistant: Restrict dashboards, folders and datasources by the org id of the signed in user ( #96339 )
...
apply security patch: main/206-202410241510.patch
2024-11-12 13:03:16 -06:00
Kristina
9f02acd4ca
Transformations: Window calculation should use 0 if value in window does not exist ( #95625 )
...
* Use 0 for window functions if value does not exist
* Simplify logic, add test
* Fix tests, have first value count as 0 if null as well
* evaluate entire array instead of individual values
* Adjust logic, move prior results back
2024-11-12 12:50:38 -06:00
Matias Chomicki
68db1c6e68
Legacy annotations: add dataplane support ( #96226 )
2024-11-12 18:44:06 +00:00
Alexander Akhmetov
580d073b96
Alerting: Add context to the logger in state manager Warm ( #96228 )
2024-11-12 19:41:05 +01:00
Ieva
d4d9d56e9d
GAS: Add docs for group attribute sync ( #96090 )
...
* add docs describing what GAS is and how it can be configured
* Update configure-group-attribute-sync.md
* Update configure-group-attribute-sync.md
---------
Co-authored-by: Aaron Godin <aaron.godin@grafana.com >
2024-11-12 18:05:46 +00:00
Matias Chomicki
01d2376782
Shard query splitting: stop querying on failure ( #96284 )
...
Shard query splitting: stop querying on final errors
2024-11-12 11:46:25 -06:00
Ryan McKinley
e9956f2345
Storage: Always set a UID in the apiserver ( #96086 )
2024-11-12 18:58:32 +02:00
Roberto Jiménez Sánchez
7f99e943a6
Do not use the span recorder in test ( #96324 )
2024-11-12 17:55:53 +01:00
Joao Silva
6414bcb6aa
Combobox: Increase min height of the menu ( #96327 )
2024-11-12 16:39:49 +00:00
Alex Khomenko
1fcc0a8454
Alerting: Remove history patches ( #95407 )
2024-11-12 17:24:51 +01:00
renovate[bot]
29bcf7dbe9
Update babel monorepo to v7.26.0 ( #96333 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 18:23:05 +02:00
renovate[bot]
e1533ff39b
Update dependency @faker-js/faker to v9.2.0 ( #96334 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 18:21:48 +02:00
Sven Grossmann
1c25d2ac2b
Explore Metrics: Hide errors when fetching loki rules ( #96328 )
2024-11-12 18:17:08 +02:00
ismail simsek
7b3364cbc9
Chore: Rename the sorting option in explore metrics ( #96160 )
...
rename the option
2024-11-12 11:15:32 -05:00
grafana-delivery-bot[bot]
eaa6ba81cf
Release: update changelog for 11.3.0+security-01 ( #96294 )
...
* Update changelog
* add relevant CVE fix to the changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sergej-Vlasov <sergej.s.vlasov@gmail.com >
2024-11-12 16:11:34 +00:00
grafana-delivery-bot[bot]
9e1812dc3e
Release: update changelog for 11.2.3+security-01 ( #96264 )
...
* Update changelog
* add relevant CVE fix to changelog
* remove irrelevant changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sergej-Vlasov <sergej.s.vlasov@gmail.com >
2024-11-12 16:01:22 +00:00
Ashley Harrison
1e001451bd
ScrollContainer: Replace CustomScrollbar usage ( #96229 )
...
* replace CustomScrollbar
* use ScrollContainer in RolePickerMenu and PanelDataPane
2024-11-12 15:43:04 +00:00
renovate[bot]
108d611205
Update dependency sass-loader to v16.0.3 ( #96322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 15:34:09 +00:00
renovate[bot]
ec32f47db3
Update dependency rudder-sdk-js to v2.48.26 ( #96321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 15:32:26 +00:00
Alyssa (Bull) Joyner
2e687a1090
Azure Monitor: Fix JSON parsing error ( #96004 )
2024-11-12 08:07:43 -07:00
Piotr Jamróz
3a6858cf26
Frontend o11y: Report browser crashes to Faro ( #95772 )
...
* Report browser crashes to Faro
* Fix linting
* Change context log context prefix
* Update types
* Update crash detection library to report stale tabs
* Post merge fixes
2024-11-12 16:07:27 +01:00
Señor Performo - Leandro Melendez
6e7de36a67
docs: Fixed title wording from bar gauge to canvas ( #96312 )
2024-11-12 09:51:57 -05:00
Karl Persson
ae95a6158f
Zanana: Remove opefga from client and implement compile ( #96275 )
...
Zanana: Remove opefga from client and implement Compile
2024-11-12 15:30:34 +01:00
renovate[bot]
095be20f8e
Update dependency react-select to v5.8.3 ( #96302 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 14:30:09 +00:00
renovate[bot]
f3a3ce7691
Update dependency react-hook-form to v7.53.2 ( #96301 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 14:27:15 +00:00
Georges Chaudy
f4e91da6b1
Unistore: fix fodler migration ( #96299 )
...
configure default migration for resource folder
2024-11-12 16:06:42 +02:00
Isabella Siu
749f59b3e3
Elasticsearch: Mark elasticsearch errors as downstream ( #96152 )
...
Elasticsearch: mark elasticsearch errors as downstream
2024-11-12 08:46:31 -05:00
renovate[bot]
9df0f8a98d
Update dependency re-resizable to v6.10.1 ( #96293 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 13:41:32 +00:00
renovate[bot]
70b7453f78
Update dependency postcss to v8.4.49 ( #96292 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 13:40:16 +00:00
Kristina
06f2f62223
Annotations: Hide edit/delete if annotations are from loki ( #96141 )
...
add in logic to hide edit/delete on annotations from loki
2024-11-12 07:38:33 -06:00
renovate[bot]
ed623f52db
Update dependency nanoid to v5.0.8 ( #96285 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 13:17:34 +00:00
renovate[bot]
d07977d366
Update dependency browserslist to v4.24.2 ( #96276 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 13:16:52 +00:00
Ashley Harrison
265342fbae
Combobox: only render ScrollContainer when menu is open ( #96271 )
...
only render ScrollContainer when menu is open
2024-11-12 13:15:22 +00:00
Ieva
69a38c634c
RBAC: Enable action sets by default ( #96286 )
...
enable action sets by default
2024-11-12 12:39:51 +00:00
Josh Hunt
b9beb14da0
Revert "Update dependency lerna to v8.1.9" ( #96279 )
...
* Revert "Update dependency lerna to v8.1.9 (#96239 )"
This reverts commit 3b7c793c37 .
* pause updating lerna with renovate
2024-11-12 12:16:35 +00:00
Andres Martinez Gotor
c3494614e3
PoC: Define userstorage API ( #95557 )
2024-11-12 12:56:41 +01:00
Georges Chaudy
c3571752b6
Unitstore: Fix the Folder migration ( #96078 )
...
* UniStore: Add folder to the SQL backend
This reverts commit aaa4f4a23e .
* fix folder migration
2024-11-12 12:52:04 +01:00
renovate[bot]
7f675cd218
Update dependency mini-css-extract-plugin to v2.9.2 ( #96280 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 11:48:58 +00:00
renovate[bot]
be7a1d8805
Update dependency marked-mangle to v1.1.10 ( #96278 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 11:25:17 +00:00
Eric Leijonmarck
6fa06a1406
Serviceaccounts: FIX nul for field for toString ( #96267 )
...
Switch to uid for profilerow
2024-11-12 11:10:37 +00:00
Torkel Ödegaard
8a1bbe7517
PanelEdit: Fixes issue with repeat options ( #96260 )
2024-11-12 12:01:08 +01:00
renovate[bot]
7090fd5b34
Update dependency @tanstack/react-virtual to v3.10.9 ( #96266 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 11:00:55 +00:00
Karl Persson
db6422c8a3
Zanzana: Use correct namespace when evaluating permission ( #96258 )
...
Use correct namespace
2024-11-12 11:52:29 +01:00
renovate[bot]
7812cb83e9
Update dependency eslint-plugin-jsdoc to v50.4.3 ( #96238 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 10:46:13 +00:00
brendamuir
35572c9731
Alerting docs: adds prereqs to configure data source ( #96272 )
...
* Alerting docs: adds prereqs to configure data source
* fixes numbering
2024-11-12 11:44:42 +01:00
Younjin Song
44d206c272
Azure: Unify credentials in frontend ( #95354 )
...
* init
* fix lint
* fix lint
* lint
* update version
* fix
2024-11-12 10:36:48 +00:00
Sonia Aguilar
2f58311eea
Alerting: Fix setting datasource uid, when datasource is string in old version ( #96085 )
...
fix setting datasource uid, when datasource is string in old versions rules
2024-11-12 11:35:01 +01:00
Roberto Jiménez Sánchez
fde9ddfc8c
[Cloud Migration] Skip flaky cloud migration unit test ( #96256 )
...
Skip Flaky Cloud Migration test
2024-11-12 11:08:35 +01:00
Misi
a2c998ba1d
Docs: Azure AD/ Entra ID docs improvements ( #96225 )
...
* Add Configuration options to Azure/Entra docs
* Update docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md
Co-authored-by: Vardan Torosyan <vardants@gmail.com >
* Address feedback
* Address other feedback
* Fix link
---------
Co-authored-by: Vardan Torosyan <vardants@gmail.com >
2024-11-12 11:04:39 +01:00
renovate[bot]
3b7c793c37
Update dependency lerna to v8.1.9 ( #96239 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 10:02:29 +00:00
Jara Suárez de Puga García
b14d58a890
Update images-in-notifications for Alerting ( #95765 )
...
* Update images-in-notifications for Alerting
* Review I
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Clarify it's only on Emails
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com >
2024-11-12 10:34:36 +01:00
Gabriel MABILLE
cc9cdbe82d
Authz: Move extension proto up a layer ( #96254 )
...
* Authz: Move extension proto up a layer
* Lint
2024-11-12 10:19:12 +01:00
MAFLO321
ab813cb601
Postgresql: Support tables from non-default schema ( #95636 )
...
* Postgresql: Support tables from non-default schema
- Add support for schema-qualified table names.
- Partially resolve an issue where the column type of a table from the
wrong schema with the same table name was incorrectly used. Now
limited to tables of schemas within the search_path.
* Support schema in raw query editor
---------
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2024-11-12 09:18:29 +00:00
Karl Persson
8d74296b6c
Authn: Always set namespace ( #96230 )
...
* Rename from AllowedKubernetesNamespace to Namespace
* Use a sync hook to always set namespace for Identity.
* format
* Don't set uid when authenticating as user
2024-11-12 10:12:47 +01:00
Vardan Torosyan
7eb4b974e0
Docs: Better explanation for enabling lookup and a small fix on okta role mapping ( #96232 )
...
* Docs: Better explanation for enabling lookup and a small fix on okta role mapping
* Run prettier
2024-11-12 09:44:49 +01:00
Agnès Toulet
d2aca99d38
Public Dashboard: Support relative time range in panels when time picker is disabled ( #96076 )
...
Public Dashboard: Support relative time range in panels
2024-11-12 09:21:13 +01:00
Erik Sundell
4c0dde6f2f
Plugin Extensions: Streamline log messages ( #95943 )
...
* streamline log messages
* cleanup
* fix tests
* only log errors to the console
* more cleanup again
* cleanup
* Update public/app/features/plugins/extensions/errors.ts
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com >
* pr feedback
* remove white space
* Update public/app/features/plugins/extensions/registry/ExposedComponentsRegistry.ts
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com >
* revert touched file
* revert touched file
* fix tests
---------
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com >
2024-11-12 08:55:04 +01:00
Roberto Jiménez Sánchez
477326b9c3
[CloudMigrations] Fetch cloud migration status asynchronously ( #96084 )
...
* Single go-routine without touching too many lines.
* Fix unit tests
* Use require for Eventually
* Use a 10 second internal to poll for new results.
2024-11-11 19:26:30 +01:00
Adela Almasan
754351273b
Actions: Fix interpolation ( #96161 )
2024-11-11 11:08:15 -06:00
Eric Leijonmarck
4f24a91484
LBAC for datasources: FIX adds missing uid in endpoint url ( #96241 )
...
FIX: adds missing uid in endpoint ulrl
2024-11-11 17:06:07 +00:00
Ieva
c8f3173f2c
GAS: Set group attribute sync to private preview ( #96146 )
...
set GAS to private preview
2024-11-11 16:25:17 +00:00
Ieva
fa498e4836
GAS: Add HTTP API docs for group attribute sync ( #96088 )
...
add HTTP API docs for GAS
2024-11-11 16:24:26 +00:00
renovate[bot]
de6a37e1c5
Update dependency comlink to v4.4.2 ( #96231 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 16:17:03 +00:00
renovate[bot]
2799e5aa75
Update dependency @types/lodash to v4.17.13 ( #96159 )
...
* Update dependency @types/lodash to v4.17.13
* fix types
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2024-11-11 18:16:20 +02:00
Alexander Zobnin
b1fb581ab1
Zanzana: Evaluate access with Check request (server-side) ( #96213 )
...
* Zanzana: Evaluate access with Check request (server-side)
* Pass parent folder for checking access
* Review suggestions
* remove fixme comment
2024-11-11 16:39:21 +01:00
renovate[bot]
27a0491f30
Update dependency @swc/helpers to v0.5.15 ( #96224 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 15:11:53 +00:00
Will Browne
6bd1865749
Plugins: Fix flaky reverse proxy response tests ( #96051 )
...
tidy
2024-11-11 14:35:42 +00:00
Josh Hunt
e8241636b8
Combobox: Improve async UX ( #96054 )
...
* Refactor basic usage with stateReducer
This is a combination of 3 commits.
This is the 1st commit message:
more wip
This is the commit message #2 :
even more wip
This is the commit message #3 :
got basic usage working well with stateReducer
remove unrelated change
todo tests
* fix behaviour for async
* clean up dev stuff
* story
* Fix options being cleared for non-async combobox
* Fill out tests!
* put story back
* clean up metriccombobox test
* show selected value as placeholder while menu is open
* properly fallback placeholder to the prop
2024-11-11 16:35:37 +02:00
renovate[bot]
3a242d8274
Update dependency @grafana/azure-sdk to v0.0.5 ( #96220 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 14:19:57 +00:00
Misi
1dcce86cce
Docs: Update Okta docs ( #96216 )
...
* Update Okta docs
* fix typo
* fix typo
---------
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2024-11-11 14:49:18 +01:00
renovate[bot]
b9f8e66806
Update dependency @rollup/plugin-typescript to v12.1.1 ( #96210 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 13:45:39 +00:00
Tom Ratcliffe
cbe8b8a290
Alerting: Lint and remove unused object properties ( #92996 )
2024-11-11 13:02:46 +00:00
brendamuir
ca04cf780b
Alerting docs: fixes broken oncall link ( #96215 )
2024-11-11 14:00:30 +01:00
Karl Persson
9f66843915
Zanzana: use namespace when performing reconciliation ( #96205 )
...
* Special handling for zanzana reconciliation if stack id is configured
* remove sync call
2024-11-11 13:48:49 +01:00
brendamuir
19bed65d9b
Alerting docs: updates to landing page ( #96200 )
...
* Alerting docs: updates to landing page
* Update docs/sources/alerting/_index.md
Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com >
---------
Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com >
2024-11-11 13:39:02 +01:00
Josh Hunt
436f8db3e3
AutoSizeInput: Fix controlled value being ignored when it's empty string ( #96212 )
2024-11-11 12:35:30 +00:00
Laura Fernández
a459f648b5
Combobox: Add default border-radius to the menu/dropdown ( #96208 )
2024-11-11 13:27:54 +01:00
Ivana Huckova
e5519161f2
Zipkin: Run resource calls through backend with feature toggle enabled ( #96139 )
...
* Zipkin: Run resource calls througgh backend with feature toggle enabled
* Update
* Don't return early in createZipkinURL and add tests
* Update pkg/tsdb/zipkin/client.go
Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com >
* Update pkg/tsdb/zipkin/client.go
Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com >
* Update pkg/tsdb/zipkin/client.go
Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com >
* Update pkg/tsdb/zipkin/client_test.go
Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com >
* Update pkg/tsdb/zipkin/client_test.go
Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com >
* Update pkg/tsdb/zipkin/client_test.go
Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com >
* Update pkg/tsdb/zipkin/client_test.go
Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com >
* Fix lint
* Fix tests
---------
Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com >
2024-11-11 13:04:22 +01:00
Carl Bergquist
c7b6822a5e
Loki: Apply scopes to expression if feature toggle is enabled. ( #95917 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
Co-authored-by: Kyle Brandt <kyle@grafana.com >
2024-11-11 12:53:24 +01:00
Erik Sundell
8148f0c3bb
Plugin extensions: Make description optional ( #95555 )
...
make description optional
2024-11-11 12:22:57 +01:00
grafana-pr-automation[bot]
5bce96e8e7
I18n: Download translations from Crowdin ( #96142 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-11 13:19:50 +02:00
jackyin
3012d4c043
Flame Graph: Fix crash when it receives empty data ( #95604 )
...
flame graph crash
2024-11-11 11:09:11 +00:00
renovate[bot]
c7aef6a375
Update dependency @grafana/plugin-e2e to v1.11.3 ( #96204 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 11:05:45 +00:00
Tobias Skarhed
4f433ada14
Combobox: Fix stories ( #96206 )
...
Spread args onto component in stories
2024-11-11 12:02:58 +01:00
Pepe Cano
7112a79b35
Alerting UI: Update help button and descriptions for recording rules ( #96047 )
...
* Hide `Instances` field in RuleDetails view for recording rules
* Alerting UI: add `helpLink` to Recording Rules docs
* Make the Metric input placeholder more explicit for recording rules
2024-11-11 11:59:53 +01:00
Pepe Cano
154a2e0d06
Alerting docs: Move Meta monitoring to Additional configuration section ( #96150 )
2024-11-11 11:08:12 +01:00
Leonor Oliveira
a1de4cc5fc
Allow downgrade from any mode to mode 1 or 2. Allow setting all dual writer combinations ( #95968 )
...
* Allow downgrade from any mode to mode 1 or 2
* Allow for all combinations of dual writer setting
* Add all cases
* Include mode3
2024-11-11 10:52:36 +01:00
Ashley Harrison
ee7f521c08
ScrollContainer: Use ScrollContainer in some dashboard components ( #95668 )
...
* use ScrollContainer in some dashboard components
* remove unnecessary wrapper
* remove unnecessary minHeight
2024-11-11 09:50:35 +00:00
renovate[bot]
c04236b60d
Update dependency @floating-ui/react to v0.26.27 ( #96158 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 09:43:56 +00:00
Jack Westbrook
787f3b8d6c
Webpack: Set eslint plugin config to flat to prevent cli errors ( #96199 )
...
fix(webpack): set eslint plugin config to flat to prevent cli errors
2024-11-11 10:23:24 +02:00
Elliot Kirk
e22deeac04
Frontend Monitoring: adding ignoreUrls param to EchoSrvTransport ( #95801 )
...
* adding ignoreUrls param to EchoSrvTransport
* adding test for ignore urls
* linting
* cleaning up
* adding a new error message to the list of ignored errors
2024-11-11 09:15:24 +01:00
Ryan McKinley
c0de407fee
K8s/Dashboards: Delegate large objects to blob store ( #94943 )
2024-11-09 08:09:46 +03:00
renovate[bot]
b1c5aa0929
Update dependency @prometheus-io/lezer-promql to v0.55.1 ( #95272 )
...
* Update dependency @prometheus-io/lezer-promql to v0.55.1
* chore(grafana-prometheus): update type import
* fix duration resolver
* fix unit test
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com >
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
2024-11-09 01:16:51 +02:00
Ben Sully
b4644580cf
chore: bump @bsull/augurs to v0.6.0 ( #96119 )
2024-11-08 22:35:22 +00:00
renovate[bot]
66f0d97aad
Update dependency @eslint/compat to v1.2.2 ( #96156 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-08 22:32:45 +00:00
renovate[bot]
8d3faabc90
Update dependency @lezer/lr to v1.4.2 ( #87522 )
...
* Update dependency @lezer/lr to v1.4.2
* Fix: Update dependency @lezer/lr to v1.4.2 (#94818 )
* Update dependency @lezer/lr to v1.4.2
* Tempo: Update error detection shift in error lookup
Since lezer 1.3.8 the position seems to be shifted + 1
* Add back looking for errors behind the cursor
* Post-merge fixes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Fix the resolvers for loki situation
* grammar
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
2024-11-08 23:09:52 +01:00
Scott Lepper
f93fd77c9c
search: list and filter tags ( #96130 )
...
search: list and filter tags on the dashboard list
2024-11-08 16:39:08 -05:00
Brendan O'Handley
3f81f0d145
Prometheus: Check both error and http status for source of error ( #96060 )
...
* check error for source and check http status for source
* refactor
* add source to health check status code as well
* remove error where it will be nil
2024-11-08 23:19:14 +02:00
Fayzal Ghantiwala
5a143be653
Alerting: Add pagination to /api/prometheus/grafana/api/v1/rules ( #95959 )
...
* Intermediate step before refactoring
* Sort groups to paginate on them
* Formatting and improved test
* Address comments
* Update tests
2024-11-08 16:58:14 +00:00
Ashley Harrison
2458329f4f
ScrollContainer: use in Explore pages ( #95830 )
...
use ScrollContainer in explore pages
2024-11-08 16:46:07 +00:00
Ashley Harrison
4a362d41a6
Chore: Remove/replace CustomScrollbar in alerting ( #96102 )
...
remove/replace CustomScrollbar in alerting code
2024-11-08 16:45:30 +00:00
Kristina
95692b3d68
BarChart: Fix threshold lines rendering for horizontal orientation ( #95737 )
...
* Use different threshold x/y coordinates depending on orientation
* invert wording / semantics
---------
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2024-11-08 10:43:23 -06:00
Todd Treece
7bb1b352e1
CI: Use grot for dependabot go workspace commits ( #96136 )
2024-11-08 18:26:26 +02:00
Sonia Aguilar
d92e17ee55
Alerting: Create reusable components for threshold ( #94045 )
...
* Create reusable components for threshold
* update translations
* do not use capital letters for keys in translations
2024-11-08 18:15:29 +02:00
Karl Persson
acf119a12c
Zanzana: resource sets on folder grants read on all children ( #96127 )
...
* resource sets on folder grants read on all children
* remove comment
* Add type for consistency
2024-11-08 16:53:51 +01:00
ismail simsek
40637a221e
Chore: Don't require exemplar query for instant query when "Both" query type is selected ( #96122 )
...
Don't require exemplar for instant query
2024-11-08 17:51:14 +02:00
maicon
b5e636b126
UniStore: Legacy List Folders must return all folders ( #96062 )
...
* UniStore: Legacy List Folders must return all folders
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-11-08 12:38:34 -03:00
Marc M.
9525891455
Pyroscope: Add limit number of series returned by the data source ( #95780 )
2024-11-08 17:22:29 +02:00
Sonia Aguilar
ea0a6a1f7f
Alerting: Force refetch prom rules when refreshing panel ( #96120 )
...
Force refetch prom rules when refreshing panel
2024-11-08 17:07:43 +02:00
Pepe Cano
b953190328
Alerting docs: reuse Additional configuration page for Cloud docs ( #96101 )
2024-11-08 16:03:47 +01:00
Gabriel MABILLE
bd53fa9580
LocalSigner: Remove unused dependency ( #96118 )
...
ID Token Signer: Remove unecessary deps
2024-11-08 15:46:16 +01:00
ismail simsek
c972ec9737
Explore Metrics: Persist otel experience toggle state in local storage ( #96057 )
...
persist otel experience toggle state in local storage
2024-11-08 15:39:46 +01:00
Victor Marin
d9dfa3ece3
DashboardScenes: Fix queryOptions interval not resetting on empty minInterval ( #95659 )
...
* Fix queryOptions interval not resetting on empty minInterval
* fix
* refactor + tests
2024-11-08 16:22:20 +02:00
grafana-delivery-bot[bot]
3dfbae7331
Release: update changelog for 10.4.12 ( #96108 )
...
* Update changelog
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andreas Christou <andreas.christou@grafana.com >
2024-11-08 14:12:35 +00:00
Alexander Zobnin
910ec7e7dc
Zanzana: Use separate store for each org ( #96015 )
...
* Move server init into server package
* map store name to id
* refactor model loading
* pass namespace into reconcilers and collectors
* refactor
* Extend authz server with Read and Write methods
* use new read/write in reconciler
* implement server side read and write
* Sync permissions for every org
* handle namespace in check and list
* split read and write
* provide conditions
* Fix client implementation
* fix nil conditions
* remove unused client code
* use lock for store access
* move type translators to common package
* fix folder collector
* fix store creation
* remove unused AuthorizationModelId
* fix server tests
* fix linter
2024-11-08 14:54:36 +01:00
brendamuir
86bc087257
Alerting docs: changes advanced to additional ( #96083 )
2024-11-08 13:29:10 +01:00
Eric Leijonmarck
e86283e8b1
LBAC for datasources: Adds teamUID to lbac rules for terraform resource consumption ( #96048 )
...
Add teamUID to lbac rules swagger
2024-11-08 08:53:38 +00:00
Mariell Hoversholm
741aa91e6f
docs: clarify incompatibility with unsupported databases ( #96073 )
...
* docs: clarify incompatibility with unsupported databases
* fix: missed a quote
2024-11-08 09:47:59 +01:00
Karl Persson
f0a5b444e3
Zanzana: generic resource only ( #96019 )
...
* Remove collectors
* Remove zanzana search check, we need to rewrite that part to the new schema
* Only use generic resource schema and cleanup code we don't want to keep / need to re-write
2024-11-08 09:30:41 +01:00
Adam Simpson
9b0644e5c8
chore: move DatasourceUid parsing to ruler instead ( #95972 )
...
Reverts #95629
This reverts commit 3adc7c8771 .
2024-11-07 21:48:29 -05:00
Todd Treece
0b06dca472
CI: Add Dependabot go workspace action ( #96064 )
2024-11-07 20:14:04 -05:00
Stephanie Hingtgen
4e318e6285
Revert "Chore: Enable cache on golangci linter" ( #96069 )
...
Revert "Chore: Enable cache on golangci linter (#95471 )"
This reverts commit d5cde0b60a .
2024-11-08 01:05:14 +02:00
Stephanie Hingtgen
a5bef386ad
Revert "Chore: Clean up some excludes and fix makefile" ( #96068 )
...
Revert "Chore: Clean up some excludes and fix makefile (#96052 )"
This reverts commit f2998037e5 .
2024-11-08 00:44:35 +02:00
Eric Leijonmarck
00c3c17035
Flaky tests alerting ( #96055 )
2024-11-07 21:08:51 +00:00
owensmallwood
d023cb5931
Unified Storage: Adds metric to count indexed docs by kind ( #96056 )
...
Adds metric to count indexed docs by kind
2024-11-07 16:12:13 -03:00
Fayzal Ghantiwala
1fdc48faba
Alerting: Make context deadline on AlertNG service startup configurable ( #96053 )
...
* Make alerting context deadline configurable
* Remove debug logs
* Change default timeout
* Update tests
2024-11-07 18:23:55 +00:00
Serge Zaitsev
f2998037e5
Chore: Clean up some excludes and fix makefile ( #96052 )
...
clean up some excludes and fix makefile
2024-11-07 20:05:10 +02:00
Kristina
ac88461fe6
Canvas: Fix references for ResourcePicker ( #95580 )
...
* useRef instead of create ref for functional components, pass function to close popper if needed
* Cleanup, hide on save as well
* add comment about when hidePopper is available to content
2024-11-07 11:37:49 -06:00
Serge Zaitsev
d5cde0b60a
Chore: Enable cache on golangci linter ( #95471 )
...
* try to enable cache on golangci linter
* bump version
* exclude G115
* reduce timeout
* remove deprecated linter
* bump linter version in bingo
* try a different syntax for workspace modules
* try another command
* add apps to linter path
* try disabling cue codegen
* skip some linting in devenv
* exclude dirs and try again
* try workaround for pkg
* try path instead of dir
* make it one line
* replace package prefix
* exclude xorm
* exclude wire
* file-based aproach to nolint in workspaces
* missing quote
* simplify command line
* change ownership
2024-11-07 18:15:52 +01:00
Brendan O'Handley
6638dd9a83
Revert "Prometheus: Add error source to differentiate errors for api server work" ( #96043 )
...
Revert "Prometheus: Add error source to differentiate errors for api server w…"
This reverts commit b9b5445090 .
2024-11-07 16:52:42 +00:00
Jacob Valdez
4cc204affe
Docs: clarify the description of actions_allow_post_url ( #95995 )
...
* Docs: clarify the description of actions_allow_post_url
* adding a word to clarify this extends the default behavior and doesn't replace it
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Beverly Buchanan <131809838+BeverlyJaneJ@users.noreply.github.com >
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Beverly Buchanan <131809838+BeverlyJaneJ@users.noreply.github.com >
---------
Co-authored-by: Beverly Buchanan <131809838+BeverlyJaneJ@users.noreply.github.com >
2024-11-07 09:55:49 -06:00
Ivana Huckova
4d0a7637b2
Zipkin: Run health check through backend ( #96031 )
...
* Zipkin: Run health check through backend
* Mark some errors as downstream
* Update pkg/tsdb/zipkin/zipkin.go
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com >
* Use errors.New where error formatting is not needed
* Remove executable in plugin.json
* Fix joining the path
* Keep logger as global and then create from context
* Close the res body
---------
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com >
2024-11-07 16:48:00 +01:00
ismail simsek
21ba507bcb
Revert "Prometheus: Fix escaping of quotation marks for variables" ( #96038 )
...
Revert "Prometheus: Fix escaping of quotation marks for variables (#93415 )"
This reverts commit 2bfdee73e3 .
2024-11-07 16:38:05 +01:00
Pepe Cano
ff2f612412
Alerting docs: Introduction - brief overview of notification messages. ( #95987 )
...
* Intro: simplify `Architecture`. Add a new guideline
* Define `Notification policies` as an advanced option
* Intro: include about "Notification messages"
* Minor copy changes
2024-11-07 16:35:27 +01:00
Jack Westbrook
8c41137bcf
Frontend: Update to Eslint 9 ( #94823 )
...
* chore(eslint): bump all eslint related packages to latest
* chore(eslint): update linting scripts work with v9
* chore(eslint): introduce flat config
* chore(eslint): delete legacy configs
* feat(grafana-eslint-rules): update rules to use eslint 9 APIs
* chore(eslint): migrate all nested eslintrc files over to root config
* chore(packages): bump eslint dependencies
* feat(betterer): make it work with eslint 9
* style(grafana-data): remove non-existant ban-types rule from disable declarations
* chore(wip): [wip] link eslint-config-grafana
* chore(packages): add @eslint/compat
* chore(eslint): add compat to testing library and fix alerting rules
* chore(eslint): bump grafana eslint-config to v8
* chore(explore): delete legacy eslint config
* chore: clean codeowners file, remove grafana/eslint-config from e2e plugins
* test(eslint-rules): fix no-border-radius-literal and no-aria-label-e2e-selectors rule tests
* Add .js to prettier checks so new eslint.config.js file isn't missed
* chore(eslint): move emotion/syntax-preference to grafana/defaults
* test(eslint): use core-js structured-clone
* revert(services): undo merge backend-format githook changes
* test(eslint-rules): remove structured-clone polyfill from tests
* chore(eslint): add back public/lib/monaco to ignore list, sort alphabetically
* chore(e2e-plugins): remove eslint config 7 from plugins package.json
---------
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com >
2024-11-07 16:31:06 +01:00
ismail simsek
8956400498
Explore Metrics: Fix showing related logs scene ( #96036 )
...
remove related logs scene from label breakdown
2024-11-07 17:30:01 +02:00
Alex Khomenko
6bfb24c7b0
BrowseDashboards: Append orgId to folder URL ( #96029 )
...
* BrowseDashboards: Append orgId to folder URL
* Extract folder URL creation logic
2024-11-07 17:12:45 +02:00
Gábor Farkas
a45deafc96
query: add missing x-rule headers ( #95948 )
2024-11-07 16:03:54 +01:00
Brendan O'Handley
b9b5445090
Prometheus: Add error source to differentiate errors for api server work ( #95999 )
...
add error source to differentiate errors for api server work
2024-11-07 08:59:53 -06:00
brendamuir
b2af163dc5
Alerting docs: adds advanced config section ( #96013 )
...
* Alerting docs: adds advanced config section
* corrects ref
* feedback from pepe
* renames detect and respond
2024-11-07 15:59:00 +01:00
Scott Lepper
05dda7f0a1
search: dashboard list link ( #95996 )
...
search: dashboard list link
2024-11-07 09:40:05 -05:00
linoman
3d51ca7377
SCIM: Add feature flag ( #96021 )
...
* Add feature flag
2024-11-07 15:38:46 +01:00
Arati R.
7fa4a979e3
K8s/Folders: Add write access hook before creating index server ( #96030 )
...
Change order of when to add write access hook
2024-11-07 16:20:07 +02:00
jackyin
1e58747a39
trend: choose trend crash ( #95451 )
...
* fix bug
* optimise warning return
2024-11-07 07:48:50 -06:00
Andres Martinez Gotor
a415c0b831
Preinstall: Automatic updates if no version is specified ( #95970 )
2024-11-07 13:14:25 +01:00
Ryan McKinley
6c9afba607
Reporting: update swagger with deprecations ( #96008 )
2024-11-07 15:08:03 +03:00
Will Browne
b87c76ad21
Plugins: Add metric to track plugin backend target ( #95976 )
...
* add metric to track plugin backend target
* tidy
* fix test
2024-11-07 12:01:46 +00:00
Carl Bergquist
5722569676
loki: disable flaky tests for scopes injection ( #96018 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
2024-11-07 13:03:42 +02:00
Andrej Ocenas
e55100fa90
Sidecar: isAppOpened returns true only if there are 2 apps rendered ( #95978 )
...
* Check if sidecar is used
* Update packages/grafana-runtime/src/services/SidecarService_EXPERIMENTAL.ts
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
---------
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
2024-11-07 11:50:05 +01:00
Andrej Ocenas
bee29c14c6
Sidecar: Make header consistently 100% width so the X button is visible ( #95982 )
...
Make a wrapper overflow so that header can stay 100%
2024-11-07 11:33:07 +01:00
Gabriel MABILLE
df8b6e6862
Fix: Close grpc_authenticator fallback trace ( #96009 )
...
Fix: Close grpc_authenticator trace
2024-11-07 11:29:25 +01:00
Ivana Huckova
c151021b16
Zipkin: Add feature toggle for backend migration ( #95973 )
2024-11-07 10:35:53 +01:00
Ryan McKinley
8ffc25784c
Chore: Add vscode launcher to attach test process ( #95718 )
2024-11-07 10:05:55 +01:00
Marcus Andersson
df4a5aeaf1
PluginExtensions: Logs panel takes full height/width ( #95825 )
...
Making the log panel taking full space of page.
2024-11-07 09:54:50 +01:00
Señor Performo - Leandro Melendez
cd3a71e7cb
docs: Update CanvasDoc adding video link ( #95953 )
...
Update CanvasDoc adding video link
2024-11-06 21:53:08 +01:00
Scott Lepper
3dbeacfebc
search: dashboard list sorting ( #95983 )
...
search: dashboard list sorting
2024-11-06 15:25:44 -05:00
owensmallwood
b6596db75e
Unified Storage Indexer: Build tenant indexes concurrently ( #95795 )
...
* WIP - build tenant indexes concurrently
* adds local dev seeders and readme for indexer
* update logging and adds locking in getShard()
* update logs
* Adds Namespaces func. Initializes index after ResourceServer is created.
* fixes Count() and updates test lint issues
* Initialize index separately. Don't do it when creating the resource server. Makes testing really awkward.
* fix lint error
* handles error when getting namespaces
* updates test and index helper funcs
2024-11-06 12:58:07 -06:00
Eric Leijonmarck
3877537dc0
Reverse proxy: Skip flaky test for 5xx status codes ( #95839 )
...
add 5xx status codes
2024-11-06 17:54:34 +00:00
Alexander Akhmetov
4ce1abc6f9
Alerting: Fix saving advanced mode toggle state in the alert rule editor ( #95924 )
2024-11-06 18:39:15 +01:00
renovate[bot]
70c21a2e4d
Update scenes to v5.23.1 ( #95951 )
...
* Update scenes to v5.23.1
* Fix e2e tests
* Fix unit tests
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bogdan Matei <bogdan.matei@grafana.com >
2024-11-06 19:20:27 +02:00
Timur Olzhabayev
fbbb4463f8
Adding Marcus to Hall of Fame and updating codeowners ( #95957 )
...
* Adding Marcus to Hall of Fame and updating codeowners
* fixing prettier issue
2024-11-06 19:19:59 +02:00
Yuri Tseretyan
af513964c8
Alerting: Migration to remove scope from permission alert.notifications.receivers:create ( #95805 )
...
add migration to remove scope from receivers:create permission
2024-11-06 11:31:40 -05:00
Todd Treece
f41f0eac80
Chore: Use fork of github.com/goccy/go-json ( #95969 )
2024-11-06 11:29:43 -05:00
grafana-pr-automation[bot]
c565e9869e
I18n: Download translations from Crowdin ( #95975 )
2024-11-06 17:23:14 +01:00
Ashley Harrison
b85b18288a
Chore: Fix some theme nits ( #95887 )
...
fix some theme nits
2024-11-06 16:03:45 +00:00
Tobias Skarhed
0629a34ae4
Combobox: Add no options message and aria live region ( #95938 )
...
* Add no options message and aria live region
* Add i18n
* Extract message layout and use Trans component
* Fix unused imports
2024-11-06 17:10:06 +02:00
Leonor Oliveira
aaa4f4a23e
Revert "UniStore: Add folder to the SQL backend" ( #95966 )
...
Revert "UniStore: Add folder to the SQL backend (#95671 )"
This reverts commit f075662696 .
2024-11-06 17:04:57 +02:00
kay delaney
26b0e8f105
Dashboard datasource: Return annotations as series when query topic is "annotations" ( #95965 )
2024-11-06 15:03:06 +00:00
Tobias Skarhed
a279220d74
Combobox: Use ScrollContainer to show scroll indicators ( #95962 )
...
Add CustomScrollbar
2024-11-06 15:35:31 +01:00
Syerikjan Kh
06bdfe8e96
ref: remove alias check - moved to gcom ( #95955 )
2024-11-06 09:30:24 -05:00
Pepe Cano
290612e366
Alerting docs: specify using multiple contact point integrations in the UI and HTTP API ( #95890 )
...
* Sort list of contact points on the sidebar
* Update `Configure contact points` to clarify contact point integrations
* Alerting HTTP API: fix `EmbeddedContactPoint` properties table
* HTTP Alerting API: clarify how `ContactPoint.name` groups contact points
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-11-06 15:28:44 +01:00
Bogdan Matei
52f4bd64e0
Dashboard: Append orgId to URL ( #95960 )
2024-11-06 16:01:55 +02:00
Josh Hunt
8d765cfba1
Prometheus: enable custom values in MetricCombobox ( #95950 )
2024-11-06 13:59:55 +00:00
kay delaney
9d4a087d77
Dashboard datasource: Include source panel annotations ( #95958 )
2024-11-06 15:52:54 +02:00
Sergej-Vlasov
d225e0a95c
DiffViewer: update to newer react-diff-viewer-continued for performance improvements ( #95729 )
...
update to newer react-diff-viewer-continued for performance improvements
2024-11-06 13:36:12 +00:00
Carl Bergquist
70223b2e3d
Loki: Add support for injecting scopes into loki expressions. ( #95591 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
Co-authored-by: Kyle Brandt <kyle@grafana.com >
2024-11-06 15:28:42 +02:00
Bogdan Matei
a80517d6fe
Scopes: Add scopes to metrics explore ( #94802 )
2024-11-06 15:11:33 +02:00
Karl Persson
3311df6e3d
Docs: Remove org id from create team request docs ( #95947 )
...
* Remove org id from create team request docs
* remove reference to orgId
2024-11-06 13:53:48 +01:00
Andrej Ocenas
86ef3c916d
TimeRangeProvider: Fix synced status being kept when only one picker is mounted ( #95885 )
2024-11-06 13:40:17 +01:00
Mariell Hoversholm
f15f6022de
fix: pass context into secrets logs ( #95944 )
2024-11-06 12:52:29 +01:00
Sonia Aguilar
3c1a5ab439
Alerting: Handle regex matchers with flags ( #95883 )
...
* handle regex matchers with flags
* add test in alertmanager.test.ts
* refactor to use the same matching functions
* lint
* lint again
* move matchers functions to matchers.ts
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2024-11-06 13:40:55 +02:00
Ashley Harrison
f8ae71e458
Frontend: Replace deprecated meta tag with correct version ( #95939 )
...
replace deprecated meta tag with correct version
2024-11-06 10:34:14 +00:00
grafana-pr-automation[bot]
0007ede9de
I18n: Download translations from Crowdin ( #95942 )
2024-11-06 12:20:22 +02:00
Brad Cowie
2bfdee73e3
Prometheus: Fix escaping of quotation marks for variables ( #93415 )
...
* Prometheus: Fix escaping of quotation marks for non-regex variables
* Prometheus: Fix escaping of double quotation marks for regex variables
* Prometheus: Add escaping for adhoc filter label queries
2024-11-06 11:19:09 +01:00
grafana-pr-automation[bot]
228bf711f9
I18n: Download translations from Crowdin ( #95891 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-06 10:39:59 +01:00
Hugo Kiyodi Oshiro
058b28aaad
Plugins: Add install specific version feature in plugins version tab ( #93922 )
2024-11-06 10:29:03 +01:00
Tobias Skarhed
70e05c6a3a
Combobox: Remove Chance to generate options in story ( #95842 )
...
Generate basic options
2024-11-06 09:48:44 +01:00
Misi
ab974ddf14
ServerLock: Fix pg concurrency/locking issue ( #95916 )
...
Fix pg unique constraint validation in serverlock
2024-11-06 09:47:32 +01:00
Ryan McKinley
7f560c13e4
Search: Make the existing dashboard parsing code public ( #95649 )
2024-11-06 07:35:15 +03:00
Todd Treece
ed52515ae3
Playlist: Fix mutation logic ( #95925 )
2024-11-05 21:00:10 -05:00
Todd Treece
280c27507c
Playlist: Add mutation and validation ( #95708 )
2024-11-05 17:45:09 -05:00
ismail simsek
c125ead121
Explore Metrics: Reverse the sorting of outliers ( #95919 )
...
reverse the sorting of outliers
2024-11-06 00:35:14 +02:00
Jacob Valdez
9a1e7de79d
Docs: Updating steps for pulling Grafana metrics into Prometheus ( #95913 )
...
* Docs: Updating steps for pulling Grafana metrics into Prometheus
* slight update based on review
2024-11-05 22:13:47 +00:00
Scott Lepper
1feaf6df99
search: add OR filter for kinds ( #95915 )
...
search: add OR filter for kinds
2024-11-05 17:02:13 -05:00
Todd Treece
cd9fcd08aa
K8s: APIGroupBuilder runner admission support ( #95705 )
2024-11-05 23:57:20 +02:00
Scott Lepper
6d8ee5fde0
search: use US searcher from dashboard list page ( #95888 )
...
search: wire up unified storage searcher
2024-11-05 14:30:10 -05:00
Kim Nylander
78c5fe61df
[DOC] Add Pyroscope to list of products ( #95884 )
...
* Add Pyroscope to list of products
* Update docs/sources/shared/basics/what-is-grafana.md
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Bryan Huhta <32787160+bryanhuhta@users.noreply.github.com >
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Bryan Huhta <32787160+bryanhuhta@users.noreply.github.com >
2024-11-05 14:24:42 -05:00
Juan Cabanas
ef4640abfb
ShareButton: Add dropdown tracking ( #95905 )
2024-11-05 15:32:07 -03:00
Andreas Christou
da1a5426d0
Azure: Handle namespace request rejection ( #95574 )
...
Handle rejection and add test
2024-11-05 17:54:47 +00:00
Jacob Valdez
a8578484bb
Docs: updating auto_refresh_license information ( #95804 )
2024-11-05 11:35:09 -06:00
Dave Henderson
04d71068d1
ci: Update Dependabot with a single multi-directory config for gomod ( #95881 )
...
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
2024-11-05 18:24:43 +01:00
Matias Chomicki
a3d3af35da
Shard query splitting: improve error handling ( #95824 )
...
* Shard query splitting: Improve error handling
* Formatting
* Shard query splitting: do not shard instant queries
* Shard query splitting: stop querying on parse errors
2024-11-05 17:34:22 +01:00
ismail simsek
82ac9e2bb6
Explore Metrics: Explore Logs integration ( #94656 )
...
* initial logs integration
* rename back to Integrations
* remove comments
* connect related logs in metrics with logsIntegration service
* rename
* remove comments
* feat: related logs with loki expr
* fix: layout & var updates
* refactor: prefer scene state to context
* fix: limit DS select to relevant loki DSes
* refactor: use existing utils
* refactor: types
* fix: tests and types
* refactor: simplify
* refactor: prefer precise data updates
* refactor: prefer variable for key
* refactor: simplify panel search
* refactor: remove unnecessary short-circuit
* fix: ensure single network request for logs
* fix: add missing limit to fetched log lines
* refactor: add clarity
* refactor: organize imports
* feat: messaging for No Related Logs case
* fix: add missing space
* chore: add `exploreMetricsRelatedLogs` feature toggle
* feat: link to Explore Logs app
* fix: i18n
* fix: use sentence case consistent with design system
* style: avoid competing with metricscene buttons
* fix: capitalization for names
* fix: a11y
* refactor: clean up and document utils
* fix: formatting
* chore: run `make i18n-extract`
* test: improve coverage
* test: fix module resolution side-effects
* extract only the first rule
refactor: organize imports
* remove unnecessary test files
---------
Co-authored-by: Nick Richmond <nick.richmond@grafana.com >
2024-11-05 17:28:43 +01:00
Marcus Andersson
c7a7f7dce5
PluginExtensions: Made it possible to enable extensions admin page in non-development environments ( #95820 )
...
* Added feature flag for toggling extensions admin page.
* fixed typo.
* require restart
---------
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com >
2024-11-05 16:55:10 +01:00
Torkel Ödegaard
6fd3620d50
Dashboards: Fixes issue with panel header showing even when hide time override was enabled ( #95814 )
...
* Dashboards: Fixes issue with panel header showing even when hide time override was enabled
* fixes
* fixed test
2024-11-05 16:40:43 +01:00
Luis Rodrigues
bfa1f03315
Prometheus: Fix query editor crash in response to invalid query ( #94421 )
...
* Quick fix for RenderParams Function
* Removing unnecessary optional chaining
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
* Removing unittests for RenderParams
---------
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
2024-11-05 10:29:52 -05:00
Ashley Harrison
c05bfdf71f
Theme: Add debug theme behind extraThemes toggle ( #95838 )
...
add debug theme
2024-11-05 14:37:09 +00:00
Scott Lepper
ef29ce5b85
[search] - folder tests; search by ids ( #95797 )
...
[search] - folder tests; search by ids
2024-11-05 09:34:54 -05:00
Carl Bergquist
af6ddad058
go: run gomod updates daily ( #95841 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
2024-11-05 15:27:03 +01:00
Konrad Lalik
3c8d29fa46
Alerting: Fix contact points secure settings migration ( #95787 )
...
Add missing migration for secure settings, add types to notifiers mocks
2024-11-05 14:46:17 +01:00
Konrad Lalik
91088d1f56
Alerting: Optimize Prometheus rules query params ( #95833 )
...
Load alert instances only when label filter is applied
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2024-11-05 14:35:53 +01:00
Victor Marin
34991f5b44
Chore: Fix dashboards label adding workflow ( #95778 )
...
* change auth for dashboards workflow
* fix
* fix
* final changes/ tested action
* fix
2024-11-05 14:43:47 +02:00
Andres Martinez Gotor
e6353dcd68
Chore: make update-workspace ( #95821 )
2024-11-05 11:22:23 +01:00
Ashley Harrison
0fae3579e8
Chore: improve some types ( #95728 )
...
* fix some typings
* fix some more
* more type fixes
* fix some graphite types
* few influx fixes
2024-11-05 09:57:30 +00:00
Ashley Harrison
34269a03c0
ScrollContainer: Apply to dashboard panels ( #95724 )
...
* add ScrollContainer to panels
* remove unnecessary wrapper
* fix text panel
2024-11-05 09:56:57 +00:00
Georges Chaudy
f075662696
UniStore: Add folder to the SQL backend ( #95671 )
...
* Add folder to the SQL backend
* remove unused key
* fix tests
* Return folders from watch
2024-11-05 10:37:23 +01:00
Tom Ratcliffe
7e34c015ee
Alerting: Load alerting state view based on prom primary feature toggle ( #95045 )
2024-11-05 09:33:54 +00:00
Pepe Cano
facca37f4d
Alerting docs: Update Create alert rules from panels ( #95566 )
...
* Alerting docs: Update `Create alert rules from panels`
* Remove screenshots except when the panel displays alert status
* Further changes sync with Brenda
* minor changes
* Relocate admonition
* Specify `dashboardUId` and `panelId` must be set together
* Update docs/sources/alerting/alerting-rules/link-alert-rules-to-dashboards.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* change title
* change URL
* fix spell error
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-11-05 10:00:59 +01:00
grafana-pr-automation[bot]
2b370d6e27
I18n: Download translations from Crowdin ( #95781 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-05 09:20:43 +01:00
ismail simsek
bcdcb1f74b
Explore Metrics: Introduce augurs sorting options in breakdown view ( #91189 )
...
* refactor breakdown scene
* refactor BreakdownScene along with LayoutSwitcher
* rename
* don't pass default layout
* better type handling
* betterer
* add @bsull/augurs
* implement LabelBreakdownScene
* integrate SortByScene in LabelBreakdownScene
* move to new directory
* introduce BreakdownSearchScene
* integrate searchScene
* cleaning
* initialize @bsull/augurs
* add interaction
* use new breakdown scene
* resolve merge conflicts
* ugrade @bsull/augurs
* update import
* update css
* update tooltip text
* refine sorting
* fix unit test
* fix
* implement outlier detector
* support wasm
* jest testing fix
* localization fix
* use unknown instead of any
* update i18n
* update betterer
* fix locales
* update test
* fix tests maybe
* prettier
* chore: update jest config
* chore: create mock for @bsull/augurs (#92156 )
chore: create mock for bsull/augurs
@bsull/augurs assumes it will be running as an ESM, not
a CommonJS module, so can't be loaded by Jest (specifically
because it contains a reference to import.meta.url).
This PR provides a mock implementation which gets tests passing
again.
Ideally we'd be able to load the actual @bsull/augurs module
in tests so this is just a stopgap really, until a better
solution appears.
* fix unit tests
* remove unused BreakdownScene.tsx
* set outliers as undefined if an error occurs
* Add labels
* betterer
* reset event implemented
* fix controls positioning
* update augurs
* betterer
* i18n
* conflict fixes
* update texts
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com >
Co-authored-by: Ben Sully <ben.sully@grafana.com >
2024-11-05 08:34:09 +01:00
Vijay Karthik
297ccfc52c
Prometheus: Show notice when there is no data ( #93936 )
...
Show notice when there is no data
2024-11-05 08:25:28 +01:00
Torkel Ödegaard
2485286c03
DashboardScene: Move DashboardGridItem ( #95768 )
...
* DashboardScene: Move DashboardGridItem
* fix lints
* fixes
2024-11-05 08:05:09 +01:00
Patrick Easters
a43ba7bd44
Docs: Fix hyphens in adaptive metrics permissions ( #95803 )
2024-11-05 06:38:39 +00:00
Todd Treece
517a1bef08
Playlist: Migrate to App SDK ( #95691 )
2024-11-04 14:18:49 -05:00
Jo
4452d0932a
Users: Fix potential panics on UID translation ( #95794 )
...
fix potential panics on UID translation
2024-11-04 18:50:26 +01:00
Alexander Akhmetov
305123df91
Alerting: Keep state manager cache during cache warm-up ( #95727 )
...
* Alerting: Keep state manager cache during cache warm-up
Instead of overwriting the state manager cache during warm-up,
we update the data in the cache if it is not there yet. If the cache
already contains a state entry with the same key, we do not overwrite it.
2024-11-04 18:26:52 +01:00
Aaron Godin
ede0b7e9ed
IAM - Fix panic from accessing nil serviceAccount ( #95681 )
...
Fix panic from accessing nil serviceAccount
2024-11-04 11:18:31 -06:00
Kristina
68aefc73b6
Timeseries: Utilize min/max on stacking percentage ( #95581 )
...
* Bring in defined min/max into stacking range
* simplify logic
* different approach
---------
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
2024-11-04 11:02:09 -06:00
Jo
ddf766567b
RemoteCache: Refactor remote cache settings ( #95672 )
...
* refactor remote cache settings
* fix cache error getting treating as application error
* fix cache error getting treating as application error
2024-11-04 17:35:31 +01:00
Zoltán Bedi
85c696c4ad
SQL: Add macro support in select case ( #88514 )
...
* Feat: timeGroup macro handling in VQB
* Add tests
* Add functions to SQL ds
* Fix lint errors
* Add feature toggle
* Add rendering based on object
* Fix lint
* Fix CI failures
* Fix tests
* Address review comments
* Add docs
* Fix JSX runtime warnings
* Remove docs part that mentions suggest more macros
* Update docs/sources/shared/datasources/sql-query-builder-macros.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Add smoke test for this feature
* lint
* Add supported macros to influx
* Add setupTests.ts to include in tsconfig.json
* Import jest-dom instead of setupTests.ts
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-11-04 17:13:35 +01:00
Tom Ratcliffe
aacc83be5c
Alerting: Change any alert notifiers that use templates to be text areas ( #95080 )
2024-11-04 15:59:28 +00:00
renovate[bot]
b4012b6ac8
Update scenes to v5.22.1 ( #95655 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 15:41:01 +00:00
Zoltán Bedi
bd8da0cf25
JaegerDS: Remove whitespace from traceID in query ( #95786 )
2024-11-04 15:45:41 +01:00
Tom Ratcliffe
2c57ecc085
Alerting: Only show "misconfigured" warning for templates if AM is not Grafana ( #95596 )
2024-11-04 14:20:35 +00:00
Konrad Lalik
e43bec2cd8
Alerting: Fix contact points secrets validation ( #95651 )
...
Add new condition to the determineRequired function
2024-11-04 13:15:48 +01:00
Laura Fernández
0802ebcd1a
SingleTopNav: add property to grafana_mega_menu_open ( #95774 )
2024-11-04 13:12:59 +01:00
Joao Silva
afcd620d21
Combobox: Handle error if async fails ( #95740 )
2024-11-04 12:08:51 +00:00
Pepe Cano
9d937725ad
Alerting docs: add Time type documentation for notification templates ( #95688 )
...
* Improve `tz` and `date` docs
* Add documentation for `Time` type
2024-11-04 12:21:28 +01:00
Alessandro Chitarrini
c490b29d34
Update Discord contact point documentation for use_discord_username type ( #95011 )
2024-11-04 10:02:19 +00:00
Ashley Harrison
7fd4f220b8
RefreshPicker: Fix styling ( #95739 )
...
need to set clear borderRadius explicitly on ButtonSelect
2024-11-04 10:00:12 +00:00
Eric Leijonmarck
fe6ec1258f
CLI: Remove manager-users conflict users cli ( #95135 )
...
* Remove conflict_user cli
* Delete pkg/build/cmd/exportversion.go
2024-11-04 09:38:08 +00:00
Misi
986c024dd7
Auth: Update SAML lib ( #94745 )
...
* Update lib
* Add missing TestIntegration prefix
* Update go.sum, go.work.sum
2024-11-04 09:55:29 +01:00
Karl Persson
3bcbf231ee
IDToken: fix namespace format ( #95341 )
...
* Bump authlib version
* Remove temporary formatter and start signing tokens with `stacks-` prefix
* update workspace
2024-11-04 09:33:03 +01:00
Pepe Cano
8a0c920106
Alerting docs: fix alertname label name ( #95665 )
2024-11-04 09:25:06 +01:00
Pepe Cano
d3a3e53354
Alerting docs: Add one notification template example that prints a title or subject ( #95680 )
2024-11-04 09:24:40 +01:00
Todd Treece
003b2f14db
K8s: Add tracing to apiserver startup ( #95744 )
...
Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com >
2024-11-02 00:44:40 +01:00
Todd Treece
c5178807be
Semconv: Add service name attribute ( #95743 )
2024-11-01 23:29:14 +01:00
Isabella Siu
d0ba4f18d3
CloudWatch: Metric Insights builder should wrap keywords in quotes ( #95742 )
2024-11-01 18:00:54 -04:00
Todd Treece
403b60723d
Playlist: Add watch feature toggle ( #95730 )
2024-11-01 13:47:24 -04:00
Ashley Harrison
620fb87fb8
AppChromeMenu: Fix selector when checking for outside click ( #95736 )
...
need quotes...
2024-11-01 17:25:01 +01:00
Erik Sundell
3deffe58f6
Selectors: Remove outdated comment ( #95735 )
...
remove comment
2024-11-01 17:08:25 +01:00
Josh Hunt
eb781dd46d
Prometheus: Add Metrics Explorer button next to MetricCombobox ( #95647 )
2024-11-01 15:32:17 +00:00
Isabella Siu
5f4944117c
Elasticsearch: Stop escaping backslash in regex adhoc filter ( #94577 )
2024-11-01 11:06:13 -04:00
owensmallwood
0eb7b755e2
Unified Storage Indexer: Add integration tests ( #95687 )
...
* indexer integration tests WIP
* make protobuf
* Adds a few more integration test cases to cover the basics. Use Limit instead of Size param from SearchRequest.
* skip if testing.Short()
* adds test comments
2024-11-01 07:58:10 -06:00
Erik Sundell
c548a2357b
Chore: Remove commented out selectors ( #95719 )
...
remove commented out selectors
2024-11-01 13:20:58 +00:00
Todd Treece
30b1e3b289
K8s: APIGroupBuilder App SDK Support ( #95638 )
2024-11-01 08:28:56 -04:00
Dana Axinte
2ba1740698
CloudMigrations: increase size of resource_uid column ( #95684 )
...
* len 255
* comment
* Update pkg/services/sqlstore/migrations/cloud_migrations.go
* comment on sqlite
* postgres varchar
---------
Co-authored-by: Michael Mandrus <41969079+mmandrus@users.noreply.github.com >
2024-11-01 09:09:50 +00:00
Erik Sundell
9c16622160
Plugins: Add buildMode to the plugin.json schema ( #95660 )
...
* add buildmode
* improve description
2024-11-01 09:29:31 +01:00
Erik Sundell
c29ed503db
Test plugins: Add datasource test plugin with field tests ( #95472 )
...
* add new test plugin
* add some field validation tests
* update lockfile
* fix bad test file name
2024-11-01 08:25:27 +01:00
Alex Khomenko
f3bdf4455c
Routing: Explicitly handle goto redirects ( #95559 )
2024-11-01 07:52:33 +02:00
Liza Detrick
85ee91aa77
chore: (@grafana/ui) - table documentation explain applyFieldOverrides ( #95523 )
...
* chore: (@grafana/ui) - table documentation explain applyFieldOverrides
Co-authored-by: Galen Kistler <109082771+gtk-grafana@users.noreply.github.com >
2024-10-31 11:14:59 -07:00
Adam Simpson
3adc7c8771
ds-querier: parse datasourceUid correctly ( #95629 )
...
* ds-querier: parse datasourceUid correctly
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
* make test case smaller
---------
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
2024-10-31 14:07:26 -04:00
Adam Simpson
6f74c19d75
Update CODEOWNERS with core-services ( #95202 )
2024-10-31 13:52:51 -04:00
Scott Lepper
f8a5813573
[search] grouping - support indexing dashboard tags, filtering by tag, listing tags ( #95670 )
...
[search] grouping
2024-10-31 13:09:17 -04:00
Matias Chomicki
f539a70d6d
Loki shard splitting: QOL improvements ( #95602 )
...
* Scan direction: add experimental badge
* Logs model: keep data when the response contains errors
* SupplementaryResultError: extend behaviors
* LogsVolumePanel: add custom message for partial shard data
* SupplementaryResultError: add size prop
* SupplementaryResultError: remove size prop and adjust sizes
* Infinite scroll: disable when direction is scan
* Fix lint issues
* logsModel: add logs volume test
* chore: unfocus test
* modifyQuery: add function to add drop statement to queries
* Shard query splitting: split metric queries
* Shard query splitting: drop stream shard from metric queries
* Fix tests
* logsModel: skip coverage data when the direction is scan
2024-10-31 16:58:02 +00:00
Sergej-Vlasov
9f5258717e
E2E: remove duplicate loki e2e tests ( #95644 )
...
* remove duplicate loki e2e tests to avoid flakiness
* unskip test
* adjust panel ids
2024-10-31 15:49:28 +00:00
Ashley Harrison
ada6249280
Chore: use ScrollContainer across frontend platform components ( #95601 )
...
* use ScrollContainer in grafana-ui
* remove extraneous labels
* fix unit tests
2024-10-31 15:27:35 +00:00
Jo
9f43724b57
AccessControl: Use UIDs for Resource permissions frontend ( #95552 )
...
* frontend can use uids to set resource permissions
* lint
* add uids to folder acl
* Update public/app/core/components/Select/UserPicker.tsx
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com >
* simplify conditions
---------
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com >
2024-10-31 16:17:13 +01:00
Georges Chaudy
76b43267c8
Unified Storage: Use ssl_mode instead of sslmode ( #95658 )
...
change unistore to use ssl_mode instead of sslmode
2024-10-31 16:10:47 +01:00
Ashley Harrison
b42c34070a
SingleTopNav: Fix org switcher in overlayed MegaMenu ( #95654 )
...
fix org switcher in singleTopNav
2024-10-31 14:48:01 +00:00
Jo
d77fc50198
Users: Add numerical indentifiers to detail pages ( #95620 )
...
* add numerical indentifiers to frontend while they're still valid
* lowercase identifier
2024-10-31 14:05:18 +00:00
Haris Rozajac
6c45f7f556
Dashboard Scene: Add Missing Overrides Tab to Panel Edit ( #95276 )
...
Add overrides tab
2024-10-31 07:58:53 -06:00
Ida Štambuk
8f2893edd3
Features: Move cloudwatchMetricInsightsCrossAccount toggle to GA and enabled by deafault ( #94985 )
2024-10-31 13:58:09 +00:00
Syerikjan Kh
35697381d2
fix: make org_id not nullable and set default value ( #95610 )
2024-10-31 09:53:33 -04:00
Jacob Valdez
0261e8fe80
Docs: Updating versions in activating AWS marketplace license ( #95633 )
2024-10-31 08:42:44 -05:00
Karl Persson
dfa8f786d2
Zanzana: fix generic schema ( #95648 )
...
* Change schema so that resource checks on a folder walks the tree
2024-10-31 14:34:48 +01:00
Ryan McKinley
4e1f0dadbd
UnifiedStorage: Default to running unified-grpc in integration tests ( #93492 )
2024-10-31 16:29:32 +03:00
Jack Westbrook
a93de5f0d8
CI: Assert NPM package types are bundled correctly ( #95533 )
...
* ci(npm-packages): use attw cli to assert package types are built corrctly
* fix(validate-npm-packages): correct path to tarball
2024-10-31 14:29:21 +01:00
Jack Westbrook
2bcc46c338
Frontend: Enable TS IsolatedModules ( #95586 )
...
* chore(typescript): enable isolatedModules
* chore(frontend): fix ts errors related to isolated modules
2024-10-31 14:00:32 +01:00
Scott Lepper
7619d9cb11
[search] minimal dashboard indexing ( #95631 )
...
[search] minimal dashboard indexing
2024-10-31 07:46:00 -04:00
Leonor Oliveira
b1157dbd7a
Validate if we are creating a folder more than 5 levels deep ( #95579 )
...
* Add getter to FolderAPIBuilder so that we can access it in admission
* Remove deprecated return
* Fix test
* Update pkg/registry/apis/folders/register_test.go
Co-authored-by: maicon <maiconscosta@gmail.com >
* Fix maxNested folder test
* Remove log
---------
Co-authored-by: maicon <maiconscosta@gmail.com >
2024-10-31 12:19:53 +01:00
Alex Khomenko
841a87c978
PluginDetailsBody: Use proper cases for the styles ( #95640 )
2024-10-31 13:03:27 +02:00
Alex Khomenko
f7e9aeac6e
FormattedValueDisplay: Improve styles check ( #95639 )
2024-10-31 12:59:46 +02:00
Josh Hunt
bf6056f2fa
Prometheus: Use Combobox for metric select ( #93262 )
...
* Uses Combobox in Prometheus for the metrics select, behind feature toggle
* switch to new async combobox api
* clean up MetricCombobox, add in dev slowness
* wip
* reset combobox changes to other pr https://github.com/grafana/grafana/pull/95191
* restore placeholder
* wip
* tests :)
* remove history comment
* use main import
2024-10-31 10:36:27 +00:00
Joao Silva
e40b19c7a6
Combobox: Debounce async calls ( #95485 )
2024-10-31 10:27:14 +00:00
grafana-pr-automation[bot]
69bda0b803
I18n: Download translations from Crowdin ( #95627 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-31 08:21:34 +00:00
Brendan O'Handley
d2d7ae2e86
Explore metrics: Add OTel resource attributes in overview and breakdown scenes ( #95009 )
...
* add new otel grouping variables
* add call for resource attributes for a metric
* add function to update variables for otel join
* interpolate metric in match param
* update group left when starting trail
* process the group left before setting the metric and showing the metric scene
* add attributes to metric overview list
* change label name to attributes because it contains resource attributes and metric attributes
* add resource attributes to label breakdown select
* add otel resource attribute to filters from label breakdown
* add otel flag for rudderstack event when breakdown label selected
* for translations
* add test for new variable in datatrail spec
* add test for filtering otel resource attributes
* update documentation
* add tests for updating the join query with group left resource attributes
* use Nick and Ismail's suggestions, return early, space and no type needed for timerange
* remove unused import
2024-10-30 19:29:08 +00:00
owensmallwood
2b0a439ad3
Unified Storage Indexer: Dont create temp dir for indexDir ( #95626 )
...
* dont create temp dir for indexDir
* uses logger from trace ctx so traceID is on logs
2024-10-30 18:20:42 +00:00
grafana-pr-automation[bot]
3c8bfb539d
I18n: Download translations from Crowdin ( #95624 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-30 17:41:17 +00:00
Kat Yang
a2755117ac
Feat: New homepage design ( #93354 )
...
* wip: homepage (new user)
* fix: spacing between button and text; wip refactor: separating bookmarks and recent metrics from home page
* feat: new user homepage; wip: need to clean up code
* fix: change rocket icon to svg
* wip feat: rendering recent metrics
* chore: add comments to understand code, will need to delete / cleanup later / pare down into documentation comments
* wip: new recent metric card design
* wip: display recent metrics cards in rows of 3 (height still incorrect)
* feat: apply conditional styling to remainder recent metrics exploration cards (any cards that are not a complete row of 3)
* fix: render new recent metrics explorations without refresh
* style: render recent metrics explorations in rows of 3 using grid instead of flex; fix: remove remainder card styling
* fix: remove delete button from recent metrics exp cards
* style: make background color for each card take up the entire card/grid space; make height of cards for each row the tallest card
* chore: clean up code
* fix: fix eslint errors
* style: implement recent metrics card header styling
* style: in recent metrics exp cards, format datasource line
* fix: add initial value for _lastModified to fix eslint err
* style: format date correctly; chore: clean up code; wip: get date to render properly on bottom left
* style: make inner card height match outer card height; style: add date footer; style: wrap last metric name; style: wrap labels
* style: adjust font for label name and label value
* style: truncate singular label if value is greater than 35 characters
* style: truncate singular long labels at 44 characters; style: truncate multiple labels at 3 lines; style: correct the border width and radius
* style: make background border radius match the border
* style: correct gap between rows and columns of cards; style: correct padding inside card
* chore: clean up code
* refactor: apply new card UI to DataTrailCard component
* feat: add bookmarks (not formatted correctly), only render section if there are bookmarks, hook up delete functionality
* style: add horizontal line above bookmarks header; style: add bookmarks header
* style: add additional padding above bookmarks divider; chore: delete unused code
* style: add carrot button to bookmarks; style: format heading font style
* refactor: separate bookmarks into functional component; feat: make bookmarks section collapsed by default; feat: allow toggle to expand bookmarks section
* style: position delete button for bookmarks in bottom right of card
* fix: only render recent metrics and bookmarks headings if there are any
* style: add show more button (not functional); style: fix padding around show more button
* chore: delete unused code
* fix: add back gap underneath bookmarks header
* feat: implement show more/less button for recent metrics
* fix: do not show select metric card if user does not actually select a metric
* chore: preliminary code clean up
* chore: delete console.logs, comments
* chore: clean up styling
* Update public/app/features/trails/DataTrailCard.tsx
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
* fix: add i18nKey to Trans tags
* fix: attempt to remove go.work.sum changes that are unrelated to my PR
* fix: add Trans tags
* refactor: sepearate recent metrics into functional component; chore: delete unused code; fix: add Trans tags
* chore: generate translation json
* trigger drone
* trigger drone
* fix: add trans tag to date
* chore: abbreviate descriptive key, regenerate json
* Update public/app/features/trails/DataTrailBookmarks.tsx
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
* Update public/app/features/trails/DataTrailsRecentMetrics.tsx
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
* Update public/app/features/trails/DataTrailBookmarks.tsx
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
* fix: revert trans tag on date created to fix formatting
* chore: return null immediately if no recent metrics
* style: add margin between bookmarks header and carrot toggle button
* style: adjust margin to 8px between bookmarks header and carrot toggle button
* style: make margins multiples of 4
* Update public/app/features/trails/DataTrailBookmarks.tsx
Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com >
* style: fix light mode styles; style: fix border radius
* fix: save select metric view as recent metric card if labels are applied
* Update public/app/features/trails/DataTrailCard.tsx
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
* refactor: move rocket svgs into assets folder
* chore: add back accidentally deleted console log
* Update public/app/features/trails/DataTrail.tsx
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
* Update public/app/features/trails/DataTrailBookmarks.tsx
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
* chore: revert lastModified related changes since behavior appears to remain the same
* fix: add back lastModified changes because they make the recent metrics show more functionality work
---------
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com >
2024-10-30 13:03:01 -04:00
Josh Hunt
55bcbcef83
GrafanaUI: Export Combobox from @grafana/ui ( #95622 )
2024-10-30 16:59:28 +00:00
Jacob Valdez
acebe9bee5
Docs: adding SAML name parameter configuration info ( #95575 )
2024-10-30 11:38:29 -05:00
kay delaney
db5f893ea6
Chore: Remove code related to viz/widget split feature ( #95614 )
2024-10-30 16:12:03 +00:00
Andreas Christou
08e880a823
GCM: Fix error checking for GCE project getter ( #95613 )
...
Appropriately check error
2024-10-30 15:28:53 +00:00
Josh Hunt
fe4f44723d
Combobox: Call loadOptions with current input value when reopening menu ( #95573 )
2024-10-30 14:27:13 +00:00
Bogdan Matei
048ba14c34
Fix relative time range parsing ( #95603 )
2024-10-30 15:52:19 +02:00
Galen Kistler
777979965d
Loki: pass backendSrv request options ( #95608 )
...
* chore: allow passthrough of options, reject promise on error
2024-10-30 13:50:51 +00:00
Jo
90d2f4659e
Users: Allow specifying user UIDs in params ( #95424 )
...
* add user ID API translation
* add uid to user frontend
* use users' UIDs in admin pages
* fix ldapSync page
* use global user search for user by UID
* remove active org filtering
* remove orgID params
2024-10-30 14:14:42 +01:00
Syerikjan Kh
f0391e31d2
Revert "fix: make org_id not nullable and provide default value" ( #95606 )
...
Revert "fix: make org_id not nullable and provide default value (#95556 )"
This reverts commit 261b4a5564 .
2024-10-30 08:55:02 -04:00
Laura Fernández
0bd0dc374a
BrowseDashboardPage: remove error property from tracking event ( #95599 )
2024-10-30 13:02:28 +01:00
renovate[bot]
3034bcaa72
Update dependency ansicolor to v2 ( #95543 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-30 12:31:45 +01:00
Shane Kenney
1f70aa8f80
Loki: Adds support for Loki derived fields to open links in a new tab ( #92265 )
...
* Open in new tab for loki derived fields
* Refactor styles
* Update documentation
* Initialise as boolean
2024-10-30 07:07:34 -04:00
Ieva
092a1813ef
Folders: Don't show error pop-up if the user can't fetch the root folder ( #95569 )
...
don't show error pop-up if the user can't read general folder
2024-10-30 10:48:34 +00:00
Ashley Harrison
87c2bc44b2
GrafanaUI: Add new unstable ScrollContainer component ( #95547 )
...
add new unstable ScrollContainer component
2024-10-30 10:19:42 +00:00
antonio
9b773b8501
sandboxfy alerting tutorial part 2 ( #95260 )
...
* sandboxfy alerting tutorial part 2
* format
* format2
* added frontmatter
* all pretty no pity
* added setup, login
* link
* STEPS
* login link
* update steps
* improve visibility of part 2
* link
* new diagram image
* img
* all pretty, no pity
2024-10-30 09:58:05 +00:00
Jack Baldry
6fcfd132e5
Remove second aliases section ( #95587 )
2024-10-30 09:56:36 +00:00
Yuri Tseretyan
c5bad9f843
Alerting: Update documentation to include new permissions for routes ( #95437 )
...
* update documentation
* Update index.md
2024-10-30 10:09:32 +01:00
Oscar Kilhed
5673fafbfb
Chore: Rename activateInActiveParents -> activateSceneObjectAndParentTree ( #95534 )
...
* Activate parents of query runner when using dashboard ds
* Set plugin loading util to fix test because activating the ancestors of the query runner needs to be able to load the plugin for the panel
* Rename activateInActiveParents -> activateSceneObjectAndParentTree
* Add back but deprecate activeInActiveParents
2024-10-30 09:55:16 +01:00
grafana-pr-automation[bot]
a20c9db6b7
I18n: Download translations from Crowdin ( #95561 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-30 08:53:05 +00:00
owensmallwood
50a6069532
Unified Storage Indexer: Uses in-memory index ( #95576 )
...
uses in-memory index
2024-10-29 21:40:25 +00:00
maicon
af1a732821
UniStore: test folders circular reference ( #95496 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-29 21:06:55 +00:00
dependabot[bot]
a115d5db03
Bump aquasecurity/setup-trivy from 0.2.1 to 0.2.2 ( #95456 )
...
Bumps [aquasecurity/setup-trivy](https://github.com/aquasecurity/setup-trivy ) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/aquasecurity/setup-trivy/releases )
- [Commits](https://github.com/aquasecurity/setup-trivy/compare/v0.2.1...v0.2.2 )
---
updated-dependencies:
- dependency-name: aquasecurity/setup-trivy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 19:20:45 +00:00
Galen Kistler
7fa0ae48c5
Loki: add detected_field/.../values support to language provider ( #95204 )
...
* add detected_field values to language provider
2024-10-29 13:54:28 -05:00
owensmallwood
995128d1db
Search PoC: Improves initial indexing speed. Makes params configurable. ( #95439 )
...
* Improves initial indexing speed. Makes params configurable.
* fix linter errors
* removes kind param
* updates index test
* remove println from test
* removes error check in test
* adds log for high index latency ands updates max goroutine var with workers config var
* fix test timing out - set worker limit
* set the batch size
---------
Co-authored-by: Scott Lepper <scott.lepper@gmail.com >
2024-10-29 12:24:31 -06:00
Josh Hunt
189802d3c3
EchoSrv: Add BrowserConsoleBackend to log analytics events ( #95554 )
...
* EchoSrv: Add BrowserConsoleBackend to log analytics events
* rename config name
* warn on non-scalar property values
2024-10-29 18:20:54 +00:00
Jacob Valdez
d480900a9b
Docs: Adding memory requirements to image renderer docs ( #95571 )
...
Adding memory requirements to image renderer docs
2024-10-29 13:04:29 -05:00
Josh Hunt
952957248f
Combobox: Squish the menu height in small viewports ( #95568 )
...
* Combobox: Squish the menu height in small viewports
* rename constants
2024-10-29 17:47:31 +00:00
Syerikjan Kh
261b4a5564
fix: make org_id not nullable and provide default value ( #95556 )
2024-10-29 13:21:48 -04:00
Nick Richmond
6be787dd47
Prometheus: Ensure auth config can be switched away from Azure option ( #95003 )
...
fix: sanitize jsondata when azure auth disabled
2024-10-29 12:15:19 -04:00
Tom Ratcliffe
03715f062b
Chore: Move structured-clone polyfill to setupTests ( #95406 )
...
* Add structured-clone polyfill to setupTests
* Remove manual structured-clone imports
2024-10-29 16:40:05 +01:00
Leonor Oliveira
55afbdc6be
[Folder] Add general UID validation ( #95549 )
...
* Add general UID validation
* [REVIEW] group all folder validation rules into struct
* Fix test
2024-10-29 16:09:28 +01:00
Yulia Shanyrova
3e1046ee2e
Plugins: Show latest commit date at plugin details right panel ( #95333 )
...
* get last commit info from backend
* change last commit date type
* fix tests
* add tests to check lastCommitDate
2024-10-29 16:09:02 +01:00
renovate[bot]
61929b785a
Migrate renovate config ( #95504 )
...
* Migrate config .github/renovate.json5
* readd comments
* remove space
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2024-10-29 14:24:48 +00:00
antonio
0ef08ca737
docs>alerting:tutorial update ( #95402 )
...
* updated steps
* update before you begin
* updated title
* update title 2
* elaborated on 'Sample logs' section
* updates to improve visibility
* updated links
* format
* updated link
* links and steps
* updated call-to-action boxes
* updated box
* title
* format
* steps
* format
* Made docs live in the now
* all pretty, no pity
2024-10-29 12:18:07 +00:00
Stephanie Hingtgen
fe74dfcb77
Logging: Add error logging to syslog ( #95525 )
2024-10-29 06:57:15 -05:00
David Harris
985b390a46
docs: clarify release stage for frontend sandbox ( #95530 )
2024-10-29 11:39:01 +01:00
Alexa V
f062c66f89
Dashboard: Add new dashboardSchemaV2 feature toggle ( #95536 )
...
Dashboard Scene: Add new dashboardSchemaV2 feature toggle
2024-10-29 11:35:18 +01:00
Erik Sundell
1d8f8178ee
E2E Selectors: Force plugin-e2e to use workspace version of e2e-selectors ( #95511 )
...
* provoke an error
* resolve local selectors package
* Update package.json
* bump plugin-e2e
* Revert "provoke an error"
This reverts commit a2df215189 .
* update readme
2024-10-29 10:54:56 +01:00
Jo
2b867d9850
AccessControl: Resource permission translator ( #95423 )
...
* Standardize Resource Translator in options
* Add resource UID translator for resource permissions
* fix comments
* fix comments
2024-10-29 10:21:39 +01:00
Marc M.
fb51a5e21f
Tempo: escape span names in TraceQL editor ( #95483 )
2024-10-29 11:19:17 +02:00
Jack Westbrook
eae83609b8
Grafana UI: Remove re-export of Ansicolor package ( #95531 )
...
chore(grafana-ui): remove re-export of ansicolor package
2024-10-29 10:04:33 +01:00
Oscar Kilhed
97027834a1
Dashboard datasource: Activate parents of query runner when using dashboard ds ( #95507 )
...
* Activate parents of query runner when using dashboard ds
* Set plugin loading util to fix test because activating the ancestors of the query runner needs to be able to load the plugin for the panel
2024-10-29 09:55:13 +01:00
Pepe Cano
9b91be739d
Alerting docs: Update Recording Rules ( #95435 )
...
* WIP - Restructure recording rule pages
* Add more `Recording rules` use cases
* Update `Intro > Alert rules`. Minor style changes and updates to the recording rules section
* Minor verb change
* Switch `aliases` and fix broken link
* Bold for clarity
* Complete `Create recording rules in Grafana Alerting`
* Complete data source-managed recording rules
* Final update
2024-10-29 09:41:59 +01:00
Ryan McKinley
2f40fd6741
Dashboards: Remove unique name constraints ( #90687 )
2024-10-29 08:58:39 +03:00
Todd Treece
c8238c7914
K8s: Add admission mutation support to builder ( #95526 )
2024-10-29 03:14:07 +02:00
Todd Treece
4508d6c143
Chore: Add additional builder validation tests ( #95518 )
2024-10-28 20:42:10 -04:00
Russ
9f2da249fd
Chore: update Asserts menu icon again ( #95522 )
2024-10-28 23:55:19 +02:00
Isabel Matwawana
097fa053e4
Docs: Update variables creation tasks ( #95078 )
2024-10-28 16:04:31 -04:00
Scott Lepper
337f2a0a8b
[search] add index; increase page size ( #95515 )
...
[search] add index; increase page size
2024-10-28 15:48:49 -04:00
Josh Hunt
c9abe04d46
Prometheus: Add instrumentation for query patterns ( #95288 )
...
Prometheus: Add instrumentation for query patterns/kickstart your query
2024-10-28 20:46:08 +02:00
renovate[bot]
5717cb5055
Update dependency rudder-sdk-js to v2.48.23
2024-10-28 18:42:14 +00:00
renovate[bot]
bac7fb6c32
Update dependency rollup to v4.24.2
2024-10-28 17:23:07 +00:00
grafana-pr-automation[bot]
39d0db05f3
I18n: Download translations from Crowdin ( #95484 )
2024-10-28 19:21:21 +02:00
Eric Leijonmarck
32c43f3f06
Chore: Add to gitignore ( #95509 )
...
Add to gitignore
2024-10-28 16:50:24 +00:00
Isabel Matwawana
b2b169c666
Docs: Update ad hoc filters docs ( #94828 )
2024-10-28 12:42:55 -04:00
Matias Chomicki
d6efd6d606
Logs Panel: Added support to pass custom options to the log rows menu ( #95330 )
...
* LogsPanel: add props to prepend or append icons to the log row menu
* LogsPanel: add test and type guard
* LogsPanel: add test
* Fix addonBefore position
* Refactor to be an array of ReactNode
* Remove comment
* chore: add docs
* Linting issues
2024-10-28 17:39:12 +01:00
renovate[bot]
d68b5d222a
Update dependency react-select to v5.8.2
2024-10-28 16:38:06 +00:00
Erik Sundell
8f0c8778b4
E2E Selectors: Remove orphan comment ( #95505 )
...
remove comments
2024-10-28 18:14:47 +02:00
renovate[bot]
abee323789
Update dependency nanoid to v5.0.8
2024-10-28 15:43:17 +00:00
Todd Treece
5533b30135
K8s: Add validation support to builder ( #95502 )
2024-10-28 11:40:25 -04:00
Karl Persson
e0163c93c2
Zanzana: reconcile generic schema ( #95492 )
...
* Rename to CheckObject
* Implement authz.AccessClient
* Move folder tree to reconciler and use new schema
* Move shared functionality to common package
* Add reconciler for managed permissions and resource translations
* Add support for folder resources
2024-10-28 16:32:16 +01:00
Esteban Beltran
7b5c84f366
Docs: Clarify plugin frontend sandbox ( #95501 )
...
Add missing message for sandbox docs
2024-10-28 15:29:57 +00:00
renovate[bot]
865be67dd1
Update dependency eslint-plugin-jsx-a11y to v6.10.2
2024-10-28 15:20:29 +00:00
Alex Khomenko
ba2d004161
Routing: Enforce imports from the compat package ( #95499 )
2024-10-28 17:18:49 +02:00
jackyin
6f888720de
Alert: unexpected error log occur ( #95491 )
2024-10-28 15:34:07 +01:00
renovate[bot]
209dbcf894
Update dependency @playwright/test to v1.48.2
2024-10-28 14:23:31 +00:00
Esteban Beltran
c7cdaedd6f
Docs: Add documentation about the frontend sandbox ( #95467 )
...
* Docs: Add documentation about the frontend sandbox
* Clarify
* minor style fix
* fix list style
* Update docs/sources/administration/plugin-management/index.md
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com >
* Update docs/sources/administration/plugin-management/index.md
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com >
* Add grafana version required for the plugin frontend sandbox
---------
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com >
2024-10-28 14:20:54 +00:00
Ashley Harrison
55673e2f41
Chore: Add emotion object syntax rule to eslint ( #95429 )
...
add object syntax rule to eslint
2024-10-28 13:47:46 +00:00
maicon
f6a5e03bfb
UniStore: Add testcase for trimming folder title ( #95405 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-28 10:24:28 -03:00
Jack Baldry
47b8379194
Replace myself with Irene who oversees Grafana documentation ( #95477 )
...
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2024-10-28 13:15:42 +00:00
Tobias Skarhed
c9984cbb7a
Frontend Traces: Ignore Faro tracking of Google Analytics and Rudderstack ( #95322 )
...
* Ignore Faro tracking of Google Analytics and Rudderstack
* Fix test
* Fancy it up Tom style
2024-10-28 13:44:52 +01:00
Gabriel MABILLE
5a0ef46280
Add tracing to the gRPC Authentication flow ( #94466 )
...
commit ad4df4b3f63bdf3e16423ac8c3fdb1a7fae5582e
Author: gamab <gabriel.mabille@grafana.com >
Date: Thu Oct 24 10:24:04 2024 +0200
nit
commit eb8b9cf2f3e27cae258b3ae310f1584da5ba36b5
Author: gamab <gabriel.mabille@grafana.com >
Date: Thu Oct 24 10:23:25 2024 +0200
miss
commit aab1aed204a5dedcc6dd187b2f636995bbe2c5c6
Merge: 5aafdec9233 7fe710b141
Author: gamab <gabriel.mabille@grafana.com >
Date: Thu Oct 24 10:22:05 2024 +0200
Merge remote-tracking branch 'origin/main' into gamab/resourcestore/tracing
commit 5aafdec9233d6824cba977b069d71eabc3d21a8d
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 16 18:03:56 2024 +0200
Did not fix the issue
commit 20522a7f64222fad27268ac640d4b4fb9259c748
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 16 17:42:35 2024 +0200
Test
commit b45199a341b6a57e93927c9eb7de8d7758ed7619
Merge: c0fbbdb95d4 e9e2b11ba2
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 16 17:31:59 2024 +0200
Merge remote-tracking branch 'origin/drclau/unistor/replace-authenticators-3' into gamab/resourcestore/tracing
commit e9e2b11ba2
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Wed Oct 16 18:28:31 2024 +0300
PR feedback: simplified fallback implementation
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com >
commit b5209dba64
Author: Claudiu Dragalina-Paraipan <drclau@users.noreply.github.com >
Date: Wed Oct 16 18:03:06 2024 +0300
Update pkg/services/authn/grpcutils/grpc_authenticator.go
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com >
commit c0fbbdb95d4605f349b902ca8698e7b560433867
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 16 10:32:52 2024 +0200
Add traces to fallback
commit 75aa8dcbd49288f1dca53cdf6e9a7b41688dff38
Merge: d92fafcaf0d 562d499e85
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 16 10:29:41 2024 +0200
Merge remote-tracking branch 'origin/drclau/unistor/replace-authenticators-3' into gamab/resourcestore/tracing
commit 562d499e85
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Wed Oct 16 11:05:01 2024 +0300
switched to features.IsEnabledGlobally()
commit addc6aaca4
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Wed Oct 16 10:21:31 2024 +0300
imports cleanup
commit 7c6d80f6aa
Merge: 64a5e55d61 9dc2ccdbfd
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Wed Oct 16 10:18:54 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 64a5e55d61
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Oct 15 11:01:54 2024 +0300
cleanup
commit 4fe2c03457
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Oct 15 10:31:06 2024 +0300
always enable FlagAppPlatformGrpcClientAuth for k8s int tests
commit c7e36759cd
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Oct 15 10:30:43 2024 +0300
use sync.Once as it's more idiomatic
commit f5c2c79981
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Oct 14 20:43:48 2024 +0300
remove client side namespace extractor
commit 742295c89a
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Oct 14 20:04:11 2024 +0300
avoid double registration of metrics (fallbackCounter)
commit a45998c8d3
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Oct 14 19:03:41 2024 +0300
use FlagAppPlatformGrpcClientAuth to enable new behavior, instead of legacy
commit ffdc301718
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Oct 14 18:37:22 2024 +0300
remove the NamespaceAuthorizer
The NamespaceAuthorizer would fail in legacy mode. It will be added back in the future.
commit 4a03ed7d7d
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Oct 14 15:59:08 2024 +0300
allow using the legacy resource client via
commit a2c30f5328
Merge: ead390f608 2f3c539d9b
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Oct 14 14:08:32 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit ead390f608
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Fri Oct 11 09:38:49 2024 +0300
added server side gRPC authn fallback-to-legacy mechanism
- brought back the old gRPC authenticator
- added `grpc_server_authentication.legacy_fallback` config option
- introduced `AuthenticatorWithFallback`
- added telemetry to track fallbacks
commit d92fafcaf0db9c8d97a5d071759fc21ede7d8848
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 9 14:58:25 2024 +0200
Fix test
commit 54f05ff0fecf3d696a0e98621db6991282503917
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 9 14:42:18 2024 +0200
Forgot the tracer 😁
commit 3948048880c7a0eb2360a35b0cc9f3686f2edfef
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 9 14:02:41 2024 +0200
Add traces to NamespaceAuthorizer
commit cc695bb77c37a097174556303721fbc48b9464a0
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 9 13:56:48 2024 +0200
Add traces to authentication flow
commit 8686c46be5
Merge: 08c3d237dc 4a3ce66193
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 9 13:56:26 2024 +0200
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
commit 08c3d237dc
Merge: 33fd104cfd 84d580179d
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 9 12:41:57 2024 +0200
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
commit 33fd104cfd
Merge: 68af25fbc3 38f57d270a
Author: gamab <gabriel.mabille@grafana.com >
Date: Wed Oct 9 12:13:25 2024 +0200
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
commit 68af25fbc3
Author: Gabriel MABILLE <gamab@users.noreply.github.com >
Date: Mon Oct 7 16:31:09 2024 +0200
Update pkg/services/authz/config.go
commit 4fba5c9b32
Author: gamab <gabriel.mabille@grafana.com >
Date: Fri Oct 4 15:17:41 2024 +0200
PR Feedback
commit 86867a14ca
Author: Gabriel MABILLE <gamab@users.noreply.github.com >
Date: Fri Oct 4 15:13:06 2024 +0200
Update pkg/services/authn/grpcutils/config.go
Co-authored-by: Dan Cech <dcech@grafana.com >
commit c591631135
Merge: c80c46ca6a e37b43117b
Author: gamab <gabriel.mabille@grafana.com >
Date: Fri Oct 4 13:07:48 2024 +0200
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
commit c80c46ca6a
Merge: 3acada9d47 4224d05934
Author: gamab <gabriel.mabille@grafana.com >
Date: Thu Oct 3 14:58:51 2024 +0200
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
commit 3acada9d47
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Fri Sep 27 17:39:59 2024 +0300
introducing `mode` config for gRPC auth server & client side
commit 914ca237e2
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Thu Sep 26 20:47:57 2024 +0300
Fixed integration tests
commit 71c33dcbe3
Merge: 52f248eebb 920d79680d
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Thu Sep 26 19:25:33 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 52f248eebb
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 24 18:44:38 2024 +0300
updated namespace extractor usage
commit a6c977ba4d
Merge: fb7bbf743b 8da1d78c92
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 24 17:35:03 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit fb7bbf743b
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 24 17:34:36 2024 +0300
unistor client side updates
commit a28440c40b
Merge: 79d9969aa8 a8b07b0c81
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 24 10:45:09 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 79d9969aa8
Author: gamab <gabriel.mabille@grafana.com >
Date: Mon Sep 9 16:14:02 2024 +0200
Rename NewResourceClient funcs
commit 36b3752490
Merge: 8ce354bb06 b89f3f8115
Author: gamab <gabriel.mabille@grafana.com >
Date: Mon Sep 9 16:00:54 2024 +0200
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
commit 8ce354bb06
Author: gamab <gabriel.mabille@grafana.com >
Date: Mon Sep 9 10:40:06 2024 +0200
Align
commit bdf79f3b2f
Merge: 8f4df8973d 8eb7e55f8f
Author: gamab <gabriel.mabille@grafana.com >
Date: Mon Sep 9 10:38:45 2024 +0200
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
commit 8f4df8973d
Merge: 2441cd8d53 9338e40dc3
Author: gamab <gabriel.mabille@grafana.com >
Date: Thu Sep 5 11:26:39 2024 +0200
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
commit 2441cd8d53
Merge: 2904074a2f 2bbce8a7f7
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 3 17:31:36 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 2904074a2f
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 3 16:35:25 2024 +0300
refactoring
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com >
commit 125cb3c834
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 3 16:34:18 2024 +0300
refactoring (aesthetics)
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com >
commit 499a31df53
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 3 15:59:09 2024 +0300
update usage of ReadGprcServerConfig()
commit f5d383644d
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 3 15:44:09 2024 +0300
make update-workspace
commit 755485751e
Author: gamab <gabriel.mabille@grafana.com >
Date: Tue Sep 3 14:43:22 2024 +0200
Fix trace
commit d09e14c26a
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 3 15:42:50 2024 +0300
removed WithIDTokenExtractorOption, and other PR feedback
commit 21220c2cca
Author: gamab <gabriel.mabille@grafana.com >
Date: Tue Sep 3 14:36:59 2024 +0200
Else statement
commit 6cf1efdcc4
Author: gamab <gabriel.mabille@grafana.com >
Date: Tue Sep 3 14:35:02 2024 +0200
Mod update
commit 4b73a93883
Author: gamab <gabriel.mabille@grafana.com >
Date: Tue Sep 3 14:32:20 2024 +0200
Add Auth func overrides
commit 6032ab3ae1
Author: gamab <gabriel.mabille@grafana.com >
Date: Tue Sep 3 14:26:18 2024 +0200
Use NamespaceAuthorizer
commit 601beb5327
Author: gamab <gabriel.mabille@grafana.com >
Date: Tue Sep 3 14:20:47 2024 +0200
Update authlib
commit a1b6408127
Merge: 0d70225c1a 1128c417d8
Author: gamab <gabriel.mabille@grafana.com >
Date: Tue Sep 3 14:18:49 2024 +0200
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
commit 0d70225c1a
Author: Claudiu Dragalina-Paraipan <drclau@users.noreply.github.com >
Date: Tue Sep 3 15:15:54 2024 +0300
Update pkg/services/authn/grpcutils/grpc_authenticator.go
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com >
commit 62f165f6f9
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 3 10:55:45 2024 +0300
refactoring NamespaceAccessChecker usage and use CloudNamespaceFormatter in Cloud
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com >
commit bb5ee88d4f
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 3 10:39:11 2024 +0300
added stackIdExtractor for cloud mode
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com >
commit 84866a8a51
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Sep 3 10:38:19 2024 +0300
authz client cfg changes
- removed ModeCloud, relying on ModeGrpc and stackID instead to discover if we're running in Cloud
- reusing settings from "grpc_client_authentication", instead of duplicating in "authorization" section
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com >
commit 14a1021605
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Sep 2 21:44:35 2024 +0300
make update-workspace
commit 84f8c9be94
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Sep 2 21:36:10 2024 +0300
cleanup: refactoring leftover
commit 7fe8d62304
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Sep 2 19:30:51 2024 +0300
update authlib version (small fix)
commit 7c2353ae25
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Sep 2 19:17:11 2024 +0300
cleanup: remove unused `GrpcServerConfig.Mode`
commit 52b7cf8550
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Sep 2 19:06:59 2024 +0300
make update-workspace
commit 14ddfbd8fb
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Sep 2 19:02:40 2024 +0300
finalize authlib grpc interceptors usage
commit 884c4a8c24
Merge: 0fd1988bed a1190b165b
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Sep 2 19:00:07 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 0fd1988bed
Merge: b766bfb24f e0950a1283
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Fri Aug 30 10:45:51 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit b766bfb24f
Merge: 6993f108a2 68751ed310
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Wed Aug 28 15:46:04 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 6993f108a2
Merge: 5f073b04d0 f1ba609b34
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Tue Aug 27 12:51:07 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 5f073b04d0
Merge: 0620891d45 ac5ebe6e4d
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Aug 19 21:09:44 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 0620891d45
Merge: 6a272e8e2a 15f2b08f00
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Mon Aug 12 14:14:44 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 6a272e8e2a
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Thu Aug 8 18:53:43 2024 +0300
allow insecure conns in dev mode + refactoring
commit 31c7b030ba
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Thu Aug 8 10:31:13 2024 +0300
allow insecure connections (for testing purposes); remove audience checks
audience checks will still need to be done for Access tokens, but not for ID tokens
commit 0fdd2ff802
Merge: 763961210c f384759ad1
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Wed Aug 7 14:42:39 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 763961210c
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Fri Aug 2 18:54:29 2024 +0300
wip
commit c46b42a595
Merge: 92aba937a9 0145b0fe70
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Fri Aug 2 14:44:06 2024 +0300
Merge branch 'main' into drclau/unistor/replace-authenticators-3
commit 92aba937a9
Author: Claudiu Dragalina-Paraipan <claudiu.dragalina@grafana.com >
Date: Thu Aug 1 18:32:19 2024 +0300
authn: client side updates
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com >
2024-10-28 14:35:30 +02:00
Misi
fedcf47702
User: Check SignedInUser OrgID in RevokeInvite ( #95476 )
...
Check SignedInUser OrgID in RevokeInvite
2024-10-28 13:20:17 +01:00
Arati R.
4a13580a2f
K8s/Folders: Fix folder status error message ( #95464 )
...
* Fix folder status error message
* Add test for folder creation response message
* Add TestFoldersCreateAPIEndpointK8S fixes
* Fix message returned when user has no permissions
2024-10-28 12:33:56 +01:00
Matheus Macabu
69f185b459
CloudMigrations: handle provisioned data source error ( #95473 )
2024-10-28 12:02:46 +01:00
Tobias Skarhed
187111368a
Frontend Monitoring: Only write to custom Faro endpoint if origins are the same in iframe ( #95381 )
...
* Only enable Faro if origins are the same in iframe
* Handle non-iframe case
* Remove console logs
* Use try catch to identify cross origin iframe
* Only disable transport
2024-10-28 11:48:44 +01:00
grafana-pr-automation[bot]
712974b26c
I18n: Download translations from Crowdin ( #95427 )
2024-10-28 12:21:22 +02:00
Leonor Oliveira
5cf86c981f
Test Folder's GetAuthorizer ( #95266 )
...
* WIP: setup to test folders GetAuthorizer
* Setup test
* Extract authorizer fn for tests
* Setup internal test fn
* Better define test inputs
* Add FolderAPI builder to the test
* First test passing
* Test getAuthorize for the create method
* Change authorizerFunc's signature
* [REVIEW] code readability
* Name error
* [REVIEW] add one more test case. Lint
* Remove empty line
2024-10-28 12:00:19 +02:00
Jay
4a4ad66210
Update _index.md ( #95460 )
...
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2024-10-28 09:57:56 +00:00
Jo
ed1ad34f9b
ServiceAccounts: Allow use of UIDs for Service Account routes ( #95401 )
2024-10-28 10:49:48 +01:00
Jay
39d53e65a7
Update _index.md ( #95461 )
...
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2024-10-28 09:23:12 +00:00
Alex Khomenko
16b9cf07f4
Dashboards: Fix home dashboard loading ( #95376 )
...
Dashboards: Fix home dashboard load
2024-10-28 09:19:59 +02:00
Dave Henderson
0880329796
ci(trivy): Use non-default DB registry to avoid rate limits ( #95434 )
...
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
2024-10-25 22:12:41 +03:00
Dana Axinte
fd99b82f78
Cloud migrations: Add cloud migration to auditing docs ( #95148 )
...
* add cloud migration management
* use feature toggle note
* just annotation
* Update docs/sources/setup-grafana/configure-security/audit-grafana.md
* Updates from prettier
---------
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com >
Co-authored-by: Kim Nylander <kim.nylander@grafana.com >
2024-10-25 16:48:45 +01:00
Tom Ratcliffe
b0e116c5fa
Alerting: Fix template editing issues for contact points ( #95387 )
2024-10-25 16:41:25 +01:00
Matheus Macabu
b2de69d741
CloudMigrations: create snapshot for Alert Rules ( #95404 )
...
* CloudMigrations: create snapshot for Alert Rules
* CloudMigrations: display Alert Rules in resource list summary
2024-10-25 17:20:05 +02:00
Kim Nylander
6f4a9eb07b
[DOC] Add link to blog post for Explore apps ( #95418 )
...
* Add link to blog post for Explore apps
* Updates from prettier
2024-10-25 10:54:57 -04:00
Kevin Minehart
4e6a7121ed
CI: Consolidate package and docker steps ( #95375 )
...
* Consolidate package and docker steps
* load docker images (if there are any); fix tag-format casing
* I guess e2e tests use pkg/build...
* lint starlark
2024-10-25 09:25:29 -05:00
Eric Leijonmarck
cc1976693b
LBAC for datasources: Docs update HTTP API ( #95392 )
2024-10-25 15:20:36 +01:00
Ashley Harrison
94bbc081c8
Chore: Finish converting emotion styles to object syntax ( #95399 )
...
* convert some emotion styles to object syntax
* convert more styles to object syntax
* fix placeholder content
2024-10-25 14:50:28 +01:00
Gabriel MABILLE
2788817107
AuthZ: Implement Check ( #95162 )
...
* AuthZ: Implement Check
---------
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com >
2024-10-25 14:57:39 +02:00
Bogdan Matei
97c0ff2ae4
Dashboards: Reload the dashboard based on time range and filters changes ( #94190 )
2024-10-25 15:56:54 +03:00
Laura Fernández
bdab0bc8c0
SingleTopNav: Add kiosk mode tracking events ( #95397 )
2024-10-25 14:40:34 +02:00
Andreas Christou
fd4fc106d9
Azure: Improve handling of deprecated query types ( #95363 )
...
* Add logic for handling deprecated query types
* Test
* Improve documentation
2024-10-25 13:25:00 +01:00
Karl Persson
bdbe12e980
Zanzana: Implement initial check and list with schema for generic resources ( #95056 )
...
* Implement initial check with schema for generic resources
* Implement List and add tests
* Add namespace type and change to folder_resource name
* Handle namespace grants for typed resources
* Run tests as integration tests
* Add support for verb in list requests
2024-10-25 14:19:11 +02:00
Jack Westbrook
e894b19c1a
Build: Fix failing CSS asset paths ( #95380 )
...
* build(webpack): set publicpath and process urls to resolve assets correctly
* build(webpack): add back --progress to build
* Add local cdn
(cherry picked from commit 7a19523fa476fd5ff2d7669d116f5be462b100f5)
* chore(devenv): fix local_cdn path in ngnix conf
* chore(codeowners): add frontend-ops as owners of local_cdn docker block
---------
Co-authored-by: Andreas Christou <andreas.christou@grafana.com >
2024-10-25 13:45:44 +02:00
Ashley Harrison
d0e124e2f9
Playlists: don't show TV mode in singleTopNav ( #95339 )
...
don't show TV mode in singleTopNav
2024-10-25 11:09:05 +01:00
Ashley Harrison
d1a00540dd
SingleTopNav: Ignore searchBarHidden/kiosk=tv flags ( #95344 )
...
ignore searchBarHidden/kiosk=tv flags
2024-10-25 10:46:40 +01:00
Bogdan Matei
69f888e296
Scopes: Fix rendering of the scopes list for large chunk of items ( #95327 )
...
* Scopes: Fix rendering of the scopes list for large chunk of items
* Fix outline for overflow
* Fix outline for overflow
2024-10-25 12:27:30 +03:00
Eric Leijonmarck
b1e1297bb3
LBAC for datasources: Move validation of rules from datasources to LBAC Rules ( #94622 )
...
* FIX: Remove the checks for lbac rules inside of datasources
* Remove json validation for lbac rules
* Preserve lbac rules in updates
* Refactored test to remove the table structure
* refactor: change to allow naming and concise override instead of complex branching
* refactor to make sure we set an empty field for updates
* bugfix
* check for datasources.JsonData
* fix merge
* add datasource to check for field presence only
* add function call for readability
2024-10-25 10:07:53 +01:00
Matias Chomicki
226dcdde0f
Query splitting: limit retries ( #95364 )
2024-10-25 11:53:03 +03:00
Tobias Skarhed
5ee5c7af7b
Combobox: Invalidate async calls using counter instead of value ( #95049 )
...
* Combobox async: Invalidate using timestamp instead of value
* Simulate keyboard delay in test
* Use a counter instead of timestamps
* Fix feedback
* Expand tests to include case discussed on PR
---------
Co-authored-by: Joao Silva <joao.silva@grafana.com >
2024-10-25 10:10:02 +02:00
Karl Persson
beaac3c885
Zanzana: Remove model and store initiation from client ( #95328 )
...
* Remove model and store initiation from client
2024-10-25 09:31:27 +02:00
maicon
f5ed2f52f7
UniStore: expand nested folders testing ( #95374 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-24 19:54:33 -03:00
Kevin Minehart
67b3848fd9
CI: Remove drone steps for building windows because it's done in grafana-… ( #95373 )
...
Remove drone steps for building windows because it's done in grafana-build now
2024-10-24 17:04:25 -05:00
owensmallwood
5e3e7cca0e
Search PoC: Adds traces to indexer ( #95372 )
...
* adds traces to indexer
* fix linting errors
2024-10-25 00:05:33 +03:00
owensmallwood
ecebaf1bdf
Unified Storage: Add traces to poller ( #95369 )
...
add traces to poller
2024-10-24 22:49:38 +03:00
Yuri Tseretyan
2deced7d40
Alerting: Notifications Routes API ( #91550 )
...
* Introduce new models RoutingTree, RouteDefaults and Route and api-server to serve them that is backed by provisioning notification policy service.
* update method UpdatePolicyTree of notification policy service to return route and new version
* declare new actions alert.notifications.routes:read and alert.notifications.routes:write and two corresponding fixed roles.
---------
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com >
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
2024-10-24 13:53:03 -04:00
Jev Forsberg
fb0221d561
Chore: Delegate codeowners responsibilities to @grafana/grafana-developer-enablement-squad ( #95362 )
...
* baldm0mma/update_codeowners/ update go.mod
* baldm0mma/update_codeowners/ update codeowners
* baldm0mma/update_codeowners/ update go.mod
2024-10-24 19:49:48 +03:00
grafana-pr-automation[bot]
0d272a3b9c
I18n: Download translations from Crowdin ( #95334 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-24 19:20:32 +03:00
Syerikjan Kh
2f965a07ab
Ref: datasource picker rudderstack events ( #95074 )
...
* ref: ds picker events added
* ref: track opendropdown only on click
* ref: update/update all payload added to the event
* ref: configure more ds button event path to from path
* ref: result count fix, enable/disable track
* ref: debounce search tracks
* ref: track connections_plugin_card_clicked
* ref: call tracking from the child comp with result count
* ref: change event names, add creator_team and schema version
2024-10-24 12:03:17 -04:00
Sarah Zinger
59f5c1edfb
Query Service: Add trace ids to logs in expressions ( #95203 )
2024-10-24 12:01:14 -04:00
Misi
b8b7c7901c
Auth: Increase name_id and session_id length to 1024 in user_external_session ( #95352 )
...
Increase name_id and session_id length to 1024
2024-10-24 17:14:38 +02:00
Diego Augusto Molina
257aca5340
Unistore Chore: Fix span name ( #94965 )
...
fix span name
2024-10-24 12:12:20 -03:00
maicon
f379329127
UniStore: add FoldersCreate Endpoint test ( #95253 )
...
* UniStore: add FoldersCreate Endpoint test
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-24 12:04:32 -03:00
Jacob Valdez
0c73403e00
Docs: initial pruning of outdated versioning info ( #95212 )
...
* initial pruning of outdated versioning info
* removing erroneous file
2024-10-24 09:42:04 -05:00
Erik Sundell
967b9ed22c
E2E: Fix broken selector ( #95357 )
...
fix broken selector
2024-10-24 17:36:53 +03:00
Josh Hunt
0b842eb48e
Chore: Change filterTable nth-child to nth-of-type ( #95331 )
...
Chore: Change filterTable nth-child styles to fix console warning
2024-10-24 17:27:25 +03:00
Sonia Aguilar
f5bd197cdb
Alerting: Move logic for simple mode in QueryAndExpressionsStep to a separate hook ( #94709 )
...
* Move logic for simple mode in QueryAndExpressionsStep to a separate hook and add tests
* remove unnecessary jest.clearAllMocks
2024-10-24 16:26:46 +02:00
Ashley Harrison
5fb1c7f512
Card: Set an explicit displayName for Card ( #95353 )
...
set an explicit displayName for Card
2024-10-24 17:18:05 +03:00
Kazuho Cryer-Shinozuka
06e826d3af
Alerting: Fix the unnecessary FolderCreationModal that is displayed twice ( #94654 )
2024-10-24 16:12:52 +02:00
Levente Balogh
d0d0d86880
Extensions: Add base log labels to console warn and error logs ( #95348 )
...
feat: add base labels to console logs
2024-10-24 16:58:54 +03:00
Matheus Macabu
152b83b3fb
CloudMigrations: handle more error codes from GMS backend ( #95257 )
...
* CloudMigrations: remove unnecessary if feature toggle gating
* CloudMigrations: handle new error codes from backend
2024-10-24 15:55:02 +02:00
Esteban Beltran
77b8b505ad
Catalog: Allow extensions to render in the plugin catalog subtitle ( #95239 )
...
* Plugins Catalog: Allow plugin subtitle additional extensions to register and render
* Add tests
* Fix prettier issues
* Fix typo
* Empty commit
2024-10-24 15:44:50 +02:00
Andreas Christou
2a65de8aaa
Azure Monitor: Limit the log rows to 30000 ( #93901 )
...
* Limit the amount of rows to 30000
* Lint
* Remove unneeded goldenframe check
* Add feature toggle
* Update toggles
* Use rowLimit variable
2024-10-24 16:32:09 +03:00
Erik Sundell
ef253c99d8
Plugin extensions: Temp remove isReactComponent check ( #95343 )
...
* temp remove is react component check
* remove unused import
2024-10-24 16:21:00 +03:00
Tom Ratcliffe
9ec48075ee
Alerting: Fix escaping of silence matchers in utf8 mode ( #95067 )
...
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2024-10-24 14:12:09 +01:00
Gilles De Mey
c42f42223a
Alerting: New alert state list view ( #94068 )
2024-10-24 15:37:42 +03:00
Alex Khomenko
f671ad51fe
Alerting: Update Alert State History router import ( #95218 )
...
Update import
2024-10-24 14:27:54 +02:00
Ashley Harrison
5cb4be8c9b
SingleTopNav: Use original kiosk mode icon ( #95332 )
...
change kiosk mode icon, put profile icon back in corner
2024-10-24 14:24:28 +03:00
Ihor Yeromin
762c7dc3a5
Transformation: Fix label width ( #95159 )
...
fix label width
2024-10-24 13:11:52 +02:00
Will Browne
9ae3d049a3
Plugins: Simplify TestExtractFiles test ( #95183 )
...
simplify TestExtractFiles test
2024-10-24 12:01:00 +01:00
Will Browne
a2868fdb14
Plugins: Replace references of plugin SDK backend.Logger with Grafana logger ( #95235 )
...
replace references
2024-10-24 12:00:40 +01:00
Yulia Shanyrova
26fab52086
Plugins: Plugin details right panel improvements ( #93982 )
...
* Add installed and latest version information
* get latest changelog for changelog tab from gcom
* fix displaying signature type
* fix integration test
* add translations
* remove gcom request at local changelog method
2024-10-24 12:55:29 +02:00
Erik Sundell
37f82dab49
Docs: Improve readme about e2e selectors ( #95326 )
...
add one more bulletpoint
2024-10-24 12:30:28 +02:00
Ashley Harrison
4a9ba41f81
Switch: Improve screen reader behaviour ( #95178 )
...
* add role="switch" and only set a label if one is passed in
* fix unit tests
* fix more unit tests
2024-10-24 11:26:04 +01:00
Matias Chomicki
142797032b
Logs Volume: update timeout message ( #95277 )
...
* Logs Volume: update timeout message
* SupplementaryResultError: add list styles
* Address lint issues
* Update public/app/features/explore/Logs/LogsVolumePanelList.tsx
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
---------
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
2024-10-24 13:15:52 +03:00
Marcus Efraimsson
5c9071a6c6
Chore: Update SDK to v0.258.0 ( #95325 )
2024-10-24 12:14:19 +02:00
Erik Sundell
b0250cf027
Release: Install git in npm release step ( #95324 )
...
install git
2024-10-24 13:07:07 +03:00
Torkel Ödegaard
3523289e98
Dashboards: Fixes performance issue expanding a row ( #95311 )
...
* DashboardScene: Optimize change detection
* Remove arg
* remove console log
2024-10-24 11:05:13 +02:00
Lucas Reyna Córdoba
5fc07abef1
Docs: Contact page migration - updates contact links ( #94012 )
2024-10-24 10:43:18 +02:00
Erik Sundell
58f180d58b
E2E Selectors: Add minimum Grafana version to selectors ( #93468 )
...
* make selectors versioned
* update readme
2024-10-24 10:28:21 +02:00
Joey
5a9de531d2
Tempo: Support new TraceQL scopes ( #94858 )
...
* Support new TraceQL scopes
* Update TraceQL lezer version
2024-10-24 09:17:40 +01:00
Alex Khomenko
7fe710b141
Routing: Update AppRootPage ( #95052 )
...
* Update router
* Fix rendering case
* Switch useLocation
* Remove redundant await
2024-10-24 10:50:48 +03:00
Hugo Kiyodi Oshiro
2d27703955
Plugins: Disable plugin uninstall while plugin is installing ( #95070 )
2024-10-24 09:38:38 +02:00
Claudiu Dragalina-Paraipan
830600dab0
AuthN: Optionally use tokens for unified storage client authentication ( #91665 )
...
* extracted in-proc mode to #93124
* allow insecure conns in dev mode + refactoring
* removed ModeCloud, relying on ModeGrpc and stackID instead to discover if we're running in Cloud
* remove the NamespaceAuthorizer would fail in legacy mode. It will be added back in the future.
* use FlagAppPlatformGrpcClientAuth to enable new behavior, instead of legacy
* extracted authz package changes in #95120
* extracted server side changes in #95086
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com >
Co-authored-by: gamab <gabriel.mabille@grafana.com >
Co-authored-by: Dan Cech <dcech@grafana.com >
2024-10-24 09:12:37 +02:00
Leon Sorokin
f7fcc14f69
Transformations: Add field from calc - avoid frame joining in some cases ( #93602 )
...
* Transformations: Add field from calc - avoid frame joining in some cases
* Add test for multiple query, 1 field, replace all
* omit frames that had no binary ops performed on them
---------
Co-authored-by: drew08t <drew08@gmail.com >
2024-10-23 15:14:06 -07:00
owensmallwood
2ffb88b0ee
Unified Storage: Add index for poller query ( #95293 )
...
add index for poller query
2024-10-23 15:40:56 -06:00
Aaron Godin
d89235aa8c
IAM: fix GetSearchPermissionCacheKey uniqueness ( #95192 )
...
* fix: Change users permissions search to use a consistent key without collisions
* Move HashString to cacheutils
* Change error handling logic for what to do with a cache key
* Add a test that confirms search cache key consistency
2024-10-23 15:37:30 -05:00
Kevin Minehart
66c728d26b
CI: use linux to build msi installers ( #95215 )
...
* Build the MSI installers using Linux and wine
2024-10-23 22:26:52 +03:00
Isabel Matwawana
c84b6b783c
Docs: Fix shared file references ( #95287 )
2024-10-23 15:04:24 -04:00
Isabel Matwawana
aa0dc36143
Docs: Table visualization update ( #94495 )
...
Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com >
2024-10-23 14:33:12 -04:00
Isabel Matwawana
a0ae08d774
Docs: Add correlations youtube link to What's new ( #95279 )
2024-10-23 14:26:32 -04:00
Marcus Efraimsson
8780fc554f
Chore: Update SDK to v0.257.0 ( #95250 )
2024-10-23 17:49:12 +02:00
renovate[bot]
23aca476c9
Update scenes to v5.20.4
2024-10-23 15:27:35 +00:00
renovate[bot]
7359e0bcba
Update dependency html-webpack-plugin to v5.6.3
2024-10-23 14:43:01 +00:00
Ashley Harrison
b23b6d228a
Chore: Convert styles to use emotion object syntax ( #94989 )
...
* convert to use emotion object syntax
* missed one
* review comments
* set back to 0 and disable lint rule
2024-10-23 15:25:28 +01:00
renovate[bot]
3f47621065
Update dependency eslint-plugin-react to v7.37.2
2024-10-23 14:21:14 +00:00
ismail simsek
78a00d09cd
Prometheus: Fix passing query timeout to upstream queries ( #95104 )
...
* remove queryTimeout from constructor
* use queryTimeout for range and instant queries
* remove comment
* remove default query timeout
* fix linting
2024-10-23 16:16:00 +02:00
Andre Pereira
0872eb2791
Tempo: Return a not found error if the trace is empty from v2 ( #95256 )
...
Return a not found error if the trace is empty from v2
2024-10-23 15:14:40 +01:00
Juan Cabanas
15de8a5433
SharedDashboard: Fix refresh when time picker is hidden ( #95258 )
2024-10-23 11:08:28 -03:00
ismail simsek
77cb47773f
Prometheus: Fix field name setting for heatmap-cells type ( #95097 )
...
* add unit test
* ignore setting valueField name if the frame type is heatmap-cells
* return early
2024-10-23 16:07:00 +02:00
Adam Simpson
61b9ffd324
ds-querier: return QDR instead of k8s error ( #95184 )
...
* ds-querier: return QDR instead of k8s error
After parseQuery we know the request is a valid k8s request but we don't
know if the query is valid, therefore this change returns a QDR that
other systems, e.g. alerting ruler, can de-serialize properly.
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com >
* ds-querier: fix tests
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
* tweak status
* refactor refID to empty
---------
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com >
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
2024-10-23 09:58:22 -04:00
jackyin
008c51b5b1
SignupInvitedPage: Show orgName ( #94940 )
...
* no orgname
* format code
* update unit test
* delete contextSrv
* fix unit test
* run prettier
---------
Co-authored-by: Laura Benz <laura.benz@grafana.com >
2024-10-23 16:49:27 +03:00
Erik Sundell
022297f359
E2E Selectors: Add 'modified' dist-tag when release includes actual changes ( #93813 )
...
* add modified tag to e2e-selectors package
* add sleep
* pr feedback
2024-10-23 15:47:50 +02:00
renovate[bot]
f6354339ef
Update dependency @types/prismjs to v1.26.5
2024-10-23 13:45:32 +00:00
renovate[bot]
3b37e20df6
Update dependency @grafana/azure-sdk to v0.0.4 ( #95252 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 16:22:02 +03:00
Gabriel MABILLE
b68b69c2b4
AuthN: Use tokens for unified storage server authentication ( #95086 )
...
* Extract server code
---------
Co-authored-by: Claudiu Dragalina-Paraipan <drclau@users.noreply.github.com >
2024-10-23 15:04:15 +02:00
Eric Leijonmarck
9ab064bfc5
Folders: Add admin permissions upon creation of a folder w. SA ( #95072 )
...
* add admin permissions upon creation of a folder w. SA
* Update pkg/services/folder/folderimpl/folder.go
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
* Grant service account permissions for creation of dashboards
* Grant service account admin permissions upon creating a datasource
* fetch user using the userservice with the userid
* Revert "fetch user using the userservice with the userid"
This reverts commit 23cba78752 .
* revert back to original datasource creation
---------
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
2024-10-23 14:02:22 +01:00
Pepe Cano
b1a1e7ce61
Alerting: Add example dropdown in the Edit notification template view ( #94711 )
...
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2024-10-23 15:01:42 +02:00
renovate[bot]
b512e7be0a
Update dependency @types/node to v20.16.15
2024-10-23 12:59:48 +00:00
Andreas Christou
8bb7475e4f
Azure: Fix duplicated traces in multi-resource trace query ( #95156 )
...
Use first resource as base resource for query
2024-10-23 12:30:06 +01:00
Matias Chomicki
2573cbec08
Loki: Added support to split queries by stream shard ( #94245 )
...
* Add shard query splitting implementation
* Shard query splitting: reuse function from query splitting
* Shard query splitting: remove max line limit
* Shard query splitting: update test
* Shard query splitting: fix types and non-sharded queries
* Merge responses: fix log merging
* Merge responses: remove legacy code
* Query splitting: add support to retry failed requests
* Query splitting: unit test request retrying
* Query splitting: add unsubscriptions
* Shard query splitting: fix retrying
* Shard query splitting: switch to dynamic grouping
* Shard query splitting: update group size thresholds and fix -1 query
* Shard query splitting: update initial group size + don't retry parse errors
* Shard query splitting: update unit test
* chore: update mock value
* Shard query splitting: add support for multiple targets
* chore: update description
* Shard query splitting: use group targets
* chore: filter hidden queries
* Shard query splitting: issue initial log query without sharding
* Splitting: fix retrying in both methods
* Merge responses: keep execution time
* Shard query splitting: remove no-shard attempt
* Shard query splitting: adjust groups based on rate of change
* chore: clean up experiments
* Shard query splittng: remove log query restrictions
* Shard query splitting: remove fallback to time splitting
* Loki: add new query direction
* Missing generated file
* LokiOptionField: integrate new query direction
* Shard query splitting: delegate non-scan queries to time splitting
* Query splitting: do not retry queries with parse errors
* Loki datasource: add placeholder for feature flag
* Shard query splitting: add function with support criteria
* Shard query splitting: refactor query modification and shard logs volume
* Shard query splitting: update unit tests
* chore: Update scan direction tooltip
* chore: formatting
* LogsVolumePanel: fix missing state in logs volume panel data
* Merge responses: better handle missing nanoseconds
* LokiQueryOptionFields: display query direction for log queries
* loki: process scan direction as backward
* Loki datasource: restrict sharding to Explore
* Retrying: invert criteria and move to response utils
* Formatting
* Use log volume refId constant
* Fix import order
* Create feature flag
* Use feature toggle
* LogsVolumePanel: prevent flashing no data while streaming
2024-10-23 14:21:03 +03:00
grafana-pr-automation[bot]
a5ae8959e3
I18n: Download translations from Crowdin ( #95224 )
2024-10-23 14:19:04 +03:00
Josh Hunt
2cf6a6388b
Combobox: Add prometheusUsesCombobox feature toggle ( #95238 )
...
Add prometheusUsesCombobox feature toggle
2024-10-23 12:18:33 +01:00
Pepe Cano
813632dff1
Alerting Docs: Update Alert rule and Notification Templating ( #94069 )
...
* Update links to the new location of the Templates intro page
* Set alert rule template structure
* Update the `Template notifications` structure/sidebar
* Move examples to examples pages
* Update menu titles and URL paths
* WIP reference
* added intro to examples.md
* reference page section intros
* examples title
* Template
* Continue Alert Template Reference
* example sections
* Almost finish with Reference page
* weight pages
* WIP - template variables Intro
* Edits Alert rule templates + Differences with notification templates
* examples-draft-2
* how to map annotations to notif templates
* examples v2
* moved example
* Continue Template annotations and labels
* Preview annotation templates
* Complete `Template annotations and labels`
* Update `Differences with notification templates`
* Polish a bit `Differences with notification tempaltes`
* added logic examples to `Examples`
* Finish sharing Template language
* Minor: set `anchor` link
* Minor edit
* Minor edit
* Minor changes
* Template language changes
* Document missing functions for alert rule templates
* 'Examples' v3
* `Examples` v3.1
* `Examples` v3.2
* added context/intro to `Examples`
* added a how to section to `Examples`
* moved legacy info in `Examples`
* added examples, sections in `Examples`
* formatting
* examples v5
* examples v5.1
* Complete update to `Notification template reference`
* Update `$values` description
* moved steps to `index`
* fixed urls
* removed section in `examples`
* added refs
* fixed urls
* refs fix
* blended the use case into the explanation
* Notification template reference: Minor readibility changes
* Edit `$value` in Alert rule template reference
* Edit `Manage notification templates
* links to ref and lang pages
* Minor copy changes
* Edit Template annotation overview + Prepare Template notifications overview
* `Select` vs `Choose`
* Template Overview
* Fix `heading` does not match `title`
* examples v6
* examples v6.1
* Fix spell errors
* Run `prettier --write` to fix md format errors
* examples v7
* examples v7.1
* examples v7.2
* examples v7.4
* examples v7.5
* examples v7.6
* all pretty, no pity
* Update alert rule examples
* Complete `Labels and annotations template examples`
* Minor changes
* Use `.` notation instead of `index` in examples
* rename `extendeddata` to `notificationdata`
* Complete Notification examples
* minor changes
* Set `go` language when displaying template examples
* Revert "minor changes"
This reverts commit f647c55c87 .
* Update example and admonition for consistency
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/shared/alerts/template-language.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/shared/alerts/template-language.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/language.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* use `add` instead of `enrich`
* fix prettier content errors
* minor copy change
* Specify which Alert properties are exclusive to Grafana-managed alerts
* Use `Monitor` instead of `Meta monitoring`
* Be more detailed about notifation template limitations
---------
Co-authored-by: tonypowa <tonypowa@gmail.com >
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-10-23 12:43:28 +02:00
renovate[bot]
3103776892
Update dependency @types/jquery to v3.5.32
2024-10-23 10:08:04 +00:00
antonio
01b75828ba
alerting>tutorials:simple alert creation flow ( #95134 )
...
* alerting>tutorials:simple alert creation flow
* change step instruction
* added ref
* added ref2
* refs3
* all pretty no pity
* Update docs/sources/tutorials/alerting-get-started/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* updated instructions in all the tutorials
* small changes
* link
* link2
* removed will offenders
* minor update
* typo
* removed ref
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-10-23 11:53:40 +02:00
Ashley Harrison
567a3803c5
SingleTopNav: Fix losing focus when moving between menu states ( #95069 )
...
* handle button focus between states
* fix focus when closing the overlay menu from the close button
* move into a separate hook
* properly feature toggle the hook
* use constants
2024-10-23 10:52:42 +01:00
renovate[bot]
5f8af8860f
Update dependency @types/jest to v29.5.14
2024-10-23 09:40:48 +00:00
Josh Hunt
2a5afd0d1a
Combobox: Combine loading and search/caret icons ( #95191 )
...
Don't have both loading and search/caret icon at the same time
2024-10-23 10:39:03 +01:00
renovate[bot]
32d224223e
Update babel monorepo to v7.25.9
2024-10-23 09:10:18 +00:00
Torkel Ödegaard
b700de8122
Dashboard: New layouts feature toggle and basic skeleton for a responsive grid layout ( #94805 )
...
* Wip
* Update
* Fix adding new panels
* reuse fromVizPanels
* Fixes
* Update
* Update
* Update
* Fixes
* Update
2024-10-23 10:55:45 +02:00
Gábor Farkas
1dbbbd9ca7
query: handle the x-rule-uid header ( #95223 )
2024-10-23 10:49:54 +02:00
Karl Persson
6f7528f896
Migration: Remove table aliasing in delete statement to make it work for mariadb ( #95226 )
...
Migration: remove table aliasing in delete statement to make it work in mariadb
2024-10-23 10:49:20 +02:00
renovate[bot]
5e924f3a27
Update dependency @grafana/plugin-e2e to v1.9.0 ( #95179 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-23 09:44:32 +01:00
Andres Martinez Gotor
e33573d786
Docs: Rewording prune setting when provisioning datasources ( #95059 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-10-23 08:31:53 +00:00
Leonor Oliveira
a03652494c
Dual Writer simplification ( #93852 )
...
* All objects should have an UID
* Now with a different error message
* Simplify create on DW 2: use the same object to write to both storages
* Run only one test
* Add check for status code
* Add name if it's not present in mode2
* Populate UID in legacy
* Remove logs and commented code
* Change dualwriter1
* Remove commented code
* Fix list test
* remove get on update from dualwriter 2
* Get object before updating. Better var renaming
* Finish rebasing
* Comment test
* Uncomment tests
* Update legacy first. Add preconditions
* Remove preconditions
* Fix update test
* copy RV from unified to legacy objects
* revert changes to playlist xorm store
* Improve logging. Add go routines for mode3
* Add tests for async funcs in mode3
* Lint
* Lint
* Lint. Start to fix tests
* Fix watcher tests
* Fix store tests
* Fiinish fixing watcher tests
* Fix server tests
* add name check
* Update pkg/apiserver/rest/dualwriter_mode1.go
Co-authored-by: Bruno Abrantes <bruno.abrantes@grafana.com >
* All objects should have an UID
* Now with a different error message
* Simplify create on DW 2: use the same object to write to both storages
* Run only one test
* Add check for status code
* Add name if it's not present in mode2
* Populate UID in legacy
* Remove logs and commented code
* Change dualwriter1
* Remove commented code
* Fix list test
* remove get on update from dualwriter 2
* Get object before updating. Better var renaming
* Finish rebasing
* Comment test
* Uncomment tests
* Fix update test
* revert changes to playlist xorm store
* Improve logging. Add go routines for mode3
* Lint
* Fix watcher tests
* Fiinish fixing watcher tests
* Add mode 5 with etcd test case. Add early check to fail on populated RV in payload
* we can't set RV to the found object when updating
* Lint
* Don't fail on update playlists
* Name should not be different when updating and it should be not empty on creating
* Fix tests
* Update pkg/apiserver/rest/dualwriter_mode2.go
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com >
* Lint
* Fix mode 5 tests
* Lint
* Add generateName condition on every mode. Fix tests
* Lint
* Add condition on where name or generate name have to be set
* Fix test
* Lint
* Fix folders test
* We dont need to send name for mode1
* Fail if UID is not present
* Remove change from not running test
* Remove unused line
* Lint
* Update pkg/storage/unified/apistore/store.go
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com >
* Improve error message
* Fix broken watcher test
* Fail on name mismatch on update
* Remove log
* Make sure UIDs match on create in both stores
* Lint
* Write first to unified storage
* Remove uid setting
* Remove RV only in mode2
* Fix test. Remove log line
* test
* No need to asser on RV in mode3
* Remove RV check due to race condition
* Update dualwriter.go
Co-authored-by: Georges Chaudy <chaudyg@gmail.com >
* Update pkg/storage/unified/client.go
* remove unused parameter
* log an error for object is missing UID instead of returning an error
* remove obj.SetResourceVersion("")
* log an error for object is missing UID instead of returning an error
* FInalise merge
* Move RV check to where it was
* Remove name check
* Remove server check for backwards compatibility
* Remove unused fn
* Move test checks for another PR
* Dont commit go work sum changes
* Only log error if RV is present for now.
---------
Co-authored-by: Todd Treece <todd.treece@grafana.com >
Co-authored-by: Bruno Abrantes <bruno.abrantes@grafana.com >
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com >
Co-authored-by: Georges Chaudy <chaudyg@gmail.com >
2024-10-23 10:29:41 +02:00
Robby Milo
1696ac8ea5
format datasources list with columns ( #95048 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-10-23 08:18:22 +00:00
Gábor Farkas
3a719a2cfd
api: use alerting headers ( #95118 )
...
* api: use alerting headers
* improve code, add integration test
* better comment
* fixed test
* merged tests
2024-10-23 09:39:22 +02:00
owensmallwood
d9bc4f7395
Search poc: Add debug log for metric and update metric buckets ( #95217 )
...
* adds debug log for metric
* updates buckets
2024-10-23 09:35:17 +02:00
Ihor Yeromin
b189743ca0
Actions: Improve drag and drop experience ( #94263 )
...
* feat(actions): improve dnd ux
---------
Co-authored-by: Kristina Durivage <kristina.durivage@grafana.com >
2024-10-23 09:24:06 +02:00
Pepe Cano
8072286daf
Alerting docs: Update Labels and Annotations to detail use cases ( #95213 )
...
* Alerting docs: Update `Labels and Annotations` to detail use cases
* Update docs/sources/alerting/fundamentals/alert-rules/annotation-label.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-10-23 08:50:56 +02:00
Matthew Jacobson
26162a53e6
Alerting: Allow config api receiver create/delete with alertingApiServer ( #95207 )
...
Previously all receiver modifications were denied with alertingApiServer
enabled. This allows pure creates and deletes through as these specific
cases can be handled simply and without risk of rbac shenanigans.
2024-10-22 16:54:05 -04:00
Isabel Matwawana
4e725f2f74
Docs: Add what's new video ( #95173 )
2024-10-22 20:31:31 +00:00
Juan Cabanas
60915e7fe6
ShareExternally: Fix refresh when time picker is hidden ( #95206 )
...
Fix refresh when time picker is hidden
2024-10-22 23:03:04 +03:00
grafana-delivery-bot[bot]
75a28bc367
Release: update changelog for 11.3.0 ( #95197 )
...
* Update changelog
* update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com >
2024-10-22 12:39:16 -07:00
owensmallwood
9763199b53
Search Poc: Add metrics ( #95111 )
2024-10-22 12:25:08 -06:00
Ezequiel Victorero
12cc312920
Chore: Update swagger docs ( #94701 )
2024-10-22 15:18:14 -03:00
Gabriel MABILLE
7aeb1adff2
Fix: Check JSON data is not nil ( #95189 )
...
* Fix: Fix panic when json data are nil
* Use Interface()
* Feedback
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com >
* Need to check inside the if statement
---------
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com >
2024-10-22 18:09:44 +01:00
Summer
6e802e6809
Expressions: add core services project on expressions label ( #94991 )
...
---------
Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com >
2024-10-22 13:05:45 -04:00
grafana-delivery-bot[bot]
9a7ec04f90
Release: update changelog for 11.2.3 ( #95176 )
...
Update changelog
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-22 09:27:34 -07:00
grafana-pr-automation[bot]
d325184287
I18n: Download translations from Crowdin ( #95175 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-22 18:54:23 +03:00
renovate[bot]
9fb956f57f
Update dependency @grafana/faro-web-tracing to v1.11.0 ( #95170 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 16:16:45 +01:00
grafana-delivery-bot[bot]
77bf3f5bab
Release: update changelog for 11.1.8 ( #95161 )
...
* Update changelog
* Fix changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
2024-10-22 16:50:41 +02:00
Will Browne
25abd57029
Plugins: Update to latest go plugin SDK (0.256.0) ( #95065 )
...
* update to latest go plugin SDK
* make update-workspace
* update alerting tests
2024-10-22 15:44:53 +01:00
Isabel Matwawana
8f0ccf3362
Docs: Add Correlations entry to what's new ( #95169 )
2024-10-22 10:42:29 -04:00
Adela Almasan
b2e53997e2
Canvas: Fix data links target ( #95113 )
2024-10-22 09:36:48 -05:00
renovate[bot]
3ec178ae44
Update dependency @grafana/faro-web-sdk to v1.11.0 ( #95167 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 15:32:42 +01:00
linoman
06a0890c2e
RolePickerDrawer: Replace RolePicker modal for drawer ( #94801 )
...
* Add RolePickerDrawer
* Add RoiePickerBadges
* Add RolePickerSelect
* Replace RolePicker in OrgUsersTable
* Replace RolePicker in ServiceAccountCreatePage
* Add RolePickerDrawer test
* Add tests
* Add i18n texts
* Update RolePickerBadges
2024-10-22 16:21:10 +02:00
renovate[bot]
15340a27ef
Update dependency @grafana/faro-web-sdk to v1.11.0 ( #95160 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 15:05:12 +01:00
Matthew Jacobson
4aad44e848
Alerting: Fix per-receiver RBAC for receivers with long names ( #95084 )
...
* Implement uidToResourceID
* add middleware
* Move uidToResourceID to alerting package
* Only hash uid if it's too long
* Use hashed uid in access control
* Move ReceiverUidToResourceId to ScopeProvider
* resolve uid in middleware only if param exists
* Tests
* Linting
---------
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com >
2024-10-22 10:04:13 -04:00
Dave Henderson
25e85f8947
ci: Update trivy action to run on action updates ( #95096 )
...
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
2024-10-22 10:00:47 -04:00
renovate[bot]
112763594a
Update dependency @grafana/faro-core to v1.11.0 ( #95149 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 14:36:58 +01:00
grafana-delivery-bot[bot]
63b5e65eb3
Release: update changelog for 11.0.7 ( #95157 )
...
* Update changelog
* Fix changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
2024-10-22 15:05:47 +02:00
Alexander Zobnin
e709de603d
Chore: Init auth model on server side ( #95142 )
...
* Chore: Init auth model on server side
* fix linter
2024-10-22 14:50:52 +02:00
Andreas Christou
986bd2f9f8
Azure Monitor: Support metric namespaces fallback ( #94722 )
...
* Update display names
* Update multi-resource types
* Update default metric namespace list
* Initialise namespace list with fallback namespaces
* Add test
* Update test
2024-10-22 13:24:54 +01:00
renovate[bot]
b1d846d7e8
Update scenes to v5.20.3
2024-10-22 12:03:41 +00:00
grafana-delivery-bot[bot]
0e0e11cdd1
Release: update changelog for 10.4.11 ( #95141 )
...
* Update changelog
* Fix changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
2024-10-22 13:51:15 +02:00
renovate[bot]
3f5483b79f
Update dependency rudder-sdk-js to v2.48.22
2024-10-22 11:40:10 +00:00
Gabriel MABILLE
0704ae734f
AuthZ: Refactor authentication modes for the Authz package ( #95120 )
...
* AuthZ: Fix authentication modes for the Authz package
Co-Authored-By: Claudiu Dragalina-Paraipan <drclau@users.noreply.github.com >
2024-10-22 13:38:59 +02:00
grafana-pr-automation[bot]
229658ad83
I18n: Download translations from Crowdin ( #95129 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-22 13:32:38 +02:00
renovate[bot]
4308edb593
Update dependency msw to v2.4.13
2024-10-22 11:19:04 +00:00
Andrej Ocenas
3bf3290340
Grafana/ui: TimeRangePicker with automatic sync across instances ( #94074 )
2024-10-22 12:52:33 +02:00
renovate[bot]
5a4b051a91
Update dependency browserslist to v4.24.2
2024-10-22 10:47:43 +00:00
Tito Lins
71d04a326b
Alerting: Support tls config for webhook receiver ( #93513 )
...
Adds the ability to configure tls settings on the webhook receiver (e.g. to skip server certificate validation)
2024-10-22 12:44:32 +02:00
grafana-delivery-bot[bot]
d722a25084
Release: update changelog for 10.3.12 ( #95128 )
...
* Update changelog
* Fix changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com >
2024-10-22 12:23:42 +02:00
Andrej Ocenas
5b1d99b8c4
Sidecar: Remove extension helpers and use the sidecar service directly ( #94979 )
2024-10-22 11:46:29 +02:00
Gilles De Mey
94f5e21493
Alerting: Fix overflow for long receiver names ( #95064 )
2024-10-22 11:08:56 +02:00
renovate[bot]
059c5a4d02
Update dependency @types/node to v20.16.14
2024-10-22 09:00:43 +00:00
linoman
3270a9c959
Session Refactor: Add auth module label to session's list ( #94958 )
...
* Add AuthModule to token API
* Add badge to UserSessions
* Change idp label rendering
* Render IdP label for User Profile page
* Add i18n labels
2024-10-22 10:57:36 +02:00
renovate[bot]
200c613672
Update dependency @formatjs/intl-durationformat to ^0.5.0 ( #95093 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 09:36:19 +01:00
Jara Suárez de Puga García
dd7ad4c3d6
Docs note on Cross-account observability permissions for CW datasource ( #95034 )
2024-10-22 09:31:50 +01:00
Sonia Aguilar
bef9ff3b1a
Alerting: Remove threshold as default expression for grafana-managed recording rules ( #94949 )
...
* remove threshold as default expression for grafana-managed recording rule
* fix
* remove eslint disable line
2024-10-22 10:22:42 +02:00
Mariell Hoversholm
b420fbe940
Fix(devenv): use #!/usr/bin/env for bash scripts ( #95117 )
...
This solves problems on Linux distros like NixOS and BSDs like FreeBSD that don't provide `/bin/bash`, while also
maintaining support for all other distros out there (AFAIK? even Alpine with its Busybox has /usr/bin/env).
2024-10-22 10:20:33 +02:00
Alexander Akhmetov
d0481bb568
Alerting: Refactor state manager Warm method to accept instance store as an argument ( #95098 )
2024-10-22 09:45:50 +02:00
Kristina
cfc40b23d7
Transformations: Autofocus on search when drawer opens ( #95001 )
2024-10-21 20:17:51 -05:00
owensmallwood
bda27ec8c6
Unified Storage: Add watch latency metric ( #93509 )
...
* adds metric for watch latency
* registers storage metrics when creating a new ResourceServer
* defines the latency (in milliseconds) as the diff between now and the RV. Still need to wait until PR for switching RV to millisecond timestamp is rolled out.
* should be micro seconds not milli
* for watch latency, use diff between now and resource version and convert to seconds
* fix typo
2024-10-21 17:15:11 -06:00
Scott Lepper
cab4288b88
[docs] fix provisioning folder name ( #95099 )
2024-10-21 16:38:23 -04:00
Nathan Marrs
34d1a75ab0
ElasticSearch: Add playwright smoke test ( #95092 )
...
add smoke test to elastic search
2024-10-21 13:13:40 -07:00
Nathan Marrs
c94468339c
CloudWatch: Add playwright smoke test ( #95087 )
...
add smoke test to cloudwatch
2024-10-21 13:13:22 -07:00
Leon Sorokin
594e9b1b73
BarChart: Skip formatting null-valued ticks ( #94935 )
...
Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com >
2024-10-21 22:29:51 +03:00
renovate[bot]
5c06bbf8cf
Update dependency rudder-sdk-js to v2.48.21
2024-10-21 19:22:44 +00:00
Isabel Matwawana
2614607d60
Docs: What’s new & Upgrade guide v11.3 ( #93193 )
...
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com >
2024-10-21 14:59:30 -04:00
renovate[bot]
8d598ba5f8
Update dependency redux-mock-store to v1.5.5
2024-10-21 18:51:44 +00:00
renovate[bot]
81a3245190
Update dependency react-hook-form to v7.53.1
2024-10-21 18:29:11 +00:00
Andrej Ocenas
c3c1f6ac27
Sidecar: Move service to runtime ( #94860 )
2024-10-21 20:26:39 +02:00
renovate[bot]
b7e658c5c3
Update dependency react-dropzone to v14.2.10
2024-10-21 18:07:01 +00:00
renovate[bot]
53a0c3488e
Update dependency react-dropzone to v14.2.10
2024-10-21 17:34:30 +00:00
Matias Chomicki
89c215a9ff
Loki query editor: update CompletionDataProvider time range when it changes ( #94905 )
...
* Loki query editor: update CompletionDataProvider time range when it changes
* CompletionDataProvider: update test and add regression
* Formatting
* Completion Data Provider: clear cache when the time range changes
* Completion Data Provider: specifically test for undefined values vs empty string
2024-10-21 20:14:27 +03:00
Arati R.
f3a93a0303
K8s/Folders: Enhance k8s folder update ( #95033 )
...
* Put folder update behind feature toggle
* Set more fields when doing k8s update
* Check update in folder tests
* Uncomment remaining k8s handler methods
2024-10-21 19:08:03 +02:00
renovate[bot]
ce917e97f7
Update dependency ol-ext to v4.0.24
2024-10-21 17:06:41 +00:00
Adela Almasan
07df148400
Chore: Update tests for Heatmap tooltip utils ( #94933 )
2024-10-21 11:40:40 -05:00
renovate[bot]
53142aed07
Update dependency msw to v2.4.12
2024-10-21 16:25:18 +00:00
Syerikjan Kh
20a33632bf
feat: pass orgrole when adding rs event ( #94890 )
...
* chore: pass orgRole, orgId for RS event report
* chore: track panel plugin search
* ref: extract interaction const to separate file
2024-10-21 12:22:51 -04:00
Arati R.
8abfcdbb78
Ks8/Folders: Fix status codes returned on create ( #95055 )
...
* Fix status codes returned by k8s folder handler
* Add test for status code when creating duplicate folder
2024-10-21 13:07:11 -03:00
renovate[bot]
9d1f8fbdb0
Update dependency html-webpack-plugin to v5.6.2
2024-10-21 16:01:05 +00:00
owensmallwood
fb9cfd0d1b
Search PoC: Indexmapping per resource and transform to intermediate IndexedResource ( #94906 )
...
* Transforms raw US resource into an intermediate IndexableResource and indexes that. Pulls index mapping code out into different file. For now, we will hardcode which spec fields are indexed, per resource.
* Fixes a few bugs with field casing and timestamps not being formatted right (or not existing).
* adds readme section for using search with US
* extracts to function to transform from search hit to IndexedResource
* get folders when building index
2024-10-21 09:34:41 -06:00
renovate[bot]
40f0a72db0
Update dependency eslint-plugin-jsx-a11y to v6.10.1
2024-10-21 15:27:56 +00:00
Santiago
4f8f82f5f1
Alerting: Fix remote Alertmanager readiness check path ( #95063 )
2024-10-21 17:24:51 +02:00
renovate[bot]
b475b8f648
Update dependency @types/papaparse to v5.3.15
2024-10-21 14:46:12 +00:00
Yuri Tseretyan
19a1d9d188
Fix: Initialize tracer in file provisioning ( #95007 )
...
initialize tracer
2024-10-21 10:03:58 -04:00
renovate[bot]
b43425b527
Update dependency @types/node to v20.16.13
2024-10-21 13:59:11 +00:00
Ashley Harrison
f5078547d2
fix types
2024-10-21 16:15:42 +03:00
renovate[bot]
2974ab634f
Update dependency @types/lodash to v4.17.12
2024-10-21 16:15:42 +03:00
Eric Leijonmarck
885eb00fc3
Chore: Update go sum, via make update-workspace ( #94980 )
...
update go sum
2024-10-21 14:12:24 +01:00
Karl Persson
b4366ebed2
Zanzana: bootstrap authz server ( #95036 )
...
Bootstrap authz extended server
2024-10-21 14:58:57 +02:00
Carl Bergquist
db06a5a5d3
scopes: test case for supporting queries using __name__ ( #94954 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
2024-10-21 08:18:40 -04:00
renovate[bot]
f92fe82b24
Update dependency @rollup/plugin-typescript to v12.1.1
2024-10-21 11:40:01 +00:00
renovate[bot]
669669f093
Update dependency @playwright/test to v1.48.1
2024-10-21 11:09:25 +00:00
Ashley Harrison
324063eb3d
SingleTopNav: Fix positioning of command palette ( #95041 )
...
fix positioning of command palette when singleTopNav is enabled
2024-10-21 14:06:44 +03:00
grafana-pr-automation[bot]
cc99e7b164
I18n: Download translations from Crowdin ( #95037 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-21 13:51:47 +03:00
Alex Khomenko
180e82992b
Routing: Clean up tests ( #95018 )
...
* Update ShareDrawer.test
* Update OptionsPaneOptions.test
* Update GenAIButton.test
* Update RouterDebugger
* Update ScopesDashboardsTreeDashboardItem.tsx
* Update ConfigEditor.tsx
* Update MuteTimings.test
* Update NewReceiverView.test
2024-10-21 13:42:30 +03:00
Ashley Harrison
975e3acc68
add new yarn version
2024-10-21 13:04:13 +03:00
renovate[bot]
2ce5f78cdd
Update Yarn to v4.5.1
2024-10-21 13:04:13 +03:00
Josh Hunt
dd7f24dfbd
Chore: bump whats new to 11.4 ( #94983 )
2024-10-21 10:55:47 +01:00
Jack Westbrook
593ab4559d
MSSQL: Add playwright smoke test ( #94977 )
...
test(mssql-datasource): add smoke test to assert decoupled plugin assets are built and load
2024-10-21 11:36:18 +02:00
renovate[bot]
532cee2ee3
Update dependency @lezer/common to v1.2.3
2024-10-21 09:32:05 +00:00
linoman
640bc0de97
SSO SAML: Remove SettingProvider settings from SSO interactions ( #94900 )
...
* Remove SettingProvider settings from SSO interactions
* Mock Settings Provider for SSO Settings test
* Ignore error from SettingsProvider
* Add test for backend
2024-10-21 11:28:55 +02:00
Ashley Harrison
cbce49b163
Internationalisation: Mark up @grafana/ui for translations ( #94951 )
...
* ensure grafana-ui is translated
* last couple
* improve name
2024-10-21 10:11:12 +01:00
grafana-pr-automation[bot]
e0446fc557
I18n: Download translations from Crowdin ( #94968 )
2024-10-21 10:59:11 +02:00
Konrad Lalik
836881b713
Alerting: Fix editing expressions refId ( #94941 )
...
Fix refId editing
2024-10-21 10:49:42 +02:00
Dana Axinte
98e5048370
CloudMigration - Display different error messages for create migration errors ( #94683 )
...
* start on tokens
* more error messages
* more handling
* rephrased with suggestions from Daniel
* separate gms parse method
* use translation
* refactor initial idea to use error obj
* use error dto result
* handle gms client
* clean logs and comments
* fix tests
* tests for gms
* test and lint
* lint
* one more handling from gms
* typing in fe
* use error interface
* use validation error
* remove unused gms error
* use errorlib and helper function in fe
* regen api
* use same error util
* one more error to handle
2024-10-21 09:45:54 +01:00
Victor Marin
d608668335
DashboardScenes: Fix missing query options in library panels ( #94808 )
...
Fix missing query options in library panels
2024-10-21 11:29:23 +03:00
Timur Olzhabayev
388023a172
Chore: Adding datasources provisioning label ( #94899 )
...
adding datasources provisioning label
2024-10-21 09:44:34 +02:00
Esteban Beltran
3a7096d0a6
Chore: Increase fork ts webpack memory to 5GB ( #94810 )
2024-10-21 09:42:35 +02:00
William Wernert
0920e8bcc6
Alerting: Clear ignored fields of recording rules for API response ( #95004 )
...
* Clear ignored fields of recording rules for API response
* Move field clearing to compat function
* Run make update-workspace
* Cleanup changes
2024-10-19 01:03:12 +03:00
Scott Lepper
5700b4b13a
[search] - restart watch ( #94981 )
...
undo go sum change
2024-10-18 15:39:51 -04:00
Yuri Tseretyan
00bb3215cb
Alerting: Fix time-interval conversion to return bad request if payload is incorrect ( #94995 )
2024-10-18 13:16:03 -04:00
Yuri Tseretyan
672d5f92f2
Chore: Fix population of details when converting from errutil errors to K8s error ( #94996 )
2024-10-18 13:15:13 -04:00
lean.dev
3438196010
Anonymous User: Adds validator service for anonymous users ( #94700 )
2024-10-18 13:10:41 -03:00
Isabella Siu
fd5f351a6f
CloudWatch: Interpolate region in log context query ( #94930 )
...
CloudWatch: interpolate region in log context query
2024-10-18 11:31:05 -04:00
William Wernert
053a806ab1
Alerting: Validate namespace when updating rules through the provisioning API ( #94643 )
...
* Also validate folder on provisioning update
* Move folder check before auth check
When checking for the existence of a folder we go through the folder
service which requires auth. Doing so prevents an unprivileged user from
accessing information about whether a particular folder exists or not.
2024-10-18 18:21:26 +03:00
Alexander Zobnin
2baf4883cc
Zanzana: add action sets to dashboard and folder schema ( #94602 )
2024-10-18 16:58:30 +02:00
Tobias Skarhed
d4546630df
Frontend Monitoring: Set correct default value in Go file ( #94976 )
2024-10-18 17:52:46 +03:00
Tobias Skarhed
bbc4dc3867
Frontend Monitoring: Add config option to enable all default instrumentations ( #94862 )
...
* Add config options to enable all faro instrumentation
* Fix ts error
* Fix type in test
* Add to default config files
2024-10-18 15:35:39 +02:00
Laura Fernández
a44f718c09
SingleTopNav: align Command Palette to the input ( #94614 )
2024-10-18 15:27:04 +02:00
Ashley Harrison
65ce173d3f
SingleTopNav: Handle explore action placement ( #94812 )
...
* move query library + share buttons to toolbar
* add share text to button
* need spacer when not in singleTopNav
* fix unit tests
* use secondary button styling when singleTopNav is enabled
2024-10-18 13:58:54 +01:00
renovate[bot]
54c500cd94
Update dependency @grafana/lezer-traceql to v0.0.20 ( #94962 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-18 13:56:31 +01:00
Gaurav Soni
a72c89bd6e
Update index.md to update Grafana Assume Role Notes ( #94961 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-10-18 12:36:01 +00:00
Konrad Lalik
5548e5976b
Alerting: Fix templates editing validation ( #94960 )
...
Fix title validation when editing template files
2024-10-18 14:28:35 +02:00
renovate[bot]
b64a5848aa
Update dependency @floating-ui/react to v0.26.25 ( #94957 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-18 13:24:04 +01:00
Andre Pereira
bbe7029d0a
Tempo: Add support for /api/v2/traces/ and partial traces in Trace View ( #94267 )
...
* Request trace by id using v2, fallback for v1 when 404
* Show partial traces badge in Trace View
* update go work sum
* Fix tests
* some linting
* Fix tests and try to ignore linter
* Move no lint
* nolint:bodyclose
* merge main
* Fix null tags in array
* Fix test
* Update go.sum
* Update go.sum
2024-10-18 15:10:22 +03:00
renovate[bot]
75fe42876a
Update React Aria
2024-10-18 11:38:05 +00:00
Karl Persson
a82d01214d
Auth: Update authlib ( #94947 )
...
* Update authlib
2024-10-18 13:36:21 +02:00
Jack Westbrook
1ec68b6917
Decoupled Plugins: Prevent copying project.json into dist directories ( #94952 )
...
fix(plugin-configs): prevent copying project.json into dist directories
2024-10-18 14:03:28 +03:00
renovate[bot]
afeb0fc792
Update dependency @types/testing-library__jest-dom to v6 ( #94607 )
...
* Update dependency @types/testing-library__jest-dom to v6
* remove package and fix types
* don't include setupTests in the build tsconfig
* exclude testUtils
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2024-10-18 11:59:47 +01:00
Sam Jewell
ea71201ddc
ServerSideExpressions: Disable SQL Expressions to prevent RCE and LFI vulnerability ( #94942 )
...
* disable sql expressions
remove duckdb ref
* Run `make update-workspace`
---------
Co-authored-by: Scott Lepper <scott.lepper@gmail.com >
2024-10-18 11:28:26 +01:00
Gábor Farkas
cbe1e7d63f
expr: add explicit strict-mode const ( #94838 )
...
expr: add explicit strict-mode value
2024-10-18 10:46:27 +02:00
Marcus Efraimsson
42016dc359
Chore: Update SDK to v0.255.0 ( #94894 )
2024-10-18 10:42:32 +02:00
Gábor Farkas
34bb959835
expr: improved test ( #94837 )
2024-10-18 10:31:58 +02:00
Alexander Akhmetov
0b804e720f
Alerting: Add RuleGroup field to ListAlertInstancesQuery struct ( #94615 )
...
Alerting: add RuleGroup field to ListAlertInstancesQuery struct
2024-10-18 09:44:16 +02:00
Alex Khomenko
22d5efba25
Routing: Replace Prompt component ( #94675 )
...
* Add custom Prompt component
* Add test
* Remove beforeunload handling
* Updates
* Use custom Prompt in CorrelationEditorModeBar.tsx
* Simplify component
* Update DashboardPrompt
* Simplify Prompt
* Update
* Update DashboardPrompt.tsx
* Update type
* Update tests
2024-10-18 07:49:25 +03:00
Diego Augusto Molina
3e1f5559a6
Unistore Chore: Add database-level observability ( #92266 )
...
* add testing harness
* fix mockery and linters
* WIP
* wip
* fix transactions
* fix transaction tracing; add tracing by default
* rename package
* move WithTx to simplify logic of DB implementations
* fix potential issue with context deadline
* add db instrumentation to dbutil
* add otel tests
* improve naming
* minor fix in semantics and add comprehensive OTel testing
* fix naming
* instrument resourceVersionAtomicInc
* provide a default testing tracer
* fix docs
* fix typo in docs
* add semconv for k8s
2024-10-18 00:32:08 -03:00
Adela Almasan
9125f0df20
Table: Add support for ActionsCell ( #94648 )
2024-10-18 02:15:34 +03:00
Adela Almasan
0d70dbe730
Table: Add actions support ( #94578 )
2024-10-18 01:47:39 +03:00
Santiago
4c15266a77
Alerting: Add X-Remote-Alertmanager header to the remote AM client ( #94913 )
2024-10-17 22:38:13 +02:00
Josh Hunt
8f7352e862
CI: Additional changes for +security versions ( #94854 )
...
* Build: Fix docker manifest create not using correct IMAGE_TAG
* Support publishing security versions of NPM packages
---------
Co-authored-by: Andreas Christou <andreas.christou@grafana.com >
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com >
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com >
2024-10-17 22:13:42 +03:00
Edvard Falkskär
125b7c2fd8
Histogram: Fix field displayName cache ( #94685 )
2024-10-17 14:00:03 -05:00
grafana-delivery-bot[bot]
221e640264
Release: update changelog for 11.1.7+security-01 ( #94918 )
...
* Update changelog
* update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com >
2024-10-17 13:49:01 -05:00
Kyle Cunningham
d7ee3ea086
Table: Fix text wrapping applying to wrong field ( #93707 )
...
* Fix text wrap
---------
Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com >
2024-10-17 20:33:59 +02:00
grafana-delivery-bot[bot]
37c54b4403
Release: update changelog for 11.1.6+security-01 ( #94914 )
...
* Update changelog
* remove old changes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com >
2024-10-17 18:32:00 +00:00
grafana-delivery-bot[bot]
5fecfe9d53
Release: update changelog for 11.2.2+security-01 ( #94911 )
...
* Update changelog
* update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com >
2024-10-17 18:22:22 +00:00
Charandas
2fd4fe40f0
K8s: for tests to use kubectl access, port-forwarding requires 0.0.0.0 ( #94836 )
2024-10-17 11:15:57 -07:00
Kristina
c12a662f9f
Transformations: Allow negatives in limit ( #94746 )
...
* Allow negatives in limit
* Add test
2024-10-17 13:13:00 -05:00
grafana-delivery-bot[bot]
0ff7783745
Release: update changelog for 11.2.1+security-01 ( #94909 )
...
* Update changelog
* Update changelog
* update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com >
2024-10-17 18:12:51 +00:00
dependabot[bot]
a52d0ca5a6
Bump aquasecurity/trivy-action from 0.24.0 to 0.28.0 ( #94787 )
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.24.0 to 0.28.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.24.0...0.28.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 18:12:31 +00:00
Alexander Weaver
be0d8b4f19
Docs: Update Grafana-Managed Recording Rule docs ( #94895 )
...
* Config ini section
* Extend header
* Drop hysteresis line which doesnt apply to recording rules
* Touch up evaluation behavior section
* Dissolve incorrect/unrelated section
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Run linter
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-10-17 12:12:35 -05:00
Galen Kistler
5fe5e8a5a6
DataLinks: Fix onClick functionality ( #94815 )
...
* fix: add onclick functionality back to DataLinks in VizPanelFooter
---------
Co-authored-by: Adela Almasan <adela.almasan@grafana.com >
Co-authored-by: Matias Chomicki <matyax@gmail.com >
2024-10-17 12:07:22 -05:00
grafana-delivery-bot[bot]
c062389f66
Release: update changelog for 11.0.6+security-01 ( #94901 )
...
* Update changelog
* Update CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com >
2024-10-17 16:58:21 +00:00
grafana-delivery-bot[bot]
27e005c4c4
Release: update changelog for 11.0.5+security-01 ( #94889 )
...
* Update changelog
* Update CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com >
2024-10-17 17:44:35 +01:00
grafana-pr-automation[bot]
3d715840f1
I18n: Download translations from Crowdin ( #94877 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-17 18:20:06 +03:00
Matheus Macabu
8673c757a5
CloudMigrations: only append notification policy if feature flag is on and it exists ( #94896 )
2024-10-17 17:15:30 +02:00
Alex Khomenko
ccedc41c57
Routing: Remove Switch from Grafana routes ( #94795 )
...
* Routing: Use Routes instead of Switch
* Update routeProps
* Update GrafanaRoute.test
* Update DashboardScenePage.tsx
* Update DashboardPageProxy.test.tsx
* Remove exact paths
* Update parent routes
* Move route wrapper
* Update type
* Fix plugin paths
* Switch to the location hook
2024-10-17 18:11:31 +03:00
Laura Benz
b2036ffcbf
RestoreDashboards: Correct tracking data ( #94855 )
...
* refactor: change output for restore_enabled
* refactor: change output for restore_enabled
* refactor
2024-10-17 17:11:17 +02:00
Esteban Beltran
f248a55576
Frontend Sandbox: Create a plugin sandbox enable registry. Use enable list instead of disable list ( #94809 )
...
* Use a enable configuration to enable frontend sandbox
* Modify settings to load enableFrontendSandbox
* Check for signature type
* Update commment
* Fix e2e tests for the frontend sandbox
* Modify logic so a custom check function is used instead of a list of checks
* Fixes flaky test
* fix comment
* Update comment
* Empty commit
* Empty commit
2024-10-17 16:56:50 +02:00
Victor Marin
beac7de4df
DashboardScenes: Fix panel links to update on variable or timerange change ( #94865 )
...
* Fix panel links to update on variable or timerange change
* refactor
---------
Co-authored-by: alexandra vargas <alexa1866@gmail.com >
2024-10-17 17:22:04 +03:00
Sonia Aguilar
1860737117
Alerting: Update texts for gm rr in the form ( #94844 )
...
* Update texts for gm rr in the form
* fix translations
* Fix test
* address review comments
* address review comments - part2
* translations
* update docs for new term: output
2024-10-17 15:56:24 +02:00
Ashley Harrison
95ad094438
Sparkline: Add test to make sure the Sparkline at least renders ( #94880 )
...
add test to make sure the sparkline at least renders
2024-10-17 16:38:11 +03:00
Karl Persson
4083b2208e
Zanzana: periodic sync of team members ( #94752 )
...
* Rewrite zanzana collector to fetch all available pages
* Register access control as a background service
* If zanzana is enabled we run Syncs and start Reconciliation job
* Update pkg/services/authz/zanzana/client/client.go
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com >
* Use server lock when doing performing reconciliation
2024-10-17 15:28:33 +02:00
Dana Axinte
a50507e645
CloudMigration: Interpret error code from migration resource item ( #94407 )
...
* start on loading the error code
* error code to message mapping
* use resource code type
* use defined error code
* partial updates from comments
* i18nKey gen
* fixed t
* fixed translations
* typing
2024-10-17 14:09:09 +01:00
Matheus Macabu
1051561154
CloudMigrations: create snapshot for Notification Policies ( #94852 )
...
* CloudMigrations: create snapshot for Notification Policy
* CloudMigrations: add notification policy constants and components
* CloudMigrations: add uid to resources that have it
2024-10-17 14:58:05 +02:00
Jack Westbrook
8f5edb09ef
MSSQL: Add a project.json so NX builds the plugin ( #94866 )
...
build(mssql): add a project.json so nx builds the plugin
2024-10-17 15:57:27 +03:00
Diego Augusto Molina
cf08f6762d
Unistore Chore: Add OTEL testing harness ( #94835 )
...
* add testing harness
* fix mockery and linters
* fix data race in tests
* fix data race in tests
* reduce cardinality of data
2024-10-17 08:41:06 -03:00
Ryan McKinley
8b9bb2acf6
K8s/Folders: Warn against using full path in metadata ( #94829 )
2024-10-17 14:32:39 +03:00
kay delaney
4e93b0f467
Frontend/Themes: Fix handleMotion function ( #94856 )
2024-10-17 12:02:16 +01:00
Ieva
dca881289a
Group attribute sync: Add swagger defs for group attribute sync endpoints ( #94531 )
...
* add generated files
* add swagger def for group role endpoint
* some cleanup to make Go client nicer to use
2024-10-17 12:01:55 +01:00
Tom Ratcliffe
4c5483ee15
Alerting: Fix notification policies tests and implement "stateful" mock endpoints ( #94732 )
2024-10-17 11:57:57 +01:00
Eric Leijonmarck
a46ff09bf9
LBAC for datasources: Override lbac rules if present when updating via datasources endpoints ( #94608 )
...
bloc updates to datasources
2024-10-17 11:29:30 +01:00
Jack Westbrook
573b40ab98
Chore: Resolve duplicate e2e-selectors packages to workspace ( #94853 )
...
chore(scenes): resolve e2e-selectors package to workspace
2024-10-17 12:22:51 +02:00
Ryan McKinley
3457f219be
Storage: Add blob storage interfaces ( #90932 )
...
Co-authored-by: Jean-Philippe Quémémer <jeanphilippe.quemener@grafana.com >
2024-10-17 12:18:29 +02:00
Andrej Ocenas
1b8b1d6c7a
Sidecar: Add local storage persistence for the sidecar state ( #94820 )
...
* Add local storage persistence
* Fix arg name
2024-10-17 12:00:50 +02:00
renovate[bot]
ce3da025cc
Update scenes to v5.20.2
2024-10-17 09:44:06 +00:00
Robby Milo
c6eeb2d845
remove unnecessary version notices ( #94839 )
2024-10-17 10:32:17 +01:00
Ashley Harrison
ba6829f4a7
Topnav: Remove from feature toggle registry + hardcode in config ( #94736 )
...
remove topnav from feature toggle registry + hardcode to true
2024-10-17 10:18:30 +01:00
Jean-Philippe Quéméner
b4a804776f
fix: update yarn files ( #94843 )
2024-10-17 12:10:17 +03:00
Ashley Harrison
241dca57cf
Geomap: Fix tooltip positioning when screen is scrolled ( #94827 )
...
* account for y-scrolling when positioning geomap tooltip
* remove config import
2024-10-17 09:42:58 +01:00
Sonia Aguilar
f9ba4e3e5d
Alerting: Update docs for grafana recording rules ( #94811 )
...
* update docs for grafana recording rules
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* remove notes
* fix note tag
* update note for grafana-managed feature toggle
* Update docs/sources/alerting/alerting-rules/create-mimir-loki-managed-recording-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-10-17 10:33:14 +02:00
Jack Westbrook
3c23ab5428
Chore: Resolve scenes e2e-selectors to workspace ( #94484 )
...
chore: resolve scenes e2e-selectors to workspace
2024-10-17 10:27:56 +02:00
Gábor Farkas
2cea7af2f5
datasources: querier: handle reducer-settings-mode correctly ( #94595 )
...
* datasources: querier: handle reducer-settings-mode correctly
* Try to fix linting error
"unnecessary leading newline (whitespace)"
---------
Co-authored-by: Sam Jewell <sam.jewell@grafana.com >
2024-10-17 08:38:14 +02:00
Victor Marin
96893aef2a
DashboardScene: Re-add support for default datasource var ( #94806 )
...
re-add support for default datasource var
2024-10-17 08:25:20 +03:00
Diego Augusto Molina
e462974359
Chore: Prevent xorm from interfering with indexes ( #94790 )
...
prevent xorm from interfering with indexes
2024-10-16 22:52:42 -03:00
Kim Nylander
e8f23bb2cf
Update Pyroscope data source for Exlore Profiles ( #94825 )
...
* Update Pyroscope data source for Exlore Profiles
* Update docs/sources/datasources/pyroscope/query-profile-data.md
* Update docs/sources/datasources/pyroscope/query-profile-data.md
2024-10-16 16:53:13 -04:00
Jennifer Villa
c77c81fc1a
Remove reference to Aggregate By being experimental ( #94791 )
...
At this point, its moved from experimental to deprecated.
2024-10-16 16:42:27 -04:00
Kim Nylander
17eff37104
[DOC] Add streamingEnabled to Tempo ds docs ( #94751 )
...
* Add streamingEnabled to Tempo ds docs
* Update docs/sources/datasources/tempo/configure-tempo-data-source.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-10-16 16:39:22 -04:00
Diego Augusto Molina
44282134da
Unistore Chore: Make it easier to implement DB interface ( #94680 )
...
make it easier to implement DB interface
2024-10-16 13:40:35 -03:00
Joey
bd321216db
Tempo: Support new traceql intrinsics ( #94240 )
...
* Tidy and update types
* Tidy up comments
* More tidy up
* Simplify logic and reduce repitition in autocomplete
* Simplify logic
* Add and support new intrinsics
* Only retrieve intrinsics from language provider
* Move generateQueryFromFilters to languageProvider
2024-10-16 16:08:02 +01:00
Misi
50a635bc7e
Auth: Introduce authn.SSOClientConfig to get client config from SSOSettings service ( #94618 )
...
* wip
* possible solution
* Separate interface for SSO settings clients
* Rename interface
* Fix tests
* Rename
* Change GetClientConfig to comma ok idiom
2024-10-16 16:27:44 +02:00
maicon
c4f906f7fa
UniStore: Fix DualWriter compare method ( #94705 )
...
* UniStore: Fix DualWriter compare method
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-16 16:22:49 +02:00
maicon
4a60f29709
UniStore: register dual_writer_data_syncer_outcome metric ( #94789 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-16 16:44:20 +03:00
Tom Ratcliffe
dfe2d5eb98
Alerting: Fix display of quotes in expression component ( #94807 )
2024-10-16 16:12:35 +03:00
Tobias Skarhed
9f78fd94d7
New Select: Async functionality ( #94147 )
...
* Initial async
* Set value
* Update story
* Ignore older returned requests
* Add tests
* Update async test
* Support custom value
* Fix ignore late responses test
* Add act to test
* Fix final test
* Remove comment and fix type error
* refactor async story to look more like api call
* allow consumers to pass in a value with a label, for async
* compare story to async select
* Move 'keep latest async value' into seperate hook
* remove null fn from useLatestAsyncCall
* remove commented assertion
* move custom value to top
* before/afterAll & useRealTimers
* create a user
* no useless await
---------
Co-authored-by: Joao Silva <joao.silva@grafana.com >
Co-authored-by: joshhunt <josh@trtr.co >
2024-10-16 13:16:09 +01:00
Ieva
ca1fd028a2
Service Accounts: Run service account creation in transaction ( #94744 )
...
* run service account creation DB queries in transaction
* extract the signed in user from the context
* undo unneeded change
* don't error out if a user is not found
* Update pkg/services/serviceaccounts/manager/service.go
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
* Update pkg/services/serviceaccounts/manager/service.go
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
---------
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
2024-10-16 11:45:21 +01:00
jackyin
cc9881343e
Explore: Explore Log Download doesn't have same time format ( #94519 )
...
* Fixes #94296
* format code
* format code
* remove the timezone
* fix bug
* format code
* update unit test
* modified csv data order
* format code
* delete csv change
2024-10-16 12:29:29 +02:00
grafana-pr-automation[bot]
3990db3a16
I18n: Download translations from Crowdin ( #94735 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-16 10:24:10 +01:00
Jack Westbrook
cfb46c8003
Frontend: Extract CSS imports into files ( #94655 )
...
* build(webpack): extract css imports into files including node_modules
* feat(webassets): add cssfiles to entrypoint assets for extracted css files
* feat(views): add entrypoint css link tags to html templates
* feat(webassets): set CDN prefix for CSS files
* test(webassets): trim down sample-assets-manifest, fix failing snapshot tests
* Update pkg/api/webassets/webassets_test.go
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
* build(webpack): remove css module loader
---------
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
2024-10-16 11:10:34 +02:00
Arati R.
65fc7cf004
K8s/Folders: Fix mode 2 folder creation ( #94796 )
...
* Use user UID as identifier instead of ID
* Remove malformed error
2024-10-16 10:44:09 +02:00
Ashley Harrison
3e9dd1239a
update @grafana/scenes as well + group together in future
2024-10-16 09:42:32 +01:00
renovate[bot]
cd35cf7982
Update dependency @grafana/scenes-react to v5.20.1
2024-10-16 09:42:32 +01:00
Igor
0a255ac5fb
ShareInternally: Make stale short link expiry optional ( #88137 )
...
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-10-16 11:36:54 +03:00
Karl Persson
7fba9ba522
SA: Fix name validation so we can prevent creating service account with protected prefix ( #94762 )
...
Fix name validation so we can prevent creating service account with protected prefix
2024-10-16 10:27:06 +02:00
Alexander Akhmetov
bfbbdf5efb
Alerting: Default pending period (for) to 0s when the rule is created using file provisioning ( #94646 )
...
Alerting: default for to 0s when the rule is created using file provisioning
2024-10-16 10:15:10 +02:00
Torkel Ödegaard
384562e1ad
Dashboard: Fixes issue with dashboard inside get help drawer ( #94725 )
...
* Dashboard: Fixes issue with dashboard inside help help drawer
* Fix lint
2024-10-16 10:09:00 +02:00
maicon
9dc2ccdbfd
UniStore: Test both Mode1 and Mode2 for LegacyToUnifiedStorage Syncer ( #94784 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
2024-10-16 06:43:01 +02:00
Kim Nylander
a5022d9dc6
Deprecate notice for metrics summary and Aggregate by ( #94761 )
2024-10-15 20:48:23 -04:00
Charandas
b4234cb06e
K8s: add aggregator metrics ( #94579 )
2024-10-15 12:41:27 -07:00
Stephanie Hingtgen
644a16048f
K8s: add feature toggle for dashboard backend ( #94753 )
2024-10-15 14:30:05 -05:00
Todd Treece
a1434a98a3
Chore: Add gen-go as dependency for update-workspace ( #94737 )
2024-10-15 12:27:27 -04:00
Andrej Ocenas
1f39692d9b
Sidecar: Use a proper way to get header height ( #94691 )
...
Use a proper hook
2024-10-15 18:09:34 +02:00
Kristina
2a6b73ca5f
Transformations: Convert field type should handle Unix timestamps in seconds ( #94442 )
...
* Parse seconds unix formatted timestamps as expected
* clarify comment
---------
Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com >
2024-10-15 10:49:07 -05:00
Kristina
6e39ea5e46
Transformations: Add description to what is searched ( #94501 )
...
Add transformation description to what is searched
2024-10-15 10:26:44 -05:00
Alyssa (Bull) Joyner
89da7d6fe5
Graphite: Fix Multi Dimensional Alias Name ( #94563 )
2024-10-15 09:20:09 -06:00
Alexander Zobnin
9f1b584c85
Chore: Update authlib version ( #94714 )
...
* Chore: Update authlib version
* update workspace
* use ParseNamespace()
2024-10-15 16:58:46 +02:00
Matheus Macabu
47115c714a
CloudMigrations: create snapshot for Contact Points ( #94719 )
...
* CloudMigrations: create snapshot for Contact Points
* CloudMigrations: add contact point copies and components in frontend
* CloudMigrations: temporarily use bell for all alerts resources
2024-10-15 16:27:28 +02:00
Kevin Minehart
7a2edd35d5
CI: Support more version formats in publishing ( #94575 )
...
* cleanup dead code
* add tests and rewrite publish grafanacom steps to reuse
* add pkg/build tests; don't upload CDN assets on grafana releases
2024-10-15 09:27:13 -05:00
Yuri Tseretyan
ced5497ba1
Docs: Update alerting notifications documentation ( #93944 )
...
* add new permissions and fixed roles
* Apply suggestions from code review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* address comments
* add actions to complete list
* fmt
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-10-15 16:16:15 +02:00
Santiago
87b57a1b25
Docs: Remove deprecation warnings for panelURL and dashboardURL ( #94730 )
...
Docs: Remove deprecation warnings for panelURL and dashboardURL in webhook and mqtt integration docs
2024-10-15 15:52:36 +02:00
Andres Martinez Gotor
2226225309
Chore: Avoid update-workspace when watching go files ( #94716 )
2024-10-15 15:40:51 +02:00
Ashley Harrison
4b72c159d8
Box: Expose position property ( #94726 )
...
expose position property on Box
2024-10-15 14:38:07 +01:00
Alex Khomenko
e5795c7b6d
Routing: Update connections to react router 6 ( #94461 )
...
* Update routes
* Update test
* Remove the useDataSourcesRoutes hook
* Remove DataSourcesRoutesContext
* Fix imports
* Fix more imports
* Add default
* Betterer
2024-10-15 16:10:31 +03:00
Gabriel MABILLE
ba3629c01c
Fix: Account for conflicting logins in dedupOrgInlogin migration ( #94669 )
2024-10-15 15:02:34 +02:00
kay delaney
7104782a74
Chore: Remove unused sass variables ( #94723 )
2024-10-15 13:38:42 +01:00
Jack Westbrook
9e50866356
Build: Nx improvements ( #88341 )
...
* feat(frontend): introduce project.json for every workspace to improve caching
* refactor(frontend): use nx tags for grafana dependson
* refactor(frontend): clean up nx tags for packages and plugins
* build(nx): make grafana dependent on cacheable generate icons command
* build(nx): clean up project files
2024-10-15 14:25:45 +02:00
Marcus Efraimsson
b28085110d
Plugins: Auto instrumentation improvements ( #94193 )
2024-10-15 14:02:34 +02:00
Yves Siegrist
4a3c6325a4
Docs: correct typo in login solution documentation ( #92393 )
2024-10-15 14:00:40 +02:00
Sven Grossmann
9adba8537f
Plugin Extension: use correct PluginExtensionAddedLinkConfig component in deprecation note ( #94708 )
2024-10-15 13:58:09 +02:00
kay delaney
22a3c9976f
Chore: Convert QueryGroupOptions to functional component ( #94342 )
...
Also rewrites styles
2024-10-15 12:57:58 +01:00
grafana-pr-automation[bot]
940a9e0144
I18n: Download translations from Crowdin ( #94707 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-15 14:20:18 +03:00
Tom Ratcliffe
0841497cad
Alerting: Show a warning when a template has been potentially misconfigured ( #94698 )
2024-10-15 14:00:20 +03:00
Matheus Macabu
016dea1143
CloudMigrations: create snapshot for Notification Templates ( #94676 )
...
* CloudMigrations: create snapshot for Notification Templates
* CloudMigrations: add notification templates resource to frontend
2024-10-15 12:55:33 +02:00
Will Browne
f97f489c2c
Plugins: Skip install errors if dependency plugin already exists ( #94710 )
...
* skip install errors if dependency plugin already exists
* add test
2024-10-15 11:35:45 +01:00
Ieva
284c2d6f71
Folders: Correctly show new folder button under root folder ( #94687 )
...
show new folder button under root folder if nested folders are disabled and user has the right perms
2024-10-15 10:45:07 +01:00
Victor Marin
aaba5a43bd
DashboardScene: Rerender dashboard links on timerange change ( #94570 )
...
* fix
* refactor
* refactor
2024-10-15 12:39:36 +03:00
oksanaphmn
ef805f271e
docs: Readme ( #94657 )
2024-10-15 09:38:09 +00:00
Matheus Macabu
081ec57443
CloudMigrations: create snapshot for Mute Timings ( #94668 )
...
* CloudMigrations: Create snapshot for Mute Timings
* CloudMigrations: add mute timings icon and copies to frontend
2024-10-15 09:44:41 +02:00
Agnès Toulet
5fb685dcc6
Scenes: add clearSceneCache to DashboardScenePageStateManager ( #94227 )
2024-10-15 09:43:54 +02:00
Ryan McKinley
36c38b5310
APIServer: add prometheus.Registerer to every init request ( #94684 )
2024-10-15 07:46:08 +03:00
maicon
bfd3506549
UniStore: Enable DataSyncer in Mode1 + better logging ( #94688 )
...
* UniStore: Enable DataSyncer Mode1 + better logging
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com >
2024-10-15 06:41:12 +03:00
Alexander Weaver
4d8d916434
Alerting: Separate write errors from Prometheus/Mimir into 400/500 categories ( #94699 )
...
* Separate errors from Prometheus/Mimir into categories
* Drop duplicate
* tests
2024-10-14 15:31:36 -05:00
Jack Baldry
a8c1c15235
Fix list indentation to ensure continuous numbering ( #94692 )
2024-10-14 18:23:48 +01:00
Ihor Yeromin
bcf62612f3
Table: Improve code readability ( #94690 )
...
feat(table): improve code radability
2024-10-14 18:57:19 +02:00
Ashley Harrison
e48351fbd3
AppChromeService: Improve useChromeHeaderHeight to only react to necessary state changes ( #94624 )
...
make useChromeHeaderHeight only react to necessary state changes
2024-10-14 16:21:15 +01:00
Eric Leijonmarck
d5fe9ce87f
LBAC for datasources: Fix generated swagger updates ( #94587 )
...
fix: generated swagger updates
2024-10-14 16:14:11 +01:00
Levente Balogh
2867f92974
Extensions: Show error and warning logs in the console ( #94682 )
...
fix: log extensions framework errors and warnings to the console
2024-10-14 16:44:47 +03:00
Ryan McKinley
97258ca1eb
Chore: vscode devenv cleanup ( #94290 )
2024-10-14 16:37:04 +03:00
Ryan McKinley
517975a4b3
Chore: update feature toggle git stats ( #93820 )
2024-10-14 16:34:19 +03:00
Alexander Zobnin
fcfa4aa777
Zanzana: Add config options for Check and ListObjects queries ( #94619 )
...
* Zanzana: Add config options for Check and ListObjects queries
* remove fixme
* pass only zanzana settings
2024-10-14 14:44:47 +03:00
Santiago
981aad6b77
Docs: Fix description for GeneratorURL template value ( #92578 )
2024-10-14 13:16:27 +02:00
Jack Baldry
2f3c539d9b
Remove doc-validator requirement to run on all pull requests ( #94673 )
2024-10-14 11:47:26 +01:00
Claudiu Dragalina-Paraipan
a69ee676ba
[authn] adding appPlatformGrpcClientAuth featureflag ( #94640 )
...
* introduce appPlatformGrpcClientAuth (renamed appPlatformAccessTokens which is not used)
* re-run toggles gen
---------
Co-authored-by: gamab <gabriel.mabille@grafana.com >
2024-10-14 13:47:18 +03:00
Chirag Gomber
67cbbf84ca
Prometheus: Display multiple hints at the same time on query code editor ( #89775 )
...
* Added Query hints for Prometheus query code editor
* ES Lint fixes
* Remoed displayName from queryEditorHints as it was unused
* Added the logic on button click to difference function
* extracted data to constants from props
* added css style to hints
2024-10-14 12:15:42 +02:00
Alexa V
00af0afe52
Dashboard Scene: Fix permissions and error handling in creating alert from panel ( #94521 )
...
* Dashboard Scene: Add better error handling when creating alert from panel menu
* Add missing permission to createNewAlert and add unit test
2024-10-14 12:11:31 +02:00
grafana-pr-automation[bot]
e746f55126
I18n: Download translations from Crowdin ( #94667 )
2024-10-14 10:37:05 +01:00
renovate[bot]
77effa6d90
Update testing-library monorepo ( #94632 )
...
* Update testing-library monorepo
* add @testing-library/dom
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2024-10-14 12:22:34 +03:00
Sonia Aguilar
fb5fb76ad1
Alerting: Use advanced options when query params are not transformable ( #94588 )
...
* Use advanced options when query params are not transformable
* Update public/app/features/alerting/unified/components/rule-editor/query-and-alert-condition/QueryAndExpressionsStep.tsx
Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com >
---------
Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com >
2024-10-14 11:03:58 +03:00
Andres Martinez Gotor
235f7db967
Add query migration handlers ( #93735 )
2024-10-14 09:29:44 +02:00
Dominik Prokop
97037580df
PanelMenu: Allow showing panel menu when data source does not exist ( #94545 )
2024-10-14 09:17:37 +02:00
Alex Khomenko
9811725c59
Routing: Update PluginDetails ( #94513 )
2024-10-14 09:52:58 +03:00
Matheus Macabu
1830820363
CloudMigrations: add basic resource component and update migration message with many resource types ( #94423 )
...
* CloudMigrations: display generic success message with more than 4 resource types
* CloudMigrations: create generic named resource component
2024-10-14 08:08:33 +02:00
Aaron Godin
fa330900ff
IAM: turn off migration causing instances to crashloop ( #94642 )
2024-10-11 20:46:34 +03:00
Marcus Efraimsson
65bcd72484
Chore: Fix failing build ( #94633 )
2024-10-11 19:26:12 +02:00
Sonia Aguilar
0dd5373e4a
Alerting: Add interactions for Fullstory ( #94631 )
...
add interactions for Fullstory
2024-10-11 19:23:58 +02:00
William Wernert
19a9a79467
Alerting: Publish event when one or more rules are created or changed ( #93637 )
...
* Publish event when one or more rules are changed
* Publish affected rules
* Use a fake bus to test publish event without listening
* Wire alerting store into provisioning service
2024-10-11 12:19:52 -04:00
Yuri Tseretyan
18e66d22b1
Alerting: Add more tracing for receivers service ( #94572 )
2024-10-11 11:41:13 -04:00
Irene Rodriguez
0ed94dc71e
Create strategies-for-upgrading-grafana ( #94517 )
...
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2024-10-11 15:12:11 +00:00
grafana-pr-automation[bot]
20b94ea92f
I18n: Download translations from Crowdin ( #94623 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-11 17:21:24 +03:00
Señor Performo - Leandro Melendez
9abadcbdb4
docs: added configure structure and youtube video link ( #94609 )
...
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2024-10-11 10:15:32 -04:00
Josh Hunt
64bb94cc62
Combobox: Measure text of longest label for dropdown width ( #93937 )
...
* Combobox: Measure text of longest label for dropdown width
* remove commented out code
* add story to compare to Select
* move magic numbers to constants to reference, and calculate the scrollbar width
* look at first 100,000 items
2024-10-11 15:10:44 +01:00
Ashley Harrison
4d08f44667
SingleTopNav: Revert to using AppChromeUpdate so banners are correct ( #94540 )
...
* revert to using AppChromeUpdate
* fix dashboard settings in old arch
* remove empty interface
* fix AlertRuleForm
2024-10-11 15:07:01 +01:00
Alex Khomenko
a5d72e264d
DataTrailsApp: Update to react-router v6 ( #94447 )
...
* DataTrailsApp: Update router
* Update route
2024-10-11 16:33:01 +03:00
Alexander Akhmetov
9d182986f1
Alerting: make StatePersister more configurable to support custom rule-level state persisters ( #94590 )
2024-10-11 15:25:29 +02:00
Torkel Ödegaard
6787e2f108
AddToDashboard: Refactorings & changes to address a number of problems ( #94458 )
...
* Extract shared add to dashboard flow
* Change how we save and add the new panels
* More cleanup
* Began updating tests
* Move and update tests
* set time range
* Fix lint / ts issues
* Fix time history step issue
* fix test
* Update betterer
* remove more tests that are now not needed
* work around cyclic dep
* Update
* Fixes
* fix lint
* remove unused type
2024-10-11 15:24:45 +02:00
Arati R.
992186c88f
K8s/Folders: Require create permissions when creating folder ( #94514 )
...
* Require create permissions when creating folder
* Test folder create permissions
* Add test for nested folder permissions on creation
* Replace hardcoded verbs
2024-10-11 15:13:56 +02:00
Kim Nylander
8a3508a547
[DOC] Remove traceQLStreaming feature flag from docs ( #94581 )
...
* Remove traceQLStreaming feature flag from docs
* Apply suggestions from code review
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Updates from prettier
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-10-11 08:57:05 -04:00
Misi
62738dd5c8
Auth: Fix missing authLabels from user list page ( #94612 )
...
Fix slice initialization
2024-10-11 15:42:32 +03:00
haelekuin
01897edccd
Docs: Fix incorrect authentication token field name ( #94610 )
2024-10-11 12:25:49 +00:00
Sonia Aguilar
1596acbd3b
Alerting: Add data-testids for Fullstory ( #94555 )
...
* add data-testids for Fullstory
* add more data-testids
2024-10-11 13:55:01 +02:00
Alexander Akhmetov
0a4e6ff86b
Alerting: Add SaveAlertInstancesForRule instance store method ( #94505 )
...
Alerting: Add SaveAlertInstancesForRule method to the InstanceStore interface
2024-10-11 13:47:44 +02:00
Prem Saraswat
e2672021bc
[unified-storage/apistore] Fix GuranteedUpdate skipping updates when tryUpdate is passed ( #94557 )
...
`GuranteedUpdate` method of `apistore.Storage` had a bug, where it would
errorneously conclude that the object is unchanged, in case a
`tryUpdate` function is passed that modifies the existing object itself
(as it is the case in many core types in K8s upstream).
The modified `existingObj` was compared with `updatedObj`, which would
essentially be same and this lead to the update being skipped.
This patch fixes this by always passing a copy of the `existingObj`.
Signed-off-by: Prem Kumar <prem.saraswat@grafana.com >
2024-10-11 17:15:43 +05:30
Giuseppe Guerra
95afb3a112
Plugins: Track SystemJS load errors with Faro ( #94465 )
...
* Test SRI check errors with Faro
* Plugins: Send SystemJS import errors to Faro
* unbork
* track loadingStrategy
* Revert "unbork"
This reverts commit 02a61f4046 .
* Reapply "unbork"
This reverts commit eaee8fbb39 .
2024-10-11 13:33:18 +03:00
renovate[bot]
7ef38bd6c1
Update dependency sass to v1.79.5
2024-10-11 10:32:48 +00:00
Andreas Christou
7c79f8f7a5
GCM: Time field naming ( #94548 )
...
* Name time field correctly
* Update tests
* Lint
2024-10-11 11:31:37 +01:00
grafana-delivery-bot[bot]
032d0669cd
Release: Bump version to 11.4.0-pre ( #94569 )
...
bump version 11.4.0-pre
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-11 11:31:04 +01:00
grafana-pr-automation[bot]
67ee40ce12
I18n: Download translations from Crowdin ( #94599 )
2024-10-11 11:24:47 +01:00
renovate[bot]
64a00aff6e
Update dependency msw to v2.4.10
2024-10-11 10:09:33 +00:00
Tom Ratcliffe
b91b9a1e38
Alerting: Use jest/expect-expect rule to check for assertions ( #93112 )
2024-10-11 13:08:50 +03:00
Sonia Aguilar
029b5bc2d0
Alerting: Default to right instant or range when filling alert rule from query params ( #94272 )
...
* default to right instant or range when filling alert rule from query params
* address pr review comment
2024-10-11 12:07:43 +02:00
Tom Ratcliffe
f08de95630
Alerting: Change styling so query results with no labels are clearer ( #94404 )
2024-10-11 10:54:15 +01:00
renovate[bot]
773030f15c
Update dependency @types/eslint to v9 ( #94564 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-11 10:47:01 +01:00
Georges Chaudy
d999b415df
UniStore: Use epoch with microsecond resolution as RV ( #92638 )
...
* Use epoch with microsecond resolution as RV
* fix backend tests
* Add solution for when the clock goes back
* Add solution for when the clock goes back
* generate mocks
* go lint
* remove comment
* Use Greatest instead of max in msyql and postgres
* update tests
* Update pkg/storage/unified/sql/sqltemplate/dialect_sqlite.go
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com >
* cast to bigint
* add additional round trip
* increment the RV using 2 sql round trips instead of 3
* cleanup comments
* cast unix timestamp to integer
* fix postgres query
* remove old increment test data
* remove greatest
* cast unix_timestamp to signed
* Use statement_timestamp instead of clock_timestamp
---------
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com >
2024-10-11 12:11:33 +03:00
Mihai Doarna
0bd3ad1d5a
SSO: Fix client side validations for LDAP ( #94561 )
...
* fix client side validations for LDAP
* add translations for new messages
* simplify code in isInvalidField()
2024-10-11 12:09:34 +03:00
Laura Benz
4092741f24
RestoreDashboards: Merge both feature toggles to dashboardRestore ( #94412 )
...
* refactor: remove FE feat toggle from BE
* refactor: remove FE toggle and adjust roles
* refactor: replace feat toggle in tracking events
* refactor: remove FE feat toggle
* refactor: remove FE feat toggle
* fix: autogenerated file
2024-10-11 10:29:58 +02:00
owensmallwood
3d59d3b40f
Search poc: Initial index paginates list response ( #94582 )
2024-10-11 10:13:10 +02:00
Misi
4eab10eaa1
Auth: Add missing Name property to SAML strategy ( #94565 )
...
Add Name to SAML strategy
2024-10-11 08:45:36 +02:00
Syerikjan Kh
f8748f0724
ref: pass tracer to plugin factory func ( #93701 )
...
* ref: pass tracer to plugin factory func
* fix: add tracer to coreplugin
* test: fix test, generate wire
* test: ignore trace field in loader_test
* ref: pass tracer as dependency, don't store in plugin
* ref: wrap tracer with tracer provider to satisfy WithTracerProvider
* ref: use otel trace.Tracer type for tracer
2024-10-10 20:30:56 -04:00
Yuri Tseretyan
27c44f4709
Alerting: Update notification policy service to check provenance status ( #94359 )
...
* update ResetPolicyTree to accept provenance status
* update methods to check for provenance status use relaxed validation
2024-10-10 16:26:30 -04:00
Santiago
75d42d82a3
Alerting: Make Google Chat URL a secure field ( #94499 )
2024-10-10 21:30:16 +02:00
Yuri Tseretyan
0418a7bc0a
Chore: Turn off apiserver tracing when embedded in Grafana ( #94574 )
...
turn off apiserver tracing when embedded in Grafana to make it reuse Grafana initiated trace context
2024-10-10 14:40:16 -04:00
Jack Baldry
79614eabdf
Remove "Add to docs project" workflow ( #93476 )
2024-10-10 21:11:51 +03:00
owensmallwood
d96baaa878
Search PoC: Add logging ( #94567 )
2024-10-10 20:34:57 +03:00
Brendan O'Handley
ce857c2680
Explore metrics: set options directly because of scenes error when options not set ( #94284 )
...
* scenes error when options not set
* add all of the options that are updated in onOptionsChange
* add options to all the other places we are building timeseries panels
* Update public/app/features/trails/AutomaticMetricQueries/graph-builders/percentiles.ts
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
* remove activation handlers and unused code
* Update public/app/features/trails/AutomaticMetricQueries/graph-builders/simple.ts
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
* Update public/app/features/trails/AutomaticMetricQueries/graph-builders/percentiles.ts
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
---------
Co-authored-by: Nick Richmond <5732000+NWRichmond@users.noreply.github.com >
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
2024-10-10 11:49:24 -05:00
Victor Marin
4600bd2e77
Scopes: Open dashboard list when a scope is selected ( #94464 )
...
* Open dashboard list when a scope is selected
* refactor
* test
* remove localstorage key
* add checks on open/close methods
* remove redundant statement
* improve dashboards listing
2024-10-10 19:12:26 +03:00
Victor Marin
516e0cf7e2
DashboardScene: Update timerange in datalinks on change ( #94419 )
...
* fix types
* mods
* refactor
* refactor
2024-10-10 19:11:58 +03:00
renovate[bot]
e32caccc15
Update babel monorepo to v7.25.8
2024-10-10 15:39:53 +00:00
Alexander Zobnin
e642e1a804
Zanzana: Pass parent folder for the checks in search queries ( #94541 )
...
* Pass parent folder as a contextual tuple in Check request
* Search by listing folders and dashboards
* skip dashboards listing if limit reached
* remove unused
* add some comments
* only add ContextualTuples if parent provided
* Remove parent relation for dashboards from schema and perform separate checks
2024-10-10 17:38:15 +02:00
Prem Saraswat
5c03c14b25
resource-api: Loosen name validation to match K8s requirements ( #93404 )
...
* resource-api: Loosen name validation to match K8s requirements
This patch modifies some of the requirements for name validation of
objects in Resource API to match Kubernetes.
The limit we have on characters in name is 64, but some resources allow
upto 253 characters. Similarly we also include `:` in the regex, as many
objects in default K8s setup use it in the name (the group
`system:masters` for example)
Signed-off-by: Prem Kumar <prem.saraswat@grafana.com >
* Update the name column length in migrator and update e2e test to verify
---------
Signed-off-by: Prem Kumar <prem.saraswat@grafana.com >
2024-10-10 11:03:18 -04:00
linoman
21d26de4d8
Session Refactor: Add SAMLSession ( #94490 )
...
* add saml session struct
* resolve saml session
* Add NameID
---------
Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com >
2024-10-10 16:57:34 +02:00
renovate[bot]
e30c398087
Update dependency @hello-pangea/dnd to v17 ( #94543 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 15:56:59 +01:00
renovate[bot]
a112c9487b
Update dependency rollup to v4.24.0 ( #94539 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 15:54:35 +01:00
Joey
a268a56acb
Tempo: Put trace results data frame first when streaming ( #93739 )
...
* Put trace results dataframe first
* Add comment
2024-10-10 15:51:43 +01:00
kay delaney
42eb033b03
Chore: Change VariableEditorList overflow styling & tidy markup ( #94394 )
...
Chore: Channge VariableEditorList overflow styling & tidy markup
2024-10-10 15:49:48 +01:00
Karl Persson
86fc8da703
RBAC: Add legacy authorization checks to teams ( #94524 )
...
* Setup team authorization for teams
* Add list filter for teams
2024-10-10 16:47:31 +02:00
Oscar Kilhed
315778227b
Dashboards: Links to explore should respect subpath ( #94525 )
...
* Links to explore should respect subpath
* Change to using assureBaseUrl
* Change back to normal single quotes
2024-10-10 15:54:48 +02:00
Misi
c872cad879
OrgSync: Do not set default Organization for a user to a non-existent Organization ( #94537 )
...
Do not set default org for a user to a missing org
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
2024-10-10 15:31:30 +02:00
Bradley
747cdf938e
Docs: Added instructions for configuring a private CA in Helm installs ( #93249 )
...
* Docs: Added instructions for configuring a private CA in Helm installs
Signed-off-by: Bradley Pettit <12028233+bradleypettit@users.noreply.github.com >
* Docs: linted new instructions for private CA cert
Signed-off-by: Bradley Pettit <12028233+bradleypettit@users.noreply.github.com >
* Expanded to gem/gel/get
Originally, it just referred to GEM
---------
Signed-off-by: Bradley Pettit <12028233+bradleypettit@users.noreply.github.com >
Co-authored-by: Jennifer Villa <jvilla2013@gmail.com >
2024-10-10 08:30:54 -05:00
Virginia Cepeda
c41c8c2026
Icons: add new k6 icons ( #94439 )
...
Added 4 new icons:
- api-endpoint
- browser-alt
- k6-rounded
- multi-step
These icons where added in https://github.com/grafana/synthetic-monitoring-app/issues/955
2024-10-10 16:18:28 +03:00
Irene Rodriguez
844023ad92
remove whitespace ( #94542 )
2024-10-10 13:11:14 +00:00
renovate[bot]
088cb66635
Update dependency knip to v5.33.3 ( #94538 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 15:53:26 +03:00
owensmallwood
8e667c4165
Search POC: Fixes search request tenant id ( #94511 )
...
fixes search request tenant id
2024-10-10 08:43:16 -04:00
renovate[bot]
32845704ac
Update dependency eslint-scope to v8.1.0 ( #94530 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 12:53:35 +01:00
renovate[bot]
be48906257
Update dependency eslint-plugin-import to v2.31.0 ( #94529 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 12:53:03 +01:00
Arati R.
011978e81b
K8s/Folders: Remove folder service from client ( #94450 )
...
* Support getting full path of UIDs
* Use full path to set parents field
* Update get folder test
* Add folder store test for getting with full path UIDs
* Add test for parsing parent titles
* Test nested folder create payload
2024-10-10 13:22:57 +02:00
renovate[bot]
bf9e5ae056
Update dependency @grafana/scenes to v5.20.0 ( #94526 )
...
* Update dependency @grafana/scenes to v5.20.0
* bump scenes-react as well
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2024-10-10 14:08:45 +03:00
linoman
f18b3ca340
SAML: Add a screenshot for Graph API integration config ( #94494 )
...
* Add a screenshot for Graph API config
2024-10-10 12:06:03 +02:00
renovate[bot]
e38c4c26ae
Update dependency esbuild-plugin-browserslist to ^0.15.0 ( #94523 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 10:52:17 +01:00
renovate[bot]
4e790ca240
Update dependency @react-types/shared to v3.25.0 ( #94522 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 10:51:14 +01:00
Tom Ratcliffe
074831153a
Alerting: Config tracker - update link for default contact point ( #94384 )
...
Co-authored-by: Sonia Aguilar <soniaaguilarpeiron@gmail.com >
2024-10-10 10:18:36 +01:00
Tom Ratcliffe
f6abde3328
Alerting: Remove accesscontrol license feature requirement for contact points RBAC ( #94418 )
2024-10-10 10:18:25 +01:00
renovate[bot]
152f70a6a4
Update dependency @formatjs/intl-durationformat to ^0.3.0 ( #94497 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 10:11:48 +01:00
renovate[bot]
3c376f137a
Update dependency @react-types/button to v3.10.0 ( #94498 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 10:10:04 +01:00
jjaychen
636d17c111
PanelQueryRunner: Fix diff between multiple errors ( #89868 )
2024-10-10 11:02:33 +02:00
Gabriel MABILLE
6dbd324ef9
Fix: Actually call the DedupOrgInLogin migration ( #94520 )
2024-10-10 10:53:31 +02:00
Sonia Aguilar
419598c745
Alerting: Fix getSimpleConditionFromExpressions ( #94516 )
...
fix getSimpleConditionFromExpressions
2024-10-10 09:56:15 +02:00
Karl Persson
9ece88d585
Zanzana: bump openfga version ( #94485 )
...
* Bump openfga
* Remove internall sqlite implementation for openfga
* Use sqlite implementation from openfga
2024-10-10 09:07:40 +02:00
Marcus Andersson
bc7386e815
PluginExtension: Added debug log ( #94146 )
...
* wip
* add simple scenes object with logs panel
* return hardcoded log message from runtime ds
* simplify log entry
* use log in links registry
* wired the log together.
* wip
* Connected the extensions log to the runtime datasource to steam logs
* wired the other registies.
* implemented child function.
* set right field type on labels
* set meta type
* using the logger in various places.
* added type of onclick.
* removed time picker.
* removed imports.
* passing log to functions where they are needed.
* moved scene into admin page.
* minor improvement to the message.
* added possibility to update query with values based on the data.
* added filter suppoert.
* wip
* wip
* fixed so extension points are displayed.
* use log level from grafana data
* fixed bugs with the filtering.
* Fixed some logs.
* only register extensions page in development mode.
* fixed filtering.
* added on click debug log.
* PluginExtensions: Add debug log to Grafana (Rewrite to scenes-react) (#93954 )
* refactoring.
* simplify it even more.
* Update public/app/features/plugins/extensions/logs/LogViewer.tsx
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com >
* used VizGridLayout instead of VizGrid component.
* Fixed feedback and fixed bug in filtering logic.
* fixed another nit.
* empty string instead of title.
* Added tests and fixed error.
* added test file.
* regenerated yarn.lock
* Update public/app/features/plugins/extensions/logs/filterTransformation.test.ts
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com >
* fixed nit.
* more nits.
* added more test cases.
* simplified filtering logic.
* removed unused dep.
* defined broadcast channel in jest setup.
* added tests for datasource.
* fixed failed tests.
* fixed tests.
* fixing go lint issue.
* silent go lint.
* fixed lint issue.
---------
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com >
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com >
2024-10-10 09:27:57 +03:00
Alex Khomenko
97249d15d1
Routing: Update alerting routes to react router 6 ( #94469 )
...
* Update alertingRuleEditor
* Update Policy.test
* Update AlertRuleForm
* Update ReceiversSection
* Update SimplifiedRuleEditor.test.tsx
* Update CloneRule.tsx
2024-10-10 07:33:16 +03:00
Alex Khomenko
e0217c37a1
AlertmanagerContext: Remove react router dependency ( #94470 )
...
* AlertmanagerContext: Remove react router dependency
* Cleanup
2024-10-10 07:33:04 +03:00
kay delaney
0201e8e8fb
Chore/TimezonesEditor: Add vertical gaps between inputs ( #94487 )
2024-10-10 01:57:14 +01:00
owensmallwood
97de44b0c2
Dashboard Sharing: Skips flaky e2e test for dashboard sharing ( #94507 )
...
skips flaky e2e test for dashboard sharing
2024-10-10 00:50:54 +03:00
Gábor Farkas
0a7b731242
datasources: querier: request parsing failures are not http 500 ( #94488 )
...
* datasources: querier: request parsing failures are not http500
* fix test
---------
Co-authored-by: Adam Simpson <adam@adamsimpson.net >
2024-10-10 00:28:27 +03:00
Diego Augusto Molina
c6c93a02aa
Chore: add GIT_BASE variable to Makefile to allow configuring lint-go-diff target ( #94480 )
...
add GIT_BASE variable to Makefile to allow configuring lint-go-diff target
2024-10-09 20:32:23 +00:00
Diego Augusto Molina
4a800eda9f
Unistore Chore: add inocuous preparative changes for otel-based db observability ( #94473 )
...
add inocuous preparative changes for otel tracing
2024-10-09 20:32:09 +00:00
owensmallwood
8349db4947
Table Component: Skip flaky test ( #94506 )
...
* skip flaky test
* use skip method on test
2024-10-09 22:40:42 +03:00
owensmallwood
612b864772
Indexing PoC: Add search/browse ( #94126 )
...
* adds Filter gRPC and make protobuf
* adds route for querying the filter gRPC
* wires up Filter gRPC call
* [WIP] index from start
* renames gRPC endpoint to "Search"
* adds /apis/search route into k8s routes. Hacky for now.
* updates readme - wrong casing
* adds feature toggle for unified storage search
* hides US search behind feature flag. Clean up print statements.
* removes indexer - will be added in another PR
* Search: Add API Builder
* adds required method
* implementing UpdateAPIGroupInfo (WIP)
* adds groupversion
* commenting out for now
* remove unneeded code from experimenting and update register.go to match interface required
* list resources and load into index
* pass context
* namespaces search route
* lint
* watch
* add todo
* add todo
* merge
* cleanup
* add todo
* gen protobuf
* lint; fix migration issue
* Updates index mapping function to map unified storage object Value
* Changes Index() to pointer receiver - fixes panic
* add delete
* cleanup
* gets search/browse functioning. Results show up as base64 encoded. Still a WIP.
* Doesnt json re-encode gRPC response in search handler
* add kind to SearchRequest proto
* Updates query interface to be more generic. Make proto. Parses query params in api server.
* make protobuf
* removes unused method and imports
* Returns all indexed fields in search results. Adds pagination support (limit + offset).
* remove comment
* remove unused struct
* gets tenant in search k8s api handler
* adds hardcoded spec field mappings - starting with playlists
* adds all spec fields to search results
* moved helper function for field mappings into index
* only includes allowed spec fields in search results
* cleans up error handling
* removes debug log
---------
Co-authored-by: leonorfmartins <leonorfmartins@gmail.com >
Co-authored-by: Todd Treece <todd.treece@grafana.com >
Co-authored-by: Scott Lepper <scott.lepper@gmail.com >
2024-10-09 11:20:05 -06:00
Kristina
1f9562ea72
State Timeline: Align left text to 0 when rectangle is left-truncated ( #94422 )
...
Handle negative x placement with displaying text
2024-10-09 11:24:06 -05:00
renovate[bot]
e8bcc5e831
Update dependency sass to v1.79.4
2024-10-09 16:15:35 +00:00
renovate[bot]
d5ff74ebac
Update dependency @grafana/experimental to v2.1.2
2024-10-09 16:13:52 +00:00
Scott Lepper
c86c4ca65a
[unified search] fix: remove unified searcher ( #94492 )
2024-10-09 12:02:52 -04:00
Oscar Kilhed
bf75e1fbf4
Bump scenes to 5.19.1 ( #94491 )
2024-10-09 18:54:09 +03:00
Esteban Beltran
2a7319809a
Fix levitate detect breaking changes pipeline not sending slack messages ( #94482 )
...
* Fix levitate detect breaking changes pipeline not sending slack messages
* Use ref
2024-10-09 17:43:30 +02:00
Brendan O'Handley
748bfff601
Prometheus: Add series endpoint configuration ( #94443 )
...
* add series endpoint configuration
* gf-form is unnecessary and deprecated
2024-10-09 10:25:18 -05:00
Karl Persson
ace177f20a
AuthN: Set access token name ( #94471 )
...
* Set access token name
2024-10-09 17:08:11 +02:00
Joao Silva
322dccdb4d
Navigation: Fix wrong active item shown when parent is bookmarked ( #94478 )
2024-10-09 15:53:05 +01:00
Vishal N
55d970ef9a
fix missing hyperlink to permissions page in docs ( #94077 )
...
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2024-10-09 10:42:32 -04:00
Nick Richmond
38827e5a16
ExploreMetrics: Keep gaps consistent between sticky elements ( #94441 )
...
style: maintain gap between sticky elements while scrolling
2024-10-09 10:05:41 -04:00
Andreas Christou
97a90591ca
AzureMonitor: Fix App Insights portal URL for multi-resource trace queries ( #94119 )
...
* Retrieve the resource in the query
* Appropriately construct url
* Update tests
2024-10-09 14:21:10 +01:00
Haris Rozajac
5f26fd87c7
Query Library: Notifications and query counter ( #94444 )
...
* Notifications about the feature
* i18n
* Fix test
2024-10-09 06:54:11 -06:00
Tobias Skarhed
5f61266931
AutoSizeInput: Forward onChange event ( #94459 )
...
Forward onChange event
2024-10-09 14:38:56 +02:00
Victor Marin
4a3ce66193
[Scopes] Inherit scope paths on node fetching ( #93824 )
...
* [Scopes]: Inherit scope paths on node fetching
* add function desc
---------
Co-authored-by: Bogdan Matei <bogdan.matei@grafana.com >
2024-10-09 14:49:38 +03:00
grafana-pr-automation[bot]
08d03cc315
I18n: Download translations from Crowdin ( #94415 )
2024-10-09 14:19:13 +03:00
Alex Khomenko
380ce19b1a
Routing: Remove nested silences routes ( #94385 )
...
* Update SilencesTable
* Remove nested routes
* Update tests
* Update component names
* Update test
* Remove unused code
2024-10-09 13:56:54 +03:00
Esteban Beltran
84d580179d
Chore: Fix levitate pipeline by removing non-generated link ( #94460 )
...
Remove reporting job link
2024-10-09 13:21:47 +03:00
Alex Khomenko
38f57d270a
Routing: Update alerting template routes ( #94366 )
...
* Templates: Remove Switch routes
* Update tests
* Fix test
* Revert mock behaviour and render AppNotificationList
---------
Co-authored-by: Tom Ratcliffe <tom.ratcliffe@grafana.com >
2024-10-09 12:08:10 +03:00
Sonia Aguilar
3924751827
Alerting: Fix detail view not showing instances nor history tab ( #94424 )
...
* Fix detail view not showing instances nor history tab
* small refactor
* Update public/app/features/alerting/unified/hooks/useCombinedRule.ts
Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com >
* refactor
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com >
2024-10-09 11:50:05 +03:00
renovate[bot]
c183a8930b
Update dependency @playwright/test to v1.48.0 ( #94425 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-09 09:47:40 +01:00
Laura Fernández
9491ab9a93
Bookmarks: Create e2e tests ( #90373 )
2024-10-09 10:43:01 +02:00
Alex Khomenko
be7b293b79
Routing: Hoist alerting receivers routes ( #94309 )
...
* Separate receivers components
* Update exports
* Remove type assertion
* Add back test
* Format
* Update test
* Fix test import
2024-10-09 07:29:07 +03:00