Skip to content

Commit

Permalink
Update codeowners and cleanup .gitignore (netdata#16946)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalintiris authored Feb 6, 2024
1 parent 9758ade commit 2544e0a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ collectors/macos.plugin/ @thiagoftsm
collectors/python.d.plugin/ @ilyam8
collectors/cups.plugin/ @thiagoftsm
src/exporting/ @thiagoftsm
daemon/ @thiagoftsm @vkalintiris
src/daemon/ @thiagoftsm @vkalintiris
src/database/ @thiagoftsm @vkalintiris
docs/ @tkatsoulas @Ancairon
health/ @thiagoftsm @vkalintiris
Expand Down
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ area/daemon:
- any:
- changed-files:
- any-glob-to-any-file:
- daemon/**
- src/daemon/**

area/database:
- any:
Expand Down Expand Up @@ -263,7 +263,7 @@ area/tests:
- changed-files:
- any-glob-to-any-file:
- tests/**
- daemon/unit_test*
- src/daemon/unit_test*
- coverity-scan.sh
- cppcheck.sh
- netdata.cppcheck
Expand Down
71 changes: 3 additions & 68 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,75 +21,17 @@ Makefile.in
!collectors/log2journal/tests.d/*.log
*.pyc

Makefile
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
netdata.spec
sha256sums.txt

# netdata binaries
netdata
netdatacli
systemd-cat-native
log2journal
!log2journal/
!netdata/
upload/
artifacts/

apps.plugin
!apps.plugin/

freeipmi.plugin
!freeipmi.plugin/

cups.plugin
!cups.plugin/

nfacct.plugin
!nfacct.plugin/

xenstat.plugin
!xenstat.plugin/

perf.plugin
!perf.plugin/

slabinfo.plugin
!slabinfo.plugin/

cgroup-network
!cgroup-network/

local-listeners
!local-listeners/

ebpf.plugin
collectors/ebpf.plugin/reset_netdata_trace.sh
!ebpf.plugin/
collectors/ebpf.plugin/includes/

debugfs.plugin
!debugfs.plugin/

systemd-journal.plugin
!systemd-journal.plugin/

logs-management.plugin
!logs-management.plugin/

# protoc generated files
*.pb.cc
*.pb.h
Expand Down Expand Up @@ -144,9 +86,6 @@ system/systemd/netdata-updater.service
!system/systemd/netdata.service.in
!system/systemd/netdata.service.*.in

daemon/anonymous-statistics.sh
daemon/get-kubernetes-labels.sh

health/notifications/alarm-notify.sh
claim/netdata-claim.sh
collectors/cgroups.plugin/cgroup-name.sh
Expand Down Expand Up @@ -248,14 +187,10 @@ Session.*.vim
# Jupyter notebook checkpoints
.ipynb_checkpoints

# m4 generated ksys
database/engine/journalfile_v2.ksy
database/engine/journalfile_v2_virtmemb.ksy

# gorilla benchmark & fuzz binaries
libnetdata/gorilla/gorilla_benchmark
libnetdata/gorilla/gorilla_fuzzer
libnetdata/gorilla/fuzz-*.log
src/libnetdata/gorilla/gorilla_benchmark
src/libnetdata/gorilla/gorilla_fuzzer
src/libnetdata/gorilla/fuzz-*.log

# ignore build/ directory (default dir for many IDEs/LSPs)
build/
74 changes: 0 additions & 74 deletions src/database/engine/datafile.ksy

This file was deleted.

150 changes: 0 additions & 150 deletions src/database/engine/journalfile_v2.ksy.in

This file was deleted.

0 comments on commit 2544e0a

Please sign in to comment.