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 |
Gunnar Beutner
|
6d89c5201a
|
Build fix.
|
2013-08-30 16:53:14 +02:00 |
Gunnar Beutner
|
8df0525e3e
|
Fix shell escaping in the macro processor.
|
2013-08-30 16:52:41 +02:00 |
Gunnar Beutner
|
e9e55cd8c0
|
Remove the replication feature and clean up the code.
|
2013-08-26 14:56:38 +02:00 |
Michael Friedrich
|
ccd60bbc4b
|
macros: fix param name for ResolveMacros
|
2013-07-16 17:11:18 +02:00 |
Gunnar Beutner
|
6d69d6c639
|
Refactor the macro resolver
Fixes #3884
|
2013-03-22 14:42:14 +01:00 |
Gunnar Beutner
|
97fee26289
|
Remove @threadsafety doc strings
Fixes #3889
|
2013-03-22 12:02:20 +01:00 |
Gunnar Beutner
|
c63684a72f
|
Shell-escape macros.
|
2013-03-22 10:58:47 +01:00 |
Gunnar Beutner
|
9d076c3c03
|
Refactor #includes (Part 3).
|
2013-03-17 20:19:29 +01:00 |
Gunnar Beutner
|
0bb0711d72
|
Refactor #includes (Part 2).
|
2013-03-16 21:18:53 +01:00 |
Gunnar Beutner
|
3073200b53
|
Cleaned up #includes (Part 1).
|
2013-03-15 18:21:29 +01:00 |
Gunnar Beutner
|
07421751ad
|
Implement config support for arrays.
|
2013-03-14 12:17:46 +01:00 |
Gunnar Beutner
|
16b0722cbc
|
Added more templates.
|
2013-03-08 16:02:33 +01:00 |