From cd7ed12292aef11d9062b64f61215174e8cc1860 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Sep 2019 12:23:48 +0200 Subject: Merging upstream version 1.17.0. Signed-off-by: Daniel Baumann --- .github/CODEOWNERS | 84 +++++++++++++++---------------- .github/ISSUE_TEMPLATE.md | 15 ------ .github/ISSUE_TEMPLATE/bug_report.md | 34 ------------- .github/ISSUE_TEMPLATE/feature_request.md | 16 ------ .github/ISSUE_TEMPLATE/question.md | 26 ---------- .github/PULL_REQUEST_TEMPLATE.md | 19 ------- .github/stale.yml | 18 ------- 7 files changed, 42 insertions(+), 170 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/question.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/stale.yml (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2b4e0d164..35070e49d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,60 +2,60 @@ # This way we prevent modifications which will be overwriten by automation. # Global (default) code owner -* @ktsaou @cakrit +* @ktsaou @cakrit @cosmix # Ownership by directory structure -.travis/ @paulkatsoulakis @cakrit -.github/ @paulkatsoulakis @cakrit +.travis/ @cakrit @cosmix +.github/ @cakrit @cosmix backends/ @thiagoftsm @vlvkobal backends/graphite/ @thiagoftsm @vlvkobal backends/json/ @thiagoftsm @vlvkobal backends/opentsdb/ @thiagoftsm @vlvkobal -backends/prometheus/ @vlvkobal @paulkatsoulakis @thiagoftsm -build/ @paulkatsoulakis @cakrit -collectors/ @vlvkobal @mfundul @cakrit -collectors/charts.d.plugin/ @paulkatsoulakis @cakrit -collectors/freebsd.plugin/ @vlvkobal @thiagoftsm @cakrit -collectors/macos.plugin/ @vlvkobal @thiagoftsm @cakrit -collectors/node.d.plugin/ @VLegakis @cakrit -collectors/node.d.plugin/fronius/ @ccremer @cakrit -collectors/node.d.plugin/snmp/ @VLegakis @cakrit -collectors/node.d.plugin/stiebeleltron/ @ccremer @cakrit +backends/prometheus/ @vlvkobal @thiagoftsm +build/ @cakrit @cosmix +collectors/ @vlvkobal @mfundul @cakrit @cosmix +collectors/charts.d.plugin/ @cakrit @cosmix +collectors/freebsd.plugin/ @vlvkobal @thiagoftsm @cakrit @cosmix +collectors/macos.plugin/ @vlvkobal @thiagoftsm @cakrit @cosmix +collectors/node.d.plugin/ @VLegakis @cakrit @cosmix +collectors/node.d.plugin/fronius/ @ccremer @cakrit @cosmix +collectors/node.d.plugin/snmp/ @VLegakis @cakrit @cosmix +collectors/node.d.plugin/stiebeleltron/ @ccremer @cakrit @cosmix collectors/python.d.plugin/ @ilyam8 -collectors/cups.plugin/ @simonnagl @vlvkobal @thiagoftsm @cakrit -daemon/ @thiagoftsm @mfundul @cakrit -database/ @mfundul @thiagoftsm @cakrit -docs/ @cakrit @joelhans -health/ @thiagoftsm @vlvkobal @cakrit -health/health.d/ @thiagoftsm @vlvkobal @cakrit -health/notifications/ @Ferroin @thiagoftsm @cakrit -libnetdata/ @thiagofsm @mfundul @cakrit -packaging/ @paulkatsoulakis @cakrit -packaging/installer/ @paulkatsoulakis @cakrit -packaging/makeself/ @paulkatsoulakis @cakrit -registry/ @VLegakis @cakrit -streaming/ @thiagoftsm @vlvkobal @cakrit -web/ @thiagoftsm @mfundul @vlvkobal @cakrit -web/gui/ @VLegakis @cakrit +collectors/cups.plugin/ @simonnagl @vlvkobal @thiagoftsm @cakrit @cosmix +daemon/ @thiagoftsm @mfundul @cakrit @cosmix +database/ @mfundul @thiagoftsm @cakrit @cosmix +docs/ @cakrit @cosmix @joelhans +health/ @thiagoftsm @vlvkobal @cakrit @cosmix +health/health.d/ @thiagoftsm @vlvkobal @cakrit @cosmix +health/notifications/ @Ferroin @thiagoftsm @cakrit @cosmix +libnetdata/ @thiagofsm @mfundul @cakrit @cosmix +packaging/ @cakrit @cosmix +packaging/installer/ @cakrit @cosmix +packaging/makeself/ @cakrit @cosmix +registry/ @VLegakis @cakrit @cosmix +streaming/ @thiagoftsm @vlvkobal @cakrit @cosmix +web/ @thiagoftsm @mfundul @vlvkobal @cakrit @cosmix +web/gui/ @VLegakis @cakrit @cosmix # Ownership by filetype (overwrites ownership by directory) -*.md @cakrit @joelhans -*.am @paulkatsoulakis +*.md @cakrit @cosmix @joelhans +*.am @cakrit @cosmix # Ownership of specific files -.gitignore @paulkatsoulakis @cakrit -.travis.yml @paulkatsoulakis -.lgtm.yml @paulkatsoulakis -.eslintrc @paulkatsoulakis -.eslintignore @paulkatsoulakis -.csslintrc @paulkatsoulakis -.codeclimate.yml @paulkatsoulakis -.codacy.yml @paulkatsoulakis -netdata.spec.in @paulkatsoulakis -netdata-installer.sh @paulkatsoulakis @cakrit -netlify.toml @cakrit +.gitignore @cakrit @cosmix +.travis.yml @cakrit @cosmix +.lgtm.yml @cakrit @cosmix +.eslintrc @cakrit @cosmix +.eslintignore @cakrit @cosmix +.csslintrc @cakrit @cosmix +.codeclimate.yml @cakrit @cosmix +.codacy.yml @cakrit @cosmix +netdata.spec.in @cakrit @cosmix +netdata-installer.sh @cakrit @cosmix +netlify.toml @cakrit @cosmix package.json @VLegakis packaging/version @netdatabot -LICENSE.md @cakrit @joelhans +LICENSE.md @cakrit @cosmix @joelhans CHANGELOG.md @netdatabot diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index bd939baba..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -about: General issue template -labels: "needs triage", "no changelog" ---- - - - -#### Summary - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index d378d4512..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug report -about: Create a bug report to help us improve -labels: bug, needs triage ---- - - - -##### Bug report summary - -##### OS / Environment - -##### Netdata version (ouput of `netdata -V`) - -##### Component Name - -##### Steps To Reproduce - -##### Expected behavior diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 4d210259e..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for our project -labels: feature request, needs triage ---- - - - -##### Feature idea summary - -##### Expected behavior diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index c5cd71e66..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Question -about: You just want to ask a question? Go on. -labels: question, no changelog ---- - - - -##### Question summary - -##### OS / Environment - -##### Component Name - -##### Expected results diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index b4932f9c5..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,19 +0,0 @@ - - -##### Summary - -##### Component Name - -##### Additional Information - diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index abf927a4f..000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -only: issues -limitPerRun: 30 -daysUntilStale: 30 -daysUntilClose: 7 -exemptLabels: - - bug - - help wanted - - feature request -exemptProjects: true -exemptMilestones: true -staleLabel: stale -markComment: > - This issue has been inactive for 30 days. - It will be closed in one week, unless it is updated. -closeComment: > - This issue has been automatically closed due to extended period of inactivity. - Please reopen if it is still valid. Thank you for your contributions. -- cgit v1.2.3