From 66564c2324abc58b24327b763e1113ff781156a2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 21 Feb 2019 20:34:01 +0100 Subject: Adding upstream version 1.12.1. Signed-off-by: Daniel Baumann --- .github/CODEOWNERS | 30 +++++++++++++-------------- .github/ISSUE_TEMPLATE.md | 10 --------- .github/ISSUE_TEMPLATE/bug_report.md | 34 ------------------------------- .github/ISSUE_TEMPLATE/feature_request.md | 16 --------------- .github/ISSUE_TEMPLATE/question.md | 25 ----------------------- .github/PULL_REQUEST_TEMPLATE.md | 19 ----------------- .github/stale.yml | 19 ----------------- 7 files changed, 15 insertions(+), 138 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 72c793e0c..38c1e9c18 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,35 +7,35 @@ # Ownership by directory structure .travis/ @paufantom @cakrit .github/ @paufantom @cakrit -build/ @paulfantom +build/ @paulfantom @cakrit backends/ @ktsaou @vlvkobal backends/graphite/ @ktsaou @vlvkobal backends/json/ @ktsaou @vlvkobal backends/opentsdb/ @ktsaou @vlvkobal backends/prometheus/ @ktsaou @vlvkobal @paulfantom -collectors/ @ktsaou @vlvkobal -collectors/charts.d.plugin/ @ktsaou @paulfantom -collectors/freebsd.plugin/ @vlvkobal -collectors/macos.plugin/ @vlvkobal -collectors/node.d.plugin/ @ktsaou @gmosx -collectors/node.d.plugin/fronius/ @ktsaou @gmosx @ccremer +collectors/ @ktsaou @vlvkobal @cakrit +collectors/charts.d.plugin/ @ktsaou @paulfantom @cakrit +collectors/freebsd.plugin/ @vlvkobal @cakrit +collectors/macos.plugin/ @vlvkobal @cakrit +collectors/node.d.plugin/ @ktsaou @gmosx @cakrit +collectors/node.d.plugin/fronius/ @ktsaou @gmosx @ccremer @cakrit collectors/node.d.plugin/snmp/ @ktsaou @gmosx @cakrit -collectors/node.d.plugin/stiebeleltron/ @ktsaou @gmosx @ccremer +collectors/node.d.plugin/stiebeleltron/ @ktsaou @gmosx @ccremer @cakrit collectors/python.d.plugin/ @ilyam8 -daemon/ @ktsaou @vlvkobal +daemon/ @ktsaou @mfundul @cakrit database/ @ktsaou @mfundul docs/ @cakrit health/ @ktsaou @cakrit health/health.d/ @ktsaou @cakrit health/notifications/ @ktsaou @Ferroin @cakrit installer/ @ktsaou @paulfantom @cakrit -libnetdata/ @ktsaou @vlvkobal -makeself/ @ktsaou @paulfantom -packaging/ @paulfantom -registry/ @ktsaou @gmosx +libnetdata/ @ktsaou @cakrit +makeself/ @ktsaou @paulfantom @cakrit +packaging/ @paulfantom @cakrit +registry/ @ktsaou @gmosx @cakrit streaming/ @ktsaou @mfundul -web/ @ktsaou @vlvkobal -web/gui/ @ktsaou @gmosx +web/ @ktsaou @cakrit +web/gui/ @ktsaou @gmosx @cakrit # Ownership by filetype (overwrites ownership by directory) *.md @ktsaou @cakrit diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 4fe94ad65..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,10 +0,0 @@ - - -#### Summary - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index fbd69a2f6..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 - ---- - - - -##### 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 b27ba2653..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for our project - ---- - - - -##### Feature idea summary - -##### Expected behavior diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 9bdf6f14e..000000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Question -about: You just want to ask a question? Go on. ---- - - - -##### 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 dfa5ce2c0..000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -only: issues -limitPerRun: 30 -daysUntilStale: 45 -daysUntilClose: 60 -exemptLabels: - - bug - - help wanted - - feature request -exemptProjects: true -exemptMilestones: true -staleLabel: stale -markComment: > - Currently netdata team doesn't have enough capacity to work on this issue. - We will be more than glad to accept a pull request with a solution to problem described here. - This issue will be closed after another 60 days of inactivity. -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