Commit Graph

10745 Commits

Author SHA1 Message Date
8fd032c336 Fix issue in operation log not loading 2024-05-08 17:22:10 +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
ff92eae958 Merge pull request 'Resolve inability to edit app related data' (#382) from ashvini/device-mgt-core:Bug#11020 into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/382
2024-04-16 07:34:02 +00:00
ashvini
10d70ddd82 Resolve inability to edit app related data 2024-04-16 10:30:31 +05:30
Lasantha Dharmakeerthi
5da2ae1f74 Add device-group authorization improvements 2024-04-16 04:10:48 +00:00
amalka.subasinghe
89bc0281c0 updated from master and fix merge conflicts 2024-04-16 09:35:52 +05:30
builder
487c576ab2 [maven-release-plugin] prepare for next development iteration 2024-04-09 10:35:40 +05:30
builder
ff8147db5e [maven-release-plugin] prepare release v5.0.41 2024-04-09 10:35:36 +05:30
b3f91fba66 Merge pull request 'Fix DAO error in Tenant Deletion' (#380) from ashvini/device-mgt-core:FixDAOIssues into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/380
2024-04-08 19:47:19 +00:00
ashvini
16199a7311 Fix DAO error in Tenant Deletion
Fix errors

Fix errors
2024-04-09 01:14:26 +05:30
Lasantha Dharmakeerthi
ea542894cf Delete tenant data 2024-04-08 13:29:20 +00:00
ashvini
159f603605 Delete tenant data
Refactor code

Add begin transaction

Refactor code
2024-04-08 18:55:37 +05:30
7d353b6b23 Merge pull request 'Revert Windows Content and Package URI changes' (#379) from navodzoysa/device-mgt-core:issue-9468/windows-apps into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/379
2024-04-08 12:51:56 +00:00
navodzoysa
2f1271f3be Revert Windows Content and Package URI changes 2024-04-08 18:03:15 +05:30
Navod Zoysa
ab62ca9c82 Merge pull request 'Fix appx app installation issue' (#377) from rajitha/device-mgt-core:stream-api into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/377
2024-04-08 03:52:55 +00:00
Rajitha Kumara
f86a16220c Fix appx app installation issue 2024-04-08 09:20:57 +05:30
6f2e730b3f Merge pull request 'Fix extension resolving issue when content-disposition unavailable' (#376) from rajitha/device-mgt-core:stream-api into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/376
2024-04-07 16:30:03 +00:00
Rajitha Kumara
dfdf2611a1 Fix extension resolving issue when content-disposition unavailable 2024-04-07 20:56:08 +05:30
Lasantha Dharmakeerthi
f3974c2cb4 Fix AutoCommit issue in Tenant Deletion 2024-04-06 06:27:04 +00:00
Lasantha Dharmakeerthi
43595228db Fix remote meta descriptor resolving issue 2024-04-06 05:59:05 +00:00
ashvini
8c75b30378 Fix AutoCommit issue in Tenant Deletion
Set autocommit to false

Fix error message

Fix data not deleting issue

Fix error message
2024-04-06 11:28:37 +05:30
Rajitha Kumara
00022b17cf Fix remote meta descriptor resolving issue 2024-04-06 08:32:07 +05:30
Lasantha Dharmakeerthi
92f7e0c2fa Add Content and Package URI changes 2024-04-05 10:00:18 +00:00
Rajitha Kumara
4957741173 Refactored the code 2024-04-05 15:28:50 +05:30
Rajitha Kumara
bd021ff835 Add Content and Package URI changes 2024-04-05 15:04:55 +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
Lasantha Dharmakeerthi
7df968a6f7 Fix app name duplicating error 2024-04-04 11:44:39 +00:00
ashvini
d3ac0ce5b0 Fix app name duplicating error 2024-04-04 09:39:45 +05:30
Lasantha Dharmakeerthi
48bb0c2978 Fix user search by Firstname and Lastname 2024-04-03 09:22:27 +00:00
97b690b8ef Fix user search by Firstname and Lastname 2024-04-03 14:37:30 +05:30
6c1286ebad Improvements for the reporting data publishing 2024-04-03 12:37:42 +05:30
Lasantha Dharmakeerthi
d050736aaf Fix for the Windows app installed devices not loading 2024-04-02 14:37:29 +00:00
a77c092645 Merge pull request 'Fix remote url resolving issue' (#366) from rajitha/device-mgt-core:stream-api into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/366
2024-04-02 10:03:48 +00:00
Rajitha Kumara
9caf1678de Fix remote url resolving issue 2024-04-02 15:27:55 +05:30
78dd491789 Merge pull request 'Add stream base file uploading' (#338) from rajitha/device-mgt-core:stream-api into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/338
2024-04-02 08:58:18 +00:00
28d55eb109 Merge pull request 'Fix policy delegation task starting issue' (#364) from rajitha/device-mgt-core:task-mgt into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/364
2024-04-02 05:21:03 +00:00
170f1dcfe5 Merge branch 'master' into task-mgt 2024-04-02 05:15:44 +00:00
Lasantha Dharmakeerthi
c97232a4b9 Fix db connection pool exhaustion due to too many queries 2024-04-02 03:25:53 +00:00
Charitha Goonetilleke
8f1781f4b6 Fix db connection pool exhaustion due to too many queries 2024-04-02 08:09:17 +05:30
Rajitha Kumara
a54d2b0924 Fix building issue 2024-04-01 19:14:58 +05:30
Rajitha Kumara
3798134011 Add stream base file uploading 2024-03-29 11:58:24 +05:30
Rajitha Kumara
0673792bcc Fix policy delegation task starting issue 2024-03-27 14:41:06 +05:30
862cc72499 Fix for the Windows app installed devices not loading 2024-03-24 15:39:23 +05:30