renovate[bot]
2e8cd1c021
Update dependency prettier to v3 ( #71586 )
...
* Update dependency prettier to v3
* run prettier
* ignore prettier update in legacy select scss
* update command line arg
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-07-17 09:19:27 +01:00
Horst Gutmann
8ae92db53d
Chore: Add auto-milestone workflow for pull-requests ( #71177 )
...
This adds a new auto-milestone workflow that will set the milestone for
a PR when it is closed. This way, contributors no longer have to think
about milestone at all.
2023-07-17 09:55:35 +02:00
Laura Fernández
5f63d1a5cb
Grafana-ui: fix error in basic example and add basic info in TextLink component story ( #71660 )
2023-07-17 08:47:36 +02:00
ismail simsek
a8819dedcf
Chore: Remove prometheusAzureOverrideAudience feature toggle ( #71599 )
...
* Remove prometheusAzureOverrideAudience feature toggle
* Remove overrideAudienceAllowed flag
2023-07-16 23:30:14 +02:00
Ivana Huckova
b346c9b283
Loki: Fix duplicated rendering of resolution ( #71670 )
2023-07-15 11:13:12 +02:00
Leon Sorokin
72a332685a
Heatmap: Use displayName to test if numeric bucket fields ( #71407 )
2023-07-14 18:19:36 -05:00
Bruno
31e9b981bc
ci(ephemeral instances): ignore bot events ( #71686 )
2023-07-14 18:13:59 -03:00
Guilherme Caulada
4caa773401
CI: Add rgm compatible windows msi pipeline ( #71678 )
...
* Add rgm compatible windows msi pipeline
* Fix dependencies and platform
* Fix missing arg comment
* Fix linting issues
* Try to fix version on file path
* Fix dependency on verify release pipeline
2023-07-14 17:27:07 -03:00
Bruno
a02390bbcd
ci: ephemeral instances - remove unnecessary args ( #71683 )
2023-07-14 16:43:43 -03:00
Bruno
b43bcb812f
ci: remove unnecessary steps from ephemeral instances action ( #71681 )
2023-07-14 16:29:22 -03:00
Todd Treece
52121b7165
Chore: Add grafana-apiserver ( #70721 )
...
* add grafana-apiserver
* remove watchset & move provisioning and http server to background
services
* remove scheme
* otel fixes (#70874 )
* remove module ProvideRegistry test
* use certgenerator from apiserver package
* Control collector/pdata from going to v1.0.0-rc8 (as Tempo 1.5.1 would have it)
2023-07-14 12:22:10 -07:00
Ihor Yeromin
8ced4343f3
Field Config: Add new units (mΩ, kHz, MHz, GHz, ac, ha) ( #71357 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com >
2023-07-14 12:09:36 -07:00
Juraci Paixão Kröhling
c4be5cd747
Tracing: Reduce the max packet size for Jaeger exporter ( #71659 )
...
Reduce the max packet size for Jaeger exporter
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de >
2023-07-14 16:31:50 +01:00
bojankezele
f924fc2b8d
Remove empty main block at the end ( #71574 )
...
Removed empty block at the end of the page
2023-07-14 10:28:50 -05:00
Fabrizio
6b40fe75f5
Docs: Add reference to Grafana Cloud doc ( #71653 )
...
Add reference to Grafana Cloud doc
2023-07-14 10:17:13 -05:00
Eric Leijonmarck
06e35f3f72
SAML: Add node-forge to yarn for cert validation ( #70959 )
...
added node-forge to yarn
2023-07-14 16:04:35 +01:00
Gilles De Mey
fc5d43e1bf
Alerting: refactor fetchAlertManagerConfigAction to use RTK Query ( #71261 )
2023-07-14 16:53:50 +02:00
Bruno
49b7edfed4
ci: enable ephemeral instances action for everyone ( #71655 )
2023-07-14 11:39:32 -03:00
Bruno
5cb0ea7afb
ci: run ephemeral instances action on a larger runner ( #71661 )
2023-07-14 11:38:01 -03:00
Andre Pereira
c1709c9301
Tempo: TraceQL query response streaming ( #69212 )
...
* Refactor Tempo datasource backend to support multiple queryData types.
Added traceId query type that is set when performing the request but doesn't map to a tab.
* WIP data is reaching the frontend
* WIP
* Use channels and goroutines
* Some fixes
* Simplify backend code.
Return traces, metrics, state and error in a dataframe.
Shared state type between FE and BE.
Use getStream() instead of getQueryData()
* Handle errors in frontend
* Update Tempo and use same URL for RPC and HTTP
* Cleanup backend code
* Merge main
* Create grpc client only with host and authenticate
* Create grpc client only with host and authenticate
* Cleanup
* Add streaming to TraceQL Search tab
* Fix merge conflicts
* Added tests for processStream
* make gen-cue
* make gen-cue
* goimports
* lint
* Cleanup go.mod
* Comments
* Addressing PR comments
* Fix streaming for tracel search tab
* Added streaming kill switch as the disableTraceQLStreaming feature toggle
* Small comment
* Fix conflicts
* Correctly capture and send all errors as a DF to client
* Fix infinite error loop
* Fix merge conflicts
* Fix test
* Update deprecated import
* Fix feature toggles gen
* Fix merge conflicts
2023-07-14 15:10:46 +01:00
Kyle Brandt
fb2a57d3a3
TestData: CSV Metric Values - fix NoData ( #71656 )
...
return a valid NoData response when the input is empty
2023-07-14 15:54:11 +02:00
Haris Rozajac
d1ae4e2786
Explore: Replaced deprecated 'query' property with 'queries' in splitOpen ( #71484 )
...
* Replace deprecated 'query' field with 'queries'
* Replace another one
* Queries is an array
2023-07-14 07:44:11 -06:00
Piotr Jamróz
dc4cedd298
TestDatasource: Generate refId for the flame graph ( #71547 )
...
* Remove hardcoded refId
* Generate correct refId for flameGraph
2023-07-14 15:15:50 +02:00
Laura Fernández
6ad8009106
GrafanaUI: Create TextLink component ( #69330 )
2023-07-14 14:35:27 +02:00
Misi
dcf26564db
OAuth: Introduce user_refresh_token setting and make it default for the selected providers ( #71533 )
...
* First changes
* WIP docs
* Align current tests
* Add test for UseRefreshToken
* Update docs
* Fix
* Remove unnecessary AuthCodeURL from generic_oauth
* Change GitHub to disable use_refresh_token by default
2023-07-14 14:03:01 +02:00
Matias Chomicki
1f3aa099d5
Log rows performance: Render LogRowMenuCell on demand ( #71354 )
...
* Log row menu: refactor visibility
* LogRowMenuCell: display if mouse over or pinned
* LogRowMenuCell: use unique wrapper for all buttons
* Revert to using table row as position reference
* Log row message: update test
* Fix tests
* LogRow: handle mouse over behavior
2023-07-14 14:49:08 +03:00
Dimitris Sotirakis
b13939b9af
[WIP] CI: Removes enterprise specific pipelines and steps ( #70815 )
...
* Removes enterprise specific pipelines and steps (#123 )
* Comment out enterprise related pipelines and steps
* Suppress unused variable warning
* Removes all edition arguments
* Remove leftover comments
* Remove redundant oss on pipelines and steps names
* Remove leftover unused variable
* Remove leftovers
* Remove pipeline dependencies
* Rename pipelines
* Fix starlark
---------
Co-authored-by: dsotirakis <dimitrios.sotirakis@grafana.com >
(cherry picked from commit 642a81ba75e79138246797302aba5c35575f030d)
# Conflicts:
# .drone.yml
# scripts/drone/steps/lib.star
# Conflicts:
# .drone.yml
* Add editions for static assets
# Conflicts:
# .drone.yml
# Conflicts:
# .drone.yml
2023-07-14 14:18:09 +03:00
renovate[bot]
6fe0963340
Update dependency rc-tooltip to v6 ( #71628 )
...
* Update dependency rc-tooltip to v6
* fix type error
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-07-14 14:07:29 +03:00
Ida Štambuk
391f574069
Settings: Add tests for handleAWSConfig ( #71486 )
2023-07-14 13:04:12 +02:00
Ashley Harrison
1caf3298ea
Nested folders: Empty state for nested folder picker ( #71464 )
...
* add empty state to nestedfolderpicker, add translations
* run i18n:extract
* rename i18n key
---------
Co-authored-by: joshhunt <josh@trtr.co >
2023-07-14 11:58:43 +01:00
Pierre Baumard
5654359813
I18n: Add server config to detect browser language ( #69396 )
...
* I18N: Add browser language detector
* Improve style
* No new property for type check
* Add dependency
* Suggested doc change
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Fix prettier
* 'detect' as special language, no cache and only navigator detector
As per PR suggestion comments
* Update language configuration doc
* Suggested change in doc
From @chri2547
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Fix import
* Revert public/app/types/explore.ts changes
* Prettier write
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: joshhunt <josh@trtr.co >
2023-07-14 10:24:50 +00:00
renovate[bot]
e7e5ae2ee0
Update dependency trim to v1 ( #71633 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-14 10:19:07 +00:00
renovate[bot]
88b09213f7
Update dependency centrifuge to v4 ( #71626 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-14 10:18:01 +00:00
renovate[bot]
4b4be4006b
Update visx to v3.3.0 ( #71625 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-14 10:09:07 +00:00
Torkel Ödegaard
7806dbd9ad
Alert: Change error icon to exclamation-circle ( #71397 )
2023-07-14 12:04:54 +02:00
Will Browne
162dde5bdd
Plugins: Use suffix for plugin directory ( #71375 )
...
* plugin dir suffix
* fix whitespace
* fix cli
* fix tests
* fixup
* simplify
* undo uninstall changes
2023-07-14 11:49:05 +02:00
Shirley
c1f6b91ea9
Elasticsearch: Fix multiple max depth flatten of multi-level objects ( #70302 )
2023-07-14 11:48:00 +02:00
renovate[bot]
1cacc78eda
Update dependency lru-cache to v10 ( #71585 )
...
* Update dependency lru-cache to v10
* use named import
* remove outdated type definitions and actually use named import
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-07-14 10:26:58 +01:00
renovate[bot]
cd1b53ead1
Update react monorepo ( #71552 )
...
* Update react monorepo
* dedupe packages + fix type errors
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-07-14 12:11:26 +03:00
Joey
76224c88bb
Tracing: Add services, depth to span filters metadata ( #71084 )
...
* Add services, depth to span filters metadata
* Add default metadata to method
2023-07-14 09:31:00 +01:00
Will Browne
9e999b455b
Plugins: Remove redundant dupe checker ( #71564 )
...
remove useless dupe checker
2023-07-14 10:24:59 +02:00
Nathan Marrs
16e5d442ba
Geomap: Address tooltip performance issue ( #71607 )
2023-07-13 20:21:06 -07:00
Drew Slobodnjak
1a857552a1
Trend: Support disconnect values and connect nulls options ( #70616 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
Co-authored-by: nmarrs <nathanielmarrs@gmail.com >
2023-07-13 19:28:58 -07:00
Kevin Minehart
3afc20fae9
CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml ( #71608 )
...
* CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml
* update CODEOWNERS
2023-07-13 19:15:07 -03:00
Nathan Marrs
c91f340579
Docs: Add disconnect value feature documentation ( #71519 )
...
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com >
2023-07-13 14:54:00 -07:00
Bruno
1b56a9ccd8
ci: add ephemeral instances action ( #71604 )
...
* ci: add ephemeral instances action
* add operator experience squad to CODEOWNERS
* only run action steps for a specific user
2023-07-13 18:02:35 -03:00
Ludovic Viaud
9b143a5043
Fix e2e ( #71594 )
2023-07-13 19:58:22 +02:00
Kat Yang
e36a9a7b9d
new go mod ( #71378 )
...
* new go mod
* fix
* remove golang.org/x/mod from go.sum
* restore go.sum for x/mod
* bring back x/mod into go.mod as it is used by build pkg
* Assign oauth2 to authnz
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* Assign go-kit log to backend platform
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* Assign kindsys to as-code
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* Update go.mod
Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com >
* Update go.mod
Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com >
* Update go.mod
Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com >
* implement sofia's suggestions, change ownership to BEP for some imports
* Update go.mod
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* Update go.mod
Co-authored-by: sam boyer <sdboyer@grafana.com >
* Update go.mod
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* assign grpc to plugins platform
---------
Co-authored-by: Serge Zaitsev <serge.zaitsev@grafana.com >
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
Co-authored-by: sam boyer <sdboyer@grafana.com >
Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com >
2023-07-13 13:52:37 -04:00
Yuri Tseretyan
541bfe636d
SSE: Support for ML query node ( #69963 )
...
* introduce a new node-type ML and implement a command outlier that uses ML plugin as a source of data.
* add feature flag mlExpressions that guards the feature
2023-07-13 20:37:50 +03:00
Jack Baldry
e8b4228f89
Update make docs procedure and related workflows ( #71537 )
...
* Add myself as CODEOWNER for `make docs` procedure and related workflows
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update `make docs` procedure
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Add workflow to update `make docs` procedure
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update doc-validator workflow
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix team handle
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Clean up CODEOWNERS
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2023-07-13 18:24:23 +01:00