Browse Source

Move web/ under src/ (#16992)

vkalintiris 1 year ago
parent
commit
a75559dffe

+ 8 - 8
.codacy.yml

@@ -6,19 +6,19 @@ exclude_paths:
   - src/collectors/python.d.plugin/python_modules/third_party/**
   - contrib/**
   - packaging/makeself/**
-  - web/gui/css/**
-  - web/gui/lib/**
-  - web/gui/old/**
-  - web/gui/src/**
-  - web/gui/v1/**
-  - web/gui/v2/**
-  - web/gui/main.js
+  - src/web/gui/css/**
+  - src/web/gui/lib/**
+  - src/web/gui/old/**
+  - src/web/gui/src/**
+  - src/web/gui/v1/**
+  - src/web/gui/v2/**
+  - src/web/gui/main.js
   - tests/**
   - aclk/tests/**
   - src/libnetdata/libjudy/**
   - src/database/sqlite/sqlite3.c
   - src/ml/dlib/**
-  - web/server/h2o/libh2o/**
+  - src/web/server/h2o/libh2o/**
   - build/**
   - build_external/**
   - packaging/**

+ 4 - 4
.codeclimate.yml

@@ -84,10 +84,10 @@ exclude_patterns:
   - ".githooks/"
   - "tests/"
   - "m4/"
-  - "web/css/"
-  - "web/lib/"
-  - "web/fonts/"
-  - "web/old/"
+  - "src/web/css/"
+  - "src/web/lib/"
+  - "src/web/fonts/"
+  - "src/web/old/"
   - "collectors/python.d.plugin/python_modules/pyyaml2/"
   - "collectors/python.d.plugin/python_modules/pyyaml3/"
   - "collectors/python.d.plugin/python_modules/urllib3/"

+ 2 - 2
.github/CODEOWNERS

@@ -29,8 +29,8 @@ src/registry/ @novykh
 src/streaming/ @thiagoftsm
 system/ @Ferroin @tkatsoulas
 tests/ @Ferroin @vkalintiris @tkatsoulas
-web/ @thiagoftsm @vkalintiris
-web/gui/ @novykh
+src/web/ @thiagoftsm @vkalintiris
+src/web/gui/ @novykh
 src/logsmanagement/ @thiagoftsm
 
 # Ownership by filetype (overwrites ownership by directory)

+ 2 - 3
.github/codeql/python-config.yml

@@ -1,10 +1,9 @@
 paths-ignore:
   - .github
   - build_external/
-  - ml/dlib
-  - ml/json
+  - src/ml/dlib
   - tests/api
-  - web/gui
+  - src/web/gui
   - src/collectors/python.d.plugin/python_modules/pyyaml*
   - src/collectors/python.d.plugin/python_modules/third_party
   - src/collectors/python.d.plugin/python_modules/urllib3

+ 1 - 1
.github/labeler.yml

@@ -272,7 +272,7 @@ area/web:
   - any:
       - changed-files:
           - any-glob-to-any-file:
-              - web/**
+              - src/web/**
 
 area/logs-management:
   - any:

+ 1 - 1
.github/workflows/build.yml

@@ -61,7 +61,7 @@ jobs:
             src/aclk/aclk-schemas/
             src/ml/dlib/
             src/fluent-bit/
-            web/server/h2o/libh2o/
+            src/web/server/h2o/libh2o/
           files_ignore: |
             netdata.spec.in
             **/*.md

+ 1 - 1
.github/workflows/checks.yml

@@ -49,7 +49,7 @@ jobs:
             src/aclk/aclk-schemas/
             src/ml/dlib/
             src/fluent-bit/
-            web/server/h2o/libh2o/
+            src/web/server/h2o/libh2o/
           files_ignore: |
             netdata.spec.in
             **/*.md

+ 1 - 1
.github/workflows/dashboard-pr.yml

@@ -25,7 +25,7 @@ jobs:
       - name: Update Files
         id: update
         run: |
-          web/gui/bundle_dashboard_v1.py ${{ github.event.inputs.dashboard_version }}
+          src/web/gui/bundle_dashboard_v1.py ${{ github.event.inputs.dashboard_version }}
       - name: Create Pull Request
         id: pr
         uses: peter-evans/create-pull-request@v6

+ 1 - 1
.github/workflows/docker.yml

@@ -55,7 +55,7 @@ jobs:
             src/aclk/aclk-schemas/
             src/ml/dlib/
             src/fluent-bit/
-            web/server/h2o/libh2o/
+            src/web/server/h2o/libh2o/
           files_ignore: |
             netdata.spec.in
             **/*.md

+ 1 - 1
.github/workflows/packaging.yml

@@ -65,7 +65,7 @@ jobs:
             src/aclk/aclk-schemas/
             src/ml/dlib/
             src/fluent-bit/
-            web/server/h2o/libh2o/
+            src/web/server/h2o/libh2o/
           files_ignore: |
             **/*.md
       - name: List all changed files in pattern

Some files were not shown because too many files changed in this diff