Commit Graph

14 Commits

Author SHA1 Message Date
tcdlpds
3d5f4004d0 Sync with master 2024-07-16 17:56:15 +05:30
2006d7e97d Add policy type conversion from BLOB to Text DB scripts 2024-07-11 23:33:16 +05:30
tcdlpds
ae8a170421 Fix merge conflicts 2024-06-09 14:26:28 +05:30
Charitha Goonetilleke
fb79d61b60 Add DEVICE_TYPE and DEVICE_IDENTIFICATION fields to DM_ENROLLMENT table 2024-05-26 13:17:08 +05:30
Rajitha Kumara
d1661e3f6d Sync with master 2024-04-21 18:59:40 +05:30
Charitha Goonetilleke
62722718f2 Fix issues with handling OPERATION_DETAILS and OPERATION_PROPERTIES
This is to fix incorrectly handled operation details retrieval and operation properties handling.

Need following migration for existing data.

```
ALTER TABLE `DM_DB`.`DM_OPERATION`
ADD COLUMN `OPERATION_PROPERTIES` BLOB NULL DEFAULT NULL AFTER `OPERATION_DETAILS`;

ALTER TABLE `ARCHIVAL_DB`.`DM_OPERATION_ARCH`
ADD COLUMN `OPERATION_PROPERTIES` BLOB NULL DEFAULT NULL AFTER `OPERATION_DETAILS`;

UPDATE DM_OPERATION SET OPERATION_DETAILS = null;

UPDATE DM_ENROLMENT_OP_MAPPING SET STATUS = 'ERROR' WHERE STATUS = 'PENDING' OR STATUS = 'IN_PROGRESS' OR STATUS = 'NOTNOW';
```

Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/371
Co-authored-by: Charitha Goonetilleke <charitha@entgra.io>
Co-committed-by: Charitha Goonetilleke <charitha@entgra.io>
2024-04-18 04:05:04 +00:00
pasindu
f03cae09fe Sync with master branch 2024-03-09 08:23:08 +05:30
isuri
0de808229f deviceOrg: get children of root best practices apply 2024-03-05 14:29:35 +05:30
isuri
d2593114b7 deviceOrg: get children of roots code refactor, license add 2024-03-05 11:43:10 +05:30
isuri
89bd784a57 deviceOrg: get children of root nodes api implementation 2024-03-04 17:07:21 +05:30
pasindu
14554ba161 Fix sql issues 2024-02-08 13:25:44 +05:30
pasindu
d938195373 Fix osgi reference addings in Service components 2024-02-06 07:30:05 +05:30
isuri
bd13e99e6c deviceOrgFix: service negative test fix 2024-01-31 12:09:49 +05:30
Isuri Medis
9fb3a4dec7 deviceOrg (#326)
Device Organization Complete Back End

Co-authored-by: isuri <isuri@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/326
Co-authored-by: Isuri Medis <isuri@entgra.io>
Co-committed-by: Isuri Medis <isuri@entgra.io>
2024-01-31 05:07:46 +00:00