lasanthaDLPDS
7ef9485b7d
Fix issues in lifecycle retrieving API
2019-05-03 21:05:46 +05:30
lasanthaDLPDS
1100db4d67
Add lifecycle retrieving API
2019-05-03 17:01:40 +05:30
lasanthaDLPDS
f95f872732
Add application release deleting API
2019-05-02 18:38:15 +05:30
lasanthaDLPDS
16e2da3c0b
Add API for getting application release
2019-05-02 13:48:32 +05:30
lasanthaDLPDS
b991ed22ee
Improve get applications method
2019-05-02 03:00:32 +05:30
lasanthaDLPDS
6dafe59eab
Improve application create functionality
2019-05-02 02:46:45 +05:30
lasanthaDLPDS
5399ae1a3c
Add subscription management exception class
2019-05-01 20:08:43 +05:30
lasanthaDLPDS
d79c11c762
Add admin API interface for app publisher
2019-05-01 19:48:27 +05:30
lasanthaDLPDS
04c03c9f46
Fix application release adding API
2019-04-30 22:31:21 +05:30
lasanthaDLPDS
eb6998f297
Fix application release update method
2019-04-29 22:09:12 +05:30
lasanthaDLPDS
68b9795201
Fix application update issue
2019-04-29 00:54:10 +05:30
lasanthaDLPDS
93fa110a08
Fix App update issue
2019-04-28 20:08:10 +05:30
lasanthaDLPDS
5c6a3cba1f
Improve web app authentication
...
Improve web app authentication to unsecure dynamic context paths and further improve app management APIs
2019-04-28 18:16:25 +05:30
lasanthaDLPDS
7703d217f9
Add App updating API
2019-04-26 23:03:51 +05:30
lasanthaDLPDS
460394c9da
Improve application edit functionality
2019-04-26 09:49:19 +05:30
Gathika Ratnayaka
38c7f6211e
Additional methods and unit tests to LifeCycleManager
2019-04-24 09:10:58 +00:00
lasanthaDLPDS
f1672ee961
Add artifact download API
2019-04-24 10:45:16 +05:30
lasanthaDLPDS
c9f928915e
Add application artifact dowloading API
2019-04-24 02:58:59 +05:30
lasanthaDLPDS
e1bad46558
Fix Handler issues
2019-04-23 22:27:05 +05:30
lasanthaDLPDS
6c543922b4
Add ne APIs and refactor
2019-04-21 02:16:57 +05:30
lasanthaDLPDS
19f088d222
Add get application and add new release APIs
2019-04-19 13:19:59 +05:30
lasanthaDLPDS
e747c0bdb0
Add API for getting applications
2019-04-18 17:52:08 +05:30
lasanthaDLPDS
e467453fd3
Integrate lifecycle management functionality
2019-04-09 07:34:02 +05:30
lasanthaDLPDS
a79b600922
Fix merge conflicts
2019-04-08 17:33:03 +05:30
lasanthaDLPDS
071ef71c86
Fix app installing issue for same package name
...
If we add same installer as a new app by giving different name, it was able to add as new application. But, if there is application release for same package name, the application adding should be blocked. Therefore verify if there is an application release for same package name before adding an application.
2019-04-08 16:48:04 +05:30
lasanthaDLPDS
b06a908f5f
Modify Entity Class name
2019-04-08 08:07:10 +05:30
lasanthaDLPDS
03dc9e8810
Improve app create response
2019-04-07 13:36:58 +05:30
lasanthaDLPDS
7e4cc36977
Fix app hash value getting issue
2019-04-05 17:20:00 +05:30
Gathika94
329499a962
resolve conflicts
2019-04-05 14:23:16 +05:30
lasanthaDLPDS
6a52997a82
Fix syntax issue in get application call
2019-04-05 08:40:55 +05:30
lasanthaDLPDS
017aa7af11
Remove commented code
2019-04-05 07:33:24 +05:30
lasanthaDLPDS
2f0f47fe92
Fix Application Creating Issue
2019-04-05 07:29:09 +05:30
Gathika94
c8b983fb93
Add seperate class to facilitate unit tests related to the LifeCycleManagementTest
2019-04-04 14:02:15 +05:30
lasanthaDLPDS
74e4b2ca5d
Fix app adding issue
2019-04-04 09:07:28 +05:30
lasanthaDLPDS
8fa6abf697
Fix h2 SQL syntax errors
2019-04-04 08:37:48 +05:30
Gathika94
64507c1011
ensure unit tests related to LifeCycleManager running without issues
2019-04-04 05:58:42 +05:30
Gathika94
c67117eb01
change application-mgt.xml class related to the test cases
2019-04-02 15:46:59 +05:30
Gathika94
f714feb239
add new methods to check whether the app is updatable or installable in a given state
2019-04-01 08:32:28 +05:30
lasanthaDLPDS
e5fb01f23e
Add application create fixes
2019-03-31 20:24:54 +05:30
Gathika94
bb808fd9e3
Rechange the app manager lifecycle xml file, add comments and headers
2019-03-29 14:26:35 +05:30
Gathika94
dc5547bb38
fix the dependency issue due to using DeviceManagementDataHolder when getting UserRealm
2019-03-28 11:55:09 +05:30
Gathika94
3bb2e8a5bf
Add new method to put permission taking String parameters
2019-03-28 11:55:09 +05:30
Gathika94
6ba46facb1
change xml file and add relevant permission related to app mgmt lifecycle
2019-03-28 11:55:09 +05:30
lasanthaDLPDS
9876d8685c
Refactor the source
2019-03-26 18:25:24 +05:30
lasanthaDLPDS
b2260b6919
Add modification to app creating flow
2019-03-25 21:07:44 +05:30
lasanthaDLPDS
02b99eb442
Merge branch 'application-mgt-new' of gitlab.com:tcdlpds/carbon-device-mgt into application-mgt-new
2019-03-23 02:32:08 +05:30
lasanthaDLPDS
5717e81cfb
modefying DAO layer
2019-03-23 02:31:47 +05:30
Geeth Munasinghe
cf11ed671c
Adding todos
2019-03-22 15:02:01 +05:30
lasanthaDLPDS
6e25a0bc3e
Improve DB connection handling
2019-03-21 22:21:30 +05:30
lasanthaDLPDS
dc518dcca2
Add modification for app getting logic
2019-03-21 18:58:50 +05:30