mirror of
https://github.com/netdata/netdata.git
synced 2025-04-07 23:05:41 +00:00

* Move to using CPack for repository configuration packages. This simplifies testing of changes to the configuration itself, as well as making package builds marginally faster. * Fix CMake handling for old RPM distros. * Fix openSUSE detection. * Fix file installation. * Override code ownership for packaging/repoconfig/CMakeLists.txt This way changes won’t bother people who aren’t actually responsible for it. * Update CI skip logic to work correctly with new repoconfig setup. * Add improved status messages.
53 lines
1.7 KiB
Text
53 lines
1.7 KiB
Text
# Files which shouldn't be changed manually are owned by @netdatabot.
|
|
# This way we prevent modifications which will be overwriten by automation.
|
|
|
|
# Global (default) code owner
|
|
* @Ferroin
|
|
|
|
# Ownership by directory structure
|
|
.github/ @netdata/agent-sre
|
|
src/aclk/ @stelfrag
|
|
src/collectors/ @thiagoftsm
|
|
src/collectors/ebpf.plugin/ @thiagoftsm
|
|
src/collectors/charts.d.plugin/ @ilyam8 @Ferroin
|
|
src/collectors/freebsd.plugin/ @thiagoftsm
|
|
src/collectors/macos.plugin/ @thiagoftsm
|
|
src/collectors/python.d.plugin/ @ilyam8
|
|
src/collectors/cups.plugin/ @thiagoftsm
|
|
src/exporting/ @thiagoftsm
|
|
src/daemon/ @thiagoftsm @vkalintiris
|
|
src/database/ @thiagoftsm @vkalintiris
|
|
docs/ @Ancairon
|
|
src/go/ @ilyam8
|
|
src/health/ @thiagoftsm @vkalintiris
|
|
src/health/health.d/ @thiagoftsm
|
|
src/health/notifications/ @Ferroin @thiagoftsm
|
|
src/ml/ @vkalintiris
|
|
src/libnetdata/ @thiagoftsm @vkalintiris
|
|
packaging/ @netdata/agent-sre
|
|
packaging/cmake @Ferroin @vkalintiris
|
|
src/registry/ @novykh
|
|
src/streaming/ @thiagoftsm
|
|
system/ @netdata/agent-sre
|
|
tests/ @netdata/agent-sre @vkalintiris
|
|
src/web/ @thiagoftsm @vkalintiris
|
|
src/web/gui/ @novykh
|
|
src/logsmanagement/ @thiagoftsm
|
|
|
|
# Ownership by filetype (overwrites ownership by directory)
|
|
*.md @Ancairon
|
|
*.mdx @Ancairon
|
|
Dockerfile* @netdata/agent-sre
|
|
|
|
# Ownership of specific files
|
|
.gitignore @netdata/agent-sre @vkalintiris
|
|
.codacy.yml @netdata/agent-sre
|
|
.yamllint.yml @netdata/agent-sre
|
|
CMakeLists.txt @netdata/agent-sre @vkalintiris
|
|
netdata.spec.in @netdata/agent-sre
|
|
netdata-installer.sh @netdata/agent-sre
|
|
packaging/version @netdatabot @netdata/agent-sre
|
|
packaging/repoconfig/CMakelists.txt @netdata/agent-sre
|
|
|
|
LICENSE.md @netdata/agent-sre @vkalintiris
|
|
CHANGELOG.md @netdatabot @netdata/agent-sre
|