CODEOWNERS 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Files which shouldn't be changed manually are owned by @netdatabot.
  2. # This way we prevent modifications which will be overwriten by automation.
  3. # Global (default) code owner
  4. * @ktsaou @Ferroin
  5. # Ownership by directory structure
  6. .travis/ @Ferroin @kaskavel @vkalintiris
  7. .github/ @Ferroin @kaskavel @vkalintiris
  8. aclk/ @stelfrag @underhood
  9. backends/ @thiagoftsm @vlvkobal
  10. backends/graphite/ @thiagoftsm @vlvkobal
  11. backends/json/ @thiagoftsm @vlvkobal
  12. backends/opentsdb/ @thiagoftsm @vlvkobal
  13. backends/prometheus/ @vlvkobal @thiagoftsm
  14. build/ @Ferroin
  15. contrib/debian @Ferroin @vkalintiris
  16. collectors/ @vlvkobal @mfundul
  17. collectors/charts.d.plugin/ @ilyam8 @Ferroin
  18. collectors/freebsd.plugin/ @vlvkobal @thiagoftsm
  19. collectors/ebpf.plugin/ @thiagoftsm @vlvkobal
  20. collectors/macos.plugin/ @vlvkobal @thiagoftsm
  21. collectors/node.d.plugin/ @jacekkolasa
  22. collectors/node.d.plugin/fronius/ @ccremer
  23. collectors/node.d.plugin/snmp/ @jacekkolasa
  24. collectors/node.d.plugin/stiebeleltron/ @ccremer
  25. collectors/python.d.plugin/ @ilyam8
  26. collectors/cups.plugin/ @simonnagl @vlvkobal @thiagoftsm
  27. exporting/ @vlvkobal @thiagoftsm
  28. daemon/ @thiagoftsm @mfundul
  29. database/ @mfundul @thiagoftsm
  30. docs/ @joelhans
  31. health/ @thiagoftsm @vlvkobal
  32. health/health.d/ @thiagoftsm @vlvkobal
  33. health/notifications/ @Ferroin @thiagoftsm
  34. libnetdata/ @thiagofsm @mfundul
  35. packaging/ @Ferroin @vkalintiris
  36. registry/ @jacekkolasa
  37. streaming/ @thiagoftsm @vlvkobal
  38. system/ @Ferroin @vkalintiris
  39. tests/ @Ferroin @kaskavel
  40. web/ @thiagoftsm @mfundul @vlvkobal
  41. web/gui/ @jacekkolasa
  42. # Ownership by filetype (overwrites ownership by directory)
  43. *.am @Ferroin
  44. *.md @joelhans
  45. Dockerfile* @Ferroin @knatsakis
  46. # Ownership of specific files
  47. .gitignore @Ferroin @knatsakis
  48. .travis.yml @Ferroin @knatsakis @kaskavel @vkalintiris
  49. .lgtm.yml @Ferroin @knatsakis
  50. .eslintrc @Ferroin @knatsakis
  51. .eslintignore @Ferroin @knatsakis
  52. .csslintrc @Ferroin @knatsakis
  53. .codeclimate.yml @Ferroin @knatsakis
  54. .codacy.yml @Ferroin @knatsakis
  55. .yamllint.yml @Ferroin @knatsakis
  56. netdata.spec.in @Ferroin @knatsakis @vkalintiris
  57. netdata-installer.sh @Ferroin @knatsakis @vkalintiris
  58. package.json @jacekkolasa @Ferroin @knatsakis
  59. packaging/version @netdatabot @Ferroin @knatsakis
  60. LICENSE.md @joelhans @Ferroin
  61. CHANGELOG.md @netdatabot @Ferroin