- Dec 10, 2024
-
-
Lluis Gifre Renom authored
- Enabled gRPC Reflection - Added scripts to inspect core gRPC components
-
- Nov 04, 2024
-
-
Lluis Gifre Renom authored
-
- Apr 18, 2024
-
-
Lluis Gifre Renom authored
-
- Feb 01, 2023
-
-
Lluis Gifre Renom authored
- Added/Updated headers - Added script to update copyright headers
-
- Jul 25, 2022
-
-
Lluis Gifre Renom authored
- added test-deploy.sh script - partial arrangement of GitLab CI/CD - added configuration constants - arranged Dockerfile - corrected imports of proto Python files - implemented composition of backend request
-
- Jul 19, 2022
-
-
martinezric authored
-
- May 20, 2022
-
-
Lluis Gifre Renom authored
- initial skeleton (not functional)
-
- May 19, 2022
-
-
Lluis Gifre Renom authored
- Migrated to use new generic gRPC servicer - Migrated to use new settings framework
-
- May 03, 2022
-
-
Lluis Gifre Renom authored
-
- Feb 16, 2022
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- Oct 29, 2021
-
-
Lluis Gifre Renom authored
- Corrections in Service to prevent errors in GitLab CI/CD pipeline. - Minor improvements in random classes.
-
- Oct 28, 2021
-
-
Lluis Gifre Renom authored
-
- Oct 25, 2021
-
-
Lluis Gifre Renom authored
- Final version of Context service ready for integration tests - Integrated REST API read-only methods - Updated test units for gRPC and REST API interfaces - Improved flag for pre-populating database with fake testing data - Combined Redis within Context POD
-
- Oct 22, 2021
-
-
Lluis Gifre Renom authored
-
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
-
- Oct 05, 2021
-
-
Lluis Gifre Renom authored
- Complete rework of Database API - Integration of Database API into Context - Improvement of API This commit is not a final implementation, just an intermediate backup.
-
- Aug 05, 2021
-
-
Lluis Gifre Renom authored
-
- Jul 27, 2021
-
-
Lluis Gifre Renom authored
This reverts merge request !3
-
Lluis Gifre Renom authored
Move database to common folder, since it will be used also by device service, and implement very minor changes.
-
- Jul 26, 2021
-
-
Lluis Gifre Renom authored
-