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
megala21
1bcd1707bd
Refactoring
7 years ago
megala21
9a61cf87f5
Adding support for internationalization
7 years ago
Chathura Ekanayake
d0a52bec98
Merging with app management branch
7 years ago
megala21
f441976c3d
Moving css files to publica foler
7 years ago
sinthuja
c0609887b6
Merge pull request #1001 from menakaj/application-mgt
...
WSO2 Font integration and Custom components.
7 years ago
Menaka Jayawardena
cec54c3dc0
Changes as per the code review.
7 years ago
Menaka Jayawardena
426dea0afc
Moved internal CSS files to a single common CSS and imported in index.html.
7 years ago
Menaka Jayawardena
f7d6bbd639
Layout modifications.
7 years ago
Menaka Jayawardena
4a09b41434
Stage 1: Added material design colors and WSO2 fonts.
7 years ago
Menaka Jayawardena
da146bfb07
Created Floating action button component.
7 years ago
Menaka Jayawardena
e0bb4c8523
Integrated WSO2 Font package.
7 years ago
Megala Uthayakumar
3ce30dd294
Merge pull request #983 from menakaj/application-mgt
...
Removed unwanted dependencies.
7 years ago
Menaka Jayawardena
de43164c9e
Removed unwanted dependencies.
7 years ago
Megala Uthayakumar
e1a948b424
Merge pull request #974 from menakaj/application-mgt
...
Reactstrap migration.
7 years ago
Menaka Jayawardena
a64a32f0c3
Changes as per the code review.
7 years ago
Chathura Ekanayake
00e3ac8251
implementing appmanager subscriptions
7 years ago
Pasindu
0fc1d360af
Remove unused SQL String
7 years ago
Pasindu
5f4c0ce9a6
Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into appm
7 years ago
Pasindu
c9bdceafb5
Adding Platform TAG functionalities
7 years ago
Menaka Jayawardena
60310d3ca1
Created custom components for image button, notification view and notification item.
7 years ago
Menaka Jayawardena
8ee0bd0404
Created Application View Component with styles.
7 years ago
Menaka Jayawardena
5ba211191f
Release and Edit application components.
7 years ago
Menaka Jayawardena
828bb316f6
Package refactoring and adding release app component.
7 years ago
Menaka Jayawardena
db5d71b9a7
Integrated reactstrap components for base and app-create.
7 years ago
megala21
0264c6c533
Fixing build failure
7 years ago
Menaka Jayawardena
52f9a0ad1e
Restored the camel case text.
7 years ago
Menaka Jayawardena
b9721845d8
Changed to camel case text.
7 years ago
megala21
1825f59ea1
Fixing the pom
7 years ago
megala21
a1a68ff563
Refactoring
7 years ago
megala21
324147b939
Reverting the changes to scss files
7 years ago
megala21
48023c5d8b
Changing the image return to be a base6 format
7 years ago
sinthuja
034fe9313e
Merge pull request #963 from menakaj/application-mgt
...
Application Management Publisher UI
7 years ago
Menaka Jayawardena
a582997c80
Changed to camel case text.
7 years ago
Menaka Jayawardena
9619371cab
Removed inline styling and fixed multiple form submit.
7 years ago
sinthuja
d71e58b723
Cleaning and removing the themes package usage.
7 years ago
sinthuja
59d9973200
Removing the unnecessary file.
7 years ago
sinthuja
acb74c5cb9
Adding missing files to the source.
7 years ago
sinthuja
2f726c674d
Updating to have the parent state only.
7 years ago
Menaka Jayawardena
133dc55a23
Code reformatting and styling.
7 years ago
Menaka Jayawardena
4bbfa33534
Api integration stage 3: Defined apis for application and platform.
7 years ago
Menaka Jayawardena
2b6f9a9e2c
Api integration stage 2: Create and retrieve apps and platforms.
7 years ago
Menaka Jayawardena
a4e342ed08
Created Authentication Handler API for Application Management.
7 years ago
Menaka Jayawardena
7ff5823e6d
Authentication handling initial impl and code formatting according to https://github.com/airbnb/javascript/tree/master/react#basic-rules .
7 years ago
Menaka Jayawardena
b3d2abf99e
Added tags to platform create page and basic backend integration api implementation.
7 years ago
sinthuja
d04777a1e6
Merge branch 'wso2-application-mgt' into application-mgt
7 years ago
sinthuja
3496c9c7b0
Removing the unnecessary feature zip bundling from component.
7 years ago
sinthuja
4a880a9715
Adding login page redirection.
7 years ago
sinthuja
549e71317a
Merge pull request #959 from Megala21/appm_new
...
Adding the flexibility to change the css files
7 years ago
megala21
c2789ff9be
Moving the theme loading method to a common place
7 years ago
sinthuja
9f759f8aee
Adding some fixes with login page.
7 years ago
megala21
e5ca86cc66
Renaming variables and adding comment
7 years ago
megala21
237f4cbc6c
Refactoring
7 years ago
megala21
d2d56a3dac
Refactoring
7 years ago
megala21
aae017d6f4
Moving the css files to public folder
7 years ago
sinthuja
591962c2fd
Adding the first cut of base UI.
7 years ago
megala21
8f3d11fa0e
refactoring theming support
7 years ago
amalhub
81f427f34f
App-mgt store removing device type specific impl
7 years ago
megala21
5614914efa
Refactoring the files
7 years ago
megala21
9c490d1989
Adding the flexibility to change the css files
7 years ago
amalhub
8186f6754e
App-mgt store code refactors
7 years ago
amalhub
5beb2b21d7
Adding App-Mgt store implementations
7 years ago
amalhub
137d970fc7
App-mgt store response refactor
7 years ago
amalhub
ae80bd8ba8
App-mgt store mapping validation
7 years ago
amalhub
83f300ae2d
Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt
7 years ago
amalhub
1e191cdf8b
Adding Device-Application mapping implementation
7 years ago
megala21
6e1a48f084
Modify theme support
7 years ago
megala21
4df7431575
Refactoring
7 years ago
megala21
7a08f421b1
Adding support for custom theming
7 years ago
Megala Uthayakumar
56ce03927b
Merge pull request #954 from menakaj/application-mgt
...
Publisher UI modifications.
7 years ago
Menaka Jayawardena
a2e2abc7db
Changes as per the React development guidelines. (Changed the file extensions to JSX)
7 years ago
sinthuja
9ea3be060e
Fixing the NPE in the application toString operation.
7 years ago
sinthuja
692ed6aa59
Adding some more validations fot the application management.
7 years ago
Menaka Jayawardena
b70bf91f3a
Added form validation and image visualization to application and platform create. Removed hash router and used browser router.
7 years ago
Menaka Jayawardena
89b4e6dc10
Application search feature for data table. Basic stage.
7 years ago
Menaka Jayawardena
e32b6d167c
Added missing key attributes to the table rows.
7 years ago
Menaka Jayawardena
9ce111b724
Fixed application listing and form formatting.
7 years ago
Menaka Jayawardena
0746c2f66c
Fixed platform create and platform listing components.
7 years ago
Menaka Jayawardena
c389a5ec50
Added extra features to data table.
7 years ago
Menaka Jayawardena
39925efacf
Created the application listing and platform create components.
7 years ago
Menaka Jayawardena
61befd5a3b
Created the DataTable component.
7 years ago
Menaka Jayawardena
94f126688e
Removed Overview section.
7 years ago
Menaka Jayawardena
319d844972
Added prop types and started creating the data table component.
7 years ago
sinthuja
9656b9b747
Fixing the error reported by check styles plugin.
7 years ago
sinthuja
783ead216e
Merge branch 'wso2-application-mgt' into application-mgt
...
# Conflicts:
# components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/main/java/org/wso2/carbon/device/application/mgt/core/dao/impl/application/GenericApplicationDAOImpl.java
7 years ago
sinthuja
ace4d8d42d
Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt
...
# Conflicts:
# components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/main/java/org/wso2/carbon/device/application/mgt/core/dao/impl/application/GenericApplicationDAOImpl.java
7 years ago
megala21
7fc37d665e
Adding oracle support to application and application release
7 years ago
sinthuja
2d4de10c6c
Adding some fixes for the application management and visibility management.
7 years ago
sinthuja
887675fda2
Committing first cut of modifications to the visibility manager.
7 years ago
sinthuja
78f8507bf3
Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt
7 years ago
sinthuja
bc074ccf59
Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt
7 years ago
amalhub
f4a3eb4601
App-mgt store impl refactoring
7 years ago
amalhub
ee76f6cb0f
Adding app-mgt store interface methods and implementations
7 years ago
amalhub
e54ab93d15
Merge branch 'application-mgt' of https://github.com/wso2/carbon-device-mgt into application-mgt
7 years ago
megala21
5278fa88bf
Adding postgresql database support for application and applicaion release
7 years ago
sinthuja
c04e4d3c42
Committing initial refactoring for visibility change.
7 years ago
megala21
9c31b93937
Fixing minor issues
7 years ago
amalhub
c145b77158
Implimenting API classes for App-mgt Store
7 years ago
Megala Uthayakumar
c10f4e3587
Merge pull request #913 from Megala21/appm_new
...
Fixing some tenant related issues in Application Management and some improvements
7 years ago
megala21
053008932d
Minor fixes to mysql script and refactoring
7 years ago
megala21
17c23b9674
Fixing some issues
7 years ago
Megala Uthayakumar
9460c4fb63
Merge pull request #902 from menakaj/application-mgt
...
App Publisher UI : Basic Layout.
7 years ago
Menaka Jayawardena
dc2aa386bf
Fixed license header and removed empty tags.
7 years ago
megala21
884511fd68
Fixing issues for mysql database and adding CRUD operations to application release
7 years ago
Menaka Jayawardena
cbc061f739
Changes as per the comments.
7 years ago
megala21
7fd7fbb30e
Adding refactoring as per maven checkstyle plugin
7 years ago
Menaka Jayawardena
4d16d73b23
Created the Step 2 and 3 basic forms. Code Formatting.
7 years ago
Menaka Jayawardena
d2705b1427
Added the stepper and App creation first step.
7 years ago
megala21
5a8bf10d5a
Adding Artifacts download APIS
7 years ago
megala21
f5feb897f9
Adding initial application release related artifacts
7 years ago
Menaka Jayawardena
c7c0f62ca2
The base layout completed.
7 years ago
Menaka Jayawardena
44737750b8
Created the login page.
7 years ago
Menaka Jayawardena
03b6faa7c2
Created the project file structure.
7 years ago
Menaka Jayawardena
72f0e195b7
Created basic directory structure
7 years ago
Menaka Jayawardena
d948d85bbb
App Publisher React application. Initial Commit.
7 years ago
megala21
c428cf1067
Refactoring
7 years ago
megala21
9ec12587c7
Fixing issues with Application Management with mysql
7 years ago
megala21
41fa1cb524
Adding fixed life-cyle related operations for application
7 years ago
megala21
6e912fccfc
Adding initial fixes for lifecycle state
7 years ago
Chathura Ekanayake
9f76f51ee0
lifecycle management changes
7 years ago
Chathura Ekanayake
3f279918eb
merging platform management
7 years ago
Chathura Ekanayake
071e45129d
implementing application lifecycle management
7 years ago
megala21
8dc7e2786d
Adding javadoc comments
7 years ago
megala21
1ab9807dbd
Adding postgre mssql database supports for PlatformManagement
7 years ago
megala21
612905bc5f
Adding oracle scripts and impl for PlatformManagement
7 years ago
megala21
ec0be0183e
Re-structuring and adding changes after testing
7 years ago
megala21
9bc069a957
Adding Axis2Oberserver and improving the databse queries
7 years ago
megala21
2ab43c89ac
Merge remote-tracking branch 'upstream/application-mgt' into appm_new
7 years ago
megala21
7d191d63c5
Fixing minor issues in PlatformDeployment
7 years ago
megala21
eda5b5909c
Adding platform removal
7 years ago
Chathura Ekanayake
6605c1372b
improvements to database transaction handling and implementing application delete.
7 years ago
megala21
f16b03ffee
Fixing minor issues in closing the database statements and resultsets
7 years ago
megala21
e79c9b4919
Fixing minor issues with database queries
7 years ago
megala21
b1fc0fcfdb
Fixing minor issues related with platform
7 years ago
megala21
55484be24b
Added the datasourceService
7 years ago
megala21
64cfee3822
Reverting the change
7 years ago
megala21
7b5b504f5f
Reverting the cahnges to API name
7 years ago
megala21
9845855099
Changing the check style plugin
7 years ago
megala21
8f42786749
Resolving merge conflicts
7 years ago
Chathura Ekanayake
28f1ecfb5b
Implementing application operations for app management
7 years ago
megala21
4140e212d7
Adding Maven Code style check
7 years ago
megala21
f3bca0f88c
Merging with master
7 years ago
Chatura Dilan
5811eb6a9e
removed externsions from api
7 years ago
Chatura Dilan
10f1158c45
Refactor code
7 years ago
Chatura Dilan
d3f87a30ed
Refactor edit apps functionality
7 years ago
Chatura Dilan
58eab35123
Merge branch 'application-mgt' of github.com:wso2/carbon-device-mgt into application-mgt
8 years ago
Chatura Dilan
6d6aa50b2a
Added functionailty to update app
8 years ago
sinthuja
fe3325ebf2
Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt
...
# Conflicts:
# components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/main/java/org/wso2/carbon/device/application/mgt/core/dao/PlatformDAO.java
# components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/main/java/org/wso2/carbon/device/application/mgt/core/dao/impl/platform/GenericPlatformDAOImpl.java
8 years ago
sinthuja
e5704ac05d
Using the platformManger service instead of using the DAO.
8 years ago
sinthuja
a7569456ce
fixing the build issue due to removing the method in platform manager.
8 years ago
sinthuja
59f43886cf
Adding the update platform API.
8 years ago
Chatura Dilan
d7b784b073
Removed published from platforms
8 years ago
Chatura Dilan
ac871fdbce
Fixed exception class to PlatformDAOException
8 years ago
Chatura Dilan
52b2739bee
Refactoring DAOs
8 years ago
Chatura Dilan
6a18d7ab4c
Fixed conflicts
8 years ago
Chatura Dilan
2b0ae8c5a4
Added creating app functionality
8 years ago
sinthuja
6020b3fb65
Adding platform manager first API.
8 years ago
sinthuja
fe26352ec9
Adding platform manager first API.
8 years ago
sinthuja
b183ec3e89
Merge remote-tracking branch 'wso2/application-mgt' into wso2-application-mgt
8 years ago
sinthuja
41def8fe76
Adding first cut of platform manager capabilities.
8 years ago
Chatura Dilan
352c881c24
Refactor code
8 years ago
Chatura Dilan
b25f14668e
Fixed issue in Lifecycle class
8 years ago
sinthuja
8d6e4cfa01
Fixing issues in resolving the configuration resolving.
8 years ago
sinthuja
fd18ab711c
Fixing issues in resolving the configuration resolving.
8 years ago
sinthuja
242cf06f42
Refactoring the APP manager code, second phase.
8 years ago
sinthuja
810c0383a8
Fixing the compilation failure issues.
8 years ago
sinthuja
d882a05833
Reverting back to runtime exceptions.
8 years ago
sinthuja
dd6e70ce86
First cut of refactoring the code.
8 years ago
Chatura Dilan
9343032c88
Changes to App Management Externsions Framework
8 years ago
Chatura Dilan
c89491b93e
Changes to schema
8 years ago
Chatura Dilan
23ea67deb1
Fixes for filter properties
8 years ago
Chatura Dilan
69ace64091
Refactoring services classes
8 years ago
Chatura Dilan
43ef32b37c
Refactor services
8 years ago
Harshan Liyanage
d5ba266583
Fixed H2 database issue in App-Mgr.
8 years ago
Harshan Liyanage
0d3598d214
Refactored Application-Mgt DAO layer.
8 years ago
Harshan Liyanage
6abd289cc6
Removed unnecessary packages for application-mgt core.
8 years ago
Harshan Liyanage
9dde786705
Refactored Application-Mgt Database access layer.
8 years ago
Harshan Liyanage
2c1500818d
Refactored Application Mgt DTO layer.
8 years ago
Chatura Dilan
34366f4e78
Merge branch 'application-mgt' of github.com:wso2/carbon-device-mgt into application-mgt
8 years ago
Harshan Liyanage
8b32cf9f09
Added Security filter configs.
8 years ago
Harshan Liyanage
5361ad2025
Refactored Application-Mgt code.
8 years ago
Chatura Dilan
c957894acb
Merge branch 'application-mgt' of github.com:wso2/carbon-device-mgt into application-mgt
8 years ago
Harshan Liyanage
84c6443971
Fixed build issues.
8 years ago
Chatura Dilan
baed4318b5
Added properties to platform and subscription
8 years ago
Harshan Liyanage
04d1082b4e
Resolved conflicts.
8 years ago
Harshan Liyanage
2128c3f13e
Added application-mgt UI feature
8 years ago
Chatura Dilan
954cb3e195
Fixed the issue in the insterface ApplicationManagementAPI
8 years ago
Chatura Dilan
0d68322bb7
Fixing issues in db fileds
8 years ago
Chatura Dilan
b548094862
fixed API version
8 years ago
Chatura Dilan
5d8b8ab697
Added DAOs
8 years ago
Chatura Dilan
f09905a2ec
Changes to DB queries
8 years ago
Harshan Liyanage
ff211708a1
Added application-mgt features.
8 years ago
Harshan Liyanage
aba2ffec63
Removed unnecessary test suites.
8 years ago
Harshan Liyanage
a15b179d49
Added testng files
8 years ago
Chatura Dilan
76342ee7e3
Added filiter to app list
8 years ago
Chatura Dilan
9d5e912d11
Added MySQL DAO
8 years ago
Chatura Dilan
493de22d85
Added Response DTO
8 years ago
Chatura Dilan
ec78984cca
Fixes for Error handling
8 years ago
Chatura Dilan
29bd1283d0
Initialize application management DAOs
8 years ago
Chatura Dilan
b808fa02ae
Added aplication management component
8 years ago
Chatura Dilan
c6263ae22d
Added filiter to app list
8 years ago