Johannes Meyer
|
5faebb4a88
|
DataView: Implement interface IteratorAggregate
I'd like to foreach such.
|
2015-05-15 14:37:41 +02:00 |
|
Johannes Meyer
|
ed5f646b6f
|
SimpleQuery: Implement interface IteratorAggregate
I'd like to foreach such.
|
2015-05-15 14:37:41 +02:00 |
|
Johannes Meyer
|
3770741ba5
|
DataView: Implement QueryInterface
An instance of DataView should implement the full interface, not only
parts of it.
|
2015-05-15 14:37:41 +02:00 |
|
Johannes Meyer
|
e04655e8cf
|
Controller: Apply the user chosen sort rules when in compact view as well
|
2015-05-15 14:37:41 +02:00 |
|
Johannes Meyer
|
3b7f27f614
|
Revert "ListController: set up sort control before paginating a query"
This reverts commit ca79b020e30c5f039e7eb8c5cb75f797b8bf3a4d.
|
2015-05-15 14:37:41 +02:00 |
|
Johannes Meyer
|
ad8903660d
|
Revert "SortBox::handleRequest(): set query order direction to asc if it's not given"
This reverts commit 59753acece33c46fbd2070cf0e525343fa30caf6.
|
2015-05-15 14:37:41 +02:00 |
|
Alexander Fuhr
|
19243e6885
|
Add css cursor:pointer to buttons
|
2015-05-15 13:24:27 +02:00 |
|
Alexander Fuhr
|
df7b56881f
|
Add IDO instance validation
refs #9203
|
2015-05-15 13:06:33 +02:00 |
|
Alexander Fuhr
|
93470db81d
|
Add css styling for form notifications
refs #9203
|
2015-05-15 13:05:24 +02:00 |
|
Alexander Fuhr
|
9f35db71bf
|
Form: Add typed notifications to the form
refs #9203
|
2015-05-15 13:04:01 +02:00 |
|
Alexander Fuhr
|
1eb11625ef
|
Add new FormNotification Decorator to render form notifications
refs #9203
|
2015-05-15 13:02:54 +02:00 |
|
Alexander A. Klimov
|
8b08473341
|
Hostgroups view: reduce "Last Problem" column's width
|
2015-05-15 12:34:59 +02:00 |
|
Alexander A. Klimov
|
c7d1a7211f
|
Show host states in host groups
|
2015-05-15 11:28:16 +02:00 |
|
Alexander A. Klimov
|
386d4db851
|
Make ascending sort by host or service severity initiatable
fixes #9059
|
2015-05-15 11:19:52 +02:00 |
|
Johannes Meyer
|
149e893ecd
|
Revert "Make ascending sort by host or service severity initiatable"
This reverts commit 7e1f9f6dccc1085bc1066e6152e548d854050fac.
|
2015-05-15 10:54:30 +02:00 |
|
Alexander A. Klimov
|
e879ba445d
|
List number of hosts in host groups
refs #8054
|
2015-05-13 18:15:04 +02:00 |
|
Alexander A. Klimov
|
ead0a64244
|
GroupsummaryQuery: add column `hosts_total'
refs #8054
|
2015-05-13 18:10:18 +02:00 |
|
Alexander A. Klimov
|
7e1f9f6dcc
|
Make ascending sort by host or service severity initiatable
fixes #9059
|
2015-05-13 17:48:34 +02:00 |
|
Alexander A. Klimov
|
0fe15d655b
|
Merge branch 'bugfix/calculate-states-for-host-group-view-from-host-states-8860'
fixes #8860
|
2015-05-13 16:33:09 +02:00 |
|
Alexander A. Klimov
|
ab2f8e09d6
|
Calculate states for host group view from host states
refs #8860
|
2015-05-13 16:31:25 +02:00 |
|
Alexander A. Klimov
|
43d8968bd2
|
GroupsummaryQuery: add columns
hosts_up_last_state_change
hosts_pending_last_state_change
hosts_down_last_state_change_handled
hosts_unreachable_last_state_change_handled
hosts_down_last_state_change_unhandled
hosts_unreachable_last_state_change_unhandled
refs #8860
|
2015-05-13 16:22:47 +02:00 |
|
Alexander A. Klimov
|
59753acece
|
SortBox::handleRequest(): set query order direction to asc if it's not given
|
2015-05-13 14:40:40 +02:00 |
|
Alexander A. Klimov
|
ca79b020e3
|
ListController: set up sort control before paginating a query
|
2015-05-13 14:33:48 +02:00 |
|
Johannes Meyer
|
9eaa231c4f
|
GroupController: Since logging errors as well is usually a good idea, log errors
refs #8826
|
2015-05-13 13:58:48 +02:00 |
|
Johannes Meyer
|
07a5473616
|
UserController: Since logging errors as well is usually a good idea, log errors
refs #8826
|
2015-05-13 13:58:40 +02:00 |
|
Johannes Meyer
|
5db6fc9ba9
|
GroupController: Behave nicely when it's not possible to fetch any groups
refs #8826
|
2015-05-13 13:50:32 +02:00 |
|
Johannes Meyer
|
8927121266
|
UserController: Behave nicely when it's not possible to fetch any users
refs #8826
|
2015-05-13 13:50:19 +02:00 |
|
Johannes Meyer
|
e9fee2dad6
|
Repository: Handle column name ambiguousness automatically
refs #8826
|
2015-05-13 13:27:08 +02:00 |
|
Johannes Meyer
|
0a387573f3
|
Logger: Fix substitution of exception messages
|
2015-05-13 10:46:34 +02:00 |
|
Johannes Meyer
|
f93c2de6be
|
UserGroupBackend: Disable default backend type `ini'
We're not going to support this until a proper membership implementation
exists (or is required at all).
refs #8826
|
2015-05-13 10:45:54 +02:00 |
|
Johannes Meyer
|
223ecab991
|
DbUserGroupBackend: Make it possible to handle memberships
refs #8826
|
2015-05-13 10:34:39 +02:00 |
|
Johannes Meyer
|
47dfcf5e1d
|
DbUserGroupBackend: Do not use the repository abstraction internally
That's overhead which is not necessary.
refs #8826
|
2015-05-13 10:34:00 +02:00 |
|
Johannes Meyer
|
7d982068a5
|
DbRepository: Ensure that we'll work with a instance of DbConnection
refs #8826
|
2015-05-13 09:52:29 +02:00 |
|
Johannes Meyer
|
d5d0c67d2c
|
IniRepository: Do not handle $target as a section's name
That's bullshit.
refs #8826
|
2015-05-13 09:48:46 +02:00 |
|
Johannes Meyer
|
104c1c6bba
|
DbUserBackend: Utilize Zend_Db_Select when fetching the password hash
|
2015-05-13 09:16:24 +02:00 |
|
Johannes Meyer
|
7d08dd2765
|
DbConnection: Adjust insert and update to support custom type definitions
This strips the custom insert and update implementataions in
DbUserBackend down so that it does not need to do such low level stuff...
refs #8826
|
2015-05-13 09:15:18 +02:00 |
|
Johannes Meyer
|
aa466ae721
|
Merge branch 'master' into feature/user-and-group-management-8826
|
2015-05-13 08:11:59 +02:00 |
|
Alexander A. Klimov
|
9e3d65e4e9
|
Display performance data metrics with value 0
fixes #8744
|
2015-05-12 17:44:53 +02:00 |
|
Alexander A. Klimov
|
9e4c00506d
|
Revert "Display performance data metrics with value 0"
This reverts commit 3c73f281570f45694292788061723274a85507b2.
|
2015-05-12 17:22:25 +02:00 |
|
Alexander A. Klimov
|
3c73f28157
|
Display performance data metrics with value 0
fixes #8744
|
2015-05-12 17:19:20 +02:00 |
|
Alexander A. Klimov
|
d43513dcac
|
Controller: use Icinga\Data\Sortable
|
2015-05-12 16:38:31 +02:00 |
|
Alexander A. Klimov
|
7353c0d287
|
IdoQuery::initializeForPostgres(): cast only valid IP addresses to inet
fixes #7165
|
2015-05-12 16:35:14 +02:00 |
|
Johannes Meyer
|
a9f0fd0708
|
UserController: Ensure that the sort and dir parameters are being applied
refs #8826
|
2015-05-12 15:49:45 +02:00 |
|
Johannes Meyer
|
2e0a444f13
|
GroupController: Ensure that the sort and dir parameters are being applied
refs #8826
|
2015-05-12 15:49:24 +02:00 |
|
Johannes Meyer
|
c91d3e52ac
|
Merge branch 'master' into feature/user-and-group-management-8826
|
2015-05-12 15:39:02 +02:00 |
|
Johannes Meyer
|
053c9cdcb3
|
Repository: Check whether a column is queried from the correct table
refs #8826
|
2015-05-12 15:38:29 +02:00 |
|
Alexander A. Klimov
|
4bda1cf6d6
|
Merge branch 'bugfix/Centralize-submission-and-apply-handling-of-sort-rules-9220'
fixes #9220
|
2015-05-12 10:32:24 +02:00 |
|
Alexander A. Klimov
|
afa0dc0956
|
SortBox::handleRequest(): check whether $this->query !== null
refs #9220
|
2015-05-12 10:29:50 +02:00 |
|
Alexander A. Klimov
|
dd58f1466c
|
Don't apply sort rules in Monitoring_ListController::filterQuery()
refs #9220
|
2015-05-12 10:17:38 +02:00 |
|
Alexander A. Klimov
|
e1c3d23d12
|
Icinga\Web\Controller::setupSortControl(): set query on the newly created SortBox (if given)
refs #9220
|
2015-05-11 16:28:23 +02:00 |
|