- May 16, 2025
-
-
Lluis Gifre Renom authored
-
- Mar 02, 2025
-
-
Waleed Akbar authored
- Create Kafka topic added in main method of services - KPI sample types added in ENUM class - Methods are commented in _Collector class. - In Telemetry backend, logic is added get device ID, enpoint ID and devicec type from Context and KPI DB.
-
- Nov 04, 2024
-
-
Lluis Gifre Renom authored
-
- Sep 30, 2024
-
-
Waleed Akbar authored
-
Waleed Akbar authored
-
- Sep 26, 2024
-
-
Waleed Akbar authored
- A generic DB class is added in common.tools.databse.
-
- Sep 13, 2024
-
-
Lluis Gifre Renom authored
-
- Aug 28, 2024
-
-
Waleed Akbar authored
- Created the Analytic Engine, Model, and DB files. - Added the DB connection. - Added `add_row_to_db` in `StartCollector`. - Added `delete_db_row_by_id` in `StopCollector`. - Improved message formatting. - Added a DB test file.
-
- Aug 27, 2024
-
-
Waleed Akbar authored
- Created the CRDB secret (`crdb-telemetry`). - Updated the IF conditions in the `$COMPONENT` deployment loop within the `tfs.sh` file according to telemetry service requirements. - Added the `Telemetryservice.yaml` file to the manifest folder. - Updated the CRDB URL in `TelemetryEngine.py`. - Made a minor formatting change in `TelemetryModel.py`.
-
Waleed Akbar authored
- updated test file to log DEBUG cmd - change the class name of "TelemetryDBmanager" to "TelemeterDB" - corrected the DB name - move messages.py and test files to correcte location.
-
Waleed Akbar authored
- TelemetryEngine.py is updated. - TelemetryModel.py is refined. - Optimized DB operation were added in TelemetryDB.py
-
- Aug 26, 2024
-
-
Waleed Akbar authored
- Created the CRDB secret (`crdb-telemetry`). - Updated the IF conditions in the `$COMPONENT` deployment loop within the `tfs.sh` file according to telemetry service requirements. - Added the `Telemetryservice.yaml` file to the manifest folder. - Updated the CRDB URL in `TelemetryEngine.py`. - Made a minor formatting change in `TelemetryModel.py`.
-
- Aug 05, 2024
-
-
Waleed Akbar authored
- updated test file to log DEBUG cmd - change the class name of "TelemetryDBmanager" to "TelemeterDB" - corrected the DB name - move messages.py and test files to correcte location.
-
Waleed Akbar authored
- TelemetryEngine.py is updated. - TelemetryModel.py is refined. - Optimized DB operation were added in TelemetryDB.py
-
- Jul 24, 2024
-
-
Lluis Gifre Renom authored
-
- May 30, 2024
-
-
Waleed Akbar authored
-
- May 29, 2024
-
-
Waleed Akbar authored
-
- May 27, 2024
-
-
Waleed Akbar authored
-
- May 25, 2024
-
-
Waleed Akbar authored
-
- Apr 18, 2024
-
-
Lluis Gifre Renom authored
-
- May 12, 2023
-
-
Lluis Gifre Renom authored
- Improved SQLAlchemy engine and database initialization
-
- Feb 01, 2023
-
-
Lluis Gifre Renom authored
- Added/Updated headers - Added script to update copyright headers
-
- Jan 27, 2023
-
-
Lluis Gifre Renom authored
- added support for direct CockroachDB URI
-
- Jan 26, 2023
-
-
Lluis Gifre Renom authored
- updated old gitlab.com URLs by new labs.etsi.org URLs. - updated Context to use secrets generated by CockroachDB and NATS
-
- Jan 13, 2023
-
-
Lluis Gifre Renom authored
- corrected run_tests_locally script - solved formatting issue with Database Engine error logging - minor type hinting corrections - activated event notifications for Device, EndPoint and ConfigRule
-
- Jan 12, 2023
-
-
Lluis Gifre Renom authored
- repositioned Database Engine class - updated CI/CD pipeline
-
- Jan 04, 2023
-
-
Lluis Gifre Renom authored
- cleaned up script run tests locally - temporarily added script to automate test & coverage reporting - reorganized unitary tests - migration in progress to use single-column primary-key for main entities - intermediate backup ; work in progress
-
- Jan 03, 2023
-
-
Lluis Gifre Renom authored
- reorganized code spliting database models, enumerations, and operation methods - separated unitary tests per entity and defined order between them - separated unitary test for fasthasher - modev old code to separate folder
-
- Jan 02, 2023
-
-
Lluis Gifre Renom authored
- progress on migration to CockroachDB (partial)
-
- Dec 15, 2022
-
-
Lluis Gifre Renom authored
- updatd EventsCollector get_events - added field created_at in ContextModel - added ChangeFeedClient - WIP arrangements in unitary tests - WIP arrangements in ServicerImpl - arranged run_tests_locally script
-
Lluis Gifre Renom authored
- reviewing integration with CockroachDB - reviewing context REST API - reviewing database schema - reviewing code
-