summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-04-06Remove an automatic restart of the apps.plugin (#8592)Vladimir Kobal
2020-04-06Prometheus web api connector (#8540)Vladimir Kobal
* Fix the Prometheus web API code in the exporting engine * Rename connector types * Remove the conditional compilation of the exporting engine * Use labels instead of tags * Fix the exporter configuration * Document functions * Add unit tests
2020-04-06[Package amd64 RPM] Package build process triggernetdatabot
2020-04-06[Package i386 DEB] Package build process triggernetdatabot
2020-04-06[Package amd64 DEB] Package build process triggernetdatabot
2020-04-06[ci skip] release v1.21.0v1.21.0netdatabot
2020-04-06[netdata minor release] v1.21.0James Mills
2020-04-04[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-04-04[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-04-04[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-04-04[ci skip] create nightly packages and update changelognetdatabot
2020-04-04[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-04-04[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-04-04[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-04-04[ci skip] create nightly packages and update changelognetdatabot
2020-04-04Switch to dashboard v0.4.12 (#8599)Jacek Kolasa
Disable the ACLK notifications and fix the "/default.html" route (used on the netdata demo servers).
2020-04-03[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-04-03[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-04-03[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-04-03[ci skip] create nightly packages and update changelognetdatabot
2020-04-03Change all https://app.netdata.cloud URLs to https://netdata.cloud to ↵Markos Fountoulakis
restore connectivity with netdata cloud.
2020-04-03Correctly fixed RPM package builds on Fedora. (#8595)Austin S. Hemmelgarn
* Revert "Fix broken Fedora 30/31 RPM builds (#8572)" This reverts commit 71290d9cb904e8ea08456e5c4ab24bc274e593bf. It didn't actually fix things and caused a different set of issues. * Build LWS and mosquitto with -fPIC in RPM builds. This fixeslinking errors that are currently causing RPM package build failures for Fedora 30/31.
2020-04-03fix ubuntu build with both libcap-dev and libcapng (#8596)Timo
2020-04-03Fix Coverity Defect CID-349684 (#8586)thiagoftsm
This PR brought a test before to call the function `health_add_params` to avoid memory leak.
2020-04-03Fix Coverity defects (#8579)Andrew Moss
Fix Coverity CID355287 and CID355289: technically it is a false-positive but it is easier to put a pattern in the code that they can recognise as a sanitizer. The compiler will remove it during optimization. Fix CID353973: the security condition is unlikely to occur but we can avoid it completely. Fix resource leak from CID 355286 and CID 355288. Fixing new resource leak introduced by a previous commit (CID355449)
2020-04-03Fix compiler warnings in the claiming code (#8567)Vladimir Kobal
2020-04-03Add netdata.service.* to .gitignore (#8556)Vladimir Kobal
2020-04-03cove355076: Config per section (#8588)thiagoftsm
This commit brings the possibility to search an option directly when we already have a section
2020-04-03Ensure we only enable jessie-backports for Debian 8 (jessie) once (#8593)James Mills
2020-04-03Fix Debian 8 (jessie) support (#8590)James Mills
2020-04-03[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-04-03[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-04-03[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-04-03[ci skip] create nightly packages and update changelognetdatabot
2020-04-02Fix broken Fedora 30/31 RPM builds (#8572)James Mills
2020-04-02[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-04-02[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-04-02[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-04-02[ci skip] create nightly packages and update changelognetdatabot
2020-04-01Fix regressions in cloud functionality (build, CI, claiming) (#8568)Timo
Fixes regressions in the configure script and build introduced by last night's patch (underhood). Improved the CI/CD to test ACLK builds + Installer changes (ferroin). Removed TLS from libmosquitto. Fixed a problem with user accounts for claiming. (amoss) Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud> Co-authored-by: Andrew Moss <1043609+amoss@users.noreply.github.com>
2020-04-01github/workflow: remove duplicate key (`line-length`) from the… (#8551)Ilya Mashchenko
2020-04-01Update README.md (#8552)bceylan
2020-04-01[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-04-01[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-04-01[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-04-01[ci skip] create nightly packages and update changelognetdatabot
2020-04-01Add missing override for Ubuntu eoan (#8547)James Mills
2020-03-31Extend TLS Support (#8505)thiagoftsm
* tls13: This commit brings TLS 1.3 to Netdata * tls13: Update variables on slave side * tls13: Fix compilation error for old libraries * tls13: Fix compilation error for old libraries 2 * tls13 remove ciphers * tls13: TLS versions This commit brings the missing tls versions accpeted for Netdata and it also brings documentation update related to these versions * tls13: Remove dupplication This commit removes wrong dupplication of code * tls13: Documentation This commit brings fix for the documentation * tls13: Remove magic number This commit removes the magic number to allow the code to be readable * tls13: TLS version Small adjust with TLS version * tls13: Security Init This commit removes array from the function and overwrite the magic number with a string * tls13: Remove new variable name from stream * tls13: OpenSSL versions and old key name This commit removes the new key names and also update the names used to define openssl version
2020-03-31Fix broken pipe ignoring in apps plugin (#8554)Vladimir Kobal
* Fix broken pipe ignoring in apps plugin * Use poll instead of write
2020-03-31Bail early on LWS build if cmake is not presen. (#8559)Austin S. Hemmelgarn