summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-131-1/+1
| | | | 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
|
* 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.
* Modified to include API version number in root JNLP file, and rename the ↵Shireesh Anjal2011-12-125-3/+32
| | | | | | feature jnlp file appropriately during build. Modified ClientUtil to pick up the API version number from the system property gluster.api.version
* 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 use placeholder @VERSION@ instead of hard coding version number, ↵Shireesh Anjal2011-12-093-6/+5
| | | | 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)
* Bug 765739: Deleting cifs volume does not remove cifs association with ↵Dhandapani2011-12-091-0/+1
| | | | volume - Fixed
* Bug 3857: Replace-brick operation fails. Fails to generate tasks view - fixedDhandapani2011-12-0911-14/+29
|
* 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
| |
* | Fix for returning null on task status errorSelvasundaram2011-12-082-4/+10
|/
* Hyphened REST API parameters are changed to camel case conventionSelvasundaram2011-12-081-2/+2
|
* 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
|
* 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
|