Thomas Gelf
|
9fb2ff64aa
|
MigrationCommand: verbose help
|
2016-02-27 02:04:16 +01:00 |
Thomas Gelf
|
55dd6e5a5a
|
BaseTestCase: improve db handling
|
2016-02-27 02:03:24 +01:00 |
Thomas Gelf
|
84a788f36c
|
index: re-organize menu and overview link
|
2016-02-27 02:02:43 +01:00 |
Thomas Gelf
|
0574217568
|
controllers/*templates: remove obsolete controllers
|
2016-02-27 01:43:03 +01:00 |
Thomas Gelf
|
1da6d64030
|
IcingaNotification: there are no notification groups
|
2016-02-27 01:25:26 +01:00 |
Thomas Gelf
|
56dd2b44c4
|
schema/mysql: fix timeperiod relation name
|
2016-02-27 01:23:47 +01:00 |
Thomas Gelf
|
af5d5d231a
|
IcingaNotification: fix interval column name
|
2016-02-27 01:18:26 +01:00 |
Thomas Gelf
|
d3b9d2e9fe
|
IcingaNotification: base object
|
2016-02-27 01:14:45 +01:00 |
Thomas Gelf
|
30868c16a1
|
notification(s): controllers, table
|
2016-02-27 01:14:27 +01:00 |
Thomas Gelf
|
915b776e37
|
mysql/schema: add notification table
|
2016-02-27 01:12:44 +01:00 |
Thomas Gelf
|
3997c10a05
|
README.md: adjust headers, link screenshot
|
2016-02-26 16:06:47 +01:00 |
Thomas Gelf
|
da2ad842fa
|
DirectorObjectForm: provide filter enums
|
2016-02-26 15:52:03 +01:00 |
Thomas Gelf
|
f0cf938ddc
|
schema/mysql: delete ranges on time period deletion
|
2016-02-26 14:11:47 +01:00 |
Thomas Gelf
|
57be4f0504
|
StreamContext: fix syntax errors, file is unused
|
2016-02-26 13:12:17 +01:00 |
Thomas Gelf
|
c9c3f3e2e5
|
IcingaUser: fix syntax error
|
2016-02-26 13:10:42 +01:00 |
Thomas Gelf
|
067c82c074
|
application: PSR2 fixes
|
2016-02-26 12:42:21 +01:00 |
Thomas Gelf
|
f2a1ec91f7
|
test/php: allow to skip tests with db-dependency
|
2016-02-26 12:01:00 +01:00 |
Thomas Gelf
|
4bc5afb2f8
|
library/Director: fix PSR2 complaints
|
2016-02-26 11:58:37 +01:00 |
Thomas Gelf
|
586c043290
|
README.md: fix links
|
2016-02-26 09:15:45 +01:00 |
Thomas Gelf
|
ccc6274be5
|
schema/mysql: add hints to file header
|
2016-02-26 09:14:07 +01:00 |
Thomas Gelf
|
5f3fb2b023
|
README.md: refresh requirements and installation
|
2016-02-26 08:50:31 +01:00 |
Thomas Gelf
|
2d265caf95
|
RestApiClient: wait max 3sec for connection
|
2016-02-26 08:18:07 +01:00 |
Thomas Gelf
|
9bed3b7f8a
|
IcingaHostTest: ship rendered objects, compare
|
2016-02-25 21:46:51 +01:00 |
Thomas Gelf
|
75e2511f53
|
IcingaHostTest: add various persistance tests...
...for custom vars
|
2016-02-25 20:27:59 +01:00 |
Thomas Gelf
|
c32fe0a3bb
|
AssignRendererTest: add more test cases
|
2016-02-25 20:11:39 +01:00 |
Thomas Gelf
|
364b902468
|
IcingaTimePeriodRangesTest: store period, not ranges
|
2016-02-25 20:04:03 +01:00 |
Thomas Gelf
|
66f85a3b52
|
BenchmarkCommand: remove obsolete stream action
|
2016-02-25 20:02:03 +01:00 |
Thomas Gelf
|
bf8108d937
|
IcingaTimePeriodRanges: improve "modified" handling
Seems to be currently unused nonetheless
|
2016-02-25 19:58:08 +01:00 |
Thomas Gelf
|
14223712eb
|
DbObject: fix storing object multiple times
|
2016-02-25 19:57:08 +01:00 |
Thomas Gelf
|
2bac3c682f
|
CustomVariables: do not count deleted vars
|
2016-02-25 19:40:06 +01:00 |
Thomas Gelf
|
a3a17df437
|
IcingaObject: fix host merge test
|
2016-02-25 19:38:52 +01:00 |
Thomas Gelf
|
dd23380363
|
IcingaTimePeriodRangesTest: rename according class
|
2016-02-25 19:25:38 +01:00 |
Thomas Gelf
|
8684824ddf
|
IcingaTimePeriodRanges: fetch period id on store
|
2016-02-25 19:22:19 +01:00 |
Thomas Gelf
|
9417d4881b
|
TimePeriodRangesTest: tests need meaningful names
|
2016-02-25 19:21:47 +01:00 |
Thomas Gelf
|
682c2619d4
|
IcingaHostTest: add Icinga Host object tests
|
2016-02-25 19:21:10 +01:00 |
Thomas Gelf
|
77804d2b37
|
BaseTestCase: provide db for our tests
|
2016-02-25 19:01:48 +01:00 |
Thomas Gelf
|
f9c694d39d
|
TimePeriodRangesTest: restructure test
|
2016-02-25 18:56:39 +01:00 |
Thomas Gelf
|
78877e9440
|
IcingaTimePeriodForm: allow to delete timeperiods
|
2016-02-25 18:37:10 +01:00 |
Thomas Gelf
|
b31855ac33
|
TimePeriodRangesTest: moved according to namespace
Started cleanup, still not working
|
2016-02-25 18:36:42 +01:00 |
Thomas Gelf
|
e9152f2f3d
|
BaseTestCase: bootstrap only once
|
2016-02-25 18:31:00 +01:00 |
Thomas Gelf
|
c741042108
|
AssignRendererTest: first new simple test
|
2016-02-25 18:24:17 +01:00 |
Thomas Gelf
|
9cd5f46a68
|
BaseTestCase: add simple test bootstrapping
|
2016-02-25 18:23:05 +01:00 |
Thomas Gelf
|
40d505a7fe
|
doc: add automation chapter
|
2016-02-25 11:44:44 +01:00 |
Thomas Gelf
|
1261bd93e1
|
IcingaObject: add merge method, use in Sync
|
2016-02-25 00:23:27 +01:00 |
Thomas Gelf
|
f0d02edbe6
|
Sync: fix negation lost at ca76f30
|
2016-02-25 00:12:10 +01:00 |
Thomas Gelf
|
79f4aec592
|
Sync: initialize empty array only for combined keys
|
2016-02-25 00:10:40 +01:00 |
Thomas Gelf
|
b9ee674d3f
|
IcingaObject: render assignments (experimental)
|
2016-02-24 23:59:50 +01:00 |
Thomas Gelf
|
4939b7d6c8
|
IcingaAssignServiceToHostForm: store escaped...
...Icinga strings in filter expressions for now
|
2016-02-24 23:58:40 +01:00 |
Thomas Gelf
|
518ff61b3f
|
AssignRenderer: initial implementation
|
2016-02-24 23:00:49 +01:00 |
Thomas Gelf
|
0e11d60928
|
ServiceController: offer assign only for apply
|
2016-02-24 21:40:46 +01:00 |