0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-12 20:52:11 +00:00
Commit graph

6 commits

Author SHA1 Message Date
vkalintiris
b8cd2bdc50
Remove unecessary relative paths when including headers. ()
Currently, we add the repository's top-level dir in the compiler's
header search path. This means that code in every top-level directory
within the repo can include headers sibling top-level directories.

This patch makes header inclusion consistent when it comes to files
that are included from sibling top-level directories within the repo.
2021-05-24 17:44:50 +03:00
Stelios Fragkakis
ece7c8df64
Add functionality to store node_id for a host () 2021-04-29 23:02:12 +03:00
Stelios Fragkakis
076822eb88
Persist claim ids in local database for parent and children () 2021-04-22 09:38:49 +03:00
Stelios Fragkakis
65bc43d9cb
Add data query support for archived charts () 2021-03-22 09:47:22 +02:00
Stelios Fragkakis
fddcb83ee9
Add the ability to store chart labels in the database () 2021-03-09 12:44:37 +02:00
Stelios Fragkakis
e9d59e37d9
Migrate metadata log to SQLite () 2020-11-24 20:00:02 +02:00