Commit Graph

8035 Commits

Author SHA1 Message Date
charitha
239b1b9bb0 Add application installation response via pull notification 2019-09-16 16:22:24 +05:30
Dharmakeerthi Lasantha
d45b153a9a Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix app-install operation adding issue for custom apps

See merge request entgra/carbon-device-mgt!252
2019-09-16 10:14:48 +00:00
lasanthaDLPDS
34f1b25c84 Fix app-install operation adding issue for custom apps 2019-09-16 15:39:22 +05:30
charitha
919eeab2d8 Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new 2019-09-16 13:05:47 +05:30
Charitha Goonetilleke
c3490c129a Fix issue in deploying event streams 2019-09-16 06:48:01 +00:00
Dharmakeerthi Lasantha
0a0ac706f3 Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix custom app loading issue

See merge request entgra/carbon-device-mgt!249
2019-09-15 17:40:22 +00:00
lasanthaDLPDS
a3e0eb031c Fix custom app loading issue 2019-09-15 23:03:34 +05:30
Dharmakeerthi Lasantha
8ce3318645 Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix device type loading issue for custom apps

See merge request entgra/carbon-device-mgt!248
2019-09-15 16:34:10 +00:00
Dharmakeerthi Lasantha
5c92401265 Fix server starting issue
This issue is occurred as a result of having java8 codes in the source. Hence remove and replace the code.
2019-09-15 16:34:10 +00:00
Charitha Goonetilleke
0e22d24e61 Merge branch 'application-mgt-new' into 'application-mgt-new'
Add new application type

See merge request entgra/carbon-device-mgt!247
2019-09-15 15:49:06 +00:00
lasanthaDLPDS
ed557fc510 Fix merge conflicts 2019-09-15 20:37:13 +05:30
Dharmakeerthi Lasantha
6e8d139cbc Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix APPM publisher UI according to custom type app installation feature

See merge request tcdlpds/carbon-device-mgt!5
2019-09-15 14:26:53 +00:00
Jayasanka Weerasinghe
c204e6f9b7 Fix server starting issue
This issue is occurred as a result of having java8 codes in the source. Hence remove and replace the code.
2019-09-15 14:26:53 +00:00
lasanthaDLPDS
cfd0f709ef Add new application type
Add new application type for IoT use cases. Further, it is named as CUSTOM
2019-09-15 18:48:09 +05:30
Ace
fc03c404ad Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt 2019-09-14 13:03:06 +05:30
Dharmakeerthi Lasantha
272077a8d1 Merge branch 'application-mgt-new' into 'application-mgt-new'
Sync with upstream master

See merge request entgra/carbon-device-mgt!245
2019-09-13 03:00:41 +00:00
lasanthaDLPDS
bf67894924 Merge branch 'master' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new 2019-09-13 07:39:50 +05:30
Saad Sahibjan
0af060f5b8 Merge branch 'master' into 'master'
Fix server starting issue

See merge request entgra/carbon-device-mgt!244
2019-09-12 16:54:34 +00:00
lasanthaDLPDS
cebc18bef6 Fix server starting issue
This issue is occurred as a result of having java8 codes in the source. Hence remove and replace the code.
2019-09-12 22:20:55 +05:30
Ace
def206d17e Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt 2019-09-11 16:18:27 +05:30
Ace
82447ef865 Fixing issues with query-devices 2019-09-11 16:18:13 +05:30
Charitha Goonetilleke
11e6e11714 Merge branch 'master' into 'master'
Sort device analytics data

Closes product-iots#140

See merge request entgra/carbon-device-mgt!238
2019-09-11 06:23:21 +00:00
Dharmakeerthi Lasantha
5f4abf8ff5 Merge branch 'application-mgt-new' into 'application-mgt-new'
Improve error messages logging

See merge request entgra/carbon-device-mgt!242
2019-09-11 01:27:35 +00:00
lasanthaDLPDS
7a48f72f6b Improve error messages logging 2019-09-11 03:55:11 +05:30
Dharmakeerthi Lasantha
65c462bcd3 Merge branch 'application-mgt-new' into 'application-mgt-new'
Sync with upstream master

See merge request entgra/carbon-device-mgt!240
2019-09-10 15:29:30 +00:00
lasanthaDLPDS
b3860d502e Fix build failure 2019-09-10 20:15:55 +05:30
lasanthaDLPDS
a41b5313a0 Fix merge conflicts 2019-09-10 19:11:37 +05:30
Turcy
e33f28bf8a Sort device analytics data 2019-09-09 23:49:24 +05:30
Charitha Goonetilleke
71488410d4 Merge branch 'master' into 'master'
Rest api to deploy DAS components

