]> granicus.if.org Git - icinga2/history - lib/config
Fix incorrect field name
[icinga2] / lib / config /
2014-11-04 Gunnar BeutnerAllow strings as indexers
2014-11-04 Gunnar BeutnerImplement support for arbitrarily complex indexers
2014-11-04 Gunnar BeutnerImplement dictionary support for apply+for
2014-11-02 Gunnar BeutnerImplement typeof() function
2014-11-02 Gunnar BeutnerImplement support for arrays in custom variables
2014-11-01 Gunnar BeutnerMake the 'name' attribute available in object definitions
2014-11-01 Gunnar BeutnerFix: Nesting an object in a template causes the templat...
2014-11-01 Gunnar BeutnerClean up the config parser a bit
2014-11-01 Gunnar BeutnerMake sure templates are never evaluated on their own
2014-10-30 Gunnar BeutnerFix scoping rules for apply rules
2014-10-28 Gunnar BeutnerFix incorrect locks
2014-10-28 Gunnar BeutnerBuild fix for Windows
2014-10-28 Gunnar BeutnerFix: Don't validate templates
2014-10-28 Gunnar BeutnerImplement validation for "repository add"
2014-10-28 Gunnar BeutnerRemove support for partial type validators
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-10-17 Gunnar BeutnerImplement generic color support for terminals
2014-10-17 Gunnar BeutnerRemove zone keyword
2014-10-16 Gunnar BeutnerRename AExpression to Expression
2014-10-13 Gunnar BeutnerReplace spaces with tabs
2014-10-01 Gunnar BeutnerFix missing error messages (part 2)
2014-10-01 Gunnar BeutnerAdd error message for missing imports (and possibly...
2014-09-09 Gunnar BeutnerImprove error message for duplicate objects
2014-09-01 Gunnar BeutnerImplement support for excluding files from unity builds
2014-08-31 Gunnar BeutnerRemove validator for the Script type
2014-08-30 Gunnar BeutnerImplement support for unity builds
2014-08-17 Gunnar BeutnerClean up some parts of the code
2014-08-16 Gunnar BeutnerFix some minor issues with the icinga2.debug feature
2014-08-16 Gunnar BeutnerMerge branch 'feature/objects-json-6702'
2014-08-16 Gunnar BeutnerAdd debug hints for attributes
2014-08-15 Gunnar BeutnerImplement support for writing the icinga2.debug file
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichFix AExpression log message.
2014-05-28 Michael FriedrichChange log message identifier for libconfig.
2014-05-25 Gunnar BeutnerImplement the "cluster-zone" check task.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-13 Gunnar BeutnerImplicitly set zone attribute for files includes from...
2014-05-12 Gunnar BeutnerRename the function, return and for keywords and remove...
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-11 Gunnar BeutnerFix some more compiler warnings.
2014-05-11 Gunnar BeutnerFix some compiler warnings.
2014-05-10 Gunnar BeutnerFix scoping rules for dictionaries.
2014-05-10 Gunnar BeutnerUse a separate scope for "for" loops.
2014-05-10 Gunnar BeutnerImplement for loops.
2014-05-10 Gunnar BeutnerImplement support for arrays for the indexer operator.
2014-05-09 Gunnar BeutnerConfig validator: Make sure that objects are not abstract.
2014-05-09 Gunnar BeutnerFix deadlock when calling functions recursively.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-05-08 Gunnar BeutnerImplement support for the "package" keyword.
2014-05-01 Michael FriedrichMerge branch 'fix/apply-req-group-assign-6105' into...
2014-05-01 Michael FriedrichAllow EvaluateRules() to keep rules for the next iteration.
2014-05-01 Michael FriedrichEvaluate object rules (group assign) before and after...
2014-04-29 Gerd von EgidyImprove error message when trying to open a config...
2014-04-29 Gunnar BeutnerMerge branch 'feature/improve-daemon-start-5788' into...
2014-04-29 Gerd von EgidySplit ConfigItem::ActivateItems() into ConfigItem:...
2014-04-23 Michael FriedrichFix headers.
2014-04-23 Michael FriedrichAdd group assign/ignore rules.
2014-04-23 Michael FriedrichRevert "Add group apply (creates object only once and...
2014-04-15 Michael FriedrichAdd group apply (creates object only once and sets...
2014-04-11 Gunnar BeutnerAllow trailing comma in arrays.
2014-04-10 Gunnar BeutnerSupport shell-style comments.
2014-04-09 Gunnar BeutnerAvoid unnecessary copies for DynamicType::GetObjects.
2014-04-09 Gunnar BeutnerImplement the "return" keyword.
2014-04-07 Michael FriedrichLog warning if apply rule does not match anywhere.
2014-04-07 Michael FriedrichThrow error on missing 'assign' in 'apply'.
2014-04-06 Gunnar BeutnerRefactor name helper classes a bit.
2014-04-05 Gunnar BeutnerFix yet another validation issue.
2014-04-05 Gunnar BeutnerFix another bug with relative object names.
2014-04-05 Gunnar BeutnerFix validation problem with relative object names.
2014-04-05 Gunnar BeutnerImplement relative object names.
2014-04-05 Gunnar BeutnerImplement apply target types.
2014-04-05 Gunnar BeutnerRename "short_name", "host" and "sevice" attributes.
2014-04-03 Michael FriedrichMerge 'macros' and 'custom' attributes into 'vars'...
2014-04-02 Gunnar BeutnerAllow functions to return values.
2014-04-02 Gunnar BeutnerAllow anonymous functions to be garbage-collected.
2014-04-01 Gunnar BeutnerFix column information for config errors.
2014-04-01 Gunnar BeutnerSupport new-lines in addition to commas to separate...
2014-03-31 Gunnar BeutnerFix ShowCodeFragment column numbers.
2014-03-31 Gunnar BeutnerFix: Crash when there's a config error in the first...
2014-03-30 Gunnar BeutnerAllow "object" and "apply" in AST expressions.
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-30 Gunnar BeutnerRemove support for the deprecated "var" and "set" keywords.
2014-03-30 Gunnar BeutnerAllow rterm in indexer ops.
2014-03-30 Gunnar BeutnerFix operator precedence.
2014-03-30 Gunnar BeutnerMake sure we evaluate "apply" rules in the right order.
2014-03-30 Gunnar BeutnerFix incorrect debug info for "apply" rules.
2014-03-29 Gunnar BeutnerDump AST execution state in debug mode.
2014-03-28 Gunnar BeutnerFix failed assertion in ConfigItem::GetProperties.
2014-03-28 Gunnar BeutnerImplement apply support for scheduled downtimes and...
2014-03-28 Gunnar BeutnerMake the real object name available for use in templates.
2014-03-28 Gunnar BeutnerUpdate example config.
2014-03-28 Gunnar BeutnerImplement instance variable "templates" for config...
2014-03-28 Gunnar BeutnerUnknown attributes should be a config error.
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-28 Gunnar BeutnerImplement the new syntax for the "apply" keyword.
2014-03-28 Gunnar BeutnerImplement the "." operator.
2014-03-28 Gunnar BeutnerRemove inline service/notification/downtime definitions.
2014-03-28 Gunnar BeutnerImplement the "import" keyword.
next