]> granicus.if.org Git - icinga2/shortlog
icinga2
2015-10-01 Gunnar BeutnerChange field type for ConfigObject::version to double
2015-10-01 Gunnar BeutnerOnly update version when config attributes are changed
2015-09-30 Michael FriedrichChange object version to timestamps for diff updates...
2015-09-30 Gunnar BeutnerFix formatting for floating-point values in ConfigWriter
2015-09-30 Gunnar BeutnerRemove JsonRpcConnection::m_WriteQueue
2015-09-30 Michael FriedrichConfig sync does not set endpoint syncing and plays...
2015-09-30 Michael FriedrichConfig sync shouldn't send updates for objects the...
2015-09-30 Gunnar BeutnerImprove property tree for Icinga Studio
2015-09-30 Gunnar BeutnerProperly encode URLs in Icinga Studio
2015-09-30 Gunnar BeutnerFix: /v1/objects/<type> returns an HTTP error when...
2015-09-30 Gunnar BeutnerBuild fix
2015-09-30 Gunnar BeutnerFix incorrectly escaped arguments for CreateProcess
2015-09-30 Michael FriedrichFix problem with non-existing objects in config sync...
2015-09-30 Gunnar BeutnerImprove error handling for Icinga Studio
2015-09-30 Gunnar BeutnerRename api.cpp/api.hpp to apiclient.cpp/apiclient.hpp
2015-09-30 Gunnar BeutnerImprove log messages for HTTP requests
2015-09-29 Michael FriedrichUse a temporary file for modified-attributes.conf updates
2015-09-29 Michael FriedrichRe-add missing package and stage name in configstagesha...
2015-09-29 Michael FriedrichFix deadlock in ApiClient::~ApiClient()
2015-09-29 Michael FriedrichDocs: Remove obsolete mod attr commands
2015-09-29 Michael FriedrichFix object sync for modified attributes
2015-09-29 Michael FriedrichRemove dead code from old mod attrs in the cluster
2015-09-29 Michael FriedrichRemove dead code from old modified attributes
2015-09-29 Gunnar BeutnerImprove error handling for Icinga Studio
2015-09-29 Gunnar BeutnerUpdate Icinga Studio icon
2015-09-29 Michael FriedrichDon't throw an exception when replaying the current...
2015-09-29 Michael FriedrichMake sure object list is cleared when selecting a type...
2015-09-29 Gunnar BeutnerFix deadlock in TlsStream::Close
2015-09-29 Gunnar BeutnerFix incorrect variable in Url::ParsePort
2015-09-29 Gunnar BeutnerMake Icinga Studio work with the latest API version
2015-09-29 Gunnar BeutnerFix: NULs don't work in string values
2015-09-29 Gunnar BeutnerRemove debug code
2015-09-28 Michael FriedrichFix wrong query type in modify object api request
2015-09-28 Michael FriedrichDocs: Add {api-users,app}.conf to configuring Icinga 2
2015-09-28 Michael FriedrichUpdate the api documentation
2015-09-28 Gunnar BeutnerFix null pointer dereference in StatusTargetProvider...
2015-09-28 Michael FriedrichImprove api error handling
2015-09-28 Michael FriedrichFix incorrect parameter name for status queries
2015-09-28 Gunnar BeutnerFix: PerfdataValue is not properly serialised in status...
2015-09-28 Gunnar BeutnerImplement API permissions
2015-09-28 Gunnar BeutnerFix incorrect value for IdoMysqlConnection::m_AffectedRows
2015-09-28 Gunnar BeutnerMove /v1/<type> to /v1/objects/<type>
2015-09-28 Gunnar BeutnerFix incorrect location info for validators
2015-09-27 Michael FriedrichEnsure that multiple object handler request methods...
2015-09-25 Michael FriedrichFix wrong log lag in cluster-zone check
2015-09-25 Jean-Marcel... Improve API error handling and fix some whitespace
2015-09-25 Michael FriedrichDocs: Use of same endpoint names in examples for a...
2015-09-25 Michael FriedrichUse localhost:5665 in all api examples
2015-09-25 Michael FriedrichDocs: Cluster naming convention for clients, troublesho...
2015-09-25 Jean-Marcel... Update docs
2015-09-24 Michael FriedrichDocs: Fix typo
2015-09-24 Jean-Marcel... Update docs: check_memory
2015-09-24 Jean-Marcel... Rename statusqueryhandler to objectqueryhandler
2015-09-24 Jean-Marcel... Move /status/Collection to /status
2015-09-24 Michael FriedrichDB IDO: Fix modified custom attribute update query...
2015-09-24 Gunnar BeutnerUpdate AUTHORS
2015-09-24 Hendrik RöderUse SIDs for setting permissions on $INSTDIR
2015-09-24 Gunnar BeutnerFix incorrect error messages for apply-for
2015-09-23 Michael FriedrichAdd icinga, cluster, cluster-zone check information...
2015-09-23 Jean-Marcel... Implement status api handler
2015-09-23 Gunnar BeutnerFix parser error when using new-lines in dictionaries
2015-09-23 Michael FriedrichImplement global modified attributes for the IcingaAppl...
2015-09-23 Michael FriedrichFix persisting and restoring modified attributes for...
2015-09-23 Gunnar BeutnerRemove unnecessary check in Value::IsObject
2015-09-23 Gunnar BeutnerRemove unnecessary MakeLiteral calls in SetExpression...
2015-09-23 Gunnar BeutnerFix crash in i2_eval
2015-09-23 Gunnar BeutnerDetect infinite recursion in user scripts
2015-09-23 Gunnar BeutnerImplement the Array#reverse and String#reverse methods
2015-09-23 Gunnar BeutnerMake ConfigObject::{Get,Set}Field() methods public
2015-09-22 Gunnar BeutnerFix: null + null should not be ""
2015-09-22 Gunnar BeutnerAdd missing handler for OnActiveChanged
2015-09-22 Gunnar BeutnerUpdate objects.cache when config is changed
2015-09-22 Gunnar BeutnerFix: String methods cannot be invoked on an empty string
2015-09-22 Gunnar BeutnerImplement joins for status queries
2015-09-21 Jean-Marcel... Doccument permission problems with check_updates.exe
2015-09-21 Gunnar BeutnerBuild fix for Icinga Studio
2015-09-21 Gunnar BeutnerUpdate documentation
2015-09-18 Michael FriedrichImplement support for restoring modified attributes
2015-09-18 Michael FriedrichFix a couple of wrong white spaces
2015-09-18 Michael FriedrichOnly sync objects actually belonging to a cluster zone
2015-09-18 Michael FriedrichSync cluster config before replaying the logs
2015-09-17 Michael FriedrichDocs: Add a chapter on cluster config sync for the API
2015-09-17 Michael FriedrichAdd zone attribute influencing cluster config sync...
2015-09-17 Michael FriedrichPrevent object deletion on shutdown when checking ...
2015-09-17 Michael FriedrichImplement initial api object sync for newly connected...
2015-09-17 Michael FriedrichUpdate DB IDO on changed object version (create, update...
2015-09-17 Michael FriedrichConfig Sync: Properly modify attributes and object...
2015-09-17 Michael FriedrichImplement deleting api created objects in the cluster
2015-09-17 Michael FriedrichImplement object config sync permissions and modified...
2015-09-17 Gunnar BeutnerImplement config object sync
2015-09-16 Jean-Marcel... Add repeat_key=true to check_disk.exe -p
2015-09-16 Michael FriedrichUpdate graphing section in the docs
2015-09-15 Tobias von... Add timestamp support for OpenTSDB
2015-09-14 Michael FriedrichUpdate debug docs for core dumps and full backtraces
2015-09-14 Michael FriedrichDeprecate IcingaStatusWriter feature
2015-09-12 Michael FriedrichFix string escaping in hpasm argument description
2015-09-12 Lennart BetzITL: add check command for check_hpasm
2015-09-12 Lennart BetzITL: add check_command nwc_health
2015-09-12 Lennart BetzAdd missing options to check command dig
2015-09-12 Lennart Betzadd check command for plugin check_pgsql
next