tcdlpds
c99194299a
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into apim420
5 months ago
builder
15afde08ac
[maven-release-plugin] prepare for next development iteration
5 months ago
builder
fa7628e47a
[maven-release-plugin] prepare release v5.1.0
5 months ago
tcdlpds
ae8a170421
Fix merge conflicts
6 months ago
Charitha Goonetilleke
fb79d61b60
Add DEVICE_TYPE and DEVICE_IDENTIFICATION fields to DM_ENROLLMENT table
7 months ago
tcdlpds
8cf830b7c8
Fix server starting issue with latest WUM
8 months ago
Rajitha Kumara
d1661e3f6d
Sync with master
8 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: community/device-mgt-core#371
Co-authored-by: Charitha Goonetilleke <charitha@entgra.io>
Co-committed-by: Charitha Goonetilleke <charitha@entgra.io>
8 months ago
builder
487c576ab2
[maven-release-plugin] prepare for next development iteration
8 months ago
builder
ff8147db5e
[maven-release-plugin] prepare release v5.0.41
8 months ago
Rajitha Kumara
0673792bcc
Fix policy delegation task starting issue
9 months ago
Pasindu Rupasinghe
f03cae09fe
Sync with master branch
9 months ago
Lasantha Dharmakeerthi
202b9b7016
Upgrade versions of dependencies
9 months ago
tcdlpds
4e4ff9c960
Improve dependencies
9 months ago
builder
d4455c5fe7
[maven-release-plugin] prepare for next development iteration
9 months ago
builder
52fe90256c
[maven-release-plugin] prepare release v5.0.40
9 months ago
Pasindu Rupasinghe
6b79abeaeb
Fix Osgi issues
10 months ago
Charitha Goonetilleke
4045e39a76
Fix inconsistencies in dynamic and random task execution
10 months ago
Pasindu Rupasinghe
67975ea5f8
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
10 months ago
builder
4ba0be5510
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
790dfaad5b
[maven-release-plugin] prepare release v5.0.39
11 months ago
builder
680cc7bca8
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
ba430be534
[maven-release-plugin] prepare release v5.0.38
11 months ago
Rajitha Kumara
2ad8f54a46
Add conditional email access feature changes
11 months ago
Pasindu Rupasinghe
6a12911487
Sync with master
11 months ago
builder
79d1e534b5
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
0d84a0ca6b
[maven-release-plugin] prepare release v5.0.37
11 months ago
builder
cfcecaeec2
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
a221a2b17a
[maven-release-plugin] prepare release v5.0.36
11 months ago
builder
1b66ba6bb1
[maven-release-plugin] prepare for next development iteration
11 months ago
builder
5284781270
[maven-release-plugin] prepare release 5.0.35v
11 months ago
Pasindu Rupasinghe
122f3f16f1
Sync with master
11 months ago
builder
c702763995
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
a47fda9779
[maven-release-plugin] prepare release v5.0.34
1 year ago
builder
fb65db10fe
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
17dcbde4ab
[maven-release-plugin] prepare release v5.0.33
1 year ago
tcdlpds
fb859f046d
Add upstream changes
1 year ago
builder
d01e55ed08
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
8c6ac48c7b
[maven-release-plugin] prepare release v5.0.32
1 year ago
Navod Zoysa
e8dd6942ad
Add storeVisibilityEnabled flag to plugin device types
1 year ago
builder
6b948c9989
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
0e769a8dd9
[maven-release-plugin] prepare release v5.0.31
1 year ago
Pasindu Rupasinghe
518bc7271a
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into apim420
1 year ago
Sasini Sandamali
bb0369cde9
Update addOperation and sql files
1 year ago
builder
7c66f6b693
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
b9f12e49ee
[maven-release-plugin] prepare release v5.0.30
1 year ago
builder
7c0adfbc89
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
f7c3e129c4
[maven-release-plugin] prepare release v5.0.29
1 year ago
Charitha Goonetilleke
462669e3ec
Merge branch 'master' into master
1 year ago
Dharmakeerthi Lasantha
8289db1af8
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into sync-master
1 year ago