lasanthaDLPDS
0b78df50a7
Add application deleting functionality
...
Modified DAO layer. When delete an application it is moved to REMOVED status.
7 years ago
lasanthaDLPDS
c95733a781
Add iOS applications and Web Clip publishing functionality
...
This commit contains followings
Added dependencies for URL validation and plist parsing.
Added version retrieval functionality for iOS application
Added WEB clip publishing functionality.
In order to compatible with above functionalities modified the source
7 years ago
lasanthaDLPDS
b45d11bfdc
Fix issues in swagger definition
7 years ago
lasanthaDLPDS
976d0ad60d
Modify application retrieval API
...
As per the API designing best practices, added offset and limit query parameters for application getting API.
7 years ago
lasanthaDLPDS
71aa6762ac
Refactor APPM DAO Layer
...
Refactored the APPM DAO layer. Further verified and added required functionality to compatible with other DBMS, such as Oracle, PostgreSQL, MSSQL
7 years ago
lasantha
f9559a510b
Remove tenant id from the Application Release bean
7 years ago
lasantha
e00aa1be09
Fix build failure
...
Removed application release management service refernce from the ApplicationManagementUtil.java
7 years ago
lasantha
6f18a70d4b
Add application release updating logic into the service layer
...
Adding application release updating logic and application release creating logic into the service layer.
7 years ago
lasantha
f83b466955
Format the application management API source
7 years ago
lasantha
8b505a7741
Reformat the DAO layer and add application release updating SQL logic
...
In order to fix DAO issues and improve the logic, modified the DAO layer. Further added generic application release SQL to update application release.
7 years ago
lasantha
1b7451327e
Remove application release management service source.
...
The application release management service source is moved to application management service. Therefore removed the application release management service source from the application management component.
7 years ago
lasantha
fc30d00ecd
Fix minor DAO layer issues
7 years ago
lasantha
b0eafe7180
Fixed application management issues and improve functionalities
7 years ago
lasantha
7278408b44
Refactored the source code
7 years ago
lasantha
c3f04eeed0
refactored the Application management DAO layer
7 years ago
lasantha
6e3cc085ff
Fixed application getting issues and improved the application getting functionality
...
Improved application functionalities. Modified service layer, DAO layer and API layer
7 years ago
lasantha
ef0e7ee738
adding sorting orders
7 years ago
lasantha
9f609964b7
adding application types
7 years ago
lasantha
6b0e281112
Adding APK file validation functionalty
...
To implement apk file validation we are using external library. APK parser: https://github.com/hsiafan/apk-parser
7 years ago
lasantha
460a356bee
Adding Application management functionalities and API
...
Adding application, application lifecycle and application release management business logic and also API implementation
7 years ago
lasantha
5ee9983305
modified application management store API
...
This is WIP API and in order to avoid build failure commented few lines and those need to be fixed when the development continues
7 years ago
lasantha
c3d0b375a5
Adding App storing functionalities
...
Adding App deleting, editing and storing fucntionalities and fixed related bugs. To delete application artifacts, used recursive method and validation application is removed from the storage management. Since application validation is doing at application management and it is guaranteed that storage management is called after the application management removed the application validation from storage management
7 years ago
lasantha
2cbf78d464
Fixed issues in Generic DAO Impl
7 years ago
Madawa Soysa
b911c9e169
Adding entity application mapping to the database
...
When an application installation request is made other than adding an application install operation a mapping between the devices and the installed applications are kept in the database. In a case where an enterprise wide installation happens a mapping is made with the respective entity and the application.
This commit implement the mapping function.
Related to issue wso2/product-iots#1688
7 years ago
Madawa Soysa
debe93cb03
Improving application subscription API
...
Changing the DeviceIdentifier bean to the same as org.wso2.carbon.device.mgt.common.DeviceIdentifier and implement the install app device.
Adding an ApplicationInstallResponse as the response to respond with more information to the application install request.
related to wso2/product-iots#1688
7 years ago
Madawa Soysa
f66ff60ada
Adding a method to retrieve Application by UUID
...
Application install request is made for a UUID which is associated with an application release. In order to get the details of the application to build the payload of the install application operation, it is required to get the application from the database related to the UUID.
7 years ago
Madawa Soysa
690eff6660
Refactoring mobile application subscription API
7 years ago
lasantha
6792c21210
Rmoved the lifecycle managemt
...
Removed the lifecycle management core and formatted the source
7 years ago
lasantha
9b1820dca5
Adding Lifecycle Management functionalities and fixed related bugs
7 years ago
lasantha
fb8d9dd494
refactored the source and fixed some bugs
7 years ago
lasantha
669881eae7
adding appliction release functionalites and fixed build failure
7 years ago
lasantha
f17c36d13f
Added app release updating fucntionality and fixed APPM related bugs
7 years ago
lasantha
c392f0e57d
merge with upstream and fixed conflicts
7 years ago
lasantha
fdac04dd3e
complete app release getting flow and fixed related bugs
7 years ago
lasantha
569007514e
Added app release creation method and fixed issues
7 years ago
lasantha
317386afb8
bump version of the app manager component
7 years ago
lasantha
ae1c99f665
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into application-mgt-new
7 years ago
lasantha
02415dfd92
merge with upstream master
7 years ago
WSO2 Builder
3014089807
[WSO2 Release] [Jenkins #2890 ] [Release 3.0.216] prepare for next development iteration
7 years ago
WSO2 Builder
3dd8c8bf2f
[WSO2 Release] [Jenkins #2890 ] [Release 3.0.216] prepare release v3.0.216
7 years ago
kamidu
bb0920ef7f
code reformatted to resolve the exsisted code formatting issues
7 years ago
kamidu
3bcb1b729c
improve the java script code of changing the text and visibility
...
Improved the logic in order to remove the unesssary text changes and visibility changes. and fix the code formatting issues found in the code.
7 years ago
kamidu
9cc76da4c2
Fix git issue https://github.com/wso2/product-iots/issues/1629
...
Fixes wso2/product-iots#1629
7 years ago
WSO2 Builder
2cd3b81aaa
[WSO2 Release] [Jenkins #2888 ] [Release 3.0.215] prepare for next development iteration
7 years ago
WSO2 Builder
8301dda57d
[WSO2 Release] [Jenkins #2888 ] [Release 3.0.215] prepare release v3.0.215
7 years ago
Rasika Perera
6c2f4e3c8d
Merge pull request #1165 from rasika/fix-1624
...
Adding additional validations to improve stability of the product
7 years ago
WSO2 Builder
6f6c3e2051
[maven-release-plugin] prepare for next development iteration
7 years ago
WSO2 Builder
a47115d92d
[maven-release-plugin] prepare release v3.0.214
7 years ago
charitha
3cf0d12181
Updated license year
7 years ago
charitha
c542c3efe9
Implemented operation response publishing to analytics
7 years ago