summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Modified to remove glustermg related files from /usr/src/redhat/SOURCES ↵Shireesh Anjal2011-09-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after RPM build
* | | | | | | | | Merge pull request #280 from anjalshireesh/masterShireesh Anjal2011-09-229-257/+121
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | Code refactoring
| * | | | | | | | Introduced method GlusterUtil#getVolumeOptionsInfo and modified ↵Shireesh Anjal2011-09-222-26/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VolumeService#getVolumeOptionsInfo to call it
| * | | | | | | | Code refactoring. Removed member variable sshUtil from GlusterUtil. Removed ↵Shireesh Anjal2011-09-229-233/+118
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | parameter runInForeground from method ServerUtil#executeOnServer.
* | | | | | | | Removed unnecessary importsShireesh Anjal2011-09-2119-33/+3
| | | | | | | |
* | | | | | | | JRebel related configuration filesShireesh Anjal2011-09-212-0/+19
|/ / / / / / /
* | | | | | | Merge pull request #277 from TimothyAsir/masterShireesh Anjal2011-09-1917-2557/+399
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Disk details are probed using sysfs, even when HAL found; and done major code cleanup.
| * | | | | | | Disk details are probed using sysfs, even when HAL found.Tim2011-09-163-342/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim <timothyasir@gluster.com>
| * | | | | | | Proper exception handling clean up.Tim2011-09-168-90/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim <timothyasir@gluster.com>
| * | | | | | | done runCommandFG cleanup.Tim2011-09-163-35/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated scripts to use runCommand in place of runCommandFG. Signed-off-by: Tim <timothyasir@gluster.com>
| * | | | | | | Removed rrd_update_cpu_details.py rrd_update_memory_details.pyTim2011-09-162-168/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Already added appropriate perl scripts to update CPU and Memory usage. Signed-off-by: Tim <timothyasir@gluster.com>
| * | | | | | | Done code cleanup for Utils.pyTim2011-09-161-375/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim <timothyasir@gluster.com>
| * | | | | | | Code cleanup done for Globals.pyTim2011-09-161-70/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim <timothyasir@gluster.com>
| * | | | | | | Removed RRDUtils.pyTim2011-09-161-76/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim <timothyasir@gluster.com>
| * | | | | | | Removed GlusterdUtils.py, ServerUtils.py, get_file.py, get_volume_log.pyTim2011-09-164-775/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim <timothyasir@gluster.com>
| * | | | | | | Code cleanup done for VolumeUtils.pyTim2011-09-161-513/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim <timothyasir@gluster.com>
| * | | | | | | Code cleanup done for DiskUtils.pyTim2011-09-161-182/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim <timothyasir@gluster.com>
* | | | | | | | Merge pull request #278 from Dhandapani/1.0.0Shireesh Anjal2011-09-191-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Changed security configuration to enforce authentication on REST requests for version 1.0.0
| * | | | | | | Application version changed 1.0 to 1.0.0Dhandapani2011-09-191-1/+1
| | | | | | | |
| * | | | | | | Merge branch '1.0.0' of git@github.com:gluster/consoleDhandapani2011-09-196-0/+725
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '1.0.0' of git@github.com:gluster/consoleDhandapani2011-09-127-18/+15
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '1.0.0' of git@github.com:gluster/consoleDhandapani2011-09-097-56/+53
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Modified packaging script to use git branch name instead of application ↵Shireesh Anjal2011-09-151-1/+1
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | version while referring to another jenkins project (glustermc)
* | | | | | | | | Added license txt files for jersey and spring. Removed unnecessary jar files.Shireesh Anjal2011-09-136-0/+725
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Modified to include tocreference.xml in binary build, added note about Xen ↵Shireesh Anjal2011-09-122-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | paravirtual VMs not supported in the help
* | | | | | | | Revert "Modified to show success/error dialog using Display.asyncExec"Shireesh Anjal2011-09-121-14/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4234869fd2ef5df138a27443f5f923a3540b0013.
* | | | | | | | Merge branch '1.0.0' of github.com:gluster/console into 1.0.0Shireesh Anjal2011-09-122-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Changed the background job name to "Retrieving Management Info"Shireesh Anjal2011-09-092-2/+2
| | | | | | | |
| * | | | | | | Corrected the disabled icon for "clear task"Shireesh Anjal2011-09-092-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Moved to eclipse 3.7 (indigo)Shireesh Anjal2011-09-087-56/+53
| | | | | | |
* | | | | | | Corrected the disabled icon for "clear task"Shireesh Anjal2011-09-122-1/+1
| | | | | | |
* | | | | | | Moved to eclipse 3.7 (indigo)Shireesh Anjal2011-09-127-56/+53
| |/ / / / / |/| | | | |
* | | | | | Modified to show success/error dialog using Display.asyncExecShireesh Anjal2011-09-071-9/+14
| |_|_|_|/ |/| | | |
* | | | | Corrected the URL for invoking the management consoleShireesh Anjal2011-09-073-3/+3
|/ / / /
* | | | Removed unnecessary Display.asyncExec as it is already happening inside ↵Shireesh Anjal2011-09-072-62/+34
| | | | | | | | | | | | | | | | AbstractActionDelegate
* | | | Merge pull request #276 from balamurugana/masterShireesh Anjal2011-09-0620-268/+28
|\ \ \ \ | | | | | | | | | | Updated license information
| * | | | Updated license informationTim2011-09-0620-268/+28
|/ / / / | | | | | | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com>
* | | | Modified to pick the console distributions from the correct job ↵Shireesh Anjal2011-09-021-1/+1
| | | | | | | | | | | | | | | | (<version>-glustermc)
* | | | Merge branch '1.0.0' of github.com:gluster/console into 1.0.0Shireesh Anjal2011-09-020-0/+0
|\ \ \ \
| * | | | Removing the product configuration file as it is causing problem with ↵Shireesh Anjal2011-09-021-125/+0
| | | | | | | | | | | | | | | | | | | | buckminster build.
* | | | | Removing the product configuration file as it is causing problem with ↵Shireesh Anjal2011-09-021-125/+0
| | | | | | | | | | | | | | | | | | | | buckminster build.
* | | | | Modified RPM build to pick up the glustermg.war.tar.gz from SOURCES ↵Shireesh Anjal2011-09-024-27/+16
| | | | | | | | | | | | | | | | | | | | directory. Also changed the name of the back-end tar file to include the word 'backend'
* | | | | Modified to correct the output tar nameShireesh Anjal2011-08-311-1/+1
| | | | |
* | | | | Corrected variable name from VERSION to release_versionShireesh Anjal2011-08-311-1/+1
| | | | |
* | | | | Modified to run all commands as sudoShireesh Anjal2011-08-311-6/+6
| | | | |
* | | | | Modified RPM build to pick up the glustermg.war.tar.gz from current ↵Shireesh Anjal2011-08-313-8/+15
| | | | | | | | | | | | | | | | | | | | directory instead of the last successful build url
* | | | | Modified the scripts to take release version from env variable VERSIONShireesh Anjal2011-08-313-4/+7
|/ / / /
* | | | Latest help filesShireesh Anjal2011-08-3128-70/+79
| | | |
* | | | Product file that can be used to export the product from eclipseShireesh Anjal2011-08-311-0/+125
| | | |
* | | | Removed unnecessary call to ServerUtil#fetchHostNameShireesh Anjal2011-08-241-3/+2
| |_|/ |/| |