aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/env.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* wait until we get config before hooking signalsArne Juul2023-01-201-0/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* make it easy to turn on debugging for sentinel componentsArne Juul2021-06-131-1/+1
* must check for model config updates in boot() alsoArne Juul2021-06-111-0/+1
* cleanup and add lockArne Juul2021-06-111-2/+1
* keep naming conventionArne Juul2021-06-111-5/+5
* add separate config subscriber for modelArne Juul2021-06-111-3/+8
* minor fixups after reviewArne Juul2021-06-071-0/+1
* simplify after reviewArne Juul2021-06-071-44/+24
* minor fixes for detail loggingArne Juul2021-06-041-8/+4
* actually wait for connectivity OKArne Juul2021-06-041-58/+58
* also accept FRTE_RPC_WRONG_RETURN as "unavailable"Arne Juul2021-06-021-2/+2
* cleanupArne Juul2021-06-021-10/+29
* ask for reverse connectivity check in OutwardCheckArne Juul2021-06-021-35/+12
* perform outward connectivity checkArne Juul2021-06-021-19/+72
* Merge pull request #18047 from vespa-engine/arnej/separate-subscribe-for-mode...Arne H Juul2021-06-011-1/+21
|\
| * add fetch of model config as a separate stepArne Juul2021-06-011-1/+21
* | refactor and cleanupArne Juul2021-05-311-0/+5
|/
* just assert for configurationArne Juul2021-05-281-5/+3
* remove historical, unused environment variableArne Juul2021-05-281-4/+0
* add environment class that can live outside managerArne Juul2021-05-271-0/+84