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
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
8f807a2df7
Docs: Fix broken link in developers/contribute ( #92328 )
2024-08-22 11:35:54 -07:00
24dad802c9
chore: update plugin schema for ui extensions ( #92121 )
...
chore: update plugin.schema.json
Follow up to https://github.com/grafana/plugin-tools/pull/1060/
2024-08-20 11:20:21 +01:00
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
85d0e17dc4
Bookmarks: Store URLs instead of ids ( #91121 )
2024-07-31 13:56:39 +01:00
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
fa2506300f
Plugins: Update plugin.json schema to correctly validate version ranges and single digit versions ( #90517 )
2024-07-17 11:20:25 +02:00
c77015b329
Docs: Fix broken links resulting from plugin-tools site reorganization ( #90391 )
...
* Docs: Fix broken links resulting from plugin-tools site reorganization
* Fix additional link
* Update docs/sources/whatsnew/whats-new-in-v7-0.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-07-13 10:59:27 -07:00
cff9ecbd6d
Plugins: Ensure plugin dependency field in plugin.json does not require version ( #90142 )
...
non required + pattern
2024-07-08 15:28:52 +01:00
9004b58851
Navigation: Backend to save navigation customization into preferences ( #89783 )
2024-07-03 10:40:51 +01:00
a22c1ae424
Chore: Remove provisional APIVersion from plugin info ( #89831 )
2024-07-01 10:53:16 +02:00
78c8a26906
Chore: Adding build number to plugin schema ( #89464 )
...
adding build number
2024-06-20 13:51:51 +02:00
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
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
d83288b8c5
Docs: Improve the SSO settings API docs ( #87599 )
...
* improve SSO settings API docs
* address feedback
2024-05-31 11:22:54 +03:00
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
01cd2efbef
[docs/sources/developers] Replace docs/reference shortcode with ref URIs ( #88088 )
2024-05-20 16:29:57 +01:00
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
d8904f3ca4
Add apiVersion to plugin models ( #87510 )
2024-05-14 13:58:27 +02:00
e89f6daeda
Plugins: Add an auto-generated part to the plugin.json
schema ( #86520 )
...
feat: update the plugin.json schema
2024-04-29 11:04:03 +02:00
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
a56a842d5f
Alerting docs: fix docs/shared
API to render the current version ( #85526 )
2024-04-03 16:04:58 +02:00
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
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
d3ef762cb9
docs: update angular guidance ( #84363 )
...
* docs: update angular guidance
* Update docs/sources/developers/angular_deprecation/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* Update docs/sources/developers/angular_deprecation/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
* update
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-03-13 16:42:48 +00:00
e33e219a9a
Remove legacy alerting docs ( #84190 )
2024-03-12 05:37:41 +01:00
efbcd53119
docs: update angular deprecation notice ( #84227 )
...
update docs
2024-03-11 19:17:20 +00:00
ffd0bdafe4
Docs: fix broken link ( #84103 )
...
* Fixed broken link
* Removed trailing slash
* Ran prettier
2024-03-11 12:57:51 -04:00
0b71354c8d
Docs: Improve SSO Settings docs ( #83914 )
...
* Improve docs
* remove trailing slash
* Update relref
2024-03-09 19:24:48 +01:00
2a1d4f85c7
Update links to default Grafana branch ( #83025 )
2024-02-29 17:08:45 +02:00
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
10721bfcd9
Update angular-plugins.md ( #83635 )
...
* Update angular-plugins.md
Removes advice which only worked in `dev` instances.
* Update angular-plugins.md
Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com>
---------
Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com>
2024-02-29 09:03:47 +00:00
f209a5a8b8
fix typos ( #83414 )
2024-02-26 10:52:44 -07:00
80d6bf6da0
AuthN: Remove embedded oauth server ( #83146 )
...
* AuthN: Remove embedded oauth server
* Restore main
* go mod tidy
* Fix problem
* Remove permission intersection
* Fix test and lint
* Fix TestData test
* Revert to origin/main
* Update go.mod
* Update go.mod
* Update go.sum
2024-02-26 11:29:09 +01:00
8895b43c85
Chore: Remove docs and kinds report generators ( #83277 )
...
* Chore: Remove codegen for docs
* Remove kindsysreport
2024-02-23 20:06:43 +01:00
538617bb00
docs: angular plugins list rewrite ( #82456 )
2024-02-16 17:56:26 +00:00
ff916d9c15
Docs: Update docs for creating nested folders ( #82310 )
2024-02-15 15:21:01 +01:00
62efe6e170
Panel Query Options: Support query caching options ( #82448 )
...
* schema update
* Panel Query Options: Support query caching options
2024-02-14 09:19:39 -08:00
f2ac24f9a0
Documentation: Incorrect API example for Public Dashboard ( #82335 )
...
fix doc
2024-02-13 13:08:49 -05:00
dbde08b03c
Scenes: Refactor original snapshot button in a new component ( #82199 )
2024-02-13 14:15:55 -03:00
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
af8ea896d0
GroupBy: add new groupby
variable type and optional groupByKeys
( #81717 )
...
* add new groupby type
* rename to groupByKeys + introduce GroupByVariableModel
* fix unit test
* update scenes package
* update interface
* update fixture
* update unit test
* bump to scenes 2.6.2
* remove baseFilters for now
2024-02-07 11:14:04 +00:00
2d25ce8aab
chore: update typos found in docs ( #81850 )
2024-02-05 21:46:35 +02:00
d5ac9340e5
Histogram: Add approx bucket count option ( #80990 )
2024-02-05 11:09:36 -06:00
ba70ee9b50
Docs: adds update to x-provenance ( #81863 )
...
* Docs: adds update to x-provenance
* Prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-02-05 15:06:28 +01:00
a5d890984b
Dashbboard: Fixes time picker schema default issues ( #81847 )
...
* Dashbboard: Fixes time picker schema default issues
* Fix tests
* fix imports
2024-02-05 12:32:59 +01:00
071b301e39
Dashboard: Dashboard schema fixes and scene to save model fixes ( #81867 )
2024-02-05 12:27:44 +01:00
14a36b4040
Folders: Forbid performing operations on folders via dashboards HTTP API ( #81264 )
...
* Forbid creating folders via dashboard api
* Update delete endpoint
* Update docs
2024-02-04 01:16:19 +01:00
cb945aa5df
NodeGraph: Use layered layout instead of force based layout ( #78957 )
2024-01-31 17:26:12 +01:00