Commit Graph

157 Commits

Author SHA1 Message Date
Rajitha Kumara
177b8cc831 Sync with master 2024-04-21 19:44:18 +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
Gimhan Wijayawardana
64189a400d Implement multi value (status) filtering for getting activity details
Co-authored-by: Gimhan Wijayawardana <gimhan@entgra.io>
Co-committed-by: Gimhan Wijayawardana <gimhan@entgra.io>
2024-04-16 07:45:53 +00:00
amalka.subasinghe
89bc0281c0 updated from master and fix merge conflicts 2024-04-16 09:35:52 +05:30
ashvini
16199a7311 Fix DAO error in Tenant Deletion
Fix errors

Fix errors
2024-04-09 01:14:26 +05:30
ashvini
159f603605 Delete tenant data
Refactor code

Add begin transaction

Refactor code
2024-04-08 18:55:37 +05:30
c05d4e0b2c Add improvements for the reporting data publishing
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Co-committed-by: Pahansith Gunathilake <pahansith@entgra.io>
2024-04-05 05:33:23 +00:00
ea53734901 revert 6c1286ebad
revert Improvements for the reporting data publishing
2024-04-05 04:30:12 +00:00
0071e13692 revert b74dc5796b
revert Make the executor Callable and retrieve the response
2024-04-05 04:28:15 +00:00
8d597ab310 Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into imprv/reporting-data-publish 2024-04-05 09:56:28 +05:30
b74dc5796b Make the executor Callable and retrieve the response 2024-04-05 09:56:04 +05:30
Lasantha Dharmakeerthi
093df7c161 Add capability to delete a tenant 2024-04-05 04:06:02 +00:00
ashvini
e9ac11da78 Create DAO for tenant deletion task
Add Application related DAO methods

Add application folder delete function

Change scope

Refactor code

Resolve merge conflicts

Resolve merge conflict
2024-04-05 09:25:44 +05:30
6c1286ebad Improvements for the reporting data publishing 2024-04-03 12:37:42 +05:30
862cc72499 Fix for the Windows app installed devices not loading 2024-03-24 15:39:23 +05:30
subodhinie
5dd155e3f7 Add Windows device operation scopes: apps, device-info, firewall-info, security-info (#360)
Fixes for https://roadmap.entgra.net/issues/10679

Co-authored-by: Subodhinie <subodhinie@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/360
Co-authored-by: subodhinie <subodhinie@entgra.io>
Co-committed-by: subodhinie <subodhinie@entgra.io>
2024-03-21 14:05:03 +00:00
pasindu
f03cae09fe Sync with master branch 2024-03-09 08:23:08 +05:30
Charitha Goonetilleke
d2ad8ac579 Optimize based on review comments 2024-02-23 13:37:05 +05:30
Charitha Goonetilleke
5d69d08100 Improve dynamic and random task execution 2024-02-23 10:11:03 +05:30
Charitha Goonetilleke
4045e39a76 Fix inconsistencies in dynamic and random task execution 2024-02-23 10:11:03 +05:30
pasindu
de1de88e4a Sync with master 2024-02-20 11:42:05 +05:30
amalka.subasinghe
1dbc1d7b0d device/group authorization improvement 2024-02-20 11:32:23 +05:30
62f84461a5 Add application search by package name 2024-02-18 17:59:42 +05:30
7843514332 Fix application search issue 2024-02-17 18:09:27 +05:30
pasindu
67975ea5f8 Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420 2024-02-05 19:54:01 +05:30
Rajitha Kumara
2ad8f54a46 Add conditional email access feature changes 2024-01-18 22:17:36 +05:30
pasindu
6a12911487 Sync with master 2024-01-17 18:13:15 +05:30
Lasantha Dharmakeerthi
fb3f22b182 Add doc-url template variable 2024-01-12 02:30:48 +00:00
Rajitha Kumara
bdfb21800c Add license 2024-01-12 06:08:55 +05:30
navodzoysa
1fde569f4a Add scope publishing to sub tenants 2024-01-12 03:20:52 +05:30
Rajitha Kumara
5184d60805 Add doc url template variable 2024-01-11 22:25:04 +05:30
shamalka
2c7a40ac57 Add scope retrieval to tenantcreateobserver 2024-01-10 21:09:45 +05:30
shamalka
89f56c7575 Add sub tenant reserved user creation 2024-01-10 21:09:45 +05:30
Gimhan-minion
1efc76b6e1 Fix test faliure by removing location null exception 2024-01-08 09:21:00 +05:30
pasindu
122f3f16f1 Sync with master 2024-01-06 23:31:49 +05:30
dfcec7cf3e Merge pull request 'Add method for get installed applications using device ID' (#299) from pramilaniroshan/device-mgt-core:rm-10291 into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/299
2024-01-03 05:57:51 +00:00
c2a9b6a073 Add a config to decide which device statuses to persist in the database (#250)
Co-authored-by: pramilaniroshan <pramila@entgra.io>
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/250
Co-authored-by: Pramila Niroshan <pramila@entgra.io>
Co-committed-by: Pramila Niroshan <pramila@entgra.io>
2023-12-19 18:56:49 +00:00
4b4ed5793a Add method for get installed applications using device ID 2023-12-15 10:01:52 +05:30
07b72ca016 Fix geofence searching with geofence name 2023-12-11 22:35:57 +05:30
Rajitha Kumara
6ee86e8cd2 Add java doc comments 2023-12-05 09:47:55 +05:30
Rajitha Kumara
8c0ae2511e Add enrollment mails 2023-12-04 11:46:37 +05:30
osh
c1d5ecf0d4 Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into app-restrict-10165 2023-11-27 08:32:24 +05:30
osh
c4be66bc2e Add fix for apps not loading 2023-11-27 08:32:08 +05:30
Lasantha Dharmakeerthi
a2002410d3 Fix operation log timing incorrectness with MSSQL db 2023-11-24 03:35:25 +00:00
Lasantha Dharmakeerthi
ababfc8100 Add fix for usage load performance 2023-11-15 04:45:02 +00:00
tcdlpds
fb859f046d Add upstream changes 2023-11-14 22:13:49 +05:30
bea478d0ca Merge pull request 'Fix device permanent delete with mssql' (#283) from prathabanKavin/device-mgt-core:permanantdeletefix into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/283
2023-11-09 12:11:22 +00:00
prathabanKavin
b96074e56f Fix geofence group device assignment in mssql 2023-11-07 23:36:01 +05:30
prathabanKavin
27d582456b Add single class imports 2023-11-07 18:46:28 +05:30