builder
abb66486d8
[maven-release-plugin] prepare release v5.0.22
2 years ago
Lasantha Dharmakeerthi
b53bfdf780
Add offset and limit when querying policies from DAO layer
2 years ago
Shamalka Navod
fbbd07d262
Restructure Traccar integration on device management ( #81 )
...
Co-authored-by: shamalka <shamalkanavod95@gmail.com>
Reviewed-on: community/device-mgt-core#81
Co-authored-by: Shamalka Navod <shamalka@entgra.io>
Co-committed-by: Shamalka Navod <shamalka@entgra.io>
2 years ago
navodzoysa
708d6be59d
Add offset and limit when querying policies from DAO layer
2 years ago
builder
f5ef8bafd6
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
5720651046
[maven-release-plugin] prepare release v5.0.21
2 years ago
Pahansith Gunathilake
5610ac7bec
Merge branch 'master' into suspend-package
2 years ago
osh
95d4afbc3b
Fix PR comments
2 years ago
osh
ad7466ee1e
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into pr/feature/whitelabel
2 years ago
Thashmi-nil
19750486de
Add improvements
2 years ago
osh
9b9defed19
Resolve conflicts
2 years ago
osh
5275bb180e
Change config implementation
...
fixes https://roadmap.entgra.net/issues/9939
2 years ago
osh
d2bc463284
Resolve comments
...
fixes http://roadmap.entgra.net/issues/9939
2 years ago
osh
6962e94d44
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into self-guiding-ui-9939
2 years ago
Lasantha Dharmakeerthi
65c93aea81
Add improvements for chat feature
2 years ago
Thashmi-nil
798e851922
Add modifications
2 years ago
osh
24064b650b
Resolve conflict
2 years ago
Thashmi-nil
2d1879d1b6
Changes on reviews
2 years ago
Amalka Subasinghe
800694de97
introduce new datasource for events
2 years ago
builder
4d8d4bdcf7
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
1b363c0978
[maven-release-plugin] prepare release v5.0.20
2 years ago
inoshperera
2b7c8c1c82
Ability to disable or enable apps
...
Fixes https://roadmap.entgra.net/issues/10008
2 years ago
Thashmi-nil
0f6db69c18
Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into live-chat-feature
2 years ago
Thashmi-nil
74f50b28c5
Add user identification improvement
2 years ago
osh
0bbcac4a93
Add enrollment guide permissions
...
fixes https://roadmap.entgra.net/issues/9939
2 years ago
prathabanKavin
5fca50f8d7
Change latitude and longitude datatype
2 years ago
prathabanKavin
e4a5f49b9c
Fix dynamic task tables
2 years ago
prathabanKavin
a3eca63dfd
Fix mssql dbscripts of DM_DB, APPM_DB
2 years ago
Chamindu Senanayake
89e72bdf86
Add dynamic task manager and task watcher ( #65 )
...
## Purpose
To Distribute dynamic task execution in multiple nodes.
## Goals
This allows distribute task execution in multiple nodes. Especially this is useful, when system has multiple nodes
## Approach
- Add task manager to handle dynamic tasks and dynamic task properties while adding task into the wso2 ntask core.
- Add task watcher to run periodically after iot server start up and compare tasks from Entgra task manager and wso2 ntask core.
- Add configuration to enable task monitoring in task watcher.
## Documentation
> N/A
## Automation tests
- Unit tests
> N/A
- Integration tests
> N/A
## Security checks
> N/A
## Related MRs
> N/A
## Test environment
Linux 22.04
## Learning
> N/A
Reviewed-on: community/device-mgt-core#65
Co-authored-by: Chamindu Senanayake <chamindu@entgra.io>
Co-committed-by: Chamindu Senanayake <chamindu@entgra.io>
2 years ago
builder
2d56b0ea9a
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
73d17e61a8
[maven-release-plugin] prepare release v5.0.19
2 years ago
builder
d715609b53
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
0beeedef43
[maven-release-plugin] prepare release v5.0.18
2 years ago
Pahansith Gunathilake
5228a84400
Revert "Change the device status and see the device status lifecycle history ( #58 )"
...
This reverts commit 7f327bac08
.
2 years ago
builder
9f724eeffb
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
50bc5560f8
[maven-release-plugin] prepare release v5.0.17
2 years ago
Kavin Prathaban
846d7a0f59
Add support to perform group operations ( #59 )
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/8916
## Description
* Created a new API to check whether groups has relevant(Android, iOS, Windows) device types.
Co-authored-by: Arshana <arshana790@gmail.com>
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Reviewed-on: community/device-mgt-core#59
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2 years ago
Kavin Prathaban
7f327bac08
Change the device status and see the device status lifecycle history ( #58 )
...
## Purpose
* Fixes https://roadmap.entgra.net/issues/9266
## Feature
* Change device's status and view device's status life-cycle history
## Approach
* Created a API for change status and store changed status in to database.
* Created another API to view the device's life-cycle status history.
* lifecycle of the status is as shown in the diagram.
* lifecycle Status are taken from a xml file.
Co-authored-by: prathabanKavin <kavinprathaban025@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#58
Co-authored-by: Kavin Prathaban <kavin@entgra.io>
Co-committed-by: Kavin Prathaban <kavin@entgra.io>
2 years ago
Navod Zoysa
2e2e9abc90
Add Android alternate app install permission to UI config ( #55 )
...
## Purpose
Add permission scope for alternate app install feature so that the operation can be triggered through device operation UI.
Issue - https://roadmap.entgra.net/issues/9641
Co-authored-by: navodzoysa <navod.zoysa@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#55
Co-authored-by: Navod Zoysa <navod@entgra.io>
Co-committed-by: Navod Zoysa <navod@entgra.io>
2 years ago
builder
071b9486bb
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
cf305362b4
[maven-release-plugin] prepare release v5.0.16
2 years ago
Pahansith Gunathilake
9ef3e0cf6e
Revert "Change the device status and see the device status lifecycle history"
...
This reverts commit df6a8e20a3
.
2 years ago
osh
a5177208f8
Add icon and resolve bug
...
fixes https://roadmap.entgra.net/issues/9274
2 years ago
prathabanKavin
df6a8e20a3
Change the device status and see the device status lifecycle history
2 years ago
osh
21669f8dba
Resolve conflicts
...
fixes https://roadmap.entgra.net/issues/9274
2 years ago
Oshani Silva
a93f534e06
Improve billing feature
...
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2 years ago
builder
1b2bddb167
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
fb4e20490a
[maven-release-plugin] prepare release v5.0.15
2 years ago
builder
9d3e5fbc3a
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
744881d21e
[maven-release-plugin] prepare release v5.0.14
2 years ago