- 05 Aug, 2022 1 commit
-
-
Lluis Gifre Renom authored
- partial integration of PathComp with Service - ongoing work
-
- 03 May, 2022 1 commit
-
-
Lluis Gifre Renom authored
-
- 16 Feb, 2022 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- 10 Feb, 2022 1 commit
-
-
Lluis Gifre Renom authored
-
- 04 Nov, 2021 1 commit
-
-
Lluis Gifre Renom authored
- Subscriptions to be implemented
-
- 03 Nov, 2021 1 commit
-
-
Lluis Gifre Renom authored
Common: - Normalized report_coverage_*.sh scripts, and temporarily summarized results in device one for testing purposes. - Adapted run_tests_locally.sh script for testing purposes - Improved message synthesis of ServiceException Context: - Improved ConfigModel helper functions Device (intermediate backup): - Removed DataCache since it reduces readability of the code. Moved database one level up. - Improved ServicerImpl and moved DataCache functionality over there. - Added condition to prevent AddDevice request from carrying a configuration. - Multiple pre-work required for processing configuration differences in DeviceServiceServicerImpl.
-
- 22 Oct, 2021 1 commit
-
-
Lluis Gifre Renom authored
Common: - Renamed common.metrics to common.rpc_method_wrapper - Moved ServiceException to common.rpc_method_wrapper - Implemented High-Level ORM methods to simplify Database handling Context: - Added flag to auto-populate fake data for testing purposes - Added fake objects for testing purposes - Minor corrections in ORM Database Models - Reimplemented gRPC Servicer methods using HighLevel ORM helper methods - Implemented complete unit testing of gRPC Servicer - Added Message Broker to enable distribution of database events - Implemented gRPC GetEvents methods - Modified default config values to support larger number of persistent connections for events streaming - Reimplemented Context REST Resource to re-use gRPC Servicer and prevent duplicating code Automated Tests: - Reactivated common and context unit tests
-