Commit graph

161 commits

Author SHA1 Message Date
Johannes Meyer
4952b91cb6 Fix missing host history entries 2020-03-10 09:26:28 +01:00
Johannes Meyer
31c980c1fb Join acknowledgement entries in history views
refs #27
2020-03-10 08:18:28 +01:00
Johannes Meyer
97b8f4b61c RedisConfigForm: Avoid term master-master 2020-03-09 14:53:56 +01:00
Johannes Meyer
d19b238efd ServicegroupController: Don't apply id filter using the FilterProcessor
Ids are binary strings which may contain asterisks. These are then
interpreted as wildcard by the filter processor.
2020-03-06 14:49:19 +01:00
Johannes Meyer
4e1bd775f9 HostgroupController: Don't apply id filter using the FilterProcessor
Ids are binary strings which may contain asterisks. These are then
interpreted as wildcard by the filter processor.
2020-03-06 14:47:39 +01:00
Johannes Meyer
f8cec7ba87 TacticalController: Utilize the new summary widgets 2020-03-04 10:48:11 +01:00
Johannes Meyer
bce0c06b17 tactical/index: Add missing details and filter capabilities 2020-03-04 10:48:11 +01:00
Eric Lippmann
bb354c27c8 Introduce TacticalController 2020-03-04 10:48:11 +01:00
Johannes Meyer
0db37fd75e services/history: Fix duplicate history entries
ce0ec14 was wrong, only the operator had to be removed.
2020-03-04 07:54:28 +01:00
Johannes Meyer
03c2e22618 ServicesController: Fetch required relations in a single query 2020-03-03 14:28:24 +01:00
Johannes Meyer
ce0ec14d8c service/history: Only filter history entries by service id 2020-03-03 09:02:14 +01:00
Johannes Meyer
dd2bc2c0f2
Merge pull request #18 from Icinga/feature/view-switcher-icons
View switcher icons
2020-03-02 10:41:52 +01:00
Johannes Meyer
d3dec9b85b
Merge pull request #21 from Icinga/fix/inefficient-history-joins
Fix inefficient history joins
2020-03-02 10:17:13 +01:00
Johannes Meyer
a3f117f545 Introduce class StaticController 2020-02-18 10:31:00 +01:00
Johannes Meyer
ec89fe0024 Don't join service.host[.state] in history queries 2020-02-07 15:49:21 +01:00
Johannes Meyer
0c45793e71 HostDetail: Add service statistics 2020-02-06 15:39:06 +01:00
Johannes Meyer
e32323e1d1 Assemble object details in concrete classes for hosts/services 2020-02-06 15:39:06 +01:00
Johannes Meyer
1f5d57165b ServicegroupsController: Add show more widget in compact mode 2020-01-31 15:57:28 +01:00
Johannes Meyer
585e65817d HostgroupsController: Add show more widget in compact mode 2020-01-31 15:57:11 +01:00
Johannes Meyer
83ba4ffa1a NotificationsController: Add show more widget in compact mode 2020-01-31 15:51:44 +01:00
Johannes Meyer
9795792724 DowntimesController: Add show more widget in compact mode 2020-01-31 15:51:12 +01:00
Johannes Meyer
03d2c4fc87 CommentsController: Add show more widget in compact mode 2020-01-31 15:50:37 +01:00
Johannes Meyer
399d0430d0 ServicesController: Add show more widget in compact mode 2020-01-31 15:38:36 +01:00
Johannes Meyer
7ec08f51cf HostsController: Add show more widget in compact mode 2020-01-31 15:37:51 +01:00
Johannes Meyer
e4fb4d5fcb ServiceController: Use the correct history route to load more 2020-01-31 15:37:00 +01:00
Johannes Meyer
65448ea9ac HostController: Use the correct history route to load more 2020-01-31 15:36:25 +01:00
Johannes Meyer
ceb7c396a2 HistoryController: Shift param view, we have no view switcher here 2020-01-31 15:34:59 +01:00
Johannes Meyer
a555921628 DowntimesController: Let the show more widget decide if it's displayed 2020-01-31 15:34:22 +01:00
Johannes Meyer
05abe54300 CommentsController: Let the show more widget decide if it's displayed 2020-01-31 15:33:55 +01:00
Johannes Meyer
281ced3bf4 */history: Don't execute history queries twice 2020-01-31 14:01:01 +01:00
Johannes Meyer
49bc955a20 ConfigController: Dont' exceed the 120 character line limit 2020-01-17 16:40:26 +01:00
Johannes Meyer
3135bf133d ServicegroupsController: Move function opening brace onto the next line 2020-01-17 16:40:26 +01:00
Johannes Meyer
9f20fd2d1d HostgroupsController: Move function opening brace onto the next line 2020-01-17 16:40:26 +01:00
Johannes Meyer
e1ade63998 HealthController: Fix white-space issues 2020-01-17 16:40:26 +01:00
Johannes Meyer
05c38484e7 history: Clone params instead of the whole url object 2020-01-17 15:21:14 +01:00
Johannes Meyer
f01c8b5c89 Controller: Ensure parameter view is non-existent in getFilter() 2020-01-15 15:50:41 +01:00
Johannes Meyer
13300577ce DowntimeController: Already fetch required relations with the first query 2020-01-15 15:09:10 +01:00
Johannes Meyer
382f2ef198 CommentController: Already fetch required relations with the first query 2020-01-15 15:08:11 +01:00
Johannes Meyer
493483bd7a ObjectsDetail: Remove redundant second parameter $objects 2020-01-15 09:58:48 +01:00
Johannes Meyer
21e0489129 MultiselectQuickActions: Remove redundant second parameter $objects 2020-01-15 09:58:08 +01:00
Johannes Meyer
0b35cdb8a1 ServicesController: Prefer to use the ShowMore widget 2020-01-15 09:55:54 +01:00
Johannes Meyer
e1a107ddde HostsController: Prefer to use the ShowMore widget 2020-01-15 09:54:32 +01:00
Eric Lippmann
2b757f4919 Services: Add "Continue with filter" link 2020-01-10 09:29:28 +01:00
Eric Lippmann
ac4403c9eb Hosts: Add "Continue with filter" link 2020-01-10 09:29:15 +01:00
Eric Lippmann
e8a41a5e01 Downtimes: Add "Continue with filter" link 2020-01-10 09:29:03 +01:00
Eric Lippmann
7b53230695 Comments: Add "Continue with filter" link 2020-01-10 09:28:46 +01:00
Eric Lippmann
0e4d930dab Implement ServicesController::getFeatureStatus() 2020-01-08 14:00:57 +01:00
Eric Lippmann
9a7e9c9ac7 Implement HostsController::getFeatureStatus() 2020-01-08 13:59:48 +01:00
Eric Lippmann
143d1ebd4b Add multiselect actions for services 2020-01-08 10:00:11 +01:00
Eric Lippmann
ed7094af9e Add multiselect action for hosts 2020-01-08 10:00:11 +01:00