Ivana Huckova
abc11d1dcf
Elasticsearch: Run log context queries through backend ( #65805 )
...
* Elasticsearch: Run context queries trough backend
* Fix typing
* Update
* Add possibility to run context query torugh backend and frontend
* Correctly sort
2023-04-05 18:32:02 +02:00
Ryan McKinley
7e312a6aa6
TrendPanel: use isLikelyAscendingVector rather than brute force ( #65977 )
...
use likely frames
2023-04-05 09:09:52 -07:00
Isabel
a378e34250
fixe broken data source tables ( #66042 )
...
fixed tables
2023-04-05 16:41:47 +01:00
Karl Persson
7cd6018253
GenericOAuth: Set sub as auth id ( #65902 )
...
* GenericOAuth: Set sud as auth id
* GenericOAuth: Extract function to reduce complexity
2023-04-05 17:24:06 +02:00
Kristina
8dded022ec
Explore: Run test datasource default selection when mounted ( #65864 )
...
* Run test datasource query when mounted
* Auto running test-datasource creates more query history entries
* Make exemplar query intercept more robust
* Delete unrelated query history queries
* Revert "Run test datasource query when mounted"
This reverts commit 28b37e4df9 .
* Add default query to testdata and grafana datasources
2023-04-05 09:08:03 -05:00
Alexa V
9041e7dfa6
Fix: DataLinks from data sources override user defined data link ( #65996 )
...
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2023-04-05 15:44:43 +02:00
Ezequiel Victorero
232834f455
PublicDashboards: fix collapsed rows queries ( #66014 )
2023-04-05 10:35:00 -03:00
Alex Close
e8813916c9
Docs: Updated Grafana OSS Introduction ( #66004 )
...
* Added Phlare and added static data sources to intro instead of it just being TSDB sources
* Update docs/sources/introduction/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/introduction/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2023-04-05 08:11:00 -05:00
Andrej Ocenas
37eaf50197
FlameGraph: Use pyroscope/flamegraph ( #65896 )
2023-04-05 14:57:24 +02:00
Simon Crute
a39190b613
Docs: Add the index function
2023-04-05 15:49:57 +03:00
Ivana Huckova
65deff49b4
Devenv: Create new Elasticsearch dashboards for data in data source ( #65930 )
...
* Devenv: Create new Elasticsearch dashboards for data in data source
* Update dashboards
* Fix name in es migration
* Fix tresholds from null to 0
2023-04-05 14:43:19 +02:00
Will Browne
bff9f4c890
Plugins: Move config factory to pluginsintegration package ( #65716 )
...
* move config to pluginsintegration package
* change to all plugin toggle
* fixes
* fixes
* fix lerna
* fix test
2023-04-05 14:40:08 +02:00
Matias Chomicki
c9288868f4
Supplementary Query Error: Align buttons to the right / Update timeout message ( #65738 )
...
* Update timeout message
* Align buttons to the right
* Remove test code
* Update test
* Add min width to error container
2023-04-05 13:05:06 +02:00
Jack Westbrook
c96d5d6c7e
Grafana UI: Ignore internal stories when compiling ( #65983 )
...
Grafana UI: Ignore internal stories when compiling
2023-04-05 11:47:37 +02:00
Joao Silva
6108701aed
VizLegend: Change border radius from default to pill ( #65946 )
2023-04-05 11:30:29 +02:00
Victor Colomb
2f495e1058
DashlistPanel: Add options to include time range and variable values ( #65757 )
2023-04-05 11:25:00 +02:00
Torkel Ödegaard
507c6e7d97
Templating: Replace __data , __field and __cell_n with macros ( #65324 )
...
* Templating: __data __field and __series macros
* filter out datacontext from json serialization
* Fix condition
* Update
* Added test cases for formatting data, and field macros
2023-04-05 11:10:33 +02:00
Sofia Papagiannaki
caac9838d8
Build: Fix Redis/Memcached integration tests ( #64298 )
...
* Build: Fix integration cache tests
* Allow REDIS_URL with scheme
* Reduce cache integration tests timeout to 5m
* Apply suggestion from code review
* Run redis/memcached integration tests in OSS pipelines
* Change redis image
2023-04-05 11:55:55 +03:00
Torkel Ödegaard
f69304fd50
Badge: Fix alignment and simplify markup and styles ( #65980 )
2023-04-05 10:37:30 +02:00
Victor Marin
91a61f1e0d
PieChart: Show long labels properly ( #65699 )
...
Fix label hidden when overflowing
2023-04-05 11:28:03 +03:00
mikkancso
eec7462bc3
Admin/Plugins: Change alert about Connections to subtitle ( #65913 )
...
* change ConnectionRedirectNotice to a subtitle on Admin/Plugins
* cleanup ConnectionsRedirectNotice a bit
2023-04-05 10:23:25 +02:00
Torkel Ödegaard
3af8f3246a
Scenes: Add support for shared query results of other panel ( #65413 )
...
* Scene: Add support for shared query results of other panel
* Update
* Fixing dashboard
2023-04-05 10:19:54 +02:00
Gábor Farkas
4ded937c79
Show traceids for failing and successful requests ( #64903 )
...
* tracing: show backend trace ids in frontend
* better trace id naming
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
* better trace id naming
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
* better trace id naming
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
* added feature flag
* bind functionality to the feature flag
* use non-generic name for traceid header
* fixed tests
* loki: do not create empty fields
* do not add empty fields
* fixed graphite test mock data
* added unit-tests to queryResponse
* added unit-tests for backend_srv
* more typescript-friendly check
* added unit-tests for runRequest
---------
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
2023-04-05 09:13:24 +02:00
Marcus Andersson
9719ee9bd3
PluginExtensions: Fixed issue in typings for the onClick link callback ( #65978 )
...
* Fixed bug with event being forced.
* Made onClick undefinable in the config as well.
* Fixed some more type issues.
2023-04-05 07:55:44 +02:00
Ryan McKinley
d974e5f25a
TrendPanel: Add new trend panel (Alpha) ( #65740 )
2023-04-04 20:52:20 -07:00
Ryan McKinley
313b3dd2af
Chore: Reuse findFieldIndex from findField ( #65973 )
2023-04-04 16:54:38 -07:00
Alexander Weaver
fb520edd72
Alerting: Use a completely isolated context for state history writes ( #64989 )
...
* Add fresh context with timeout and same log properties, re-derive logger
* Unify timeout constants
* Move ctx after shortcut that got added through rebasing
* Unify timeouts
* Port opentracing's SpanFromContext and ContextFromSpan to the grafana tracing package
* Support both opentracing and otel variants
* Better document why we're creating a new ctx
* Add new func to FakeSpan which was added after rebase
* Support grafana-specific traceID key in both tracer implementations
2023-04-04 16:41:46 -05:00
Giuseppe Guerra
f1eddbad06
Plugins: Tracing: Add test for composite propagation ( #65917 )
2023-04-04 23:16:57 +02:00
kay delaney
f932952c68
Row-repeats: Fix disappearing panel when viewed panel is refreshed ( #58392 )
...
* Row-repeats: Fix disappearing panel when viewed panel is refreshed
Close #57159
2023-04-04 21:56:47 +03:00
melGL
445734888b
Docs: Added note to contact Support ( #65235 )
...
* Added note to contact Support
* Update docs/sources/setup-grafana/configure-security/configure-authentication/enhanced-ldap/index.md
* Update docs/sources/setup-grafana/configure-security/configure-authentication/enhanced-ldap/index.md
* makes prettier
* Apply suggestions from code review
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Chris Moyer <chris.moyer@grafana.com >
2023-04-04 13:38:18 -05:00
Ricky Whitaker
c7d3c5a622
Rickywhitaker/verify repos update ( #65739 )
...
* initial commit of verify repo update
* consolidated duplicate verify-repos.sh commands into 1 with env vars
* fixing rpm versioned install
2023-04-04 11:17:12 -05:00
Nathan Marrs
9d2f0943c2
chore: automatically add relevant items to dataviz / bi projects ( #65882 )
...
Implement automation to include relevant items in both BI and DataViz projects
2023-04-04 08:54:09 -07:00
Eric Leijonmarck
e9d356010d
Service accounts: Fix service account role picker on reload of profile page ( #65911 )
...
* working but unsure if best strategy
* removal of roleoptions to pass into the profile component
* remove the dispatch of ac
* added comment
* added one more comment tro trigger pipeline
2023-04-04 16:27:40 +01:00
Will Browne
819c2f4ad8
Plugins: Remove unnecessary CDN code ( #65929 )
...
remove unnecessary code
2023-04-04 17:01:49 +02:00
Torkel Ödegaard
42be20cbf3
Page: Remove bottom page margin ( #65082 )
...
* Remove page margin
* Only remove bottom margin
* revert other changes
* revert another change
2023-04-04 16:00:41 +02:00
Matias Chomicki
44beef2e41
Loki Query Splitting: Fix bug for mixed split durations ( #65925 )
...
* Query splitting: fix next request group pointer calculation
* Update unit test
2023-04-04 15:51:41 +02:00
Grot (@grafanabot)
fa36392185
Release: Bump version to 10.0.0-pre ( #65926 )
...
"Release: Updated versions in package to 10.0.0-pre"
2023-04-04 16:41:50 +03:00
Ashley Harrison
6f7363af3a
Dropdown: Stop Dropdown accepting a function as children ( #65467 )
...
remove dropdown accepting function children
2023-04-04 14:40:44 +01:00
Horst Gutmann
fcabaac037
CI: Allow X.Y.Z-pre in bump-version workflow ( #65924 )
2023-04-04 16:29:42 +03:00
Ieva
80444d60f9
Docs: define RBAC n/a for a scope ( #65782 )
...
* define n/a scope
* Update docs/sources/administration/roles-and-permissions/access-control/custom-role-actions-scopes/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* linting
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2023-04-04 14:22:02 +01:00
Marcus Andersson
68796a9f31
PluginExtensions: Fixed issue with incorrect type being exposed when configuring an extension ( #65910 )
...
Fixed issue with wrong type required in configureExtensionLink
2023-04-04 14:32:34 +02:00
Andreas Christou
61599de32c
Chore: Update AddPanel selectors for top nav ( #65871 )
...
* Update add panel selectors for top nav
* trigger build
2023-04-04 13:07:32 +01:00
Jack Baldry
8e7633facb
Use latest version of doc-validator ( #65595 )
...
See https://github.com/grafana/technical-documentation/releases/tag/doc-validator%2Fv1.10.0
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2023-04-04 12:21:01 +01:00
Dan Cech
d072b62960
Packaging: Remove chkconfig dependency ( #65887 )
...
Remove chkconfig dependency
This dependency prevents installation on recent opensuse as they no longer provide chkconfig.
As far as I can tell we don't use it anywhere so it shouldn't be required under any modern linux using systemd,
2023-04-04 07:05:35 -04:00
Torkel Ödegaard
bf5f61319a
Scenes: update to v0.3 ( #65886 )
2023-04-04 12:46:04 +02:00
Dominik Prokop
ed45991e1b
Scenes: Add refresh picker to demos and dashboard loader ( #64292 )
...
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2023-04-04 13:02:29 +03:00
Gareth Dawson
958ce289b2
Loki docs: Use images instead of text description for operation settings ( #65838 )
...
use images instead of text description
2023-04-04 10:52:30 +01:00
Gareth Dawson
1a501bfe2d
Loki docs: Reorder content of the loki docs ( #65798 )
...
* reorder content of the loki docs
* move explain query
2023-04-04 10:51:21 +01:00
Kousik Mitra
1c6f8fd902
Service Accounts: Allow unsetting token expiry date ( #65862 )
...
* Fix: toggle to switch between no expiry
* Remove redudant curly brace
2023-04-04 10:46:10 +01:00
gotjosh
673aee30c2
Feature Flags: Remove dev-mode and alpha from grpc server feature flag ( #65789 )
...
* Feature Flags: Remove dev-mode from grpc server feature flag
---------
Co-authored-by: Todd Treece <todd.treece@grafana.com >
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2023-04-04 08:42:07 +01:00