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 (#16932)
This commit is contained in:
parent
4299ff7089
commit
377d1d2958
4 changed files with 4 additions and 4 deletions
.github
integrations
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/generate-integrations.yml
vendored
2
.github/workflows/generate-integrations.yml
vendored
|
@ -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'
|
||||
|
|
|
@ -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('**/*/'):
|
||||
|
|
|
@ -39,7 +39,7 @@ DEPLOY_SOURCES = [
|
|||
]
|
||||
|
||||
EXPORTER_SOURCES = [
|
||||
(AGENT_REPO, REPO_PATH / 'exporting', True),
|
||||
(AGENT_REPO, REPO_PATH / 'src' / 'exporting', True),
|
||||
]
|
||||
|
||||
NOTIFICATION_SOURCES = [
|
||||
|
|
Loading…
Add table
Reference in a new issue