summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console
Commit message (Collapse)AuthorAgeFilesLines
* Renamed projects / packages com.gluster.* to org.gluster.*Shireesh Anjal2011-11-25294-114965/+0
|
* Mount point parameter enclosed in quotesSelvasundaram2011-11-252-55/+41
|
* Merge branch 'master' of github.com:gluster/gmcSelvasundaram2011-11-242-0/+4413
|\
| * Offline volume brick changedDhandapani2011-11-242-0/+4413
| |
* | Disk Initialization enhanced with user selectable file system and mount pointSelvasundaram2011-11-242-18/+110
|/
* Modified not to include src directory in source build as it gets included ↵Shireesh Anjal2011-11-171-2/+1
| | | | automatically.
* Disabled the support info from help menuSelvasundaram2011-11-151-2/+2
|
* Story#65 Task#189 Double click on volume log row will show in a popup dialogSelvasundaram2011-11-101-2/+3
|
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-11-107-71/+241
|\
| * Modified to fire correct events to listeners on start/stop volume.Shireesh Anjal2011-11-103-7/+8
| |
| * Force stop volume review comments incorporatedDhandapani2011-11-103-33/+46
| |
| * Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-11-103-4/+63
| |\
| * \ Merge branch 'master' of git@github.com:Dhandapani/consoleDhandapani2011-11-102-5/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/GlusterDataModelManager.java src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/DeleteVolumeAction.java src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/StopVolumeAction.java src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/views/GlusterServersSummaryView.java src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/views/VolumesSummaryView.java src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/model/ClusterListener.java src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/model/DefaultClusterListener.java
| | * | Story #70: "Force" option in volume stopDhandapani2011-11-096-89/+156
| | | |
| * | | Story #70: "Force" option in volume stopDhandapani2011-11-106-95/+171
| |/ /
| * | Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-11-0912-29/+165
| |\ \
| * | | Story #70: "Force" option in volume stopDhandapani2011-11-036-45/+129
| | | |
* | | | Story#65 Task#189 Double click on volume log row will show in a popup dialogSelvasundaram2011-11-102-1/+28
| |_|/ |/| |
* | | Introduced system property auto.cluster.name that can be used for avoiding ↵Shireesh Anjal2011-11-092-0/+27
| | | | | | | | | | | | human intervention on the cluster selection dialog while running SWTBot automated tests.
* | | Changed the auto login system property from login.password to ↵Shireesh Anjal2011-11-092-2/+2
| | | | | | | | | | | | auto.login.password
* | | Added tooltips for the select, create and register radio buttons on the ↵Shireesh Anjal2011-11-091-3/+10
| | | | | | | | | | | | cluster selection dialog.
* | | Introduced system property login.password for avoiding human intervention on ↵Shireesh Anjal2011-11-092-1/+26
| |/ |/| | | | | login dialog while running SWTBot automated tests.
* | Modified the projects to instrument for code coverageShireesh Anjal2011-11-081-0/+6
| |
* | Support for sorting in table viewersShireesh Anjal2011-11-037-10/+79
| |
* | Modified to limit the width of alert labels to 400Shireesh Anjal2011-11-021-6/+11
| |
* | Modified to show the labels inside pie chart slicesShireesh Anjal2011-11-021-1/+11
| |
* | Changed application name to "Gluster Management Console"Shireesh Anjal2011-11-021-1/+1
| |
* | Comparator for sorting contents of a table viewerShireesh Anjal2011-11-021-0/+67
| |
* | Removed unused method setColumnPropertiesShireesh Anjal2011-11-021-21/+0
|/
* Review comments incorporatedDhandapani2011-10-271-5/+7
|\ | | | | | | Merge branch 'master' of git@github.com:Dhandapani/console
* | Merge branch 'force-start-volume'Dhandapani2011-10-271-2/+2
|\|
| * Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-10-273-8/+16
| |\
* | \ Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-10-202-7/+15
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #291 from Selvasundaram/masterShireesh Anjal2011-10-192-7/+15
| |\ | | | | | | Brick selection updates in migrate bricks dialog
| | * Migrate brick dialog shows the source and target brick selection dynamically ↵Selvasundaram2011-10-142-7/+15
| | | | | | | | | | | | in the message.
* | | Force start volume option implemented to start offline brickDhandapani2011-10-197-7/+87
|/ /
* / UI ChangesDhandapani2011-10-139-8/+36
|/ | | | | - CPU/Memory/Disk Usage alerts set to 80% - Displayed Offline volumes in alert section
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-10-0334-65/+127
|\
| * Done code audit fixes on console projectDhandapani2011-10-0333-68/+46
| |
| * Merge branch 'master' of git@github.com:Dhandapani/consoleDhandapani2011-09-291-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java src/com.gluster.storage.management.console/plugin.xml src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/VolumeLogRotateAction.java src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/resources/v1_0/VolumesResource.java src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/services/VolumeService.java
| | * Story #41: Volume Log RotateDhandapani2011-09-282-0/+87
| | |
| * | Story #41: Volume Log RotateDhandapani2011-09-292-0/+82
| |/
* | Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-09-218-22/+10
|\|
| * Removed unnecessary importsShireesh Anjal2011-09-217-8/+1
| |
| * Revert "Modified to show success/error dialog using Display.asyncExec"Shireesh Anjal2011-09-121-14/+9
| | | | | | | | This reverts commit 4234869fd2ef5df138a27443f5f923a3540b0013.
| * Merge branch '1.0.0' of github.com:gluster/console into 1.0.0Shireesh Anjal2011-09-122-2/+2
| |\
| * | Corrected the disabled icon for "clear task"Shireesh Anjal2011-09-122-1/+1
| | |
| * | Moved to eclipse 3.7 (indigo)Shireesh Anjal2011-09-123-19/+10
| | |
* | | Merge branch '1.0.0' of github.com:gluster/consoleSelvasundaram2011-09-096-22/+13
|\ \ \ | | |/ | |/|
| * | Changed the background job name to "Retrieving Management Info"Shireesh Anjal2011-09-092-2/+2
| | |