Lasantha Dharmakeerthi
3c06059873
Fix SQL error
...
(cherry picked from commit 1aec609bff
)
7 months ago
Ashvini Wegodapola
49bc317d20
Add filter to get Web apps in Enrollment Application Install
...
Add filter file
(cherry picked from commit 7616c2255c
)
7 months ago
Lasantha Dharmakeerthi
ddbf312c6a
Change subscriptionType format
8 months ago
Lasantha Dharmakeerthi
02d2a8c22f
Generalize JSON keys of application subscription APIs
8 months ago
Nipuni Kavindya
6c92c626af
Generalize JSON keys of application subscription APIs.
8 months ago
prathabanKavin
e3e0e6de3d
Change subscriptionType format
8 months ago
prathabanKavin
1b74cf9a03
Fix devices of a group not loading
...
(cherry picked from commit b0362c5825
)
8 months ago
Lasantha Dharmakeerthi
fa59590dfe
Generalize application subscription APIs
8 months ago
Nipuni Kavindya
f50abeeca1
Generalize application subscription APIs
8 months ago
Lasantha Dharmakeerthi
8c4f8bda4d
DAO and Services for APIs to populate the installation details static UI.
8 months ago
Nipuni Kavindya
e5cd6c40ce
DAO and Services for APIs to populate the installation details static UI.
8 months ago
Lasantha Dharmakeerthi
918c604d72
Sync with master branch
8 months ago
Kavin Prathaban
cb6af45a07
Merge branch 'appm_improvement' into appmsyncmaster
8 months ago
Nipuni Kavindya
e3da56f793
Feature to manage subscription type base subscriptions and Installation Percentage Calculation based on groups, users and roles
8 months ago
Kavin Prathaban
2da954275a
Modify methods to categorize device subscriptions
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/11162
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
8 months ago
Lasantha Dharmakeerthi
12e65ee7e1
Fix sql syntax errors
8 months ago
Pramila Niroshan
f0c48c585d
Fix sql syntax errors
8 months ago
Pahansith Gunathilake
1d7438bcd6
Merge pull request 'Fix sql syntax errors' ( #407 ) from pramilaniroshan/device-mgt-core:fix-sql-syntax-erros into master
...
Reviewed-on: #407
8 months ago
Lasantha Dharmakeerthi
c8c3c79dad
Add feature to manage subscription type base subscriptions and Installation Percentage of devices based on completed, pending, error and new
8 months ago
Pramila Niroshan
641ddbfb85
Fix sql syntax errors
8 months ago
Charitha Goonetilleke
aca7aa3ccc
Disable validateOperationCodeFiltering for validateOperationLogFilters
8 months ago
Nipuni Kavindya
aff18e1ceb
Feature to manage subscription type base subscriptions and Installation Percentage Calculation based on groups, users and roles
8 months ago
Lasantha Dharmakeerthi
842f14ea2c
Add missing permission
8 months ago
Rajitha Kumara
65ac47aec0
Add missing permission
8 months ago
Kavin Prathaban
1ea3a44859
Modify methods to categorize device subscriptions
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/11162
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
8 months ago
Pahansith Gunathilake
9517e80939
Merge pull request 'Improve device mgt core performance' ( #394 ) from improvement/dm-performance into master
...
Reviewed-on: #394
8 months ago
Lasantha Dharmakeerthi
48cace3613
Add missing permission to default permission list
8 months ago
Rajitha Kumara
4b96053419
Add /permission/admin/device-mgt/devices/any-group/permitted-actions-under-owning-group permission
8 months ago
Charitha Goonetilleke
caf548ac75
Fix overrides in DeviceDAO
8 months ago
Charitha Goonetilleke
7c0df33738
Fix issue DB transaction handling issue
8 months ago
Charitha Goonetilleke
e154c687e6
Add additional indexes to DM_DB
8 months ago
Charitha Goonetilleke
7dea32d2e3
Performance improvements
8 months ago
Charitha Goonetilleke
d1fe1baad0
Fix issues with caching
8 months ago
Charitha Goonetilleke
fb79d61b60
Add DEVICE_TYPE and DEVICE_IDENTIFICATION fields to DM_ENROLLMENT table
8 months ago
Pahansith Gunathilake
3abe68788c
Merge pull request 'Refactor SQL query to filter out 'REMOVED' and 'DELETED' statuses' ( #393 ) from pramilaniroshan/device-mgt-core:rm-11025 into master
...
Reviewed-on: #393
9 months ago
Pahansith Gunathilake
e17405ee88
Merge pull request 'Add EVENT_UPDATE operation code and refactor geo fence update' ( #395 ) from pramilaniroshan/device-mgt-core:add-event-update-oc into master
...
Reviewed-on: #395
9 months ago
Pahansith Gunathilake
01cf668905
Merge pull request 'Fix EVENT_REVOKE operation is not being sent after geofence delete' ( #397 ) from pramilaniroshan/device-mgt-core:rm-11182 into master
...
Reviewed-on: #397
9 months ago
Pramila Niroshan
14580b5f5f
Fix EVENT_REVOKE operation is not being sent after geofence delete
9 months ago
Pramila Niroshan
60eac79c74
Add EVENT_UPDATE operation code and refactor geo fence update
9 months ago
Lasantha Dharmakeerthi
03d6a145d8
Fix unknown application type error when installing web apps
9 months ago
Ashvini Wegodapola
3fd6163603
Remove comments
9 months ago
Pramila Niroshan
2ab1cf767a
Refactor SQL query to filter out 'REMOVED' and 'DELETED' statuses
9 months ago
Lasantha Dharmakeerthi
43e70bcb6c
Fix issue in operation log not loading
9 months ago
Ashvini Wegodapola
2169c6937a
Fix unknown application type error when installing web apps
9 months ago
Pahansith Gunathilake
1171086eb7
Remove duplicate properties field
9 months ago
Pahansith Gunathilake
8fd032c336
Fix issue in operation log not loading
9 months ago
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: #371
Co-authored-by: Charitha Goonetilleke <charitha@entgra.io>
Co-committed-by: Charitha Goonetilleke <charitha@entgra.io>
10 months ago
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>
10 months ago
Pahansith Gunathilake
ff92eae958
Merge pull request 'Resolve inability to edit app related data' ( #382 ) from ashvini/device-mgt-core:Bug#11020 into master
...
Reviewed-on: #382
10 months ago
Ashvini Wegodapola
10d70ddd82
Resolve inability to edit app related data
10 months ago