Gunnar Beutner
|
ef50c57ed0
|
Make VS 2013 happy
refs #12555
|
2016-08-27 20:07:48 +02:00 |
Gunnar Beutner
|
e8b0797ec4
|
Use 'auto' keyword for iterator declarations (part 2)
refs #12561
|
2016-08-27 19:56:12 +02:00 |
Gunnar Beutner
|
602643b93d
|
Provide location information for objects and templates in the API
fixes #12566
|
2016-08-27 19:25:38 +02:00 |
Gunnar Beutner
|
eafe4c578d
|
Avoid unnecessary copies for the DebugHint class
refs #12509
|
2016-08-27 18:43:14 +02:00 |
Gunnar Beutner
|
f1cac2f20a
|
Fix compatibility with boost <= 1.53
refs #12555
|
2016-08-27 12:43:56 +02:00 |
Gunnar Beutner
|
8f2477db46
|
Fix incorrect variable type in the FilterArrayToInt function
refs #12509
|
2016-08-27 12:23:09 +02:00 |
Gunnar Beutner
|
27a23fcff6
|
Avoid an unnecessary case in the Encode function
refs #12509
|
2016-08-27 12:20:54 +02:00 |
Gunnar Beutner
|
00eec13338
|
Avoid unnecessary string copies in the JSON encoder
refs #12509
|
2016-08-27 11:47:36 +02:00 |
Gunnar Beutner
|
170c3624e3
|
Use 'default' for move constructors
refs #12555
|
2016-08-27 11:39:08 +02:00 |
Gunnar Beutner
|
7c273d7748
|
Add another rvalue constructor for the String class
refs #12555
|
2016-08-27 11:00:04 +02:00 |
Gunnar Beutner
|
6e384f81a0
|
Remove unused #includes
refs #12481
|
2016-08-27 10:59:52 +02:00 |
Gunnar Beutner
|
4dbc07e2bc
|
Improve support for MySQL >=5.7
fixes #12558
|
2016-08-27 10:20:59 +02:00 |
Gunnar Beutner
|
b5b09216c6
|
Use lambda functions for INITIALIZE_ONCE
fixes #12562
|
2016-08-27 09:48:36 +02:00 |
Gunnar Beutner
|
5058c5d75b
|
Use 'auto' for iterator declarations
fixes #12561
|
2016-08-27 08:37:19 +02:00 |
Gunnar Beutner
|
56ba6089d0
|
Add rvalue support for the Array and Dictionary classes
refs #12555
|
2016-08-27 07:42:28 +02:00 |
Gunnar Beutner
|
7194b36d3e
|
Avoid unnecessary string copies for LiteralExpression objects
refs #12509
|
2016-08-26 18:11:56 +02:00 |
Gunnar Beutner
|
c1a58446af
|
Add another rvalue constructor for the Value class
refs #12555
|
2016-08-26 18:11:28 +02:00 |
Gunnar Beutner
|
dac0ff9343
|
Improve config validation for arrays of object names
fixes #12556
|
2016-08-26 10:36:53 +02:00 |
Gunnar Beutner
|
4f46e59af3
|
Implement an rvalue constructor for the String and Value classes
fixes #12555
|
2016-08-26 09:11:36 +02:00 |
Gunnar Beutner
|
49a130242c
|
Add missing #include in loader.cpp
refs #12552
|
2016-08-25 20:59:22 +02:00 |
Gunnar Beutner
|
1236495dd3
|
Implement the --file and --syntax-only options for "icinga2 console"
fixes #12554
fixes #10675
|
2016-08-25 19:14:54 +02:00 |
Gunnar Beutner
|
30762e5330
|
Set versions for all internal libraries
fixes #12552
|
2016-08-25 17:56:18 +02:00 |
Gunnar Beutner
|
092f2ee099
|
Add missing initializer for WorkQueue::m_NextTaskID
fixes #12545
|
2016-08-25 11:57:00 +02:00 |
Gunnar Beutner
|
ce7b6e4f87
|
Remove unused method: ApplyRule::DiscardRules
fixes #12544
|
2016-08-25 10:21:14 +02:00 |
Gunnar Beutner
|
225bb8029a
|
Fix incorrect hash size for User objects
fixes #12533
|
2016-08-25 07:37:41 +02:00 |
Gunnar Beutner
|
8ed21fcdad
|
Fix compiler warning in dbg_eval
refs #12534
|
2016-08-25 06:46:24 +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
|
78c249b96b
|
Fix compiler warnings in DB IDO
refs #12534
|
2016-08-25 05:00:46 +02:00 |
Gunnar Beutner
|
429d11daa8
|
Fix compiler warnings
fixes #12534
|
2016-08-24 20:33:34 +02:00 |
Gunnar Beutner
|
ae1ab5f865
|
Implement unit tests for state changes
fixes #12530
|
2016-08-24 19:45:52 +02:00 |
Gunnar Beutner
|
c981426cfb
|
Fix missing IDO updates for groups
fixes #12527
|
2016-08-24 12:22:09 +02:00 |
Gunnar Beutner
|
deb938d412
|
Fix incorrect notifications for soft recoveries
fixes #12529
|
2016-08-24 12:22:08 +02:00 |
Gunnar Beutner
|
82b6ef4301
|
Don't update TimePeriod ranges for inactive objects
fixes #12511
|
2016-08-23 15:01:40 +02:00 |
Gunnar Beutner
|
218e780a44
|
Avoid unnecessary string copies
fixes #12509
|
2016-08-23 15:01:40 +02:00 |
Gunnar Beutner
|
43a4acd5a2
|
Remove deprecated functions
fixes #12507
|
2016-08-23 15:01:40 +02:00 |
Michael Friedrich
|
cd1b2cdddd
|
Fix that recovery notifications are sent in SOFT NOT-OK states
fixes #12517
|
2016-08-23 14:58:24 +02:00 |
Gunnar Beutner
|
f4dce0fe72
|
Fix crash in JsonRpcConnection::MessageHandlerWrapper
fixes #12506
|
2016-08-22 17:42:59 +02:00 |
Michael Friedrich
|
b8d3bcad6a
|
Cluster: Fix notified users for NotificationSentToAllUsers event
refs #12449
refs #12444
|
2016-08-22 10:47:09 +02:00 |
Gunnar Beutner
|
b42bfc822b
|
Fix crash in HttpServerConnection::ProcessMessageAsync
fixes #12493
|
2016-08-19 20:36:27 +02:00 |
Gunnar Beutner
|
aeaca5e803
|
Revert "Fix incorrect detection of the 'Concurrency' variable"
This reverts commit 585f0537d2 .
refs #12456
|
2016-08-19 11:58:52 +02:00 |
Gunnar Beutner
|
b5637a2d16
|
Fix memory leak for the 'use' keyword
fixes #12487
|
2016-08-19 09:17:40 +02:00 |
Gunnar Beutner
|
8e5961f217
|
Fix missing permissions and update the documentation
fixes #12483
|
2016-08-18 19:00:14 +02:00 |
Gunnar Beutner
|
27e6db6af6
|
Remove some unused #includes
fixes #12481
|
2016-08-18 15:46:01 +02:00 |
Gunnar Beutner
|
487d2a9907
|
Make "clr-check-command" template usable on *nix
fixes #12474
|
2016-08-18 10:27:41 +02:00 |
Gunnar Beutner
|
730364b600
|
Fix incorrect certificate validation error message
fixes #12475
|
2016-08-18 10:23:13 +02:00 |
Gunnar Beutner
|
62a6d5667d
|
Fix: IDO marks objects as inactive on shutdown
fixes #12418
|
2016-08-17 19:24:22 +02:00 |
Michael Friedrich
|
e5566a6bd8
|
API: Fix missing attributes for DowntimeTriggered event
fixes #12464
|
2016-08-17 16:57:22 +02:00 |
Rune Darrud
|
d1dc1188e1
|
Remove obsolete reference to serial.txt
fixes #12467
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
|
2016-08-17 16:19:24 +02:00 |
Gunnar Beutner
|
4c54cddec8
|
Fix problem with duplicate INSERTs for the same key columns
fixes #12461
fixes #12458
|
2016-08-17 13:35:10 +02:00 |
Gunnar Beutner
|
b26b3a4f65
|
Add missing lock
refs #12450
|
2016-08-17 09:20:05 +02:00 |