Dharmakeerthi Lasantha
6f21f472b6
Merge branch 'GroupNameCase' into 'master'
...
Fix Null pointer exception in group management
See merge request entgra/carbon-device-mgt!265
5 years ago
ausamriyaaz
2c27830ecc
Fix Null pointer exception
5 years ago
Dharmakeerthi Lasantha
0dac130e91
Show the applied policies when click view button on policy compliance
5 years ago
Vinojini Paramasivam
3dcf19dffa
Show the applied policies when click view button on policy compliance
5 years ago
Milan Perera
513b8efaee
Merge branch 'fix-141' into 'master'
...
Fix build failure
See merge request entgra/carbon-device-mgt!263
5 years ago
milanperera
a716d28046
Fix build failure
5 years ago
Charitha Goonetilleke
cc2eccae5d
Fix configuration retrieval issue with non default admin credentials
5 years ago
Dharmakeerthi Lasantha
7e62c6a781
Improve error logs in DAO implementations
5 years ago
Shamalka Navod
59188bcdb3
Fix error logs of DAO implementations
5 years ago
Milan Perera
3747e98be3
Merge branch 'fix-141' into 'master'
...
Fix for entgra/product-iots#141
Closes product-iots#141
See merge request entgra/carbon-device-mgt!260
5 years ago
Charitha Goonetilleke
20dd0b88d2
Merge branch 'application-mgt-new' of https://gitlab.com/charithag/carbon-device-mgt into application-mgt-new
5 years ago
Charitha Goonetilleke
c29dc4dddb
Merge branch 'master' into 'application-mgt-new'
...
Changing status related APIs to honour tenant ID
See merge request charithag/carbon-device-mgt!1
5 years ago
Charitha Goonetilleke
bfed11080d
Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new
5 years ago
Shamalka Navod
c5793bcf67
API endpoint to get all devices which are enrolled between two dates
5 years ago
Milan Perera
52de9b85e9
Merge branch 'reports' into 'application-mgt-new'
...
API endpoint to get all devices which are enrolled between two dates
## Purpose
> Building a new feature which lets users to generate reports according to various parameters.
## Goals
> Get all the devices which enrolled between two dates. Use as a one feature of report generating feature.
## Approach
* Created a new service for reports.
* Added a new method to DeviceDAO to get reports between two dates.
* Called the DeviceDAO in Reports service and called the above method
## Documentation
**New API endpoints** :
* Get all devices between two dates : /reports/devices?from=[date]&to=[date]
* Filter by device status : /reports/devices?status=[status]&from=[date]&to=[date]
* Filter by device ownership : /reports/devices?ownership=[ownership]&from=[date]&to=[date]
Date format : YYYY-MM-DD
See merge request entgra/carbon-device-mgt!237
5 years ago
Dharmakeerthi Lasantha
6344ff4950
Change search by group name to case insensitive
5 years ago
Vinojini Paramasivam
8b61bbabea
Change search by group name to case insensitive
5 years ago
milanperera
5e19455882
Fix for entgra/product-iots#141
5 years ago
Ace
545ca7e2a2
Changing status related APIs to honour tenant ID
5 years ago
Dharmakeerthi Lasantha
8e9d64038b
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Sync with master & fixes
See merge request entgra/carbon-device-mgt!258
5 years ago
Charitha Goonetilleke
20bbb6b91a
Re add missing method
5 years ago
Charitha Goonetilleke
738c4991b9
Merge with upstream/master
5 years ago
Dharmakeerthi Lasantha
73793b5971
Fix device management test failures
5 years ago
Amanda Randombage
a82b4763e2
Fix device management test failures
5 years ago
Saad Sahibjan
d6bc33b0a2
Merge branch 'permanent-delete' into 'master'
...
Permanent delete API modification
## Purpose
> Delete multple devices from one API call.
## Goals
> Avoid invoking the API multiple times to delete a set of devices.
## Approach
> Delete the records of the devices as batch operations in the core level via a DEeviceDAO object and in the plugin level by creating a DeviceManager object for each device type.
## Documentation
> N/A
## Automation tests
- Unit tests
> None
- Integration tests
> None
## Security checks
- Followed secure coding standards? (yes)
- Ran FindSecurityBugs plugin and verified report? (no)
- Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets? (yes)
## Related MRs
> https://gitlab.com/entgra/carbon-device-mgt/merge_requests/198
## Test environment
> N/A
## Learning
> N/A
See merge request entgra/carbon-device-mgt!241
5 years ago
Amanda Randombage
ff2c038688
Modify permanent delete API to support list of devices
5 years ago
Charitha Goonetilleke
5c2af197d3
Merge branch 'master' into 'master'
...
Fixing issues in the /query-devices API
See merge request entgra/carbon-device-mgt!243
5 years ago
Ace
647099f8a9
Adding debug logs to query-devices API
5 years ago
Ace
8086a54a1a
Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt
5 years ago
Ace
7838eaf97b
Modifying group devices API to retrieve properties
5 years ago
Dharmakeerthi Lasantha
d9999ad5b2
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Fix image loading issue in tenants
See merge request entgra/carbon-device-mgt!255
5 years ago
lasanthaDLPDS
28b4d52d23
Fix app loading issue
5 years ago
lasanthaDLPDS
c129fb1c41
Fix image loading issue in tenant mode
5 years ago
Dharmakeerthi Lasantha
5e8f6903e5
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Add tenant domain to the login form
See merge request tcdlpds/carbon-device-mgt!7
5 years ago
Jayasanka Weerasinghe
27e01e80a8
Fix server starting issue
...
This issue is occurred as a result of having java8 codes in the source. Hence remove and replace the code.
5 years ago
lasanthaDLPDS
73ec7dd173
Merge branch 'master' of gitlab.com:entgra/carbon-device-mgt into application-mgt-new
5 years ago
Charitha Goonetilleke
2e811aa12b
Fix config fetching and device type filtering for tenants
5 years ago
Charitha Goonetilleke
2c7463a072
Add device transferring across tenants
5 years ago
Charitha Goonetilleke
30d4a5707a
Fix platform config listing
5 years ago
Charitha Goonetilleke
705f6fbbe4
Merge branch 'application-mgt-new' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new
5 years ago
Dharmakeerthi Lasantha
fd7436eaa6
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Handle API error in APPM store
See merge request entgra/carbon-device-mgt!254
5 years ago
Jayasanka Weerasinghe
85fe985a94
Fix server starting issue
...
This issue is occurred as a result of having java8 codes in the source. Hence remove and replace the code.
5 years ago
Dharmakeerthi Lasantha
1eb70051e0
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Add application installation response via pull notification
See merge request entgra/carbon-device-mgt!253
5 years ago
Charitha Goonetilleke
5cf89ec24c
Add application installation response via pull notification
5 years ago
Charitha Goonetilleke
239b1b9bb0
Add application installation response via pull notification
5 years ago
Dharmakeerthi Lasantha
d45b153a9a
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Fix app-install operation adding issue for custom apps
See merge request entgra/carbon-device-mgt!252
5 years ago
lasanthaDLPDS
34f1b25c84
Fix app-install operation adding issue for custom apps
5 years ago
Charitha Goonetilleke
919eeab2d8
Merge branch 'master' of https://gitlab.com/entgra/carbon-device-mgt into application-mgt-new
5 years ago
Charitha Goonetilleke
c3490c129a
Fix issue in deploying event streams
5 years ago
Dharmakeerthi Lasantha
0a0ac706f3
Merge branch 'application-mgt-new' into 'application-mgt-new'
...
Fix custom app loading issue
See merge request entgra/carbon-device-mgt!249
5 years ago