Marius Hein
1eef471bc2
Comment overview: Basic implementation
...
refs #4714
2013-10-09 09:35:32 +02:00
Eric Lippmann
c9e3a1ed5d
Merge branch 'feature/contact-group-overview-4713'
...
resolves #4713
2013-10-09 09:33:00 +02:00
Eric Lippmann
d599030579
Contacts: Remove class active from tr, still buggy though
...
refs #4713
2013-10-09 09:32:21 +02:00
Matthias Jentsch
5d4533a6ad
Add contact and contactgroup views
...
Create the new views, extend backend queries to fetch timeperiods and add
navigation bar entries
refs #4713
2013-10-09 09:32:21 +02:00
Eric Lippmann
ba77713af0
Merge branch 'feature/ido-doc-4663'
...
resolves #4663
2013-10-09 09:20:25 +02:00
Eric Lippmann
a42668edb8
Fix tests
...
refs #4663
2013-10-09 09:20:17 +02:00
Eric Lippmann
281626555b
Hosts: Fix link to unhandled services
...
refs #4663
2013-10-09 09:20:17 +02:00
Eric Lippmann
e9292199e7
Temporary: mainDetail: Don't trap clickable links, only rowselect loads detail
...
refs #4663
2013-10-09 09:20:17 +02:00
Eric Lippmann
5d0eaa5cd3
List host event history when showing a host
...
refs #4663
2013-10-09 09:20:17 +02:00
Eric Lippmann
18bd1c3221
List service event history when showing a service
...
refs #4663
2013-10-09 09:20:17 +02:00
Eric Lippmann
61bfcd495b
Add more information to host and service list
2013-10-09 09:20:17 +02:00
Eric Lippmann
c56771baa3
Monitoring: Fix list notifications
2013-10-09 09:20:17 +02:00
Eric Lippmann
b89d61add3
Monitoring: Refactor data views (WIP)
...
refs #4663
2013-10-09 09:20:16 +02:00
Eric Lippmann
b47a4d7864
Vagrant: Update nagios-plugins to version 1.5
2013-10-08 11:37:39 +02:00
Matthias Jentsch
ec2ffcabdf
Add redirection to AuthenticationController
...
refs #4670
2013-10-04 15:43:02 +02:00
Marius Hein
571351e342
Cleanup unused js fragments for load indicator
...
refs #4400
2013-10-04 15:32:39 +02:00
Marius Hein
1e72cd0c12
Doc for load indicator
...
refs #4400
2013-10-04 15:32:39 +02:00
Marius Hein
81cdb70b31
CS: Add license header to js test files
2013-10-04 15:32:39 +02:00
Marius Hein
1db06637be
Add frontend test for load indicator
...
refs #4400
2013-10-04 15:32:38 +02:00
Marius Hein
16dd53e798
Implement container load mask
...
refs #4400
2013-10-04 15:32:38 +02:00
Marius Hein
0d6dc0cc7b
Merge branch 'feature/svg-rendering-4614'
...
fixes #4614
2013-09-25 16:40:55 +02:00
Marius Hein
c6838f67a1
Icinga/Chart: Fixes typo, doc, interfaces, inspection warnings
...
refs #4614
2013-09-25 16:32:28 +02:00
Jannis Moßhammer
7690b0ec7f
Add basic tests and meta attributes for graphs
...
refs #4614
2013-09-25 14:24:26 +02:00
Jannis Moßhammer
b78d1a236a
Finish graphing library and add documentation
...
refs #4614
2013-09-25 14:24:26 +02:00
Eric Lippmann
45bf37b085
Add library/Icinga/Chart skeleton
...
refs #4614
2013-09-25 14:24:26 +02:00
Marius Hein
81b2a95a7b
Merge branch 'feature/main-detail-4611'
...
fixes #4611
2013-09-24 12:56:45 +02:00
Marius Hein
e7696bec89
CS: Fixes for controllers: Static, Action, List and Show
...
refs #4611
2013-09-24 12:52:00 +02:00
Marius Hein
4b97742371
Fix frontend test: regression-4622.js
...
refs #4611
2013-09-24 12:51:57 +02:00
Marius Hein
ff0760e507
MainDetail: Fix doc strings
...
refs #4611
2013-09-24 12:51:54 +02:00
Marius Hein
8bb89d7d34
Drop misleading secondary navigation and fix tab null return
...
refs #4611
2013-09-24 12:51:48 +02:00
Jannis Moßhammer
aa110ef9fe
Fix pagination in main-detail
...
refs #4611
2013-09-23 13:56:59 +02:00
Jannis Moßhammer
3e195501ac
Fixed issues with click targets
...
refs #4611
2013-09-23 13:56:59 +02:00
Jannis Moßhammer
4206504c9c
Fix tests for pagination in controller
...
refs #4611
2013-09-23 13:56:59 +02:00
Jannis Moßhammer
376dc8cd0f
Document form and container behaviour and simplify
...
Now the whole page gets refreshed on container changes, if
we encounter issues with that we can improve it afterwards
or roll back some cahnges already made in previous commits
refs #4611
2013-09-23 13:56:59 +02:00
Jannis Moßhammer
b4000d34fb
CS: Fixed styles, add codingStandardsIgnore for helper
...
refs #4611
2013-09-23 13:56:59 +02:00
Jannis Moßhammer
6d26240d6d
Add Main detail state to url, renderhelper, container tests
...
- The ActionController is now able to render a seperate detail view
- All list scripts select the currently active row from the detail view with
the 'active' class
- Autosubmit is now again attached to the onchange attribute (to prevent issues
when js can't load correctly)
- Logout is now recognized and causes a page refresh (will be made more generic)
- Add history mock for testing url changes
- Update all grids to implement the app/mainDetailGrid component
refs #4611
2013-09-23 13:56:57 +02:00
Jannis Moßhammer
f596f72169
Add URI component
...
Great library for Url manipulation, see http://medialize.github.io/URI.js/
MIT and GPLv3 License
refs #4611
2013-09-23 13:55:49 +02:00
Jannis Moßhammer
e6b3a54e90
Add/modify JavaScript components for main/detail and their tests
...
This commit introduces the following changes (although they are not
implemented in the templates, this follows):
- links in the top and navigation bar are loaded in the background
- generic main/detail container component handling click/load delegation
- mainDetailGrid implementation handling selection and render targets
- Generic history implementation handling URI change detection and reloading
refs #4611
2013-09-23 13:55:49 +02:00
Jannis Moßhammer
62e98ccbd7
Remove different caching headers for development
...
This has the reason that it's better to add a cache-buster via
requirejs, so only the main.js module must be modified in development
mode and we avoid an ugly bug in recent Chrome versions that prevents
<script> nodes from being correctly loaded in some cases (aborted
requests)
refs #4611 (not really, but kind of)
2013-09-23 13:55:49 +02:00
Eric Lippmann
f3a47553f8
Merge branch 'feature/ido-4255'
...
resolves #4255
2013-09-17 15:16:33 +02:00
Eric Lippmann
24f64e6d30
Fix conflicts from rebase, using inet_aton with pgsql, PHP strict standards violations, CS compliance
...
refs #4255
2013-09-17 15:12:18 +02:00
Thomas Gelf
c6db0067ec
Refactored Ido\EventHistoryQuery, now it's fully based on other subqueries.
...
* Added hostgroup filters
* Added aggregation columns
2013-09-17 10:54:21 +02:00
Thomas Gelf
c9ce7c53b0
Paginator may be ready for QueryInterface
2013-09-17 10:46:32 +02:00
Thomas Gelf
c75a83d1d2
PDF fixes
2013-09-17 10:46:32 +02:00
Thomas Gelf
26be35d447
Reverting change, this breaks things. No chance to redirect after rendering.
2013-09-17 10:46:31 +02:00
Thomas Gelf
42e73b866b
Slight changes in the ListController... more tbd
2013-09-17 10:44:18 +02:00
Thomas Gelf
67b54f42bb
Powerful contact/contactgroup filters. Shall soon be replaced by subjoining
...
their Query classes
2013-09-17 10:42:28 +02:00
Thomas Gelf
aac0570382
StatehistoryView, initial commit
2013-09-17 10:42:28 +02:00
Thomas Gelf
f6ef3faefb
Some new hoststatus columns and filters. There is much more in the query, stay tuned
2013-09-17 10:42:28 +02:00
Thomas Gelf
624f4ab535
Once again, hostgroupS. We'll see...
2013-09-17 10:42:27 +02:00