Gunnar Beutner
|
288413f046
|
Replace BOOST_FOREACH with range-based for loops
fixes #12538
|
2016-08-25 06:46:17 +02:00 |
Gunnar Beutner
|
54bbaf9f7d
|
Implement support for marking functions as deprecated
fixes #12393
|
2016-08-10 15:48:05 +02:00 |
Gunnar Beutner
|
8deeb73bb8
|
Register a new script frame in Function::Invoke
fixes #9848
|
2016-08-08 14:12:08 +02:00 |
Gunnar Beutner
|
e3f1c1ec6f
|
Make sure timestamps are formatted as integers in macro strings
refs #11483
|
2016-06-21 11:29:12 +02:00 |
Gunnar Beutner
|
599929b0f6
|
Update copyright headers for 2016
|
2016-01-12 08:29:59 +01:00 |
Gunnar Beutner
|
09b2b054f5
|
Don't validate custom attributes that aren't strings
fixes #10539
|
2015-11-04 19:04:33 +01:00 |
Michael Friedrich
|
84536da221
|
Implement global modified attributes for the IcingaApplication class
fixes #9859
|
2015-09-23 15:02:53 +02:00 |
Gunnar Beutner
|
63a1ff77c3
|
Implement the resolve_arguments function
fixes #10006
|
2015-08-27 09:02:21 +02:00 |
Gunnar Beutner
|
6ef9d3c4db
|
Missing macros in nested macro() calls should not cause the outer macro resolution to fail
fixes #10003
|
2015-08-27 09:02:21 +02:00 |
Gunnar Beutner
|
071d2f18fb
|
Rename DynamicObject/DynamicType to ConfigObject/ConfigType
fixes #9914
|
2015-08-15 20:40:41 +02:00 |
Gunnar Beutner
|
8dedd47b89
|
Fix incorrect return value for the macro() function
fixes #9584
|
2015-07-13 08:25:19 +02:00 |
Michael Friedrich
|
53e6b1a6dd
|
Fix custom attributes with recursive macro function calls
fixes #9073
|
2015-04-17 17:23:08 +02:00 |
Gunnar Beutner
|
3adec4576c
|
Fix arrays in command arguments
fixes #8869
|
2015-03-26 09:29:52 +01:00 |
Gunnar Beutner
|
151b6bbf00
|
Fix style violations
|
2015-03-21 10:04:14 +01:00 |
Michael Friedrich
|
24852e05c7
|
Move ValidateMacroString into the MacroProcessor class
refs #7311
|
2015-02-11 16:14:59 +01:00 |
Michael Friedrich
|
0d18b96c39
|
Resolve macros in dictionary values
refs #7311
|
2015-02-11 15:58:59 +01:00 |
Gunnar Beutner
|
e3dcc8a610
|
Implement a unit test for nullary lambdas
fixes #7805
|
2015-02-03 14:02:32 +01:00 |
Gunnar Beutner
|
c01fb97337
|
Don't escape macros for the macro() function
refs #7564
|
2015-01-29 16:52:04 +01:00 |
Gunnar Beutner
|
7b4f1e217a
|
Implement support for functions in set_if
refs #7564
|
2015-01-29 10:09:53 +01:00 |
Gunnar Beutner
|
ea3c3e0c3e
|
Fix incorrectly resolved macros
refs #7564
|
2015-01-28 15:48:08 +01:00 |
Gunnar Beutner
|
4ad4c314ae
|
Implement the 'macro' function for dynamic custom vars
refs #7564
|
2015-01-28 14:14:48 +01:00 |
Gunnar Beutner
|
fb44744680
|
Implement support for using functions in custom attributes
refs #7564
|
2015-01-27 13:40:05 +01:00 |
Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
Gunnar Beutner
|
a5c206cbe2
|
Fix problem with macro arguments which are not separated by whitespace
fixes #7314
|
2014-12-01 15:53:23 +01:00 |
Gunnar Beutner
|
9dfa3d22d4
|
Implement support for arrays in command arguments
fixes #6709
|
2014-11-27 13:24:07 +01:00 |
Gunnar Beutner
|
7321e45abc
|
Implement support for executing remote commands
fixes #7559
|
2014-11-13 14:54:55 +01:00 |
Gunnar Beutner
|
478f03b49a
|
Replace boost::shared_ptr with boost::intrusive_ptr
refs #7622
|
2014-11-09 16:54:41 +01:00 |
Gunnar Beutner
|
170c5a59e4
|
Implement typeof() function
|
2014-11-03 00:45:14 +01:00 |
Gunnar Beutner
|
46b149dd7d
|
Implement support for formatting arrays in macro strings
fixes #7262
|
2014-11-02 07:35:43 +01:00 |
Gunnar Beutner
|
2d5e9514a5
|
Refactor logging code
|
2014-10-19 17:52:17 +02:00 |
Gunnar Beutner
|
b18f57a745
|
Remove logger_fwd.hpp
|
2014-10-19 14:50:39 +02:00 |
Michael Friedrich
|
3ecec31af3
|
Change log message identifier for libicinga.
Refs #6346
|
2014-05-28 14:42:00 +02:00 |
Gunnar Beutner
|
632026cd9f
|
Rename C++ header files.
Fixes #6291
|
2014-05-25 16:27:14 +02:00 |
Michael Friedrich
|
601e10cb46
|
Use CustomVarObject instead of DynamicObject for all libicinga objects.
Fixes #6187
|
2014-05-19 17:57:58 +02:00 |
Gunnar Beutner
|
9c3e399188
|
Remove unnecessary includes.
Fixes #6189
|
2014-05-11 18:11:32 +02:00 |
Gunnar Beutner
|
d617c7b1f6
|
Implement support for optional command arguments.
Fixes #5933
|
2014-04-26 15:03:38 +02:00 |
Michael Friedrich
|
0da670d11c
|
Resolve runtime macros recursively in *_url, notes similar to vars.
Fixes #6014
|
2014-04-17 17:38:02 +02:00 |
Gunnar Beutner
|
c123210529
|
Only resolve user macros (vars.*) recursively.
Fixes #5983
|
2014-04-10 08:46:36 +02:00 |
Gunnar Beutner
|
0fdb9ea21b
|
Implement attributes for some well-known macros and allow macro recursion.
Refs #5856
Fixes #5959
|
2014-04-08 13:23:24 +02:00 |
Gunnar Beutner
|
98fba78fe4
|
Remove the escape_macros attribute.
Refs #5855
|
2014-04-06 10:45:50 +02:00 |
Michael Friedrich
|
ce737ff2f3
|
Change copyright header (again).
Fixes #5424
|
2014-03-19 11:42:47 +01:00 |
Gunnar Beutner
|
a8a955ff9c
|
Fix $ escaping in macros.
Fixes #5378
|
2014-03-10 09:41:48 +01:00 |
Michael Friedrich
|
555d72150a
|
Update copyright header.
Fixes #5424
|
2014-01-09 00:32:11 +01:00 |
Gunnar Beutner
|
f05858d3ad
|
Avoid unnecessary copies when iterating over dictionaries.
Refs #5246
|
2013-12-02 11:07:38 +01:00 |
Gunnar Beutner
|
92dd32eb68
|
Implement support for high-level stack traces.
Refs #5085
|
2013-11-21 09:42:27 +01:00 |
Gunnar Beutner
|
112f26dc19
|
Replace check result dictionaries with a class.
Refs #5039
|
2013-11-09 15:26:01 +01:00 |
Gunnar Beutner
|
6acc017707
|
Remove namespace qualifiers for boost::make_shared and boost::enable_shared_from_this.
Fixes #5012
|
2013-11-07 08:28:33 +01:00 |
Gunnar Beutner
|
bf1a800e39
|
Update copyright information.
|
2013-09-25 07:45:56 +02:00 |
Gunnar Beutner
|
4b6d8943fa
|
Fix crash in MacroProcessor::ResolveMacros.
|
2013-09-11 14:59:49 +02:00 |
Gunnar Beutner
|
ec0a32380e
|
Fix: Don't shell-escape macros by default.
|
2013-09-09 13:44:18 +02:00 |