summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added project org.gluster.storage.management.core to the Deployment Assembly ↵Shireesh Anjal2011-12-067-4/+34
| | | | of org.gluster.storage.management.gateway so that changes to the core project get deployed automatically to the gateway web app during development.
* Corrected typo in method nameShireesh Anjal2011-12-061-3/+3
|
* Fixed - Bug 3845 - New: Disk does not get mounted at mentioned path given ↵Selvasundaram2011-12-061-1/+1
| | | | from the UI.
* Added copyright notice in all sources.Shireesh Anjal2011-12-02278-3453/+4444
|
* Removed redundant sources.Shireesh Anjal2011-12-022-843/+0
|
* Corrected broken linksShireesh Anjal2011-12-0215-15/+14
|
* Removed unnecessary @SuppressWarnings annotationsShireesh Anjal2011-12-021-3/+0
|
* Modified to support JSON output from method getClustersShireesh Anjal2011-12-011-1/+1
|
* Added license text.Bala.FA2011-11-2947-41/+716
| | | | Signed-off-by: Bala.FA <barumuga@redhat.com>
* Removed unused gluster-provision-block.Bala.FA2011-11-291-171/+0
| | | | Signed-off-by: Bala.FA <barumuga@redhat.com>
* Warnings issue fixed.Dhandapani2011-11-294-30/+59
|
* Warnings issue fixed.Dhandapani2011-11-2838-297/+33
|
* Fixed warnings in build.propertiesShireesh Anjal2011-11-283-16/+5
| | | | | | like: - src should not be included in source build as it is included by default - folder lib included in source build does not exist in the project
* Renamed projects / packages com.gluster.* to org.gluster.*Shireesh Anjal2011-11-25838-1848/+1906
|
* Merge branch 'master' of github.com:gluster/gmcSelvasundaram2011-11-255-21/+43
|\
| * Modified so that gmc-build.sh can now be used to build gmc+gmg+backend from ↵Shireesh Anjal2011-11-251-1/+1
| | | | | | | | source.
| * Removed redundant filesShireesh Anjal2011-11-251-0/+0
| |
| * Type tag of disk partition are prperaly shown with 'BOOT' or 'DATA' value.Timothy Asir2011-11-241-1/+4
| |
| * Displays supported file systems from available list only.Timothy Asir2011-11-241-1/+3
| |
| * Merge remote-tracking branch 'upstream/master'Timothy Asir2011-11-242-0/+4413
| |\
| * | Enhanced format_device.py and added check for the device and it's size based ↵Timothy Asir2011-11-241-18/+35
| | | | | | | | | | | | on file system type.
* | | Mount point parameter enclosed in quotesSelvasundaram2011-11-259-76/+110
| | |
* | | Merge branch 'master' of github.com:gluster/gmcSelvasundaram2011-11-246-59/+4538
|\ \ \ | | |/ | |/|
| * | Offline volume brick changedDhandapani2011-11-242-0/+4413
| |/
| * Added get_filesystem_type.py to get list of file system types.timothy2011-11-232-0/+24
| | | | | | | | Added getFileSystemType function into Utils.py
| * Enhanced format_device.pytimothy2011-11-232-59/+101
| | | | | | | | | | Removed gluster_provision_block_wrapper.py Added format_device_background.py
* | Disk Initialization enhanced with user selectable file system and mount pointSelvasundaram2011-11-248-26/+177
|/
* Moved all build related sources (cquery, rmap, etc) from ↵Shireesh Anjal2011-11-1710-93/+0
| | | | src/com.gluster.storage.management.releng to build directory, deleted the project com.gluster.storage.management.releng.
* Modified not to include src directory in source build as it gets included ↵Shireesh Anjal2011-11-172-4/+2
| | | | automatically.
* Added gluster-provision-blocktimothy2011-11-151-0/+171
|
* REST request parameter naming convention changesSelvasundaram2011-11-151-2/+2
|
* Disabled the support info from help menuSelvasundaram2011-11-151-2/+2
|
* Story#65 Task#189 Double click on volume log row will show in a popup dialogSelvasundaram2011-11-101-2/+3
|
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-11-1010-71/+257
|\
| * Modified to fire correct events to listeners on start/stop volume.Shireesh Anjal2011-11-103-7/+8
| |
| * Force stop volume review comments incorporatedDhandapani2011-11-103-33/+46
| |
| * Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-11-103-4/+63
| |\
| * \ Merge branch 'master' of git@github.com:Dhandapani/consoleDhandapani2011-11-102-5/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/GlusterDataModelManager.java src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/DeleteVolumeAction.java src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/StopVolumeAction.java src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/views/GlusterServersSummaryView.java src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/views/VolumesSummaryView.java src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/model/ClusterListener.java src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/model/DefaultClusterListener.java
| | * | Story #70: "Force" option in volume stopDhandapani2011-11-099-91/+167
| | | |
| * | | Story #70: "Force" option in volume stopDhandapani2011-11-109-97/+182
| |/ /
| * | Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-11-0914-35/+195
| |\ \
| * | | Story #70: "Force" option in volume stopDhandapani2011-11-038-45/+136
| | | |
* | | | Story#65 Task#189 Double click on volume log row will show in a popup dialogSelvasundaram2011-11-106-7/+36
| | | |
* | | | Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-11-105-4/+75
|\ \ \ \ | | |_|/ | |/| |
| * | | Introduced system property auto.cluster.name that can be used for avoiding ↵Shireesh Anjal2011-11-092-0/+27
| | | | | | | | | | | | | | | | human intervention on the cluster selection dialog while running SWTBot automated tests.
| * | | Changed the auto login system property from login.password to ↵Shireesh Anjal2011-11-092-2/+2
| | | | | | | | | | | | | | | | auto.login.password
| * | | Added tooltips for the select, create and register radio buttons on the ↵Shireesh Anjal2011-11-091-3/+10
| | | | | | | | | | | | | | | | cluster selection dialog.
| * | | Introduced system property login.password for avoiding human intervention on ↵Shireesh Anjal2011-11-092-1/+26
| | |/ | |/| | | | | | | login dialog while running SWTBot automated tests.
| * | Modified the projects to instrument for code coverageShireesh Anjal2011-11-082-0/+12
| | |
* | | Junit testsSelvasundaram2011-11-072-2/+7
| | |