- 25 Mar, 2023 1 commit
-
-
Lluis Gifre Renom authored
- Added flags to specify target container to retrieve log
-
- 23 Feb, 2023 1 commit
-
-
Lluis Gifre Renom authored
- Reduced log levels to INFO - Generalized paths - Minor code and comment cleanup
-
- 17 Feb, 2023 1 commit
-
-
Lluis Gifre Renom authored
- added missign script show logs load generator
-
- 01 Feb, 2023 2 commits
-
-
Lluis Gifre Renom authored
- Restored execute permissions
-
Lluis Gifre Renom authored
- Added/Updated headers - Added script to update copyright headers
-
- 26 Jan, 2023 2 commits
-
-
Lluis Gifre Renom authored
- adapted cockroachdb_client script to be usable in cluster and single mode
-
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
-
- 16 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- disabled event testing; operation works, but sometimes tests get stuck - added dynamic wait for CockroachDB and NATS containers to start - tuned grace shutdown period - improved NatsBackend termination
-
- 13 Jan, 2023 2 commits
-
-
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
-
Lluis Gifre Renom authored
- updated run_tests_locally script - updated GitLab CI/CD with NATS - updated ContextModel and TopologyModel with created/updated - added logic for Context and Topology events created/updated/deleted - activated dependencies for test_connection - activated event testing in Context and Topology entities - corrected conftest for Context component
-
- 12 Jan, 2023 1 commit
-
-
Lluis Gifre Renom authored
- corrected imports of Method Wrappers API
-
- 04 Jan, 2023 1 commit
-
-
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
-
- 03 Jan, 2023 1 commit
-
-
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
-
- 02 Jan, 2023 2 commits
-
-
Lluis Gifre Renom authored
- progress on migration to CockroachDB (partial)
-
Lluis Gifre Renom authored
- updated manifests to v22.2.0 - renamed namespace to crdb - added script to launch cockroachdb client
-
- 23 Dec, 2022 1 commit
-
-
Lluis Gifre Renom authored
- updated manifest - corrected README.md notes - corrected script run-tests-locally - partial code implementation
-
- 20 Dec, 2022 1 commit
-
-
Pablo Armingol authored
-
- 15 Dec, 2022 1 commit
-
-
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
-
- 28 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- fixed show_logs_monitoring script - Context Queries: added get_service, get_slice, get_topology methods - Context Queries: corrected bug with get inter topology - Moved old Build/Load Descriptor scripts to common - Fixed retrieval of objects loaded from descriptors - Deactivated close of clients in descriptor loader - Moved MockOSM library to common tests/tools folder Compute component: - updated to use new context query methods - updated to use new MockOSM location OFC'22 tests: - updated MockOSM paths - updated fixtures - added loggers - corrected WIM service definitions - improved verification of KPIs created and values returned - optimized removal of entities - optimized service discovery in delete test - added on-line logging to tests
-
- 09 Nov, 2022 1 commit
-
-
Lluis Gifre Renom authored
- added scripts to dump logs of DLT component
-
- 06 Oct, 2022 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
- Added basic support for ACL rules - Corrected unitary tests
-
- 27 Sep, 2022 2 commits
-
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
- 26 Sep, 2022 1 commit
-
-
Carlos Natalino Da Silva authored
-
- 11 Sep, 2022 2 commits
-
-
Lluis Gifre Renom authored
- Renamed DependencyResolver to TaskScheduler - Enhanced TaskScheduler with an extensible Task API framework and extensible dependency resolver - Created TaskExecutor providing an extensible task execution environment - Removed in-memory database; now is stateless and interrogates/updates Context when needed - Extended gRPC servicer to use new TaskScheduler - Removed unneeded files and re-organized helper methods - Extended ServiceHandlerAPI; now SetEndpoint/DeleteEndpoint enables to configure/deconfigure a connection - Moved ServiceHandlerFactory-related methods to the appropriate file - Created ConnectionExpander to resolve from ERO-like paths to lists of links - Created basic tasks: ServiceSetState, ServiceDelete, ConnectionConfigure, ConnectionDeconfigure - Added skeleton for L2NMEmulatedHandler (to be adapted, now is a copy of L3NM one)
-
Lluis Gifre Renom authored
Frontend: - added show logs script - improved config settings to get address and port of the backend - improved logging of _Algorithm - implemented KDisjointPath logic Backend: - added show logs script
-
- 05 Sep, 2022 1 commit
-
-
Carlos Natalino Da Silva authored
Modifications that enable the use of a single script that builds an image, tests and reports coverage for a specific component.
-
- 31 Aug, 2022 1 commit
-
-
Georgios Katsikas authored
Signed-off-by: gkatsikas <gkatsikas@ubitech.eu>
-
- 05 Aug, 2022 1 commit
-
-
Lluis Gifre Renom authored
- partial integration of PathComp with Service - ongoing work
-
- 02 Aug, 2022 1 commit
-
-
Lluis Gifre Renom authored
- added exposition of redis-tests service for testing with Redis backend - moved delete logic from Context Servicer to ORM components - added support for constraints of different kinds
-
- 27 Jul, 2022 2 commits
-
-
Lluis Gifre Renom authored
Common scripts: - added script to dump logs of all pods/containers in a namespace ECOC'22 demo: - removed unneeded scripts and files - cleaned up run_test scripts - added run test and coverage script - added deploy_specs.sh - added scripts to generate JSON descriptors OFC'22 demo: - added deploy_specs.sh
-
Lluis Gifre Renom authored
- removed redundant scripts and files - added missing show_logs_slice.sh script - partially arranged tutorial page
-
- 26 Jul, 2022 1 commit
-
-
Lluis Gifre Renom authored
Common: - added helper scripts FrontEnd: - corrected import paths - added missing parameters in test - refined creation of backend request
-
- 15 Jul, 2022 3 commits
-
-
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
-
Lluis Gifre Renom authored
- removed unneeded comments from run_tests_locally*.sh in scripts folder - minor improvement in report_coverage_all.sh - added script to expose through the ingress controller the gRPC interfaces through the ingress controller for debug purposes
-
Lluis Gifre Renom authored
- moved OFC'22 helper scripts to show logs to main scripts folder and adapted to use scenario definition variables
-
- 14 Jul, 2022 2 commits
-
-
Lluis Gifre Renom authored
- moved old deployment scripts to scripts/old - added NGINX-based ingress controller to expose http-based endpoints from a single connection point - adapted webui K8s manifest to be used with the ingress controller - improved install_requirements.sh (renamed from install_development_dependencies.sh) to prevent collision of package versions - adapted script to show deployment - created functional example settings script my_deploy.sh - created improved deploy.sh script - added first version of the deployment tutorial. Run Experiments and Development are work in progress.
-
Lluis Gifre Renom authored
- Arranged .gitignore & .gitkeep files in common proto folder - Created specific run_tests_locally script for Context component - Moved imports from *.proto folder to common.proto folder - Adapted common.tools.object_factory to new proto definitions for ConfigRule and Constraint - Extended common.tools.type_checkers to new proto definitions for ConfigRule and Constraint - Removed context's genproto.sh script - Adapted Events generated to new timestamp data type - Minor code and linting fixing
-
- 20 May, 2022 1 commit
-
-
Lluis Gifre Renom authored
- initial skeleton (not functional)
-