Commit Graph

  • 971f79ed31 added equipmentModel to EquipmentDetails, fixed typo in portal-services-openapi.yaml, added equipmentId to Status definition Dmitry Toptygin 2020-05-28 22:09:36 -04:00
  • 4fbfde0762 adjusted service metrics models Dmitry Toptygin 2020-05-28 22:06:55 -04:00
  • 2ef9448c1d Merge https://github.com/Telecominfraproject/wlan-cloud-services picuron 2020-05-28 14:51:02 -04:00
  • fb0b03df00 Equipment service openapi (#3) - final picuron 2020-05-28 13:53:34 -04:00
  • 0b02b14b08 Profile service openapi (#4) picuron 2020-05-28 13:47:53 -04:00
  • 9ab39ef1ee Merge https://github.com/Telecominfraproject/wlan-cloud-services picuron 2020-05-28 12:25:55 -04:00
  • 3639167089 corrected date pattern in logback.xml files Dmitry Toptygin 2020-05-28 09:47:26 -04:00
  • 0f26f5d7cd Location service openapi (#2) picuron 2020-05-27 15:24:09 -04:00
  • 641dd2b8ee updated documentation for PaginationContext Dmitry Toptygin 2020-05-26 19:30:56 -04:00
  • b0fe50cd7c added handling of Alarms into the portal services Dmitry Toptygin 2020-05-26 17:50:09 -04:00
  • 9b62ecfe52 API Documentation for customer-service (#1) picuron 2020-05-26 16:22:59 -04:00
  • 8506f5c846 adding enum for Wifi6 (modeX) Mike Hansen 2020-05-26 14:09:07 -04:00
  • 9d8b634036 implemented data models and APIs for Alarm service Dmitry Toptygin 2020-05-25 19:31:31 -04:00
  • f09f7d6f71 Change default 5GHz upper band channel to 149 Mike Hansen 2020-05-25 17:00:48 -04:00
  • 40d5e55788 Switch to branch picuron 2020-05-25 15:36:00 -04:00
  • 77eaa36edf API Documentation for customer-service picuron 2020-05-25 15:18:44 -04:00
  • b30450c10a added classes for ApSsidMetrics Dmitry Toptygin 2020-05-22 18:32:48 -04:00
  • 2b529c67e8 added portal service for managing wireless clients and their sessions Dmitry Toptygin 2020-05-22 15:10:59 -04:00
  • 57915add36 implemented service for managing wireless clients and their sessions Dmitry Toptygin 2020-05-21 12:12:09 -04:00
  • db5c402a50 OVSDB AP Configuration: 5GHz U/L band support Mike Hansen 2020-05-19 17:23:17 -04:00
  • 20edb7d65d adjusted clone methods on status models Dmitry Toptygin 2020-05-19 12:18:20 -04:00
  • 64577f48bf fixed issue with empty EnumMaps in clone methods Dmitry Toptygin 2020-05-19 10:39:47 -04:00
  • 87622bbdd6 added status service to application.properties, corrected date format in the logback.xml Dmitry Toptygin 2020-05-17 11:13:06 -04:00
  • c362ee8fd3 documented APIs for status service, added some examples for the request objects Dmitry Toptygin 2020-05-16 21:52:29 -04:00
  • e2edf6201d adjusted status data model Dmitry Toptygin 2020-05-16 21:51:30 -04:00
  • ff5cc3e97f automatically populate profileType on the profile based on the details object Dmitry Toptygin 2020-05-16 21:49:58 -04:00
  • 5ed54284d8 implemented portal methods for retrieval of status, created sample data for equipment and status Dmitry Toptygin 2020-05-16 12:44:43 -04:00
  • 6b73e7247e adjusted methods on the status service Dmitry Toptygin 2020-05-16 10:50:16 -04:00
  • 0e5554f0dd added models for network and equipment status details Dmitry Toptygin 2020-05-14 20:13:30 -04:00
  • 07b7fc91c3 Remove hard-coded AP equipment Mike Hansen 2020-05-14 11:32:16 -04:00
  • b389aabf1f TW-479: Docker image for Integrated cloud components Rahul Sharma 2020-05-12 16:17:30 -04:00
  • c81e13f5e8 AP Configuration, adding AP with more detailed config to AllCloudInOne, adding 5GHz U/L support to default ElementRadioConfig Mike Hansen 2020-05-12 15:57:07 -04:00
  • ca0184c7f8 added Equipment.getByInventoryIdOrNull Dmitry Toptygin 2020-05-11 19:10:08 -04:00
  • b29ffea663 made Base*DatastoreTest.testCRUD() more reliable Dmitry Toptygin 2020-05-11 18:30:02 -04:00
  • 3366394255 added id to PortalUser schema, added userId into the encoded access_token Dmitry Toptygin 2020-05-11 18:28:38 -04:00
  • 236cb38981 added more methods to the routing service Dmitry Toptygin 2020-05-11 18:26:55 -04:00
  • 3974acda05 use ssl_with_client_cert_and_webtoken_auth config with AllCloudInOneServer process Dmitry Toptygin 2020-05-07 17:33:01 -04:00
  • 2ee8c4f2fc implemented workflows for PortalUser, documented them in portal-services-openapi.yaml Dmitry Toptygin 2020-05-06 18:18:01 -04:00
  • 2f647624e8 fixed bug in profileContainer, added code examples into AllInOneStartListener Dmitry Toptygin 2020-05-06 09:55:07 -04:00
  • 4484e1e080 corrected example profile hierarchy in AllInOneStartListener Dmitry Toptygin 2020-05-05 21:28:34 -04:00
  • 9b0647673d made events in equipment-models inherit EquipmentEvent Dmitry Toptygin 2020-05-05 21:27:30 -04:00
  • fab50c3dd3 added definitions of profile models Dmitry Toptygin 2020-05-05 21:10:18 -04:00
  • 1ec519309c cleaned up equipment and profile models Dmitry Toptygin 2020-05-05 21:03:37 -04:00
  • a759b675cf Adding Basic Profile and Equipment Creation on Startup for local testing Mike Hansen 2020-05-05 17:30:07 -04:00
  • 19bfac0100 added profile details models Dmitry Toptygin 2020-05-04 20:39:00 -04:00
  • 21ecf7ce95 added an API to retrieve equipment details with default values for a given equipment type Dmitry Toptygin 2020-05-04 11:27:10 -04:00
  • c8a88454cc updated OpenAPI spec with ApElementConfiguration and related classes Dmitry Toptygin 2020-05-01 20:36:03 -04:00
  • 53ff5fd747 added unit tests for equipment models Dmitry Toptygin 2020-05-01 14:58:55 -04:00
  • 1c77aabb56 Added equipment models for ApElementConfiguration Dmitry Toptygin 2020-05-01 09:43:01 -04:00
  • ca1eb4beee TW-343, TW-339: Creating docker images for Provisioning Service and SSC Service Rahul Sharma 2020-04-30 18:50:26 -04:00
  • 809b9accbe fixed unit test EquipmentControllerTest Dmitry Toptygin 2020-04-29 19:05:00 -04:00
  • eeaba1f4b7 Merge branch 'master' of github.com:Telecominfraproject/wlan-cloud-services Dmitry Toptygin 2020-04-29 18:49:19 -04:00
  • 9127edb0fb exposed Profile service through the portal Dmitry Toptygin 2020-04-29 18:48:46 -04:00
  • be01e6f320 implemented getProfileWithChildren Dmitry Toptygin 2020-04-29 17:32:23 -04:00
  • b328945ac2 corrected variable names Dmitry Toptygin 2020-04-29 17:31:22 -04:00
  • 46e9b11abd TW-323: Create docker image for Portal and WebAuth Service Rahul Sharma 2020-04-29 17:31:21 -04:00
  • c2f3f48fe4 added child profile ids to a Profile Dmitry Toptygin 2020-04-29 11:33:26 -04:00
  • b8bde77430 adjusted testCRUD method Dmitry Toptygin 2020-04-29 11:26:42 -04:00
  • c0f6562853 Made equipmentType mandatory field on Equipment Dmitry Toptygin 2020-04-28 12:17:07 -04:00
  • 6abd881c14 Added fields to Profile model Dmitry Toptygin 2020-04-28 12:16:19 -04:00
  • 9a976f498f Added properties latitude, longitude, and serial to the Equipment Dmitry Toptygin 2020-04-28 11:33:05 -04:00
  • 315227a105 changed property on Equipment networkConfigId -> profileId Dmitry Toptygin 2020-04-26 18:15:25 -04:00
  • 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. Dmitry Toptygin 2020-04-26 18:09:40 -04:00
  • 6833ca4333 added cloud service for managing status of the Network and Equipment Dmitry Toptygin 2020-04-26 17:28:32 -04:00
  • bae5d2c533 added Alarm cloud service Dmitry Toptygin 2020-04-26 17:21:38 -04:00
  • 36bfc4a3df added SystemEvent cloud service Dmitry Toptygin 2020-04-26 17:14:54 -04:00
  • eaba6ecd01 do not raise events when service metrics are posted Dmitry Toptygin 2020-04-26 16:54:43 -04:00
  • 0167e2a801 added plumbing for Profile, PortalUser, and ServiceMetric cloud services Dmitry Toptygin 2020-04-26 16:40:54 -04:00
  • 5a3c96c080 when doing pagination for inmemory datastore - keep only the Id of the last returned item in the context Dmitry Toptygin 2020-04-26 16:31:20 -04:00
  • d200f44282 changed property on Equipment networkConfigId -> profileId Dmitry Toptygin 2020-04-26 15:19:57 -04:00
  • 1c88ed888f added APIs for provisioning Equipment Dmitry Toptygin 2020-04-24 23:01:12 -04:00
  • 0358a4f9d2 added OpenAPI interface definition for portal services Dmitry Toptygin 2020-04-24 23:00:10 -04:00
  • cf5b588a94 added more methods for retrieving locations Dmitry Toptygin 2020-04-24 22:59:00 -04:00
  • 807fb517d5 increased access token validity time Dmitry Toptygin 2020-04-24 22:57:48 -04:00
  • b686f05258 added location type COUNTRY, added paginated get method for Location Dmitry Toptygin 2020-04-24 09:48:19 -04:00
  • 3bedf5958d added pagination with filters to equipment service Dmitry Toptygin 2020-04-24 08:50:41 -04:00
  • e7f3ccdab2 added more fields into equipment Dmitry Toptygin 2020-04-22 15:57:40 -04:00
  • aee8208623 removed salt from the webtoken and made the salt configurable Dmitry Toptygin 2020-04-22 15:14:19 -04:00
  • e29e65d033 encoded customerId into the webToken, added proper signature to the webtoken Dmitry Toptygin 2020-04-22 12:25:33 -04:00
  • 6ce1f7001f added provisioning service for equipment Dmitry Toptygin 2020-04-20 17:03:29 -04:00
  • 156ce04d73 adjusted structure of unit tests for the Location service Dmitry Toptygin 2020-04-18 18:21:26 -04:00
  • 86b9b8af28 addressed some of the warnings in the code Dmitry Toptygin 2020-04-14 18:00:51 -04:00
  • 9d70025596 changed relative location of root pom Dmitry Toptygin 2020-04-08 18:42:37 -04:00
  • 334173d926 added service for provisioning location hierarchy Dmitry Toptygin 2020-04-03 19:57:45 -04:00
  • 35d603e2a7 adjusted cloud-services-build Dmitry Toptygin 2020-04-01 20:05:30 -04:00
  • 21597294e8 added portal process, adjusted all-cloud-in-one-process Dmitry Toptygin 2020-04-01 20:03:04 -04:00
  • 890220dcb4 added a process definition for AllCloudInOneServer Dmitry Toptygin 2020-03-27 18:29:55 -04:00
  • a183702037 added ssc and prov process definitions Dmitry Toptygin 2020-03-27 18:11:42 -04:00
  • 63b46697ca added customer-service Dmitry Toptygin 2020-03-27 14:15:52 -04:00
  • da3533c944 added customer datastore Dmitry Toptygin 2020-03-26 18:45:39 -04:00
  • f3d4b5416a updated README.md file Dmitry Toptygin 2020-03-25 11:22:22 -04:00
  • 9b4532e50e added README.md file Dmitry Toptygin 2020-03-25 09:58:03 -04:00
  • c4dc77845c Added Cloud Event Dispatcher service, service metrics models and system event models Dmitry Toptygin 2020-03-24 18:00:43 -04:00