summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.client
Commit message (Collapse)AuthorAgeFilesLines
* Renamed projects / packages com.gluster.* to org.gluster.*Shireesh Anjal2011-11-2519-1405/+0
|
* Mount point parameter enclosed in quotesSelvasundaram2011-11-251-4/+5
|
* Disk Initialization enhanced with user selectable file system and mount pointSelvasundaram2011-11-241-1/+9
|
* Modified not to include src directory in source build as it gets included ↵Shireesh Anjal2011-11-171-2/+1
| | | | automatically.
* Modified the projects to instrument for code coverageShireesh Anjal2011-11-081-0/+6
|
* Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-11-021-1/+1
|\
* | Force start volume option implemented to start offline brickDhandapani2011-10-191-5/+6
|/
* Story #41: Volume Log RotateDhandapani2011-09-291-0/+8
|
* Removed unnecessary importsShireesh Anjal2011-09-211-1/+0
|
* Modified not to fetch volume options info if the cluster is empty. Removed ↵Shireesh Anjal2011-08-191-1/+1
| | | | class VolumeOptionsDefaults and moved its logic to VolumeService.
* Create volume replica / stripe count made as optional parameterSelvasundaram2011-08-191-1/+4
| | | | Getting Gluster servers, optional "detail" paramter added and default value is "false"
* Changed REST API version from 1.0 to 1.0.0Shireesh Anjal2011-08-171-1/+1
|
* Fixed Bug 3307 - Can not change the password after logging into the clusterShireesh Anjal2011-08-101-6/+11
|
* Bug 3287 - Multiple volume selection and delete is not working as expectedSelvasundaram2011-08-091-2/+2
|
* Modified method AbstractClient#uploadResource to extract exact error message ↵Shireesh Anjal2011-08-071-1/+1
| | | | from the response.
* Introducing VolumeService class for all Volume related functionalityShireesh Anjal2011-08-071-1/+1
|
* Modified to prevent ArrayIndexOutOfBoundException in method ↵Shireesh Anjal2011-08-071-2/+1
| | | | AbstractStatsFactory#addServerStats
* Volume cifs service integrationSelvasundaram2011-08-071-2/+1
|
* Modified to make sure that the server devices are updated with server name ↵Shireesh Anjal2011-08-061-2/+4
| | | | even in case of manual server addition.
* Modified to handle error conditions properly.Shireesh Anjal2011-08-031-12/+16
|
* Bug 3290 - GUI throws 500 error if we try to add server with IP address or ↵Dhandapani2011-08-032-6/+11
| | | | server name in small case
* New icon changesDhandapani2011-08-021-1/+3
|
* Story #56: CIFS FeatureDhandapani2011-08-024-7/+11
|
* Logging mechanism in UI plug-inShireesh Anjal2011-07-312-8/+0
|
* Story #29 - Memory Usage GraphShireesh Anjal2011-07-271-1/+1
|
* Story #29 - Memory Usage GraphShireesh Anjal2011-07-261-0/+15
|
* Export key errors - bug fixSelvasundaram2011-07-261-1/+11
|
* Story #38 - CPU Usage graphShireesh Anjal2011-07-241-2/+11
|
* Story #38 - CPU Usage graphShireesh Anjal2011-07-211-1/+1
|
* New Icon changesDhandapani2011-07-211-1/+1
|
* Alerts build on UI sideSelvasundaram2011-07-205-761/+9
| | | | REST services removed for Alerts
* Manual Server Addition FeatureDhandapani2011-07-201-2/+2
|
* Story #38 - CPU Usage graphShireesh Anjal2011-07-191-19/+7
|
* Security configuration to make sure that all REST calls are authenticated.Shireesh Anjal2011-07-191-28/+0
|
* Bug 3189 - REST API-Gateway stops responding with exceptions if we try to ↵Shireesh Anjal2011-07-192-13/+17
| | | | delete cluster with server
* Removing the background flash image from change password wizard andSelvasundaram2011-07-191-0/+1
| | | | New password authentication failed bug fix
* Removing the background flash image from change password wizard andSelvasundaram2011-07-191-8/+1
| | | | New password authentication failed bug fix
* Merge pull request #119 from Selvasundaram/masterShireesh Anjal2011-07-186-33/+43
|\ | | | | Import SSH keys feature
| * Merge branch 'import-keys'Selvasundaram2011-07-186-33/+43
| |\
| | * Import SSH keys featureSelvasundaram2011-07-186-33/+43
| | |
* | | Disk Partition view enhancedDhandapani2011-07-181-6/+6
|/ /
* | Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-07-181-59/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/GlusterDataModelManager.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/BrickTableLabelProvider.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/DeviceTableLabelProvider.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/AddBrickPage.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/BricksSelectionPage.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/MigrateBrickPage1.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/SelectDisksDialog.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/pages/AbstractDisksPage.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/pages/AbstractTableTreeViewerPage.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/pages/DisksPage.java
| * | Disk and Partition feature addedDhandapani2011-07-171-72/+34
| |/
* / Disk and Partition feature addedDhandapani2011-07-151-27/+35
|/
* Merge branch 'import-keys'Selvasundaram2011-07-152-6/+7
|
* Export SSH keys featureSelvasundaram2011-07-142-1/+59
|
* Change password dialogSelvasundaram2011-07-123-35/+46
|
* Merge branch 'disk-initialize'Selvasundaram2011-07-111-0/+10
|\
| * Format disk task status update bug fixesSelvasundaram2011-07-111-0/+10
| | | | | | | | [Bug 3150] New: Brick list is not getting updated after migrate operation - fix
* | Task#111 - Auto-refresh of data in viewsShireesh Anjal2011-07-111-2/+12
| |