summaryrefslogtreecommitdiffstats
path: root/database
AgeCommit message (Expand)Author
2022-07-19removed non-fatal fatalsCosta Tsaousis
2022-07-19fixed non-retention updates not propagated upstreamCosta Tsaousis
2022-07-19Fix pointer binding for host / chart uuidsStelios Fragkakis
2022-07-18added filtering options to /api/v1/contexts and /api/v1/contextCosta Tsaousis
2022-07-18fixed codacy suggestionsCosta Tsaousis
2022-07-18Mark entries for charts and dimensions as submitted to the cloud 3600 seconds...Stelios Fragkakis
2022-07-18fixed leak when dimensions and charts are redefinedCosta Tsaousis
2022-07-18fixed memory leak on rrdlabels not freed on rrdinstancesCosta Tsaousis
2022-07-18fixed memory leak on rrdcontexts - it was not freeing all dictionaries in rrd...Costa Tsaousis
2022-07-18Properly unlock contextStelios Fragkakis
2022-07-18Rewrite condition to address CODACY report (Redundant condition: t->filter_ca...Stelios Fragkakis
2022-07-18Check if we reached the version we want first (address CODACY report re: Arra...Stelios Fragkakis
2022-07-18empty values set to "[none]"; fix labels unit test to reflect thatCosta Tsaousis
2022-07-18Improve sqlite metadata version migration checkStelios Fragkakis
2022-07-18Fix to handle host constrains betterStelios Fragkakis
2022-07-18Use the localhost claim idStelios Fragkakis
2022-07-16dont show uuids by default, added option to enable them; response is now acce...Costa Tsaousis
2022-07-16allow merging of families down to [x]Costa Tsaousis
2022-07-15always add the labelsCosta Tsaousis
2022-07-15added permanent labels to all charts about plugin, module and family; added l...Costa Tsaousis
2022-07-15lock the context while rendering jsonCosta Tsaousis
2022-07-15new capabilitiesTimo
2022-07-15host->node_id may not be availableCosta Tsaousis
2022-07-15Add constrains to the host tableStelios Fragkakis
2022-07-15added option "deepscan" to the API to have the server refresh the retention a...Costa Tsaousis
2022-07-15return current time on currently collected contexts, charts and dimensionsCosta Tsaousis
2022-07-15final cleanup and renaming of global variablesCosta Tsaousis
2022-07-15disabled debugging; rrdcontext enabled by defaultCosta Tsaousis
2022-07-15full contexts API; updated swaggerCosta Tsaousis
2022-07-14first implementation of /api/v1/contextsCosta Tsaousis
2022-07-14propagate live-retention flag upstream; cleanup all update reasons; updated i...Costa Tsaousis
2022-07-14Simplify ctx get chart list queryStelios Fragkakis
2022-07-14is_get_claimed is actually get the current claim idStelios Fragkakis
2022-07-14Make sure claim id is validStelios Fragkakis
2022-07-14Hold additional information for host -- prepare to load archived hosts on sta...Stelios Fragkakis
2022-07-14Fix spelling in VACCUMStelios Fragkakis
2022-07-14Error checking for null host idStelios Fragkakis
2022-07-14Log deleted context when compiled with NETDATA_INTERNAL_CHECKSStelios Fragkakis
2022-07-14Add NULL checks for passed parametersStelios Fragkakis
2022-07-14Use UUID_STR_LEN instead of GUID_LEN + 1Stelios Fragkakis
2022-07-14Added not NULL in database columnsStelios Fragkakis
2022-07-14proper garbage collection - a lot faster retention recalculationCosta Tsaousis
2022-07-14remove deadlockCosta Tsaousis
2022-07-14fix db rotation and garbage collection timingsCosta Tsaousis
2022-07-14strict policy to cleanup and garbage collectorCosta Tsaousis
2022-07-14prevent crash on charts cleanupCosta Tsaousis
2022-07-13fix collected flags for queued itemsCosta Tsaousis
2022-07-13fix log about last_time_tCosta Tsaousis
2022-07-13Add hard code for CTXStelios Fragkakis
2022-07-13enable ctx in communicationCosta Tsaousis