grafana/pkg/services/provisioning
Torkel Ödegaard e31cb93ec0
NavTree: Make it possible to configure where in nav tree plugins live (#55484)
* NewIA: Plugin nav config

* progress

* Progress

* Things are working

* Add monitoring node

* Add alerts and incidents

* added experiment with standalone page

* Refactoring by adding a type for navtree root

* First test working

* More tests

* more tests

* Progress on richer config and sorting

* Sort weight working

* Path config

* Improving logic for not including admin or cfg nodes, making it the last step so that enterprise can add admin nodes without having to worry about the section not existing

* fixed index routes

* removed file

* Fixes

* Fixing tests

* Fixing more tests and adding support for weight config

* Updates

* Remove unused fake

* More fixes

* Minor tweak

* Minor fix

* Can now control position using sortweight even when existing items have no sortweight

* Added tests for frontend standalone page logic

* more tests

* Remove unused fake and fixed lint issue

* Moving reading settings to navtree impl package

* remove nav_id setting prefix

* Remove old test file

* Fix trailing newline

* Fixed bug with adding nil node

* fixing lint issue

* remove some code we have to rethink

* move read settings to PrivideService and switch to util.SplitString
2022-09-28 08:29:35 +02:00
..
alerting Alerting: support env variables in contact point settings when provsioning (#55666) 2022-09-23 08:06:51 -05:00
dashboards Add the file label to dashboard provisioning errors (#53282) 2022-09-26 10:57:37 +02:00
datasources Glue: Add DB migration & support provisioning for user-defined correlations config (#55560) 2022-09-27 11:08:02 +02:00
notifiers Remove ioutil.ReadDir from usage (#53550) 2022-08-11 07:21:12 -04:00
plugins NavTree: Make it possible to configure where in nav tree plugins live (#55484) 2022-09-28 08:29:35 +02:00
utils Chore: Remove bus from dashboards provisioning (#47495) 2022-04-08 13:56:38 +02:00
values Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
provisioning_mock.go Alerting: Add file provisioning for contact points (#51924) 2022-08-01 18:17:42 +02:00
provisioning_test.go Chore: Remove bus from dashboards provisioning (#47495) 2022-04-08 13:56:38 +02:00
provisioning.go Alerting: Add file provisioning for text templates (#52952) 2022-08-01 20:50:03 +02:00