Gunnar Beutner
23a556c7ce
Make sure that operator % throws an exception when the ride-hand-side argument is 0
...
fixes #8089
2014-12-16 08:52:32 +01:00
Gunnar Beutner
8ef8316ca6
Fix location info for strings
...
fixes #8081
2014-12-16 06:18:39 +01:00
Gunnar Beutner
d72bd4fec2
Add another unit test for expressions
...
refs #8074
2014-12-15 17:23:18 +01:00
Gunnar Beutner
b9831f0be4
Add unit tests for the "var" keyword
...
refs #8074
2014-12-15 16:42:34 +01:00
Gunnar Beutner
77806b9de7
Get rid of the local/global keywords
...
refs #8074
2014-12-15 16:09:17 +01:00
Michael Friedrich
938ae083cd
Cli: "node wizard" shouldn't crash when SaveCert fails
...
fixes #7707
2014-12-15 13:08:30 +01:00
Gunnar Beutner
252f3205cb
Fix incorrect variable scoping
...
refs #8074
2014-12-15 12:58:55 +01:00
Gunnar Beutner
55b7f00382
Remove unnecessary includes
2014-12-15 10:16:06 +01:00
Gunnar Beutner
c7d9c415eb
Disable impersonation for the "repl" command
...
refs #7805
2014-12-15 08:38:03 +01:00
Gunnar Beutner
8c9fdb537f
Remove unused code
...
refs #8074
2014-12-15 06:03:13 +01:00
Gunnar Beutner
343d46bcbe
Make sure IcingaApplication::GetVars returns a default value
...
refs #8074
2014-12-15 06:02:59 +01:00
Gunnar Beutner
262bfb7fc9
Allow if/else in rterms
...
refs #8074
2014-12-14 14:08:41 +01:00
Gunnar Beutner
b40e95d9b6
Only implicitly convert strings to indexers
...
refs #8074
2014-12-14 11:55:44 +01:00
Gunnar Beutner
1cb0231c05
Refactor how variable scopes work
...
refs #8074
2014-12-14 11:33:45 +01:00
Gunnar Beutner
461cf8dbc1
Make sure Serialize() doesn't fail for objects which don't have a registered type
...
fixes #7895
2014-12-13 21:42:39 +01:00
Gunnar Beutner
83058d1123
Backport i2tcl's error reporting functionality into "icinga2 repl"
...
fixes #8078
2014-12-13 21:16:55 +01:00
Gunnar Beutner
dd4c04aa9b
Implement the 'global' keyword to differentiate between variable scopes
...
refs #8074
2014-12-13 17:48:58 +01:00
Gunnar Beutner
c0f6d65b66
Fix operator precedence for =>
...
refs #8030
2014-12-13 14:06:19 +01:00
Gunnar Beutner
54ab4dd924
Implement support for lambdas
...
refs #8030
2014-12-13 13:50:47 +01:00
Gunnar Beutner
1275847d5a
Improve error messages for failed expressions
...
fixes #8076
2014-12-12 21:21:30 +01:00
Gunnar Beutner
05485ea2d6
Disallow calling strings as functions
...
fixes #8040
2014-12-12 20:45:11 +01:00
Michael Friedrich
d11286e9a5
DB IDO: Update child object reachability if parentchanges to !{OK,UP}
...
fixes #7683
2014-12-12 16:12:05 +01:00
Gunnar Beutner
b8e7c5bc40
Fix the prototype for the Object class
...
refs #8065
2014-12-12 15:47:51 +01:00
Gunnar Beutner
0a4c461caa
Fix the clone() methods for the Array and Dictionary class
...
refs #8065
2014-12-12 15:38:06 +01:00
Gunnar Beutner
cfd775c948
Move the VMFrame class to libbase
...
refs #8065
2014-12-12 15:33:56 +01:00
Gunnar Beutner
aa38dde1fc
Implement prototype functions
...
fixes #8065
2014-12-12 15:22:37 +01:00
Michael Friedrich
868d403a8a
DB IDO: Missing last_hard_state column update in {host,service}status tables
...
fixes #8058
2014-12-12 13:25:10 +01:00
Gunnar Beutner
a94b26ff47
Add missing DebugInfo for field accesses
...
refs #8062
2014-12-12 08:58:39 +01:00
Gunnar Beutner
b016003eb5
Implement string indexers
...
fixes #8062
2014-12-12 06:54:38 +01:00
Gunnar Beutner
4d401a7cc5
Fix if for non-boolean arguments
...
fixes #8072
2014-12-11 21:31:30 +01:00
Gunnar Beutner
a9e2bc4b40
Implement a way to call methods on objects
...
fixes #8071
2014-12-11 21:12:34 +01:00
Gunnar Beutner
7ac6347d6a
Update error message to use the correct lexer token name
...
refs #7883
2014-12-11 15:07:21 +01:00
Michael Friedrich
ebc0845853
Cli: Don't parse node repository files twice in 'node update-config'
...
refs #7917
2014-12-11 14:47:46 +01:00
Gunnar Beutner
e86b36f8d7
Remove the __ prefix from some of the lexer tokens
...
fixes #7883
2014-12-11 13:12:35 +01:00
Gunnar Beutner
364f1daff8
Fix another crash in ThreadPool::Stop
...
refs #8059
2014-12-11 09:45:57 +01:00
Gunnar Beutner
874970db9e
Fix crash in ThreadPool::Stop
...
fixes #8059
2014-12-11 09:34:57 +01:00
Gunnar Beutner
a5a45ae891
Improve error reporting when libmysqlclient or libpq are missing
...
fixes #7882
2014-12-11 08:52:13 +01:00
Michael Friedrich
eb4de1884c
Cli: Make sure to check for removed nodes only once in 'node update-config'
...
fixes #7917
2014-12-10 18:48:35 +01:00
Gunnar Beutner
0f496c0b55
Fix set_if for non-numeric boolean values
...
fixes #8049
2014-12-10 16:49:00 +01:00
Gunnar Beutner
2720333d6e
Fix missing location information for included files
...
fixes #7927
2014-12-10 15:06:09 +01:00
Gunnar Beutner
c1ac548a77
Escape special characters in repository file names
...
fixes #7618
2014-12-10 13:20:16 +01:00
Gunnar Beutner
705447ce18
Make ConfigCompiler::HandleInclude return an inline dictionary
...
fixes #8047
2014-12-10 11:30:42 +01:00
Gunnar Beutner
d88856a994
Fix failing unit tests
...
refs #8043
2014-12-10 11:25:20 +01:00
Gunnar Beutner
2a2460ae67
Fix crash in RepositoryUtility::AddObject
...
refs #7822
2014-12-10 10:35:18 +01:00
Gunnar Beutner
c70623ec7c
Add log message for heartbeat timeouts
...
refs #7745
2014-12-10 09:57:08 +01:00
Gunnar Beutner
89a0fc006e
Implement a boolean sub-type for the Value class
...
fixes #8043
2014-12-10 09:05:16 +01:00
Gunnar Beutner
9e01f6d8b9
Fix operator precedence for %, |, ^, &, in and !in in combination with <
...
fixes #8029
2014-12-09 20:51:19 +01:00
Gunnar Beutner
291b000e09
Allow modifying the name attribute
...
fixes #8033
2014-12-09 20:37:20 +01:00
Gunnar Beutner
44b87aeff6
Fix typeof() for numbers
...
fixes #8028
2014-12-09 16:43:09 +01:00
Gunnar Beutner
4a81dbb6fc
Build fix for Windows
2014-12-09 15:07:49 +01:00
Gunnar Beutner
98375df4d7
Fix config validation in RepositoryUtility::AddObject
...
refs #7701
2014-12-09 14:55:29 +01:00
Gunnar Beutner
4d657163c3
Implement heartbeat messages for the cluster
...
fixes #7745
2014-12-09 13:17:27 +01:00
Gunnar Beutner
be4166b99e
Fix incorrect brace placement
2014-12-08 11:43:33 +01:00
Gunnar Beutner
a2bd3a9576
Add missing Flush() call in the CompatLogger class
...
fixes #7511
2014-12-08 09:55:40 +01:00
Gunnar Beutner
cf2b6e7ccc
Improve output of ToString for type objects
...
fixes #8020
2014-12-08 09:12:40 +01:00
Gunnar Beutner
57f84741b9
Register type objects as global variables
...
fixes #8019
2014-12-08 08:49:32 +01:00
Gunnar Beutner
04ca634a16
Fix typeof incorrectly returning null for arrays and dictionaries
...
fixes #8002
2014-12-08 08:36:03 +01:00
Gunnar Beutner
b5c7e2de4e
Make the ThreadPool spawn fewer threads
2014-12-06 19:23:27 +01:00
Gunnar Beutner
3cb2afd454
Fix minor memory leak in the config parser
2014-12-06 10:23:25 +01:00
Michael Friedrich
b81035e352
Livestatus: Fix missing host downtimes/comments
...
fixes #7064
2014-12-05 16:32:14 +01:00
Michael Friedrich
9f66587d84
Rename static timer variables
2014-12-05 16:32:14 +01:00
Gunnar Beutner
cefa469ee6
ScriptUtils: Make sure arguments aren't null
...
fixes #8003
2014-12-05 14:59:12 +01:00
Gunnar Beutner
ec99efbc28
Implement validator for the check_interval attribute
...
fixes #7591
2014-12-05 13:00:41 +01:00
Michael Friedrich
cc8fe684fe
Execute checks locally if command_endpoint == local endpoint
...
fixes #7863
2014-12-05 11:35:00 +01:00
Gunnar Beutner
7d93788650
Fix crash in the unit tests
...
fixes #7769
2014-12-04 21:50:22 +01:00
Michael Friedrich
d21b3aba52
cli: Fix node update-config errors
...
* fix hosts not created if config and inventory.index are missing.
* fix segfault if host already exists in inventory
* fix that newly listed node hosts are not added to the config repo
* fix repository removal of remove host/services on remote nodes
* fix missing/wrong locks for dictionaries
* fix missing directory create/chown
fixes #7518
fixes #7878
fixes #7917
fixes #7891
Conflicts:
lib/cli/objectlistcommand.cpp
2014-12-04 17:56:28 +01:00
Gunnar Beutner
fc42cb575c
Add missing validator for the socket_path attribute
...
refs #7901
2014-12-02 13:43:36 +01:00
Gunnar Beutner
078125bdec
Implement socket_path attribute for the IdoMysqlConnection class
...
fixes #7901
2014-12-02 08:42:53 +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
Michael Friedrich
06e79fe6fd
Don't execute built-in commands on the master in remote command execution mode
...
fixes #7708
2014-12-01 13:19:56 +01:00
Michael Friedrich
a07600a469
Fix missing lock in ConfigUpdateHandler()
2014-12-01 13:19:55 +01:00
Gunnar Beutner
1c07f5111a
Fix a memory leak in the ReadLineContext class
...
fixes #7602
2014-12-01 10:36:38 +01:00
Gunnar Beutner
d19821c900
Properly reset the ThreadPool status in Stop
...
refs #7822
2014-11-28 11:32:37 +01:00
Gunnar Beutner
b5b1be95a2
Make the config lexer return an error for unterminated string literals
...
fixes #7808
2014-11-28 06:49:06 +01:00
Gunnar Beutner
ab63fca3d5
Make the config parser thread-safe
...
fixes #7822
2014-11-28 06:48:27 +01:00
Gunnar Beutner
b61f803d60
Show source line information for the "repl" command
...
refs #7805
2014-11-28 06:29:38 +01:00
Michael Friedrich
6332921fb6
Cli: Ensure that repository path is created on 'node add' command
...
fixes #7743
2014-11-27 18:15:14 +01:00
Gunnar Beutner
9dfa3d22d4
Implement support for arrays in command arguments
...
fixes #6709
2014-11-27 13:24:07 +01:00
Gunnar Beutner
e05cd3144f
Fix incorrect operators in GelfWriter::NotificationToUserHandler
...
fixes #7866
2014-11-27 09:40:27 +01:00
Gunnar Beutner
a8b7710800
Fix crash in CreateCert
...
fixes #7862
2014-11-27 09:35:24 +01:00
Gunnar Beutner
358d91e912
Remove the __parent field in the DynamicObject class
...
refs #7748
2014-11-27 06:32:12 +01:00
Gunnar Beutner
cee13fbec0
Implement the %, ^, %=, ^=, &= and |= operators
...
fixes #7813
2014-11-25 17:16:34 +01:00
Gunnar Beutner
1e5751c540
Build fix for GCC
...
refs #7822
2014-11-25 12:36:13 +01:00
Gunnar Beutner
c220a99f2d
Implicitly convert Number argument to string for operator +
...
fixes #7823
2014-11-25 12:33:08 +01:00
Gunnar Beutner
31605402ea
Move the parser's global variables to the ConfigCompiler class
...
refs #7822
2014-11-25 09:40:32 +01:00
Gunnar Beutner
9281f82ba3
Fix parser problem with missing new-lines
...
refs #7822
2014-11-25 08:59:55 +01:00
Gunnar Beutner
c5839b91aa
Use MakeLiteral instead of 'new LiteralExpression'
...
refs #7822
2014-11-25 08:44:47 +01:00
Gunnar Beutner
03a4452343
Remove the global m_Expressions variable
...
refs #7822
2014-11-25 08:42:27 +01:00
Gunnar Beutner
ed81cb0f2c
Make SetExpression check whether the LHS is null
...
fixes #7814
2014-11-24 18:26:27 +01:00
Gunnar Beutner
fddead5303
Fix some compiler warnings
...
fixes #7826
2014-11-24 18:25:08 +01:00
Gunnar Beutner
7e13f7597f
Disallow - in identifiers
...
fixes #7830
2014-11-24 16:54:06 +01:00
Gunnar Beutner
2ec499be17
Implement the __if and __else keywords
...
fixes #7824
2014-11-24 09:56:28 +01:00
Gunnar Beutner
47ba5eeddd
Change parameter type for include and include_recursive to T_STRING
...
fixes #7802
2014-11-24 07:18:37 +01:00
Gunnar Beutner
4d125edc0d
Move the cast functions into libbase
...
fixes #7807
2014-11-24 07:09:51 +01:00
Gunnar Beutner
a1b231e069
Remove unused parameter
...
refs #7805
2014-11-24 01:05:19 +01:00
Gunnar Beutner
ca28a51373
Remove unused code in the ThinMutex class
...
refs #7805
2014-11-24 01:01:39 +01:00
Gunnar Beutner
d3a6277fec
Fix the __return keyword
...
fixes #7811
2014-11-24 00:07:29 +01:00
Gunnar Beutner
c29d6a99ac
Fix unary minus operator
...
fixes #7815
2014-11-23 23:19:46 +01:00
Gunnar Beutner
e93595c006
Fix scoping for __for
...
fixes #7809
2014-11-23 20:43:50 +01:00
Gunnar Beutner
75d90d5963
Fix a crash in the "repl" command
...
refs #7805
2014-11-23 19:13:42 +01:00