prathabanKavin
e4a5f49b9c
Fix dynamic task tables
2 years ago
prathabanKavin
a3eca63dfd
Fix mssql dbscripts of DM_DB, APPM_DB
2 years ago
Charitha Goonetilleke
ce0d834b12
Fix NPE
2 years ago
Charitha Goonetilleke
17f28c8b55
Suppress unnecessary logs
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
Lasantha Dharmakeerthi
3859281216
Add unique key constraint into AP_DEVICE_SUBSCRIPTION tables
2 years ago
Pahansith Gunathilake
2926c2e523
Add unique key constraint into AP_DEVICE_SUBSCRIPTION tables
2 years ago
Thashmi-nil
9c3020fc77
Add improvements for chat feature
2 years ago
Pahansith Gunathilake
9ad7438d69
Merge pull request 'Remove device details loading while processing policies' ( #62 ) from pramilaniroshan/device-mgt-core:master into master
...
Reviewed-on: community/device-mgt-core#62
2 years ago
Pahansith Gunathilake
9644dda7ef
Remove device details loading while processing policies
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
215c0f44a0
Merge pull request 'Revert "Change the device status and see the device status lifecycle history ( #58 )"' ( #61 ) from pahansith/device-mgt-core:revert-lifecycle-history into master
...
Reviewed-on: community/device-mgt-core#61
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
Pramila Niroshan
12b3b1a41d
Add missing dependency
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
Pramila Niroshan
9401a4501b
Add Entgra Device Notification Feature
2 years ago
Pramila Niroshan
db624d26df
Add Entgra Device Notification Logger
2 years ago
Pramila Niroshan
80458a4b9d
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core into entgra-logger
2 years ago
Pahansith Gunathilake
8be8b2928a
Merge pull request 'Update sendDeviceNameChangedNotification' ( #56 ) from rushdi-entgra.io/device-mgt-core:fix-naming into master
...
Reviewed-on: community/device-mgt-core#56
2 years ago
Rushdi Mohamed
5cf7377a85
Update sendDeviceNameChangedNotification
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
Pahansith Gunathilake
86f709a74a
Revert "Fix api errors in Lifecycle methods"
...
This reverts commit d69619bf65
.
2 years ago
Rushdi Mohamed
a7cf4fa86c
Add pagination sort by column ( #48 )
...
## Purpose
Fixes [issues/9743](https://roadmap.entgra.net/issues/9743 )
## Improvement
Sort in ASC OR DESC on pagination requested by column name
Co-authored-by: Rushdi <rushdi@entgra.io>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: community/device-mgt-core#48
Co-authored-by: Rushdi Mohamed <rushdi@entgra.io>
Co-committed-by: Rushdi Mohamed <rushdi@entgra.io>
2 years ago
prathabanKavin
d69619bf65
Fix api errors in Lifecycle methods
2 years ago
Pahansith Gunathilake
a05007b835
Merge pull request 'Add notification feature when a device is renamed' ( #18 ) from arshana790/device-mgt-core-fork:android-feature into master
...
Reviewed-on: community/device-mgt-core#18
2 years ago
Pahansith Gunathilake
2580add403
Merge branch 'master' into android-feature
2 years ago
Pahansith Gunathilake
32a9d7a61f
Merge pull request 'Change the device status and see the device status lifecycle history' ( #52 ) from prathabanKavin/device-mgt-core:device-lifecycle into master
...
Reviewed-on: community/device-mgt-core#52
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
Pahansith Gunathilake
0f8c3e22e6
Merge branch 'master' into android-feature
2 years ago
Pramila Niroshan
d5c709cfc0
Add Entgra Device Notification Logger
2 years ago
osh
21669f8dba
Resolve conflicts
...
fixes https://roadmap.entgra.net/issues/9274
2 years ago
Lasantha Dharmakeerthi
8d036da061
Improve OTP mgt service functionalities
2 years ago
Dharmakeerthi Lasantha
01aaa44e89
improve OTP mgt service functionalities
2 years ago
Ravindu Madhubhashana
e28c71d4ae
Added validation for app name length when creating an app
...
Co-authored-by: Ravindu Madhubhashana <ravindu.kp@gmail.com>
Co-committed-by: Ravindu Madhubhashana <ravindu.kp@gmail.com>
2 years ago
Lasantha Dharmakeerthi
c03e1359d3
Add download URL generating method
2 years ago
Dharmakeerthi Lasantha
d55ea733e7
Add download URL generating method
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
Vigneshan
338e15f563
Handle null values while fetching default savings goal of users
2 years ago
Lasantha Dharmakeerthi
ad111a3999
Revert direct app publishing merge conflict
2 years ago
navodzoysa
b25fb4e6ad
Revert direct app publishing merge conflict
2 years ago