summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
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-17stale bot limits update (#6297)Ilya Mashchenko
* update stale bot limits and msg * minor
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-05-23netdata: Fix labels usage, quotes are not needed (#6091)Paul Emm. Katsoulakis
* "netdata: fix attempt for labels"
2019-05-23use github templating mechanisms to classify issues when they are created ↵Paweł Krupa
(#5776)
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-18Update bug_report.mdPaweł Krupa
2019-01-17update bug_report.md (#5205)Ilya Mashchenko
* update bug_report.md * fix
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-27general issue template (#4764)Paweł Krupa
2018-11-27create better issue and PR templates (#4758)Paweł Krupa
2018-11-26update codeowners file (#4750)Paweł Krupa
* update codeowners file * change Ilya username
2018-11-23exempt feature requests from going stale (#4723)Paweł Krupa
2018-11-19allign code ownership (#4682)Paweł Krupa
2018-11-19enable issue closing with stale bot (#4686)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-22unify headers in github templates (#4451)Paweł Krupa
2018-10-19Disallow stale bot from removing labels (#4442)Paweł Krupa
2018-10-18create stale bot integration (#4268)Paweł Krupa
2018-10-17Fix GitHub issue templates (#4427)Paweł Krupa
2018-10-17add github templates (#4424)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