Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #199 from Selvasundaram/master | Shireesh Anjal | 2011-08-07 | 10 | -211/+277 | |
|\ | | | | | Volume cifs service integration | |||||
| * | Volume cifs service integration | Selvasundaram | 2011-08-07 | 10 | -211/+277 | |
|/ | ||||||
* | Merge branch 'work' | Shireesh Anjal | 2011-08-07 | 3 | -25/+15 | |
|\ | ||||||
| * | Fixed Bug 3352 - Can not create volume in some corner case | Shireesh Anjal | 2011-08-07 | 2 | -25/+11 | |
| | | ||||||
| * | Modified to prevent exception being logged from server sync task in case of ↵ | Shireesh Anjal | 2011-08-07 | 1 | -0/+4 | |
| | | | | | | | | empty clusters. | |||||
* | | Merge pull request #198 from Selvasundaram/master | Shireesh Anjal | 2011-08-06 | 1 | -1/+1 | |
|\ \ | |/ |/| | Console project changes in build system | |||||
| * | Console project changes in build system | Selvasundaram | 2011-08-06 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'work' | Shireesh Anjal | 2011-08-06 | 0 | -0/+0 | |
|\ | ||||||
| * | Renamed project/package com.gluster.storage.management.gui to ↵ | Shireesh Anjal | 2011-08-06 | 1 | -0/+0 | |
| | | | | | | | | com.gluster.storage.management.console | |||||
* | | Renamed project/package com.gluster.storage.management.gui to ↵ | Shireesh Anjal | 2011-08-06 | 1 | -0/+0 | |
|/ | | | | com.gluster.storage.management.console | |||||
* | Modified to fine-tune the feature jnlp file during packaging of gateway | Shireesh Anjal | 2011-08-06 | 1 | -0/+20 | |
| | ||||||
* | Modified to make sure that the server devices are updated with server name ↵ | Shireesh Anjal | 2011-08-06 | 3 | -5/+8 | |
| | | | | even in case of manual server addition. | |||||
* | Renamed project/package com.gluster.storage.management.gui to ↵ | Shireesh Anjal | 2011-08-06 | 283 | -747/+747 | |
| | | | | com.gluster.storage.management.console | |||||
* | Modified feature xml to explicitly mention different variants of the windows ↵ | Shireesh Anjal | 2011-08-06 | 1 | -8/+8 | |
| | | | | operating system - XP, Vista and 7 | |||||
* | New splash screen, few icons for disabled status | Shireesh Anjal | 2011-08-05 | 11 | -0/+3 | |
| | ||||||
* | Fixed Bug 3315 - [REST API] Get server details with maxCount=1 does not show ↵ | Shireesh Anjal | 2011-08-05 | 1 | -6/+6 | |
| | | | | proper output | |||||
* | Merge branch 'master' of github.com:gluster/console | Shireesh Anjal | 2011-08-05 | 7 | -19/+155 | |
|\ | ||||||
| * | Merge pull request #197 from balamurugana/master | Shireesh Anjal | 2011-08-05 | 1 | -1/+2 | |
| |\ | | | | | | | get_volume_user_cifs.py returns success when given volume is not configured for cifs export. | |||||
| | * | get_volume_user_cifs.py returns success when given volume is not configured ↵ | Bala.FA | 2011-08-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | for cifs export. Signed-off-by: Bala.FA <bala@gluster.com> | |||||
| * | | Merge pull request #196 from TimothyAsir/master | Shireesh Anjal | 2011-08-05 | 2 | -2/+2 | |
| |\ \ | | |/ | |/| | Bug 3332 - format_device.py takes forever to execute the command. | |||||
| | * | Merge branch 'master' of github.com:TimothyAsir/console | Tim | 2011-08-05 | 0 | -0/+0 | |
| | |\ | ||||||
| | | * | Bug 3332 - format_device.py takes forever to execute the command. | Tim | 2011-08-05 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | Number of retries set to 1 second and the network timeout set to 1 second for wget | |||||
| | * | Number of retries set to 1 second and the network timeout set to 1 second ↵ | Tim | 2011-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | for wget (AWS web-service-url). | |||||
| | * | Bug 3332 - format_device.py takes forever to execute the command. | Tim | 2011-08-05 | 1 | -1/+1 | |
| |/ | | | | | | | Number of retries set to 1 second and the network timeout set to 1 second for wget | |||||
| * | Merge pull request #195 from balamurugana/master | Shireesh Anjal | 2011-08-05 | 5 | -16/+151 | |
| |\ | | | | | | | enhancement in add_user_cifs_all.py and add_user_cifs.py | |||||
| | * | Added update_volume_cifs_all.py and update_volume_cifs.py | Bala.FA | 2011-08-05 | 2 | -0/+95 | |
| | | | | | | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | |||||
| | * | Fixed command line argument index in get_volume_user_cifs.py. | Bala.FA | 2011-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | |||||
| | * | add_user_cifs_all.py and add_user_cifs.py support to ignore existing user on ↵ | Bala.FA | 2011-08-05 | 2 | -15/+55 | |
| | | | | | | | | | | | | | | | | | | given server list. This enables password reset and adding user to newly added servers on existing storage clusters. Signed-off-by: Bala.FA <bala@gluster.com> | |||||
* | | | Merge branch 'work' | Shireesh Anjal | 2011-08-05 | 0 | -0/+0 | |
|\| | | ||||||
| * | | Modified to show proper steps on Y axis of network chart | Shireesh Anjal | 2011-08-05 | 1 | -5/+20 | |
| | | | ||||||
* | | | Modified to show proper steps on Y axis of network chart | Shireesh Anjal | 2011-08-05 | 2 | -6/+20 | |
|/ / | ||||||
* / | Fixed Bug 3339 - Server summary view is throwing the exception | Shireesh Anjal | 2011-08-05 | 1 | -1/+1 | |
|/ | ||||||
* | New splash screen | Shireesh Anjal | 2011-08-04 | 2 | -0/+0 | |
| | ||||||
* | Fixed Bug 3284 - Landing page throws null pointer exception | Shireesh Anjal | 2011-08-04 | 4 | -17/+87 | |
| | ||||||
* | Merge pull request #194 from Selvasundaram/master | Shireesh Anjal | 2011-08-04 | 2 | -14/+15 | |
|\ | | | | | Bug 3330 - Once volume creation fails the creation dialog should stay on the screen -fix | |||||
| * | Bug 3330 - Once volume creation fails the creation dialog should stay on the ↵ | Selvasundaram | 2011-08-04 | 1 | -0/+1 | |
| | | | | | | | | screen -fix | |||||
| * | Merge branch 'master' of github.com:gluster/console | Selvasundaram | 2011-08-04 | 16 | -187/+249 | |
| |\ | ||||||
| * | | Bug 3239 - Not able to export the keys properly - fix | Selvasundaram | 2011-08-04 | 1 | -14/+14 | |
| | | | ||||||
* | | | Updated NetworkStatsFactory to convert bytes/sec to KiB/sec | Shireesh Anjal | 2011-08-04 | 7 | -19/+21 | |
| |/ |/| | ||||||
* | | Removed redundant class GenericResponse | Shireesh Anjal | 2011-08-04 | 8 | -175/+55 | |
| | | ||||||
* | | Merge pull request #193 from balamurugana/master | Shireesh Anjal | 2011-08-04 | 7 | -8/+187 | |
|\ \ | | | | | | | Added create_volume_cifs_all.py, delete_volume_cifs_all.py and get_volume_user_cifs.py used to do cifs volume operations. | |||||
| * | | Added create_volume_cifs_all.py, delete_volume_cifs_all.py and ↵ | Bala.FA | 2011-08-04 | 7 | -8/+187 | |
|/ / | | | | | | | | | | | get_volume_user_cifs.py used to do cifs volume operations. Signed-off-by: Bala.FA <bala@gluster.com> | |||||
* | | Merge pull request #192 from balamurugana/master | Shireesh Anjal | 2011-08-04 | 1 | -4/+7 | |
|\ \ | |/ |/| | multicast-discoverd.py ignores if connection error back to sender. | |||||
| * | multicast-discoverd.py ignores if connection error back to sender. | Bala.FA | 2011-08-04 | 1 | -4/+7 | |
| | | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | |||||
* | | Merge pull request #191 from TimothyAsir/master | Shireesh Anjal | 2011-08-04 | 3 | -18/+20 | |
|\ \ | |/ |/| | Enhanced get_server_details.py to provide disk-space-in-use using df command in case of HAL failed to give. | |||||
| * | Enhanced get_server_details.py to provide disk-space-in-use using df command ↵ | Tim | 2011-08-04 | 3 | -18/+20 | |
|/ | | | | | | in case of HAL failed to give. Updated Utils.py to return None on ZeroDivideError during cpu percentage calculation. | |||||
* | Merge pull request #190 from TimothyAsir/master | Shireesh Anjal | 2011-08-04 | 1 | -4/+10 | |
|\ | | | | | Bug 3278 - Upper limit for CPU usage should be 100% | |||||
| * | Bug 3278 - Upper limit for CPU usage should be 100% | Tim | 2011-08-04 | 1 | -4/+10 | |
|/ | ||||||
* | Updating help contents | Shireesh Anjal | 2011-08-04 | 51 | -32/+593 | |
| | ||||||
* | Merge pull request #189 from balamurugana/master | Shireesh Anjal | 2011-08-04 | 1 | -0/+6 | |
|\ | | | | | Removed /usr/share/tomcat5/webapps/glustermg on RPM uninstall. |