Thomas Gelf
|
7cd2eb415f
|
FormExtensibleSet: fix nested options (e.g. users)
|
2016-03-09 09:14:13 +01:00 |
Thomas Gelf
|
c1343131fb
|
FormExtensibleSet/js: improve behaviour
|
2016-03-09 08:41:34 +01:00 |
Thomas Gelf
|
04f16008fe
|
PropertyModifierMap: new list lookup modifier
|
2016-03-08 22:30:45 +01:00 |
Thomas Gelf
|
1d4b508ff3
|
different files: style
|
2016-03-08 22:30:12 +01:00 |
Thomas Gelf
|
1c395037c3
|
DbObject.php: forget autoinc on clone
|
2016-03-08 22:24:53 +01:00 |
Thomas Gelf
|
5b853879b0
|
PropertyModifierGetHostByName: new modifier
|
2016-03-08 22:10:50 +01:00 |
Thomas Gelf
|
66c8d7628f
|
PropertyModifierHook: provide db connection
|
2016-03-08 22:09:59 +01:00 |
Thomas Gelf
|
23333f1b77
|
IcingaObject: unmodified object should be an object
|
2016-03-08 21:30:12 +01:00 |
Thomas Gelf
|
ef50386cd7
|
CustomVariables: fix modification handling
Used to fail when stored and modified multiple consecutive times.
|
2016-03-08 21:28:54 +01:00 |
Thomas Gelf
|
2afacf3431
|
BaseTestCase: newObject helper method added
|
2016-03-08 21:25:27 +01:00 |
Thomas Gelf
|
bbd96fd375
|
IcingaHostTest: more tests
|
2016-03-08 21:24:42 +01:00 |
Thomas Gelf
|
8cb84c7735
|
IcingaHostTest: skip db-related test with no db
|
2016-03-08 09:25:43 +01:00 |
Thomas Gelf
|
fdfedbae04
|
IcingaConfigHelper: render dictionaries sorted
Adjusted test scenario
|
2016-03-08 09:24:18 +01:00 |
Thomas Gelf
|
670b932526
|
IcingaObject: fix lezy-loading issues
|
2016-03-08 09:21:59 +01:00 |
Thomas Gelf
|
407a47a6ec
|
IcingaHostTest: add a couple of tests...
...related to recently added lazy-loading capabilities
|
2016-03-08 09:20:27 +01:00 |
Thomas Gelf
|
27811eebe6
|
css: improve readability for desriptions
|
2016-03-07 23:00:16 +01:00 |
TonyBoston
|
1519b2ae57
|
Update 02-Installation.md
fixed typo
Signed-off-by: Thomas Gelf <thomas@gelf.net>
|
2016-03-07 21:45:23 +01:00 |
Thomas Gelf
|
a42be2a6e8
|
IcingaServiceForm: cleanup, no details without type
|
2016-03-07 18:39:19 +01:00 |
Thomas Gelf
|
c8a95f1de6
|
IcingaHostForm: no groups element with no groups
|
2016-03-07 18:38:07 +01:00 |
Thomas Gelf
|
7ef09b99dc
|
ObjectController: remove obsolete sprintf
|
2016-03-07 18:37:49 +01:00 |
Thomas Gelf
|
e40c6d1f5e
|
KickstartHelper: remove 'imports' workarounds
|
2016-03-07 18:37:11 +01:00 |
Thomas Gelf
|
898460a306
|
css: slight changes, lighter lines
|
2016-03-07 18:36:27 +01:00 |
Thomas Gelf
|
572ac3ad4c
|
DirectorObjectForm: lazy relations only for Icinga
|
2016-03-07 18:22:19 +01:00 |
Thomas Gelf
|
f2d9e1a544
|
IcingaObject: fix key handling for unresolved props
|
2016-03-07 18:10:09 +01:00 |
Thomas Gelf
|
b3a44bd7dd
|
IcingaObject: fix 'empty' check for relation property
|
2016-03-07 18:07:36 +01:00 |
Thomas Gelf
|
aee62754ce
|
IcingaObject: fix resolution of lazy-loaded rels
|
2016-03-07 17:11:23 +01:00 |
Thomas Gelf
|
2826408c72
|
DirectorObjectForm: improve 'imports' element
|
2016-03-07 14:54:06 +01:00 |
Thomas Gelf
|
70514adc70
|
js: put focus on object_type if missing
|
2016-03-07 14:52:43 +01:00 |
Thomas Gelf
|
0cce5e4414
|
css: improve extensible set styling
|
2016-03-07 14:41:43 +01:00 |
Thomas Gelf
|
da29da0065
|
forms/Icinga*: choose type first, then go on
|
2016-03-07 14:20:58 +01:00 |
Thomas Gelf
|
c5a75e0b9e
|
IcingaObjectAssignmentTable: use rule_id in links
|
2016-03-07 14:16:58 +01:00 |
Thomas Gelf
|
aa53d57ec8
|
DirectorObjectForm: no default object_type
|
2016-03-07 14:14:52 +01:00 |
Thomas Gelf
|
8da2991e76
|
DirectorObjectForm: object knows redirect params
|
2016-03-07 13:41:30 +01:00 |
Thomas Gelf
|
4974d1a850
|
ObjectController: fix 'back' link style
|
2016-03-07 08:59:17 +01:00 |
Thomas Gelf
|
715c00e975
|
IcingaServiceAssignment: has no object name
|
2016-03-07 08:56:57 +01:00 |
Thomas Gelf
|
0708dd774a
|
ServiceController: ask object for url params
|
2016-03-07 08:16:20 +01:00 |
Thomas Gelf
|
f3ce5fab21
|
CoreApi: no special treatment for imports
|
2016-03-07 02:09:54 +01:00 |
Thomas Gelf
|
95cf3df0c2
|
doc/01-Introduction: add some more information
|
2016-03-07 02:08:28 +01:00 |
Thomas Gelf
|
5350584bec
|
IcingaObject: lazy-load related objects...
...if string name is given
fixes #11301
|
2016-03-07 02:06:04 +01:00 |
Thomas Gelf
|
378423ff10
|
IcingaObjectImports: implement lazy loading
reefs #11301
|
2016-03-07 02:05:10 +01:00 |
Thomas Gelf
|
529eb13118
|
IcingaEndpoint: fall back to name with no host
fixes #11315
|
2016-03-07 02:03:34 +01:00 |
Thomas Gelf
|
73eced1b11
|
KickstartForm: catch errors gracefully...
...and provide better documentation
|
2016-03-07 01:10:56 +01:00 |
Thomas Gelf
|
e3699ac294
|
KickstartHelper: ignore empty host property
|
2016-03-07 01:10:17 +01:00 |
Thomas Gelf
|
a76b41c648
|
doc: re-structure, more documentation
fixes #11093
|
2016-03-07 00:49:29 +01:00 |
Thomas Gelf
|
d20d649e1d
|
doc/99-TODO: removed, we have issues for this
|
2016-03-06 22:52:52 +01:00 |
Thomas Gelf
|
a1b7cd216b
|
RestApiClient: catch 401 errors
fixes #11286
|
2016-03-06 21:43:32 +01:00 |
Thomas Gelf
|
218e67527b
|
RestApiClient: fail without curl
fixes #10929
|
2016-03-06 21:12:59 +01:00 |
Thomas Gelf
|
fd757054e7
|
ObjectController: enforce object only for REST API
refs #11315
|
2016-03-06 20:25:06 +01:00 |
Thomas Gelf
|
6377ed4bc7
|
schema/pgsql: allow for longer (> 255) commands
This has already been fixed for MySQL time ago.
refs #11315
|
2016-03-06 19:28:21 +01:00 |
Thomas Gelf
|
8cc7b0834e
|
IcingaService: override setKey, allows for...
...different kind of links (host/service name VS id)
|
2016-03-06 19:13:58 +01:00 |