icinga2/lib
Alexander A. Klimov 02df94a46a Repair DSL Namespace values being constant broken in #9627
master before #9627 (a0286e9c6):

<1> => namespace n { x = 42; x = 42 }
                             ^^^^^^
Constant must not be modified.
<2> =>

HEAD of #9627 (24b57f0d3):

<1> => namespace n { x = 42; x = 42 }
null
<2> =>
2023-02-10 15:43:01 +01:00
..
base Repair DSL Namespace values being constant broken in #9627 2023-02-10 15:43:01 +01:00
checker CheckerComponent#CheckThreadProc(): also propagate next check update to Icinga DB 2023-02-01 16:25:56 +01:00
cli Merge pull request #9466 from Icinga/flush-temp-files 2023-02-02 16:29:11 +01:00
compat Deduplicate and stabilize fragile filesystem transactions 2023-01-27 12:03:56 +01:00
config Merge pull request #9466 from Icinga/flush-temp-files 2023-02-02 16:29:11 +01:00
db_ido Initialize namespaces without using `overrideFrozen` 2023-01-19 09:53:36 +01:00
db_ido_mysql CONTEXT: use << everywhere to unify usages 2022-11-30 11:06:51 +01:00
db_ido_pgsql CONTEXT: use << everywhere to unify usages 2022-11-30 11:06:51 +01:00
icinga Merge pull request #9466 from Icinga/flush-temp-files 2023-02-02 16:29:11 +01:00
icingadb Simplify NamespaceValue class hierarchy to one struct without member functions 2023-01-19 17:55:11 +01:00
livestatus Merge pull request #8601 from Icinga/feature/replace-std-boost-bind-with-lambdas-7006 2021-03-18 17:56:13 +01:00
methods Merge pull request #8595 from Icinga/bugfix/cluster-zone-own-zone-8570 2023-01-17 17:26:14 +01:00
mysql_shim IDO MySQL: explicitly use latin1 2022-03-31 15:04:45 +02:00
notification Merge pull request #9123 from Icinga/bugfix/icinga2-crashes-when-sending-notifications-8186 2022-01-19 11:48:40 +01:00
perfdata Merge pull request #9599 from Icinga/influx-ns 2023-01-26 17:44:50 +01:00
pgsql_shim Replace Copyright header with a short version, part II 2019-02-25 15:09:36 +01:00
remote Merge pull request #9466 from Icinga/flush-temp-files 2023-02-02 16:29:11 +01:00
CMakeLists.txt Rename ICINGA2_WITH_REDIS to ICINGA2_WITH_ICINGADB 2019-11-02 14:00:24 +01:00