summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Brick status updates and brick status icon changes in bricks viewSelvasundaram2011-07-248-29/+38
| | | | Create volume wizard height fixed
* Old passowrd validation addedSelvasundaram2011-07-241-2/+1
|
* Alerts - Memory threshold field default initialization addedSelvasundaram2011-07-241-0/+3
|
* Story #38 - CPU Usage graphShireesh Anjal2011-07-2411-198/+124
|
* Merge pull request #145 from Selvasundaram/masterShireesh Anjal2011-07-2314-56/+53
|\ | | | | Gluster online status check includes glusterd status
| * Merge branch 'bugs'Selvasundaram2011-07-2314-56/+53
| |\
| | * Gluster online status check includes glusterd statusSelvasundaram2011-07-2314-56/+53
| | |
* | | Fixed bug in updating and fetching rrd network detailsTim2011-07-232-3/+3
|/ /
* | Icon changesDhandapani2011-07-23123-27602/+160
| |
* | svg icons converted to png and icons cleanupDhandapani2011-07-2317-1/+1
| |
* | Fixed error in AMI from get_server_details.pyTim2011-07-221-0/+1
| | | | | | | | Error: UnboundLocalError: local variable 'used' referenced before assignment.
* | Merge branch 'master' of github.com:gluster/consoleShireesh Anjal2011-07-227-22/+49
|\ \
| * | Merge pull request #140 from Selvasundaram/masterShireesh Anjal2011-07-221-2/+0
| |\| | | | | | | get server status script bug fix
| | * get server status script bug fixSelvasundaram2011-07-221-2/+0
| | |
| * | Updated server status based on glusterd running statusTim2011-07-221-6/+8
| |/
| * Volume brick status feature and alerts message enhancementSelvasundaram2011-07-225-14/+41
| |
* | Bug 3225 - Brick migration view is not respondingShireesh Anjal2011-07-222-8/+9
|/
* Added some new iconsShireesh Anjal2011-07-2227-1762/+255
|
* Merge pull request #137 from TimothyAsir/masterShireesh Anjal2011-07-211-2/+33
|\ | | | | Added function to get disk details from proc/mounts when HAL does not able to provide disk details.
| * Bug fixed to get mount point and disk status as HAL does not provide disk ↵Tim2011-07-211-2/+33
| | | | | | | | | | | | details in some conditions Added function getMounts into DiskUtils.py
* | Icon changesDhandapani2011-07-2113-21/+75
|/
* Modified AbstractTableTreeViewerPage to listen to cluster model changes and ↵Shireesh Anjal2011-07-211-6/+36
| | | | paint event
* Story #38 - CPU Usage graphShireesh Anjal2011-07-2117-96/+517
|
* Merge pull request #135 from Dhandapani/masterShireesh Anjal2011-07-2113-386/+4191
|\ | | | | New Icon changes
| * New Icon changesDhandapani2011-07-2113-386/+4191
| |
* | Merge pull request #136 from TimothyAsir/masterShireesh Anjal2011-07-212-18/+14
|\ \ | |/ |/| Added buffer memory usage into rrdtool xport
| * Added buffer memory usage into rrdtool xportTim2011-07-212-18/+14
| | | | | | | | Calculated total as sum of free + used - buffer - cache
* | Server alert bug fixSelvasundaram2011-07-211-3/+10
| |
* | Alerts section enhancedSelvasundaram2011-07-2113-54/+234
|/
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-07-216-27/+102
|\
| * Bug 3203 - GUI allows removing single brick from a distributed-replicated ↵Dhandapani2011-07-211-2/+6
| | | | | | | | volume & tells its succeeded
| * Bug 3204 - Total Disk Space showing 0.00 GBDhandapani2011-07-212-5/+57
| |
| * get_brick_status.py and get_server_status.py return status as string to stdout.Bala.FA2011-07-212-13/+7
| | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com>
| * CIFS feature UI ChangesDhandapani2011-07-212-7/+32
| |
* | Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-07-212-36/+45
|\|
| * Merge pull request #129 from Dhandapani/masterShireesh Anjal2011-07-202-36/+45
| |\ | | | | | | Manual Server Addition Feature
| | * Merge branch 'add-server'Dhandapani2011-07-202-36/+45
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/ServerAdditionAction.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/ServerAdditionDialog.java
| | | * Manual Server Addition FeatureDhandapani2011-07-206-4/+344
| | | |
* | | | Alerts build on UI sideSelvasundaram2011-07-2053-225/+311
|/ / / | | | | | | | | | REST services removed for Alerts
* | | Merge pull request #126 from Dhandapani/masterShireesh Anjal2011-07-209-8/+346
|\| | | | | | | | Initialize disk task issue fix
| * | Manual Server Addition FeatureDhandapani2011-07-206-4/+335
| |/
| * Initialize disk task issue fixDhandapani2011-07-203-4/+11
| |
* | Added functionalities to return disk details for AMI instanceTim2011-07-201-15/+56
|/ | | | Fixed bugs on multiple raid disk listing and raid disk status
* Merge pull request #125 from balamurugana/masterShireesh Anjal2011-07-202-0/+70
|\ | | | | get_brick_status.py and get_server_status.py
| * Added get_brick_status.py provides brick status. Added get_server_status.py ↵Bala.FA2011-07-202-0/+70
| | | | | | | | | | | | privides server status. Signed-off-by: Bala.FA <bala@gluster.com>
* | New Icon changesDhandapani2011-07-2015-122/+3101
|/
* Story #38 - CPU Usage graphShireesh Anjal2011-07-194-46/+91
|
* Security configuration to make sure that all REST calls are authenticated.Shireesh Anjal2011-07-192-37/+6
|
* Merge branch 'initialize-disk'Dhandapani2011-07-192-11/+11
|\ | | | | | | | | | | Conflicts: src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/pages/AbstractDisksPage.java src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/resources/v1_0/GlusterServersResource.java
| * Initialize Disk enhancementDhandapani2011-07-194-13/+29
| |