2019-12-11 15:34:32 -06:00
|
|
|
# Lines starting with '#' are comments.
|
|
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
|
|
|
|
# More details are here: https://help.github.com/articles/about-codeowners/
|
|
|
|
|
|
|
|
# The '*' pattern is global owners.
|
|
|
|
|
|
|
|
# Order is important. The last matching pattern has the most precedence.
|
|
|
|
# The folders are ordered as follows:
|
|
|
|
|
|
|
|
# In each subsection folders are ordered first by depth, then alphabetically.
|
|
|
|
# This should make it easy to add new rules without breaking existing ones.
|
|
|
|
|
2022-09-22 14:26:03 -05:00
|
|
|
# Documentation
|
2023-11-16 09:24:28 -06:00
|
|
|
/.changelog-archive @grafana/grafana-release-guild
|
|
|
|
/CHANGELOG.md @grafana/grafana-release-guild
|
2023-09-28 13:31:26 -05:00
|
|
|
/CODE_OF_CONDUCT.md @grafana/grafana-community-support
|
|
|
|
/CONTRIBUTING.md @grafana/grafana-community-support
|
2023-02-22 10:36:20 -06:00
|
|
|
/GOVERNANCE.md @RichiH
|
2023-09-28 13:31:26 -05:00
|
|
|
/HALL_OF_FAME.md @grafana/grafana-community-support
|
2023-02-22 10:36:20 -06:00
|
|
|
/LICENSE @torkelo
|
|
|
|
/LICENSING.md @torkelo
|
|
|
|
/MAINTAINERS.md @RichiH
|
|
|
|
/NOTICE.md @torkelo
|
|
|
|
/README.md @grafana/docs-grafana
|
|
|
|
/ROADMAP.md @torkelo
|
|
|
|
/SECURITY.md @grafana/security-team
|
|
|
|
/SUPPORT.md @torkelo
|
|
|
|
/WORKFLOW.md @torkelo
|
2023-09-28 13:31:26 -05:00
|
|
|
/contribute/ @grafana/grafana-community-support
|
2024-02-20 06:54:46 -06:00
|
|
|
/contribute/UPGRADING_DEPENDENCIES.md @grafana/docs-grafana
|
2023-02-22 10:36:20 -06:00
|
|
|
/devenv/README.md @grafana/docs-grafana
|
|
|
|
|
2024-02-28 10:02:41 -06:00
|
|
|
# START Technical documentation
|
2023-07-13 12:24:23 -05:00
|
|
|
# `make docs` procedure and related workflows are owned @grafana/docs-tooling. Slack #docs.
|
2024-02-28 10:02:41 -06:00
|
|
|
/docs/ @grafana/docs-tooling
|
|
|
|
|
|
|
|
/docs/.codespellignore @grafana/docs-tooling
|
|
|
|
/docs/sources/ @Eve832
|
|
|
|
|
2024-04-05 08:29:27 -05:00
|
|
|
/docs/sources/administration/ @jdbaldry
|
2024-02-28 10:02:41 -06:00
|
|
|
/docs/sources/alerting/ @brendamuir
|
|
|
|
/docs/sources/dashboards/ @imatwawana
|
|
|
|
/docs/sources/datasources/ @jdbaldry
|
2024-04-05 08:29:27 -05:00
|
|
|
/docs/sources/explore/ @grafana/explore-squad @lwandz13
|
2024-02-28 10:02:41 -06:00
|
|
|
/docs/sources/fundamentals @chri2547
|
|
|
|
/docs/sources/getting-started/ @chri2547
|
|
|
|
/docs/sources/introduction/ @chri2547
|
|
|
|
/docs/sources/panels-visualizations/ @imatwawana
|
|
|
|
/docs/sources/release-notes/ @Eve832 @GrafanaWriter
|
|
|
|
/docs/sources/setup-grafana/ @chri2547
|
|
|
|
/docs/sources/upgrade-guide/ @imatwawana
|
|
|
|
/docs/sources/whatsnew/ @imatwawana
|
|
|
|
|
2024-07-01 02:31:05 -05:00
|
|
|
/docs/sources/developers/plugins/ @grafana/plugins-platform-frontend @grafana/plugins-platform-backend
|
2024-02-28 10:02:41 -06:00
|
|
|
|
2023-11-24 08:46:24 -06:00
|
|
|
/docs/sources/panels-visualizations/query-transform-data/transform-data/index.md @imatwawana @baldm0mma
|
2024-02-28 10:02:41 -06:00
|
|
|
# END Technical documentation
|
2020-03-04 10:08:07 -06:00
|
|
|
|
|
|
|
# Backend code
|
2024-04-19 12:12:59 -05:00
|
|
|
/go.mod @grafana/grafana-backend-group
|
|
|
|
/go.sum @grafana/grafana-backend-group
|
2024-02-23 07:54:24 -06:00
|
|
|
/go.work @grafana/grafana-app-platform-squad
|
|
|
|
/go.work.sum @grafana/grafana-app-platform-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/.bingo/ @grafana/grafana-backend-group
|
|
|
|
/pkg/README.md @grafana/grafana-backend-group
|
|
|
|
/pkg/ruleguard.rules.go @grafana/grafana-backend-group
|
|
|
|
/.bra.toml @grafana/grafana-backend-group
|
|
|
|
/.golangci.toml @grafana/grafana-backend-group
|
|
|
|
/build.go @grafana/grafana-backend-services-squad
|
|
|
|
/scripts/modowners/ @grafana/grafana-backend-services-squad
|
2023-12-05 16:31:49 -06:00
|
|
|
/hack/ @grafana/grafana-app-platform-squad
|
2022-12-23 07:46:17 -06:00
|
|
|
|
2024-06-20 15:52:03 -05:00
|
|
|
/apps/alerting/ @grafana/alerting-backend
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/api/ @grafana/grafana-backend-group
|
2023-09-22 13:17:53 -05:00
|
|
|
/pkg/apis/ @grafana/grafana-app-platform-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/bus/ @grafana/grafana-search-and-storage
|
|
|
|
/pkg/cmd/ @grafana/grafana-backend-group
|
2023-11-09 18:50:27 -06:00
|
|
|
/pkg/cmd/grafana/apiserver @grafana/grafana-app-platform-squad
|
2024-06-19 08:24:39 -05:00
|
|
|
/pkg/components/apikeygen/ @grafana/identity-squad
|
|
|
|
/pkg/components/satokengen/ @grafana/identity-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/components/dashdiffs/ @grafana/grafana-app-platform-squad
|
2024-06-13 10:18:29 -05:00
|
|
|
/pkg/components/imguploader/ @grafana/alerting-backend
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/components/loki/ @grafana/grafana-backend-group
|
|
|
|
/pkg/components/null/ @grafana/grafana-backend-group
|
|
|
|
/pkg/components/simplejson/ @grafana/grafana-backend-group
|
|
|
|
/pkg/events/ @grafana/grafana-backend-group
|
|
|
|
/pkg/extensions/ @grafana/grafana-backend-group
|
|
|
|
/pkg/ifaces/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/appcontext/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/db/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/localcache/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/log/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/metrics/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/network/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/process/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/remotecache/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/serverlock/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/slugify/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/tracing/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/usagestats/ @grafana/grafana-backend-group
|
|
|
|
/pkg/middleware/ @grafana/grafana-backend-group
|
|
|
|
/pkg/mocks/ @grafana/grafana-backend-group
|
|
|
|
/pkg/models/ @grafana/grafana-backend-group
|
|
|
|
/pkg/server/ @grafana/grafana-backend-group
|
2024-02-23 14:15:43 -06:00
|
|
|
/pkg/apiserver @grafana/grafana-app-platform-squad
|
|
|
|
/pkg/apimachinery @grafana/grafana-app-platform-squad
|
2024-06-19 08:24:39 -05:00
|
|
|
/pkg/apimachinery/identity/ @grafana/identity-squad
|
2024-06-12 23:11:35 -05:00
|
|
|
/pkg/apimachinery/errutil/ @grafana/grafana-backend-group
|
2024-03-11 11:22:33 -05:00
|
|
|
/pkg/promlib @grafana/observability-metrics
|
2024-06-20 08:11:21 -05:00
|
|
|
/pkg/storage/ @grafana/grafana-search-and-storage
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/annotations/ @grafana/grafana-search-and-storage
|
2024-06-19 08:24:39 -05:00
|
|
|
/pkg/services/apikey/ @grafana/identity-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/cleanup/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/contexthandler/ @grafana/grafana-backend-group
|
2023-08-03 17:35:36 -05:00
|
|
|
/pkg/services/correlations/ @grafana/explore-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/dashboardimport/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/dashboards/ @grafana/grafana-app-platform-squad
|
|
|
|
/pkg/services/dashboardversion/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/encryption/ @grafana/grafana-operator-experience-squad
|
|
|
|
/pkg/services/folder/ @grafana/grafana-search-and-storage
|
2024-02-01 16:27:30 -06:00
|
|
|
/pkg/services/apiserver @grafana/grafana-app-platform-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/hooks/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/kmsproviders/ @grafana/grafana-operator-experience-squad
|
|
|
|
/pkg/services/licensing/ @grafana/grafana-operator-experience-squad
|
|
|
|
/pkg/services/navtree/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/notifications/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/org/ @grafana/grafana-backend-group
|
2023-10-10 14:46:12 -05:00
|
|
|
/pkg/services/playlist/ @grafana/grafana-app-platform-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/preference/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/provisioning/ @grafana/grafana-search-and-storage
|
|
|
|
/pkg/services/query/ @grafana/grafana-app-platform-squad
|
|
|
|
/pkg/services/queryhistory/ @grafana/grafana-app-platform-squad
|
|
|
|
/pkg/services/quota/ @grafana/grafana-search-and-storage
|
|
|
|
/pkg/services/screenshot/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/search/ @grafana/grafana-search-and-storage
|
|
|
|
/pkg/services/searchusers/ @grafana/grafana-search-and-storage
|
|
|
|
/pkg/services/secrets/ @grafana/grafana-operator-experience-squad
|
|
|
|
/pkg/services/shorturls/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/sqlstore/ @grafana/grafana-search-and-storage
|
2024-06-19 08:24:39 -05:00
|
|
|
/pkg/services/ssosettings/ @grafana/identity-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/star/ @grafana/grafana-search-and-storage
|
|
|
|
/pkg/services/stats/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/tag/ @grafana/grafana-search-and-storage
|
2024-06-19 08:24:39 -05:00
|
|
|
/pkg/services/team/ @grafana/access-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/temp_user/ @grafana/grafana-backend-group
|
|
|
|
/pkg/services/updatechecker/ @grafana/grafana-backend-group
|
2024-06-19 08:24:39 -05:00
|
|
|
/pkg/services/user/ @grafana/access-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/validations/ @grafana/grafana-backend-group
|
|
|
|
/pkg/setting/ @grafana/grafana-backend-services-squad
|
|
|
|
/pkg/tests/ @grafana/grafana-backend-services-squad
|
2023-11-13 21:51:58 -06:00
|
|
|
/pkg/tests/apis/ @grafana/grafana-app-platform-squad
|
2023-03-03 07:23:46 -06:00
|
|
|
/pkg/tests/api/correlations/ @grafana/explore-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/tsdb/grafanads/ @grafana/grafana-backend-group
|
2024-06-24 11:40:49 -05:00
|
|
|
/pkg/tsdb/opentsdb/ @grafana/partner-datasources
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/util/ @grafana/grafana-backend-group
|
|
|
|
/pkg/web/ @grafana/grafana-backend-group
|
2022-12-23 07:46:17 -06:00
|
|
|
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/infra/kvstore/ @grafana/grafana-backend-group
|
|
|
|
/pkg/infra/fs/ @grafana/grafana-backend-group
|
2020-05-25 04:42:43 -05:00
|
|
|
|
2023-01-10 08:40:00 -06:00
|
|
|
# devenv
|
2022-08-29 01:36:56 -05:00
|
|
|
# Backend code, developers environment
|
2023-11-03 07:20:39 -05:00
|
|
|
/devenv/docker/blocks/auth/ @grafana/identity-access-team
|
2022-08-29 01:36:56 -05:00
|
|
|
|
2022-09-12 02:41:08 -05:00
|
|
|
# Logs code, developers environment
|
|
|
|
/devenv/docker/blocks/loki* @grafana/observability-logs
|
|
|
|
/devenv/docker/blocks/elastic* @grafana/observability-logs
|
2023-07-19 07:25:18 -05:00
|
|
|
/devenv/docker/blocks/self-instrumentation* @grafana/observability-metrics
|
2022-09-12 02:41:08 -05:00
|
|
|
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/bulk-dashboards/ @grafana/dashboards-squad
|
2023-09-26 07:05:37 -05:00
|
|
|
/devenv/bulk-folders/ @grafana/grafana-frontend-platform
|
2024-04-19 12:12:59 -05:00
|
|
|
/devenv/create_docker_compose.sh @grafana/grafana-backend-services-squad
|
2024-06-06 14:51:54 -05:00
|
|
|
/devenv/alert_rules.yaml @grafana/alerting-backend
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/dashboards.yaml @grafana/dashboards-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/devenv/datasources.yaml @grafana/grafana-backend-group
|
|
|
|
/devenv/datasources_docker.yaml @grafana/grafana-backend-group
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/dev-dashboards-without-uid/ @grafana/dashboards-squad
|
|
|
|
/devenv/dev-dashboards/ @grafana/dashboards-squad
|
2024-06-06 14:51:54 -05:00
|
|
|
/devenv/docker/blocks/alert_webhook_listener/ @grafana/alerting-backend
|
2023-04-11 11:08:05 -05:00
|
|
|
/devenv/docker/blocks/clickhouse/ @grafana/partner-datasources
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/docker/blocks/collectd/ @grafana/observability-metrics
|
2023-09-26 16:15:15 -05:00
|
|
|
/devenv/docker/blocks/etcd @grafana/grafana-app-platform-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/docker/blocks/grafana/ @grafana/grafana-as-code
|
2024-06-24 11:40:49 -05:00
|
|
|
/devenv/docker/blocks/graphite/ @grafana/partner-datasources
|
|
|
|
/devenv/docker/blocks/graphite09/ @grafana/partner-datasources
|
|
|
|
/devenv/docker/blocks/graphite1/ @grafana/partner-datasources
|
|
|
|
/devenv/docker/blocks/influxdb/ @grafana/partner-datasources
|
|
|
|
/devenv/docker/blocks/influxdb1/ @grafana/partner-datasources
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/docker/blocks/jaeger/ @grafana/observability-traces-and-profiling
|
2023-07-04 05:16:12 -05:00
|
|
|
/devenv/docker/blocks/maildev/ @grafana/alerting-frontend
|
2024-01-15 03:53:22 -06:00
|
|
|
/devenv/docker/blocks/mariadb/ @grafana/oss-big-tent
|
2024-04-19 12:12:59 -05:00
|
|
|
/devenv/docker/blocks/memcached/ @grafana/grafana-backend-group
|
2024-06-06 14:51:54 -05:00
|
|
|
/devenv/docker/blocks/mimir_backend/ @grafana/alerting-backend
|
2024-01-15 03:53:22 -06:00
|
|
|
/devenv/docker/blocks/mssql/ @grafana/partner-datasources
|
|
|
|
/devenv/docker/blocks/mssql_arm64/ @grafana/partner-datasources
|
|
|
|
/devenv/docker/blocks/mssql_tests/ @grafana/partner-datasources
|
|
|
|
/devenv/docker/blocks/mssql_tls/ @grafana/partner-datasources
|
2023-08-22 05:24:27 -05:00
|
|
|
/devenv/docker/blocks/mysql/ @grafana/oss-big-tent
|
|
|
|
/devenv/docker/blocks/mysql_exporter/ @grafana/oss-big-tent
|
|
|
|
/devenv/docker/blocks/mysql_opendata/ @grafana/oss-big-tent
|
|
|
|
/devenv/docker/blocks/mysql_tests/ @grafana/oss-big-tent
|
2024-06-24 11:40:49 -05:00
|
|
|
/devenv/docker/blocks/opentsdb/ @grafana/partner-datasources
|
2023-08-22 05:24:27 -05:00
|
|
|
/devenv/docker/blocks/postgres/ @grafana/oss-big-tent
|
|
|
|
/devenv/docker/blocks/postgres_tests/ @grafana/oss-big-tent
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/docker/blocks/prometheus/ @grafana/observability-metrics
|
|
|
|
/devenv/docker/blocks/prometheus_random_data/ @grafana/observability-metrics
|
2023-04-25 09:08:18 -05:00
|
|
|
/devenv/docker/blocks/pyroscope/ @grafana/observability-traces-and-profiling
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/docker/blocks/redis/ @bergquist
|
2024-04-19 12:12:59 -05:00
|
|
|
/devenv/docker/blocks/sensugo/ @grafana/grafana-backend-group
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/docker/blocks/slow_proxy/ @bergquist
|
|
|
|
/devenv/docker/blocks/smtp/ @bergquist
|
|
|
|
/devenv/docker/blocks/tempo/ @grafana/observability-traces-and-profiling
|
|
|
|
/devenv/docker/blocks/traefik/ @mckn
|
|
|
|
/devenv/docker/blocks/zipkin/ @grafana/observability-traces-and-profiling
|
2024-06-06 14:51:54 -05:00
|
|
|
/devenv/docker/blocks/webdav/ @grafana/alerting-backend
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/docker/buildcontainer/ @bergquist
|
2024-04-19 12:12:59 -05:00
|
|
|
/devenv/docker/compose_header.yml @grafana/grafana-backend-services-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/docker/debtest/ @bergquist
|
2024-06-06 14:51:54 -05:00
|
|
|
/devenv/docker/ha-test-unified-alerting/ @grafana/alerting-backend
|
2024-04-19 12:12:59 -05:00
|
|
|
/devenv/docker/ha_test/ @grafana/grafana-backend-services-squad
|
|
|
|
/devenv/docker/loadtest/ @grafana/grafana-backend-services-squad
|
|
|
|
/devenv/docker/rpmtest/ @grafana/grafana-backend-services-squad
|
2023-02-09 14:02:41 -06:00
|
|
|
/devenv/jsonnet/ @grafana/dataviz-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/devenv/local-npm/ @grafana/frontend-ops
|
|
|
|
/devenv/vscode/ @grafana/frontend-ops
|
2024-04-19 12:12:59 -05:00
|
|
|
/devenv/setup.sh @grafana/grafana-backend-services-squad
|
2024-06-14 06:41:17 -05:00
|
|
|
/devenv/plugins.yaml @grafana/plugins-platform-frontend
|
2023-01-10 08:40:00 -06:00
|
|
|
|
|
|
|
# Emails
|
2023-07-04 05:16:12 -05:00
|
|
|
/emails/ @grafana/alerting-frontend
|
2023-01-10 08:40:00 -06:00
|
|
|
|
|
|
|
#Packaging
|
|
|
|
/packaging/ @DanCech
|
|
|
|
|
2022-10-27 10:22:04 -05:00
|
|
|
|
2021-08-27 01:06:15 -05:00
|
|
|
# Continuous Integration
|
2023-11-16 09:24:28 -06:00
|
|
|
.drone.yml @grafana/grafana-release-guild
|
|
|
|
.drone.star @grafana/grafana-release-guild
|
|
|
|
/scripts/drone/ @grafana/grafana-release-guild
|
|
|
|
/pkg/build/ @grafana/grafana-release-guild
|
|
|
|
/.dockerignore @grafana/grafana-release-guild
|
|
|
|
/Dockerfile @grafana/grafana-release-guild
|
|
|
|
/Makefile @grafana/grafana-release-guild
|
|
|
|
/scripts/build/ @grafana/grafana-release-guild
|
|
|
|
/scripts/list-release-artifacts.sh @grafana/grafana-release-guild
|
2024-06-10 15:53:48 -05:00
|
|
|
/.trivyignore @grafana/grafana-backend-services-squad
|
2021-08-27 01:06:15 -05:00
|
|
|
|
2023-01-17 05:16:18 -06:00
|
|
|
# OSS Plugin Partnerships backend code
|
2023-03-31 06:16:26 -05:00
|
|
|
/pkg/tsdb/cloudwatch/ @grafana/aws-datasources
|
2023-04-11 11:08:05 -05:00
|
|
|
/pkg/tsdb/azuremonitor/ @grafana/partner-datasources
|
2023-05-22 11:19:54 -05:00
|
|
|
/pkg/tsdb/cloud-monitoring/ @grafana/partner-datasources
|
2021-02-08 00:50:51 -06:00
|
|
|
|
2021-03-23 04:49:29 -05:00
|
|
|
# Observability backend code
|
2022-12-23 07:46:17 -06:00
|
|
|
/pkg/tsdb/prometheus/ @grafana/observability-metrics
|
|
|
|
/pkg/tsdb/elasticsearch/ @grafana/observability-logs
|
|
|
|
/pkg/tsdb/loki/ @grafana/observability-logs
|
|
|
|
/pkg/tsdb/tempo/ @grafana/observability-traces-and-profiling
|
2023-06-06 22:09:29 -05:00
|
|
|
/pkg/tsdb/grafana-pyroscope-datasource/ @grafana/observability-traces-and-profiling
|
2022-12-23 07:46:17 -06:00
|
|
|
/pkg/tsdb/parca/ @grafana/observability-traces-and-profiling
|
2021-03-23 04:49:29 -05:00
|
|
|
|
2023-11-16 04:56:02 -06:00
|
|
|
# OSS Big Tent backend code
|
2023-08-22 05:24:27 -05:00
|
|
|
/pkg/tsdb/mysql/ @grafana/oss-big-tent
|
2023-11-13 01:49:26 -06:00
|
|
|
/pkg/tsdb/grafana-postgresql-datasource/ @grafana/oss-big-tent
|
2023-11-16 04:56:02 -06:00
|
|
|
|
|
|
|
# Partner Datasources backend code
|
|
|
|
/pkg/tsdb/mssql/ @grafana/partner-datasources
|
2024-06-24 11:40:49 -05:00
|
|
|
/pkg/tsdb/influxdb/ @grafana/partner-datasources
|
|
|
|
/pkg/tsdb/graphite/ @grafana/partner-datasources
|
2022-01-10 03:03:44 -06:00
|
|
|
|
2021-02-23 09:58:33 -06:00
|
|
|
# Database migrations
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/sqlstore/migrations/ @grafana/grafana-search-and-storage
|
|
|
|
*_mig.go @grafana/grafana-search-and-storage
|
2021-02-08 00:50:51 -06:00
|
|
|
|
2023-03-06 15:50:09 -06:00
|
|
|
# Grafana app platform
|
|
|
|
/pkg/services/live/ @grafana/grafana-app-platform-squad
|
|
|
|
/pkg/services/searchV2/ @grafana/grafana-app-platform-squad
|
|
|
|
/pkg/services/store/ @grafana/grafana-app-platform-squad
|
|
|
|
/pkg/infra/filestorage/ @grafana/grafana-app-platform-squad
|
|
|
|
/pkg/modules/ @grafana/grafana-app-platform-squad
|
2024-05-13 09:00:58 -05:00
|
|
|
/pkg/services/grpcserver/ @grafana/grafana-search-and-storage
|
2024-01-08 14:33:42 -06:00
|
|
|
/pkg/generated @grafana/grafana-app-platform-squad
|
2021-10-11 23:44:29 -05:00
|
|
|
|
2022-02-11 12:21:45 -06:00
|
|
|
# Alerting
|
2024-06-06 14:51:54 -05:00
|
|
|
/pkg/services/ngalert/ @grafana/alerting-backend
|
|
|
|
/pkg/services/sqlstore/migrations/ualert/ @grafana/alerting-backend
|
|
|
|
/pkg/tests/api/alerting/ @grafana/alerting-backend
|
2023-07-04 05:16:12 -05:00
|
|
|
/public/app/features/alerting/ @grafana/alerting-frontend
|
2024-05-14 09:42:22 -05:00
|
|
|
/public/app/features/gops/ @grafana/alerting-frontend
|
2021-09-23 04:56:15 -05:00
|
|
|
|
2021-09-30 05:39:29 -05:00
|
|
|
# Library Services
|
2024-03-04 13:18:35 -06:00
|
|
|
/pkg/services/libraryelements/ @grafana/dashboards-squad
|
|
|
|
/pkg/services/librarypanels/ @grafana/dashboards-squad
|
2021-09-30 05:39:29 -05:00
|
|
|
|
2021-10-21 07:38:28 -05:00
|
|
|
# Plugins
|
2022-12-23 07:46:17 -06:00
|
|
|
/pkg/api/pluginproxy/ @grafana/plugins-platform-backend
|
|
|
|
/pkg/infra/httpclient/ @grafana/plugins-platform-backend
|
|
|
|
/pkg/plugins/ @grafana/plugins-platform-backend
|
|
|
|
/pkg/services/datasourceproxy/ @grafana/plugins-platform-backend
|
|
|
|
/pkg/services/datasources/ @grafana/plugins-platform-backend
|
|
|
|
/pkg/services/pluginsintegration/ @grafana/plugins-platform-backend
|
|
|
|
/pkg/plugins/pfs/ @grafana/plugins-platform-backend @grafana/grafana-as-code
|
2023-09-22 07:00:40 -05:00
|
|
|
/pkg/tsdb/grafana-testdata-datasource/ @grafana/plugins-platform-backend
|
2023-10-23 03:44:38 -05:00
|
|
|
/pkg/tsdb/Magefile.go @grafana/plugins-platform-backend
|
2023-03-07 10:22:30 -06:00
|
|
|
/pkg/services/pluginsintegration/pluginsettings/ @grafana/plugins-platform-backend
|
2023-11-06 13:56:44 -06:00
|
|
|
/pkg/services/plugindashboards/ @grafana/plugins-platform-backend
|
2021-10-21 07:38:28 -05:00
|
|
|
|
2021-01-14 02:56:57 -06:00
|
|
|
# Backend code docs
|
2024-04-19 12:12:59 -05:00
|
|
|
/contribute/backend/ @grafana/grafana-backend-group
|
2021-01-14 02:56:57 -06:00
|
|
|
|
2023-01-10 08:40:00 -06:00
|
|
|
|
2023-03-27 11:35:23 -05:00
|
|
|
/crowdin.yml @grafana/grafana-frontend-platform
|
|
|
|
/public/locales/ @grafana/grafana-frontend-platform
|
|
|
|
/public/app/core/internationalization/ @grafana/grafana-frontend-platform
|
|
|
|
/e2e/ @grafana/grafana-frontend-platform
|
2023-04-11 11:08:05 -05:00
|
|
|
/e2e/cloud-plugins-suite/ @grafana/partner-datasources
|
2024-02-23 05:39:30 -06:00
|
|
|
/e2e/plugin-e2e/plugin-e2e-api-tests/ @grafana/plugins-platform-frontend
|
2024-06-18 11:05:55 -05:00
|
|
|
|
|
|
|
# Packages
|
2023-04-27 17:26:06 -05:00
|
|
|
/packages/ @grafana/grafana-frontend-platform @grafana/plugins-platform-frontend
|
2024-06-18 11:05:55 -05:00
|
|
|
/packages/grafana-data/src/**/*logs* @grafana/observability-logs
|
|
|
|
/packages/grafana-data/src/transformations/ @grafana/dataviz-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/packages/grafana-e2e-selectors/ @grafana/grafana-frontend-platform
|
2024-06-18 11:05:55 -05:00
|
|
|
/packages/grafana-flamegraph/ @grafana/observability-traces-and-profiling
|
|
|
|
/packages/grafana-o11y-ds-frontend/ @grafana/observability-logs
|
|
|
|
/packages/grafana-o11y-ds-frontend/src/IntervalInput/ @grafana/observability-traces-and-profiling
|
|
|
|
/packages/grafana-o11y-ds-frontend/src/NodeGraph/ @grafana/observability-traces-and-profiling
|
|
|
|
/packages/grafana-o11y-ds-frontend/src/pyroscope/ @grafana/observability-traces-and-profiling
|
|
|
|
/packages/grafana-o11y-ds-frontend/src/SpanBar/ @grafana/observability-traces-and-profiling
|
|
|
|
/packages/grafana-o11y-ds-frontend/src/TraceToLogs/ @grafana/observability-traces-and-profiling
|
|
|
|
/packages/grafana-o11y-ds-frontend/src/TraceToMetrics/ @grafana/observability-traces-and-profiling
|
|
|
|
/packages/grafana-o11y-ds-frontend/src/TraceToProfiles/ @grafana/observability-traces-and-profiling
|
|
|
|
/packages/grafana-plugin-configs/ @grafana/plugins-platform-frontend
|
|
|
|
/packages/grafana-prometheus/ @grafana/observability-metrics
|
|
|
|
/packages/grafana-schema/src/**/*canvas* @grafana/dataviz-squad
|
|
|
|
/packages/grafana-schema/src/**/*tempo* @grafana/observability-traces-and-profiling
|
|
|
|
/packages/grafana-sql/ @grafana/partner-datasources @grafana/oss-big-tent
|
2022-12-23 07:46:17 -06:00
|
|
|
/packages/grafana-ui/.storybook/ @grafana/plugins-platform-frontend
|
2023-03-27 11:35:23 -05:00
|
|
|
/packages/grafana-ui/src/components/ @grafana/grafana-frontend-platform
|
2024-06-18 11:05:55 -05:00
|
|
|
/packages/grafana-ui/src/components/BarGauge/ @grafana/dataviz-squad
|
|
|
|
/packages/grafana-ui/src/components/DataLinks/ @grafana/dataviz-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/packages/grafana-ui/src/components/DateTimePickers/ @grafana/grafana-frontend-platform
|
2024-06-18 11:05:55 -05:00
|
|
|
/packages/grafana-ui/src/components/Gauge/ @grafana/dataviz-squad
|
|
|
|
/packages/grafana-ui/src/components/Sparkline/ @grafana/grafana-frontend-platform @grafana/app-o11y-visualizations
|
2024-01-15 03:53:22 -06:00
|
|
|
/packages/grafana-ui/src/components/Table/ @grafana/dataviz-squad
|
|
|
|
/packages/grafana-ui/src/components/Table/SparklineCell.tsx @grafana/dataviz-squad @grafana/app-o11y-visualizations
|
2023-02-09 14:02:41 -06:00
|
|
|
/packages/grafana-ui/src/components/uPlot/ @grafana/dataviz-squad
|
2023-04-27 17:26:06 -05:00
|
|
|
/packages/grafana-ui/src/components/ValuePicker/ @grafana/dataviz-squad
|
|
|
|
/packages/grafana-ui/src/components/VizLayout/ @grafana/dataviz-squad
|
|
|
|
/packages/grafana-ui/src/components/VizLegend/ @grafana/dataviz-squad
|
|
|
|
/packages/grafana-ui/src/components/VizRepeater/ @grafana/dataviz-squad
|
|
|
|
/packages/grafana-ui/src/components/VizTooltip/ @grafana/dataviz-squad
|
2024-02-29 08:25:33 -06:00
|
|
|
/packages/grafana-ui/src/graveyard/Graph/ @grafana/dataviz-squad
|
2023-11-01 23:59:55 -05:00
|
|
|
/packages/grafana-ui/src/graveyard/GraphNG/ @grafana/dataviz-squad
|
2024-02-29 08:25:33 -06:00
|
|
|
/packages/grafana-ui/src/graveyard/TimeSeries/ @grafana/dataviz-squad
|
2022-12-23 07:46:17 -06:00
|
|
|
/packages/grafana-ui/src/utils/storybook/ @grafana/plugins-platform-frontend
|
2024-06-18 11:05:55 -05:00
|
|
|
|
2022-12-23 07:46:17 -06:00
|
|
|
/plugins-bundled/ @grafana/plugins-platform-frontend
|
2023-01-10 08:40:00 -06:00
|
|
|
|
2024-02-14 10:57:02 -06:00
|
|
|
# root files, mostly frontend
|
2024-01-31 08:02:29 -06:00
|
|
|
/.browserslistrc @grafana/frontend-ops
|
|
|
|
/package.json @grafana/frontend-ops
|
2024-03-13 06:40:09 -05:00
|
|
|
/nx.json @grafana/frontend-ops
|
|
|
|
/project.json @grafana/frontend-ops
|
2024-01-31 08:02:29 -06:00
|
|
|
/tsconfig.json @grafana/frontend-ops
|
2023-01-10 08:40:00 -06:00
|
|
|
/.editorconfig @grafana/frontend-ops
|
|
|
|
/.eslintignore @grafana/frontend-ops
|
|
|
|
/.gitattributes @grafana/frontend-ops
|
|
|
|
/.gitignore @grafana/frontend-ops
|
|
|
|
/.nvmrc @grafana/frontend-ops
|
|
|
|
/.prettierignore @grafana/frontend-ops
|
|
|
|
/.yarn @grafana/frontend-ops
|
|
|
|
/.yarnrc.yml @grafana/frontend-ops
|
|
|
|
/yarn.lock @grafana/frontend-ops
|
2024-01-31 08:02:29 -06:00
|
|
|
/lerna.json @grafana/frontend-ops
|
2023-01-10 08:40:00 -06:00
|
|
|
/.prettierrc.js @grafana/frontend-ops
|
|
|
|
/.eslintrc @grafana/frontend-ops
|
|
|
|
/.vim @zoltanbedi
|
|
|
|
/jest.config.js @grafana/frontend-ops
|
|
|
|
/latest.json @grafana/frontend-ops
|
|
|
|
/stylelint.config.js @grafana/frontend-ops
|
|
|
|
/tools/ @grafana/frontend-ops
|
2023-08-17 04:56:52 -05:00
|
|
|
/lefthook.yml @grafana/frontend-ops
|
|
|
|
/lefthook.rc @grafana/frontend-ops
|
2024-01-31 08:02:29 -06:00
|
|
|
/.husky/pre-commit @grafana/frontend-ops
|
|
|
|
/cypress.config.js @grafana/grafana-frontend-platform
|
|
|
|
/.levignore.js @grafana/plugins-platform-frontend
|
2024-02-23 05:39:30 -06:00
|
|
|
playwright.config.ts @grafana/plugins-platform-frontend
|
2023-01-10 08:40:00 -06:00
|
|
|
|
2021-12-21 02:26:02 -06:00
|
|
|
# public folder
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/core/ @grafana/grafana-frontend-platform
|
|
|
|
/public/app/core/components/TimePicker/ @grafana/grafana-frontend-platform
|
2023-02-09 14:02:41 -06:00
|
|
|
/public/app/core/components/Layers/ @grafana/dataviz-squad
|
2023-11-01 23:59:55 -05:00
|
|
|
/public/app/core/components/GraphNG/ @grafana/dataviz-squad
|
|
|
|
/public/app/core/components/TimeSeries/ @grafana/dataviz-squad
|
2024-01-12 08:45:47 -06:00
|
|
|
/public/app/core/components/TimelineChart/ @grafana/dataviz-squad
|
2024-03-04 09:22:13 -06:00
|
|
|
/public/app/core/components/Form/ @grafana/grafana-frontend-platform
|
2024-04-17 09:48:27 -05:00
|
|
|
/public/app/core/history/ @grafana/explore-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/features/all.ts @grafana/grafana-frontend-platform
|
2023-11-03 07:20:39 -05:00
|
|
|
/public/app/features/admin/ @grafana/identity-access-team
|
2024-02-27 06:52:21 -06:00
|
|
|
|
|
|
|
# Temp owners until Enterprise team takes over
|
2024-03-20 12:39:39 -05:00
|
|
|
/public/app/features/migrate-to-cloud @grafana/grafana-frontend-platform
|
2024-02-27 06:52:21 -06:00
|
|
|
|
2024-06-19 08:24:39 -05:00
|
|
|
/public/app/features/auth-config/ @grafana/identity-squad
|
2024-02-01 04:59:47 -06:00
|
|
|
/public/app/features/annotations/ @grafana/dashboards-squad
|
2024-06-19 08:24:39 -05:00
|
|
|
/public/app/features/api-keys/ @grafana/identity-squad
|
2023-02-09 14:02:41 -06:00
|
|
|
/public/app/features/canvas/ @grafana/dataviz-squad
|
2023-05-23 18:53:36 -05:00
|
|
|
/public/app/features/geo/ @grafana/dataviz-squad
|
|
|
|
/public/app/features/visualization/data-hover/ @grafana/dataviz-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/features/commandPalette/ @grafana/grafana-frontend-platform
|
2024-06-21 01:54:12 -05:00
|
|
|
/public/app/features/connections/ @grafana/plugins-platform-frontend
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/features/correlations/ @grafana/explore-squad
|
|
|
|
/public/app/features/dashboard/ @grafana/dashboards-squad
|
2024-01-15 03:53:22 -06:00
|
|
|
/public/app/features/dashboard/components/TransformationsEditor/ @grafana/dataviz-squad
|
2023-08-25 07:42:08 -05:00
|
|
|
/public/app/features/dashboard-scene/ @grafana/dashboards-squad
|
2024-06-21 01:54:12 -05:00
|
|
|
/public/app/features/datasources/ @grafana/plugins-platform-frontend
|
2023-02-09 14:02:41 -06:00
|
|
|
/public/app/features/dimensions/ @grafana/dataviz-squad
|
2024-01-15 03:53:22 -06:00
|
|
|
/public/app/features/dataframe-import/ @grafana/dataviz-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/features/explore/ @grafana/explore-squad
|
|
|
|
/public/app/features/expressions/ @grafana/observability-metrics
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/features/folders/ @grafana/grafana-frontend-platform
|
2023-04-28 09:22:18 -05:00
|
|
|
/public/app/features/inspector/ @grafana/dashboards-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/features/invites/ @grafana/grafana-frontend-platform
|
2024-03-04 13:18:35 -06:00
|
|
|
/public/app/features/library-panels/ @grafana/dashboards-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/features/logs/ @grafana/observability-logs
|
2023-03-06 15:50:09 -06:00
|
|
|
/public/app/features/live/ @grafana/grafana-app-platform-squad
|
2024-03-28 06:01:24 -05:00
|
|
|
/public/app/features/apiserver/ @grafana/grafana-app-platform-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/features/manage-dashboards/ @grafana/dashboards-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/features/notifications/ @grafana/grafana-frontend-platform
|
|
|
|
/public/app/features/org/ @grafana/grafana-frontend-platform
|
2023-06-16 10:15:47 -05:00
|
|
|
/public/app/features/panel/ @grafana/dashboards-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/features/playlist/ @grafana/dashboards-squad
|
2022-12-23 07:46:17 -06:00
|
|
|
/public/app/features/plugins/ @grafana/plugins-platform-frontend
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/features/profile/ @grafana/grafana-frontend-platform
|
2024-05-14 03:05:39 -05:00
|
|
|
/public/app/features/query-library/ @grafana/explore-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/features/runtime/ @ryantxu
|
|
|
|
/public/app/features/query/ @grafana/dashboards-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/features/sandbox/ @grafana/grafana-frontend-platform
|
2023-04-12 04:44:01 -05:00
|
|
|
/public/app/features/browse-dashboards/ @grafana/grafana-frontend-platform
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/features/search/ @grafana/grafana-frontend-platform
|
2024-06-19 08:24:39 -05:00
|
|
|
/public/app/features/serviceaccounts/ @grafana/identity-squad
|
2023-03-06 15:50:09 -06:00
|
|
|
/public/app/features/storage/ @grafana/grafana-app-platform-squad
|
2024-06-19 08:24:39 -05:00
|
|
|
/public/app/features/teams/ @grafana/access-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/features/templating/ @grafana/dashboards-squad
|
2024-06-25 09:39:30 -05:00
|
|
|
/public/app/features/trails/ @grafana/observability-metrics
|
2024-01-15 03:53:22 -06:00
|
|
|
/public/app/features/transformers/ @grafana/dataviz-squad
|
|
|
|
/public/app/features/transformers/timeSeriesTable/ @grafana/dataviz-squad @grafana/app-o11y-visualizations
|
2024-06-19 08:24:39 -05:00
|
|
|
/public/app/features/users/ @grafana/access-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/features/variables/ @grafana/dashboards-squad
|
2024-07-05 08:01:10 -05:00
|
|
|
/public/app/features/preferences/ @grafana/grafana-frontend-platform
|
2023-07-04 05:16:12 -05:00
|
|
|
/public/app/plugins/panel/alertlist/ @grafana/alerting-frontend
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/plugins/panel/annolist/ @grafana/grafana-frontend-platform
|
2023-02-27 03:06:31 -06:00
|
|
|
/public/app/plugins/panel/barchart/ @grafana/dataviz-squad
|
2023-06-26 11:16:10 -05:00
|
|
|
/public/app/plugins/panel/bargauge/ @grafana/dataviz-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/plugins/panel/dashlist/ @grafana/grafana-frontend-platform
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/plugins/panel/debug/ @ryantxu
|
2024-01-15 03:53:22 -06:00
|
|
|
/public/app/plugins/panel/datagrid/ @grafana/dataviz-squad
|
2023-06-26 11:16:10 -05:00
|
|
|
/public/app/plugins/panel/gauge/ @grafana/dataviz-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/plugins/panel/gettingstarted/ @grafana/grafana-frontend-platform
|
2023-02-09 14:02:41 -06:00
|
|
|
/public/app/plugins/panel/graph/ @grafana/dataviz-squad
|
|
|
|
/public/app/plugins/panel/heatmap/ @grafana/dataviz-squad
|
|
|
|
/public/app/plugins/panel/histogram/ @grafana/dataviz-squad
|
2022-12-23 07:46:17 -06:00
|
|
|
/public/app/plugins/panel/logs/ @grafana/observability-logs
|
2023-11-17 06:02:52 -06:00
|
|
|
/public/app/plugins/panel/nodeGraph/ @grafana/observability-traces-and-profiling @grafana/app-o11y-visualizations
|
2022-12-23 07:46:17 -06:00
|
|
|
/public/app/plugins/panel/traces/ @grafana/observability-traces-and-profiling
|
|
|
|
/public/app/plugins/panel/flamegraph/ @grafana/observability-traces-and-profiling
|
2023-06-26 11:16:10 -05:00
|
|
|
/public/app/plugins/panel/piechart/ @grafana/dataviz-squad
|
2023-02-09 14:02:41 -06:00
|
|
|
/public/app/plugins/panel/state-timeline/ @grafana/dataviz-squad
|
|
|
|
/public/app/plugins/panel/status-history/ @grafana/dataviz-squad
|
2024-01-15 03:53:22 -06:00
|
|
|
/public/app/plugins/panel/table/ @grafana/dataviz-squad
|
|
|
|
/public/app/plugins/panel/table/cells/SparklineCellOptionsEditor.tsx @grafana/dataviz-squad @grafana/app-o11y-visualizations
|
|
|
|
/public/app/plugins/panel/table-old/ @grafana/dataviz-squad
|
2023-02-09 14:02:41 -06:00
|
|
|
/public/app/plugins/panel/timeseries/ @grafana/dataviz-squad
|
2023-04-04 22:52:20 -05:00
|
|
|
/public/app/plugins/panel/trend/ @grafana/dataviz-squad
|
2023-02-09 14:02:41 -06:00
|
|
|
/public/app/plugins/panel/geomap/ @grafana/dataviz-squad
|
|
|
|
/public/app/plugins/panel/canvas/ @grafana/dataviz-squad
|
|
|
|
/public/app/plugins/panel/candlestick/ @grafana/dataviz-squad
|
2023-03-06 15:50:09 -06:00
|
|
|
/public/app/plugins/panel/live/ @grafana/grafana-app-platform-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/plugins/panel/news/ @grafana/grafana-frontend-platform
|
2023-06-26 11:16:10 -05:00
|
|
|
/public/app/plugins/panel/stat/ @grafana/dataviz-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/plugins/panel/text/ @grafana/grafana-frontend-platform
|
|
|
|
/public/app/plugins/panel/welcome/ @grafana/grafana-frontend-platform
|
2023-02-09 14:02:41 -06:00
|
|
|
/public/app/plugins/panel/xychart/ @grafana/dataviz-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/plugins/sdk.ts @grafana/plugins-platform-frontend
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/routes/ @grafana/grafana-frontend-platform
|
|
|
|
/public/app/store/ @grafana/grafana-frontend-platform
|
|
|
|
/public/app/types/ @grafana/grafana-frontend-platform
|
2024-01-08 08:48:36 -06:00
|
|
|
/public/app/types/alerting.ts @grafana/alerting-frontend
|
2024-06-03 11:25:43 -05:00
|
|
|
/public/app/types/unified-alerting-dto.ts @grafana/alerting-frontend
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/dashboards/ @grafana/dashboards-squad
|
|
|
|
/public/gazetteer/ @ryantxu
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/img/ @grafana/grafana-frontend-platform
|
|
|
|
/public/lib/ @grafana/grafana-frontend-platform
|
2023-06-07 05:49:43 -05:00
|
|
|
/public/lib/monaco-languages/kusto.ts @grafana/partner-datasources
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/maps/ @ryantxu
|
|
|
|
/public/robots.txt @grafana/frontend-ops
|
2024-02-14 10:57:02 -06:00
|
|
|
/public/fonts/ @grafana/grafana-frontend-platform
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/sass/ @grafana/grafana-frontend-platform
|
|
|
|
/public/test/ @grafana/grafana-frontend-platform
|
2023-09-06 06:24:48 -05:00
|
|
|
/public/test/helpers/alertingRuleEditor.tsx @grafana/alerting-frontend
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/views/ @grafana/grafana-frontend-platform
|
2024-04-19 12:12:59 -05:00
|
|
|
/public/views/swagger.html @grafana/grafana-backend-group
|
2023-01-10 08:40:00 -06:00
|
|
|
|
2023-05-23 08:42:38 -05:00
|
|
|
/public/app/features/explore/Logs/ @grafana/observability-logs
|
2023-01-10 08:40:00 -06:00
|
|
|
|
2023-05-23 08:42:38 -05:00
|
|
|
/public/app/features/explore/RawPrometheus/ @grafana/observability-metrics
|
|
|
|
|
|
|
|
/public/app/features/explore/NodeGraph/ @grafana/observability-traces-and-profiling
|
|
|
|
/public/app/features/explore/FlameGraph/ @grafana/observability-traces-and-profiling
|
2023-01-27 08:13:17 -06:00
|
|
|
/public/app/features/explore/TraceView/ @grafana/observability-traces-and-profiling
|
|
|
|
|
2024-04-19 12:12:59 -05:00
|
|
|
/public/api-merged.json @grafana/grafana-backend-group
|
|
|
|
/public/api-enterprise-spec.json @grafana/grafana-backend-group
|
|
|
|
/public/openapi3.json @grafana/grafana-backend-group
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/angular/ @torkelo
|
|
|
|
/public/app/app.ts @grafana/frontend-ops
|
|
|
|
/public/app/dev.ts @grafana/frontend-ops
|
2023-05-10 04:03:15 -05:00
|
|
|
/public/app/core/utils/metrics.ts @grafana/plugins-platform-frontend
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/index.ts @grafana/frontend-ops
|
|
|
|
/public/app/AppWrapper.tsx @grafana/frontend-ops
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/partials/ @grafana/grafana-frontend-platform
|
2023-01-10 08:40:00 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-06-19 08:24:39 -05:00
|
|
|
/scripts/benchmark-access-control.sh @grafana/access-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/scripts/check-breaking-changes.sh @grafana/plugins-platform-frontend
|
2023-11-16 09:24:28 -06:00
|
|
|
/scripts/ci-* @grafana/grafana-release-guild
|
|
|
|
/scripts/circle-* @grafana/grafana-release-guild
|
|
|
|
/scripts/publish-npm-packages.sh @grafana/grafana-release-guild @grafana/plugins-platform-frontend
|
|
|
|
/scripts/validate-npm-packages.sh @grafana/grafana-release-guild @grafana/plugins-platform-frontend
|
2024-01-15 03:53:22 -06:00
|
|
|
/scripts/ci-frontend-metrics.sh @grafana/grafana-frontend-platform @grafana/plugins-platform-frontend @grafana/dataviz-squad
|
2023-03-27 11:35:23 -05:00
|
|
|
/scripts/cli/ @grafana/grafana-frontend-platform
|
2023-01-10 08:40:00 -06:00
|
|
|
/scripts/clean-git-or-error.sh @grafana/grafana-as-code
|
2023-03-27 11:35:23 -05:00
|
|
|
/scripts/grafana-server/ @grafana/grafana-frontend-platform
|
2023-11-16 09:24:28 -06:00
|
|
|
/scripts/helpers/ @grafana/grafana-release-guild
|
2023-01-10 08:40:00 -06:00
|
|
|
/scripts/import_many_dashboards.sh @torkelo
|
|
|
|
/scripts/mixin-check.sh @bergquist
|
2023-03-28 16:46:56 -05:00
|
|
|
/scripts/openapi3/ @grafana/grafana-operator-experience-squad
|
2023-01-10 08:40:00 -06:00
|
|
|
/scripts/prepare-packagejson.js @grafana/frontend-ops
|
|
|
|
/scripts/protobuf-check.sh @grafana/plugins-platform-backend
|
|
|
|
/scripts/stripnulls.sh @grafana/grafana-as-code
|
2023-11-16 09:24:28 -06:00
|
|
|
/scripts/tag_release.sh @grafana/grafana-release-guild
|
|
|
|
/scripts/trigger_docker_build.sh @grafana/grafana-release-guild
|
|
|
|
/scripts/trigger_grafana_packer.sh @grafana/grafana-release-guild
|
|
|
|
/scripts/trigger_windows_build.sh @grafana/grafana-release-guild
|
2023-08-17 04:56:52 -05:00
|
|
|
/scripts/cleanup-husky.sh @grafana/frontend-ops
|
2023-11-16 09:24:28 -06:00
|
|
|
/scripts/verify-repo-update/ @grafana/grafana-release-guild
|
2023-12-20 03:09:58 -06:00
|
|
|
/scripts/generate-icon-bundle.js @grafana/plugins-platform-frontend @grafana/grafana-frontend-platform
|
2024-04-02 10:01:33 -05:00
|
|
|
/scripts/generate-rtk-apis.ts @grafana/grafana-frontend-platform
|
2024-07-02 12:31:37 -05:00
|
|
|
/scripts/generate-alerting-rtk-apis.ts @grafana/alerting-frontend
|
2023-12-20 03:09:58 -06:00
|
|
|
/scripts/levitate-parse-json-report.js @grafana/plugins-platform-frontend
|
2024-04-15 09:36:19 -05:00
|
|
|
/scripts/codemods/explicit-barrel-imports.cjs @grafana/frontend-ops
|
2023-01-10 08:40:00 -06:00
|
|
|
|
2024-03-21 05:36:37 -05:00
|
|
|
/scripts/**/generate-transformations* @grafana/dataviz-squad
|
2022-12-23 07:46:17 -06:00
|
|
|
/scripts/webpack/ @grafana/frontend-ops
|
2023-03-27 11:35:23 -05:00
|
|
|
/scripts/generate-a11y-report.sh @grafana/grafana-frontend-platform
|
|
|
|
.pa11yci.conf.js @grafana/grafana-frontend-platform
|
|
|
|
.pa11yci-pr.conf.js @grafana/grafana-frontend-platform
|
2023-04-17 04:28:23 -05:00
|
|
|
.betterer.results @grafanabot
|
2024-02-14 08:01:22 -06:00
|
|
|
.betterer.results.json @grafanabot
|
2023-04-17 04:28:23 -05:00
|
|
|
.betterer.ts @grafana/grafana-frontend-platform
|
2020-05-25 04:42:43 -05:00
|
|
|
|
|
|
|
# @grafana/ui component documentation
|
2022-10-20 08:59:02 -05:00
|
|
|
*.mdx @grafana/plugins-platform-frontend
|
2020-06-10 04:02:51 -05:00
|
|
|
|
2023-01-10 08:40:00 -06:00
|
|
|
# Design system
|
|
|
|
/public/img/icons/unicons/ @grafana/design-system
|
|
|
|
|
2020-06-10 04:02:51 -05:00
|
|
|
# Core datasources
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/plugins/datasource/dashboard/ @grafana/dashboards-squad
|
2023-03-31 06:16:26 -05:00
|
|
|
/public/app/plugins/datasource/cloudwatch/ @grafana/aws-datasources
|
2022-12-23 07:46:17 -06:00
|
|
|
/public/app/plugins/datasource/elasticsearch/ @grafana/observability-logs
|
2023-03-27 11:35:23 -05:00
|
|
|
/public/app/plugins/datasource/grafana/ @grafana/grafana-frontend-platform
|
2023-09-22 07:00:40 -05:00
|
|
|
/public/app/plugins/datasource/grafana-testdata-datasource/ @grafana/plugins-platform-frontend
|
2023-04-11 11:08:05 -05:00
|
|
|
/public/app/plugins/datasource/azuremonitor/ @grafana/partner-datasources
|
2024-06-24 11:40:49 -05:00
|
|
|
/public/app/plugins/datasource/graphite/ @grafana/partner-datasources
|
|
|
|
/public/app/plugins/datasource/influxdb/ @grafana/partner-datasources
|
2022-12-23 07:46:17 -06:00
|
|
|
/public/app/plugins/datasource/jaeger/ @grafana/observability-traces-and-profiling
|
|
|
|
/public/app/plugins/datasource/loki/ @grafana/observability-logs
|
2023-01-10 08:40:00 -06:00
|
|
|
/public/app/plugins/datasource/mixed/ @grafana/dashboards-squad
|
2024-01-15 03:53:22 -06:00
|
|
|
/public/app/plugins/datasource/mssql/ @grafana/partner-datasources
|
2023-08-22 05:24:27 -05:00
|
|
|
/public/app/plugins/datasource/mysql/ @grafana/oss-big-tent
|
2024-06-24 11:40:49 -05:00
|
|
|
/public/app/plugins/datasource/opentsdb/ @grafana/partner-datasources
|
2023-11-13 01:49:26 -06:00
|
|
|
/public/app/plugins/datasource/grafana-postgresql-datasource/ @grafana/oss-big-tent
|
2022-12-23 07:46:17 -06:00
|
|
|
/public/app/plugins/datasource/prometheus/ @grafana/observability-metrics
|
2023-04-11 11:08:05 -05:00
|
|
|
/public/app/plugins/datasource/cloud-monitoring/ @grafana/partner-datasources
|
2022-12-23 07:46:17 -06:00
|
|
|
/public/app/plugins/datasource/zipkin/ @grafana/observability-traces-and-profiling
|
|
|
|
/public/app/plugins/datasource/tempo/ @grafana/observability-traces-and-profiling
|
2023-06-06 22:09:29 -05:00
|
|
|
/public/app/plugins/datasource/grafana-pyroscope-datasource/ @grafana/observability-traces-and-profiling
|
2022-12-23 07:46:17 -06:00
|
|
|
/public/app/plugins/datasource/parca/ @grafana/observability-traces-and-profiling
|
|
|
|
/public/app/plugins/datasource/alertmanager/ @grafana/alerting-squad
|
2020-10-16 02:31:42 -05:00
|
|
|
|
2023-10-30 08:31:23 -05:00
|
|
|
# Grafana Sharing Squad
|
2024-06-26 07:16:13 -05:00
|
|
|
/public/app/features/dashboard-scene/sharing/ @grafana/sharing-squad
|
2023-10-30 08:31:23 -05:00
|
|
|
/public/app/features/dashboard/components/ShareModal/ @grafana/sharing-squad
|
|
|
|
/public/app/features/manage-dashboards/components/PublicDashboardListTable/ @grafana/sharing-squad
|
|
|
|
/public/app/features/dashboard/containers/PublicDashboardPage.tsx @grafana/sharing-squad
|
|
|
|
/public/app/features/manage-dashboards/components/SnapshotListTable.tsx @grafana/sharing-squad
|
2024-05-24 12:28:17 -05:00
|
|
|
/pkg/api/render.go @grafana/sharing-squad
|
2023-10-30 08:31:23 -05:00
|
|
|
/pkg/services/dashboardsnapshots/ @grafana/sharing-squad
|
|
|
|
/pkg/services/publicdashboards/ @grafana/sharing-squad
|
2024-04-19 12:12:59 -05:00
|
|
|
/pkg/services/rendering/ @grafana/sharing-squad
|
2023-10-30 08:31:23 -05:00
|
|
|
|
2022-11-16 09:38:53 -06:00
|
|
|
# SSE - Server Side Expressions
|
2022-12-23 07:46:17 -06:00
|
|
|
/pkg/expr/ @grafana/observability-metrics
|
2022-11-16 09:38:53 -06:00
|
|
|
|
2020-10-16 02:31:42 -05:00
|
|
|
# Cloud middleware
|
2024-04-19 12:12:59 -05:00
|
|
|
/grafana-mixin/ @grafana/grafana-backend-services-squad
|
2022-04-06 08:40:27 -05:00
|
|
|
|
|
|
|
# Grafana authentication and authorization
|
2024-06-19 08:24:39 -05:00
|
|
|
/pkg/login/ @grafana/identity-squad
|
|
|
|
/pkg/services/accesscontrol/ @grafana/access-squad
|
2023-11-03 07:20:39 -05:00
|
|
|
/pkg/services/anonymous/ @grafana/identity-access-team
|
2024-06-19 08:24:39 -05:00
|
|
|
/pkg/services/auth/ @grafana/identity-squad
|
|
|
|
/pkg/services/authn/ @grafana/identity-squad
|
|
|
|
/pkg/services/authz/ @grafana/access-squad
|
|
|
|
/pkg/services/signingkeys/ @grafana/identity-squad
|
|
|
|
/pkg/services/dashboards/accesscontrol.go @grafana/access-squad
|
|
|
|
/pkg/services/datasources/guardian/ @grafana/access-squad
|
|
|
|
/pkg/services/guardian/ @grafana/access-squad
|
|
|
|
/pkg/services/ldap/ @grafana/identity-squad
|
|
|
|
/pkg/services/login/ @grafana/identity-squad
|
|
|
|
/pkg/services/loginattempt/ @grafana/identity-squad
|
2023-11-03 07:20:39 -05:00
|
|
|
/pkg/services/extsvcauth/ @grafana/identity-access-team
|
2024-06-19 08:24:39 -05:00
|
|
|
/pkg/services/oauthtoken/ @grafana/identity-squad
|
|
|
|
/pkg/services/serviceaccounts/ @grafana/identity-squad
|
|
|
|
/public/app/core/components/RolePicker/ @grafana/access-squad
|
2022-09-19 11:39:24 -05:00
|
|
|
|
2022-12-20 04:13:37 -06:00
|
|
|
# Support bundles
|
2023-11-03 07:20:39 -05:00
|
|
|
/public/app/features/support-bundles/ @grafana/identity-access-team
|
|
|
|
/pkg/services/supportbundles/ @grafana/identity-access-team
|
2022-12-20 04:13:37 -06:00
|
|
|
|
2023-03-28 16:46:56 -05:00
|
|
|
# Grafana Operator Experience Team
|
2023-04-12 11:30:33 -05:00
|
|
|
/pkg/services/caching/ @grafana/grafana-operator-experience-squad
|
2024-02-26 07:52:16 -06:00
|
|
|
/pkg/services/cloudmigration/ @grafana/grafana-operator-experience-squad
|
2024-03-25 10:43:28 -05:00
|
|
|
/pkg/services/gcom/ @grafana/grafana-operator-experience-squad
|
2022-09-22 10:59:29 -05:00
|
|
|
|
2024-03-20 12:06:14 -05:00
|
|
|
# Feature toggles
|
2024-03-21 05:36:37 -05:00
|
|
|
/pkg/services/featuremgmt/ @grafana/grafana-backend-services-squad
|
2024-03-20 12:06:14 -05:00
|
|
|
|
|
|
|
|
2023-01-24 14:07:17 -06:00
|
|
|
# Kind definitions
|
|
|
|
/kinds/dashboard @grafana/dashboards-squad
|
|
|
|
/kinds/ @grafana/grafana-as-code
|
|
|
|
|
Reconcile coremodels, entities, objects under new kind framework (#56492)
* Update thema to latest
* Deal with s/Library/*Runtime/
* Commit new, working results of codegen
* We like pointers now
* Always take runtime arg for NewBase()
* Sketchy handwavy pass at entity meta framework
* Little nibbles
* Update pkg/framework/coremodel/entityframework.cue
Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com>
* Move file into new framework location
* Introduce loaders, Go code
* Complete rename to kind
* Flesh out framework, add svg/dashboard examples
* Cruft removal
* Remove generated kind go files from gitignore
* Refine maturity concept, add SlotKind
* Update embed and go deps
* Export PrefixWithGrafanaCUE
* Make the loader actually work, holy crap
* Many small tweaks to type.cue
* Add Apache 2 licensing exceptions for kinds
* Add new kinds dir, start of generator
* Roll back to earlier oapi-codegen
* Introduce new grafana-specific CUE loaders
* Introduce new tidy code generators framework
* Catch up kind framework with tinkering
* Add slices for the generators
* Add write/verify step to main generator
* Many renames
* Split up kind framework cue files
* Use kind.Decl within generated kinds
* Create kind.SomeDecl wrapper type to cache lineages
* Better names again
* Get one generated implemented, hopefully
* Copy dashboard schema into new kind.cue
* Small fixes to make the initial gen work
* Put svg kind in its new home
* Add generated Go dashboard type
* More renames and cleanups
* Add base kind registry and generator
* Stop blacklisting *_gen.go files
This is not the Go best practice, anyway. All we actually want to ignore
for enterprise is generated wire files.
* Change codegen output directories
pkg/kind -> pkg/kinds
pkg/registry/kindreg -> pkg/registry/corekind
* Rename pkg/framework/kind to pkg/kindsys
* Add core structured kind generator
* Add plural and machine names to kind spec
* Copy playlist over to kind system
* Consolidate kindsys files
* Add raw kind generator
* Update CODEOWNERS for kind framework
* Touch up comments a bit
* More docs tweaks
* Remove generated types to reduce noise for review
* Split each generator into its own file
* Rename Slot kind to Composable kind
* Add handwavy types for customkind loading
* Guard against init calls to framework loader
* First pass at doc on extending the kind system
* Improve attribute example in docs
* Fix wire imports
* Add basic TS types generator
* Fix composable kind category def
* No need for a separate file with generate directive
* Catch dashboard schema up
* Rename generator types to something saner and generic
* Make version configurable in ts/go generators
* Add CommonMeta to ease property access
* Add kindsys prop indicating whether lineage is group
* Put all kind categories back in a single file
* Finish with kindsys group props
* Refactor maturity progression per discussion
- Replace "committed" with "merged"
- All kindcats can use all maturity levels, at least for now
* Convert ts veneer index generator to modular system
* Move over to new jennywrites framework
* Strip down old coremodel generator
* Use public version of jennywrites
* Pull latest thema
* Commit generated Go types
* Add header injection postprocessor
* Move sdboyer/jennywrites to grafana/codejen
* Tweak header output
* Remove dashboard and playlist coremodels
* Fix up backend dashboards devenv test
* Fix TS import patterns to new gen filename
* Update internal imports, remove coremodel registry
* Fix compilation errors, wire generation
* Export and replace the prefix dropper
* More Go struct and field name changes
* Last name fixes, hopefully
* Fix lint errors
* Last lint error
Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com>
2022-11-10 14:36:40 -06:00
|
|
|
# Kind system and code generation
|
|
|
|
embed.go @grafana/grafana-as-code
|
2022-12-23 07:46:17 -06:00
|
|
|
/pkg/kinds/ @grafana/grafana-as-code
|
|
|
|
/pkg/registry/ @grafana/grafana-as-code
|
2023-11-13 21:51:58 -06:00
|
|
|
/pkg/registry/apis/ @grafana/grafana-app-platform-squad
|
2022-12-23 07:46:17 -06:00
|
|
|
/pkg/codegen/ @grafana/grafana-as-code
|
2024-03-21 05:11:29 -05:00
|
|
|
/pkg/codegen/generators @grafana/grafana-as-code
|
Reconcile coremodels, entities, objects under new kind framework (#56492)
* Update thema to latest
* Deal with s/Library/*Runtime/
* Commit new, working results of codegen
* We like pointers now
* Always take runtime arg for NewBase()
* Sketchy handwavy pass at entity meta framework
* Little nibbles
* Update pkg/framework/coremodel/entityframework.cue
Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com>
* Move file into new framework location
* Introduce loaders, Go code
* Complete rename to kind
* Flesh out framework, add svg/dashboard examples
* Cruft removal
* Remove generated kind go files from gitignore
* Refine maturity concept, add SlotKind
* Update embed and go deps
* Export PrefixWithGrafanaCUE
* Make the loader actually work, holy crap
* Many small tweaks to type.cue
* Add Apache 2 licensing exceptions for kinds
* Add new kinds dir, start of generator
* Roll back to earlier oapi-codegen
* Introduce new grafana-specific CUE loaders
* Introduce new tidy code generators framework
* Catch up kind framework with tinkering
* Add slices for the generators
* Add write/verify step to main generator
* Many renames
* Split up kind framework cue files
* Use kind.Decl within generated kinds
* Create kind.SomeDecl wrapper type to cache lineages
* Better names again
* Get one generated implemented, hopefully
* Copy dashboard schema into new kind.cue
* Small fixes to make the initial gen work
* Put svg kind in its new home
* Add generated Go dashboard type
* More renames and cleanups
* Add base kind registry and generator
* Stop blacklisting *_gen.go files
This is not the Go best practice, anyway. All we actually want to ignore
for enterprise is generated wire files.
* Change codegen output directories
pkg/kind -> pkg/kinds
pkg/registry/kindreg -> pkg/registry/corekind
* Rename pkg/framework/kind to pkg/kindsys
* Add core structured kind generator
* Add plural and machine names to kind spec
* Copy playlist over to kind system
* Consolidate kindsys files
* Add raw kind generator
* Update CODEOWNERS for kind framework
* Touch up comments a bit
* More docs tweaks
* Remove generated types to reduce noise for review
* Split each generator into its own file
* Rename Slot kind to Composable kind
* Add handwavy types for customkind loading
* Guard against init calls to framework loader
* First pass at doc on extending the kind system
* Improve attribute example in docs
* Fix wire imports
* Add basic TS types generator
* Fix composable kind category def
* No need for a separate file with generate directive
* Catch dashboard schema up
* Rename generator types to something saner and generic
* Make version configurable in ts/go generators
* Add CommonMeta to ease property access
* Add kindsys prop indicating whether lineage is group
* Put all kind categories back in a single file
* Finish with kindsys group props
* Refactor maturity progression per discussion
- Replace "committed" with "merged"
- All kindcats can use all maturity levels, at least for now
* Convert ts veneer index generator to modular system
* Move over to new jennywrites framework
* Strip down old coremodel generator
* Use public version of jennywrites
* Pull latest thema
* Commit generated Go types
* Add header injection postprocessor
* Move sdboyer/jennywrites to grafana/codejen
* Tweak header output
* Remove dashboard and playlist coremodels
* Fix up backend dashboards devenv test
* Fix TS import patterns to new gen filename
* Update internal imports, remove coremodel registry
* Fix compilation errors, wire generation
* Export and replace the prefix dropper
* More Go struct and field name changes
* Last name fixes, hopefully
* Fix lint errors
* Last lint error
Co-authored-by: Artur Wierzbicki <wierzbicki.artur.94@gmail.com>
2022-11-10 14:36:40 -06:00
|
|
|
/pkg/kinds/*/*_gen.go @grafana/grafana-as-code
|
2024-03-13 11:05:21 -05:00
|
|
|
/pkg/registry/schemas/ @grafana/grafana-as-code
|
2022-09-22 10:59:29 -05:00
|
|
|
/public/app/plugins/*gen.go @grafana/grafana-as-code
|
2023-01-10 08:40:00 -06:00
|
|
|
/cue.mod/ @grafana/grafana-as-code
|
|
|
|
|
|
|
|
# GitHub Workflows and Templates
|
|
|
|
/.github/CODEOWNERS @tolzhabayev
|
|
|
|
/.github/ISSUE_TEMPLATE/ @torkelo
|
|
|
|
/.github/PULL_REQUEST_TEMPLATE.md @torkelo
|
|
|
|
/.github/bot.md @torkelo
|
|
|
|
/.github/commands.json @torkelo
|
|
|
|
/.github/dependabot.yml @grafana/frontend-ops
|
2023-02-10 11:39:23 -06:00
|
|
|
/.github/issue-opened.json @grafana/grafana-community-support
|
2023-01-10 08:40:00 -06:00
|
|
|
/.github/metrics-collector.json @torkelo
|
|
|
|
/.github/pr-checks.json @marefr
|
|
|
|
/.github/pr-commands.json @marefr
|
|
|
|
/.github/renovate.json5 @grafana/frontend-ops
|
|
|
|
/.github/teams.yml @armandgrillet
|
2024-06-06 14:51:54 -05:00
|
|
|
/.github/workflows/alerting-swagger-gen.yml @grafana/alerting-backend
|
2023-11-16 09:24:28 -06:00
|
|
|
/.github/workflows/auto-milestone.yml @grafana/grafana-release-guild
|
|
|
|
/.github/workflows/backport.yml @grafana/grafana-release-guild
|
|
|
|
/.github/workflows/bump-version.yml @grafana/grafana-release-guild
|
|
|
|
/.github/workflows/close-milestone.yml @grafana/grafana-release-guild
|
2024-06-11 07:50:52 -05:00
|
|
|
/.github/workflows/release-pr.yml @grafana/grafana-release-guild
|
2024-06-25 16:37:38 -05:00
|
|
|
/.github/workflows/release-comms.yml @grafana/grafana-release-guild
|
2023-01-10 08:40:00 -06:00
|
|
|
/.github/workflows/codeowners-validator.yml @tolzhabayev
|
|
|
|
/.github/workflows/codeql-analysis.yml @DanCech
|
|
|
|
/.github/workflows/commands.yml @torkelo
|
2023-11-16 09:24:28 -06:00
|
|
|
/.github/workflows/community-release.yml @grafana/grafana-release-guild
|
2023-01-10 08:40:00 -06:00
|
|
|
/.github/workflows/detect-breaking-changes-* @grafana/plugins-platform-frontend
|
2023-07-13 12:24:23 -05:00
|
|
|
/.github/workflows/doc-validator.yml @grafana/docs-tooling
|
2023-01-10 08:40:00 -06:00
|
|
|
/.github/workflows/epic-add-to-platform-ux-parent-project.yml @meanmina
|
2023-11-16 09:24:28 -06:00
|
|
|
/.github/workflows/github-release.yml @grafana/grafana-release-guild
|
2023-01-10 08:40:00 -06:00
|
|
|
/.github/workflows/issue-labeled.yml @armandgrillet
|
2023-02-10 11:39:23 -06:00
|
|
|
/.github/workflows/issue-opened.yml @grafana/grafana-community-support
|
2023-01-10 08:40:00 -06:00
|
|
|
/.github/workflows/metrics-collector.yml @torkelo
|
|
|
|
/.github/workflows/milestone.yml @marefr
|
|
|
|
/.github/workflows/pr-checks.yml @marefr
|
|
|
|
/.github/workflows/pr-codeql-analysis-go.yml @DanCech
|
|
|
|
/.github/workflows/pr-codeql-analysis-javascript.yml @DanCech
|
|
|
|
/.github/workflows/pr-codeql-analysis-python.yml @DanCech
|
|
|
|
/.github/workflows/pr-commands.yml @marefr
|
2023-11-16 09:24:28 -06:00
|
|
|
/.github/workflows/pr-patch-check.yml @grafana/grafana-release-guild
|
|
|
|
/.github/workflows/sync-mirror.yml @grafana/grafana-release-guild
|
2023-07-13 12:24:23 -05:00
|
|
|
/.github/workflows/publish-technical-documentation-next.yml @grafana/docs-tooling
|
|
|
|
/.github/workflows/publish-technical-documentation-release.yml @grafana/docs-tooling
|
2023-11-16 09:24:28 -06:00
|
|
|
/.github/workflows/remove-milestone.yml @grafana/grafana-release-guild
|
2023-01-10 08:40:00 -06:00
|
|
|
/.github/workflows/sbom-report.yml @grafana/security-team
|
|
|
|
/.github/workflows/scripts/json-file-to-job-output.js @grafana/plugins-platform-frontend
|
|
|
|
/.github/workflows/scripts/pr-get-job-link.js @grafana/plugins-platform-frontend
|
2023-11-16 09:24:28 -06:00
|
|
|
/.github/workflows/stale.yml @grafana/grafana-release-guild
|
|
|
|
/.github/workflows/update-changelog.yml @grafana/grafana-release-guild
|
2023-07-13 12:24:23 -05:00
|
|
|
/.github/workflows/update-make-docs.yml @grafana/docs-tooling
|
2024-01-08 07:00:30 -06:00
|
|
|
/.github/workflows/scripts/kinds/verify-kinds.go @grafana/platform-cat
|
|
|
|
/.github/workflows/publish-kinds-next.yml @grafana/platform-cat
|
|
|
|
/.github/workflows/publish-kinds-release.yml @grafana/platform-cat
|
|
|
|
/.github/workflows/verify-kinds.yml @grafana/platform-cat
|
2023-07-04 12:42:17 -05:00
|
|
|
/.github/workflows/dashboards-issue-add-label.yml @grafana/dashboards-squad
|
2024-03-28 07:56:48 -05:00
|
|
|
/.github/workflows/ephemeral-instances-pr-comment.yml @grafana/grafana-operator-experience-squad
|
|
|
|
/.github/workflows/ephemeral-instances-pr-opened-closed.yml @grafana/grafana-operator-experience-squad
|
2023-11-16 09:24:28 -06:00
|
|
|
/.github/workflows/create-security-patch-from-security-mirror.yml @grafana/grafana-release-guild
|
2023-10-27 06:07:32 -05:00
|
|
|
/.github/workflows/core-plugins-build-and-release.yml @grafana/plugins-platform-frontend @grafana/plugins-platform-backend
|
2024-02-01 05:44:18 -06:00
|
|
|
/.github/workflows/i18n-crowdin-upload.yml @grafana/grafana-frontend-platform
|
|
|
|
/.github/workflows/i18n-crowdin-download.yml @grafana/grafana-frontend-platform
|
2024-03-25 17:47:34 -05:00
|
|
|
/.github/workflows/pr-go-workspace-check.yml @grafana/grafana-app-platform-squad
|
2024-05-01 09:56:48 -05:00
|
|
|
/.github/workflows/run-scenes-e2e.yml @grafana/dashboards-squad
|
2024-06-07 11:30:31 -05:00
|
|
|
/.github/workflows/go_lint.yml @grafana/grafana-backend-services-squad
|
2024-06-10 15:53:48 -05:00
|
|
|
/.github/workflows/trivy-scan.yml @grafana/grafana-backend-services-squad
|
2024-07-10 05:32:06 -05:00
|
|
|
/.github/workflows/changelog.yml @zserge
|
|
|
|
/.github/workflows/actions/changelog @zserge
|
2023-01-10 08:40:00 -06:00
|
|
|
|
2023-04-17 04:28:23 -05:00
|
|
|
# Generated files not requiring owner approval
|
|
|
|
/packages/grafana-data/src/types/featureToggles.gen.ts @grafanabot
|
|
|
|
/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @grafanabot
|
|
|
|
/pkg/services/featuremgmt/toggles_gen.csv @grafanabot
|
|
|
|
/pkg/services/featuremgmt/toggles_gen.go @grafanabot
|
2023-05-09 12:50:24 -05:00
|
|
|
/public/emails/ @grafanabot
|
2023-01-10 08:40:00 -06:00
|
|
|
|
|
|
|
# Conf
|
|
|
|
/conf/defaults.ini @torkelo
|
|
|
|
/conf/sample.ini @torkelo
|
2024-06-19 08:24:39 -05:00
|
|
|
/conf/ldap.toml @grafana/identity-squad
|
|
|
|
/conf/ldap_multiple.toml @grafana/identity-squad
|
|
|
|
/conf/provisioning/access-control/ @grafana/access-squad
|
2024-06-06 14:51:54 -05:00
|
|
|
/conf/provisioning/alerting/ @grafana/alerting-backend
|
2023-01-10 08:40:00 -06:00
|
|
|
/conf/provisioning/dashboards/ @grafana/dashboards-squad
|
|
|
|
/conf/provisioning/datasources/ @grafana/plugins-platform-backend
|
|
|
|
/conf/provisioning/plugins/ @grafana/plugins-platform-backend
|