Commit Graph

57 Commits

Author SHA1 Message Date
Dmitry Toptygin
3974acda05 use ssl_with_client_cert_and_webtoken_auth config with AllCloudInOneServer process 2020-05-07 17:33:01 -04:00
Dmitry Toptygin
2ee8c4f2fc implemented workflows for PortalUser, documented them in portal-services-openapi.yaml 2020-05-06 18:18:01 -04:00
Dmitry Toptygin
2f647624e8 fixed bug in profileContainer, added code examples into AllInOneStartListener 2020-05-06 09:55:07 -04:00
Dmitry Toptygin
4484e1e080 corrected example profile hierarchy in AllInOneStartListener 2020-05-05 21:28:34 -04:00
Dmitry Toptygin
9b0647673d made events in equipment-models inherit EquipmentEvent 2020-05-05 21:27:30 -04:00
Dmitry Toptygin
fab50c3dd3 added definitions of profile models 2020-05-05 21:10:18 -04:00
Dmitry Toptygin
1ec519309c cleaned up equipment and profile models 2020-05-05 21:03:37 -04:00
Mike Hansen
a759b675cf Adding Basic Profile and Equipment Creation on Startup for local testing 2020-05-05 17:30:07 -04:00
Dmitry Toptygin
19bfac0100 added profile details models 2020-05-04 20:39:00 -04:00
Dmitry Toptygin
21ecf7ce95 added an API to retrieve equipment details with default values for a given equipment type 2020-05-04 11:27:10 -04:00
Dmitry Toptygin
c8a88454cc updated OpenAPI spec with ApElementConfiguration and related classes 2020-05-01 20:36:03 -04:00
Dmitry Toptygin
53ff5fd747 added unit tests for equipment models 2020-05-01 14:58:55 -04:00
Dmitry Toptygin
1c77aabb56 Added equipment models for ApElementConfiguration 2020-05-01 09:43:01 -04:00
Rahul Sharma
ca1eb4beee TW-343, TW-339: Creating docker images for Provisioning Service and SSC Service 2020-04-30 18:50:26 -04:00
Dmitry Toptygin
809b9accbe fixed unit test EquipmentControllerTest 2020-04-29 19:05:00 -04:00
Dmitry Toptygin
eeaba1f4b7 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services 2020-04-29 18:49:19 -04:00
Dmitry Toptygin
9127edb0fb exposed Profile service through the portal 2020-04-29 18:48:46 -04:00
Dmitry Toptygin
be01e6f320 implemented getProfileWithChildren 2020-04-29 17:32:23 -04:00
Dmitry Toptygin
b328945ac2 corrected variable names 2020-04-29 17:31:22 -04:00
Rahul Sharma
46e9b11abd TW-323: Create docker image for Portal and WebAuth Service 2020-04-29 17:31:21 -04:00
Dmitry Toptygin
c2f3f48fe4 added child profile ids to a Profile 2020-04-29 11:33:26 -04:00
Dmitry Toptygin
b8bde77430 adjusted testCRUD method 2020-04-29 11:26:42 -04:00
Dmitry Toptygin
c0f6562853 Made equipmentType mandatory field on Equipment 2020-04-28 12:17:07 -04:00
Dmitry Toptygin
6abd881c14 Added fields to Profile model 2020-04-28 12:16:19 -04:00
Dmitry Toptygin
9a976f498f Added properties latitude, longitude, and serial to the Equipment 2020-04-28 11:33:05 -04:00
Dmitry Toptygin
315227a105 changed property on Equipment networkConfigId -> profileId 2020-04-26 18:15:25 -04:00
Dmitry Toptygin
754d49d77d added cloud services for managing Equipment routing records, manufacturer OUI records, firmware image records, and client sessions. Configured all services in processes for prov, ssc, all-in-one. 2020-04-26 18:09:40 -04:00
Dmitry Toptygin
6833ca4333 added cloud service for managing status of the Network and Equipment 2020-04-26 17:28:32 -04:00
Dmitry Toptygin
bae5d2c533 added Alarm cloud service 2020-04-26 17:21:38 -04:00
Dmitry Toptygin
36bfc4a3df added SystemEvent cloud service 2020-04-26 17:14:54 -04:00
Dmitry Toptygin
eaba6ecd01 do not raise events when service metrics are posted 2020-04-26 16:54:43 -04:00
Dmitry Toptygin
0167e2a801 added plumbing for Profile, PortalUser, and ServiceMetric cloud services 2020-04-26 16:40:54 -04:00
Dmitry Toptygin
5a3c96c080 when doing pagination for inmemory datastore - keep only the Id of the last returned item in the context 2020-04-26 16:31:20 -04:00
Dmitry Toptygin
d200f44282 changed property on Equipment networkConfigId -> profileId 2020-04-26 15:19:57 -04:00
Dmitry Toptygin
1c88ed888f added APIs for provisioning Equipment 2020-04-24 23:01:12 -04:00
Dmitry Toptygin
0358a4f9d2 added OpenAPI interface definition for portal services 2020-04-24 23:00:10 -04:00
Dmitry Toptygin
cf5b588a94 added more methods for retrieving locations 2020-04-24 22:59:00 -04:00
Dmitry Toptygin
807fb517d5 increased access token validity time 2020-04-24 22:57:48 -04:00
Dmitry Toptygin
b686f05258 added location type COUNTRY, added paginated get method for Location 2020-04-24 09:48:19 -04:00
Dmitry Toptygin
3bedf5958d added pagination with filters to equipment service 2020-04-24 08:50:41 -04:00
Dmitry Toptygin
e7f3ccdab2 added more fields into equipment 2020-04-22 15:57:40 -04:00
Dmitry Toptygin
aee8208623 removed salt from the webtoken and made the salt configurable 2020-04-22 15:14:19 -04:00
Dmitry Toptygin
e29e65d033 encoded customerId into the webToken, added proper signature to the webtoken 2020-04-22 12:25:33 -04:00
Dmitry Toptygin
6ce1f7001f added provisioning service for equipment 2020-04-20 17:03:29 -04:00
Dmitry Toptygin
156ce04d73 adjusted structure of unit tests for the Location service 2020-04-18 18:21:26 -04:00
Dmitry Toptygin
86b9b8af28 addressed some of the warnings in the code 2020-04-14 18:00:51 -04:00
Dmitry Toptygin
9d70025596 changed relative location of root pom 2020-04-08 18:42:37 -04:00
Dmitry Toptygin
334173d926 added service for provisioning location hierarchy 2020-04-03 19:57:45 -04:00
Dmitry Toptygin
35d603e2a7 adjusted cloud-services-build 2020-04-01 20:05:30 -04:00
Dmitry Toptygin
21597294e8 added portal process, adjusted all-cloud-in-one-process 2020-04-01 20:03:04 -04:00