summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-02-14[ci skip] release v1.33.1v1.33.1developnetdatabot
2022-02-14[netdata patch release] 1.33.1Marius Manea
2022-02-14docs: rename kickstart install badges units (#12131)Ilya Mashchenko
2022-02-14update github template chooser (#12125)Ilya Mashchenko
2022-02-12[ci skip] create nightly packages and update changelognetdatabot
2022-02-12Update syntax for Caddy v2 (#12092)Mohammed Al Sahaf
2022-02-11add feature request form (#12119)Ilya Mashchenko
2022-02-11Update dashboard to version v2.20.18. (#12117)Netdata bot
Co-authored-by: netdatabot <netdatabot@users.noreply.github.com>
2022-02-11Decouple the instal detection code from the handling code for existing ↵Austin S. Hemmelgarn
installs. (#12110) This will allow easy reuse in the future for things like the upcoming `--uninstall` option.
2022-02-11Adds legacy protocol deprecation banner to agent log (#12065)Timotej S
* Add legacy protocol deprecation banner to agent log
2022-02-11[ci skip] create nightly packages and update changelognetdatabot
2022-02-10Docs: Fix paths to install boxes (#12109)Tina Luedtke
* Updated doc to match the new component name * Updated filepaths to match learn repo
2022-02-10Add proper support for Oracle Linux native packages to installer. (#12101)Austin S. Hemmelgarn
They got missed somehow in the initial implementation.
2022-02-10Fix handling of OracleLinux repoconfig packages. (#12100)Austin S. Hemmelgarn
2022-02-10Update repoconfig package build workflow to run on PRs and pushes. (#12102)Austin S. Hemmelgarn
This way we get proper confirmation that changes to these packages build properly, and they get automatically deployed when updates are pushed.
2022-02-10Properly handle non-interactive installs as non-root users. (#12089)Austin S. Hemmelgarn
THis ensures that `sudo` and `doas` properly fail when we are running non-interactively if they would require the user to input a password.
2022-02-10Add info about installer interactivity to anonymous installer telemetry ↵Austin S. Hemmelgarn
events. (#12088) This simply adds a property to he events indicating whether they came from an interactive or non-interactive run, which will allow for better handling of some of the other data in the events.
2022-02-10Updated doc to match the new component name (#12106)Tina Luedtke
2022-02-10[ci skip] create nightly packages and update changelognetdatabot
2022-02-09remove aclk legacy information (#12103)Timotej S
2022-02-09[ci skip] create nightly packages and update changelognetdatabot
2022-02-08Disable hashes for charts and alerts if openssl is not available or cloud is ↵Emmanuel Vasilakis
disabled (#12071) * disable hashes for charts and alerts if openssl is not available * create hashes if disable_cloud has not been defined and https has been defined
2022-02-08update scripts for POSIX compatibility (#11961)maneamarius
2022-02-08Update ml/ code owners. (#12094)vkalintiris
2022-02-08Added interactive kickstart scripts where possible (#12098)Tina Luedtke
2022-02-08[ci skip] create nightly packages and update changelognetdatabot
2022-02-07Bump google-github-actions/setup-gcloud from 0.4.0 to 0.5.0 (#12093)dependabot[bot]
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07Make a lack of an os-release file non-fatal on install. (#12087)Austin S. Hemmelgarn
Instead just skip trying native packages and fall back properly to static builds or local builds. This was the intended behavior originally, it just never got implemented properly.
2022-02-07add existing OS dependencies and add fedora/rockylinux scripts (#11963)maneamarius
2022-02-05[ci skip] create nightly packages and update changelognetdatabot
2022-02-04docs: add a note that the "Install Netdata on Synology" is maintained by ↵Ilya Mashchenko
community (#12086)
2022-02-04Add support for native rocky install (#12081)maneamarius
2022-02-04disable_ebpf_socket: Disable thread while race condition is fixed (#12085)thiagoftsm
2022-02-04[ci skip] create nightly packages and update changelognetdatabot
2022-02-03Remove mention of libJudy in installation documentation for macOS (#12080)Vladimir Kobal
2022-02-03docs: improve "Docker container names resolution" section (#12079)Ilya Mashchenko
2022-02-03[ci skip] create nightly packages and update changelognetdatabot
2022-02-02Docs install cleanup (#12057)Tina Luedtke
* Extensively reworked MacOS installation page. * Removing outdated information * Updated more instances of the old kickstart script * Update kickstart command with tmp directories * amend command to avoid merge conflict * Removed reviewers note
2022-02-02fix runtime reclaim (aclk_kill_link) reconnect loop (#12074)Timotej S
2022-02-02Fix compilation errors for OpenSSL on macOS (#12048)Vladimir Kobal
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-02-02Updated formatting issues and copy (#11944)Tina Luedtke
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-02-02[ci skip] create nightly packages and update changelognetdatabot
2022-02-01Replace CentOS 8 with RockyLinux 8 in CI and package builds. (#11801)Austin S. Hemmelgarn
* Switch to using Rocky Linux 8 for RHEL 8 package builds. * Switch to RockyLinux 8 for RHEL 8-equivalent CI tests. * Fix handling of Rocky Linux.
2022-02-01[ci skip] create nightly packages and update changelognetdatabot
2022-01-31fix typo, tidy up sentence (#12062)Pete Cooper
2022-01-29[ci skip] create nightly packages and update changelognetdatabot
2022-01-28Fix handling of non-x86 static builds in updater. (#12055)Austin S. Hemmelgarn
2022-01-28Update dashboard to version v2.20.16. (#12052)Netdata bot
Co-authored-by: netdatabot <netdatabot@users.noreply.github.com>
2022-01-28[Stream Compression] - Bug fix #12043 - lz4.h compilation error - compile ↵odynik
from source (#12049)
2022-01-28[ci skip] create nightly packages and update changelognetdatabot