Laura Benz
f6a83432a5
RestoreDashboards: Create trash section ( #88278 )
...
* feat: add feature toggle to docs
* feat: create page in BE
* feat: create page in FE
* refactor: set feat toggle as a condition
* refactor
* refactor
* refactor
* feat: add permission conditions
* refactor
* feat: add subtitle to translations
* feat: add to codeowners
* refactor: fix docs situation
* refactor
* Merge main branch into feat branch
2024-05-28 10:26:06 +02:00
Laura Fernández
6d98f53e8b
Chore: Remove returnToPrevious feature toggle ( #88332 )
2024-05-27 17:47:57 +02:00
Misi
aac6e6dfd9
Auth: Update SAML lib to improve HTTP-Post binding ( #88287 )
...
* Update lib and docs for HTTP-Post binding
* Improve docs
* fix spelling
* Regenerate go.sum and go.work.sum
2024-05-27 14:56:52 +02:00
Piotr Jamróz
0530b296d0
Correlations: Enable feature toggle by default (on-prem) ( #88208 )
...
* Correlations: Enable feature toggle for on-prem
* Update Loki test
2024-05-27 12:04:37 +02:00
Levente Balogh
f77f47ff00
Plugins: Update the plugin.json schema with UI extensions meta-data ( #88288 )
...
* feat: change the `generated` property
* refactor: update the schema description for the "extensions" field
2024-05-27 11:13:46 +02:00
Mihai Doarna and Christopher Moyer
e28a34f126
Docs: Add a note about deprecating the settings update API ( #87552 )
...
* add a note about deprecating the settings update API
* Update docs/sources/setup-grafana/configure-grafana/settings-updates-at-runtime/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
---------
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2024-05-27 11:08:19 +03:00
Mihai Doarna
934c510dda
Docs: Update SAML docs after the integration with SSO settings API ( #87512 )
...
* update SAML docs after the integration with SSO settings API
* fix link
* address feedback
* address feedback
2024-05-27 11:07:24 +03:00
Jon Cole and Jeremy Angel
67b90ceba5
Azure: Load custom clouds from ini file ( #87667 )
...
* Load custom clouds from config file
* Update docs
* Use the correct list of clouds, add test, fix error condition handling
* Remove on custom cloud from sample.ini and docs
* Remove unnecessary else block
* Use cached json instead of serializing with each request
* Update grafana-azure-sdk-go version to v2.0.4
* update configure-grafana entry for clouds_config
* fix lint errors
* fix lint errors
---------
Co-authored-by: Jeremy Angel (from Dev Box) <jeremyangel@microsoft.com >
2024-05-24 17:40:04 +01:00
Gilles De Mey
99b5259cc1
Alerting: New list view UI – Part 1 ( #87907 )
2024-05-24 16:40:49 +02:00
brendamuir
26a01c42a6
Alerting docs: adds settings feature ( #88294 )
...
* Alerting docs: adds settings feature
* ran prettier
2024-05-24 15:01:15 +02:00
Eric Leijonmarck
c45eecad95
Anon: Doc add feature toggle displayAnonymousStats in docs ( #88218 )
...
* update with feature toggle in docs
* fmt
* Update index.md
* Update index.md
2024-05-24 09:17:19 +01:00
Pepe Cano and brendamuir
3d7fc8c927
Alerting docs: Update Intro - alert rule labels and annotations ( #88230 )
...
* Update `Labels & Annotations`
* Complete labels and annotations
* Update docs/sources/alerting/fundamentals/alert-rules/annotation-label.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/alert-rules/annotation-label.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/alert-rules/annotation-label.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-05-24 10:09:35 +02:00
brendamuir
01d5744433
Alerting docs: adds note on provisioning to main page ( #88264 )
2024-05-24 09:44:21 +02:00
Ryan McKinley
42b0f802de
QueryTypes: Add feature toggle to show query types in datasource apiservers ( #88213 )
...
* initial attempt
* show query types
* show query types
* with formatting
* with formatting
* more cleanup
* add feature toggle
* fix build
2024-05-23 18:46:28 +02:00
Pepe Cano
33db776c91
Alerting docs: fixes missing alt attributes ( #88235 )
...
* Fix missing `alt` text in images
* Fix `canonical` setting in AlertManager docs
* Fix `.`(dot) position in hyperlinks due to a temporary styling issue
* Revert "Fix `canonical` setting in AlertManager docs"
This reverts commit 65354b3642 .
2024-05-23 18:07:52 +02:00
Pepe Cano
643018f94a
Alerting docs: Fix Alertmanager canonical setting ( #88236 )
2024-05-23 17:57:22 +02:00
Isabel Matwawana
197ce3042d
Docs: Rename variables pages ( #87844 )
...
* Renamed Manage variables page to Add variables
* Renamed Inspect variables page to Manage and inspect variables
* Updated H1 on Add variables
* Moved Manage variables content to from Add varibles page to Manage and inspect variables page and updated text to fit
* Updated link style to ref URIs in Manage and inspect variables
2024-05-23 11:31:49 -04:00
Mathieu Parent and Mihaly Gyongyosi
b8c9ae0eb7
OIDC: Support Generic OAuth org to role mappings ( #87394 )
...
* Social: link to OrgRoleMapper
* OIDC: support Generic Oauth org to role mappings
Fixes : #73448
Signed-off-by: Mathieu Parent <math.parent@gmail.com >
* Handle when getAllOrgs fails in the org_role_mapper
* Add more tests
* OIDC: ensure orgs are evaluated from API when not from token
Signed-off-by: Mathieu Parent <math.parent@gmail.com >
* OIDC: ensure AutoAssignOrg is applied with OrgMapping without RoleAttributeStrict
Signed-off-by: Mathieu Parent <math.parent@gmail.com >
* Extend docs
* Fix test, lint
---------
Signed-off-by: Mathieu Parent <math.parent@gmail.com >
Co-authored-by: Mihaly Gyongyosi <mgyongyosi@users.noreply.github.com >
2024-05-23 09:55:45 +02:00
Isabel Matwawana
2fd51bb672
Docs: Fixed heading level ( #88188 )
...
Fixed heading level
2024-05-22 15:39:05 -04:00
Jack Baldry
6744dae806
Ensure all Panels and visualizations pages have /docs/grafana links too ( #88165 )
2024-05-22 15:40:20 +01:00
Pepe Cano
a035040630
Alerting docs: update Intro/Queries and Conditions ( #88164 )
2024-05-22 15:34:07 +02:00
Marie Cruz and Isabel Matwawana
285567573e
docs: update alert list visualization ( #87815 )
...
* docs: update alert list visualization
* Apply suggestions from code review
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* fix: linting errors
* docs: add youtube video
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2024-05-22 09:33:52 -04:00
Jack Baldry
c97b728c08
[docs/sources/dashboards] Replace docs/reference shortcode with ref URIs ( #88085 )
2024-05-22 09:55:17 +01:00
Pepe Cano
fc11350554
Alerting docs: remove Namespaces/folders/groups doc from Alert rules Intro ( #88146 )
...
Alerting docs: remove Namespaces/folders/groups doc from Alert rules Intro
2024-05-21 22:43:36 +02:00
fa319f36fb
docs: update dashboard list visualization ( #87494 )
...
* docs: update dashboard list visualization
* docs: add youtube video
* Apply suggestions from code review
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Ran prettier
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com >
2024-05-21 14:04:48 -04:00
linoman
40aff085fb
multi-tenant Azure AD follow-up ( #88134 )
...
* Follow up comments from docs team
2024-05-21 17:17:55 +02:00
Jack Baldry
c16699e70d
[docs/sources/panels-visualizations] Replace docs/reference shortcode with ref URIs ( #88081 )
2024-05-21 16:16:47 +01:00
Gilles De Mey
8cc944f64f
Alerting: Docs feedback ( #88125 )
...
update OK to Normal label, matching instances to instances
2024-05-21 18:10:12 +03:00
linoman
3359025abd
IAM Docs: Describe the setup for a multitenant configuration with AzureAD ( #87836 )
...
* Describe the setup for a multitenant configuration with AzureAD
2024-05-21 15:17:26 +02:00
Jack Baldry
410e3b17e9
[docs/sources/alerting] Replace docs/reference shortcode with ref URIs ( #88079 )
2024-05-21 15:43:21 +03:00
brendamuir
fe78563faa
Alerting docs: vale fixes ( #88039 )
...
* Alerting docs: vale fixes
* ran prettier
2024-05-21 14:26:40 +02:00
6bf69d141e
Docs/usman plugin mgmt ( #85424 )
...
* fixed text and better formatting
* added examples of community and partners plugins
* added more clarity to apps plugin usage
* added and also fixed more
* added clarity to the server and org admin roles
* run prettier
* fixed some minor typos
* Apply suggestions from code review
thanks. looks good now-
Co-authored-by: David Harris <david.harris@grafana.com >
* Technical edit
* restorted the changes in panel and datasource examples as requested
* revert duplicated change
* Apply suggestions from code review
Thanks Jack for the suggestions. Looks good!!
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* added minor adjustment
* fixed typo
* added bash syntax
* revert changes
* added changes from PR 87168 for index.md file
* Delete docs/sources/shared/find-and-use-plugins.md
removed this file from the PR as was not intended to be part of this PR.
This PR is only for the Grafana OSS and not for the Grafana Cloud
* run prettier
* Apply suggestions from code review
Co-authored-by: David Harris <david.harris@grafana.com >
* Update docs/sources/administration/plugin-management/index.md
Co-authored-by: David Harris <david.harris@grafana.com >
* Update docs/sources/administration/plugin-management/index.md
Co-authored-by: David Harris <david.harris@grafana.com >
* added a small text fix
* added cloud tag in product labels
* run prettier
* Apply suggestions from code review
thanks for the review
Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com >
* fixed typo for note section
* run prettier to fix
---------
Co-authored-by: David Harris <david.harris@grafana.com >
Co-authored-by: Joe Perez <joseph.perez@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com >
2024-05-21 10:24:26 +02:00
Jack Baldry
01cd2efbef
[docs/sources/developers] Replace docs/reference shortcode with ref URIs ( #88088 )
2024-05-20 16:29:57 +01:00
Mihai Doarna
295b31ccd7
Auth: Update ssoSettingsSAML flag to public preview ( #87548 )
...
* update ssoSettingsSAML flag to public preview
* generate files
2024-05-20 16:13:05 +03:00
Pepe Cano
f3be9d009e
Alerting docs: Fix H3 headings in Configure Grafana alert rules. ( #88040 )
...
Configure Grafana alert rules: Fix `H3` headings
2024-05-20 10:41:27 +02:00
Pepe Cano and brendamuir
8e5ce99f72
Update Configure no data and error handling and State & Health ( #87985 )
...
* Update `Configure no data and error handling` and State & Health
* Update docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/alert-rule-evaluation/state-and-health.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-05-20 09:39:30 +02:00
Pepe Cano
67f434dc73
Remove Single and multi-dimensional rule from Configure alert rules ( #87951 )
...
* Remove `Single and multi-dimensional rule` from `Configure alert rules`
* Do not change H3 titles
2024-05-20 09:34:00 +02:00
Pepe Cano
54eab4db59
Alerting docs: Relocate Resolved stale alert instances section ( #87965 )
...
Relocate `Resolved stale alert instances` section
2024-05-20 09:33:14 +02:00
Xavi Lacasa
7726631fe8
IAM docs: Update Azure AD OAuth2.0 docs after rename to Entra ID ( #87925 )
2024-05-16 20:36:52 +02:00
Ezequiel Victorero and Sofia Papagiannaki
42d75ac737
Dashboards: Add feature restore dashboards backend ( #83131 )
...
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
2024-05-16 14:36:26 -03:00
antonio
c7d2a7a19c
grafana fundamentals fix ( #87975 )
...
* grafana fundamentals fix
* pretty face
2024-05-16 16:56:32 +02:00
Isabel Matwawana
80e2af5d25
Docs: public dashboards fixes ( #87870 )
...
* Made minor style fixes
* Converted docs ref links to ref URIs and updated note style to admonitions
* Fixed link text and version syntax
2024-05-16 09:16:39 -04:00
github-actions[bot] and grafanabot
c46c0c9eb9
Update make docs procedure ( #87950 )
...
Co-authored-by: grafanabot <bot@grafana.com >
2024-05-16 12:00:32 +01:00
antonio
086def3f57
alerting: contact points - links ( #87955 )
...
* alerting: contact points - links
* fundamentals: alerting instructions update
* updated steps
* prettier
2024-05-16 12:19:44 +02:00
Isabel Matwawana
47b42c9d42
Docs: Add annotated image and updated feature overview list ( #87833 )
...
Added annotated image and updated feature overview list
2024-05-15 16:22:49 -04:00
Usman Ahmad
9f543fa8d6
Update helm docs - removed enterprise tag from product labels ( #87922 )
...
Update index.md
2024-05-15 10:15:33 -05:00
Pepe Cano
608a3faacd
Alerting docs: Last changes State and Health ( #87920 )
...
* Last changes `State and Health`
* Add additional explanation for `Keep last state`
* Minor clarification
2024-05-15 16:44:52 +02:00
antonio
e2f062d16d
alerting: Improve documentation regarding linking and visualizing alert rules in dashboards ( #87892 )
...
* commit 4
* commit 5
2024-05-15 15:50:32 +02:00
Ida Štambuk
272cfa83b1
Feature Management: Move awsDatasourcesNewFormStyling to GA ( #87696 )
2024-05-15 12:23:24 +02:00
Pepe Cano and brendamuir
37d1d1c0a0
Alerting docs: Update State and health of alerts docs ( #87846 )
...
* Update `View alert state and history`
* first edit `State and Healths of alerts`
* Complete `State and health of alerts`
* Update docs/sources/alerting/fundamentals/alert-rule-evaluation/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-05-15 10:49:16 +02:00