Skip to content
Permalink
master

Commits on Jan 5, 2022

  1. [ci skip] create nightly packages and update changelog

    netdatabot authored and Travis CI User committed Jan 5, 2022

Commits on Jan 4, 2022

  1. Remove Ubuntu 21.04 from CI and packaging. (#11851)

    It officially goes EOL on 2022-01-01.
    Ferroin committed Jan 4, 2022
  2. Optimize rx msg name resolution (#11811)

    * optimize rx msg name resolution
    underhood committed Jan 4, 2022
  3. Removes ACLK Legacy (#11841)

    * remove legacy from makefiles
    * remove ACLK Legacy from installer
    * remove ACLK Legacy from configure.ac
    * remove legacy from cmake
    * aclk api cleanup
    * remove legacy files from packaging
    * changes for CI from Austin
    underhood committed Jan 4, 2022

Commits on Dec 31, 2021

  1. [ci skip] create nightly packages and update changelog

    netdatabot authored and Travis CI User committed Dec 31, 2021
  2. Update dashboard to version v2.20.15. (#11934)

    Co-authored-by: netdatabot <netdatabot@users.noreply.github.com>
    netdatabot committed Dec 31, 2021

Commits on Dec 22, 2021

  1. [ci skip] create nightly packages and update changelog

    netdatabot authored and Travis CI User committed Dec 22, 2021
  2. Improve PagerDuty notification doc (#11147)

    Co-authored-by: ilyam8 <ilya@netdata.cloud>
    joelhans and ilyam8 committed Dec 22, 2021
  3. Spelling (#10976)

    Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
    Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
    Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
    3 people committed Dec 22, 2021
  4. Provide runtime ml info from a new endpoint. (#11886)

    * Provide runtime ml info from a new endpoint.
    
    * Add hosts & charts to skip from ML in the /info endpoint.
    
    This information belongs in /info, and not in /ml-info, because the
    value of these variables can not change at the agent's runtime.
    
    * Use strdupz instead of strdup.
    vkalintiris committed Dec 22, 2021
  5. Send ML feature information with UpdateNodeInfo. (#11913)

    * Send ML feature information with UpdateNodeInfo.
    
    We achieve this by adding the `ml_{capable,enabled}` fields in
    `system_info`. When streaming, these fields allow a parent to understand if
    the child has ML and if it runs ML for itself.
    
    The UpdateNodeInfo includes this information about a child, plus a
    boolean that is set to true when the parent runs ML for the child.
    
    * Fix unit test and building with --disable-ml.
    
    * Refactoring to use the new MachineLearningInfo message
    
    * Update aclk-schemas repository to include latest ML info message.
    vkalintiris committed Dec 22, 2021

Commits on Dec 21, 2021

  1. [ci skip] create nightly packages and update changelog

    netdatabot authored and Travis CI User committed Dec 21, 2021
  2. Fix claim node examples in kickstart(-64) documentation (#11242)

    Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
    cmd-ntrf and ilyam8 committed Dec 21, 2021

Commits on Dec 20, 2021

  1. [ci skip] create nightly packages and update changelog

    netdatabot authored and Travis CI User committed Dec 20, 2021
  2. Fix title of exporting reference doc (#11252)

    * Fix title of exporting reference doc
    
    * Align titles
    joelhans committed Dec 20, 2021
  3. add note with link to guide for using on Pi (#11605)

    * add note with link to guide for using on Pi
    
    * Update collectors/python.d.plugin/anomalies/README.md
    
    Co-authored-by: DShreve2 <david@netdata.cloud>
    
    Co-authored-by: DShreve2 <david@netdata.cloud>
    andrewm4894 and DShreve2 committed Dec 20, 2021
  4. Fix slight errors (#11902)

    ardabbour committed Dec 20, 2021

Commits on Dec 17, 2021

  1. [ci skip] create nightly packages and update changelog

    netdatabot authored and Travis CI User committed Dec 17, 2021
  2. Fix the code that checks for available updates. (#11870)

    * Make update availability check it0s own function.
    
    And use it to check for updates for static builds too.
    
    * Update existing version detection logic to be far more robust.
    
    This brings it into consistency with the existing install detection code
    in the new kickstart script, which correctly handles almost all cases of
    existing installs.
    
    * Fix typo.
    
    * Assorted fixes.
    
    * Apply suggestions from code review
    
    Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
    
    Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
    Ferroin and ilyam8 committed Dec 17, 2021

Commits on Dec 15, 2021

  1. [ci skip] create nightly packages and update changelog

    netdatabot authored and Travis CI User committed Dec 15, 2021
  2. Don’t verify optional dependencies in build test environments in CI. (#…

    …11910)
    
    This makes the CI jobs less sensitive to external packaging stupidity
    (like openSUSE making systemd a mandatory dependency of the `sensors`
    package).
    Ferroin committed Dec 15, 2021
Older