Gunnar Beutner
|
e3dcc8a610
|
Implement a unit test for nullary lambdas
fixes #7805
|
2015-02-03 14:02:32 +01:00 |
Gunnar Beutner
|
3b3a65c9ae
|
Document operator precedence
fixes #7816
|
2015-02-02 12:48:20 +01:00 |
Gunnar Beutner
|
1bff5eb706
|
Fix missing files in the Windows package
fixes #8200
|
2015-02-02 10:36:58 +01:00 |
Gunnar Beutner
|
fec8e15d9e
|
Implement the Array#join method
fixes #8322
|
2015-02-02 08:39:16 +01:00 |
Gunnar Beutner
|
173f5241c4
|
Improve error message for non-matching apply rules
fixes #8323
|
2015-01-30 15:51:22 +01:00 |
Gunnar Beutner
|
ce00081a57
|
Add enable_event_handlers attribute in status.dat
fixes #8321
|
2015-01-30 15:24:40 +01:00 |
Gunnar Beutner
|
ac959a72aa
|
Don't allow comparison of strings and numbers
fixes #8305
|
2015-01-30 10:30:31 +01:00 |
Gunnar Beutner
|
aeb579d2a0
|
Implement another syntax for nullary lambdas
refs #7564
|
2015-01-30 09:49:57 +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
|
e0be9cd743
|
Improve error message for failed casts
refs #6070
|
2015-01-29 16:51:47 +01:00 |
Gunnar Beutner
|
d713a6c940
|
Fix incorrect return value for ConfigItem::ActivateItems
refs #8309
|
2015-01-29 14:40:49 +01:00 |
Gunnar Beutner
|
2f44581f14
|
Validate timeperiod segments
fixes #8309
|
2015-01-29 14:14:56 +01:00 |
Gunnar Beutner
|
a3e0c9d898
|
Add missing mutex for AddNotification/RemoveNotification
fixes #8311
|
2015-01-29 13:21:22 +01:00 |
Gunnar Beutner
|
fb323ee215
|
Evaluate apply filters in the for loop
fixes #7610
|
2015-01-29 12:38:25 +01:00 |
Gunnar Beutner
|
88788685d3
|
Make sure the Livestatus listener thread terminates after SIGTERM
fixes #8295
|
2015-01-29 11:39:06 +01:00 |
Gunnar Beutner
|
03a509f419
|
Fix setting global variables with --define
fixes #8307
|
2015-01-29 11:06:08 +01:00 |
Gunnar Beutner
|
dd4a7ab240
|
Update validators for command arguments
refs #7564
|
2015-01-29 10:30:02 +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
|
235c7348f4
|
Implement accessor functions for hosts, services, etc.
refs #7564
|
2015-01-28 14:18:27 +01:00 |
Gunnar Beutner
|
4ad4c314ae
|
Implement the 'macro' function for dynamic custom vars
refs #7564
|
2015-01-28 14:14:48 +01:00 |
Tobias von der Krone
|
201883ff70
|
Add OpenTSDB perfdata plugin
refs #7256
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
|
2015-01-28 12:39:01 +01:00 |
Gunnar Beutner
|
eb2f2dd8a2
|
Implement get_object() and get_objects()
fixes #7564
|
2015-01-28 08:36:17 +01:00 |
Gunnar Beutner
|
88e1aadbf2
|
Use a separate thread for TLS connection attempts
fixes #8295
|
2015-01-28 08:35:36 +01:00 |
Gunnar Beutner
|
091d79ea4a
|
Don't execute DB updates for agent host objects
fixes #8296
|
2015-01-27 15:11:45 +01:00 |
Gunnar Beutner
|
fb44744680
|
Implement support for using functions in custom attributes
refs #7564
|
2015-01-27 13:40:05 +01:00 |
Gunnar Beutner
|
13917e07b0
|
Implement validator support for function objects
fixes #8291
|
2015-01-27 10:55:14 +01:00 |
Gunnar Beutner
|
a11cdbdc39
|
Replace spaces with tabs
|
2015-01-27 10:50:15 +01:00 |
Gunnar Beutner
|
e7938c9374
|
Fix crash in DbConnection::ProgramStatusHandler
fixes #8288
|
2015-01-27 09:53:07 +01:00 |
Gunnar Beutner
|
b858a05f15
|
Make operators &&, || behave like in JavaScript
fixes #8290
|
2015-01-27 08:40:19 +01:00 |
Stephan Platz
|
2d393eab28
|
Add macro "check_source" for hosts and services to use them in notification mails
fixes #8277
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
|
2015-01-25 16:04:36 +01:00 |
Gunnar Beutner
|
01d3be8820
|
Implement the while statement
fixes #8269
|
2015-01-23 15:54:27 +01:00 |
Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
Gunnar Beutner
|
981d645028
|
Update documentation
|
2015-01-21 08:48:38 +01:00 |
Gunnar Beutner
|
363f23b1d8
|
Rename ScriptFunction to Function
fixes #8258
|
2015-01-21 08:48:38 +01:00 |
Gunnar Beutner
|
604b080c59
|
Implement the Array#sort method
refs #8069
|
2015-01-20 16:56:08 +01:00 |
Gunnar Beutner
|
310278344c
|
Make sure we don't include zones.d directories for zones which were removed
fixes #8256
|
2015-01-20 13:18:40 +01:00 |
Tobias von der Krone
|
d5e406db85
|
Fix hardcoded host notifications_options value in compat statusdatawriter
Use the function from CompatUtility to retrieve the value.
fixes #8192
|
2015-01-19 12:58:57 +01:00 |
Gunnar Beutner
|
848d076090
|
Implement the "globals" and "locals" keyword
fixes #8244
|
2015-01-16 13:04:34 +01:00 |
Gunnar Beutner
|
b4c74efde0
|
Implement some more utility functions
refs #8169
|
2015-01-16 10:35:20 +01:00 |
Gunnar Beutner
|
4e96d48e87
|
Fix incorrect source line info in the CLI console
fixes #8240
|
2015-01-16 10:07:11 +01:00 |
Gunnar Beutner
|
76fefaf9e2
|
Make argument for the return keyword optional
fixes #8237
|
2015-01-16 08:41:27 +01:00 |
Gunnar Beutner
|
a1734e3051
|
Fix deadlock in VMOps::For
fixes #8236
|
2015-01-16 08:40:19 +01:00 |
Gunnar Beutner
|
1952d7c844
|
Disallow spaces in T_STRING_ANGLE
fixes #8230
|
2015-01-15 14:50:07 +01:00 |
Gunnar Beutner
|
6bb054caa8
|
Implement the Function#callv helper function
refs #8169
|
2015-01-15 12:52:23 +01:00 |
Gunnar Beutner
|
5d8356f6d2
|
Implement more utility functions
refs #8169
|
2015-01-15 12:34:50 +01:00 |
Gunnar Beutner
|
c0a5ed81f4
|
Improve argument validation for the String#substr and String#find methods
refs #8169
|
2015-01-14 17:03:56 +01:00 |
Gunnar Beutner
|
dd1cbb6fe7
|
Fix incorrect exception type
refs #81659
|
2015-01-14 15:57:48 +01:00 |
Gunnar Beutner
|
2ef798f378
|
Implement missing Type::SetField method
refs #8169
|
2015-01-14 13:34:52 +01:00 |
Gunnar Beutner
|
688e64ce40
|
Add missing meta type class for the Type class
refs #8169
|
2015-01-14 09:51:44 +01:00 |