summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.server
Commit message (Collapse)AuthorAgeFilesLines
* Renamed project and package com.gluster.storage.management.server to ↵Shireesh Anjal2011-08-01125-9094/+0
| | | | com.gluster.storage.management.gateway
* Merge branch 'master' of github.com:TimothyAsir/console into timShireesh Anjal2011-07-317-77/+546
|\
| * Added add_user_cifs_all.py, delete_user_cifs_all.py, grun.pyTim2011-07-317-77/+546
| | | | | | | | | | | | Removed Common.py. Functions from Common.py are moved to Utils.py Updated Globals.py with web server url, gluster backend configuration folder
* | Task #149 - Version based call to python scriptsShireesh Anjal2011-07-316-40/+59
| |
* | Renamed project and package com.gluster.storage.management.server to ↵Shireesh Anjal2011-07-3140-181/+168
| | | | | | | | com.gluster.storage.management.gateway
* | Background task to periodically sync cluster-server mappingShireesh Anjal2011-07-319-237/+357
|/
* Logging mechanism in UI plug-inShireesh Anjal2011-07-312-46/+4
|
* Changes related to packaging.Shireesh Anjal2011-07-301-10/+11
|
* Story #29 - Memory Usage GraphShireesh Anjal2011-07-285-30/+21
|
* Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-07-281-1/+2
|\
* | Bug 3267 - Serve name entered in different case than the actual name could ↵Dhandapani2011-07-282-6/+17
|/ | | | | | cause side effects - Fix Bug 3270 - Cancelling the add server windows show "success" message - Fix
* Exception mapper that converts exceptions into appropriate REST responses.Shireesh Anjal2011-07-271-0/+54
|
* Story #29 - Memory Usage GraphShireesh Anjal2011-07-262-2/+34
|
* Story #38 - CPU Usage graphShireesh Anjal2011-07-264-78/+36
|
* Merge branch 'bugs'Selvasundaram2011-07-264-154/+58
|\
| * Volume download logs REST services enhancedSelvasundaram2011-07-263-64/+24
| |
| * Export key errors - bug fixSelvasundaram2011-07-263-98/+42
| |
* | Story #38 - CPU Usage graphShireesh Anjal2011-07-261-1/+1
|/
* Merge branch 'master' of git@github.com:Dhandapani/consoleDhandapani2011-07-251-0/+1
|\ | | | | | | | | | | | | | | | | Conflicts: src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/model/Volume.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/GlusterDataModelManager.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/views/VolumeSummaryView.java src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/utils/GlusterUtil.java
| * NFS volume Enable/Disable featureDhandapani2011-07-251-0/+10
| |
* | Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-07-251-5/+26
|\ \
| * | Story #38 - CPU Usage graphShireesh Anjal2011-07-251-5/+26
| |/
* / NFS volume Enable/Disable featureDhandapani2011-07-251-0/+10
|/
* Story #38 - CPU Usage graphShireesh Anjal2011-07-251-43/+0
|
* Merge branch 'master' of github.com:gluster/consoleShireesh Anjal2011-07-243-7/+73
|\ | | | | | | | | | | | | | | Conflicts: src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/GlusterDataModelManager.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/preferences/ChartsPreferencePage.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterSummaryView.java src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/utils/ServerUtil.java
| * Bug 3061 - Volumes summary view is broken if brick for a volume is on ↵Selvasundaram2011-07-241-1/+8
| | | | | | | | different mount point other than /export - fix
| * Export key file handling exceptions capturedSelvasundaram2011-07-241-6/+23
| |
| * Story #38 - CPU Usage graphShireesh Anjal2011-07-241-1/+2
| |
* | Story #38 - CPU Usage graphShireesh Anjal2011-07-247-157/+436
|/
* Gluster online status check includes glusterd statusSelvasundaram2011-07-233-13/+7
|
* Volume brick status feature and alerts message enhancementSelvasundaram2011-07-221-6/+26
|
* Story #38 - CPU Usage graphShireesh Anjal2011-07-211-3/+4
|
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-07-211-2/+6
|\
| * Bug 3203 - GUI allows removing single brick from a distributed-replicated ↵Dhandapani2011-07-211-2/+6
| | | | | | | | volume & tells its succeeded
* | Alerts build on UI sideSelvasundaram2011-07-202-84/+1
|/ | | | REST services removed for Alerts
* Initialize disk task issue fixDhandapani2011-07-202-2/+3
|
* Story #38 - CPU Usage graphShireesh Anjal2011-07-191-7/+45
|
* Security configuration to make sure that all REST calls are authenticated.Shireesh Anjal2011-07-191-9/+6
|
* Initialize Disk enhancementDhandapani2011-07-193-3/+9
|
* Bug 3189 - REST API-Gateway stops responding with exceptions if we try to ↵Shireesh Anjal2011-07-192-14/+8
| | | | delete cluster with server
* Bug 3189 - REST API-Gateway stops responding with exceptions if we try to ↵Shireesh Anjal2011-07-194-27/+28
| | | | delete cluster with server
* Merge branch 'import-keys'Selvasundaram2011-07-181-5/+4
|\ | | | | | | | | Conflicts: src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/resources/v1_0/KeysResource.java
| * Import SSH keys featureSelvasundaram2011-07-184-5/+66
| |
* | Merge branch 'import-keys'Selvasundaram2011-07-185-5/+68
|\ \
| * | Import SSH keys featureSelvasundaram2011-07-185-5/+68
| |/
* | Story #38 - CPU Usage graphShireesh Anjal2011-07-185-53/+315
| |
* | Disk and Partition feature addedDhandapani2011-07-171-6/+4
|/
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-07-151-9/+0
|\
* | Export SSH keys featureSelvasundaram2011-07-142-2/+100
|/
* Format disk task status update bug fixesSelvasundaram2011-07-113-7/+9
| | | | [Bug 3150] New: Brick list is not getting updated after migrate operation - fix