Isuri Mendis
|
0629bea128
|
pom modifications
|
1 year ago |
Isuri Mendis
|
c41ea73d9d
|
pom file modifications
|
1 year ago |
Isuri Mendis
|
7967ab217b
|
device Organization API configs
|
1 year ago |
Isuri Mendis
|
a67f9f1c4b
|
cyclic dependency fixed
|
1 year ago |
Isuri Mendis
|
05d1e9dd53
|
service and dao layer modifications for deviceOrganization core
|
1 year ago |
Isuri Mendis
|
bd4ed2c01c
|
sql script, update method and test modifications
|
1 year ago |
Isuri Mendis
|
de16f6ae5b
|
test modifications
|
1 year ago |
Isuri Mendis
|
7d0d7e4910
|
sql modifications
|
1 year ago |
Isuri Mendis
|
c8c7922e97
|
Modifications to getChildrenOf and getParentsOf methods logic
|
1 year ago |
Isuri Mendis
|
34da115a53
|
device organization scripts added to device mgt basics feature
|
1 year ago |
Isuri Mendis
|
4bd5b7d223
|
doc comments
|
1 year ago |
Isuri Mendis
|
63ae04e858
|
Device Organization unique key add, get all operation and test optimization
|
1 year ago |
Isuri Mendis
|
cfb47a1ebb
|
test duplicate addition for device organization and unit tests
|
1 year ago |
Isuri Mendis
|
0d57fdd207
|
Device Organization Feature
|
1 year ago |
Isuri Mendis
|
d7dc2c4791
|
Device Organization getChildrenOf and getParentsOf modifications
|
1 year ago |
Isuri Mendis
|
ea0657e221
|
Device Organization getChildrenOf Modifications
|
1 year ago |
Isuri Mendis
|
1e93dcce2b
|
Device Organization CRUD operations
|
1 year ago |
Isuri Mendis
|
eced345be8
|
DeviceOrganization extension init
|
1 year ago |
Pramila Niroshan
|
fccae9b8c0
|
Add Devices filtering by a Custom Property feature to API and dao layer (#208)
## Purpose
* Related ticket https://roadmap.entgra.net/issues/10262
## Description
This modifed API accept any custom property key value pair as a encoded JSON String for filtering devices
/devicescustomProperty=%7B%22FIRMWARE_APP_VERSION%22%3A%22122%22%2C%22FIRMWARE_VERSION%22%3A%22123%22%7D
## Add Custom property to mdm-ui-config.xml
```
<DeviceInfoConfigurations>
<DeviceInfoItem>
<DefinedValue>FIRMWARE_VERSION</DefinedValue>
<DisplayValue>label_firmware_version</DisplayValue>
<Type>deviceDetailsMap</Type>
</DeviceInfoItem>
<DeviceInfoItem>
<DefinedValue>FIRMWARE_APP_VERSION</DefinedValue>
<DisplayValue>label_app_version</DisplayValue>
<Type>deviceDetailsMap</Type>
</DeviceInfoItem>
<DeviceInfoItem>
<DefinedValue>FIRMWARE_SYSTEM_VERSION</DefinedValue>
<DisplayValue>label_firmware_system_version</DisplayValue>
<Type>deviceDetailsMap</Type>
</DeviceInfoItem>
</DeviceInfoConfigurations>
```
DefinedValue = Key_value in DM_DEVECE_INFO table
DisplayValue = UI display text for filtering
Type = Dont change
Co-authored-by: pramilaniroshan <pramila@entgra.io>
Reviewed-on: #208
Co-authored-by: Pramila Niroshan <pramila@entgra.io>
Co-committed-by: Pramila Niroshan <pramila@entgra.io>
|
1 year ago |
Charitha Goonetilleke
|
ea6744288a
|
Merge pull request 'Modify View Activities endpoint' (#227) from Sasini_Sandamali/device-mgt-core-forked:master into master
Reviewed-on: #227
|
1 year ago |
Sasini Sandamali
|
4a6e0ce727
|
Update get Activities to increase the performance
|
1 year ago |
Sasini Sandamali
|
26a049473c
|
Modify View Activities endpoint by including operation id
|
1 year ago |
Charitha Goonetilleke
|
9011273ff4
|
Apply role permission mapping along with scope role mapping
|
1 year ago |
Amalka Subasinghe
|
64cb1be253
|
Merge pull request 'Fix API publisher to update scopes including already existing roles' (#224) from pasindu/device-mgt-core:Bug10322 into master
Reviewed-on: #224
|
1 year ago |
Pasindu Rupasinghe
|
ef47f0c20a
|
Update scopes including already existing roles
|
1 year ago |
Pahansith Gunathilake
|
0fbe062e49
|
Fix the SSL error when invoking internal API via HttpClient (#215)
Co-authored-by: Pahansith <pahansith@entgra.io>
Reviewed-on: #215
|
1 year ago |
Inosh Perara
|
320d012f5a
|
Merge pull request 'Fix the API to check if a device is enrolled' (#222) from arshana790/device-mgt-core-fork:status into master
Reviewed-on: #222
|
1 year ago |
Arshana
|
d20c95a55c
|
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into status
|
1 year ago |
Arshana
|
9c7fd9027e
|
Fix the API to check if a device is enrolled
|
1 year ago |
Charitha Goonetilleke
|
b761bdd5ea
|
Merge pull request 'URL permission issue fixes (Removed * from root URLs)' (#221) from thameera/device-mgt-core:permission_issue into master
Reviewed-on: #221
|
1 year ago |
Thameera
|
680f57ade5
|
URL permission issue fixes (Removed * from root URLs)
|
1 year ago |
Lasantha Dharmakeerthi
|
693e3a51d5
|
Remove custom properties from device table column selection
|
1 year ago |
shamalka
|
203475f87d
|
Remove custom properties from device table column selection
|
1 year ago |
Pahansith Gunathilake
|
913f6175af
|
Merge pull request 'Change location publishing logic' (#218) from shamalka1/device-mgt-core:location-fix into master
Reviewed-on: #218
|
1 year ago |
shamalka
|
dc40351293
|
Change location publishing logic
|
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 |
Inosh Perara
|
28b18941aa
|
Merge pull request 'Add hierarchical group count API' (#214) from ThilinaPremachandra/device-mgt-core:Bug#10300 into master
Reviewed-on: #214
|
1 year ago |
Thilina Sandaruwan
|
7b1907cd90
|
resolve comments
|
1 year ago |
Charitha Goonetilleke
|
6d3127a008
|
Merge pull request 'improvements to heart beat, push notification task and operation timeout task' (#217) from amalka.subasinghe/device-mgt-core:master into master
Reviewed-on: #217
|
1 year ago |
Charitha Goonetilleke
|
c144507b6c
|
Merge branch 'master' into master
|
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 |
Amalka Subasinghe
|
d4c3af5d12
|
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core
|
1 year ago |
Amalka Subasinghe
|
9ecdd486f8
|
imrpoved heart beat to handle cluster formation changed
|
1 year ago |
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 |
Lasantha Dharmakeerthi
|
a2b59c2a35
|
Add improvements to certificate component
|
1 year ago |