summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Modified to clean files left by previous build before starting the build.Shireesh Anjal2011-12-121-1/+15
|
* Modified to use placeholder @VERSION@ instead of hard coding version number, ↵Shireesh Anjal2011-12-095-14/+22
| | | | and replacing the same at build time with required version number.
* Introduced buckminster extension and ant task in console project for ↵Shireesh Anjal2011-12-092-0/+55
| | | | updating product version in the about text present in plugin.properties at build time.
* Changed plugin version to 1.0.0.qualifierShireesh Anjal2011-12-096-13/+11
| | | | (qualifier gets replaced at build time)
* Modified to create the directory /opt/glustermg/etc during installationShireesh Anjal2011-12-091-1/+2
|
* Merge pull request #20 from Dhandapani/masterShireesh Anjal2011-12-091-0/+1
|\ | | | | Bug 765739: Deleting cifs volume does not remove cifs association with volume
| * Bug 765739: Deleting cifs volume does not remove cifs association with ↵Dhandapani2011-12-091-0/+1
|/ | | | volume - Fixed
* Merge pull request #19 from Dhandapani/masterShireesh Anjal2011-12-0911-14/+29
|\ | | | | Bug 3857: Replace-brick operation fails. Fails to generate tasks view - fixed
| * Merge branch 'work'Dhandapani2011-12-092-6/+4
| |\ | | | | | | | | | | | | | | | Conflicts: src/org.gluster.storage.management.console/src/org/gluster/storage/management/console/actions/RebalanceVolumeAction.java src/org.gluster.storage.management.console/src/org/gluster/storage/management/console/dialogs/MigrateBrickWizard.java
| | * Bug 3857: Replace-brick operation fails. Fails to generate tasks view - fixedDhandapani2011-12-0911-14/+29
| |/ |/|
| * Bug 3857: Replace-brick operation fails. Fails to generate tasks view - fixedDhandapani2011-12-0911-14/+31
|/
* Added indentation to if constructs, added detailed information to Usage message.Shireesh Anjal2011-12-091-33/+59
|
* Changed version number to 1.0.0-alphaShireesh Anjal2011-12-082-2/+2
|
* Added Jersey license files in client projectShireesh Anjal2011-12-082-0/+323
|
* Changed version number to 1.0.0-alpha and added reference to Jersey libraryShireesh Anjal2011-12-081-2/+3
|
* Merge pull request #17 from TimothyAsir/masterShireesh Anjal2011-12-082-2/+7
|\ | | | | Fixed - Bug 3856 - add_user_cifs_all command executions shows traceback error.
| * Enhanced get_server_details.py to return partition type as 'swap' if the ↵Timothy Asir2011-12-081-1/+6
| | | | | | | | file system type is 'swap'
| * Fixed -Bug 3856 - add_user_cifs_all command executions shows traceback error.Timothy Asir2011-12-081-1/+1
| |
* | Merge pull request #18 from Selvasundaram/masterShireesh Anjal2011-12-082-4/+10
|\ \ | |/ |/| Fixed not to return task status as null in case the gluster command for checking migration status fails. Now an exception will be thrown in such cases.
| * Fix for returning null on task status errorSelvasundaram2011-12-082-4/+10
|/
* Merge pull request #16 from Selvasundaram/masterShireesh Anjal2011-12-081-2/+2
|\ | | | | Hyphened REST API parameters are changed to camel case convention
| * Hyphened REST API parameters are changed to camel case conventionSelvasundaram2011-12-081-2/+2
|/
* Merge pull request #15 from balamurugana/masterShireesh Anjal2011-12-081-14/+21
|\ | | | | gmc-build.sh accepts BUILD-DIR as optional argument. It uses gmc-target as GMC-TARGET-DIR and gmc-build as BUILD-DIR at source directory level if its not given.
| * gmc-build.sh accepts BUILD-DIR as optional argument. It uses gmc-target as ↵Bala.FA2011-12-081-14/+21
|/ | | | | | GMC-TARGET-DIR and gmc-build as BUILD-DIR at source directory level if its not given. Signed-off-by: Bala.FA <barumuga@redhat.com>
* Removed unnecessary @SuppressWarnings annotationsShireesh Anjal2011-12-068-10/+1
|
* 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
|
* Merge pull request #14 from Selvasundaram/masterShireesh Anjal2011-12-061-1/+1
|\ | | | | Fixed - Bug 3845 - New: Disk does not get mounted at mentioned path given from the UI.
| * Fixed - Bug 3845 - New: Disk does not get mounted at mentioned path given ↵Selvasundaram2011-12-061-1/+1
| | | | | | | | from the UI.
* | Merge pull request #13 from balamurugana/masterShireesh Anjal2011-12-061-141/+203
|\ \ | |/ |/| Added dependency check and other improvements in gmc-build.sh
| * Added dependency check and other improvements in gmc-build.shBala.FA2011-12-061-141/+203
|/ | | | Signed-off-by: Bala.FA <barumuga@redhat.com>
* Added copyright notice in all sources.Shireesh Anjal2011-12-02278-3453/+4444
|
* Removed redundant sources.Shireesh Anjal2011-12-022-843/+0
|
* Corrected typo in usage.Shireesh Anjal2011-12-021-1/+1
|
* Modified to call post function at the end.Shireesh Anjal2011-12-021-0/+1
|
* 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 pre-check for chkconfigShireesh Anjal2011-12-011-2/+7
|
* Merge pull request #12 from balamurugana/masterShireesh Anjal2011-11-2949-231/+739
|\ | | | | Removed gluster-provision-block, added license text and updated glustermg.spec file
| * Updated tomcat6/samba dependency and multicast-discoverd stop is added into ↵Bala.FA2011-11-291-19/+23
| | | | | | | | | | | | preun of backend RPM. Signed-off-by: Bala.FA <barumuga@redhat.com>
| * 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>
* | Used correct variable name GMGBE_ARCHIVE_PATH instead of GMG_ARCHIVE_PATHShireesh Anjal2011-11-291-1/+1
| |
* | Corrected installer tar name (removed .war from it)Shireesh Anjal2011-11-291-1/+1
| |
* | Corrected installer tar name (removed .war from it)Shireesh Anjal2011-11-291-1/+1
| |
* | Merge branch 'master' of github.com:gluster/gmcShireesh Anjal2011-11-294-30/+59
|\|
| * Merge pull request #11 from Dhandapani/masterShireesh Anjal2011-11-294-30/+59
| |\ | | | | | | Fixed build warnings.
| | * Warnings issue fixed.Dhandapani2011-11-294-30/+59
| |/
* / Introduced gateway backend installation script and modified build script to ↵Shireesh Anjal2011-11-2910-91/+229
|/ | | | | | package it. Also corrected typos in copyright notice.