Gunnar Beutner
|
858873b940
|
Replace boost::bind/boost::function with std::bind/std::function
|
2017-11-27 15:15:11 +01:00 |
Gunnar Beutner
|
f9f3358d09
|
Make sure all objects are set to 'active' before calling the Start() method
fixes #5224
|
2017-05-04 10:37:34 +02:00 |
Gunnar Beutner
|
0f81c357c0
|
Implement source_location attribute for the ConfigObject class
refs #5120
|
2017-04-19 15:30:11 +02:00 |
Michael Friedrich
|
b7caf0820d
|
Ensure that *.icinga.com is used everywhere
fixes #13897
fixes #13277
|
2017-01-10 17:19:12 +01:00 |
Gunnar Beutner
|
288413f046
|
Replace BOOST_FOREACH with range-based for loops
fixes #12538
|
2016-08-25 06:46:17 +02:00 |
Gunnar Beutner
|
27e6db6af6
|
Remove some unused #includes
fixes #12481
|
2016-08-18 15:46:01 +02:00 |
Gunnar Beutner
|
162e31b083
|
Remove unnecessary Dictionary::Contains calls
fixes #12457
|
2016-08-16 22:03:42 +02:00 |
Gunnar Beutner
|
b7a1b58069
|
Improve performance for type lookups
fixes #12448
|
2016-08-16 11:02:33 +02:00 |
Gunnar Beutner
|
ebaf239d3b
|
Replace GetType()->GetName() calls with GetReflectionType()->GetName()
fixes #12438
|
2016-08-15 14:42:03 +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
|
4c7e2994a7
|
Handle I/O errors while writing the Icinga state file more gracefully
fixes #12334
|
2016-08-09 10:59:08 +02:00 |
Gunnar Beutner
|
9f425cdcaf
|
Fix building Icinga with -fvisibility=hidden
fixes #12331
|
2016-08-09 09:00:19 +02:00 |
Gunnar Beutner
|
ff57b0ccd6
|
Add name attribute for the WorkQueue class
fixes #10816
|
2016-06-14 09:08:04 +02:00 |
Gunnar Beutner
|
bc12d6c0d6
|
Fix race condition in ConfigObject::SetAuthority
fixes #11784
|
2016-05-12 14:06:28 +02:00 |
Gunnar Beutner
|
fc1168ed3e
|
Only activate HARunOnce objects once there's a cluster connection
fixes #11765
|
2016-05-11 12:50:40 +02:00 |
Michael Friedrich
|
47c5425137
|
Fix permissions for temporary files
fixes #11212
fixes #11211
|
2016-02-24 11:00:44 +01:00 |
Michael Friedrich
|
4cb5b97e52
|
Fix unique creation of temp files
fixes #10948
|
2016-02-23 12:30:59 +01:00 |
Jean Flach
|
fa1d633484
|
Rephrase some log messages
refs #11122
|
2016-02-09 15:59:19 +01:00 |
Jean Flach
|
393a6bf641
|
Remove unused variables
fixes #11111
|
2016-02-08 17:10:12 +01:00 |
Gunnar Beutner
|
599929b0f6
|
Update copyright headers for 2016
|
2016-01-12 08:29:59 +01:00 |
Gunnar Beutner
|
15ca9987fa
|
Implement support for priorities in the WorkQueue class
fixes #8714
|
2015-12-10 17:06:00 +01:00 |
Michael Friedrich
|
3adedcd0a5
|
Improve performance for Zone::CanAccessObject
fixes #10711
|
2015-11-25 12:06:20 +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 |
Michael Friedrich
|
d516d16c9a
|
Fix restore_attribute not working in clusters
fixes #10386
|
2015-10-22 14:50:43 +02:00 |
Gunnar Beutner
|
d01f09f3ef
|
Hide internal attributes in the API
fixes #10393
|
2015-10-20 08:25:10 +02:00 |
Michael Friedrich
|
ed00ab04c7
|
Fix OSX control sequence
refs #9095
|
2015-10-16 13:46:43 +02:00 |
Michael Friedrich
|
6cc4f85c66
|
Disallow modify attribute for certain object attributes
fixes #9095
|
2015-10-16 12:44:08 +02:00 |
Gunnar Beutner
|
74aa5c1d6b
|
Make sure that the 'version' attribute is updated when config attributes are changed
fixes #10355
|
2015-10-14 13:04:39 +02:00 |
Gunnar Beutner
|
55616209ae
|
Only update version when config attributes are changed
refs #10257
|
2015-10-01 04:45:50 +02:00 |
Michael Friedrich
|
9dcb33e8f4
|
Change object version to timestamps for diff updates on config sync
fixes #10257
|
2015-09-30 16:58:18 +02:00 |
Michael Friedrich
|
12cf90c67c
|
Fix persisting and restoring modified attributes for custom attribute indexers
fixes #9935
fixes #9968
|
2015-09-23 13:29:30 +02:00 |
Michael Friedrich
|
95bcbec5b5
|
Implement support for restoring modified attributes
Also fix a glitch with ModifyAttribute and original_attributes
storage.
fixes #9935
|
2015-09-18 15:01:44 +02:00 |
Michael Friedrich
|
f7b5aa33ce
|
Fix a couple of wrong white spaces
|
2015-09-18 13:04:09 +02:00 |
Michael Friedrich
|
b2715943c6
|
Config Sync: Properly modify attributes and object version
refs #9927
|
2015-09-17 14:20:44 +02:00 |
Gunnar Beutner
|
6fa58a520c
|
Implement config object sync
Adds object version.
refs #9927
|
2015-09-17 14:20:43 +02:00 |
Gunnar Beutner
|
f45f6ccd82
|
Implement support for tracking dependencies between config objects
refs #9096
|
2015-08-25 13:54:05 +02:00 |
Michael Friedrich
|
13b5acec90
|
Implement support for . in modify_attribute
fixes #9852
|
2015-08-17 14:55:51 +02:00 |
Gunnar Beutner
|
071d2f18fb
|
Rename DynamicObject/DynamicType to ConfigObject/ConfigType
fixes #9914
|
2015-08-15 20:40:41 +02:00 |