mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
18.15.2007 1d5f9c9484a47d91ab2c4cf3796e5b1effca89ec
refs
author jvergara <jvergara@localhost>
Wednesday, April 18, 2007 16:15 +0200
committer jvergara <jvergara@localhost>
Wednesday, April 18, 2007 16:15 +0200
commit1d5f9c9484a47d91ab2c4cf3796e5b1effca89ec
tree 209d3b8bd21d53827f80d8341bd126009c964b16 tree | zip | gz
parent b6da8fd1479147c2c484716faf1e755b7482c688 view | diff
The following changes have two main goals:

1. Fix a bug in the status panel code. The status panel code assumes that there is only one base DN per backend and is not able to display several base DNs per database.

2. Extend the information displayed by the status panel in order to show synchronization status. Basically we say if a suffix is synchronized or not and the number of missing changes and the age of the oldest missing change for the synchronized suffixes.

Please note that due to the fact that there is quite a lot of information to be displayed, the output of the status command line has changed. Instead of displaying a table-like layout for the Data Sources, we display the information for a given base DN in a block. This is done mainly because displaying a table with 6 columns in lines of 80 characters is complicated if we do not want to use abreviations.

2 files added
15 files modified
1557 ■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 6 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/SortableTableModel.java 67 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java 125 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 29 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/SetupUtils.java 8 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java 177 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ConfigFromFile.java 113 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ConfigFromLDAP.java 202 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/DatabaseDescriptor.java 49 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/StatusCli.java 136 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/StatusPanelController.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/StatusPanelLauncher.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties 10 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ui/DatabasesTableModel.java 405 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ui/ListenersTableModel.java 1 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ui/LoginDialog.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ui/StatusPanelDialog.java 223 ●●●●● diff | view | raw | blame | history