Thomas Gelf
fc4cfe4d39
locale/de_DE: Refresh German translation
...
fixes #1218
2017-10-09 15:43:29 +02:00
Thomas Gelf
d1e116a5a1
ipl: rename to dipl
...
fixes #1217
2017-10-09 15:23:27 +02:00
Thomas Gelf
800633155b
Clone: one more check when cloning templates
2017-10-09 15:16:39 +02:00
Thomas Gelf
bc94f467ef
IcingaCloneObjectForm: allow to clone fields
...
fixes #733
2017-10-08 21:49:31 +02:00
Thomas Gelf
4db73fdb95
TemplateChoiceForm: add min_required, max_allowed
...
fixes #1214
2017-10-07 17:22:54 +02:00
Thomas Gelf
f9e701d51d
IcingaObjectFieldForm: be case insensitive
...
fixes #1213
2017-10-05 13:12:13 +02:00
Thomas Gelf
45eaf0e987
IcingaServiceForm: add NamePattern validator
2017-10-02 08:45:32 +02:00
Thomas Gelf
b50a360ff1
ConfigController: do not fail without a valid...
...
...deployment endpoint
refs #918
2017-09-28 20:20:58 +02:00
Thomas Gelf
147946e965
Dependencies: hide single objects, mark the...
...
...feature as experimental, so we can merge it to master
2017-09-28 11:02:13 +02:00
Thomas Gelf
e45962c1b9
various: shorten long line, spacing, readability
2017-09-28 11:02:13 +02:00
Thomas Gelf
cd4e90e418
application/tables: remove obsolete tables
2017-09-28 11:01:27 +02:00
Marc DeTrano
708edfdebc
Updates: clean code for whitespace/standards...
...
...issues as reported by Travis. Add requirement for parent and child host
fields when setting up a Dependency Object (these fields are not necessarily
needed for Templates or Apply Rules). Renamed new table field to
'parent_service_by_name'... which is a bit more descriptive or what that
field is intended for.
2017-09-28 11:01:27 +02:00
Marc DeTrano
6bea1eff41
Implement Icinga Dependency Configuration.
2017-09-28 11:01:27 +02:00
Thomas Gelf
ec23a205c7
SuggestController: move escaping to controller
2017-09-17 13:44:52 +02:00
Thomas Gelf
9adc0e9087
IcingaHostForm: show inherited groups, link them...
...
...and strike them through in case you're overriding them
2017-09-13 19:03:52 +02:00
Thomas Gelf
b9d06f3015
IcingaHostForm: show (and link) applied groups
2017-09-13 16:40:04 +02:00
Thomas Gelf
1fe8ecf895
sugges: escape output, this is still legacy code
2017-09-13 13:28:35 +02:00
Thomas Gelf
22e575f9b0
HostController: use my parents parents for...
...
...temporary fake service
fixes #1121
2017-09-12 11:37:39 +02:00
Thomas Gelf
89660a500a
ServiceController: trust the id if given
...
This way we are able to load invalid objects
fixes #1172
2017-09-12 10:32:14 +02:00
Thomas Gelf
d83cf594cc
IcingaServiceForm: provide Choices also for...
...
...services on Hosts, form field has been forgotten.
fixes #1171
2017-09-12 10:00:47 +02:00
Thomas Gelf
804008673a
IcingaCloneObjectForm: clone sets with services...
...
...and fix redirection
fixes #852
2017-09-11 16:02:39 +02:00
Thomas Gelf
e76665741e
ImportSourceSql: cache query column list
...
fixes #1071
2017-09-11 15:30:00 +02:00
Thomas Gelf
54e17237e3
CommandArgument: always show and handle skip_key
...
This also allows to wipe the argument_name on modification
fixes #682
2017-09-04 10:01:11 +02:00
Thomas Gelf
3418a535ae
CommandArguments: redirection after submission...
...
...and add 'back' link
2017-09-03 09:23:52 +02:00
Thomas Gelf
59eda8f9c4
SuggestController: set default limit to 100
...
refs #1135
2017-08-29 15:53:02 +02:00
Thomas Gelf
d010d7d33a
IcingaServiceSetForm: remove useless method
2017-08-28 06:51:58 +02:00
Thomas Gelf
da2968a6d3
ServiceForm: add more helpful links to services...
...
...on hosts
2017-08-26 14:13:13 +02:00
Thomas Gelf
833d9eb972
KickstartForm: shorten url comment lines
2017-08-25 22:44:30 +02:00
Thomas Gelf
75fb983622
Forms: transform addHtmlHint into ipl-aware code
2017-08-25 18:12:39 +02:00
Thomas Gelf
551039e42b
Commandtemplate: add missing controller
...
fixes #1060
2017-08-25 16:28:22 +02:00
Thomas Gelf
2b386fa856
locale/de_DE: refresh translation
2017-08-25 16:10:31 +02:00
Thomas Gelf
5296f33bcc
KickstartForm: add hint for those re-running...
...
...Kickstart
fixes #1116
2017-08-25 14:41:28 +02:00
Thomas Gelf
1a08b90c7a
IcingaTemplateRepository: fetch parents, not...
...
...ancestors per default
fixes #1114
2017-08-25 14:22:49 +02:00
Thomas Gelf
9fbc523ffd
ConfigController: explicitly forbid all REST API
...
...calls to methods not being exported.
fixes #1113
2017-08-25 12:33:36 +02:00
Thomas Gelf
99eb6acd63
AssignRenderer and Form: "is true/set" operator
...
refs #339
fixes #729
fixes #739
2017-08-25 12:08:11 +02:00
Thomas Gelf
ee21c6320a
SuggestController: do not fail with no vars...
...
...and clean up some code
2017-08-25 12:05:02 +02:00
Thomas Gelf
c7d7657489
IcingaAddServiceForm: fix method signature...
...
...to fit parent method
fixes #1112
2017-08-25 11:48:53 +02:00
Thomas Gelf
9d369b5f16
IcingaHostForm: re-add zone element, got lost
...
fixes #1110
2017-08-25 11:04:26 +02:00
Thomas Gelf
e05c3a8556
IcingaHostForm: fix bug with no available tpl...
...
...and improve element ordering
fixes #1108
2017-08-24 22:42:01 +02:00
Thomas Gelf
ff3c7c93bb
HostForm: simple import selection for new hosts...
...
...cleanup, remove obsolete code
2017-08-24 13:04:54 +02:00
Thomas Gelf
71ab8b4663
ServiceController: set ServiceSet for new service
...
...added to a Set
fixes #1097
2017-08-23 08:41:41 +02:00
Thomas Gelf
ed715a881e
locale/de_DE: complete German translation
2017-08-22 16:12:20 +02:00
Thomas Gelf
f4cd0d7b3c
DeploymentLinkForm: fix typo
2017-08-22 10:11:00 +02:00
Thomas Gelf
29410a2079
locale/de_DE: refresh translation
2017-08-22 01:31:29 +02:00
Thomas Gelf
a89d6aa548
SuggestController: add missing UserTemplates
...
fixes #1061
2017-08-21 23:06:32 +02:00
Thomas Gelf
2109d138d5
IcingaTimeperiodRangeForm: delete through the...
...
IcingaTimePeriod and it's Ranges
fixes #1089
2017-08-21 22:41:37 +02:00
Thomas Gelf
ece3ba2498
HostController: fix link for 'add service set'
...
refs #1087
2017-08-21 21:02:41 +02:00
Thomas Gelf
b930b70966
SuggestController: suggest all commands for import
...
...not just templates
2017-08-21 21:01:24 +02:00
Thomas Gelf
c15a6e1a90
IcingaAddServiceForm: refactor, rename and use...
...
...it for single and for multiple hosts
refs #1087
2017-08-21 19:55:24 +02:00
Thomas Gelf
3c72cb9062
FormDataFilter: use correct view helper for...
...
...ExtensibleSet - this affects assign filters involving arrays
fixes #1068
2017-08-21 12:23:02 +02:00