icinga2/lib/icingadb
Noah Hilverling 0b9317a5bf IcingaDB: Remove GetObjectIdentifiersWithoutEnv()
Having the command type be a part of the command ID isn't needed anywhere. Removing this simplifies the way we generate IDs in general, because we don't need Prepend() anymore.

The command type was only needed to prevent ID collisions within the command_envvar and command_argument tables. Those tables have since been separated into {check,event,notification}command_envvar and {check,event,notification}command_argument tables.
2021-11-05 17:01:40 +01:00
..
CMakeLists.txt Fix Copyright headers 2019-11-02 14:00:24 +01:00
icingadb-objects.cpp IcingaDB: Remove GetObjectIdentifiersWithoutEnv() 2021-11-05 17:01:40 +01:00
icingadb-stats.cpp IcingaDB#GetStats(): add endpoint_id to IcingaApplication 2019-12-06 15:52:47 +01:00
icingadb-utility.cpp IcingaDB: Remove GetObjectIdentifiersWithoutEnv() 2021-11-05 17:01:40 +01:00
icingadb.cpp IcingaDB: export environment_id via API 2021-11-05 14:14:37 +01:00
icingadb.hpp IcingaDB: Remove GetObjectIdentifiersWithoutEnv() 2021-11-05 17:01:40 +01:00
icingadb.ti IcingaDB: export environment_id via API 2021-11-05 14:14:37 +01:00
redisconnection.cpp RedisConnection: remove now redundant setting of TLS verification parameters 2021-08-13 17:24:24 +02:00
redisconnection.hpp Introduce IcingaDB#connect_timeout 2021-07-27 21:59:09 +02:00