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
builder
ab2e1297e5
[maven-release-plugin] prepare for next development iteration
1 year ago
builder
6c9d33a16a
[maven-release-plugin] prepare release v5.0.26
1 year ago
Pramila Niroshan
656acbb34e
Remove Application mgt API feature from device mgt core
1 year ago
Dharmakeerthi Lasantha
713759f3f7
Update copyright
2 years ago
Amalka Subasinghe
61f8589113
refactored version variables, oauth extension component
2 years ago
Amalka Subasinghe
0bf534689f
refactiored device mgt components
2 years ago
Amalka Subasinghe
243a74da8c
refactored heart beat, notification logger, identity extensions component
2 years ago
Amalka Subasinghe
75309b8d96
refactored device-mgt extension component
2 years ago
Amalka Subasinghe
0bf6b3899e
refactored apimgt extension component
2 years ago
Amalka Subasinghe
d98abb1ddf
refactored application mgt component
2 years ago
Amalka Subasinghe
162507ac8b
refactored policy mgt component
2 years ago
Amalka Subasinghe
5d5980c720
refactored cert mgt component
2 years ago
Amalka Subasinghe
1d0f27b98e
refactored ui request handler component
2 years ago
Amalka Subasinghe
f0380076c1
refactored transport mgt component
2 years ago
Amalka Subasinghe
8e26f3b4dd
refactored analytics mgt component
2 years ago
Amalka Subasinghe
7215c2f827
refactored webapp authentication component
2 years ago
Amalka Subasinghe
baf7661e9d
refactored task mgt component
2 years ago
Amalka Subasinghe
721de62362
refactored sub type mgt component
2 years ago
Amalka Subasinghe
2caf5a4f28
refactored tenant mgt component
2 years ago
Amalka Subasinghe
e3c4765650
refactored operation mgt component
2 years ago
Amalka Subasinghe
fdedc2b8f4
refactored feature artifact ids and folder names
2 years ago
Amalka Subasinghe
fa2056e9d6
fixed parent artifact id
2 years ago
Amalka Subasinghe
a71abaa6e9
change the group id
2 years ago
Amalka Subasinghe
18c35218fd
fixed build issues due to op template feature
2 years ago
Thameera
7562c1fbf1
Operation Template implementation
2 years ago
kavindya_devindi
c3abf3d6b7
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core
2 years ago
kavindya_devindi
06ec100ae1
Fix dependency issue in subtype mgt component
2 years ago
Pasindu Rupasinghe
07c157e9d6
Fix URL Generation, Make feature, Refactor the module
2 years ago
Pasindu Rupasinghe
aab94d8fdd
Implement get scopesID API call and rename the module
2 years ago
Pasindu Rupasinghe
ac834d0359
Automated api calls with http client
2 years ago
builder
fa7ee67aed
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
71007cc03c
[maven-release-plugin] prepare release v5.0.25
2 years ago
Kavindya Devindi
47990e4a16
Add subtype-mgt feature ( #74 )
...
## Purpose
To seperate out component with main generic things of subtype management.
## Goals
This subtype-mgt component enables the dynamic implementation of any subtypes using APIs. PFA
## Approach
* Add generic methods to subtype management component.
* Add cacheloader mechanism to optimum data loading part.
* Add unit test cases for all subtype's methods.
## Documentation
Requirement & Design Approach of Subtype Management ->
https://docs.google.com/document/d/1Cp7LqFKuV2FZOhN-cOCveLYcjyrzbZTDA0gNPYuV918/edit?usp=sharing
## Automation tests
- Unit tests
- service test
- service negative test
- DAO test
- DAO negative test
- Integration tests
> N/A
## Security checks
> N/A
## Related MRs
> N/A
## Test environment
Linux 22.04
## Learning
> N/A
Co-authored-by: kavindya_devindi <kavindyadevindi038@gmail.com>
Co-authored-by: Pahansith Gunathilake <pahansith@entgra.io>
Reviewed-on: #74
Co-authored-by: Kavindya Devindi <kavindya@entgra.io>
Co-committed-by: Kavindya Devindi <kavindya@entgra.io>
2 years ago
kavindya_devindi
129d49e897
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core
2 years ago
kavindya_devindi
ed81c55380
Merge branch 'master' of ssh://repository.entgra.net:222/community/device-mgt-core
2 years ago
Rajitha Kumara
64d194bfea
add tenant-mgt module
2 years ago
builder
3238e78f0c
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
6d43a16ab2
[maven-release-plugin] prepare release v5.0.24
2 years ago
builder
b75cabfce7
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
c8e176c930
[maven-release-plugin] prepare release v5.0.23
2 years ago
builder
dda5860e57
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
abb66486d8
[maven-release-plugin] prepare release v5.0.22
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
Amalka Subasinghe
766606f9f7
added analytics extension to persist event streams,receivers,publishers
2 years ago
Pramila Niroshan
4005a9e8cb
User log context added
2 years ago
Amalka Subasinghe
d3ffba8e26
improve device type configuring and event data publishing
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
kavindya_devindi
338d0973e9
Add subtype-mgt feature
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: #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
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
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
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
Amalka Subasinghe
ec7ebcc384
added device-extensions, logger, default-role-manager, stateengine ( #8 )
...
Co-authored-by: Amalka Subasinghe <amalkasubasinghe@gmail.com>
Reviewed-on: #8
Co-authored-by: Amalka Subasinghe <amalka@entgra.io>
Co-committed-by: Amalka Subasinghe <amalka@entgra.io>
2 years ago
Charitha Goonetilleke
b14c9c7ad6
Update repositories
2 years ago
builder
b18ddfedce
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
ec8d08ca63
[maven-release-plugin] prepare release v5.0.13
2 years ago
Pahansith Gunathilake
9225512874
Add Entgra internal nexus repository
...
Signed-off-by: Pahansith Gunathilake <pahansith@entgra.io>
2 years ago
builder
b9f2bf9246
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
8f610eea63
[maven-release-plugin] prepare release v5.0.12
2 years ago
Pahansith Gunathilake
c5f08b9ef8
update SCM URLs
...
Signed-off-by: Pahansith Gunathilake <pahansith@entgra.io>
2 years ago
builder
223637c887
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
b7311af447
[maven-release-plugin] prepare release v5.0.11
2 years ago
Vigneshan Seshamany
638c6b12c9
Fix cross-tenant api subscription issue
2 years ago
builder
3c9fc68619
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
0b4fe08847
[maven-release-plugin] prepare release v5.0.10
2 years ago
builder
0290758c25
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
790ab62b34
[maven-release-plugin] prepare release v5.0.9
2 years ago
builder
7f96ce3c33
[maven-release-plugin] prepare for next development iteration
2 years ago
builder
e851e21bcd
[maven-release-plugin] prepare release v5.0.8
2 years ago
builder
817dc57862
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
7196d2daea
[maven-release-plugin] prepare release v5.0.6
3 years ago
builder
946a12b84d
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
f55ffbb19a
[maven-release-plugin] prepare release v5.0.5
3 years ago
builder
39216aa651
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
8deff13edd
[maven-release-plugin] prepare release v5.0.4
3 years ago
builder
96e4aa8436
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
739266feca
[maven-release-plugin] prepare release v5.0.3
3 years ago
builder
06560d24d4
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
2784633dd6
[maven-release-plugin] prepare release v5.0.2
3 years ago
Muhammad Rashad
4e73b778e2
Move grafana to separate module
3 years ago
builder
1896199698
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
a765f780f0
[maven-release-plugin] prepare release v5.0.1
3 years ago
builder
ef558458a0
[maven-release-plugin] prepare for next development iteration
3 years ago
builder
8e191e75a6
[maven-release-plugin] prepare release v5.0.0
3 years ago
Pahansith Gunathilake
21e014d6a6
Merge branch 'api/pr/grafana/device-mgt' into 'master'
...
Added grafana integration
See merge request entgra/carbon-device-mgt!829
3 years ago
Muhammad Rashad
1f536c40e4
Added grafana integration
3 years ago
Pahansith Gunathilake
815ee6a8bf
Bump websocket dependency version
3 years ago