vkalintiris
777b7ac531
Remove config macros that are always set. ( #16994 )
2024-02-12 13:27:10 +02:00
Tasos Katsoulas
94f533f758
Use changed files in check-files workflow ( #16993 )
...
We hit a limit when too many files were changing. Most commonly the case will be moving too many files that's why we amend this.
---------
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-02-12 11:59:32 +02:00
netdatabot
d3c22fe5be
[ci skip] Update changelog and version for nightly build: v1.44.0-358-nightly.
2024-02-12 00:15:55 +00:00
Stelios Fragkakis
128ba9501d
Detect machine GUID change ( #16979 )
...
Detect machine guid change
2024-02-11 21:30:35 +02:00
netdatabot
ef48d380a1
[ci skip] Update changelog and version for nightly build: v1.44.0-356-nightly.
2024-02-11 00:17:06 +00:00
Costa Tsaousis
b1bfa13d40
updated message ids for systemd and dbus ( #16987 )
2024-02-10 23:13:00 +02:00
Tasos Katsoulas
29c1b548b6
Update input skip patterns ( #16984 )
...
* Fix minor typo:
- job name will be file-check in any workflow
- file-check job has a step which is check-file
* Print any modified files
* Change glob patterns for all source files (*.c, *.h etc). With the previous approach they only matched the root folder
---------
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2024-02-10 20:43:44 +02:00
pschaer
3f59438c20
Update synology.md ( #16980 )
2024-02-10 18:35:01 +02:00
Tasos Katsoulas
4c0e97b52f
Update input paths for tj-actions/changed-files ( #16982 )
...
* Dir input pattern dont require globstar
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
* Make sure that the ignored_files are honored first
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
---------
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
2024-02-10 17:04:32 +02:00
netdatabot
dfdc26a53a
[ci skip] Update changelog and version for nightly build: v1.44.0-351-nightly.
2024-02-10 00:15:22 +00:00
Austin S. Hemmelgarn
63f53de380
Use C++14 by default when building on systems that support it. ( #16972 )
...
This is needed to properly support the latest versions of Protobuf.
2024-02-09 06:51:41 -05:00
netdatabot
dd11815cd9
[ci skip] Update changelog and version for nightly build: v1.44.0-349-nightly.
2024-02-09 00:15:50 +00:00
Netdata bot
cd7ea9ee0e
Regenerate integrations.js ( #16974 )
...
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
2024-02-08 19:21:43 +02:00
Ilya Mashchenko
8cc28e8be8
change edac ecc errors from incremental to absolute ( #16970 )
2024-02-08 19:06:31 +02:00
Netdata bot
2f15252b65
Regenerate integrations.js ( #16955 )
...
Co-authored-by: stelfrag <52996999+stelfrag@users.noreply.github.com>
2024-02-08 12:13:06 +02:00
Ilya Mashchenko
d8ca6d19ee
update go.d.plugin version to v0.58.1 ( #16968 )
2024-02-08 11:52:20 +02:00
Ilya Mashchenko
3df554b844
fix move collectors to src/ leftovers ( #16967 )
2024-02-08 11:40:14 +02:00
Fotis Voutsas
47c5efa256
necessary changes for integrations to work after moving collectors/ i… ( #16966 )
2024-02-08 11:22:51 +02:00
vkalintiris
e0ec10411b
Move collectors/ under src/ ( #16965 )
2024-02-08 11:06:35 +02:00
Stelios Fragkakis
e9760b43f5
Improve agent shutdown ( #16959 )
...
* Clear detection thread on stop
Handle multi db close
* cancel_threads should be called once
2024-02-08 09:43:18 +02:00
netdatabot
2e1ee5f821
[ci skip] Update changelog and version for nightly build: v1.44.0-340-nightly.
2024-02-08 00:15:20 +00:00
Costa Tsaousis
1630de6eae
DYNCFG: support test on new jobs ( #16958 )
...
support test on new jobs
2024-02-07 15:27:14 +02:00
Costa Tsaousis
2e8ddaa56c
network-viewer: aggregated view improvements ( #16960 )
...
aggregated view improvements
2024-02-07 15:26:05 +02:00
Aliki92
5bfbf21170
Updated txt - Prometheus section README.md ( #16957 )
2024-02-07 10:17:59 +02:00
Fotis Voutsas
9e31437e84
Fix path in health integrations ( #16956 )
...
fix path
2024-02-07 09:49:57 +02:00
vkalintiris
8c736bb135
Move health/ under src/ ( #16954 )
...
* Move health/ under src/
* Update references to health paths.
```
find . -type f -exec sed -i 's:master/exporting:master/src/exporting:g' {} \;
```
* Update .git{,hub} refs to health.
2024-02-07 02:24:47 +02:00
netdatabot
3133f03a10
[ci skip] Update changelog and version for nightly build: v1.44.0-334-nightly.
2024-02-07 00:15:23 +00:00
vkalintiris
b0bbaff33d
Remove tags field from RRD hosts. ( #16894 )
...
* Remove tags field from RRD hosts.
My understanding is that this field has been
deprecated in favour of RRD labels.
* Remove unused config
2024-02-06 22:48:48 +02:00
vkalintiris
c7f60b1788
Do not declare struct meant for internal usage ( #16951 )
2024-02-06 22:00:13 +02:00
Stelios Fragkakis
1aa658f3de
Remove cleanup_destroyed_dictionaries call during shutdown ( #16944 )
...
Remove cleanup_destroyed_dictionaries
2024-02-06 21:53:33 +02:00
Tasos Katsoulas
a3a3982c02
fix linking of a markdown file ( #16952 )
...
Update README.md
2024-02-06 19:44:59 +02:00
Costa Tsaousis
c90758f97f
Update README.md
2024-02-06 19:06:48 +02:00
vkalintiris
2544e0a800
Update codeowners and cleanup .gitignore ( #16946 )
2024-02-06 18:34:57 +02:00
Costa Tsaousis
9758ade402
Update README.md
2024-02-06 18:28:48 +02:00
Costa Tsaousis
6ad9d86d6c
fix wrong sizeof ( #16950 )
...
* fix wrong sizeof - it is the same size, but for accuracy it should be fixed
* made the direction sticky
2024-02-06 18:18:29 +02:00
Costa Tsaousis
a7b0ee58be
Update README.md
2024-02-06 18:01:30 +02:00
Austin S. Hemmelgarn
9dec08180c
Assorted cleanup of native packaging code. ( #16640 )
...
* Assorted cleanup of DEB packaging code.
* Assorted cleanup of the RPM spec file.
* DEB package fixes.
2024-02-06 09:29:57 -05:00
Costa Tsaousis
ae07ffe7b7
enable network-viewer aggregated views ( #16940 )
2024-02-06 16:28:24 +02:00
Ilya Mashchenko
5f841c1cc8
update bundled UI to v6.85.0 ( #16948 )
2024-02-06 16:28:08 +02:00
vkalintiris
70246b7965
Move daemon/ under src/ ( #16933 )
2024-02-06 15:32:15 +02:00
Ilya Mashchenko
65579feafe
respect NETDATA_LOG_LEVEL if set ( #16943 )
2024-02-06 13:14:56 +02:00
Tasos Katsoulas
4e8719c88d
Update CODEOWNERS ( #16907 )
...
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-02-06 13:14:45 +02:00
thiagoftsm
4d4459e878
Update documentation (Replication DB) ( #16816 )
...
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2024-02-06 11:42:08 +02:00
netdatabot
fc1396bccd
[ci skip] Update changelog and version for nightly build: v1.44.0-317-nightly.
2024-02-06 00:15:38 +00:00
Ilya Mashchenko
20a476098b
fix charts.d.plugin configuration directory names ( #16939 )
2024-02-05 19:31:07 +02:00
Ilya Mashchenko
85b274833b
respect log level for all sources ( #16922 )
2024-02-05 18:38:31 +02:00
Stelios Fragkakis
8920bcbfc1
Check for agent already running ( #16937 )
...
* Check for server socket listen setup and exit normally instead of fatal()
Move ML initialization until after socket listen is successful
* Switch to error level
2024-02-05 18:14:51 +02:00
Stelios Fragkakis
5818ff0dc1
Remove duplicate check ( #16936 )
2024-02-05 17:49:44 +02:00
Austin S. Hemmelgarn
0a6b7315a5
Drop ESLint CI jobs and config. ( #16935 )
...
We don’t actually use it for anything, as all of the JS code is being
developed outside of the repo.
2024-02-05 09:29:44 -05:00
Stelios Fragkakis
be23c6a070
Make sure the duration is not negative ( #16931 )
2024-02-05 14:55:15 +02:00