Torkel Ödegaard
05f01dee0c
DashboardScene: Inspect / query tab ( #74795 )
2023-09-14 12:45:13 +02:00
Ashley Harrison
8874a8d398
Browse Dashboards: Use correct permissions checks ( #74811 )
...
* use correct permissions checks + update unit tests
* fix rest of the unit tests
2023-09-14 11:23:12 +01:00
Torkel Ödegaard
5e9f252962
DashboardScene: Inspect / Json tab ( #74701 )
...
* DashboardScene: Inspect / Json tab
* Fixing behaviors and writing tests
* Progress
* limit options based on data provider
* Fixes
* Add tracking
* Remove unused function
* Remove unused function
* Fix test
* Update
* Move utils function
* Rename to source
2023-09-14 12:17:04 +02:00
brendamuir
0451e59134
Alerting docs: removes cloud notes ( #74897 )
2023-09-14 12:03:26 +02:00
Andre Pereira
dc44ac7b78
Tempo: Added spss config - spans per span set ( #74832 )
...
* Added spss config - spans per span set
* Set default spss when calling Tempo
2023-09-14 10:49:18 +01:00
linoman
c4bc90ff5b
Chore: Add const variables for No Basic Role ( #74868 )
...
* Add const variables for No Basic Role
2023-09-14 11:42:07 +02:00
Karl Persson
cebae4fb9a
Requester: Update GetCacheKey ( #74834 )
...
* AuthN: re-export all namespaces
* Identity: Change signature of GetCacheKey
* User: check HasUniqueID
* Default to org role None if role is empty
2023-09-14 09:19:33 +02:00
Isabella Siu
4b7b323061
CloudWatch Logs: Fix log query display name when used with expressions ( #74497 )
2023-09-13 15:04:50 -04:00
Carl Bergquist
2d8f5c1488
featuremgmt: add internal testing feature flag ( #74873 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
2023-09-13 21:32:01 +03:00
Kyle Brandt
35e488b22b
SSE: Localize/Contain Errors within an Expression ( #73163 )
...
Changes SSE to not always fail all queries when one fails. Now only the query itself, and nodes that depend on it will error.
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2023-09-13 13:58:16 -04:00
Sven Grossmann
01755608db
LogDetails: Fix copy button visibility ( #74663 )
...
* change css classname
* remove class
* Log details row: refactor style variable and add class to copy container
* Log details row: refactor test
* Prettier
* Update test
* Use toBeVisible
* Remove unsused import
* Update public/app/features/logs/components/LogDetailsRow.test.tsx
* remove `cx`
* fix lint
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com >
2023-09-13 19:45:49 +02:00
Giuseppe Guerra
7b75bc6999
Plugins: Angular detector: Log detection patterns at debug level ( #74802 )
...
* Plugins: Angular detector: Log detection patterns at debug level
* Add tests
2023-09-13 18:35:21 +02:00
Kevin Minehart
ad13663e74
CI: Don't run tag builds in grafana/grafana ( #74850 )
...
* Don't run tag builds in grafana/grafana
* remove unused code
2023-09-13 10:49:20 -05:00
Isabel
9a389a80d8
Docs: Add multiple y-axes guidance ( #74282 )
...
* Added multiple y axes shared file
* Added shared content to time series page
* Updated shared content and added to heatmap and bar chart pages
2023-09-13 10:56:43 -04:00
Pierre Baumard
81551a4cb4
Chore: ErrOrgNameTaken error at org insert instead of SQL error ( #69325 )
...
* Add ErrOrgNameTaken check to org insert
* Add tests for ErrOrgNameTaken
2023-09-13 16:42:19 +02:00
Isabel
a482795a96
Docs: Fix nightly builds link ( #73964 )
...
* Fix nightly builds link
Replace dead link for nightly OSS builds
* Updated link
* Got updated link
* Fixed link properties
2023-09-13 10:09:34 -04:00
Brendan O'Handley
9d4b19af48
add feature tracking for regex and null metadata ( #74763 )
2023-09-13 09:42:30 -04:00
brendamuir
5de5ad288b
Alerting docs: Meta monitoring for cloud ( #74797 )
...
* Alerting docs: splits meta monitoring content cloud and oss
* adds structure
* commit
* updates menutitle to monitor
* deletes cloud specific topic
* adds comment to aliases
* Update aliases to correctly redirect the commented URLs
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* changes weighting
* adds intro text under heading
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2023-09-13 15:32:43 +02:00
Joey
a8a8c9849d
Tempo: Metrics summary update sorting no values ( #74818 )
...
* Update sorting when there is no value
* Update test
2023-09-13 14:23:17 +01:00
Gabriel MABILLE
729f9a01a0
RBAC: Fix search user permissions ( #74729 )
...
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com >
2023-09-13 15:19:19 +02:00
Piotr Jamróz
946da57b6a
Correlations: Allow creating correlations for provisioned data sources ( #73737 )
...
* Allow creating correlations for provisioned data sources
* Update docs
* Fix linting
* Add missing props
* Add missing props
* Fix linting
* Fix linting
* Clarify error name
* Removed error handling for a non-existing use case
* Create a list of deleted data datasources based on all configs
* Add org_id to correlations
* Add tests
* Allow org_id to be null in case org_id=0 is used
* Create organization to ensure stable id is generated
* Fix linting
* Ensure backwards compatibility
* Add deprecation information
* Update comments
* Override existing datasSource variable so the UID is retrieved correctly
* Migrate correlations indices
* Default org_id when migrating
* Remove redundant default
* Make PK non-nullable
* Post merge fixes
* Separate data sources / correlations provisioning
* Adjust comments
* Store new data sources in spy store so it can be used to test correlations as well
* Fix linting
* Update tests
* Ensure response is closed
* Avoid creating duplicates during provisioning
* Fix updating provisioned column and update tests
* Rename error message
* Fix linting errors
* Fix linting errors and rename variable
* Update test
* Update pkg/services/sqlstore/migrations/correlations_mig.go
Co-authored-by: Giordano Ricci <me@giordanoricci.com >
* Remove unused error
* Fix lining
---------
Co-authored-by: Giordano Ricci <me@giordanoricci.com >
2023-09-13 15:10:09 +02:00
brendamuir
38c3483594
Alerting docs: adds roll back warning to config grafana ( #74785 )
2023-09-13 14:27:40 +02:00
Ashley Harrison
ba7f77f25d
Chore: remove scenario wrapping in cypress tests ( #74674 )
...
* remove scenario wrapping in cypress tests
* remove more hardcoded logins
* don't forget the various suite!
* make sure we log in for every test
* fix afterAll revert
* stability
2023-09-13 13:24:20 +01:00
Jean-Philippe Quéméner
f3b6d01306
feat(alerting): enable loki query optimization by default ( #74739 )
2023-09-13 13:52:40 +02:00
Levente Balogh
99be6fb747
Connections: Display the type of the datasource ( #74808 )
...
fix: display the name of the datasource plugin
2023-09-13 13:29:11 +02:00
Gilles De Mey
999aa416db
Alerting: Indicate panels without identifier ( #74746 )
2023-09-13 12:35:23 +02:00
Isabel
84106568aa
Docs: 404 fix - updated alerting link ( #74628 )
...
* Fixed contact points link in 8.4 what's new
* Updated link per Jack's suggestion
2023-09-13 12:29:55 +02:00
Ashley Harrison
fcdae0ca0b
Chore: move to cypress 13.1 ( #74718 )
...
* move to cypress 13.1
* update cloud-data-sources docker image
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-09-13 11:08:43 +01:00
Josh Hunt
5cb7eb5884
BrowseDashboards: Only remember the most recent expanded folder ( #74617 )
...
* BrowseDashboards: Only remember the most recent expanded folder
* set to null
* cleanup
* only clear removed folder if it was the most recently opened
* comments + variable
2023-09-13 10:00:20 +00:00
Piotr Jamróz
e4ea62b3af
Explore: Fix tracking when log results are shown ( #74798 )
...
Fix tracking logs results displayed
2023-09-13 11:47:39 +02:00
Khushi Jain
df014cd780
Internationalization: Markup for Playlist Page ( #74509 )
...
* Internationalization: Markup for Playlist Page
* Internationalization: Markup for Playlist Page
* Update public/app/features/playlist/PlaylistPage.tsx
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
* Update public/app/features/playlist/PlaylistPage.tsx
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
* Update public/app/features/playlist/PlaylistPage.tsx
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
* Update public/app/features/playlist/PlaylistPage.tsx
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
* PlaylistPage
---------
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-09-13 10:39:37 +01:00
Jack Baldry
7ef7cedc11
Prepare dashboards, panels, and visualizations for Grafana Cloud mount ( #73632 )
...
* Update dashboards pages to use `docs/reference` shortcode
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update panels-visualizations pages to use `docs/reference` shortcode
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Use raw Markdown admonitions for contextual links
See https://discourse.gohugo.io/t/markdown-reference-links-in-shortcodes/5770/3 .
Should be resolved by https://docs.google.com/document/d/19xd4CD3IrAqQqNR3xQeLfuIV-u2iNSQSBEvPZE9J4qU/edit#heading=h.5sybau7waq2q .
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Prefer "Warning" over "Caution"
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com >
* Prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix some links missing destinations
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix 'time range controls' link
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Add missing 'HTTP APIs' link
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix dashboard links missing destinations
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix links missing destinations in panels and visualizations documentation
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix dud link
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com >
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com >
2023-09-13 11:39:04 +02:00
Isabel
00c6b87210
Docs: fix link version in What's new in Cloud ( #74764 )
...
fix version of link
2023-09-13 10:35:54 +01:00
Christopher Moyer
a7bf303832
Docs/creates backup grafana topic ( #74754 )
...
* starts to step out the backup content
* adds shared shortcode
* shares intro content
* Update docs/sources/administration/back-up-grafana/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com >
* updates 10 and 9.5 upgrade guides with shared content
* makes prettier
* incorporates feedback
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com >
2023-09-13 10:35:04 +01:00
Jack Baldry
de9b658b7f
Fix contact points aliases and add additional for /docs/grafana/<GRAFANA_VERSION>/alerting/contact-points/ ( #74673 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2023-09-13 10:33:22 +01:00
Eric Leijonmarck
b00f3216c1
Auth: Refactor for revoking user tokens within last hours ( #74616 )
...
* fix: revoked tokens within last hours
adds check for unlimited sessions out of index
adds a function for specifing the hours to look back when revoking users tokens, otherwise we "assume" the clean up takes care of them adds a index for the `user_auth_token` - `revoked_at` for faster queries when using `revoked_at`
* fix: sqllite datetime conversion with unixtimestamps
* fix: postgres dialect
* fix: mysql dialect
* fix: mysql dialect missing closing )
* refactor: delete revoked tokens directly
* fix: tests for sqlite
* AuthToken: Simplify DeleteUserRevokedTokens and add test
* fix: linting newline
* Reset get time after test
* fix: test order by revoked
* fix: order by different db
* ascending
* test with seen at
---------
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
2023-09-13 10:24:37 +01:00
Joey
a12c224cc0
Tempo: Metrics summary no value ( #74582 )
...
Metrics summary no value
2023-09-13 10:22:22 +01:00
Joey
ee96b08f4b
Table: Add dataframe name to single table ( #74584 )
...
* Add dataframe name to single table
* Extract method
* Update name
2023-09-13 10:16:02 +01:00
Khushi Jain
c1704b5ee4
Internationalization: Mark up PlaylistEditPage for translations ( #74455 )
...
* PlaylistEdit Page i18n
* Update public/app/features/playlist/PlaylistEditPage.tsx
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
* Update public/app/features/playlist/PlaylistEditPage.tsx
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
* PlaylistForm
* more changes
* PlaylistForm
* PlaylistForm
* Update public/app/features/playlist/PlaylistEditPage.tsx
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
* Update public/app/features/playlist/PlaylistEditPage.tsx
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
* Update PlaylistForm.tsx
* Update Add- labels
* couple of missed keys
---------
Co-authored-by: Ashley Harrison <ashharrison90@gmail.com >
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-09-13 10:02:51 +01:00
Javier Ruiz
3bae1c564d
Tempo Service Map: Fix context menu links in service map when namespace is present ( #74186 )
...
* Add necessary fields to edges
* Add information about name and namespace to edge when available
* Use new fields to build search taking into account namespace
* Remove new fields from NodeGraphDataFrameFieldNames, define them locally
2023-09-13 10:17:31 +02:00
Ashley Harrison
0c44a6f9bb
Chore: Improve typings 🧹 ( #74599 )
...
* various type fixes
* candlestick panel type fixes
* few more fixes
* some fixes
* more :)
* moar!
* undo change to SilencesFilter
* undo change to configureStore
2023-09-13 09:17:07 +01:00
Melori Arellano
5753024ad5
Logs Alerting Tutorial: Fix small formatting issue on code block ( #74780 )
...
Update index.md
Change code block formatting for website
2023-09-13 09:57:42 +02:00
Joey
16bdd55696
Tempo: Fix metricSummary sorting in spanCount and errorPercentage ( #74542 )
...
* Fix sorting in spanCount and errorPercentage
* Update types
* Spelling
* Update errorPercentage
2023-09-13 08:48:58 +01:00
Deepayan Mukherjee
712f3fb8b2
SQL query editor: Ensure unique ID for switch components ( #74751 )
...
* SQL:Add unique sql filter id
Signed-off-by: Deepayan Mukherjee <deepayanmukherjee1312@gmail.com >
* SQL: add unique sql group filter preview ids
Signed-off-by: Deepayan Mukherjee <deepayanmukherjee1312@gmail.com >
---------
Signed-off-by: Deepayan Mukherjee <deepayanmukherjee1312@gmail.com >
2023-09-13 09:36:22 +02:00
Dimitris Sotirakis
49165d35ad
Chore: Remove unused secret enterprise2-cdn-path ( #74741 )
...
Remove unused secret
# Conflicts:
# .drone.yml
2023-09-13 10:35:51 +03:00
Victor Marin
b4851904ce
Add rudderstack tracking for table panel ( #71836 )
2023-09-13 10:32:00 +03:00
Kevin Minehart
69737cba6d
CI: Fixes for various main steps ( #74768 )
...
Fixes for various main steps
2023-09-13 00:44:33 +03:00
Jack Baldry
ac314855eb
Remove set-up-cloud page as it has been moved to the website repository ( #74755 )
...
* Page has been moved to the website repository
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update .codespellignore to ignore 'Operator Windrose' and fix typo
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2023-09-13 00:37:48 +03:00
Isabel
b4ac0eee54
Docs: add dashboards folder naming guidance ( #74772 )
...
* Added folder naming guidance
* Fixed prettier linting errors
2023-09-12 16:59:28 -04:00
Jack Baldry
ed5447a5a6
Add note about using "next" documentation ( #74731 )
2023-09-12 21:37:20 +01:00