Commit Graph

121 Commits

Author SHA1 Message Date
lasanthaDLPDS
b7e6fed181 Construct artifact download URL by using sys props 2019-06-23 09:37:07 +05:30
lasanthaDLPDS
aa247bc1f2 Improve publisher review management 2019-06-21 15:11:02 +05:30
Madawa Soysa
cd9e3e52ed Implement multipart request handling through invoker
This commit improves the Invoker handler to handle multi part requests by generating the proxy request body using the body of the incoming multi part requests.

Fixes entgra/product-iots#111
Related to entgra/product-iots#103
2019-06-21 15:22:17 +10:00
lasanthaDLPDS
7eac984e0c Improve app getting functionality in APPM publisher 2019-06-19 19:49:41 +05:30
lasanthaDLPDS
4581238cf3 Make banner uploading as optional. 2019-06-18 18:35:53 +05:30
lasanthaDLPDS
7f0be5f28b Merge with upstream master 2019-06-17 20:13:12 +05:30
lasanthaDLPDS
4aa42aed6f Improve app release adding method 2019-06-17 19:32:18 +05:30
lasanthaDLPDS
3179653b6a Add APPM public app support 2019-06-07 12:01:34 +05:30
lasanthaDLPDS
28bc9f3a77 Improve web clip registering in APPM 2019-06-04 15:28:15 +05:30
lasanthaDLPDS
0ae7479d49 Add web clip support for APPM 2019-06-04 07:55:20 +05:30
lasanthaDLPDS
9dad03b7c9 Improve category adding API 2019-05-31 18:31:55 +05:30
lasanthaDLPDS
dd78035227 Improve APPM subscription handeling 2019-05-30 21:43:17 +05:30
lasanthaDLPDS
6e3742aff3 Add APIs for APPM review management 2019-05-16 17:38:59 +05:30
lasanthaDLPDS
8a6411bac6 Add APPM store APIs for getting application data 2019-05-13 17:48:23 +05:30
lasanthaDLPDS
f356b0df6b Improve APPM publisher APIs 2019-05-13 13:54:14 +05:30
lasanthaDLPDS
b48fa9df7c Fix minor issue in App publisher interface 2019-05-13 07:58:32 +05:30
lasanthaDLPDS
c6440a779d Add support for application category list adding for an application. 2019-05-13 01:52:24 +05:30
lasanthaDLPDS
be992c4b8d add APIs for managing caregories 2019-05-12 01:11:45 +05:30
lasanthaDLPDS
b4643d84cd Add tag managing APIs for app manager 2019-05-10 17:10:35 +05:30
lasanthaDLPDS
1b0983dafb Fix isues in app release update 2019-05-10 09:25:06 +05:30
lasanthaDLPDS
ed30867f3a Add APIs which are related to application tag management 2019-05-09 15:49:56 +05:30
lasanthaDLPDS
1a3d3215a0 Add API for delete an application tag 2019-05-08 17:59:13 +05:30
lasanthaDLPDS
a9a608bc84 Add APIs for getting registered tags and categories 2019-05-08 09:48:12 +05:30
lasanthaDLPDS
f93185a11b Improve publisher jax-rs logic 2019-05-07 02:40:12 +05:30
lasanthaDLPDS
6d4252a5dd Fix issues in lifecycle adding method 2019-05-06 21:53:54 +05:30
lasanthaDLPDS
a3d75df8a0 Add lifecycle adding API 2019-05-06 18:01:52 +05:30
lasanthaDLPDS
e293a236c5 Add application delete admin API 2019-05-06 15:01:22 +05:30
lasanthaDLPDS
018d078e1b Improve life cycle manager 2019-05-06 00:03:07 +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
6dafe59eab Improve application create functionality 2019-05-02 02:46:45 +05:30
lasanthaDLPDS
d79c11c762 Add admin API interface for app publisher 2019-05-01 19:48:27 +05:30
lasanthaDLPDS
eb6998f297 Fix application release update method 2019-04-29 22:09:12 +05:30
lasanthaDLPDS
5837e53d1f Fix scope issue in APPM publisher 2019-04-28 19:26:20 +05:30
lasanthaDLPDS
8bf0a67336 Add missing log line 2019-04-28 18:33:17 +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
lasanthaDLPDS
9fab48839d Add changes in master branch 2019-04-25 00:02:07 +05:30
lasanthaDLPDS
84e3beb6f6 Fix merge conflicts 2019-04-24 23:09:16 +05:30
lasanthaDLPDS
cf8e23ff32 Fix get applications API response 2019-04-23 15:32:54 +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
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
e5fb01f23e Add application create fixes 2019-03-31 20:24:54 +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