summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-02-12 14:11:49 +0200
committerGitHub <noreply@github.com>2024-02-12 14:11:49 +0200
commita75559dffe1beee48ce0942a86ad79fb7423c098 (patch)
tree848cd95a7dc05fe98f37c4643f6887ad92c8d57b
parent777b7ac531567a54d6666d36838975161f72952f (diff)
Move web/ under src/ (#16992)
-rw-r--r--.codacy.yml16
-rw-r--r--.codeclimate.yml8
-rw-r--r--.github/CODEOWNERS4
-rw-r--r--.github/codeql/python-config.yml5
-rw-r--r--.github/labeler.yml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/checks.yml2
-rw-r--r--.github/workflows/dashboard-pr.yml2
-rw-r--r--.github/workflows/docker.yml2
-rw-r--r--.github/workflows/packaging.yml2
-rw-r--r--.gitignore16
-rw-r--r--.gitmodules6
-rw-r--r--CMakeLists.txt393
-rw-r--r--HISTORICAL_CHANGELOG.md2
-rw-r--r--README.md4
-rw-r--r--REDISTRIBUTED.md2
-rw-r--r--diagrams/netdata-overview.xml6
-rw-r--r--docs/Running-behind-h2o.md2
-rw-r--r--docs/Running-behind-nginx.md2
-rw-r--r--docs/category-overview-pages/accessing-netdata-dashboards.md2
-rw-r--r--docs/category-overview-pages/reverse-proxies.md2
-rw-r--r--docs/category-overview-pages/secure-nodes.md6
-rw-r--r--docs/cloud/visualize/interact-new-charts.md4
-rw-r--r--docs/contributing/style-guide.md2
-rw-r--r--docs/dashboard/customize.md2
-rw-r--r--docs/glossary.md2
-rw-r--r--docs/guides/configure/performance.md2
-rw-r--r--docs/guides/monitor/process.md2
-rw-r--r--docs/guides/python-collector.md4
-rw-r--r--docs/guides/troubleshoot/monitor-debug-applications-ebpf.md2
-rw-r--r--docs/guides/using-host-labels.md2
-rw-r--r--docs/metrics-storage-management/enable-streaming.md2
-rw-r--r--integrations/integrations.js2
-rw-r--r--integrations/integrations.json2
-rw-r--r--src/collectors/apps.plugin/README.md2
-rw-r--r--src/collectors/python.d.plugin/anomalies/README.md2
-rw-r--r--src/collectors/python.d.plugin/zscores/integrations/python.d_zscores.md2
-rw-r--r--src/collectors/python.d.plugin/zscores/metadata.yaml2
-rw-r--r--src/collectors/statsd.plugin/README.md6
-rw-r--r--src/daemon/config/README.md6
-rw-r--r--src/health/REFERENCE.md16
-rwxr-xr-xsrc/health/notifications/alarm-notify.sh.in2
-rw-r--r--src/streaming/README.md4
-rw-r--r--src/web/README.md (renamed from web/README.md)14
-rw-r--r--src/web/api/README.md (renamed from web/api/README.md)4
-rw-r--r--src/web/api/badges/README.md (renamed from web/api/badges/README.md)2
-rw-r--r--src/web/api/badges/web_buffer_svg.c (renamed from web/api/badges/web_buffer_svg.c)0
-rw-r--r--src/web/api/badges/web_buffer_svg.h (renamed from web/api/badges/web_buffer_svg.h)0
-rw-r--r--src/web/api/exporters/README.md (renamed from web/api/exporters/README.md)2
-rw-r--r--src/web/api/exporters/allmetrics.c (renamed from web/api/exporters/allmetrics.c)0
-rw-r--r--src/web/api/exporters/allmetrics.h (renamed from web/api/exporters/allmetrics.h)0
-rw-r--r--src/web/api/exporters/prometheus/README.md (renamed from web/api/exporters/prometheus/README.md)2
-rw-r--r--src/web/api/exporters/shell/README.md (renamed from web/api/exporters/shell/README.md)2
-rw-r--r--src/web/api/exporters/shell/allmetrics_shell.c (renamed from web/api/exporters/shell/allmetrics_shell.c)0
-rw-r--r--src/web/api/exporters/shell/allmetrics_shell.h (renamed from web/api/exporters/shell/allmetrics_shell.h)0
-rw-r--r--src/web/api/formatters/README.md (renamed from web/api/formatters/README.md)26
-rw-r--r--src/web/api/formatters/charts2json.c (renamed from web/api/formatters/charts2json.c)0
-rw-r--r--src/web/api/formatters/charts2json.h (renamed from web/api/formatters/charts2json.h)0
-rw-r--r--src/web/api/formatters/csv/README.md (renamed from web/api/formatters/csv/README.md)4
-rw-r--r--src/web/api/formatters/csv/csv.c (renamed from web/api/formatters/csv/csv.c)0
-rw-r--r--src/web/api/formatters/csv/csv.h (renamed from web/api/formatters/csv/csv.h)0
-rw-r--r--src/web/api/formatters/json/README.md (renamed from web/api/formatters/json/README.md)4
-rw-r--r--src/web/api/formatters/json/json.c (renamed from web/api/formatters/json/json.c)0
-rw-r--r--src/web/api/formatters/json/json.h (renamed from web/api/formatters/json/json.h)0
-rw-r--r--src/web/api/formatters/json_wrapper.c (renamed from web/api/formatters/json_wrapper.c)0
-rw-r--r--src/web/api/formatters/json_wrapper.h (renamed from web/api/formatters/json_wrapper.h)0
-rw-r--r--src/web/api/formatters/rrd2json.c (renamed from web/api/formatters/rrd2json.c)0
-rw-r--r--src/web/api/formatters/rrd2json.h (renamed from web/api/formatters/rrd2json.h)0
-rw-r--r--src/web/api/formatters/rrdset2json.c (renamed from web/api/formatters/rrdset2json.c)0
-rw-r--r--src/web/api/formatters/rrdset2json.h (renamed from web/api/formatters/rrdset2json.h)0
-rw-r--r--src/web/api/formatters/ssv/README.md (renamed from web/api/formatters/ssv/README.md)4
-rw-r--r--src/web/api/formatters/ssv/ssv.c (renamed from web/api/formatters/ssv/ssv.c)0
-rw-r--r--src/web/api/formatters/ssv/ssv.h (renamed from web/api/formatters/ssv/ssv.h)0
-rw-r--r--src/web/api/formatters/value/README.md (renamed from web/api/formatters/value/README.md)6
-rw-r--r--src/web/api/formatters/value/value.c (renamed from web/api/formatters/value/value.c)0
-rw-r--r--src/web/api/formatters/value/value.h (renamed from web/api/formatters/value/value.h)0
-rw-r--r--src/web/api/health/README.md (renamed from web/api/health/README.md)4
-rw-r--r--src/web/api/http_auth.c (renamed from web/api/http_auth.c)0
-rw-r--r--src/web/api/http_auth.h (renamed from web/api/http_auth.h)0
-rw-r--r--src/web/api/http_header.c (renamed from web/api/http_header.c)0
-rw-r--r--src/web/api/http_header.h (renamed from web/api/http_header.h)0
-rw-r--r--src/web/api/ilove/README.md (renamed from web/api/ilove/README.md)0
-rw-r--r--src/web/api/ilove/ilove.c (renamed from web/api/ilove/ilove.c)0
-rw-r--r--src/web/api/ilove/ilove.h (renamed from web/api/ilove/ilove.h)0
-rw-r--r--src/web/api/ilove/measure-text.js (renamed from web/api/ilove/measure-text.js)0
-rw-r--r--src/web/api/netdata-swagger.json (renamed from web/api/netdata-swagger.json)0
-rw-r--r--src/web/api/netdata-swagger.yaml (renamed from web/api/netdata-swagger.yaml)0
-rw-r--r--src/web/api/queries/README.md (renamed from web/api/queries/README.md)0
-rw-r--r--src/web/api/queries/average/README.md (renamed from web/api/queries/average/README.md)2
-rw-r--r--src/web/api/queries/average/average.c (renamed from web/api/queries/average/average.c)0
-rw-r--r--src/web/api/queries/average/average.h (renamed from web/api/queries/average/average.h)0
-rw-r--r--src/web/api/queries/countif/README.md (renamed from web/api/queries/countif/README.md)2
-rw-r--r--src/web/api/queries/countif/countif.c (renamed from web/api/queries/countif/countif.c)0
-rw-r--r--src/web/api/queries/countif/countif.h (renamed from web/api/queries/countif/countif.h)0
-rw-r--r--src/web/api/queries/des/README.md (renamed from web/api/queries/des/README.md)2
-rw-r--r--src/web/api/queries/des/des.c (renamed from web/api/queries/des/des.c)0
-rw-r--r--src/web/api/queries/des/des.h (renamed from web/api/queries/des/des.h)0
-rw-r--r--src/web/api/queries/incremental_sum/README.md (renamed from web/api/queries/incremental_sum/README.md)2
-rw-r--r--src/web/api/queries/incremental_sum/incremental_sum.c (renamed from web/api/queries/incremental_sum/incremental_sum.c)0
-rw-r--r--src/web/api/queries/incremental_sum/incremental_sum.h (renamed from web/api/queries/incremental_sum/incremental_sum.h)0
-rw-r--r--src/web/api/queries/max/README.md (renamed from web/api/queries/max/README.md)2
-rw-r--r--src/web/api/queries/max/max.c (renamed from web/api/queries/max/max.c)0
-rw-r--r--src/web/api/queries/max/max.h (renamed from web/api/queries/max/max.h)0
-rw-r--r--src/web/api/queries/median/README.md (renamed from web/api/queries/median/README.md)2
-rw-r--r--src/web/api/queries/median/median.c (renamed from web/api/queries/median/median.c)0
-rw-r--r--src/web/api/queries/median/median.h (renamed from web/api/queries/median/median.h)0
-rw-r--r--src/web/api/queries/min/README.md (renamed from web/api/queries/min/README.md)2
-rw-r--r--src/web/api/queries/min/min.c (renamed from web/api/queries/min/min.c)0
-rw-r--r--src/web/api/queries/min/min.h (renamed from web/api/queries/min/min.h)0
-rw-r--r--src/web/api/queries/percentile/README.md (renamed from web/api/queries/percentile/README.md)2
-rw-r--r--src/web/api/queries/percentile/percentile.c (renamed from web/api/queries/percentile/percentile.c)0
-rw-r--r--src/web/api/queries/percentile/percentile.h (renamed from web/api/queries/percentile/percentile.h)0
-rw-r--r--src/web/api/queries/query.c (renamed from web/api/queries/query.c)0
-rw-r--r--src/web/api/queries/query.h (renamed from web/api/queries/query.h)0
-rw-r--r--src/web/api/queries/rrdr.c (renamed from web/api/queries/rrdr.c)0
-rw-r--r--src/web/api/queries/rrdr.h (renamed from web/api/queries/rrdr.h)0
-rw-r--r--src/web/api/queries/ses/README.md (renamed from web/api/queries/ses/README.md)2
-rw-r--r--src/web/api/queries/ses/ses.c (renamed from web/api/quer