Commit Graph

8257 Commits

Author SHA1 Message Date
lasanthaDLPDS
fefdb7aba3 Add new servlet to get logged-in user's data 2019-10-10 22:40:41 +05:30
Dharmakeerthi Lasantha
c0a3408694 Merge branch 'application-mgt-new' into 'application-mgt-new'
Add null and empty check for device location related values

See merge request entgra/carbon-device-mgt!304
2019-10-10 13:46:18 +00:00
shamalka
e068317a62 Add devices to groups 2019-10-10 18:05:08 +05:30
shamalka
c69f9c9f1d Fix spelling mistakes 2019-10-10 18:05:08 +05:30
shamalka
5ba56207c9 Improve delete device UI 2019-10-10 18:05:08 +05:30
shamalka
b92046fa3d Change UI structure 2019-10-10 18:05:08 +05:30
shamalka
c762c9d2a7 Change bulk action UI 2019-10-10 18:05:08 +05:30
Saad Sahibjan
354dcd3fd4 Add null and empty check for device location related values 2019-10-10 15:55:03 +05:30
Dharmakeerthi Lasantha
d3077da65b Merge branch 'application-mgt-new' into 'application-mgt-new'
Add UI improvements to APPM UI

See merge request entgra/carbon-device-mgt!303
2019-10-10 10:03:50 +00:00
Jayasanka
3c9d200770 Validate supported OS versions in 'Add new app' form in APPM Publisher UI 2019-10-10 14:55:17 +05:30
Jayasanka
5153feae40 Fix login redirection issue in APPM Store UI 2019-10-10 14:55:17 +05:30
Jayasanka
6d16259aaf Improve schedule install/ uninstall component's UI in APPM store 2019-10-10 14:55:17 +05:30
Jayasanka
b21de79151 Remove unnecessary console log lines in APPM UI 2019-10-10 14:55:17 +05:30
Jayasanka
533871d64a Fix null value issue in scheduled install/uninstall operation in APPM UI 2019-10-10 14:55:16 +05:30
Dharmakeerthi Lasantha
c859ff9611 Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix app uninstall issue for Android

See merge request entgra/carbon-device-mgt!301
2019-10-10 03:15:52 +00:00
Dharmakeerthi Lasantha
2d98768188 Merge branch 'application-mgt-new' into 'application-mgt-new'
Improve the screenshots view of the APPM UI

See merge request entgra/carbon-device-mgt!297
2019-10-10 03:12:49 +00:00
Dharmakeerthi Lasantha
90fd12d876 Merge branch 'delete-fix' into 'master'
Fix delete

See merge request entgra/carbon-device-mgt!300
2019-10-10 03:11:23 +00:00
lasanthaDLPDS
16ee8ec882 Fix app uninstall issue for Android 2019-10-10 08:40:04 +05:30
Amanda
7b7d47a2bf Fix delete
- Fix delete button in UI
- Close connection in DAO
2019-10-10 07:56:29 +05:30
Saad Sahibjan
7072052381 Merge branch 'application-mgt-new' into 'application-mgt-new'
Improve APPM app uninstall operation payload

See merge request entgra/carbon-device-mgt!298
2019-10-09 12:55:43 +00:00
lasanthaDLPDS
a2bcc1c03f Improve APPM app uninstall operation payload 2019-10-09 17:49:26 +05:30
Entgra Builder
277b114f9c [maven-release-plugin] prepare for next development iteration 2019-10-09 10:41:21 +00:00
Entgra Builder
cd6ff02aff [maven-release-plugin] prepare release v3.2.12 2019-10-09 10:41:15 +00:00
nipun
74069d3415 Improve the screenshots view of the APPM UI 2019-10-09 15:53:50 +05:30
Saad Sahibjan
ebf46f46e1 Merge branch 'permanent-delete' into 'master'
Fix Permanent delete for multiple enrollments

## Purpose
To enable permanent deletion of a sinlge device with multiple enroolmemts

## Goals
> (Goals achieved by feature)

## Approach

## Documentation

## Automation tests

## Security checks
 - Followed secure coding standards? (yes/no)
 - Ran FindSecurityBugs plugin and verified report? (yes/no)
 - Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets? (yes/no)

## Related MRs


## Test environment

## Learning

See merge request entgra/carbon-device-mgt!296
2019-10-09 10:19:55 +00:00
Amanda Randombage
e80589d3b1 Fix Permanent delete for multiple enrollments 2019-10-09 10:19:55 +00:00
Dharmakeerthi Lasantha
1abc701f20 Add UI feature to delete multiple devices permanently 2019-10-09 08:56:32 +00:00
Amanda Randombage
8a586eee2c Add UI feature to delete multiple devices permanently 2019-10-09 08:56:32 +00:00
Dharmakeerthi Lasantha
594ab3ed60 Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix APPM login issue

