mirror of
https://github.com/grafana/grafana.git
synced 2026-03-13 15:29:48 +08:00
* Provisioning: add repository_types to defaults.ini to enable env var override GF_PROVISIONING_REPOSITORY_TYPES was silently ignored because applyEnvVariableOverrides only processes keys already present in the ini file. Adding the key with an empty default lets the env var override work while preserving existing fallback behaviour in each subsystem. Made-with: Cursor * Docs: add [provisioning] section to configure-grafana reference Documents the provisioning configuration options including the new repository_types setting and the existing allowed_targets, allow_image_rendering, and min_sync_interval settings. Made-with: Cursor * Clarify that bitbucket and gitlab are Enterprise-only repository types Made-with: Cursor * Fix OSS repository types order to local|git|github Made-with: Cursor * Docs: remove env var mention from repository_types docs Made-with: Cursor * Clarify that Enterprise adds bitbucket/gitlab on top of the base types Made-with: Cursor * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com> * Docs: fix Prettier formatting in configure-grafana Made-with: Cursor --------- Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com>