summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
AgeCommit message (Collapse)Author
2020-07-23Add explicit CODEOWNERS rule for `system/`. (#9587)Austin S. Hemmelgarn
It's part of the packaging code, so it should be owned by the people responsible for packaging.
2020-07-21Update CODEOWNERSJames Mills
Add @prologic as a fallback additional `CODE_OWNER` in cases where we have too few code owners (_share the burden_).
2020-07-02Bring code owner for missing directory (#9465)thiagoftsm
Add missing directory to CODEOWNER file.
2020-05-27Remove knatsakis and ncmans from CODEOWNERS for the agent. (#9173)Austin S. Hemmelgarn
Based on discussion within the SRE team. They are not directly involved anymore with the agent components maintained by the SRE team, so there's no point in pestering them all the time with review requests when the rest of the SRE team is suficient for a complete review. In the event that a change warrants their attention, they'll be explicitly added as reviewers by hand.
2020-05-22Remove old docs generation tooling (#8783)James Mills
* Remove old docs generation tooling * Remove more references to docs/generator/* * Remove more refernece to things no longer used for docs generation * Update contributing-documentation.md * Update contributing-documentation.md Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
2020-03-09CLeanup CODEOWNERS for the build system itself (not to be confused with ↵James Mills
packaging) (#8098)
2020-03-04Add yamllint to reviewdog PR checks. (#8291)Austin S. Hemmelgarn
2020-03-02Add SRE team as code owners for Debian packaging files. (#8256)Austin S. Hemmelgarn
2020-02-15Add Patti to docs and .md codeowners (#8092)Joel Hans
2020-02-05CODEOWNERS: change collectors/charts.d.plugin/ owners (#7963)Ilya Mashchenko
* CODEOWNERS: change collectors/charts.d.plugin/ owners
2020-01-16Adds a Dockerfile.docs for more easily and reproducibly building/rebuilding ↵James Mills
docs (#7688) * Added a Dockerfile.docs for more easily and reproducibly building/rebuilding docs. * Update the docs for contributing / rebuilding the docs locally * Add SRE Team as code owners of all Dockerfile(s)
2019-12-19CODEOWNERS: Replace @netdata/automation with individual team members (#7581)Konstantinos Natsakis
2019-12-16Update codeowners (#7530)Konstantinos Natsakis
* .github/CODEOWNERS: Replace @knatsakis with @netdata/automation * .github/CODEOWNERS: Remove @cakrit * Update .github/CODEOWNERS Replace @VLegakis with @jacekkolasa Co-Authored-By: Jacek Kolasa <jacek.kolasa@gmail.com> * Update .github/CODEOWNERS Replace @VLegakis with @jacekkolasa Co-Authored-By: Jacek Kolasa <jacek.kolasa@gmail.com> * Update .github/CODEOWNERS Replace @VLegakis with @jacekkolasa Co-Authored-By: Jacek Kolasa <jacek.kolasa@gmail.com> * Update .github/CODEOWNERS Replace @VLegakis with @jacekkolasa Co-Authored-By: Jacek Kolasa <jacek.kolasa@gmail.com> * Update .github/CODEOWNERS Replace @VLegakis with @jacekkolasa Co-Authored-By: Jacek Kolasa <jacek.kolasa@gmail.com>
2019-10-09netdata: Add knatsakis as codeowner, wherever paulkatsoulakis was (#7036)Konstantinos Natsakis
2019-09-01Update CODEOWNERSChris Akritidis
2019-08-09netdata: Add cosmix as codeowner, wherever cakrit is (#6618)Paul Emm. Katsoulakis
cakrit was on leave, got Costa approval, so overriding block
2019-07-19netdata/docs: Add @joelhans as co-owner on documentation (#6501)Paul Emm. Katsoulakis
2019-07-11Add more codeowners to the core (#6413)Vladimir Kobal
2019-06-07Update CODEOWNERS (#6241)Chris Akritidis
Major milestone here in our growth path. @ktsaou no longer has the time to review and approve PRs, so we are removing him from the CODEOWNERS file. I also added @thiagoftsm
2019-04-02netdata: Add another global owner (#5777)Paul Emm. Katsoulakis
2019-04-01Add simonnagl as CODEOWNER for cups.plugin (#5453)Simon Nagl
* Fix typo in CODEOWNERS user paufantom does not exist. * Add simonnagl as codeowner for cups.plugin
2019-03-29access: fix codeowners (#5739)Paul Katsoulakis
2019-03-13remove paulfantom code ownership and TODO notices (#5579)Paweł Krupa
2019-02-25Update CODEOWNERSPaweł Krupa
2019-02-15Update CODEOWNERS (#5389)Chris Akritidis
2019-01-08Update CODEOWNERSPaweł Krupa
2019-01-08change ownership of .gitignore (#5131)Paweł Krupa
2018-12-20change number of days needed by issue to go stale (#5043)Paweł Krupa
2018-12-09Add cakrit to health codeowners (#4953)Chris Akritidis
2018-12-06update code owners (#4930)Paweł Krupa
2018-12-06Removed vlvkobal as a codeowner of web/gui (#4929)George Moschovitis
2018-11-26update codeowners file (#4750)Paweł Krupa
* update codeowners file * change Ilya username
2018-11-19allign code ownership (#4682)Paweł Krupa
2018-10-23fix duplicate in CODEOWNERS file (#4467)Paweł Krupa
2018-10-22add autogenerated changelog (#4444)Paweł Krupa
##### Summary <!--- Describe the change below, including rationale and design decisions --> Create changelog based on GitHub labels <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> ##### Component Name <!--- Write the short name of the module or plugin below --> GitHub management ##### Additional Information <!--- Include additional information to help people understand the change here --> <!--- A step-by-step reproduction of the problem is helpful if there is no related issue --> Moving old manually created changelog to HISTORICAL_CHANGELOG.md and using command below to create changelog based on github issues, PRs, and labels. This is a preview and in the near future this will be automated and running daily in cron. <!--- Paste log output below, e.g. before and after your change --> ```sh docker run -it -v "$(pwd)":/project markmandel/github-changelog-generator:latest \ --user "netdata" \ --project "netdata" \ --token "${GITHUB_TOKEN}" \ --since-tag "v1.10.0" \ --unreleased-label "**Next release**" \ --no-compare-link \ --exclude-labels duplicate,question,invalid,wontfix,discussion,documentation ```
2018-10-22Update CODEOWNERS (#4447)Paweł Krupa
2018-10-16Update CODEOWNERS (#4412)Paweł Krupa
2018-10-16Update CODEOWNERS (#4405)Paweł Krupa
2018-10-01Update CODEOWNERS (#4340)Paweł Krupa
2018-09-29more code owners (#4316)Paweł Krupa
* more code owners * Update CODEOWNERS
2018-09-23finetune python ownership; add CI ownership to @paulfantom (#4264)Paweł Krupa
2018-09-22[project management] add github CODEOWNERS (#4137)Paweł Krupa
* add initial code owners * C code ownership