7188 Commits

Author SHA1 Message Date
Johannes Meyer
67e31c730a Fetch host and service statistics not until they are required
fixes #9472
2015-06-23 08:49:11 +02:00
Johannes Meyer
eabcb6702f Fix incorrect count of unhandled services in the statistics
fixes #9473
2015-06-22 16:16:56 +02:00
Johannes Meyer
2e375dd57c Do not bypass the view renderer when rendering benchmarks
fixes #9402
2015-06-22 13:56:41 +02:00
Johannes Meyer
6d48de6cf5 DbConnection: Do not accept configuration for table prefixes
fixes #9418
2015-06-22 13:32:34 +02:00
Johannes Meyer
d36f90d8cb Navigation: Restructure authentication backend configuration
This moves the configuration tabs for user and group backends into
a dedicated menu entry called "Authentication". All tabs previously
available in this menu entry were moved into their own dedicated
menu entry as well to not to confuse users.

fixes #9398
2015-06-22 13:26:24 +02:00
Matthias Jentsch
bb0ed20200 Assure to install icingacli in installation doc
Make sure that icingacli is installed when following the instructions in installation.md, since those commands are needed by later instructions.
2015-06-22 12:03:56 +02:00
Matthias Jentsch
d3dd88a925 Add alternating table layout to module views 2015-06-22 09:46:03 +02:00
Johannes Meyer
f5e30a84f1 Improve the look of headings in the setup wizard 2015-06-19 15:44:43 +02:00
Johannes Meyer
44e7fcf295 Improve the look of boxview headings 2015-06-19 15:12:08 +02:00
Johannes Meyer
5166ede38f Fix that ghost groups are shown in the host- and servicegroup summary
fixes #9454
refs #9458
2015-06-19 14:08:32 +02:00
Johannes Meyer
3b05c62575 IdoQuery: Fix method addFilter() 2015-06-19 14:06:02 +02:00
Johannes Meyer
d5ae135415 DbQuery: Add select() method to access self::$select publicly 2015-06-19 14:05:12 +02:00
Johannes Meyer
9b14fffc33 Add missing class attribute v2.0.0-rc1 2015-06-18 17:32:00 +02:00
Thomas Gelf
7f6baea28d module.less: quickfix for hostgroups 2015-06-18 17:29:16 +02:00
Thomas Gelf
14340587fa monitoring/css: fix inverted td style 2015-06-18 17:21:55 +02:00
Thomas Gelf
e78a80f184 monitoring/object/show: default links for groups 2015-06-18 17:20:51 +02:00
Thomas Gelf
fb921a9518 monitoring/details: more styling 2015-06-18 17:20:51 +02:00
Thomas Gelf
892ab4ba1f monitoring/perfdata: drop left border 2015-06-18 17:20:51 +02:00
Johannes Meyer
51749450c4 Update AUTHORS 2015-06-18 17:20:06 +02:00
Johannes Meyer
664d6ea513 Provide database upgrade scripts for rc1 2015-06-18 17:20:06 +02:00
Michael Friedrich
e394e1b111 Update ChangeLog 2015-06-18 17:10:03 +02:00
Thomas Gelf
02f3c333eb monitoring/object/show: reorder elements 2015-06-18 16:53:39 +02:00
Thomas Gelf
da8d0a46fd monitoring/object/show: adjust font sizes / width 2015-06-18 16:48:25 +02:00
Johannes Meyer
f5554b6aa0 IdoQuery: Handle non translated customvars properly 2015-06-18 16:43:20 +02:00
Johannes Meyer
fb9641fb3c Controller: Validate restriction columns 2015-06-18 16:43:20 +02:00
Thomas Gelf
1cabe95506 setup.less: no underlined h1 2015-06-18 16:41:58 +02:00
Thomas Gelf
76a32f769e main-content.less: larger default avp th column 2015-06-18 16:39:34 +02:00
Thomas Gelf
ffd27e84d6 login.less: no text-variant for header 2015-06-18 16:39:09 +02:00
Thomas Gelf
80802dbda2 defaults.less: fix missing link hover underline 2015-06-18 16:38:46 +02:00
Michael Friedrich
fb6de819ed Add release hints and changelog script
We're using the same script and release hint docs in icinga2
and should share the same process.
2015-06-18 16:02:34 +02:00
Johannes Meyer
cf2c2c3ee0 security documentation: Cleanup permission lists 2015-06-18 15:55:58 +02:00
Thomas Gelf
b154e13ad9 RoleForm: hide config/"all-but-*" for rc1 2015-06-18 15:49:49 +02:00
Johannes Meyer
82ed9efd91 Add instructions on how to upgrade to rc1 2015-06-18 15:48:23 +02:00
Johannes Meyer
22feb08f44 monitoring: Update security documentation 2015-06-18 15:48:01 +02:00
Thomas Gelf
8296e2f4c8 Merge branch 'feature/refine-ui-for-rc1-9361' 2015-06-18 15:19:15 +02:00
Thomas Gelf
cd70c27519 Merge remote-tracking branch 'origin/master' into feature/refine-ui-for-rc1-9361 2015-06-18 15:18:42 +02:00
Thomas Gelf
382085e30c defaults.less: adjust h3-h6 2015-06-18 15:17:41 +02:00
Thomas Gelf
bf68edf65c monitoring/css: improve plugin output readability 2015-06-18 15:13:48 +02:00
Thomas Gelf
c085e9cfbd monitoring/css: try better monospace fonts 2015-06-18 15:11:27 +02:00
Thomas Gelf
171b1d84ef object/show: make downtimes look like comments
refs #8281
2015-06-18 14:57:58 +02:00
Johannes Meyer
c8b0fabf26 Merge branch 'feature/monitoring-restrictions-9009'
Wohooo!!1

fixes #8343
fixes #8927
fixes #8928
fixes #9008
fixes #9319
fixes #9384
resolves #9009
2015-06-18 14:54:29 +02:00
Johannes Meyer
2bffe56bd5 Merge branch 'master' into feature/monitoring-restrictions-9009 2015-06-18 14:54:01 +02:00
Johannes Meyer
33927a3fb5 Bump version to v2.0.0-rc1 2015-06-18 14:53:43 +02:00
Johannes Meyer
dd81de39fd NotificationQuery: Do not fetch non-history related columns for history queries
refs #9009
2015-06-18 14:34:30 +02:00
Johannes Meyer
f2425a97d5 Select -1 as `state' for history queries not providing a valid state
PostgreSQL does not seem to be able to union null values with
integers...

refs #9009
2015-06-18 14:33:41 +02:00
Thomas Gelf
7ee192e774 fullscreen: no more fixes controls and padding 2015-06-18 13:41:12 +02:00
Thomas Gelf
1e61f55210 dashboard: add compact support 2015-06-18 13:41:12 +02:00
Thomas Gelf
1f5db2f8c1 ActionController: introduce showCompact
Works like view=compact, it will allow us to "free" the "view" parameter
2015-06-18 13:41:12 +02:00
Thomas Gelf
321924906f layout-structure: font size for fullscreen tabs 2015-06-18 13:41:12 +02:00
Thomas Gelf
2f62a4383a Layout: add showFullscreen parameter
refs #6729
2015-06-18 13:41:12 +02:00