Robby Milo
96d15d9091
[v11.5] Remove relref shortcodes ( #101707 )
...
* manually replce all shared relrefs
* relref replace - grafana v11.5
* Merge branch 'master' into robbymilo/relref-replace-grafana-11.5
* manual fixes
* replace ref shortcodes
* Merge branch 'master' into robbymilo/relref-replace-grafana-11.5
* update readme
* update test
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2025-03-06 17:48:00 +02:00
Eric Leijonmarck
c98dfd3b54
LBAC for datasources: Update the docs to point to UID instead of ID ( #97512 )
...
update the docs
2024-12-06 09:48:19 +00:00
Stephanie Hingtgen
104f795156
Dashboards: Remove deprecated endpoints from docs ( #97073 )
2024-11-27 08:27:58 +03:00
Stephanie Hingtgen
72ffe9838a
Folders: remove get by id from docs ( #97069 )
2024-11-26 19:12:07 -06:00
Artur Wierzbicki
ba0f376da7
Dashboards: update docs of the overwrite param in Save Dashboard API Call ( #97011 )
...
update dashboard overwrite docs
2024-11-26 09:36:44 +00:00
Stephanie Hingtgen
b12c731d59
Stars: Add dashboard_uid and org_id to table ( #96408 )
2024-11-15 09:51:31 -06:00
Vardan Torosyan
f31d3f424c
Docs: Add secondsToLive to the SA HTTP API docs ( #96518 )
...
* Docs: Add secondsToLive param to the SA HTTP API docs
* Docs: Add secondsToLive param to the SA HTTP API docs
2024-11-15 14:45:48 +01:00
Eric Leijonmarck
4f24a91484
LBAC for datasources: FIX adds missing uid in endpoint url ( #96241 )
...
FIX: adds missing uid in endpoint ulrl
2024-11-11 17:06:07 +00:00
Ieva
fa498e4836
GAS: Add HTTP API docs for group attribute sync ( #96088 )
...
add HTTP API docs for GAS
2024-11-11 16:24:26 +00:00
Karl Persson
3311df6e3d
Docs: Remove org id from create team request docs ( #95947 )
...
* Remove org id from create team request docs
* remove reference to orgId
2024-11-06 13:53:48 +01:00
Eric Leijonmarck
cc1976693b
LBAC for datasources: Docs update HTTP API ( #95392 )
2024-10-25 15:20:36 +01:00
Jacob Valdez
0c73403e00
Docs: initial pruning of outdated versioning info ( #95212 )
...
* initial pruning of outdated versioning info
* removing erroneous file
2024-10-24 09:42:04 -05:00
Robby Milo
c6eeb2d845
remove unnecessary version notices ( #94839 )
2024-10-17 10:32:17 +01:00
Ieva
8cade5c550
Role mapping: Add new query parameter to docs ( #94413 )
...
* small doc addition
* swagger gen
* pr feedback
2024-10-08 17:53:21 +01:00
Isabel Matwawana
dbf0949ca7
Docs: update docs to reflect new sharing UI ( #90630 )
...
Co-authored-by: Juan Cabanas <juan.cabanas@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-09-25 09:42:58 -04:00
Jihoon Park
4290d0e459
Docs: fix typo in developers/http_api/data_source.md ( #93650 )
2024-09-24 14:08:43 +00:00
Eric Leijonmarck
6ee7f7dc79
Docs: Add http docs for lbac for datasources ( #93399 )
...
* Add: http docs for lbac for datasources
* spelling
* update with only cloud loki
* rename to lbac for datasources
* moved it
* Update _index.md
This commit fixes minor style and punctuation issus
* change datasource to data source
* replace datasource with data source
minor updates and style fixes
* minor style changes
* prettier
---------
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
2024-09-18 11:54:21 +01:00
hemerfaSICKAG
d54ede607c
Update playlist.md to align with Grafana 11 ( #92884 )
...
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
2024-09-13 08:59:20 +00:00
Daniel Strobusch
748425cd66
[docs] remove misplaced heading. ( #93166 )
2024-09-11 12:59:29 +03:00
Ieva
3197c5de8d
RBAC: Add available scopes to RBAC docs ( #93131 )
...
* update the list with some allowed RBAC scopes
* extend the http api docs as well
* display without bulletpoints
* add prettier ignores
2024-09-10 08:50:03 +00:00
Pepe Cano
e87140bf75
API Docs: create Authentication page and order sidebar menu ( #92900 )
...
* API Docs: create `Authentication` page and order sidebar menu
* fix minor typos
* Update capitalization
We don't capitalize titles as per https://grafana.com/docs/writers-toolkit/write/style-guide/capitalization-punctuation/
* Update docs/sources/developers/http_api/examples/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/developers/http_api/authentication.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
---------
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-09-06 08:17:20 +02:00
Mihai Doarna
ebd17adecf
API keys: Return 410 Gone status from POST /auth/keys endpoint ( #92965 )
...
* return 410 Gone status from POST /auth/keys endpoint
* generate swagger
* remove postAPIkeyResponse
* re-generate swagger
* remove docs for api key creation endpoint
2024-09-05 13:10:24 +03:00
Ieva
b99d1249db
Docs: Update the docs for folder creation permissions ( #92703 )
...
* update the docs to reflect permissions needed to create subfolders
* Minor language fix
---------
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
2024-08-30 10:55:32 +00:00
Pepe Cano
6a29e4aecf
IAM docs: Transform API keys to Migrate API keys docs ( #92380 )
...
* IAM docs: Transform `API keys` to `Migrate API keys` docs
* Update links to `API keys` in other doc pages
* Grafana UI: update help button link
* Update OpenAPI/Swagger links
* Update docs/sources/administration/service-accounts/migrate-api-keys.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update `relref` links to the new URL
* fix space before em dash
spaces before or after em dashes are not recommended (https://developers.google.com/style/dashes )
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
2024-08-30 11:37:36 +02:00
Pepe Cano
fcb4b3d39e
Docs: keep the HTTP API list updated ( #92635 )
...
* Docs: keep the HTTP API list updated
* Update menu title to be consistent with the HTTP API list
* Update docs/sources/developers/http_api/preferences.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/developers/http_api/snapshot.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
---------
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-08-30 10:27:24 +02:00
Jack Baldry
5e89a9060b
Remove all documented references to time_options ( #92657 )
2024-08-29 13:47:26 +01:00
Ieva
a72b557886
Docs: Extend docs with service account limitations ( #92630 )
...
* extend docs with service account limitations
* linting
* Apply suggestions from code review
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* PR feedback
* more PR feedback
* linting
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-08-29 09:50:11 +00:00
Eric Leijonmarck
6a19278f23
API Keys: Removal & Redirect of Create endpoint ( #92144 )
...
* API keys: redirecting of create endpont
* update naming and using admonition
* fmt
* Apply suggestions from code review
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com >
---------
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com >
2024-08-28 12:20:36 +01:00
Kristina
1dd830b9f1
Correlations: Migrate config type to root ( #91855 )
...
* WIP
* Validate new field, and add value in provisioning if not defined in correct spot
* Simplify logic, use correct value
* fix tests
* Fix linter errors
* fix swagger and tests
* 😬
* Auto-generation isnt doing this..
* Fix linter
* test if nullable is the issue…
* Change structure on the frontend fields
* Try with backtick
* try programatic quoting
* Try only quote non-ints
* quoting, no backticks
* Remove debugging
2024-08-26 08:02:48 -05:00
Ieva
5bae9f11bc
Docs: Add docs for bulk updating team members ( #91499 )
...
add docs for bulk updating team members
2024-08-12 09:58:55 +01:00
Joao Silva
85d0e17dc4
Bookmarks: Store URLs instead of ids ( #91121 )
2024-07-31 13:56:39 +01:00
Joao Silva
546f4aa700
Navigation: Show list of pinned items on MegaMenu ( #90280 )
...
* Navigation: Show list of pinned ites on the navigation
* Rename section to 'Bookmarks'
* Internationalization
* Rename everything to bookmarks
* Update public/app/core/reducers/navBarTree.ts
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
* Ignore empty message as well
* Dont update navigation if there is an error patching
---------
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com >
2024-07-22 11:43:40 +01:00
Joao Silva
9004b58851
Navigation: Backend to save navigation customization into preferences ( #89783 )
2024-07-03 10:40:51 +01:00
Ieva
10857c5400
Docs: Use bearer auth not basic auth in IAM doc examples ( #88984 )
...
use bearer auth not basic auth in examples
2024-06-11 10:35:22 +03:00
Misi
eacf6e0a4d
Auth: Add org to role mappings support to GitHub integration ( #88537 )
...
* wip: add extra tests for verifying current logic
* Add OrgRole mapping and tests
* Update docs
* Clean up
* Update docs/sources/setup-grafana/configure-security/configure-authentication/github/index.md
Co-authored-by: Mihai Doarna <mihai.doarna@grafana.com >
* Update docs with None role
* Apply suggestions from code review
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Fix
* Prettier docs
* Cleanup tests
---------
Co-authored-by: Mihai Doarna <mihai.doarna@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-06-03 14:24:58 +02:00
Mihai Doarna
d83288b8c5
Docs: Improve the SSO settings API docs ( #87599 )
...
* improve SSO settings API docs
* address feedback
2024-05-31 11:22:54 +03:00
Jack Baldry
01cd2efbef
[docs/sources/developers] Replace docs/reference shortcode with ref URIs ( #88088 )
2024-05-20 16:29:57 +01:00
Ezequiel Victorero
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
nextMJ
309adcaa7f
Typo fix in User API doc example ( #81890 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-04-24 06:13:51 +01:00
Pepe Cano
a56a842d5f
Alerting docs: fix docs/shared API to render the current version ( #85526 )
2024-04-03 16:04:58 +02:00
chalapat
65c0669f01
Server: Reload TLS certs without a server restart ( #83589 )
...
* server: reload of grafana server certs when renewed without restart.
Signed-off-by: Rao, B V Chalapathi <b_v_chalapathi.rao@nokia.com >
* server: reload of grafana server certs when renewed without restart.
Signed-off-by: Rao, B V Chalapathi <b_v_chalapathi.rao@nokia.com >
* Update http_server.go
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update http_server.go
Address the comments
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Dan Cech <dan@aussiedan.com >
* Update http_server.go
Align the spaces
* Update http_server.go
* Update http_server.go
* Update pkg/api/http_server.go
Co-authored-by: Dan Cech <dan@aussiedan.com >
---------
Signed-off-by: Rao, B V Chalapathi <b_v_chalapathi.rao@nokia.com >
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Dan Cech <dan@aussiedan.com >
2024-03-22 17:13:22 +02:00
Gilles De Mey
8765c48389
Alerting: Remove legacy alerting ( #83671 )
...
Removes legacy alerting, so long and thanks for all the fish! 🐟
---------
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
Co-authored-by: Sonia Aguilar <soniaAguilarPeiron@users.noreply.github.com >
Co-authored-by: Armand Grillet <armandgrillet@users.noreply.github.com >
Co-authored-by: William Wernert <rwwiv@users.noreply.github.com >
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com >
2024-03-14 15:36:35 +01:00
Armand Grillet
e33e219a9a
Remove legacy alerting docs ( #84190 )
2024-03-12 05:37:41 +01:00
Misi
0b71354c8d
Docs: Improve SSO Settings docs ( #83914 )
...
* Improve docs
* remove trailing slash
* Update relref
2024-03-09 19:24:48 +01:00
Jack Baldry
2a1d4f85c7
Update links to default Grafana branch ( #83025 )
2024-02-29 17:08:45 +02:00
omahs
2a429cd7db
Fix typos ( #83621 )
...
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-02-29 10:47:22 +00:00
Takashi Idobe
f209a5a8b8
fix typos ( #83414 )
2024-02-26 10:52:44 -07:00
Arati R
ff916d9c15
Docs: Update docs for creating nested folders ( #82310 )
2024-02-15 15:21:01 +01:00
Lucy Chen
f2ac24f9a0
Documentation: Incorrect API example for Public Dashboard ( #82335 )
...
fix doc
2024-02-13 13:08:49 -05:00
Pepe Cano
9c92329bee
Alerting docs: Provision alerting resources updates ( #82221 )
...
* Alert provisioning: initial restructuring
* Fix products labels
* Restructure `Import and export Grafana Alerting resources`
* Change URL to `export-alerting-resources`
* Complete `Export alerting resources`
* Export alerting resources
* Update `configuration files` provisioning
* Terraform Provisioning
* Change to `Provision/Import/Export` terms and some notes
* Replace `config` to `configuration`
* Set (menu)Title `Export alerting resources`
* Minor change on note about `Export Alerting endpoints`
* Fix `doc-validator` issues
* Fix grammar
* Update docs/sources/alerting/set-up/provision-alerting-resources/terraform-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/provision-alerting-resources/terraform-provisioning/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Fix numbered lists and `Note:` without admonition
* Convert text-based notes (`Note:`) to `admonition` blocks
* Replace text-based `Note:` with adminitions
* Remove `file-provisioning` grafana-cloud links
* Update `Export alerting resources` intro
* nitpicky format order
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-02-12 10:27:18 +01:00