renovate[bot]
a5cd88c67e
Update dependency typescript to v5.4.3 ( #84470 )
...
* Update dependency typescript to v5.4.3
* refactor: solve TS errors
* refactor: update yarn.lock
* refactor: return type
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Laura Benz <laura.benz@grafana.com>
2024-04-12 14:46:47 +02:00
Josh Hunt
3b4983695e
E2C: Remove mock api ( #86043 )
2024-04-12 13:26:13 +01:00
Arati R
aba15646b6
Storage: Add DualWriter improvements ( #85968 )
...
* Add Create tests
* Adjust mode 2 and mode 3 Get behavior
---------
Co-authored-by: Dan Cech <dcech@grafana.com>
2024-04-12 14:21:10 +02:00
Ashley Harrison
b3401c802c
EmptyState: make "message" a required prop ( #86029 )
...
* make "message" a required prop on EmptyState
* run i18n:extract
2024-04-12 13:13:28 +01:00
Leon Sorokin
2bedbcf344
TimeSeries: Fix series rendering with data links and extra fields ( #86007 )
2024-04-12 14:11:22 +02:00
renovate[bot]
c2a81f3020
Update react monorepo
2024-04-12 11:58:02 +00:00
renovate[bot]
ba80c15281
Update dependency react-hook-form to v7.51.3
2024-04-12 11:35:25 +00:00
Andre Pereira
1a62d94c55
Tempo: Return raw result from traceql query ( #86032 )
...
Return raw result from traceql query
2024-04-12 12:26:27 +01:00
renovate[bot]
44a612a96b
Update dependency @types/eslint to v8.56.9
2024-04-12 11:11:55 +00:00
github-actions[bot]
5ea7a1eefd
I18n: Download translations from Crowdin ( #86030 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-12 10:38:51 +00:00
renovate[bot]
63d63ea9fb
Update dependency @testing-library/react to v15.0.1
2024-04-12 10:27:38 +00:00
Krishna Dhakal
068bcfbdb0
Frontend Testing: Replace deprecated toBeCalledWith Jest matcher. ( #85929 )
2024-04-12 11:26:01 +01:00
Karl Persson
73fecc8d80
Authn: Identity resolvers ( #85930 )
...
* AuthN: Add NamespaceID struct. We should replace the usage of encoded namespaceID with this one
* AuthN: Add optional interface that clients can implement to be able to resolve identity for a namespace
* Authn: Implement IdentityResolverClient for api keys
* AuthN: use idenity resolvers
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
2024-04-12 11:38:20 +02:00
renovate[bot]
c837d95677
Update dependency @swc/helpers to v0.5.9 ( #86024 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-12 10:34:53 +01:00
Ashley Harrison
40c148ba48
EmptyState: Provide custom messages for existing empty states ( #86021 )
...
provide custom messages for existing empty states
2024-04-12 11:08:14 +02:00
Ashley Harrison
505bdf5a8d
Chore: add @types/history
to renovate ignore list ( #86011 )
...
add @types/history to renovate ignore list
2024-04-12 10:00:27 +01:00
David Allen
a1086836f3
Docs: add mysql data source Play link ( #85982 )
2024-04-12 09:47:59 +01:00
David Allen
bf9df1a8d6
Docs: add graphite data source Play link ( #85981 )
2024-04-12 09:47:51 +01:00
Tom Ratcliffe
ce5fc59d54
Use ActiveTab type for custom hook
2024-04-12 09:13:29 +01:00
Tom Ratcliffe
ccaf850c09
Refactor to useTabQueryParam
2024-04-12 09:13:29 +01:00
Tom Ratcliffe
d91e1a4e3a
Refactor tab query param logic and add tests
2024-04-12 09:13:29 +01:00
Tom Ratcliffe
800a2e0228
Fix tests being stateful due to locationService
2024-04-12 09:13:29 +01:00
Tom Ratcliffe
94ad66998f
Send tab query param through when returning from template save
2024-04-12 09:13:29 +01:00
Tom Ratcliffe
933cc3f075
Tweak ContactPoints to use query param for tab selection
2024-04-12 09:13:29 +01:00
Diego Augusto Molina
e6ead667b3
Unified Storage: added pkg/util/ring package to handle queueing of notifications ( #84657 )
...
* added pkg/util/rinq package to handle queueing of notifications
* fix linters
* Fix typo in comment
Co-authored-by: Dan Cech <dcech@grafana.com>
* improve allocation strategy for Enqueue; remove unnecessary clearing of slice
* Update pkg/util/ringq/dyn_chan_bench_test.go
Co-authored-by: Dan Cech <dcech@grafana.com>
* Update pkg/util/ringq/ringq.go
Co-authored-by: Dan Cech <dcech@grafana.com>
* refactor to move stats and shrinking into Ring
* add missing error assertions in tests
* add missing error assertions in tests and linting issues
* simplify controller closed check
* improve encapsulation of internal state in Ring
* use (*Ring).Len for clarity instead of stats
---------
Co-authored-by: Dan Cech <dcech@grafana.com>
2024-04-11 19:32:31 -03:00
Adela Almasan
eb86fd867f
Canvas: Update new element type with rotation ( #85690 )
2024-04-11 15:36:33 -05:00
Dave Henderson
5cfca8dbf6
chore: bump Go to 1.21.9 ( #85964 )
...
* chore: bump Go to 1.21.9
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
* regen .drone.yml
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
---------
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2024-04-11 15:37:07 -04:00
Charandas
a39fe593c2
K8s: remove standalone authenticator in favor of providing one through the factory ( #85901 )
2024-04-11 21:30:23 +02:00
grafana-delivery-bot[bot]
1031c2f1d2
Changelog: Updated changelog for 10.4.2 ( #85997 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-04-11 18:49:19 +00:00
Brendan O'Handley
a25b59c6d8
Prometheus: Change feature toggle usePrometheusFrontendPackage to general availability ( #85951 )
...
change feature toggle to GA after testing
2024-04-11 14:13:30 -04:00
Ieva
58059da10b
RBAC: Fix global role deletion in hosted Grafana ( #85980 )
...
take into account the value of RBACSingleOrganization setting when determining org
2024-04-11 18:50:23 +01:00
David Allen
623d4d580e
Docs: add bar/pie visualization Play link ( #85898 )
...
* Update index.md
* pie chart equivalent commit
* Updated titles to match dashboard title
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-04-11 13:27:38 -04:00
David Allen
17a8de68e6
Docs: add gague visualization Play link ( #85897 )
...
* Docs: add gague visualization Play link
* Fixed typo
* Updated title to match dashboard title
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-04-11 13:27:07 -04:00
David Allen
765f20c555
Docs: add time series visualization Play link ( #85885 )
...
* docs/play shortcode: time series visualization
* Ran prettier
* Updated title to match title of dashboard in Grafana Play
---------
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-04-11 13:17:16 -04:00
Giuseppe Guerra
e42d8f0bd0
Plugins: Removed feature toggle enablePluginsTracingByDefault ( #85953 )
2024-04-11 18:40:47 +02:00
David Allen
83438bd231
Docs: add Table visualization Play link ( #85896 )
...
Docs: add stat visualization Play link
2024-04-11 12:13:24 -04:00
Isabel Matwawana
2798acd667
Docs: fix duplicate headings ( #85903 )
...
Added suffix to one Placement heading
2024-04-11 12:12:47 -04:00
David Allen
cdfd092d11
Docs: add stat visualization Play link ( #85895 )
2024-04-11 12:11:48 -04:00
renovate[bot]
51d5a4c8f2
Update dependency @testing-library/dom to v10 ( #85958 )
...
* Update dependency @testing-library/dom to v10
* update @testing-library/react as well
* fix unit tests
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-04-11 17:29:35 +02:00
Summer
92d659527d
Release: Update drone-pipeline.md ( #85950 )
...
Update drone-pipeline.md
2024-04-11 09:00:29 -06:00
Andres Martinez Gotor
ab5a065256
Revamp plugin loading error management ( #85939 )
2024-04-11 16:18:04 +02:00
renovate[bot]
bb56f4a605
Update dependency @grafana/e2e to v10 ( #85952 )
...
* Update dependency @grafana/e2e to v10
* remove @grafana/e2e dependency from @grafana/prometheus
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-04-11 16:16:12 +02:00
Darren Janeczek
34875344ed
datatrails: fix: clear undefined query params on history step change ( #85607 )
...
* fix: clear undefined query params on history step change
* Minor tweak
* fix: resolve CodeQL check: Client-side cross-site scripting
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2024-04-11 09:52:33 -04:00
renovate[bot]
b4b0a80e86
Update dependency sass to v1.74.1 ( #85947 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-11 14:32:37 +01:00
Marcus Efraimsson
78f460c4de
Tracing: Allow otel service name and attributes to be overridden from env ( #85937 )
...
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2024-04-11 15:18:46 +02:00
renovate[bot]
0d42e025f0
Update dependency webpack-bundle-analyzer to v4.10.2
2024-04-11 12:53:27 +00:00
Joao Silva
cf640717ba
Chore: Upgrade uglify-js to fix vulnerability ( #85889 )
2024-04-11 13:51:51 +01:00
Jack Baldry
61e2a5354e
Revert "Docs: Clarify open source documentation ( #77077 )" ( #85879 )
2024-04-11 13:51:24 +01:00
Bruno
69a92a7a2f
CloudMigrations: include stack id in access policy and token names ( #85868 )
...
* CloudMigrations: include stack id in access policy and token names
* CloudMigrations: include slug in the display name
* formatting
2024-04-11 09:43:46 -03:00
Gábor Farkas
050105e70a
plugins: update to latest go plugin sdk version (v0.222.0) ( #85943 )
...
plugins: update to latest go plugink sdk (v0.222.0)
2024-04-11 14:41:37 +02:00