summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Script for resetting password of a given user.Shireesh Anjal2011-08-021-0/+21
|
* Pass brick directory instead of mount point to clear_volume_directory.pyShireesh Anjal2011-08-022-7/+12
| | | | Perform commit and close connection after resetting password.
* Added function to get server fully qualified name.Tim2011-08-022-1/+8
|
* Merge remote branch 'upstream/master'Tim2011-08-028-15/+96
|\
| * Story #54 - Tool to reset password of the "gluster" userShireesh Anjal2011-08-012-5/+4
| |
| * Story #54 - Tool to reset password of the "gluster" userShireesh Anjal2011-08-017-14/+96
| |
* | Updated clear_volume_directory.py to delete or rename the given directory ↵Tim2011-08-011-72/+21
|/ | | | based on the given option.
* Introduced salt while securing user passwordsShireesh Anjal2011-08-015-9/+61
|
* Modified log4j properties for to create glustermg related logs at ↵Shireesh Anjal2011-08-011-3/+4
| | | | /var/log/glustermg
* Merge remote branch 'upstream/master'Tim2011-08-01179-458/+585
|\
| * Renamed project and package com.gluster.storage.management.server to ↵Shireesh Anjal2011-08-01173-0/+0
| | | | | | | | com.gluster.storage.management.gateway
| * Merge branch 'master' of github.com:TimothyAsir/console into timShireesh Anjal2011-07-317-77/+391
| |\
| * | Renamed project and package com.gluster.storage.management.server to ↵Shireesh Anjal2011-07-311-1/+1
| | | | | | | | | | | | com.gluster.storage.management.gateway
| * | 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-3143-183/+170
| | | | | | | | | | | | com.gluster.storage.management.gateway
| * | Background task to periodically sync cluster-server mappingShireesh Anjal2011-07-3111-245/+366
| | |
* | | Changed disk type from UNKNOWN to DATA if its get mounted.Tim2011-08-011-19/+10
| |/ |/| | | | | Disk type changed to BOOT if its mounted under / or /boot.
* | Added add_user_cifs_all.py, delete_user_cifs_all.py, grun.pyTim2011-07-317-77/+391
|/ | | | | | Removed Common.py. Functions from Common.py are moved to Utils.py Updated Globals.py with web server url, gluster backend configuration folder
* Logging mechanism in UI plug-inShireesh Anjal2011-07-3114-78/+87
|
* Changes related to packaging.Shireesh Anjal2011-07-302-11/+13
|
* Bug 3150 - Brick list is not getting updated after migrate operation - fixSelvasundaram2011-07-293-7/+54
|
* Start, Stop and Delete volume operation on multiple selection featureSelvasundaram2011-07-293-71/+235
|
* Bug 3008 - "Stop Volume" and "Delete Volume" should be disabled when user ↵Selvasundaram2011-07-292-0/+5
| | | | selects Volume node in the tree - fix
* Disk label changed to DeviceDhandapani2011-07-293-38/+25
|
* Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-07-2915-16/+497
|\
| * Added functionalities to support CIFS.Tim2011-07-2913-1/+473
| | | | | | | | | | | | | | | | Added add_user_cifs.py, add_user_cifs_all.py, create_volume_cifs.py Added delete_user_cifs.py, delete_user_cifs_all.py, delete_volume_cifs.py, grun.py Added modify_volume_cifs.py, setup_cifs_config.py, start_volume_cifs.py, stop_volume_cifs.py
| * Bug fixed in rrd network usageTim2011-07-292-15/+24
| |
| * Fixed bug while resolving server ip address.Tim2011-07-291-3/+12
| | | | | | | | Fixed KeyError bug in NetworkUtils.py at line number 316
* | Bug 3224 - Disk status is not updated even after refreshDhandapani2011-07-295-16/+61
| |
* | Fixed bug while resolving server ip address.Tim2011-07-291-3/+12
|/ | | | Fixed KeyError bug in NetworkUtils.py at line number 316
* Story #29 - Memory Usage GraphShireesh Anjal2011-07-289-65/+57
|
* Bug 3258 - GUI shows as NFS off even though it's on when the volume created ↵Dhandapani2011-07-282-36/+3
| | | | from the backend
* Merge pull request #163 from TimothyAsir/masterShireesh Anjal2011-07-281-12/+30
|\ | | | | Added function to get ipaddress, netmask and gateway if DHCP is configured
| * Merge remote branch 'upstream/master'Tim2011-07-286-30/+135
| |\
| * | Added function to get ipaddress, netmask and gateway in case of DHCP is usedTim2011-07-281-12/+30
| | |
* | | Merge pull request #162 from Selvasundaram/masterShireesh Anjal2011-07-281-43/+56
|\ \ \ | | | | | | | | Server summary section updates while refresh UI
| * | | Server summary section updates while refresh UISelvasundaram2011-07-281-43/+56
| | |/ | |/|
* | | Merge pull request #160 from Dhandapani/masterShireesh Anjal2011-07-283-20/+36
|\ \ \ | |/ / |/| | Bug 3267 - Serve name entered in different case than the actual name could cause side effects - Fix
| * | Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-07-287-27/+132
| |\ \
| * | | Bug 3267 - Serve name entered in different case than the actual name could ↵Dhandapani2011-07-283-20/+32
| | |/ | |/| | | | | | | | | | | | | cause side effects - Fix Bug 3270 - Cancelling the add server windows show "success" message - Fix
* | | Bug 2885 - "Add" button gets disabled after resetting volume options with ↵Selvasundaram2011-07-281-0/+2
| | | | | | | | | | | | any option without value - fix
* | | Add only the online gluster servers to discovered servers while removingSelvasundaram2011-07-281-5/+7
| |/ |/|
* | Story #29 - Memory Usage GraphShireesh Anjal2011-07-285-25/+126
|/
* Story #29 - Memory Usage GraphShireesh Anjal2011-07-271-14/+9
|
* Merge branch 'master' of github.com:Selvasundaram/console into ssShireesh Anjal2011-07-273-19/+25
|\
| * Merge branch 'bugs'Selvasundaram2011-07-273-19/+25
| |\ | | | | | | | | | | | | | | | | | | Conflicts: src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterSummaryView.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/GlusterServersSummaryView.java src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/VolumesSummaryView.java
| | * Auto resize the Alerts and Tasks section upon refreshSelvasundaram2011-07-273-47/+44
| | |
* | | Story #29 - Memory Usage GraphShireesh Anjal2011-07-278-266/+212
|/ /
* | Merge branch 'bugs'Selvasundaram2011-07-274-1/+1
|\|
| * New icons for running tasks and onlineSelvasundaram2011-07-274-1/+1
| |