Commit Graph

1293 Commits

Author SHA1 Message Date
Rasika Perera
6c2f4e3c8d
Merge pull request #1165 from rasika/fix-1624
Adding additional validations to improve stability of the product
2018-01-26 14:14:30 +05:30
charitha
3cf0d12181 Updated license year 2018-01-25 14:59:35 +05:30
charitha
c542c3efe9 Implemented operation response publishing to analytics 2018-01-25 14:52:32 +05:30
charitha
439fae4f8d Fixed https://github.com/wso2/product-iots/issues/1630 2018-01-24 22:53:50 +05:30
Rasika Perera
ab352015b7 Fixes for the https://github.com/wso2/product-iots/issues/1624 2018-01-24 07:26:56 +05:30
Rasika Perera
8a09e44c3e Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into fix-1624 2018-01-23 18:48:26 +05:30
Rasika Perera
f3860e42f7 Fixing https://github.com/wso2/product-iots/issues/1624 2018-01-23 18:08:20 +05:30
Rasika Perera
a406dd0540
Merge pull request #1163 from rasika/fix-1611
Isolating Geo Location Enabling Configuration
2018-01-23 17:59:57 +05:30
Rasika Perera
3a9261536e Renamed isEnabled into Enabled for the consistency 2018-01-23 14:59:52 +05:30
Rasika Perera
08f4f04101 Fixing a typo 2018-01-23 14:39:33 +05:30
Rasika Perera
394f45f4bd Fixing https://github.com/wso2/product-iots/issues/1611 2018-01-22 15:43:07 +05:30
geethkokila
ca92c5029f Changing the variable name 2018-01-22 15:25:40 +05:30
geethkokila
1a957666e3 Improvements to policy monitoring framework
This fixes the isseu where policy monitoring is configured per device type, they were not used. With this fix, main policy monitoring config is with cdm-config.xml and per device type can be enabled separately in the device type related xml file.
2018-01-22 14:39:16 +05:30
Madhawa Perera
e56fb5f4de
New Activity Info Provider API resource which accept an array of activity IDs to get activity information (#1161)
* New Activity Info Provider API resource which accept an array of activity IDs to get activity information

* Modifications to the new activity info provider api

* Add acceptable activity list count validation

* Modifications to the new activity provider API resource

* Added license header to the test class

* Modifications to the new activity provider api
2018-01-22 09:38:51 +05:30
geethkokila
0e3069b0da Changing the generic application retrieval to get the application ids
This fixes the issue caused due to retrieving the application details by submiting the device id, becasue at the first storing of the application, they are not stored agaist a device. It get's mapped later with the device. Hence it caused a null pointer
2018-01-15 15:24:27 +05:30
geethkokila
b652d025c8 This commits fixes the issues of having the Application memory info and is-active flag with the DM_APPLICATION table, because those values should go to to DM_APPLICATION_MAPPING table. Change of the tables has happened. 2018-01-15 13:56:05 +05:30
Ruwan
b6792f89f1
Merge pull request #1152 from ruwany/master
Fixing https://github.com/wso2/product-iots/issues/1579
2018-01-10 12:58:29 +05:30
Ace
e054a49aea Adding fix for https://github.com/wso2/product-iots/issues/1579 2018-01-10 12:26:52 +05:30
Rasika Perera
83ae57a044
Merge pull request #1147 from rasika/fix-1553
Fixing cannot publish policies without enrolling a device
2018-01-09 13:58:24 +05:30
Rasika Perera
e254d4ccc8 Fixing https://github.com/wso2/product-iots/issues/1553 and https://github.com/wso2/product-iots/issues/1546 2018-01-04 00:29:23 +05:30
kamidu
6daf95b78d Change the config placement for improve the separatability 2018-01-03 16:27:09 +05:30
kamidu
33b27234a0 Enable the new configuration for testing 2018-01-03 15:03:08 +05:30
kamidu
2505d4907a Fixing https://github.com/wso2/product-iots/issues/1565 2017-12-29 10:37:57 +05:30
Ace
42f36e5a9a Fixing test failure 2017-12-22 11:12:48 +05:30
Rasika Perera
7b8ba259e4
Merge pull request #1134 from madhawap/vf-dev-3
Added an API to filter activities by operation code
2017-12-21 18:43:17 +05:30
Kamidu Sachith Punchihewa
d397d73777
Merge pull request #1139 from rasika/fix-1544
Fixing devicemgt roles not created for newly created tenants
2017-12-19 12:07:49 +05:30
Ace
e2ce619166 Adding UI enhancements and including unit tests 2017-12-19 11:16:55 +05:30
Rasika Perera
08e40d3989 Fixing error log 2017-12-18 17:04:36 +05:30
Rasika Perera
2e7bd0626d Fixing https://github.com/wso2/product-iots/issues/1544 2017-12-18 16:57:03 +05:30
Ace
fb6c98b969 Restricting clear notifications to tenant domain only 2017-12-18 12:43:37 +05:30
Ace
15991f626d Adding clear notifications button to notification listing page 2017-12-18 11:14:02 +05:30
Ace
855f294ed2 improving notifications management 2017-12-16 10:03:02 +05:30
Madawa Soysa
6fed9f7823 Changing the order by parameter when getNextPendingOperation called
Changing the order by parameter to UPDATED_TIMESTAMP.

Resolves wso2/product-iots#1539
2017-12-16 09:49:20 +05:30
madhawap
16f70454ad Added an API to filter activities by operation code 2017-12-14 14:44:53 +05:30
Ace
aa654ea5bf Fix for https://github.com/wso2/product-iots/issues/1525 2017-12-13 14:02:34 +05:30
Ace
62c6882fa2 Fixing server startup issue when configured with PostgreSQL DB 2017-12-13 00:23:08 +05:30
charitha
2bb12deb9c Fixed https://github.com/wso2/product-iots/issues/1511 2017-12-12 13:09:04 +05:30
Ruwan
88ac37b767
Merge pull request #1126 from lasanthaDLPDS/master
Adding new API endpoints
2017-11-30 09:43:09 +05:30
sameera910409
c8d56f66ea added update device properties functionality for device types 2017-11-29 19:33:51 +05:30
lasantha
aa4f7c13c5 Fixing issue in get device API 2017-11-29 10:05:50 +05:30
charitha
6cb3ffa3ca Fixed build failure due to incorrect class name 2017-11-23 16:40:53 +05:30
charitha
3c23a3cf5e Merge branch 'master' of https://github.com/wso2/carbon-device-mgt 2017-11-23 16:33:28 +05:30
charitha
1449698a3c OSGi improvement to #977 2017-11-23 16:33:14 +05:30
Gathika94
c22a7f1882 minor ui changes 2017-11-23 15:57:54 +05:30
Gathika94
89eff7b7bd Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into add-emm-analytics 2017-11-23 10:25:19 +05:30
Charitha Goonetilleke
61f88b54ff
Merge pull request #1122 from warunalakshitha/remote-control
Add remote control configurations as remove unused methods
2017-11-23 09:40:11 +05:30
warunalakshitha
2313928741 Add remote control configurations as remove unused methods 2017-11-22 22:52:11 +05:30
Gathika94
2e082fbbb7 removed unnecessary classes 2017-11-22 16:32:14 +05:30
Gathika94
ad061d09a6 device details can be get through the api 2017-11-22 16:06:31 +05:30
Gathika94
f5d1ab7403 backend api working properly 2017-11-22 16:06:31 +05:30