Commit Graph

742 Commits (1826c9ee497c115a231cf9ba0c9b8bf03bd27e97)

Author SHA1 Message Date
prabathabey 8d348a358c Committing initial version of supporting device life cycle management
9 years ago
harshanl 952db0183d Moved updateApplicationListOfDevice method to DeviceMgtService
9 years ago
Dilshan Edirisuriya 8c59d82708 Making serializable
9 years ago
harshanl 20a9d1222f Added a method to retrieve list of applications installed on a device
9 years ago
manoj d30048d94d change properties
9 years ago
manoj 65b1ea70ab Add properties to store mobile app specific meta data
9 years ago
manoj 567f78abb6 Add additional fields to load device
9 years ago
prabathabey d28de90679 Fixing an invalid database table name used in DeviceDAOImpl
9 years ago
manoj f3dd402e4b Set device status to active when poll operations
9 years ago
manoj 6263a550ff Set device enrolment status
9 years ago
manoj 65620a7389 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
manoj 83698e7a99 AppList update for device
9 years ago
manoj 1aa22b29c5 AppList update for device
9 years ago
manoj 4510a954a5 AppList update for device
9 years ago
prabathabey 1dd9134e5d Fixing poms to remove device.mgt.user.* dependencies
9 years ago
prabathabey 22bf894d45 Removing the redundant user-mgt component, which has been there as part of carbon-device-mgt repository
9 years ago
manoj 78ee8e334f Remove app list update method from app manager interface
9 years ago
manoj 6f2c51ee36 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
manoj 82cbbef83b Application list saving method and device operation response saving
9 years ago
prabathabey 60ee259b2b Fixing DeviceDAOs to associate tenant id to filter out tenant specific resources
9 years ago
manoj 0e18ebcf4e Synchronize plugin register
9 years ago
manoj aa8de8cb23 Add all registerd devices to newly registerd plugin listner
9 years ago
manoj 7497a1d033 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
manoj 856fea3455 fix instansiating of device provider serviceImpl with empty plugin repo
9 years ago
prabathabey c0cbc59a03 Code cleanup
9 years ago
prabathabey a2dc916fd0 Fixing issues in plugin initialization as a result of certain plugins getting initialized after the device management component is done getting configured
9 years ago
prabathabey 2526d87c21 Introducing a separate bean to carry all enrolment data
9 years ago
prabathabey 60960d80b4 More code cleanups
9 years ago
prabathabey c13975191e Code cleanup
9 years ago
manoj 0de6ff09e7 Change get device by name query
9 years ago
manoj 21ea3a4428 change device type query
9 years ago
manoj 651cfdc6cb Check if pending operations empty
9 years ago
manoj 61ebf6beb4 Remove status field from get next operations query
9 years ago
manoj 6a1cf1b3f8 Remove status field from get next operations query
9 years ago
Dulitha Wijewantha 34a8641582 * Added update device implementation
9 years ago
manoj 05a3244040 Add payload to policy operation
9 years ago
manoj 0f7df72167 Cast to operation type in dto convertion
9 years ago
manoj 245d3706a2 Invoke policy operation dao
9 years ago
manoj e948075bc5 Invoke policy operation dao
9 years ago
manoj 6188878340 Add operation code for policy operation
9 years ago
manoj a4e6b02e60 Add operation type for policy operation
9 years ago
manoj 14c6773b57 Fetch device according to the device identifier
9 years ago
manoj 39b85a3b44 update operation status
9 years ago
manoj 0ed9c46a64 set operation status
9 years ago
manoj f68c7133cf Check null before close connection
9 years ago
manoj 3dcb42ee64 fix connection close issue while call super getOperation method inside loop
9 years ago
manoj 9f592f8a33 fix operation id field issue
9 years ago
manoj 3c99c9ec2c Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
manoj 7fb3a594b8 Instansiate Policy DAO in operations dao factory
9 years ago
prabathabey 6c6f644892 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
prabathabey de9b17f41f Modifying Device bean definition
9 years ago
manoj f8fbbdb467 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
manoj d15f19dab2 correct sql ambiguos selection of operation id
9 years ago
prabathabey cdcba23021 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
prabathabey 72e940b523 Code cleanup
9 years ago
manoj e2ef2504a9 Y
9 years ago
prabathabey d444f4ce0c Adding an interface method to DeviceManager.java to support claimable devices
9 years ago
manoj 54c776000f Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into release-1.0.0
9 years ago
manoj c3805364c9 Refractor Operations to handle Policy Operations and remove joins
9 years ago
manoj 917c0cf965 Refractor Operations to handle Policy Operations and remove joins
9 years ago
mharindu 3d549701a4 Fixed query issue in function getDevicesByName
9 years ago
mharindu de8914fdcb Added a function to retrieve device list from device name
9 years ago
manoj f2c33f9421 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
manoj cfe9bd5f9f Email format
9 years ago
dilanua 851fb35554 Updated DeviceTypeDAOImpl.java
9 years ago
mharindu ffaccbe371 Refactored policy
9 years ago
manoj 48a2062f64 Add operations for effective policy
9 years ago
mharindu 39ae880972 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
mharindu 89d0fa0894 Implemented device count and policy count
9 years ago
manoj acdf6021a7 Policy related operations
9 years ago
manoj 85df7ca9a0 Policy related operations
9 years ago
mharindu 3d69503e96 Merged
10 years ago
mharindu 048c175fda Fixed issue of get device info function
10 years ago
Milan Perera c068ac88de Update DeviceManagementServiceImpl.java
10 years ago
Milan Perera 7d3bf84d9f Update DeviceManagementServiceProviderImpl.java
10 years ago
Milan Perera 8f00128ab1 Update DeviceManager.java
10 years ago
mharindu 40feabb9df Fixed bug in device disenrollment
10 years ago
mharindu 847eb073b9 Refactored device info
10 years ago
mharindu ead4d3be69 Refactored device info
10 years ago
manoj f25dc65b54 Refractor device mgt user core service
10 years ago
manoj c918622cc6 Refractor Email service and change user server feature name
10 years ago
mharindu 6b84d65e29 Refactored updateDeviceInfo function
10 years ago
manoj 6c80688af2 Remove app list from device info update service
10 years ago
mharindu 0f3a981367 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj 2d5d0bb4f8 Install APP service
10 years ago
manoj 94fbb56f06 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj 3589804ede Installation APP service
10 years ago
harshanl db2065435b Added getAllDevicesOfUser and getAllDevicesOfRole methods with user feature
10 years ago
mharindu c892c0b783 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj 1b1b66fc29 Handle DB close within rollback transaction
10 years ago
manoj f4b8e4bb74 Remove delete device type from DB when un register plugin
10 years ago
mharindu aeb9c6e5aa Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj a774bc89aa Device Type not present in DB, return null instead of dummy object
10 years ago
mharindu 937530087d Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
mharindu f83897708c Merged
10 years ago
manoj bf62561b00 Change Next operations method to accept parameter device id
10 years ago
manoj 9b5f6bc171 Change next operations to join profile operations
10 years ago
manoj 76c697453e Change platforms to lower case
10 years ago
manoj 3f78271847 Refractor application bean
10 years ago
manoj 58a7964b34 Refractor Application bean
10 years ago
manoj 3df761bba6 Refractor Application bean
10 years ago
manoj 696ab3554c Refractor Application bean
10 years ago
manoj 6c452433de Correct copy right text
10 years ago
manoj 9cf2d33c59 Correct copy right text
10 years ago
Prabath Abeysekara 00e8076a9d Merge pull request #7 from milanperera/master
10 years ago
geethkokila 73b185e1e6 Removing feature implementation from the policy, adding criteria based policy
10 years ago
manoj 60f50a9242 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj 3a7c4b77b8 APP Manager Integration
10 years ago
manoj 2ae89bef59 APP Manager Integration
10 years ago
Milan Perera d86a5ccc4a Fixed a bug in update Operation
10 years ago
Milan Perera 47183e12f2 Update ConfigOperation.java
10 years ago
mharindu 3dda515add Fixed a bug in add operation function
10 years ago
manoj 2d5f8fe937 Refractor Operations Mgt
10 years ago
manoj 5a4e4ec4a0 Operations Refractor
10 years ago
manoj 4f4240f176 Operations Refractor
10 years ago
manoj d0b553d26a Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj a46aff84fd fetch command operation enable property
10 years ago
DilanUA aabe9afff5 Updated back-end email notification functionality
10 years ago
manoj 42c368934b Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj bc10bf9257 Fix operations sql changing column names operation details
10 years ago
Dulitha Wijewantha f558357c2a Fixed syntax issues due to spacing
10 years ago
DilanUA 625ad6d1dc Fixed some possible NPE issues in DeviceManagementServiceProviderImpl.java
10 years ago
manoj 79444e951a Change User registration mail
10 years ago
manoj 382b876f7f User Registration email
10 years ago
manoj d81ca8c194 User registration email
10 years ago
manoj 20463cca57 User registration email configurations
10 years ago
manoj 932cb003da Refactor operations
10 years ago
manoj 4aac14b3d1 Refactor Operations
10 years ago
manoj 41edb530bc Refactor Operations
10 years ago
manoj 21782b0714 Check operation status as pending for next operations
10 years ago
manoj 32db7a1011 Check operation status as pending for next operations
10 years ago
manoj 2e051d8df5 Refactor operations mgt connection handling
10 years ago
Dilshan Edirisuriya 8daf620b0c Setting payload method refactoring
10 years ago
manoj 749f2b782e Change blob read method
10 years ago
manoj 45d6c08773 Remove connection from thread local at close
10 years ago
manoj 8e4c181446 Get profile operations from nect operations method
10 years ago
manoj f93d710d8e For operation is profile operation get Next operations from profile operation DAO
10 years ago
manoj eb500658f2 Move payload property to operation object
10 years ago
manoj 1c80fcd124 Remove paylooad property from Operation
10 years ago
manoj 0f55d86b08 Update Operations Begin transactions before update DB
10 years ago
manoj fc5be1d059 Update operation rollback and commit
10 years ago
manoj 416ef5a745 Update Operation manager implementation
10 years ago
manoj 4a9a27ab7e Refactor operation DAO methods.Add connection close util method
10 years ago
manoj 32b86c7ff1 ADD Operation Code to core operation table
10 years ago
manoj cf247128b3 init operation mgt data connection
10 years ago
manoj a32e811183 Update operation DAO implementation
10 years ago
manoj 71713d4baf Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj 465f421aa8 Update operation method DAO implementation
10 years ago
prabathabey bf88170668 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
prabathabey 97a303e495 Temporarily disabling schema enforcement upon reading configuration files
10 years ago
manoj 4312d528dd Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj a4b83a4737 Implement operation DAO get next operation method
10 years ago
prabathabey 7b99fb5f9d Adding simple policy processing engine implementation together with some oauth extension implementation to support dynamic client authentication
10 years ago
prabathabey 93b88828cc Refactoring Device management related configuration file intialization process to associate appropriate schemas corresponding to each of the said configs
10 years ago
manoj 85b1d4c7d1 Add payload type to profile operation table
10 years ago
manoj 0267c8cb1c Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj 80bf3640f6 Change operation status to varchar
10 years ago
Dilshan Edirisuriya 52b48f3223 Reading from enum
10 years ago
Dilshan Edirisuriya 4198764cb2 Implementing services
10 years ago
manoj e1b2e40847 Set profile operation DAO for profile operations
10 years ago
manoj 7cf5460fe6 Set profile operation DAO for profile operations
10 years ago
prabathabey befb9cc711 Extending operation management implementation to support getPendingOperations() and getOperations() functionalities
10 years ago
prabathabey 0583695338 Fixing improper API name getting displayed when an API is republished
10 years ago
prabathabey 36dea72e02 Fixing API publishing related issues
10 years ago
prabathabey 5d02746a5e Fixing API publishing related issues
10 years ago
prabathabey 2b26ad08c2 Adding an info log to indicate the success of publishing a given API
10 years ago
prabathabey add470c483 Fixing AppManager connector initialization issue at server start up and adding support for retrieving the complete operation list for a given device
10 years ago
prabathabey 5f7e4306de Adding support to retrieve the next available operation to be installed
10 years ago
prabathabey e6d74ac9b4 Cleaning up app manager connector implementation
10 years ago
prabathabey 14e7be6146 Extending operation management functionality to support Profile operations
10 years ago
prabathabey 365d5a4c73 Committing changes to Operation bean
10 years ago
harshanL a6363348b5 Fixed getFeatureManager method
10 years ago
prabathabey 1f587bddf8 Code cleanup
10 years ago
prabathabey 8ac5cb47a7 Code cleanup
10 years ago
prabathabey 103a83d425 Adding the remaining interface methods that are required to support the complete set of operation management related tasks
10 years ago
prabathabey 0d5c80c80b More code cleanups
10 years ago
prabathabey 98e1d5b1ec Mode code cleanups
10 years ago
prabathabey 92198a40c0 More code cleanups
10 years ago
prabathabey 1a1700d219 Code cleanup
10 years ago
manoj 9a1ffa6ab7 Add listner to Data source service
10 years ago
manoj 105bc2c6cf Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj bee82d40e2 Add payload parameter to update operation
10 years ago
prabathabey dd03eafe9d Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
prabathabey 8f83027e74 Making plugin registration deferred till the core completely registered
10 years ago
manoj 9b665eaddb Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj e3acecd5a0 Create databases for plugins
10 years ago
inosh-perera 2002c92032 adding existing API check before publishing
10 years ago
manoj 7e0f4a4b2f Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
prabathabey a0571dd310 Fixing API endpoint not getting properly added when the APIs are registered
10 years ago
manoj ab08b835f4 Create plugin level databases
10 years ago
prabathabey 7c39871feb Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
prabathabey 2cef474281 Adding deactivate method into the service component
10 years ago
inosh-perera 504099a2c4 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
inosh-perera 4a061e7be2 adding App management integeration related code
10 years ago
prabathabey bcc1cad6e5 Merging Webapp authenticator framework implementation
10 years ago
prabathabey 3070488adf Fixing Pom issues
10 years ago
manoj fee9fbad7d Refactor Email Functionality
10 years ago
manoj 55d57f6577 Refactor email functionality
10 years ago
manoj ee6c067398 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
Dulitha Wijewantha 6d7f6767b5 * Implemented the OperationManager’s mapping of device and operation
10 years ago
manoj d7aa86cc0b Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj 3e51415a64 Refactor Email functionality
10 years ago
manoj 03b4f41a2e Refactor Email functionality
10 years ago
prabathabey c40af0de7a Moving API registration bits to device.mgt.core
10 years ago
prabathabey fc80514d74 Resolving merge conflicts
10 years ago
manoj 0a824d9644 Format enrol email message
10 years ago
prabathabey d71ea209c2 Code cleanup
10 years ago
manoj 7dfd3f0dd2 Improve email message format
10 years ago
manoj e6d0d3fd00 Email format
10 years ago
manoj a458c71789 Email format
10 years ago
prabathabey 8b3d8b74bf Fixing more feature management related changes
10 years ago
prabathabey 80908bac1e Adding feature manager related changes
10 years ago
manoj 28a00cd21c Email functionality
10 years ago
manoj 7c0ca194a1 Email functionality
10 years ago
manoj 78959f0cfb user management
10 years ago
prabathabey 61073f0a4b Committing operation management improvements
10 years ago
prabathabey 0e598aad59 Improving operation management implementation
10 years ago
manoj d790d343a9 Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
10 years ago
manoj b2d8f3f7f5 Email Management
10 years ago
manoj 34ad4a63a2 Email management
10 years ago
Dulitha Wijewantha fc86ccd86d * Setup the datasource for the operation manager dao factory
10 years ago
Dulitha Wijewantha 4600968d60 * Re-added the method to convert a Device Property list to a Map
10 years ago
prabathabey 4638d25ff1 Code cleanup
10 years ago
manoj 58337a986d Email functionality
10 years ago
manoj e7d165d3b9 Email sending
10 years ago
manoj 232ef4bd90 merge with master
10 years ago
manoj a41c1421e9 User list
10 years ago
prabathabey 19fbc11642 Restructuring the sources
10 years ago
prabathabey 3219a7cc41 Restructuring source code to be able to make it more maintenable
10 years ago
prabathabey 7056b01d18 Fixing more build issues
10 years ago
prabathabey d5127f6874 Code cleanup and fixing build failures
10 years ago
prabathabey 3fb61d9c8b Resolving more merge conflicts
10 years ago
prabathabey 8b5f491d69 Fixing merge conflicts
10 years ago
prabathabey 31b931537f Adding operation and license management implementations
10 years ago
prabathabey 8662eb36e4 Adding operation manager related changes
10 years ago
inosh-perera 4754da70be get all devices when the username is provided
10 years ago
Geeth Munasinghe ac2fa547d4 [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe 28a1bd9fde [maven-release-plugin] prepare release v0.9.1
10 years ago
Geeth Munasinghe 1a550269f1 Changing the version to 0.9.1-SNAPSHOT
10 years ago
Geeth Munasinghe 835207a13d [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe 7933271193 [maven-release-plugin] prepare release v0.9.1
10 years ago
harshanL 021c27666c Removed governance dependencies
10 years ago
prabathabey b52f8d8697 Making LicenseManagement OSGi service use the existing LicenseManagerImpl
10 years ago
prabathabey 916760275f Refactoring license management implementation
10 years ago
prabathabey 9ad8d6eab9 Refactoring License management functionality
10 years ago
prabathabey a9a0ac5899 Fixing merge conflicts
10 years ago
prabathabey 8db95a349d Improving License handling functionality
10 years ago
manoj cd3913d43d Remove Date Adaptor class
10 years ago
manoj 4d87e3f605 remove xml data adaptor
10 years ago
harshanL 1736d5db3e CDMF-8 fixes
10 years ago
harshanL 98ac04479d CDMF-6 fix
10 years ago
Geeth Munasinghe 05cee229d3 [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe ba12c63636 [maven-release-plugin] prepare release carbon-devicemgt-0.9.0-M2
10 years ago
Geeth Munasinghe 68f5cf6400 [maven-release-plugin] rollback the release of carbon-devicemgt-0.9.0-M2
10 years ago
Geeth Munasinghe f0511a0b01 [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe 5f72231731 [maven-release-plugin] prepare release carbon-devicemgt-0.9.0-M2
10 years ago
Geeth Munasinghe 13692f6355 [maven-release-plugin] rollback the release of carbon-devicemgt-0.9.0-M2
10 years ago
Geeth Munasinghe 3dd38392b1 [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe c6d993cee8 [maven-release-plugin] prepare release carbon-devicemgt-0.9.0-M2
10 years ago
Geeth Munasinghe 81d6a238c7 Changing the version to 0.9.0 and fixing some issues on poms
10 years ago
Geeth Munasinghe f494143351 Separating the components from the product-cdm repository, all the commits will be survived.
10 years ago
Geeth Munasinghe fb3e40bc2f Merge branch 'master' of https://github.com/wso2/product-cdm
10 years ago
Geeth Munasinghe 8c5fd85484 Changing the version to 1.0.0-SNAPSHOT
10 years ago
Geeth Munasinghe 0fd9875342 [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe ab92119231 [maven-release-plugin] prepare release wso2cdm-1.0.0-M2
10 years ago
Geeth Munasinghe 3e8591cccd Fixing issues in the pom for release purposes
10 years ago
Geeth Munasinghe c3b26b3f1c [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe 12e49a0b1a [maven-release-plugin] prepare release wso2cdm-1.0.0-M2
10 years ago
Geeth Munasinghe 4c30dfb9d8 [maven-release-plugin] rollback the release of wso2cdm-1.0.0-M2
10 years ago
Geeth Munasinghe aad4c8d244 [maven-release-plugin] prepare release wso2cdm-1.0.0-M2
10 years ago
manoj 815dc00344 Merge branch 'master' of https://github.com/wso2/product-cdm
10 years ago
manoj 4b81d04320 License Managment refactor
10 years ago
Geeth Munasinghe 17acce9458 [maven-release-plugin] rollback the release of wso2cdm-1.0.0-M2
10 years ago
Geeth Munasinghe 5254511f5e [maven-release-plugin] prepare release wso2cdm-1.0.0-M2
10 years ago
Geeth Munasinghe 84fbde538e Fixing pom issues for release works
10 years ago
Geeth Munasinghe c88ac79541 [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe 8482d4cf27 [maven-release-plugin] prepare release wso2cdm-1.0.0-M2
10 years ago
Geeth Munasinghe f67eee625a Changing the version to 1.0.0-SNAPSHOT
10 years ago
Geeth Munasinghe da9443a065 [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe 7418cb8d4d [maven-release-plugin] prepare release 1.1.0
10 years ago
Geeth Munasinghe 1942fd68b1 [maven-release-plugin] rollback the release of wso2cdm-parent-1.0.0
10 years ago
Geeth Munasinghe ae4e56c9d6 [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe d57c56e36d [maven-release-plugin] prepare release wso2cdm-parent-1.0.0
10 years ago
Geeth Munasinghe 02d1a259df [maven-release-plugin] rollback the release of 1.0.0
10 years ago
Geeth Munasinghe 462e53070c [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe 0d81d60c99 [maven-release-plugin] prepare release 1.0.0
10 years ago
Geeth Munasinghe ac609f9996 Changing the version to 1.0.0-SNAPSHOT
10 years ago
manoj 8cd5f6d61f Default License ManagementY
10 years ago
manoj 394258d10f Default License feature
10 years ago
manoj b21676a639 components/device-mgt/org.wso2.carbon.device.mgt.common/src/main/java/org/wso2/carbon/device/mgt/common/DeviceManagementConstants.java
10 years ago
Geeth Munasinghe e1b94822ab [maven-release-plugin] prepare for next development iteration
10 years ago
Geeth Munasinghe 7f0558448e [maven-release-plugin] prepare release 1.0.0
10 years ago
prabathabey d6a22b06ff Fixing more SNAPSHOT versions, used in carbon-governance, carbon-deployment related components
10 years ago
harshanL d84a3c47d2 Removed private package declaration in device common bundle & added doc comments
10 years ago
prabathabey 5d9fb3b803 Refactoring the poms to remove SNAPSHOT versions of certain dependencies and test clean up
10 years ago
Geeth Munasinghe f44b4597db Fixing group ids of the pom files
10 years ago
manoj 66efd5d301 License Management Refactor
10 years ago
manoj 505b87a655 Merge remote-tracking branch 'upstream/master'
10 years ago
manoj 428554cfe8 Unit test change to prepared statement
10 years ago
manoj f907684a0b license constants Refactor
10 years ago