- May 16, 2025
-
-
Lluis Gifre Renom authored
-
- Dec 10, 2024
-
-
Lluis Gifre Renom authored
- Enabled gRPC Reflection - Added scripts to inspect core gRPC components
-
- Nov 04, 2024
-
-
Lluis Gifre Renom authored
-
- Jun 26, 2024
-
-
Mohammad Ismaeel authored
-
- Apr 18, 2024
-
-
Lluis Gifre Renom authored
-
- Mar 12, 2024
-
-
Lluis Gifre Renom authored
- Enhanced management of setting DEVICE_EMULATED_ONLY - Removed unused imports
-
Lluis Gifre Renom authored
-
- Mar 06, 2024
-
-
Lluis Gifre Renom authored
- Pre-merge cleanup
-
- Mar 04, 2024
-
-
Andrea Sgambelluri authored
-
- Feb 20, 2024
-
-
Lluis Gifre Renom authored
- Pre-merge cleanup
-
- Feb 15, 2024
-
-
Andrea Sgambelluri authored
-
- Feb 01, 2023
-
-
Lluis Gifre Renom authored
- Added/Updated headers - Added script to update copyright headers
-
- Jan 24, 2023
-
-
Lluis Gifre Renom authored
- removed internal in-memory database - added storage of connect-related config rules in context and added driver pre-loading when Device component starts - re-organized code of EmulatedDriver - re-organized code to improve clarity - minor code bug resolutions - code cleanup
-
- Oct 04, 2022
-
-
Lluis Gifre Renom authored
- Implemented generic MutexQueues class - Implemented sequentialization of operations in Device component to prevent data corruption and race conditions
-
- Jul 15, 2022
-
-
Lluis Gifre Renom authored
Device: - Removed obsoleted run_tests_locally-device.sh script - Moved imports from *.proto folder to common.proto folder - Removed device's genproto.sh script - Minor code and linting fixing - Arranged requirements to accelerate Docker image creation - Updated Dockerfile - Arranged GitLab CI/CD pipeline - Corrected usage of ConfigRules to use new custom ConfigRules Monitoring: - Moved imports from *.proto folder to common.proto folder - Removed monitoring's genproto.sh script
-
- May 19, 2022
-
-
Lluis Gifre Renom authored
- Migrated to use new generic gRPC servicer - Migrated to use new generic Rest servicer - Migrated to use new settings framework - Migrated tests to use new generic servicers and mock's - Solved bug with endpoint monitors' population (dupplicated sample types due to wrong key generation) - Use Emulated driver when both driver and device type are not specified - Separated unitary tests and execution scripts per device driver - Extracted common unitary test functionalities into separate code files - Minor code styling/formatting
-
- Feb 16, 2022
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- Dec 16, 2021
-
-
Lluis Gifre Renom authored
-
- Dec 14, 2021
-
-
Lluis Gifre Renom authored
-
- Nov 30, 2021
-
-
Javi Moreno authored
-
- Nov 17, 2021
-
-
Lluis Gifre Renom authored
- Implemented MonitorDeviceKPI RPC method - Implemented Endpoint pre-configruation for Emulated Driver - Implemented MockMonitoringService for testing Device monitoring capabilities - Implemented Monitoring Loops to collect samples from drivers and forward them to Monitoring Service - Test unit for Emulated Device Monitoring half implemented. - Minor bug resolutions in OpenConfig Driver
-
- Nov 12, 2021
-
-
Lluis Gifre Renom authored
Deactivated some Device monitoring functionality partially implemented to enable a functional commit into develop.
-
- Nov 04, 2021
-
-
Lluis Gifre Renom authored
- Implemented Database models for KpiModel and KpiSampleType - Added MonitorDeviceKpi to DeviceClient - Added MonitorDeviceKpi to DeviceServiceServicerImpl (partial implementation) - Created MonitoringLoops class (partial implementation)
-
- Nov 03, 2021
-
-
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.
-
- Oct 28, 2021
-
-
Lluis Gifre Renom authored
-
- Aug 05, 2021
-
-
Lluis Gifre Renom authored
-
- Jul 30, 2021
-
-
Lluis Gifre Renom authored
Preliminary unfinished version of device service and Context API based on Redis. To be finished, it is just a backup.
-
- 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
-