Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2559 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
11 minutes
Labels
None
Agent
Default Agent
Revision
5c022bfa82d71d1710381ab395b100cdbcb8f310
Total tests
1396
Successful since
#2551 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 5c022bfa82d71d1710381ab395b100cdbcb8f310 OF-2758: Remove admin flag when deleting user
When a user is being deleted, that user should no longer be marked as an admin.
Guus der Kinderen Guus der Kinderen 709bdb9e45e93ef8d83a483da44d149a443dfb88 Updates to CSS of Cache Summary admin page
Guus der Kinderen Guus der Kinderen bdcc4c1a327a8247848c01da67a5f2f96cd3059c OF-2792: Admin Console Cache Summary for Clustering
When clustering is used, many caches are not byte-size based, but entity-count based. The admin console page should properly show this.

This commit modifies the Cache interface to provide additional data used to display this page. Specifically:
- Caches now report their capacity unit (byte or entity)
- Caches can report additional remarks (eg: "this is a per clusternode count")

The Cache Overview admin console page has been modified to make use of these new attributes. When combined with an update of the Hazelcast plugin (for it to report the correct values), this improves the correctness of the displayed data remarkably.

The changes in this commit are intended to be backwards compatible with older versions of the Hazelcast plugin. The data reported will still be wrong, but functinality should not break.
Guus der Kinderen Guus der Kinderen c1e809403557d2f04f70fe1ab897ba60725a138d JSTL for system-cache.jsp

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2758Could not obtain issue details from Jira
Unknown Issue TypeOF-2792Could not obtain issue details from Jira