nishadi
891c3410ee
CommentManagementAPITest class
...
adding copyright message.
7 years ago
nishadi
87d48dca98
Reformat CommentManagementAPITest class
7 years ago
nishadi
37f595d382
Added CommentManagementAPITest class
...
Test of CommentManagementAPI class
7 years ago
nishadi
97915e29be
Application mgt api Pom.xml changed
7 years ago
nishadi
20c1ba1052
CommentManager
...
Tenant Id variable was added to CommentManagerImpl class.
7 years ago
nishadi
471e6e3b21
CommentManagerImpl
...
Variable values changed.
7 years ago
nishadi
072d8b6455
CommentManagementAPIImpl
7 years ago
nishadi
7d22c45636
CommentManagementAPIImpl
7 years ago
nishadi
c26903c446
CommentManagementAPIImpl
...
variable redundant reduced.
7 years ago
nishadi
c3f8d15910
CommentManagementAPIImpl
...
newStar variable changed.
7 years ago
nishadi
ef059800e2
CommentManagementAPIImpl
...
CommentManagementAPIImpl class moved to store/api/services/impl directory.
7 years ago
nishadi
b60f3f0a9e
CommentManagementApi
...
CommentManagementApi class moved to store/api/services directory.
7 years ago
nishadi
c216048b57
Test Resources
...
log4j.properties and testng.xml files added.
7 years ago
nishadi
09a2c484f0
CommentMgtTestHelper
...
Dummy data for comments Testing.
7 years ago
Madawa Soysa
b911c9e169
Adding entity application mapping to the database
...
When an application installation request is made other than adding an application install operation a mapping between the devices and the installed applications are kept in the database. In a case where an enterprise wide installation happens a mapping is made with the respective entity and the application.
This commit implement the mapping function.
Related to issue wso2/product-iots#1688
7 years ago
Madawa Soysa
debe93cb03
Improving application subscription API
...
Changing the DeviceIdentifier bean to the same as org.wso2.carbon.device.mgt.common.DeviceIdentifier and implement the install app device.
Adding an ApplicationInstallResponse as the response to respond with more information to the application install request.
related to wso2/product-iots#1688
7 years ago
Madawa Soysa
f66ff60ada
Adding a method to retrieve Application by UUID
...
Application install request is made for a UUID which is associated with an application release. In order to get the details of the application to build the payload of the install application operation, it is required to get the application from the database related to the UUID.
7 years ago
Madawa Soysa
690eff6660
Refactoring mobile application subscription API
7 years ago
lasantha
6792c21210
Rmoved the lifecycle managemt
...
Removed the lifecycle management core and formatted the source
7 years ago
lasantha
9b1820dca5
Adding Lifecycle Management functionalities and fixed related bugs
7 years ago
lasantha
fb8d9dd494
refactored the source and fixed some bugs
7 years ago
lasantha
669881eae7
adding appliction release functionalites and fixed build failure
7 years ago
lasantha
f17c36d13f
Added app release updating fucntionality and fixed APPM related bugs
7 years ago
lasantha
c392f0e57d
merge with upstream and fixed conflicts
7 years ago
lasantha
fdac04dd3e
complete app release getting flow and fixed related bugs
7 years ago
lasantha
569007514e
Added app release creation method and fixed issues
7 years ago
lasantha
317386afb8
bump version of the app manager component
7 years ago
nishadi
c50de8e2de
Modified CommentsDAOmpl
...
Removed concatenation.
7 years ago
nishadi
a321bf934b
Modified CommentsManagerImpl
...
Reformatted.
7 years ago
nishadi
40771cbfcd
Modified CommentDAOImpl
...
String sql change int constant.
7 years ago
nishadi
8f8ec9a86a
parameter in the consumes annotation changed to application/json
7 years ago
nishadi
eced883e7f
Error response message changed.
7 years ago
nishadi
7242c63e60
CommentId changed into commentId
7 years ago
nishadi
27d3862ac8
CommentId changed into commentId
7 years ago
nishadi
3b86f8a443
CommentId changed into commentId
7 years ago
nishadi
da0b147050
modified commentsManagerImpl
...
Reformatted.
7 years ago
nishadi
f02a0b9e6c
Modified pom.xml at org.wso2.carbon.device.application.mgt.common
...
Extra dependency to "org.wso2.carbon.device.application.mgt.core" is removed.
7 years ago
nishadi
4ea87284f2
Modified CommentAPIImpl
...
Reformatted
7 years ago
nishadi
a1868939a7
Modified CommentDAOImpl
...
Reformatted
7 years ago
nishadi
30ae09b067
Modified CommentDAOImpl
...
Reformatted
7 years ago
nishadi
c35ccf9888
Modified CommentManagerImpl
...
Changed the messages of the Exceptions.
7 years ago
nishadi
62ac3455dd
Changed license year
7 years ago
nishadi
ff3eacd0ba
Removed suppressing deprecated warning.
7 years ago
nishadi
a6f2486ec6
Modified Comment ManagementAPiImpl
...
changed returning error response message into "return Response.status(Response.Status.INTERNAL_SERVER_ERROR).entity(msg).build();"
7 years ago
nishadi
919a7a8ddd
Modified pom.xml at org.wso2.carbon.device.application.mgt.api
...
removed extra dependencies
7 years ago
nishadi
4c1d8dfa4d
Modified APIUtil
...
Modified the osgi contexts and reformatted.
7 years ago
nishadi
3cc15d0df0
Reformatted the code.
7 years ago
nishadi
3bfb2addbb
Reformatted the code.
7 years ago
nishadi
1bbd0b1aa5
Modified CommentManagerImpl ,CommentManagementAPIImpl,CommentManagementAPI
...
Modified the exceptions.
7 years ago
nishadi
c1dca737f7
Modified CommentManager
...
Edited the comments.
7 years ago
nishadi
3bd6d03b4c
Modified CommentManagerImpl and CommentManager
...
wrapped & thrown the sql and db exceptions with CommentManagementException and ApplicationManagementException.
7 years ago
nishadi
caa47417bc
Modified CommentManagerImpl
...
removed catch (SQLException e) and catch (DBConnectionException e).
7 years ago
nishadi
74ea82c926
Modified CommentManagerImpl
...
Renamed ApplicationManagementDAOFactory.getCommentDAO as commentDAO
7 years ago
nishadi
a45ba625fe
Renamed apAppCommentId into CommentId
7 years ago
nishadi
906535eb24
Modify CommentsManagerImpl
...
Removed Not found Exception
7 years ago
nishadi
4fb77cbee8
Modify CommentsManagerImpl
...
Removed throwing NullPointerException;
7 years ago
nishadi
a1911432a6
Modify PaginationConfiguration
...
Removed commented codes.
7 years ago
nishadi
99b916d6ff
Modify Comment
...
Removed commented codes.
7 years ago
nishadi
453559a07b
Modify CommentManagementAPIImpl
...
returned Error Response.
7 years ago
nishadi
06059cacf1
Modify CommentManagementAPIImpl
...
Removed the comment.
7 years ago
nishadi
0f4e4ea483
Modify CommentManagementAPI
...
add "defaultValue" parameter here in the ApiParams
7 years ago
nishadi
7849d0938b
Modify APIUtil
...
change the format of imports.
7 years ago
nishadi
a6434d918b
Modify APIUtil
...
change the format of imports.
7 years ago
nishadi
5dce27e23b
Adding CommentDAOImpl
...
Implementation of CommentDAO interface.
7 years ago
nishadi
7fb0faa2b8
Modify pom.xml at org.wso2.carbon.device.application.mgt.api
7 years ago
nishadi
f7caa02b81
Modify pom.xml at org.wso2.carbon.device.application.mgt.common
...
Dependancy is added to org.wso2.carbon.device.application.mgt.core
7 years ago
nishadi
819034f97d
Adding Implementation of Comment Manager
7 years ago
nishadi
6b6a5bdbb1
Adding Comment Manager Interface
...
Included the comment management methods and stars rating methods
7 years ago
nishadi
64e8faa153
Adding CommentDAO Interface
7 years ago
nishadi
99857c9acc
Modify Util
...
validateCommentListPageSize method is added.
7 years ago
nishadi
35e4174211
Modify Application Management DAO Factory
...
getCommentDAO method is added.
7 years ago
nishadi
5096654658
Adding Pagination Configuration for application-mgt
7 years ago
nishadi
87d1928f4c
Modify Configuration Management
7 years ago
nishadi
9f44795682
Modify Configuration
...
Pagination Configuration is added.
7 years ago
nishadi
9f67e52741
Adding Pagination Result for application-mgt
7 years ago
nishadi
849474de87
Adding Pagination Request for application-mgt
7 years ago
nishadi
a0ef2dbafe
Adding Comment
7 years ago
nishadi
c00345e7d7
Modify Application Release
...
Variables are added- noOfRatedUsers and stars.
7 years ago
nishadi
6dbdddb3d2
Adding Comment Manager Interface
...
Included the comment management methods and stars rating methods
7 years ago
nishadi
46f087f215
Adding Comment Management Exception
...
Handle the Exceptions of Comment Management.
7 years ago
nishadi
dbd9ad77ae
Modified API Util
...
getComment method is added to the APIUtil file.
7 years ago
nishadi
b9bb6830f4
Adding Implementation of Comment Management API
7 years ago
nishadi
627aaab233
Adding Comment Management API
7 years ago
lasantha
393d11630b
resolve pom issues
7 years ago
lasantha
486aac1cdc
adding application release creation functioanlity (NC)
7 years ago
lasantha
f8c5ff95b9
Device API layer into two sections. named as store and publisher
7 years ago
lasantha
05b1221641
increase version
7 years ago
lasantha
11ea50e8ab
Adding AP improvements(incomplete)
7 years ago
lasantha
c21ddceae1
adding application and release management implementation
7 years ago
lasantha
1c6393959d
adding app manager changes - not complete
7 years ago
lasantha
460bda420b
adding role restriction DAO layer implementation
7 years ago
lasantha
d196e3e0e1
Adding DAO layer changes
7 years ago
Ruwan
cac80fc270
Merge pull request #1087 from Kamidu/application-mgt
...
changing the sso config for store jag application
7 years ago
Ruwan
e99f6ba481
Merge pull request #1081 from menakaj/application-mgt
...
Fixing code formatting issues
7 years ago
lasantha
45c668ecce
adding DAO methods for pplication management
7 years ago
lasantha
81be917e10
adding application registrating functionality and partial DAO modefications
7 years ago
lasantha
dc6ab1db2f
resolved issues and resolved merge conflicts with master branch
7 years ago
kamidu
6f2f98545d
changing the sso config for store
7 years ago
lasantha
f4c3a0b124
Remove unnecessary pages and units
7 years ago
lasantha
ede7680b40
Fixed build failure
7 years ago
Kamidu Sachith Punchihewa
17bce6fed1
Adding the store user interface. ( #1084 )
7 years ago
Menaka Jayawardena
5756fa1519
Fixing code formatting issues in Platform related components.
7 years ago
Menaka Jayawardena
73e820b78e
Fixing code formatting issues in DataTable components.
7 years ago
amalhub
659713b593
Code formatting
7 years ago
amalhub
c0ffb02420
Code formatting
7 years ago
amalhub
90bf818fc6
Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt
7 years ago
sinthuja
470ec89fa5
Merge pull request #1030 from Megala21/migrate_application
...
Adding support for application category
7 years ago
megala21
300e7a710e
Changes according maven check style plugin
7 years ago
megala21
b32c59b840
Refactoring
7 years ago
megala21
a1806eb87e
Refactoring
7 years ago
megala21
d8ff31b628
Adding remaining changes
7 years ago
amalhub
89495d9c77
App-mgt-store Adding version name and code simplification
7 years ago
megala21
e26d859236
Adding initiail changes
7 years ago
Megala Uthayakumar
f45ba70b66
Merge pull request #1031 from sinthuja/application-mgt
...
Making the auth handler to be compatible with the store and publisher.
7 years ago
sinthuja
1a4fa74ea8
Removing the backslash in the path.
7 years ago
sinthuja
57c91bc2da
Making the auth handler to be compatible with the store and publisher.
7 years ago
megala21
0fefa094a7
Refactoring
7 years ago
megala21
7a8f3c64dc
Refactoring
7 years ago
megala21
179e34aa92
Adding support for application category
7 years ago
sinthuja
747fe5d8c2
Merge pull request #1029 from menakaj/application-mgt
...
Platform create steps and improvements.
7 years ago
Menaka Jayawardena
a37cdbdbdd
Optimized imports
7 years ago
sinthuja
418e0afca4
Updating the license header.
7 years ago
sinthuja
241392fa2c
Adding store features and adding internationalization for the User Options component.
7 years ago
sinthuja
251fba7830
Merge branch 'wso2-application-mgt' into application-mgt
7 years ago
sinthuja
4d65bb704c
Adding jaggery.conf to store.
7 years ago
sinthuja
596b25a5ab
Adding logout option.
7 years ago
Menaka Jayawardena
a526ec14e9
Removed console.logs
7 years ago
Menaka Jayawardena
4779521c56
Created platform create stepper and content.
7 years ago
Menaka Jayawardena
8488320340
Font change in Chip component.
7 years ago
Menaka Jayawardena
bf974f5377
Changed import
7 years ago
Menaka Jayawardena
ddfbf78e30
Minor changes in switch and step components.
7 years ago
Menaka Jayawardena
20b58330db
Refactored platform listing imports.
7 years ago
Menaka Jayawardena
543dd455b0
Removed unnecessary div elements.
7 years ago
Menaka Jayawardena
4a065f40c9
Modified Switch component based on Material Guidelines.
7 years ago
Menaka Jayawardena
97afd6386c
Modal footer button layout styles.
7 years ago
Menaka Jayawardena
ead3c74fe4
Added key field to data table columns and rows.
7 years ago
Menaka Jayawardena
7ec90258d5
Modified stepper based on material design specs.
7 years ago
Menaka Jayawardena
bde1f80697
Modified the Stepper footer button layout.
7 years ago
Menaka Jayawardena
71875904d3
Fixed malformed code.
7 years ago
Menaka Jayawardena
99af739f15
Stepper component created and added it to the application creation modal.
7 years ago
Menaka Jayawardena
fc44322776
Styled 'Not found' error page.
7 years ago
Menaka Jayawardena
b630410698
Changed element class names.
7 years ago
Menaka Jayawardena
0e0f6b9ff6
Fixed styling.
7 years ago
Menaka Jayawardena
bd9a54f1b7
Removed style loader for wso2 fonts from webpack.config.js
7 years ago
Menaka Jayawardena
ba5c7eb66b
Added button styling in platform cards.
7 years ago
Menaka Jayawardena
672833c583
Modified application edit url pattern.
7 years ago
Menaka Jayawardena
34b35158fb
Added i18n definition.
7 years ago
Menaka Jayawardena
c750aed454
Added application management apis.
7 years ago
sinthuja
362a2d1d32
Adding user login option.
7 years ago
sinthuja
f01f150a37
Merge branch 'wso2-application-mgt' into application-mgt
...
# Conflicts:
# .gitignore
7 years ago
sinthuja
b66ad9ab57
Adding UserOptions drop down, and adding the store ui to the pom.
7 years ago
Menaka Jayawardena
6056a433d5
Resolved Conflicts
7 years ago
Menaka Jayawardena
87aaeca85f
Restored absolute path in index.html.
7 years ago
Menaka Jayawardena
b55878d968
Added i18n definitions.
7 years ago
Menaka Jayawardena
42db66cdf7
Modified page title font and table hover background color.
7 years ago
Menaka Jayawardena
62f19e7411
Added page title.
7 years ago
Menaka Jayawardena
c34ab35e6c
Modified Chip design.
7 years ago
Menaka Jayawardena
5f430a9b0d
Removed npm-debug.log file and added to .gitignore.
7 years ago
Menaka Jayawardena
51aa5e5305
Redesigned the Platform listing based on material-design specs.
7 years ago
Menaka Jayawardena
75427e1021
Added user name to the header.
7 years ago
Menaka Jayawardena
6b944a4e9f
Added material design button styles.
7 years ago
Menaka Jayawardena
8f1c09f779
Modified Floating button based on Material Design specs.
7 years ago
Menaka Jayawardena
3c83cd9b80
Added logo component, material design button styles. Replaced logo in main page.
7 years ago
Menaka Jayawardena
da51c4b270
Fixed table rendering issue.
7 years ago
Menaka Jayawardena
8b310786b9
Fixed axios not defined issue.
7 years ago
Menaka Jayawardena
ed2af13836
Added custom application listing table.
7 years ago
Menaka Jayawardena
7f05b1820c
Modified application view with better styling.
7 years ago
Menaka Jayawardena
3cbcefe3a9
Added WSO2 Logo
7 years ago
Menaka Jayawardena
3ea10491d9
Modified platform view with better styling.
7 years ago
Menaka Jayawardena
cba4eaaedd
Added chips.
7 years ago
Menaka Jayawardena
adad9b307f
Moved CSS files back to components.
7 years ago
Menaka Jayawardena
594996b3fe
Modified Chip component based on Material Design specs.
7 years ago
Menaka Jayawardena
b3bd70ad61
Added responsive styling.
7 years ago
Menaka Jayawardena
55f3b4d0ee
Revert "Moving css files to publica foler"
...
This reverts commit f441976
7 years ago
Menaka Jayawardena
34ff40ef21
Added form validations for application create.
7 years ago
Menaka Jayawardena
7fa3c886fb
Api integration: Application Create steps.
7 years ago
Menaka Jayawardena
4cdb1fc4c9
Stepper header implementation stage 1.
7 years ago
sinthuja
fc3b32b8d8
Fixing the issue in wso2 fonts in loading the icons.
7 years ago
sinthuja
66f8472da7
Merge pull request #1024 from sinthuja/application-mgt
...
Application mgt
7 years ago
sinthuja
e57ff1d378
removing index.js from store.
7 years ago
sinthuja
816f378fda
renaming the method name.
7 years ago
sinthuja
f1aa4b69ba
Adding the server config to be read and used.
7 years ago
sinthuja
b15e532983
Fixing the store retrieve the backend details from config file.
7 years ago
megala21
813302e555
Refactoring
7 years ago
megala21
2fcf1c4e70
Refactoring
7 years ago
megala21
f417f7854e
Adding icon update
7 years ago
megala21
5c23d42de1
Adding icon support for platform
7 years ago
sinthuja
0989f1ac62
Removing unused components.
7 years ago
sinthuja
b61bb7afe2
Making the store to read the server backend configurations from config file.
7 years ago
sinthuja
6374b5d9c1
Merge branch 'wso2-application-mgt' into application-mgt
7 years ago
sinthuja
410fc69bfa
Adding changes for store.
7 years ago
amalhub
8a343fc6b1
App-mgt store device validation for install
7 years ago
sinthuja
5a09c43055
Merge pull request #1018 from Megala21/migrate_application
...
Adding platform retrieval based on tag and getting platform tags
7 years ago
megala21
48fbc40bd2
Adding platform retrieval based on tag and getting platform tags
7 years ago
sinthuja
498b2c02aa
temperory store related changes.
7 years ago
sinthuja
afb67acc70
Merge pull request #1016 from Megala21/migrate_application
...
Making the icon and other image artifacts to retuned with the getApplication request and adding constraint on max screen shot count
7 years ago
megala21
3e6c3d7f3c
Refactoring
7 years ago
megala21
ce986cb118
Adding the ApplicationManagement API to return the images with the getApplication request
7 years ago
megala21
3c76c78d76
Making the icon to be returned with the Application
7 years ago
sinthuja
0032acad36
Merge pull request #1010 from Megala21/migrate_application
...
Adding support for internationalization
7 years ago