]> granicus.if.org Git - icinga2/shortlog
icinga2
2015-08-29 Michael FriedrichDocs: Fix url anchors in API chapter
2015-08-28 Michael FriedrichRemove unused variable
2015-08-28 Michael FriedrichAPI: First documentation draft
2015-08-28 Gunnar BeutnerFix filtering by name
2015-08-28 Gunnar BeutnerFix incorrect HTTP encoding
2015-08-28 Gunnar BeutnerFix: HttpHandler is calling HttpResponse::Finish twice...
2015-08-27 Jean FlachUpdate use of String::Trim()
2015-08-27 Jean FlachAdd String ToLower, ToUpper, change Trim
2015-08-27 Gunnar BeutnerUse an AST node for the 'library' keyword
2015-08-27 Gunnar BeutnerFix compiler warning
2015-08-27 Gunnar BeutnerImplement the resolve_arguments function
2015-08-27 Gunnar BeutnerMissing macros in nested macro() calls should not cause...
2015-08-27 Gunnar BeutnerImplement the escape_shell_arg and escape_shell_cmd...
2015-08-26 Jean FlachFix range() with negative increments
2015-08-26 Jean FlachImplement all actions except modified attributes
2015-08-26 Gunnar BeutnerImplement the 'name' field for types
2015-08-26 Gunnar BeutnerRelease version 2.3.9
2015-08-26 Lennart BetzAdd new argument vmware_openvmtools to check commands...
2015-08-26 Gunnar BeutnerAdd missing field attribute for the /v1/types API handler
2015-08-26 Gunnar BeutnerFix incorrect field type for the Type.base field
2015-08-26 Gunnar BeutnerImplement reflection support for the API
2015-08-26 Gunnar BeutnerChange base type for 'Type' to 'Object'
2015-08-26 Gunnar BeutnerFix: Console auto-completion should take into account...
2015-08-26 Gunnar BeutnerRemove duplicate severity type in the documentation
2015-08-26 Gunnar BeutnerRemove unused argument 'async'
2015-08-26 Gunnar BeutnerClean up the code a bit
2015-08-26 Gunnar BeutnerFix crash in ConfigItem::CommitNewItems
2015-08-26 Gunnar BeutnerUse dependency graph when deleting objects
2015-08-25 Jean FlachMove endpoint error check to ti file
2015-08-25 Jean FlachAdd config error on empty port in Endpoints
2015-08-25 Gunnar BeutnerImplement support for tracking dependencies between...
2015-08-24 Michael FriedrichFix return value of Utility::MkDir/MkDirP
2015-08-24 Gunnar BeutnerFix crash in ConfigCompiler::RegisterZoneDir
2015-08-24 Lennart BetzAdd check command nspc-local-counter
2015-08-24 Lennart BetzSet skip_key for the "-a" argument for nscp-local
2015-08-24 Gunnar BeutnerRemove the FutureExpression class
2015-08-24 Gunnar BeutnerClean up the API action code a bit
2015-08-21 Michael FriedrichRemove debug messages in HttpRequest class
2015-08-21 Michael FriedrichFix formatting in mkclass
2015-08-21 Michael FriedrichAPI: Return comment/downtime ids, refactor code
2015-08-21 Jean FlachExperimental actions without types
2015-08-21 Jean FlachImplement external commands as api actions
2015-08-21 Michael FriedrichDoc: Fix markdown formatting for global zones
2015-08-19 Gunnar BeutnerFix: Utility::Glob on Windows doesn't support wildcards...
2015-08-18 Gunnar BeutnerFix crash in ConfigObjectUtility::CreateObject
2015-08-18 Gunnar BeutnerDon't re-download NSCP for every build
2015-08-18 Gunnar BeutnerAdd missing attributes for dependent objects
2015-08-18 Gunnar BeutnerImplement support for "." in attributes when creating...
2015-08-18 Gunnar BeutnerMake sure the serial number field is always initialized
2015-08-18 Gunnar BeutnerEnsure that runtime config objects are persisted on...
2015-08-18 Gunnar BeutnerAdd 'override' keyword to methods
2015-08-18 Gunnar BeutnerDon't allow users to delete objects that weren't create...
2015-08-18 Gunnar BeutnerFix compiler warnings
2015-08-18 Gunnar BeutnerImplement support for filter_vars
2015-08-17 Gunnar BeutnerBuild fix for Windows
2015-08-17 Michael FriedrichAdd module attribute for ConfigObject and set its origin
2015-08-17 Michael FriedrichImplement support for . in modify_attribute
2015-08-17 Michael FriedrichImplement Object#clone and rename Array/Dictionary...
2015-08-17 Gunnar BeutnerBuild fix
2015-08-17 Michael FriedrichAdd missing category for IDO query
2015-08-17 Gunnar BeutnerFix compiler warnings
2015-08-17 Lennart BetzFix check_command interfaces, change option match_alias...
2015-08-17 Gunnar BeutnerFix incorrect base class name for Array/Dictionary...
2015-08-17 Gunnar BeutnerAllow comments in JSON
2015-08-17 Gunnar BeutnerImplement the 'base' field for the Type class
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-08-15 Gunnar BeutnerImprove error messages for duplicate objects
2015-08-15 Gunnar BeutnerMove object name validation into ConfigItemBuilder...
2015-08-15 Gunnar BeutnerFix validation errors when creating objects with the API
2015-08-15 Gunnar BeutnerImplement support for unregistering objects
2015-08-15 Gunnar BeutnerImplement validation for modified attributes
2015-08-15 Gunnar BeutnerImplement support for creating objects
2015-08-15 Gunnar BeutnerImplement support for modified attributes in the API
2015-08-15 Gunnar BeutnerImplement support for persisting modified attributes
2015-08-15 Michael FriedrichImplement modified attributes v2
2015-08-15 Gunnar BeutnerFix typo in the documentation
2015-08-15 Gunnar BeutnerIgnore -W and -K arguments for check_disk on Windows
2015-08-11 Gunnar BeutnerFix warnings about invalid API function 'icinga::Hello'
2015-08-11 Gunnar BeutnerUse an empty dictionary for the 'this' scope when execu...
2015-08-11 Gunnar BeutnerImplement the Dictionary#keys method
2015-08-11 Gunnar BeutnerMake sure we're always creating the conf.d and zones...
2015-08-11 Gunnar BeutnerFix incorrect function name
2015-08-11 Gunnar BeutnerFix crash during cluster log replay
2015-08-11 Gunnar BeutnerFix URL handlers
2015-08-11 Gunnar BeutnerFix crash in ScriptFrame::~ScriptFrame in debug builds
2015-08-11 Gunnar BeutnerRemove color codes in the console prompt
2015-08-11 Gunnar BeutnerGet rid of code duplication in ConfigWriter/ConsoleCommand
2015-08-10 Gunnar BeutnerBuild fix for Windows
2015-08-10 Gunnar BeutnerImplement reload functionality for Windows
2015-08-10 Gunnar BeutnerBuild fix for Windows
2015-08-10 Gunnar BeutnerFix: Make sure we're continuously reading from child...
2015-08-08 Gunnar BeutnerImplement support for attaching GDB to the Icinga proce...
2015-08-07 Petr RuzickaITL: Improve snmpv3 CheckCommand section
2015-08-05 Gunnar BeutnerFix: Dict initializer incorrectly re-initialized field...
2015-08-03 Lennart BetzITL: Add check command check_interfaces
2015-08-03 Lennart BetzITL: Add check command check_mailq
2015-08-03 Lennart BetzITL: Add check command check_clamd
2015-08-03 Michael FriedrichFix node wizard ignoring local zone name
2015-08-03 Michael FriedrichFix cluster check w/ immediate parent and child zone...
2015-08-03 Dirk GoetzAdd check_yum to ITL
next