Commit Graph

204 Commits

Author SHA1 Message Date
harshanL
3d75d58782 Changed mobile-device database schema & DAO layer 2015-02-19 17:35:37 +05:30
Dilshan Edirisuriya
bbd6ff8343 Implementing isEnrolled method 2015-02-19 15:29:29 +05:30
Dilshan Edirisuriya
7358a5145b Implementing iOS plugin services 2015-02-17 19:51:01 +05:30
harshanL
dcbfd06075 Added debug logs 2015-02-17 17:15:51 +05:30
harshanL
2dc1fe240f Refactored DAO implementations & added comments. 2015-02-17 16:21:06 +05:30
harshanL
ac6eca2cbc Refactored unit-tests to check for SAX parser exceptions 2015-02-13 11:10:49 +05:30
harshanL
26883800ea Refactored unit-tests 2015-02-13 10:58:22 +05:30
harshanL
f4da4c35fc Refactored unit-tests 2015-02-13 10:56:42 +05:30
harshanL
dbf296605f MDM-312 fix : Refactored code of MDM MobileImpl component 2015-02-12 19:37:07 +05:30
harshanL
7f436f4f75 Added comments to DAO unit tests 2015-02-12 12:00:56 +05:30
harshanL
3b1e9ebfd5 Added unit-tests for mobile related dao layer 2015-02-12 11:55:24 +05:30
harshanL
8dd8437810 Added correct license headers 2015-02-10 17:48:07 +05:30
Geeth Munasinghe
6190741df2 [maven-release-plugin] prepare for next development iteration 2015-02-10 12:14:46 +05:30
Geeth Munasinghe
5b1f352e77 [maven-release-plugin] prepare release carbon-devicemgt-plugins-1.9.0 2015-02-10 12:14:34 +05:30
Geeth Munasinghe
78b6b8f6d8 Changing the version and removing the repositories 2015-02-10 12:12:35 +05:30
Geeth Munasinghe
813259631d [maven-release-plugin] prepare for next development iteration 2015-02-10 11:44:37 +05:30
Geeth Munasinghe
fd038a0e7d [maven-release-plugin] prepare release carbon-devicemgt-plugins-1.9.0 2015-02-10 11:44:26 +05:30
Geeth Munasinghe
5303f47f9d Changing the group id 2015-02-10 11:14:55 +05:30
Geeth Munasinghe
fe3bd490c8 Changing the version to 1.9.0-SNAPSHOT 2015-02-10 11:07:55 +05:30
Geeth Munasinghe
c6ae34c54b Removing product folder and changing the parent artifact id 2015-02-10 11:05:06 +05:30
Geeth Munasinghe
2ccc35f9bd Fixing the product mdm repo with released device mgt component -version 0.9.0 2015-02-09 20:26:39 +05:30
harshanL
4c42f6c337 Refactored pom files 2015-02-05 18:40:16 +05:30
harshanL
2b52e3ccd2 Refactored the source & modified the build 2015-02-05 12:01:35 +05:30
harshanL
f6c640ef57 MDM-296 Fix 2015-02-02 10:34:55 +05:30
prabathabey
1c8aaab209 Fixing SNAPSHOT versions in some of the dependent components 2015-02-01 18:59:36 +05:30
Geeth Munasinghe
d167daef78 Changing the group id of the cdm and mdm products, and gropuing the dependencies 2015-01-30 11:52:16 +05:30
harshanL
84b40f802f Unit test code changes 2015-01-27 10:33:05 +05:30
prabathabey
67f0f31baa Code cleanup 2015-01-27 00:21:54 +05:30
prabathabey
733ae8ed10 Adding proper dependency exclusions to poms, making MobileFeatureDAOTestSuite use jdbc pooling instead of dbcp and making testdbconfig.xml to be compliant with platform naming standards 2015-01-26 23:57:06 +05:30
Dulitha Wijewantha
5b68949c41 Merge branch 'master' of github.com:wso2/product-mdm 2015-01-23 22:03:18 +05:30
Dulitha Wijewantha
3f7b93163b * Added a description to the feature implementation
* Added the feature insert, changed the feature_id to int and added device_type to features
* Included the updated database file
* Developed the feature to view device features
* Developed the implementation to call the Operation Manager from the UI
2015-01-23 22:03:01 +05:30
prabathabey
e9ebd88445 Configuring logging for test cases 2015-01-23 21:29:32 +05:30
prabathabey
b17b514d11 Resolving conflicts 2015-01-23 21:08:58 +05:30
prabathabey
da34270a61 Fixing API Manager related issues 2015-01-23 20:53:50 +05:30
harshanL
e40424c758 Added copying mobile db scripts to bin.xml & refactored code 2015-01-23 19:44:16 +05:30
Dulitha Wijewantha
899662c5d5 Merge branch 'master' of github.com:wso2/product-mdm
Conflicts:
	components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/src/main/java/org/wso2/carbon/device/mgt/mobile/dao/MobileFeatureDAO.java
2015-01-23 19:07:21 +05:30
Dulitha Wijewantha
df09c4bd3c * Added method to the mobile feature DAO to get features by type
* Changed method - getFeaturePropertyOfFeature to accept a string
* Added Device Type to the Feature DAO implementations
* Changed Device Feature properties DAO for Int
* Implemented the get feature by type to android operation manager
2015-01-23 18:39:28 +05:30
harshanL
54e827ce68 Added unit-tests & refactored the code 2015-01-23 15:58:06 +05:30
Dulitha Wijewantha
f1193b5647 Fixed indentation. UI module changes 2015-01-23 12:47:25 +05:30
Dulitha Wijewantha
24184b48a7 Reverted changes back to the list implementation. The Map conversion is not properly supported in CXF 2015-01-23 11:40:06 +05:30
harshanL
ad3f748e0b Fixed merge conflicts 2015-01-22 22:24:52 +05:30
harshanL
163fe58120 Added new changes in operation management 2015-01-22 22:04:51 +05:30
Dulitha Wijewantha
9f71408001 * Fixed the JNDI bug
* Added a device module method and apis for a single device
* UI improvement to the device page
2015-01-22 21:20:08 +05:30
Dulitha Wijewantha
99f7cd25e8 Merging left over changes from MDM. Most of the changes are from @harshahL. 2015-01-22 10:43:36 +05:30
Geeth Munasinghe
bc93ff08a4 Changing cdm to mdm 2015-01-21 20:14:55 +05:30
Geeth Munasinghe
5e3ebc141c As discussed in the product counsil, the MDM will be the mobile solution built upon CDM framework 2015-01-21 12:44:51 +05:30
harshanL
193eca9e2d Added operation persistance logic & refactored the code 2015-01-20 11:44:31 +05:30
manoj
da0351ebcd Change device type to device type Id 2015-01-20 07:37:39 +05:30
manoj
72a3df080b Merge branch 'master' of https://github.com/geethkokila/product-cdm
Conflicts:
	components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/DeviceManagementRepository.java
	components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/internal/DeviceManagementServiceComponent.java
	product/modules/mobileservices/agents/android/jax-rs/src/main/java/org/wso2/cdmserver/mobileservices/android/util/AndroidAPIUtils.java
	product/pom.xml
2015-01-20 07:29:16 +05:30
manoj
aa50bf96ed Add License Mgt 2015-01-19 21:39:06 +05:30