Gunnar Beutner
|
32e6da1c60
|
Speed up item lookups for ConfigItem::GetDefaultTemplates
refs #12575
|
2016-08-29 08:40:46 +02:00 |
Gunnar Beutner
|
f12b52f465
|
Use lambdas in the ConfigItem class
refs #12509
|
2016-08-29 08:16:33 +02:00 |
Gunnar Beutner
|
78cd56e277
|
Implement support for default templates
fixes #12575
|
2016-08-28 10:27:43 +02:00 |
Gunnar Beutner
|
5058c5d75b
|
Use 'auto' for iterator declarations
fixes #12561
|
2016-08-27 08:37:19 +02:00 |
Gunnar Beutner
|
288413f046
|
Replace BOOST_FOREACH with range-based for loops
fixes #12538
|
2016-08-25 06:46:17 +02:00 |
Gunnar Beutner
|
43a4acd5a2
|
Remove deprecated functions
fixes #12507
|
2016-08-23 15:01:40 +02:00 |
Gunnar Beutner
|
b7a1b58069
|
Improve performance for type lookups
fixes #12448
|
2016-08-16 11:02:33 +02:00 |
Gunnar Beutner
|
afc1b9bdc5
|
Move type variables into the 'Types' namespace
refs #12408
|
2016-08-12 17:05:19 +02:00 |
Gunnar Beutner
|
c5a170a972
|
Implement support for namespaces
fixes #12408
|
2016-08-12 11:32:16 +02:00 |
Gunnar Beutner
|
dc06209e4a
|
Move internal script functions into the 'Internal' namespace
fixes #12338
|
2016-08-10 06:55:44 +02:00 |
Gunnar Beutner
|
ff293661fc
|
Rename/Remove experimental script functions
fixes #12332
|
2016-08-09 10:43:55 +02:00 |
Gunnar Beutner
|
8deeb73bb8
|
Register a new script frame in Function::Invoke
fixes #9848
|
2016-08-08 14:12:08 +02:00 |
Michael Friedrich
|
915ebe17cd
|
ConfigCompiler should not log included files by default
fixes #11419
|
2016-07-05 15:43:48 +02:00 |
Gunnar Beutner
|
ff57b0ccd6
|
Add name attribute for the WorkQueue class
fixes #10816
|
2016-06-14 09:08:04 +02:00 |
Gunnar Beutner
|
222b90107f
|
Fix crash in ConfigItem::Commit
fixes #11804
|
2016-05-18 12:53:41 +02:00 |
Gunnar Beutner
|
b9fdb3bfd9
|
Make sure that object names aren't empty
fixes #9989
|
2016-05-11 09:48:18 +02:00 |
Michael Friedrich
|
2faf121ff4
|
Remove commentsand downtimes with reference to deleted checkable objects
Silence the warning message and change the log level to notice as well.
fixes #10717
|
2016-05-03 11:30:02 +02:00 |
Michael Friedrich
|
027a23f468
|
Fix: Overwriting global type variables causes crash in ConfigItem::Commit()
fixes #11484
|
2016-03-31 11:43:16 +02:00 |
Gunnar Beutner
|
112f024810
|
Build fix for GCC
refs #9839
|
2016-03-29 14:52:48 +02:00 |
Gunnar Beutner
|
5de9a988d9
|
Improve validation for arrays
fixes #11434
|
2016-03-24 09:15:39 +01:00 |
Gunnar Beutner
|
c06f6d7aeb
|
Fix crash in ConfigItem::RunWithActivationContext
fixes #11085
|
2016-02-04 13:17:37 +01:00 |
Gunnar Beutner
|
599929b0f6
|
Update copyright headers for 2016
|
2016-01-12 08:29:59 +01:00 |
Michael Friedrich
|
323b759a90
|
Fix config validation for templates used as object reference name
fixes #10830
|
2015-12-17 13:49:30 +01:00 |
Gunnar Beutner
|
4ab6f2a985
|
Fix crash in ConfigItem::ActivateItems
refs #10643
|
2015-11-23 17:25:35 +01:00 |
Michael Friedrich
|
d0545c4ea2
|
Fix crash in ConfigItem::ActivateItems
refs #10643
|
2015-11-23 14:02:33 +01:00 |
Gunnar Beutner
|
3505ca3c16
|
Fix race condition in the ConfigItem class
fixes #10643
|
2015-11-19 19:38:49 +01:00 |
Gunnar Beutner
|
e3c75faabc
|
Implement support for recursive object locks
fixes #10596
|
2015-11-11 10:21:30 +01:00 |
Gunnar Beutner
|
701961b73b
|
Fix the 'type' attribute for the Object class
refs #10387
|
2015-11-05 10:29:02 +01:00 |
Gunnar Beutner
|
050c520b2a
|
Convert Comment/Downtime to config objects
fixes #9777
|
2015-10-28 17:56:29 +01:00 |
Gunnar Beutner
|
8136cda367
|
Implement the ignore_on_error keyword
fixes #9960
|
2015-10-05 12:44:11 +02:00 |
Gunnar Beutner
|
6fa58a520c
|
Implement config object sync
Adds object version.
refs #9927
|
2015-09-17 14:20:43 +02:00 |
Michael Friedrich
|
da83bae660
|
Rename config/modules to config/packages
fixes #9953
|
2015-09-01 20:09:04 +02:00 |
Gunnar Beutner
|
827125a69a
|
Clean up the code a bit
refs #9096
|
2015-08-26 06:35:06 +02:00 |
Gunnar Beutner
|
8fc92d8a08
|
Fix crash in ConfigItem::CommitNewItems
refs #9096
|
2015-08-26 06:35:06 +02:00 |
Michael Friedrich
|
0f5287c2b1
|
Add module attribute for ConfigObject and set its origin
fixes #9852
|
2015-08-17 16:08:57 +02:00 |
Gunnar Beutner
|
071d2f18fb
|
Rename DynamicObject/DynamicType to ConfigObject/ConfigType
fixes #9914
|
2015-08-15 20:40:41 +02:00 |
Gunnar Beutner
|
ce2735f10b
|
Fix validation errors when creating objects with the API
refs #9101
|
2015-08-15 20:07:11 +02:00 |
Gunnar Beutner
|
e2290d5012
|
Implement support for unregistering objects
refs #9101
|
2015-08-15 20:07:11 +02:00 |
Gunnar Beutner
|
16ddc12c06
|
Implement support for creating objects
refs #9101
|
2015-08-15 20:07:11 +02:00 |
Gunnar Beutner
|
ec7224e3ed
|
Generate C++ code for type validators
fixes #7709
fixes #8867
|
2015-03-27 07:59:27 +01:00 |
Gunnar Beutner
|
16ef84fd35
|
Use TypeInstance field instead of looking up types by name
fixes #8817
|
2015-03-20 08:15:07 +01:00 |
Gunnar Beutner
|
e22386e63f
|
Make load order for objects more reliable
fixes #8770
|
2015-03-19 15:58:38 +01:00 |
Gunnar Beutner
|
50b1e1cf6b
|
Fix livestatus unit tests
refs #8791
|
2015-03-18 12:11:42 +01:00 |
Gunnar Beutner
|
6c96d5bc98
|
Clean up the start-up process a bit
fixes #8791
|
2015-03-18 11:14:51 +01:00 |
Gunnar Beutner
|
977ca844c7
|
Remove an unnecessary temporary variable
|
2015-03-10 15:23:27 +01:00 |
Gunnar Beutner
|
e50d3e6e5a
|
Fix validator for dependencies
fixes #8596
|
2015-03-09 08:04:18 +01:00 |
Gunnar Beutner
|
c33e78aa04
|
Don't discard config validators
|
2015-03-04 09:12:57 +01:00 |
Gunnar Beutner
|
09038eeb7c
|
Remove unused variable
|
2015-03-02 13:21:06 +01:00 |
Gunnar Beutner
|
4da3b1c5b3
|
Make sure that Notification objects are activated after Host/Service objects
fixes #8517
|
2015-02-25 12:43:38 +01:00 |
Gunnar Beutner
|
97fc5bb10b
|
Implement additional attributes for the Host class
refs #7564
|
2015-02-09 08:50:17 +01:00 |