1. 01 Feb, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  2. 25 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      All components: · 5e8130ad
      Lluis Gifre Renom authored
      - migrated from DEFAULT_CONTEXT_UUID to DEFAULT_CONTEXT_NAME
      - migrated from DEFAULT_TOPOLOGY_UUID to DEFAULT_TOPOLOGY_NAME
      - migrated from INTERDOMAIN_TOPOLOGY_UUID to INTERDOMAIN_TOPOLOGY_NAME
      5e8130ad
  3. 20 Jan, 2023 2 commits
    • Lluis Gifre Renom's avatar
      Common: · 7ffa0dcf
      Lluis Gifre Renom authored
      - corrected service name of load generator
      7ffa0dcf
    • Lluis Gifre Renom's avatar
      Load Generator component: · 173af90f
      Lluis Gifre Renom authored
      - Converted load_gen tool into a microservice
      - Added simple WebUI page to manage it
      - Created manifests, Dockerfile, etc.
      - Created proto file to manage the load generator
      173af90f
  4. 16 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Context component: · 823eb467
      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
      823eb467
  5. 04 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 5b1579a7
      Lluis Gifre Renom authored
      - updated coveragerc template file
      - extended and improved rpc wrapper set of declarable exceptions
      - updated default context and topology definition constants
      5b1579a7
  6. 15 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Proto: · 817f5f08
      Lluis Gifre Renom authored
      - added field name in context
      - added field name in topology
      - added field name in device
      - added field name in link
      - added field name in service
      - added field name in slice
      817f5f08
  7. 02 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 2f520913
      Lluis Gifre Renom authored
      - Increased default gRPC workers from 10 to 200
      - added object factory methods for L2NM services
      2f520913
  8. 04 Nov, 2022 1 commit
  9. 02 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Interdomain component: · 7f5b969a
      Lluis Gifre Renom authored
      - removed unneeded constant for AGGREGATED topology name
      - removed unused tools
      - code reorganizations and factorizations
      - implemented own-domain-finder class
      - implemented first partial version of topology abstractor
      - implemented abstract device class
      7f5b969a
  10. 28 Oct, 2022 1 commit
    • Lluis Gifre Renom's avatar
      DLT: · 416038a7
      Lluis Gifre Renom authored
      - Extended DltGatewayClient to support configuration through env vars
      - Added DltEventsCollector to DltConnector
      - Implemented RecordDevice in DltConnectorServicer
      416038a7
  11. 27 Oct, 2022 1 commit
    • Lluis Gifre Renom's avatar
      DLT: · 0a1b6178
      Lluis Gifre Renom authored
      MockBlockchain:
      - Implemented mock-blockchain module to facilitate testing and debugging of DLT connector & workflows
      - Added manifests, Dockerfile, etc.
      
      DLT Connector:
      - corrected requirements.in
      - updated Dockerfile
      - WIP: implementation of test_unitary.py
      
      DLT Gateway:
      - Improved/extended Dockerfile
      - Moved Dockerfile to correct folder
      - Corrected import path for proto files
      0a1b6178
  12. 06 Sep, 2022 1 commit
  13. 15 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Adapted WebUI to common proto folder · a57fcc00
      Lluis Gifre Renom authored
      - Moved imports from *.proto folder to common.proto folder
      - Removed webui'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
      - Moved config variables to new config framework
      - Removed unneeded Config variables
      a57fcc00
  14. 20 May, 2022 1 commit
  15. 19 May, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common framework: · 5dc77fe4
      Lluis Gifre Renom authored
      - defined unified constants for all micro-services
      - defined common settings getter methods
      - defined generic gRPC servicer
      - defined generic Rest servicer
      - defined common MockServicer for Monitoring component
      - removed old common/tests MockService class; to be replaced by new generic gRPC servicer
      - minor code formatting/styling
      5dc77fe4
  16. 16 Feb, 2022 1 commit
  17. 04 Nov, 2021 1 commit
  18. 23 Sep, 2021 1 commit
  19. 16 Jul, 2021 1 commit
    • Lluis Gifre Renom's avatar
      Added testunit example: · 98fc013f
      Lluis Gifre Renom authored
      - monitoring/test_monitoring.py: provides a basic testing skeleton
      - monitoring/requirements.in/.txt: updated with pytest
      - monitoring/genproto.py: added instructions to import generated Python modules using "from . import ..." instead of "import ..."; otherwise, pytest and other possible modules doing imports might complain.
      - monitoring/monitoring_server.py: packed start_server and stop_server functionaity to simplify test definition, minor formattings, bug resolutions and improvements in package import.
      - monitoring/monitoring_client.py: minor formattings, bug resolutions, and improvements in package import.
      98fc013f
  20. 14 Jun, 2021 1 commit
  21. 11 Jun, 2021 1 commit