Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #224 from Dhandapani/master | Shireesh Anjal | 2011-08-11 | 2 | -1/+5 | |
|\ \ \ \ | |_|_|/ |/| | | | REST API changes | |||||
| * | | | REST api document changes | Dhandapani | 2011-08-11 | 2 | -1/+5 | |
|/ / / | ||||||
* | | | Merge pull request #223 from balamurugana/master | Shireesh Anjal | 2011-08-10 | 4 | -1/+1 | |
|\ \ \ | |_|/ |/| | | grun.py makes ssh connection as root user. | |||||
| * | | grun.py makes ssh connection as root user. | Bala.FA | 2011-08-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | |||||
| * | | Removed unwanted *.pyc files | Bala.FA | 2011-08-10 | 3 | -0/+0 | |
|/ / | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | |||||
* | | Merge pull request #222 from TimothyAsir/master | Shireesh Anjal | 2011-08-10 | 0 | -0/+0 | |
|\ \ | | | | | | | Restructured backend gateway scripts | |||||
| * | | Restructured backend gateway scripts | Tim | 2011-08-10 | 65 | -2040/+0 | |
| | | | ||||||
* | | | Restructured backend gateway scripts | Shireesh Anjal | 2011-08-10 | 2 | -2/+11 | |
| | | | ||||||
* | | | Restructured backend gateway scripts | Tim | 2011-08-10 | 65 | -2040/+0 | |
| | | | ||||||
* | | | Added 'disabled' status icon for migrate brick action | Shireesh Anjal | 2011-08-10 | 4 | -3/+4 | |
| | | | ||||||
* | | | Fixed Bug 3307 - Can not change the password after logging into the cluster | Shireesh Anjal | 2011-08-10 | 3 | -12/+26 | |
|/ / | ||||||
* | | Merge pull request #221 from balamurugana/master | Shireesh Anjal | 2011-08-10 | 1 | -5/+11 | |
|\ \ | | | | | | | create_volume_cifs.py ignores already existing mount directory and reload samba on success. | |||||
| * | | create_volume_cifs.py ignores already existing mount directory and reload ↵ | Bala.FA | 2011-08-10 | 1 | -5/+11 | |
|/ / | | | | | | | | | | | samba on success. Signed-off-by: Bala.FA <bala@gluster.com> | |||||
* | | Merge pull request #220 from TimothyAsir/master | Shireesh Anjal | 2011-08-10 | 2 | -2/+2 | |
|\ \ | | | | | | | Fixed used memory calculation error | |||||
| * \ | Merge remote branch 'upstream/master' | Tim | 2011-08-10 | 7 | -16/+21 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Corrected copyright notice | Shireesh Anjal | 2011-08-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #219 from Selvasundaram/master | Shireesh Anjal | 2011-08-10 | 2 | -14/+19 | |
|\ \ \ | | |/ | |/| | Bug 3347 - Volumes summary view is broken with exception if one of the volume brick belongs to offline server | |||||
| * | | Bug 3347 - Volumes summary view is broken with exception if one of the ↵ | Selvasundaram | 2011-08-10 | 2 | -14/+19 | |
| | | | | | | | | | | | | volume brick belongs to offline server | |||||
* | | | Merge pull request #218 from TimothyAsir/master | Shireesh Anjal | 2011-08-10 | 11 | -52/+96 | |
|\ \ \ | | | | | | | | | Bug 3374 - [CIFS] updating volume with a non-existent user succeeds. | |||||
* | | | | New splash screen | Shireesh Anjal | 2011-08-10 | 4 | -1/+1 | |
| |/ / |/| | | ||||||
| | * | Fixed used memory calculation error | Tim | 2011-08-10 | 2 | -2/+2 | |
| |/ | | | | | | | Updated getMeminfo function to calculate used memory as (MemTotal - MemFree - Buffers -Cached) | |||||
| * | Fixed typo | Tim | 2011-08-10 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' of github.com:TimothyAsir/console | Tim | 2011-08-10 | 0 | -0/+0 | |
| |\ | ||||||
| | * | Merge branch 'master' of github.com:TimothyAsir/console | Tim | 2011-08-10 | 0 | -0/+0 | |
| | |\ | ||||||
| * | \ | Merge branch 'master' of github.com:TimothyAsir/console | Tim | 2011-08-10 | 0 | -0/+0 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | Merge branch 'master' of github.com:TimothyAsir/console | Tim | 2011-08-10 | 0 | -0/+0 | |
| | |\ | ||||||
| * | \ | Merge branch 'master' of github.com:TimothyAsir/console | Tim | 2011-08-10 | 0 | -0/+0 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | Bug 3374 - [CIFS] updating volume with a non-existent user succeeds. | Tim | 2011-08-10 | 11 | -52/+96 | |
| |/ |/| | | | | | | | | | | | | | | | | | Added checks to find non-existing user/s Moved CIFS_VOLUME_FILE, CIFS_USER_FILE, DEFAULT_UID to Globals.py Added getCifsUserUid function into Utils.py Fixed typo in grun.py | |||||
| * | Bug 3374 - [CIFS] updating volume with a non-existent user succeeds. | Tim | 2011-08-10 | 11 | -52/+96 | |
|/ | | | | | | | | | | Added checks to find non-existing user/s Moved CIFS_VOLUME_FILE, CIFS_USER_FILE, DEFAULT_UID to Globals.py Added getCifsUserUid function into Utils.py Fixed typo in grun.py | |||||
* | Merge pull request #217 from Selvasundaram/master | Shireesh Anjal | 2011-08-09 | 13 | -52/+101 | |
|\ | | | | | Stop volume confirm message text correction | |||||
| * | Stop volume confirm message text correction | Selvasundaram | 2011-08-09 | 1 | -1/+1 | |
| | | ||||||
| * | Demo feedback changes on volumes | Selvasundaram | 2011-08-09 | 12 | -51/+100 | |
|/ | ||||||
* | Modified password manager to shutdown derby after resetting the password | Shireesh Anjal | 2011-08-09 | 2 | -19/+63 | |
| | ||||||
* | Added executable permissions to the script | Shireesh Anjal | 2011-08-09 | 1 | -0/+0 | |
| | ||||||
* | Merge pull request #216 from TimothyAsir/master | Shireesh Anjal | 2011-08-09 | 4 | -4/+4 | |
|\ | | | | | Bug 3370 - [CIFS] adding another user fails. | |||||
| * | Bug 3370 - [CIFS] adding another user fails. | Tim | 2011-08-09 | 4 | -4/+4 | |
|/ | ||||||
* | Merge pull request #215 from TimothyAsir/master | Shireesh Anjal | 2011-08-09 | 16 | -4/+45 | |
|\ | | | | | Enhanced cifs functions to write errors into stderr | |||||
| * | Merge branch 'master' of github.com:TimothyAsir/console | Tim | 2011-08-09 | 0 | -0/+0 | |
| |\ | ||||||
| | * | Merge remote branch 'upstream/master' | Tim | 2011-08-09 | 5 | -140/+210 | |
| | |\ | |_|/ |/| | | ||||||
| * | | Merge remote branch 'upstream/master' | Tim | 2011-08-09 | 5 | -140/+210 | |
| |\ \ | |/ / |/| / | |/ | ||||||
* | | Merge pull request #214 from balamurugana/master | Shireesh Anjal | 2011-08-09 | 1 | -5/+11 | |
|\ \ | | | | | | | multicast-discover-servers.py exits with error message if fail to open server socket. | |||||
| * | | multicast-discover-servers.py exits with error message if fail to open ↵ | Bala.FA | 2011-08-09 | 1 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | server socket. Signed-off-by: Bala.FA <bala@gluster.com> | |||||
* | | | Merge pull request #213 from Dhandapani/master | Shireesh Anjal | 2011-08-09 | 3 | -133/+190 | |
|\ \ \ | | | | | | | | | Bug 3357 - Adding CIFS user to volume fails | |||||
| * | | | Bug 3357 - Adding CIFS user to volume fails - Fix | Dhandapani | 2011-08-09 | 2 | -20/+0 | |
| | | | | ||||||
| * | | | Replace brick scalable icon change | Dhandapani | 2011-08-09 | 1 | -113/+190 | |
| |/ / | ||||||
* / / | Modified to close the ssh connections after executing commands remotely if ↵ | Shireesh Anjal | 2011-08-09 | 1 | -2/+9 | |
|/ / | | | | | | | they are created using passwords and not using public key. | |||||
| * | Enhanced cifs functions to write errors into stderr. | Tim | 2011-08-09 | 16 | -4/+45 | |
| | | ||||||
| * | Revert "Enhanced error handling and written appropriate execution error into ↵ | Tim | 2011-08-09 | 27 | -83/+67 | |
| | | | | | | | | | | | | stderr." This reverts commit 36d1fa53d62f4c3f458b0fac58968b6fab6a271f. | |||||
| * | Merge remote branch 'upstream/master' | Tim | 2011-08-09 | 8 | -89/+70 | |
| |\ | |/ |/| | ||||||
* | | Modified build properties to include plugin.properties in binary build | Shireesh Anjal | 2011-08-09 | 1 | -2/+6 | |
| | |