See merge request entgra/carbon-device-mgt!226
2019-09-09 15:03:49 +00:00
Charitha Goonetilleke
12e19b9862 Merge branch 'master' into 'master'
Make device analytics timestamp human-readable

Closes product-iots#139

See merge request entgra/carbon-device-mgt!234
2019-09-09 14:46:01 +00:00
Yohan Avishke
234c2ee104 Resolve issue with wrong license header 2019-09-09 20:08:33 +05:30
Yohan Avishke
3dff9fef80 Create Endpoints to deploy DAS artifacts as Strings
Four new endpoints were created to deploy DAS artifacts. These apis will accept JSON payloads and convert them to Strings and will use those to deploy artifacts. These endpoints are different from the existing endpoints due to accepting different payloads and using different stubs to deploy.
2019-09-09 19:51:40 +05:30
Milan Perera
299ae580ee Merge branch '3.7.0-fixes' into 'master'
Add DM_DEVICE_CERTIFICATE table script to main DB scripts

Closes product-iots#63

See merge request entgra/carbon-device-mgt!236
2019-09-08 20:01:27 +00:00
milanperera
1cc5209c4e Add certificate mgt table creation 2019-09-08 21:58:17 +02:00
Turcy
0af18b0255 Make device analytics timestamp human-readable 2019-09-05 16:27:37 +05:30
Charitha Goonetilleke
860072842e Merge branch 'master' into 'master'
Introducing a group properties table & ability to add/remove group properties

See merge request entgra/carbon-device-mgt!225
2019-09-03 16:24:36 +00:00
Yohan Avishke
bed68289b5 Make stream persisting optional
At the moment of creating a stream it will be persisted by default. This was made a optional choice by using a query flag through this commit.
2019-09-02 10:10:22 +05:30
Yohan Avishke
35b03d387c fix: Change in file name
File name of AttributeDataType was changed to AttributeType to resolve some conflicts with import statements.
2019-09-02 00:47:25 +05:30
Yohan Avishke
6def2e1efa Merge branch 'master' of https://gitlab.com/YohanAvishke/carbon-device-mgt 2019-09-02 00:05:32 +05:30
Yohan Avishke
bdf74ac041 API to integrate functionality of DAS
Four endpoints to publish stream, receiver, publisher and siddhi script were added to the device.mgt.api. This commit contains implementation of the above end points, jax-rs beans, custom exceptions and common methods used for the endpoints.
These changes were done in order to decouple the DAS ui from Entgra products.
These endpoints will function by consuming JSON payloads to, generate custom artifacts and deploying them depending on the payload.

BREAKING CHANGE: Four endpoints to publish stream, receiver, publisher and siddhi script were added to the device.mgt.api
2019-09-01 23:57:51 +05:30
Ace
48a0801faf Fixing test failures 2019-08-30 15:24:19 +05:30
Ace
91746c4d04 Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt 2019-08-30 12:44:42 +05:30
Ace
5f3c069694 introducing a group properties table & ability to add/remove group properties 2019-08-30 12:42:09 +05:30
charitha
5c9c0d3ddf Fix missing operation id in mqtt operation topic 2019-08-30 10:57:37 +05:30
Inosh Perara
2eeec362b7 Merge branch 'application-mgt-new' into 'application-mgt-new'
Modify enrollment app install policy to support new app manager

See merge request entgra/carbon-device-mgt!224
2019-08-29 08:40:12 +00:00
Dharmakeerthi Lasantha
b61f763f82 Merge branch 'master' into 'master'
removing font-wso2 and adding font-entgra

See merge request entgra/carbon-device-mgt!221
2019-08-29 08:00:33 +00:00
Ruwan Yatawara
ff7ec02bcb removing font-wso2 and adding font-entgra 2019-08-29 08:00:32 +00:00
Saad Sahibjan
91617a6dbb Modify enrollment app install policy to support new app manager 2019-08-29 13:22:18 +05:30
Ace
a2d349fa92 fixing license headers 2019-08-29 13:01:00 +05:30
Dharmakeerthi Lasantha
7215d0beba Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix the responsive issues of the device-mgt react app

See merge request entgra/carbon-device-mgt!219
2019-08-29 07:21:44 +00:00