Amalka Subasinghe
|
1d7700ab5c
|
imrpoved heart beat to handle cluster formation changed
|
1 year ago |
Amalka Subasinghe
|
21606bc5cd
|
operation timeout task updated to execute only in elected node
|
1 year ago |
Amalka Subasinghe
|
349fce4e63
|
improved push notofication task to get allocated operations when heart beat enabled
|
1 year ago |
Amalka Subasinghe
|
cf3d50edf9
|
added new method getAllocatedOperationMappingsByStatus
|
1 year ago |
Amalka Subasinghe
|
2dcb65bc35
|
Merge pull request 'fixed build break' (#197) from amalka.subasinghe/device-mgt-core:master into master
Reviewed-on: community/device-mgt-core#197
|
1 year ago |
Amalka Subasinghe
|
0375eab755
|
fixed build break
|
1 year ago |
Lasantha Dharmakeerthi
|
b11c932814
|
Notify cluster formation changed implementation
|
1 year ago |
Lasantha Dharmakeerthi
|
80adbe665a
|
WS token generator
|
1 year ago |
Amalka Subasinghe
|
f33e104755
|
refactor oauth2 token generator
|
1 year ago |
Amalka Subasinghe
|
35f11a0d94
|
ws token generator
|
1 year ago |
Lasantha Dharmakeerthi
|
e87d4b5036
|
Fix WS API publishing and dynamic endpoint configurations
|
1 year ago |
Amalka Subasinghe
|
7de0e1aabd
|
fixed merge conflict
|
1 year ago |
Lasantha Dharmakeerthi
|
7007e1894b
|
Improve check API revision deployment list length logic
|
1 year ago |
Charitha Goonetilleke
|
462669e3ec
|
Merge branch 'master' into master
|
1 year ago |
Pasindu Rupasinghe
|
7d859a317c
|
Improve check revision deployment list length logic
|
1 year ago |
Amalka Subasinghe
|
c6c2ef9a01
|
fixed ws api publishing and dynamic endpoint configurations
|
1 year ago |
builder
|
fabd3ebae8
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
02458cc4fe
|
[maven-release-plugin] prepare release v5.0.28
|
1 year ago |
Pahansith Gunathilake
|
bfd260e6f9
|
Merge pull request 'Fix issues with retrieving visible roles' (#191) from prathabanKavin/device-mgt-core:visiblefix into master
Reviewed-on: community/device-mgt-core#191
|
1 year ago |
prathabanKavin
|
f091d26f9c
|
Fix issues with retrieving visible roles
|
1 year ago |
Pahansith Gunathilake
|
a8badb22c4
|
Merge pull request 'Fix for visible role issue' (#190) from prathabanKavin/device-mgt-core:visiblerolefix into master
Reviewed-on: community/device-mgt-core#190
|
1 year ago |
prathabanKavin
|
20906122db
|
Fix for visible role issue
|
1 year ago |
Kavin Prathaban
|
1921b3e54d
|
Add missing device identifier column to dbscripts (#189)
## Purpose
device identifier column is missing in dm_device_certificate table
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: community/device-mgt-core#189
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
|
1 year ago |
Pahansith Gunathilake
|
8011170379
|
Fix issue in tenant id not append to certificate subject (#188)
Co-authored-by: Pahansith <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#188
|
1 year ago |
Amalka Subasinghe
|
66f33f4845
|
notify cluster formation changed nug fixes
|
1 year ago |
Amalka Subasinghe
|
615da6303f
|
notify cluster formation changed implementation
|
1 year ago |
builder
|
f19f48d050
|
[maven-release-plugin] prepare for next development iteration
|
1 year ago |
builder
|
ff9971ed77
|
[maven-release-plugin] prepare release v5.0.27
|
1 year ago |
Rajitha Kumara
|
7c9d3a2108
|
Fixes for grouping issues (#186)
Co-authored-by: rajitha <rajitha@entgra.io>
Reviewed-on: community/device-mgt-core#186
Co-authored-by: Rajitha Kumara <rajitha@entgra.io>
Co-committed-by: Rajitha Kumara <rajitha@entgra.io>
|
1 year ago |
Inosh Perara
|
2dd3e86f69
|
Merge pull request 'Grouping Issues' (#181) from ThilinaPremachandra/device-mgt-core:groupingIssues into master
Reviewed-on: community/device-mgt-core#181
|
1 year ago |
Thilina Sandaruwan
|
6dbad29776
|
fix: role sharing issues for other users
|
1 year ago |
Charitha Goonetilleke
|
3d5fce400b
|
Merge pull request 'Rearrange getOperations by eliminating the necessity of the owner param' (#170) from Sasini_Sandamali/device-mgt-core:master into master
Reviewed-on: community/device-mgt-core#170
|
1 year ago |
Charitha Goonetilleke
|
6e1e58f2ec
|
Merge branch 'master' into master
|
1 year ago |
Lasantha Dharmakeerthi
|
0b0d2e620f
|
Fix class not found error in Grafana component
|
1 year ago |
Navod Zoysa
|
90741dc502
|
Fix class not found error in analytics component
|
1 year ago |
Inosh Perara
|
374be8bc25
|
Merge pull request 'Add missing ios scopes in mdm-ui-config' (#173) from prathabanKavin/device-mgt-core:mdmconfigfix into master
Reviewed-on: community/device-mgt-core#173
|
1 year ago |
prathabanKavin
|
a0d6c2bd21
|
Add missing ios scopes in mdm-ui-config
|
1 year ago |
Sasini Sandamali
|
b9ecb8ce40
|
Rearrange getOperations by eliminating the necessity of the owner param
|
1 year ago |
Thilina Sandaruwan
|
38b8c8d7b1
|
Grouping Improvements (#169)
Purpose
After deleting a role, delete relevant records from DM_ROLE_GROUP_MAP table
Related tickets: https://roadmap.entgra.net/issues/9528 and https://roadmap.entgra.net/issues/9529
Co-authored-by: ThilinaPremachandra <thilina@entgra.io>
Reviewed-on: community/device-mgt-core#169
Co-authored-by: Thilina Sandaruwan <thilina@entgra.io>
Co-committed-by: Thilina Sandaruwan <thilina@entgra.io>
|
1 year ago |
Thilina Sandaruwan
|
253dc03233
|
fix: deleted roles removing issue
|
1 year ago |
Thilina Sandaruwan
|
907043fd91
|
Merge branch 'master'
|
1 year ago |
Lasantha Dharmakeerthi
|
1e35ad1ccc
|
Fix realm service unbinding issues
|
1 year ago |
Rajitha Kumara
|
67cdcede69
|
Fix realm service unbinding issues
|
1 year ago |
Thilina Sandaruwan
|
6c645db486
|
add: proper msg for group delete
|
1 year ago |
Lasantha Dharmakeerthi
|
80955216d9
|
Fix transaction initiating issue
|
1 year ago |
Rajitha Kumara
|
5818a5eaed
|
Fix transaction initiating issue
|
1 year ago |
Inosh Perara
|
240ccf970e
|
Merge pull request 'Fix grouping Issues' (#164) from ThilinaPremachandra/device-mgt-core:groupingIssues into master
Reviewed-on: community/device-mgt-core#164
|
1 year ago |
Thilina Sandaruwan
|
6d012bc614
|
fix: group assigned role issue
|
1 year ago |
Thilina Sandaruwan
|
aecc106f95
|
add: super-tenant admin check
|
1 year ago |
Pahansith Gunathilake
|
b93f736850
|
Merge pull request 'Fix sub tenants grouping issue' (#163) from ThilinaPremachandra/device-mgt-core:groupingIssue into master
Reviewed-on: community/device-mgt-core#163
|
1 year ago |