Commit Graph

1582 Commits

Author SHA1 Message Date
Charitha Goonetilleke
da90ca8973 Bump version to 6.0.0-SNAPSHOT 2024-10-01 05:07:36 +05:30
258b312a49 Set limit and offset to -1 for retrieving all device details
Updated the logic to set limit and offset values to -1 when fetching
device details, ensuring that all devices are retrieved. Without this
change, only the devices within the paginated range were being
fetched.

This change removes the pagination constraint, allowing retrieval of
all devices in the system.
2024-09-21 07:50:48 +05:30
Lasantha Dharmakeerthi
df129651fd Fix for the incorrect device statistics shown in the app store 2024-09-20 04:37:46 +00:00
a161791fc0 Added a method to retrieve the device count based on application type 2024-09-19 12:43:39 +05:30
0609b3a9c2 Used constants instead of hardcoding 2024-09-11 07:21:33 +05:30
6934827920 Fixed the incorrect device statistics issue happening due to REMOVED and DELETED devices. 2024-09-10 07:28:29 +05:30
2da8cdd05f Fixed the incorrect device statistics issue happening due to REMOVED and DELETED devices. 2024-09-10 07:25:08 +05:30
Lasantha Dharmakeerthi
f58721b3b6 Implement the search API for Subscription details view 2024-09-02 05:55:45 +00:00
nipuni
320d5215de Implement the search API for Subscription details view 2024-08-30 22:54:59 +05:30
Rajitha Kumara
9ce605d883 Update release rating data type 2024-08-30 17:43:32 +05:30
Rajitha Kumara
476fe5f849 Add release version report supportablility 2024-08-28 19:18:00 +05:30
tcdlpds
bc81c8923c Change the return type of the app lifecycle's updated time
If the API returns Timestamp object it creates from the Unix timestamp (in milliseconds), but its string representation depends on the JVM’s default timezone. Therefore it returns timestamp based on JVM's timezone. Since it is required to return UTC time, changed the data type and returns the long value. With this improvement it is guaranteed that client gets the UTC time of the app lifecycle's updated time.
2024-08-15 20:21:31 +05:30
tcdlpds
e1594c00f1 Improve tenant deleting logic 2024-07-31 14:17:41 +05:30
tcdlpds
2d49cfe2c8 Sync with master branch 2024-07-30 08:51:34 +05:30
builder
fa24f95a69 [maven-release-plugin] prepare for next development iteration 2024-07-25 16:34:08 +05:30
builder
5f94113adf [maven-release-plugin] prepare release v5.2.3 2024-07-25 16:34:01 +05:30
Jenkins
770575999e [maven-release-plugin] prepare for next development iteration 2024-07-24 21:34:16 +05:30
Jenkins
41985cc347 [maven-release-plugin] prepare release v5.2.2 2024-07-24 21:34:10 +05:30
prathabanKavin
8a24255089 Fix device count issues in subscription view 2024-07-24 16:20:17 +05:30
osh.silva
d2d341963d Fix search issues 2024-07-24 13:05:41 +05:30
Jenkins
b1ff511d4c [maven-release-plugin] prepare for next development iteration 2024-07-23 22:30:33 +05:30
Jenkins
0deebf09d8 [maven-release-plugin] prepare release v5.2.1 2024-07-23 22:30:27 +05:30
Rajitha Kumara
78cb44d708 Update unsubscribed status check 2024-07-23 21:10:54 +05:30
Rajitha Kumara
c480512f10 Fix issues related to new devices and stats 2024-07-23 18:48:20 +05:30
Nipuni Kavindya
f585e37d61 Fix build failure
Co-authored-by: Nipuni Kavindya <nipuni@entgra.io>
Co-committed-by: Nipuni Kavindya <nipuni@entgra.io>
2024-07-23 03:51:33 +00:00
Rajitha Kumara
40c12875ac Improve APPM subscription data retrieving logic
Co-authored-by: Rajitha Kumara <rajitha@entgra.io>
Co-committed-by: Rajitha Kumara <rajitha@entgra.io>
2024-07-22 20:44:09 +00:00
prathabanKavin
fa400f8995 Fix space in getAppCount query 2024-07-22 09:56:37 +05:30
Oshani Silva
8b6eee0a97 Add fix for group subscription table
Co-authored-by: Oshani Silva <oshani@entgra.io>
Co-committed-by: Oshani Silva <oshani@entgra.io>
2024-07-17 05:42:24 +00:00
tcdlpds
211ed7a489 Sync with master 2024-07-16 18:49:54 +05:30
tcdlpds
3d5f4004d0 Sync with master 2024-07-16 17:56:15 +05:30
Jenkins
e062bf79dc [maven-release-plugin] prepare for next development iteration 2024-07-16 08:04:47 +05:30
Jenkins
6d1414d09f [maven-release-plugin] prepare release v5.2.0 2024-07-16 08:04:39 +05:30
nipuni
7496415ab3 Add default case in CategorizedSubscriptionResult constructor. 2024-07-15 13:24:45 +05:30
nipuni
9561e003bf Fix filtering by device name not working with all and device subscriptions 2024-07-15 09:14:20 +05:30
nipuni
f0fafde0d2 Merge branch 'master' of https://repository.entgra.net/community/device-mgt-core into #11464
# Conflicts:
#	components/application-mgt/io.entgra.device.mgt.core.application.mgt.core/src/main/java/io/entgra/device/mgt/core/application/mgt/core/impl/SubscriptionManagerImpl.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/EnrollmentDAO.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/GroupDAO.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/impl/AbstractEnrollmentDAOImpl.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/dao/impl/AbstractGroupDAOImpl.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/DeviceManagementProviderService.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/DeviceManagementProviderServiceImpl.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/GroupManagementProviderService.java
#	components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/src/main/java/io/entgra/device/mgt/core/device/mgt/core/service/GroupManagementProviderServiceImpl.java
2024-07-13 21:36:24 +05:30
nipuni
22f8497952 Fix Search is not working in installation details in app store 2024-07-13 21:05:41 +05:30
prathabanKavin
11bca0f4ae Remove unnecessary logs 2024-07-11 23:57:14 +05:30
prathabanKavin
de1d79f27c Fix same device data loading for subscriptions 2024-07-11 23:53:34 +05:30
3c31c9d432 Merge branch 'master' into removeddevicefix 2024-07-11 07:07:09 +00:00
prathabanKavin
1a1df97253 Resolve comments 2024-07-11 12:32:39 +05:30
Lasantha Dharmakeerthi
2ac2b0fc37 Add configuration to delete Tenant Application artifacts 2024-07-11 06:03:47 +00:00
03457250fa Merge pull request 'Add Microsoft Store integration for Windows devices' (#443) from navodzoysa/device-mgt-core:issue-10635/store-integration into master
Reviewed-on: https://repository.entgra.net/community/device-mgt-core/pulls/443
2024-07-11 05:49:51 +00:00
ashvini
e1a47c68fb Get TenantMgtAdminService as an osgi service
Resolve comments

Remove source reference

Change error messages

Make changes in code

Add license

Resolve comments

Add java doc comments

Resolve comments

Resolve comment
2024-07-11 10:49:47 +05:30
prathabanKavin
953f72afdc Filter devices according to their devicetype 2024-07-11 07:56:34 +05:30
navodzoysa
d566cf966a Add Microsoft Store integration for Windows devices 2024-07-11 02:02:22 +05:30
Lasantha Dharmakeerthi
9f8f25d310 Fix issues with adding operation log of a subscription 2024-07-10 18:28:11 +00:00
nipuni
7c90b43485 Fix issues with adding operation log of a subscription 2024-07-10 21:30:45 +05:30
Rajitha Kumara
2eb73213f3 Add requested changes 2024-07-10 15:26:19 +05:30
Rajitha Kumara
1576ef86d0 App publishing improvements 2024-07-10 15:26:19 +05:30
ashvini
8e33eebbf6 Add tenant application artifact deletion configuration
Fix code errors

Remove spaces

Refactor code
2024-07-10 11:46:24 +05:30