summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* crond is restarted instead of reload for fedora 16Shireesh Anjal2011-12-131-1/+4
|
* Introduced icon for the "Start offline bricks" action.Shireesh Anjal2011-12-139-1/+2
|
* Modified Utils.py to use version placeholder @VERSION@ while forming ↵Shireesh Anjal2011-12-132-2/+6
| | | | commandPath, which will be replaced with actual version number during build.
* Modified to use the version placeholder @VERSION@ in default API versionShireesh Anjal2011-12-121-1/+1
|
* Fixed dependency checking in gmg-backend-install.shShireesh Anjal2011-12-121-3/+3
|
* Modified ProcessUtil to support passing env variables while executing commands.Shireesh Anjal2011-12-122-34/+77
| | | | Modified ServerUtil to set env variable GMG_VERSION while executing any Gluster script on the gateway.
* Merge pull request #21 from balamurugana/masterShireesh Anjal2011-12-121-0/+25
|\ | | | | Added dependency checking of python, perl, perl::RRDs, samba and libxml2.
| * Added dependency checking of python, perl, perl::RRDs, samba and libxml2.Bala.FA2011-12-121-0/+25
| | | | | | | | Signed-off-by: Bala.FA <barumuga@redhat.com>
* | Introduced files COPYING and CONTRIBUTING, added link to gluster.org in READMEShireesh Anjal2011-12-123-0/+700
| |
* | Modified to include API version number in root JNLP file, and rename the ↵Shireesh Anjal2011-12-126-3/+33
|/ | | | | | feature jnlp file appropriately during build. Modified ClientUtil to pick up the API version number from the system property gluster.api.version
* Merge branch 'master' of github.com:gluster/gmcShireesh Anjal2011-12-124-11/+19
|\
| * Renamed glustermg build file to glustermg.ant,Shireesh Anjal2011-12-104-11/+19
| | | | | | | | | | | | Introduced configuration parameter dataVersion in spring configuration, Replaced hard coded appVersion to use placeholder @VERSION@ in spring configuration, which will be replaced with actual version number at build time. Modified InitServerTask to upgrade data based on the new parameter dataVersion instead of appVersion
* | 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
|