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

jvergara
18.15.2007 60e44423478c0300639494eccac8c5c1fc27d006
refs
author jvergara <jvergara@localhost>
Wednesday, April 18, 2007 16:15 +0200
committer jvergara <jvergara@localhost>
Wednesday, April 18, 2007 16:15 +0200
commit60e44423478c0300639494eccac8c5c1fc27d006
tree 05e9c333f4b8113b592d1cf08d4d0b5aae11a457 tree | zip | gz
parent acf3e37582c3d169b364aff4989f7b65e3d62f98 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
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 6 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/SortableTableModel.java 67 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java 125 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 29 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/SetupUtils.java 8 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/BaseDNDescriptor.java 177 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ConfigFromFile.java 113 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ConfigFromLDAP.java 202 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/DatabaseDescriptor.java 49 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusCli.java 136 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusPanelController.java 2 ●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/StatusPanelLauncher.java 2 ●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties 10 ●●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ui/DatabasesTableModel.java 405 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ui/ListenersTableModel.java 1 ●●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ui/LoginDialog.java 2 ●●● diff | view | raw | blame | history
opends/src/statuspanel/org/opends/statuspanel/ui/StatusPanelDialog.java 223 ●●●●● diff | view | raw | blame | history