0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 19:22:40 +00:00

Exporting moved, so changes needed for integrations, + CODEOWNERS change ()

This commit is contained in:
Fotis Voutsas 2024-02-05 13:44:24 +02:00 committed by GitHub
parent 4299ff7089
commit 377d1d2958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

2
.github/CODEOWNERS vendored
View file

@ -16,7 +16,7 @@ collectors/freebsd.plugin/ @thiagoftsm
collectors/macos.plugin/ @thiagoftsm
collectors/python.d.plugin/ @ilyam8
collectors/cups.plugin/ @thiagoftsm
exporting/ @thiagoftsm
src/exporting/ @thiagoftsm
daemon/ @thiagoftsm @vkalintiris
database/ @thiagoftsm @vkalintiris
docs/ @tkatsoulas @Ancairon

View file

@ -7,7 +7,7 @@ on:
- master
paths: # If any of these files change, we need to regenerate integrations.js.
- 'collectors/**/metadata.yaml'
- 'exporting/**/metadata.yaml'
- 'src/exporting/**/metadata.yaml'
- 'health/notifications/**/metadata.yaml'
- 'integrations/templates/**'
- 'integrations/categories.yaml'

View file

@ -21,7 +21,7 @@ def cleanup():
if "integrations" in str(element):
shutil.rmtree(element)
for element in Path("exporting").glob('**/*/'):
for element in Path("src/exporting").glob('**/*/'):
if "integrations" in str(element):
shutil.rmtree(element)
for element in Path("integrations/cloud-notifications").glob('**/*/'):

View file

@ -39,7 +39,7 @@ DEPLOY_SOURCES = [
]
EXPORTER_SOURCES = [
(AGENT_REPO, REPO_PATH / 'exporting', True),
(AGENT_REPO, REPO_PATH / 'src' / 'exporting', True),
]
NOTIFICATION_SOURCES = [