Jev Forsberg
9bd44aed2e
Transformations: Fix true inner join in joinByField
transformation ( #87409 )
...
* baldm0mma/inner_join_fix/ init commit
* baldm0mma/inner_join_fix/ first attempt at an tabular inner join
* baldm0mma/inner_join_fix/ add innerTabular
* baldm0mma/inner_join_fix/ add innerJoin option to editor
* baldm0mma/inner_join_fix/ add editor option
* baldm0mma/inner_join_fix/ update joinInnerTabular function behavior
* baldm0mma/inner_join_fix/ add js docs
* baldm0mma/inner_join_fix/ update jsdocs
* baldm0mma/inner_join_fix/ update docs
* baldm0mma/inner_join_fix/ remove unused console.logs
* baldm0mma/inner_join_fix/ update tests
* baldm0mma/inner_join_fix/ simplify getValue
* baldm0mma/inner_join_fix/ update tests
* baldm0mma/inner_join_fix/ update docs builder
* baldm0mma/inner_join_fix/ add tables to Outer join (for tabular data)
* baldm0mma/inner_join_fix/ update docs
* baldm0mma/inner_join_fix/ build docs
* baldm0mma/inner_join_fix/ remove innertab for inner
* baldm0mma/inner_join_fix/ rename innertab
* baldm0mma/inner_join_fix/ update tests
* baldm0mma/inner_join_fix/ rem con logs
* baldm0mma/inner_join_fix/ rem comment
* baldm0mma/inner_join_fix/ rem sample data
* baldm0mma/inner_join_fix/ remove irrelevant test
* baldm0mma/inner_join_fix/ update docs
* Update packages/grafana-data/src/transformations/transformers/joinDataFrames.test.ts
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
* baldm0mma/inner_join_fix/ update test description
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-05-09 11:00:59 -06:00
Drew Slobodnjak
06a27911a4
Canvas: Fix bug for connection first vertex ( #87534 )
2024-05-09 09:17:23 -07:00
Kyle Brandt
baed7d6dbe
Scopes: Fix logic in find call ( #87565 )
...
With Find, if the parent query parameter is empty or not provided, we want to list the top level of the forest.
2024-05-09 11:52:56 -04:00
Oscar Kilhed
c3936bbae2
DashboardScene: Discard panel changes disabled/enabled depending of changes ( #87137 )
...
---------
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2024-05-09 18:48:20 +03:00
Sergej-Vlasov
588abbb177
DashboardScene: Adjust failing scenes e2e ( #87553 )
...
* adjust failing scenes e2e
* remove .only from test
* restore e2e workflow
2024-05-09 18:12:03 +03:00
Todd Treece
fa2f6578b3
Chore: Add info about K8s folder structure to README ( #87508 )
...
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-05-09 16:43:07 +03:00
kay delaney
d5c781b9c5
Templating: Fix issue where updated custom var options weren't persisted ( #86804 )
...
* Templating: Fix issue where updated custom var options weren't persisted
2024-05-09 14:11:03 +01:00
renovate[bot]
c1a2051c1e
Update dependency @playwright/test to v1.44.0 ( #87550 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09 13:57:49 +01:00
Stephanie Hingtgen
1bc6738d92
Chore: Upgrade go from 1.21.0 to 1.21.10 ( #87479 )
2024-05-09 15:57:08 +03:00
renovate[bot]
116a7ad1d1
Update dependency @grafana/scenes to v4.17.3
2024-05-09 12:02:41 +00:00
Torkel Ödegaard
700d378c98
MixedDataSource: Support multi value data source variable that issues a query to each data source ( #83356 )
...
* MixedDataSource: Support multi value data source variable
* go work sync
* fix typo
* if it is not interpolated use the actual uid
* Update tests
* prettier
* go work sync
* add more unit test case
* Update tests to use scene variables
* merge main
* Update
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-05-09 13:27:09 +02:00
renovate[bot]
df12007f80
Update dependency @opentelemetry/semantic-conventions to v1.24.1 ( #87544 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09 13:55:15 +03:00
renovate[bot]
a901c512a0
Update dependency @grafana/scenes to v4.17.2
2024-05-09 10:36:05 +00:00
Ashley Harrison
62db9b01b8
new yarn version
2024-05-09 11:04:02 +01:00
renovate[bot]
25dfc865d5
Update Yarn to v4.2.2
2024-05-09 11:04:02 +01:00
antonio
3a2c9f4898
alerting: integrations > small update ( #87538 )
...
* added links to list
* changed heading
2024-05-09 11:31:28 +02:00
Ieva
105313f5c2
RBAC: Adding action set resolver for RBAC evaluation ( #86801 )
...
* add action set resolver
* rename variables
* some fixes and some tests
* more tests
* more tests, and put action set storing behind a feature toggle
* undo change from cfg to feature mgmt - will cover it in a separate PR due to the amount of test changes
* fix dependency cycle, update some tests
* add one more test
* fix for feature toggle check not being set on test configs
* linting fixes
* check that action set name can be split nicely
* clean up tests by turning GetActionSetNames into a function
* undo accidental change
* test fix
* more test fixes
2024-05-09 10:18:03 +01:00
Jack Westbrook
6380a01543
Frontend: Improve barrel file detection in codemod ( #87389 )
2024-05-09 10:49:47 +02:00
Diego Augusto Molina
acf17c7fb1
Unified Storage: Add SQL template package ( #87524 )
...
* added sqltemplate package
* addded example
* fix linting issues
* improve code readability
* fix documentation
2024-05-08 17:58:18 -03:00
Scott Lepper
4b38253b20
Sql Expressions: use display name for sql tables ( #87530 )
2024-05-08 16:43:55 -04:00
Andrew Hackmann
85fdc3db16
Azure Monitor: Update grafana-azure-sdk-go to v2.0.3 ( #87480 )
...
* update
* update
2024-05-08 23:40:57 +03:00
Adela Almasan
3d56257b34
Timeseries: Fix incorrect threshold style ( #87521 )
2024-05-08 23:14:43 +03:00
Todd Treece
80f10e2a09
GRPC Server: Add README ( #87442 )
2024-05-08 15:29:43 -04:00
Bruno
be260e9713
Ephemeral instances: update go version ( #87526 )
2024-05-08 22:06:12 +03:00
Todd Treece
6e4d35e1ee
Scopes: Add a /find query endpoint ( #87457 )
...
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-05-08 13:35:11 -04:00
renovate[bot]
01d28e01d2
Update dependency semver to v7.6.1
2024-05-08 17:21:38 +00:00
renovate[bot]
27ce73edce
Update dependency react-hook-form to v7.51.4
2024-05-08 16:52:03 +00:00
renovate[bot]
5cbef194bf
Update dependency rc-tree to v5.8.7
2024-05-08 16:32:25 +00:00
Todd Treece
de438eae2e
K8s: Prevent the use of arbitrary namespaces ( #83636 )
2024-05-08 09:30:08 -07:00
renovate[bot]
9d8507cded
Update dependency @types/webpack-env to v1.18.5
2024-05-08 15:33:46 +00:00
Todd Treece
f342217158
K8s: Add path rewriter filter ( #87456 )
2024-05-08 18:08:43 +03:00
renovate[bot]
04ce2d2f5a
Update dependency @types/prismjs to v1.26.4
2024-05-08 14:53:35 +00:00
renovate[bot]
98435a67f5
Update dependency @types/node to v20.12.11
2024-05-08 16:08:44 +02:00
Alexander Zobnin
d1c582815a
Access control: Fix searching permissions from cache ( #87489 )
...
* Fix searching permissions from cache
* Write permissions to cache
2024-05-08 16:08:21 +02:00
Marcus Efraimsson
41b29ff93c
Chore: Migrate to use buf for protobuf generation ( #87407 )
...
* Chore: Migrate to use buf for protobuf generation
* fix codeowners
* fixes after review
* docs/tooling for installing buf
* add back codeowners
* Update upgrading-dependencies.md
Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
* sdk v0.229.0
---------
Co-authored-by: Giuseppe Guerra <giuseppe.guerra@grafana.com>
2024-05-08 15:42:40 +02:00
Alexa V
2dc19a0241
Chore: Update deprecated layout components HorizontalGroup and VerticalGroup in dashboard scene code ( #87447 )
...
* Chore: update deprecated layout components in scene code
* Add missing css for missing selectionOptionsForm
2024-05-08 15:42:36 +02:00
renovate[bot]
3e2e06179e
Update dependency @types/jquery to v3.5.30
2024-05-08 13:39:13 +00:00
github-actions[bot]
2eebcd2642
I18n: Download translations from Crowdin ( #87501 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-08 16:21:59 +03:00
Joao Silva
f32e4810ab
GrafanaUI: Add tabular
prop to Text component for tabular numbers ( #87440 )
2024-05-08 14:03:21 +01:00
Josh Hunt
c41ec46b29
I18n: Fix and reenable verify-i18n CI check ( #87496 )
...
* I18n: Change verify-i18n script to use node_deb image with make in it
* remove swagger from i18n make
* make verify-i18n fail ci
* fix incorrect and unextracted nav translations
* fix more copy paste
2024-05-08 14:01:17 +01:00
Haris Rozajac
b383cafd35
Explore: Logs in content outline ( #86431 )
...
* wip filtering
* Remove corresponding children from parentlessItem ref on register
* wip filtering
* Remove corresponding children from parentlessItem ref on register
* Highlighting filters
* OMG
* Handle updating highlight field inside context
* Toggling legend from the content outline
* Support multiple selects for log filters in content outline
* Remove commented out code
* Fix an issue with loki datasource; use same datastructure for logsVolume in Logs and LogVolume panel
* Fix registering logic
* cleanup
* Don't register outline items when having multiple log volume levels
* Remove checking mergeSingleChild logic because in context because ContentOutline does it
* Fix logic so it works for elasticsearch
* Better logic
* Add log color and sort
* Show items at full opacity
* Remove commented sort
* Do not highlight if all are selected, and highlight = 100% opacity, active = 30%
* dont auto collapse after filter unselect
* Remove console logs
* No partial opacity, add height for consistent display
---------
Co-authored-by: Piotr Jamroz <pm.jamroz@gmail.com>
Co-authored-by: Kristina Durivage <kristina.durivage@grafana.com>
2024-05-08 07:58:37 -05:00
Tobias Skarhed
ef37b78631
Revert "Panel: Keyboard focus shortcuts prioritization" ( #87213 )
...
Revert "Panel: Keyboard focus shortcuts prioritization (#86772 )"
This reverts commit 3e450ec4bf
.
2024-05-08 14:53:20 +02:00
renovate[bot]
f1e5a02af5
Update dependency rc-cascader to v3.25.0 ( #86045 )
...
* Update dependency rc-cascader to v3.25.0
* fix type errors
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-05-08 15:24:01 +03:00
Ieva
9a824bdf0a
RBAC: Don't set empty action sets ( #87398 )
...
* don't set empty action sets
* extend comment
2024-05-08 15:09:46 +03:00
Karl Persson
be5ced4287
Identity: Use typed version of namespace id ( #87257 )
...
* Remove different constructors and only use NewNamespaceID
* AdminUser: check typed namespace id
* Identity: Add convinient function to parse valid user id when type is either user or service account
* Annotations: Use typed namespace id instead
2024-05-08 14:03:53 +02:00
antonio
d83cbe4d85
alerting/webhook doc update ( #87492 )
...
* alerting/webhook doc update
* text formath
* fixed admonition
* typo
* headings
* formatted headings and prettified it all
* one more heading
2024-05-08 13:49:55 +03:00
renovate[bot]
8ca4d73c40
Update dependency @grafana/scenes to v4.17.1 ( #87490 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-08 12:15:21 +03:00
Torkel Ödegaard
0c2f58bdae
DashboardScene: Fixes editing transformations after toggling table view ( #87397 )
2024-05-08 08:58:19 +02:00
Torkel Ödegaard
e7c39f18be
DashboardDataSource: Fixes issue where sometimes untransformed data could be returned ( #87433 )
...
* DashboardDataSource: always return a result key
* Update
* Update
2024-05-08 08:25:19 +02:00
Charandas
d13e175328
K8s: upgrade authlib with correct IDTokenClaims ( #87461 )
2024-05-07 14:09:02 -07:00