1. 05 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      PathComp: · ae6bc78b
      Lluis Gifre Renom authored
      - Added definition of algorithm in proto file
      - Minor code comments and TODOs added
      ae6bc78b
  2. 23 Jun, 2022 1 commit
    • Lluis Gifre Renom's avatar
      PathComp component: · f4cff5db
      Lluis Gifre Renom authored
      - extended proto file to support retrieval of both services and connections, e.g., services requested + sub-services, and the connections and sub-connections supporting the services and sub-services.
      - minor bug fixings in MockServicerImpl_Context and implementation of support for Slices
      - implemented and pre-tested unitary tests for PathComp
      - implemented in PathComp service the logic to retrieve context data, and the skeleton to retrieve the replies to compute requests.
      f4cff5db
  3. 20 May, 2022 8 commits
  4. 19 May, 2022 10 commits
    • Lluis Gifre Renom's avatar
      ee6f34de
    • Lluis Gifre Renom's avatar
      InterDomain component: · e45720d1
      Lluis Gifre Renom authored
      - Migrated to use new generic gRPC servicer and clients
      - Migrated to use new settings framework
      - Commented wrong/outdated unitary tests (to be coded)
      - Minor code formatting/styling
      e45720d1
    • Lluis Gifre Renom's avatar
      Compute component: · eb1c97b8
      Lluis Gifre Renom authored
      - Migrated to use new generic Rest servicer
      - Moved client declarations close to use places to prevent initialization locks
      - Adaptations to comply with the new settings framework
      - Updated unitary tests to use new generic Rest and gRPC servicers and clients
      - Minor code styling/formatting
      eb1c97b8
    • Lluis Gifre Renom's avatar
      Compute component: · 4375de80
      Lluis Gifre Renom authored
      - Migrated to use new generic gRPC servicer
      - Migrated to use new generic Rest servicer
      - Migrated to use new settings framework
      - Minor code formatting/styling
      4375de80
    • Lluis Gifre Renom's avatar
      Slice component: · 38659ca6
      Lluis Gifre Renom authored
      - Migrated to use new generic gRPC servicer
      - Migrated to use new settings framework
      38659ca6
    • Lluis Gifre Renom's avatar
      Service component: · 810d16cf
      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
      - Extracted common unitary test functionalities into separate code files
      - Minor code styling/formatting
      810d16cf
    • Lluis Gifre Renom's avatar
      Device component: · 0ed8cfee
      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
      0ed8cfee
    • Lluis Gifre Renom's avatar
      Context component: · 11a69c44
      Lluis Gifre Renom authored
      - Migrated to use new generic gRPC servicer
      - Migrated to use new generic Rest servicer
      - Migrated to use new settings framework
      11a69c44
    • 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
    • Lluis Gifre Renom's avatar
      Scripts: · 0eaab40b
      Lluis Gifre Renom authored
      - relocated/renamed wrongly placed/named scripts
      - removed unneeded scripts
      - added missing headers in scripts
      0eaab40b
  5. 18 May, 2022 4 commits
  6. 17 May, 2022 16 commits