Commit Graph

2933 Commits

Author SHA1 Message Date
Thomas Gelf d4b769b8d7 IcingaHost: do not render Endpoint and Zone...
...for disabled hosts

fixes #741
2017-01-24 09:45:32 +01:00
Thomas Gelf 5c158e708e RestApiClient: re-add lost method 2017-01-19 22:49:51 +01:00
Thomas Gelf c75b4fc6b0 DirectorDatafield: phpcs -> SpacingBeforeClose 2017-01-19 13:58:07 +01:00
Thomas Gelf b08be6ecc0 DirectorDatafield: do not fail on missing command
refs #712
refs #731
2017-01-19 13:55:59 +01:00
Thomas Gelf 164b5bd93d Fields: fix inheriting fields from commands
refs #712
refs #731
2017-01-19 13:50:50 +01:00
Thomas Gelf 334bd9f58d schema/upgrade_104: workaround for PostgreSQL
refs #730
2017-01-19 12:13:17 +01:00
Thomas Gelf e4a2e3e9fc Revert "schema/pgsql/upgrade_104.sql: related to last..."
This reverts commit 17292e7680.
2017-01-19 11:53:57 +01:00
Thomas Gelf 91c82a0e5e Revert "schema/mysql/upgrade_104: drop invalid data..."
This reverts commit 402f0ed4b4.
2017-01-19 11:53:48 +01:00
Thomas Gelf 17292e7680 schema/pgsql/upgrade_104.sql: related to last...
...commit

fixes #730
2017-01-19 10:36:58 +01:00
Thomas Gelf 402f0ed4b4 schema/mysql/upgrade_104: drop invalid data...
...before upgrading

fixes #730
2017-01-19 09:02:01 +01:00
Thomas Gelf d4b28101a1 HostController: jsut a newline to make phpcs happy 2017-01-18 15:23:30 +01:00
Thomas Gelf 5af80479a5 ServiceForm: support all new kinds of overrides 2017-01-18 15:17:17 +01:00
Thomas Gelf 1cb447f6b3 Installation: suggest Icinga Web 2.4.1 2017-01-18 15:14:42 +01:00
Thomas Gelf 0506bf2b64 HostController: simplify code 2017-01-18 15:11:14 +01:00
Thomas Gelf a1ed3f4be5 host/services: allow to delete sets
fixes #724
2017-01-18 15:10:39 +01:00
Thomas Gelf 7b776956e3 changelog: directly link github milestones 2017-01-18 14:38:32 +01:00
Thomas Gelf 3fe06a05c7 changelog: link fields example 2017-01-18 14:35:36 +01:00
Thomas Gelf c7d90481a4 AgentWizard: endpoints should be an array
refs #651 - but doesn't fix the issue
2017-01-18 14:31:54 +01:00
Thomas Gelf d5bf2a4b47 Icinga2Agent.bash: remove duplicate line 2017-01-18 14:24:05 +01:00
Thomas Gelf 4155da1770 module.info: prepare 1.3.0 2017-01-18 14:23:39 +01:00
Thomas Gelf c4bfe3171d HostController: do add fake template name...
...into inheritance tree when overriding inherited services

fixes #722
2017-01-18 14:21:29 +01:00
Thomas Gelf 379e5d12ae schema: add index on activity log author
fixes #687
2017-01-18 13:29:13 +01:00
Thomas Gelf 5d2e0ededf doc/fields_snmp: complete the example with details 2017-01-18 12:45:36 +01:00
Thomas Gelf 9dd8587d5a KickstartController: useless use of use 2017-01-18 11:21:50 +01:00
Thomas Gelf 44866c5176 IcingaObjectFieldLoader: force values related...
...to filtered data fields to be removed. This also changes field order and
places fields without filter first
2017-01-18 11:20:59 +01:00
Thomas Gelf edb192c177 doc/fields-snmp: prepare a new extensive example
This should show the capabilities of filter-based fields based on a real-world
example: SNMP credentials based on chosen SNMP version
2017-01-18 11:05:20 +01:00
Thomas Gelf 3bbf06d6b7 DirectorObjectForm: simplify method call
FieldLoader already has the object
2017-01-18 11:04:23 +01:00
Thomas Gelf e4dbdbe808 Kickstart: unify strings 2017-01-16 17:30:22 +01:00
Thomas Gelf 7b6de717bb locale/de_DE: compile new German translation 2017-01-16 17:29:40 +01:00
Thomas Gelf fd3bb68de6 locale: translate recent additions to de_DE 2017-01-16 17:29:14 +01:00
Thomas Gelf bc67f603f9 KickstartDashlet: extend description 2017-01-16 11:41:08 +01:00
Thomas Gelf dd506cd5d5 Changelog: mention infrastructure-related changes 2017-01-16 11:39:25 +01:00
Thomas Gelf b26b209b06 KickstartController: do not fail on missing schema 2017-01-16 11:01:17 +01:00
Thomas Gelf 303e107f15 README: replace main screen once again...
...to match latest dashboard changes
2017-01-16 10:57:44 +01:00
Thomas Gelf 5286c85ece css: limit dashboard with when "not large" 2017-01-16 10:42:22 +01:00
Thomas Gelf d3e55ed5c9 Dashboards: add Infrastructure dashboard
fixes #14017
2017-01-16 08:50:18 +01:00
Thomas Gelf 83b5b27803 Merge branch 'feature/travis-enforce-psr2' 2017-01-13 20:58:45 +01:00
Thomas Gelf b7a10d296c phpcs: mostly new PSR-2 SpacingAfter/Before checks 2017-01-13 20:54:52 +01:00
Thomas Gelf 8cc99f76d0 tests: simplify bootstrap, enforce PSR-2 2017-01-13 20:10:35 +01:00
Thomas Gelf 2416007b24 ActionController: fix indentation 2017-01-13 19:59:11 +01:00
Thomas Gelf b931254087 GitLab-CI: enforce PSR-2 2017-01-13 19:50:48 +01:00
Thomas Gelf 9e771f2d5a Fix phpcs complaints 2017-01-13 19:47:54 +01:00
Thomas Gelf f6fca75eae Acl: code cleanup, more comments 2017-01-13 18:59:04 +01:00
Thomas Gelf 1b71df732e CubeLinks: cleanup, comments 2017-01-13 18:58:46 +01:00
Thomas Gelf d258cb433e HostController: appliedservice is not deprecated 2017-01-13 16:48:44 +01:00
Thomas Gelf bfc571cb9d HostController: show a sets services, not the set 2017-01-13 16:44:16 +01:00
Thomas Gelf af1e146466 ServicesetController: open hosts next to us 2017-01-13 16:42:46 +01:00
Thomas Gelf 02b60ba3d1 IcingaServiceSetServiceTable: do not set obsolete
...property
2017-01-13 16:41:47 +01:00
Thomas Gelf a17f8ab39b IcingaServiceSetHostTable: link to host, not to...
...its services - this is less confusing
2017-01-13 16:40:18 +01:00
Thomas Gelf 792e58abae DirectorDatafield: just newlines 2017-01-13 16:39:35 +01:00