1. 04 Nov, 2022 1 commit
  2. 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
  3. 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
  4. 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
  5. 06 Sep, 2022 1 commit
  6. 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
  7. 20 May, 2022 1 commit
  8. 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
  9. 16 Feb, 2022 1 commit
  10. 04 Nov, 2021 1 commit
  11. 23 Sep, 2021 1 commit
  12. 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
  13. 14 Jun, 2021 1 commit
  14. 11 Jun, 2021 1 commit