]> granicus.if.org Git - icinga2/history - lib/db_ido/servicedbobject.cpp
Use legacy attribute getters in interfaces.
[icinga2] / lib / db_ido / servicedbobject.cpp
2014-04-17 Michael FriedrichUse legacy attribute getters in interfaces.
2014-04-16 Michael FriedrichMerge branch 'feature/cv-mod-attr-5956' into next
2014-04-16 Michael FriedrichAdd modified attributes for vars dictionary.
2014-04-08 Gunnar BeutnerUpdate components to use the new address fields.
2014-04-04 Gunnar BeutnerImplement host checks.
2014-04-03 Michael FriedrichMerge 'macros' and 'custom' attributes into 'vars'...
2014-03-21 Michael FriedrichRevert "DB IDO: Add check_source_object_id reference...
2014-03-20 Michael FriedrichMerge branch 'feature/db-endpoints-5636' into next
2014-03-20 Michael FriedrichDB IDO: Add check_source_object_id reference to endpoin...
2014-03-20 Michael FriedrichDB IDO: Add status/history references from local node...
2014-03-20 Michael FriedrichRevert "DB IDO: Add endpoint id to history tables,...
2014-03-20 Michael FriedrichDB IDO: Add endpoint id to history tables, part 1.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-08 Michael FriedrichDB IDO: Drop obsolete icinga_node column.
2014-02-07 Michael FriedrichAdd check source to external commands / check result...
2014-02-06 Michael FriedrichMerge branch 'feature/ido-hist-node-5470' into next
2014-02-06 Michael FriedrichDB IDO: Add icinga_node to *history tables.
2014-02-06 Michael FriedrichDB IDO: Add check_source to statehistory table.
2014-01-29 Michael FriedrichDB IDO: Implement notification object insert id cache.
2014-01-28 Michael FriedrichDB IDO: Fix the way notification_id is handled.
2014-01-28 Michael FriedrichDB IDO: Refactor notification signal handling.
2014-01-23 Michael FriedrichDB IDO: Fix wrong timestamp in column expiration_time.
2014-01-21 Michael FriedrichCompatUtility: Fix broken custom variable dump.
2014-01-16 Johannes MeyerFix that the service_object_id is not correctly set...
2014-01-09 Michael FriedrichFix formatting of execution_time, latency.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-13 Michael FriedrichRefactor CompatUtility::* for DB IDO, Livestatus, Statu...
2013-12-09 Michael FriedrichFix missing comment_data column in downtime tables.
2013-12-09 Gunnar BeutnerFix deadlock in ServiceDbConnect::Add{Comments,Downtimes}.
2013-12-09 Gunnar BeutnerFix duplicate IDs in queries for comments/downtimes.
2013-12-09 Gunnar BeutnerFix incorrect value for the triggered_by_id column.
2013-12-02 Gunnar BeutnerMerge branch 'feature/ido-performance-5246' into next
2013-12-02 Gunnar BeutnerAvoid unnecessary copies when iterating over dictionaries.
2013-11-28 Gunnar BeutnerMerge branch 'feature/fix-ido-queries-5235' into next
2013-11-28 Gunnar BeutnerRemove unnecessary host config update.
2013-11-21 Gunnar BeutnerImprove latency after start-up.
2013-11-21 Gunnar BeutnerRemove redundant checks.
2013-11-19 Michael FriedrichMerge branch 'feature/migrate-objcache-5104' into next
2013-11-19 Michael FriedrichMerge branch 'fix/migration-parsing-5099' into next
2013-11-19 Gunnar BeutnerFix another broken IDO query.
2013-11-19 Gunnar BeutnerFix incorrect IDO queries.
2013-11-12 Gunnar BeutnerMerge remote-tracking branch 'origin/feature/release...
2013-11-11 Michael FriedrichFix CompatUtility::{ConvertTimestamp,GetCheckResultOutp...
2013-11-09 Gunnar BeutnerMerge branch 'feature/checkresult-5039' into next
2013-11-09 Gunnar BeutnerImplement class for service downtimes.
2013-11-09 Gunnar BeutnerImplement class for service comments.
2013-11-09 Gunnar BeutnerReplace check result dictionaries with a class.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerUse anonymous namespaces for INITIALIZE_ONCE().
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-10-31 Michael FriedrichMerge branch 'fix/compat-util-4735' into next
2013-10-31 Michael FriedrichCompatUtility: Use functionality in compat/ido/livestatus.
2013-10-30 Gunnar BeutnerMerge branch 'feature/ido-options-4782' into next
2013-10-30 Gunnar BeutnerImplement DbQuery::Category field.
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-10-16 Michael Friedrichdb_ido: Fix modified_{host,service}_attributes columns.
2013-10-16 Gunnar Beutnerido: Add modified_attributes.
2013-10-10 Gunnar BeutnerMore Win64 build fixes.
2013-10-10 Gunnar BeutnerWindows build fix.
2013-10-03 Michael Friedrichdb_ido: Add object_id for logentries.
2013-10-02 Michael Friedrichcompat: Add more host attributes, refactor contacts...
2013-10-01 Michael Friedrichdb_ido: Add missing instance_id.
2013-10-01 Michael Friedrichdb_ido: Add {host,service}_{contacts,contactgroups}.
2013-10-01 Michael Friedrichdb_ido: Add contactnotifications.
2013-10-01 Michael Friedrichdb_ido: Add eventhandlers.
2013-09-30 Michael Friedrichcompatutility: Add MapExternalCommandType() used in...
2013-09-30 Michael Friedrichdb_ido: Add externalcommands.
2013-09-30 Michael Friedrichdb_ido: Add {host,service}checks.
2013-09-30 Michael Friedrichdb_ido: Add flappinghistory.
2013-09-26 Michael Friedrichdb_ido: Add check_source.
2013-09-25 Michael Friedrichdb_ido: Add logentries.
2013-09-25 Michael Friedrichdb_ido: Remove obsolete code.
2013-09-25 Michael Friedrichdb_ido: Add statehistory.
2013-09-25 Michael Friedrichdb_ido: Refactor historical comments/downtimes.
2013-09-25 Michael Friedrichdb_ido: Fix log string.
2013-09-25 Michael FriedrichFix unused parameter, missing initialization.
2013-09-25 Gunnar BeutnerRemove unused parameter.
2013-09-25 Gunnar BeutnerBuild fix.
2013-09-25 IcingaRename IDO libraries.