See merge request entgra/carbon-device-mgt!293
2019-10-09 07:45:43 +00:00
Saad Sahibjan
11c4d15518 Merge branch 'application-mgt-new' into 'application-mgt-new'
Improve APIM's edit release view and fix install/uninstall's timestamp issue

## Purpose
The purpose is to fix the following issues with this PR.
1. In the current APPM Publisher UI's edit release section, there is no way to preview selected images. Also, the supported versions are hardcoded.
2. There is an issue after adding a scheduled install/uninstall feature to the UI, which tries to send a query param with null timestamp value with non-scheduled operations.

## Goals
- Add previews of selected images to upload
- Add supported OS versions field
- Fix timestamp issue in scheduled install/uninstall operation in APPM UI

## Approach
- Used the same approach to add image previews and supported OS versions field which used in the "Add New Release" view in APPM publisher UI.
- Removed the inline function which caused the timestamp issue & created a new function to handle the operation.

## Documentation
> N/A

## Automation tests
> N/A

## 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
> (Any other related Merge Requests)

## Test environment
> (Context and environment where development was performed)

## Learning
> (Any additional learning resources)

See merge request entgra/carbon-device-mgt!295
2019-10-09 07:35:06 +00:00
Jayasanka Weerasinghe
f710c5489a Add UI improvements to edit release view in APPM UI
The following changes are with this commit.
- Add previews of selected images to upload
- Add supported OS versions field
2019-10-09 07:35:06 +00:00
Dharmakeerthi Lasantha
023e162f59 Merge branch 'entgra-175' into 'master'
Fix issue with re-configuring policy

Closes product-iots#175

See merge request entgra/carbon-device-mgt!294
2019-10-09 06:55:42 +00:00
Madawa Soysa
03c550d11b Fix issue with reconfiguring policy
The cause of the issue is not passing the newly introduced parameter 'policyType' in the policy edit payload. This parameter is marked @NotNull. Hence throwing an error. 

This fix sets the policyType parameter from the existing payload (Doesn't allow to edit as there is no UI interface to edit this parameter ATM

Fixes: entgra/product-iots#175
2019-10-09 16:50:12 +11:00
lasanthaDLPDS
4d3c7e1c79 Fix APPM login issue 2019-10-09 10:14:12 +05:30
Dharmakeerthi Lasantha
ac0d01e1d5 Merge branch 'application-mgt-new' into 'application-mgt-new'
Add MsSQL and MySQL db scripts

See merge request entgra/carbon-device-mgt!292
2019-10-09 02:45:39 +00:00
lasanthaDLPDS
caf7cd133b Add MsSQL and MySQL db scripts 2019-10-09 08:09:49 +05:30
Dharmakeerthi Lasantha
d98564c39b Change permanent delete HTTP method 2019-10-09 01:54:11 +00:00
Amanda Randombage
824403b97e Change permanent delete HTTP method 2019-10-09 01:54:08 +00:00
Dharmakeerthi Lasantha
51b001c236 Merge branch 'application-mgt-new' into 'application-mgt-new'
Improve APPM app saving functionality

See merge request entgra/carbon-device-mgt!288
2019-10-08 18:47:50 +00:00
Dharmakeerthi Lasantha
ec4511ce01 Add UI feature to delete set of devices 2019-10-08 18:47:08 +00:00
Shamalka Navod
bc406b6c92 Add UI feature to delete set of devices 2019-10-08 18:47:08 +00:00
Dharmakeerthi Lasantha
d813888923 Merge branch 'retrieving-devices-fix' into 'master'
Fix issue in retrieving IoTS devices

See merge request entgra/carbon-device-mgt!290
2019-10-08 16:32:11 +00:00
Amanda
0aee974b35 Fix issue in retrieving IoTS devices 2019-10-08 17:33:24 +05:30
lasanthaDLPDS
d9a04e099e Improve APPM app saving functionality 2019-10-08 17:11:08 +05:30
Dharmakeerthi Lasantha
8d8b041f2f Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix issue in retrieving IoTS devices

See merge request entgra/carbon-device-mgt!286
2019-10-08 08:34:57 +00:00
charitha
43ba5d7e84 Fix issue in retrieving IoTS devices 2019-10-08 13:26:56 +05:30
Dharmakeerthi Lasantha
ef98998a4c Fix the navigation bar issue in APPM UI 2019-10-08 07:56:13 +00:00
Nipun Nadeen De Silva
0757783b81 Fix the navigation bar issue in APPM UI 2019-10-08 07:56:13 +00:00
Dharmakeerthi Lasantha
617ba8782f Merge branch 'application-mgt-new' into 'application-mgt-new'
Redirect logged-out user within the loading screen in APPM UI

See merge request entgra/carbon-device-mgt!285
2019-10-07 13:14:50 +00:00
Jayasanka
97beaeb63b Add missing scopes to application-mgt.xml 2019-10-07 18:06:35 +05:30