summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway
Commit message (Expand)AuthorAgeFilesLines
* Story#65 Task#189 Double click on volume log row will show in a popup dialogSelvasundaram2011-11-104-6/+8
* Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-11-022-8/+8
|\
* | Force start volume option implemented to start offline brickDhandapani2011-10-195-22/+36
|/
* Introduced ServerUtil#getBean to fetch Spring bean of given class.Shireesh Anjal2011-10-143-5/+10
* Introducing mechanism for version specific interface to GlusterFSShireesh Anjal2011-10-1010-244/+994
* Merge branch 'master' of git@github.com:Dhandapani/consoleDhandapani2011-09-291-1/+0
|\
| * Story #41: Volume Log RotateDhandapani2011-09-283-1/+35
* | Story #41: Volume Log RotateDhandapani2011-09-293-1/+37
|/
* Introduced method GlusterUtil#getVolumeOptionsInfo and modified VolumeService...Shireesh Anjal2011-09-222-26/+5
* Code refactoring. Removed member variable sshUtil from GlusterUtil. Removed p...Shireesh Anjal2011-09-228-232/+118
* Removed unnecessary importsShireesh Anjal2011-09-2110-22/+2
* JRebel related configuration filesShireesh Anjal2011-09-212-0/+19
* Application version changed 1.0 to 1.0.0Dhandapani2011-09-191-1/+1
* Added license txt files for jersey and spring. Removed unnecessary jar files.Shireesh Anjal2011-09-136-0/+725
* Removed unnecessary call to ServerUtil#fetchHostNameShireesh Anjal2011-08-241-3/+2
* Modified method removeServerFromCluster to unmap the server from cluster as s...Shireesh Anjal2011-08-241-6/+6
* Modified method installPublicKey to create folder /root/.ssh on server being ...Shireesh Anjal2011-08-241-0/+11
* Modified to show links of only identified OS if CPU architecture is not ident...Selvasundaram2011-08-231-6/+45
* Modified method executeCommand to throw ConnectionException if an IOException...Shireesh Anjal2011-08-231-2/+2
* Modified to make sure that the SSH connection is closed in all possible scena...Shireesh Anjal2011-08-221-1/+3
* Modified to try password based connection only if the server is accessible an...Shireesh Anjal2011-08-221-27/+34
* Modified ServerUtil#fetchServerDetails to mark server as online if there is a...Shireesh Anjal2011-08-223-16/+12
* Modified to fetch network statistics of a server only if it is onlineShireesh Anjal2011-08-221-0/+7
* Replace-brick wont work if volume name contains hyphen - fixSelvasundaram2011-08-221-6/+6
* Modified to install public key on a server only if it is online during cluste...Shireesh Anjal2011-08-221-1/+7
* Modified method executeCommand to throw ConnectionException if the cached SSH...Shireesh Anjal2011-08-221-1/+6
* Merge branch 'bugs'Selvasundaram2011-08-221-2/+4
|\
| * Fixed - Bug 3452 - Deleting a CIFS enabled volume when the volume is in stopp...Selvasundaram2011-08-221-2/+4
* | Modified to synchronize SSH connection creationShireesh Anjal2011-08-211-1/+1
* | Modified to synchronize SSH connection creationShireesh Anjal2011-08-211-1/+1
* | Modified to log user name only if it is availableShireesh Anjal2011-08-211-1/+8
* | Modified to make sure that SSH connection is closed in all possible failure s...Shireesh Anjal2011-08-211-25/+58
* | Modified to close the session only if it is not null.Shireesh Anjal2011-08-211-1/+3
* | Modified to close streams/sessions/connections when no longer required.Shireesh Anjal2011-08-201-8/+21
|/
* Modified not to fetch volume options info if the cluster is empty. Removed cl...Shireesh Anjal2011-08-194-220/+40
* Fixed Bug 3436 - If the cluster has only one server it appears in both cluste...Shireesh Anjal2011-08-191-2/+3
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-08-196-26/+150
|\
| * Merge pull request #254 from Selvasundaram/masterShireesh Anjal2011-08-194-31/+30
| |\
| * | Modified to fetch server statistics in parallel through multiple threads when...Shireesh Anjal2011-08-193-20/+145
| * | Added extra log messagesShireesh Anjal2011-08-191-0/+3
| * | Code cleanupShireesh Anjal2011-08-191-4/+0
| * | Modified to get volume options information from GlusterFS command gluster vol...Shireesh Anjal2011-08-191-2/+2
* | | Migrating brick from boot partition (non data partition) - fixSelvasundaram2011-08-191-2/+1
| |/ |/|
* | Create volume replica / stripe count made as optional parameterSelvasundaram2011-08-194-31/+30
|/
* Introduced DiscoveredServerService, and fetching discovered server details in...Shireesh Anjal2011-08-195-206/+280
* Link for newly added scriptShireesh Anjal2011-08-191-0/+1
* Modified to fetch server details in parallel using multiple threads to improv...Shireesh Anjal2011-08-191-6/+89
* Deleting CIFS config throws null pointer exception bug - fixSelvasundaram2011-08-181-4/+6
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-08-185-59/+135
|\
| * Shutdown listener - shuts down derby when Gateway is stopped.Shireesh Anjal2011-08-182-0/+49