Bug 1070243 (JON3-31)
| Summary: | Add "Recent Events" portlet into JON Dashboard | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Heiko W. Rupp <hrupp> |
| Component: | UI | Assignee: | Jirka Kremser <jkremser> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | JON 3.3.0 | CC: | mmahoney |
| Target Milestone: | DR01 | ||
| Target Release: | JON 3.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-12-11 13:59:33 UTC | Type: | Task |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Heiko W. Rupp
2014-02-26 13:34:33 UTC
It's waiting in master. branch: master link: https://github.com/rhq-project/rhq/commit/ce4e2505c time: 2014-03-26 19:03:27 +0100 commit: ce4e2505c0907544d83cd2d27df8cc9dfeda8af3 author: Jirka Kremser - jkremser message: [BZ 1070243] - (JON3-31) Add "Recent Events" portlet into JON Dashboard To make the filtering (based on resource name) working, I had to add also the new method to the EventCriteria class. To sum it up, it is possible to filter by: * time ("from, to" or "last n mins/hours/days") * resource name - only for global Recent Alerts portlet; it accepts also a substring (sqlwise: "like %x%") of a name * event source path - it accepts also a substring of a path * severity (almost the same as alert priority filtering) * result counts (5 is default) Having that said, the performance shouldn't be an issue, because the filters may be set to fetch only a few records. branch: master link: https://github.com/rhq-project/rhq/commit/d78179e41 time: 2014-04-15 13:17:21 +0200 commit: d78179e419a07eec4c3cd9ae9d0c2337b34c7c3e author: Jirka Kremser - jkremser message: [BZ 1070243 & BZ 1069688] - Adding a button for resetting the {event source|resource} filters. Also the "Filter by time" component is now more intuitive that it is has been turned on/off. Heiko Rupp <hrupp> updated the status of jira JON3-31 to Resolved It can go to ON_QA, because 3.3.0 will be based on master Moving to ON_QA as available to test with brew build of DR01: https://brewweb.devel.redhat.com//buildinfo?buildID=373993 |