Skip to content
Snippets Groups Projects
  1. Dec 02, 2022
    • Lluis Gifre Renom's avatar
      PathComp component: · 817351a5
      Lluis Gifre Renom authored
      Backend:
      - Increased number of allowed edges from 10 to 20
      
      Frontend:
      - reduced log levels for messages
      - added mutex to prevent issuing multiple calls to the backend at the same time
      817351a5
  2. Nov 30, 2022
    • Lluis Gifre Renom's avatar
      Common: · 0482f489
      Lluis Gifre Renom authored
      - unified RPC method wrapper with performance evaluation
      - migrated components to new method wrapping API
      - added new grafana dashboard backups
      0482f489
  3. Nov 09, 2022
    • Lluis Gifre Renom's avatar
      PathComp component: · 956377ec
      Lluis Gifre Renom authored
      - assumed all services issued to backend are in admin context
      - implemented logic to retrieve plain non-layered connection when layeted connection cannot be processed
      - improved error reporting in EroPathToHops
      - implemented logic to synthesize a dummy path for single-device service requests
      - improved identification of interdomain pathcomp requests
      956377ec
  4. Nov 08, 2022
  5. Sep 02, 2022
    • Lluis Gifre Renom's avatar
      PathComp component: · 1a85a101
      Lluis Gifre Renom authored
      Common:
      - temporarily added backend to pathcomp service for debug purposes
      
      Proto:
      - Added KDisjointPath Algorithm to pathcomp proto
      
      Frontend:
      - refactored Servicer to cope with multiple algorithms
      - added implementation of ShortestPath algorithm
      - added implementation of KShortestPath algorithm
      - added implementation of KDisjointPath algorithm (partial)
      - moved PathComp servicer tools to algorithms subfolder
      - added new unitary test scenario (DC's with CellSiteGWs and Transport Network) to validate KDisjointPath algorithm
      1a85a101
  6. Aug 03, 2022
    • Lluis Gifre Renom's avatar
      PathComp component · b95fdd5a
      Lluis Gifre Renom authored
      - Added curl as dependency for unitary tests
      - Added configuration settings in Frontend
      - Removed unneeded logs
      b95fdd5a
    • Lluis Gifre Renom's avatar
      PathComp component · 4b6b4ee5
      Lluis Gifre Renom authored
      - Arranged GitLab CI/CD
      - Added log messages
      4b6b4ee5
    • Lluis Gifre Renom's avatar
      PathComp - Frontend component: · 4b02fa16
      Lluis Gifre Renom authored
      Unitary test:
      - Corrected Objects definition
      - Added devices and links to topology
      
      Frontend component:
      - Implemented parsing of backend reply and composition of front-end reply
      - Other minor arrangements
      4b02fa16
  7. Jul 26, 2022
    • Lluis Gifre Renom's avatar
      PathComp component: · ef420f23
      Lluis Gifre Renom authored
      Common:
      - added helper scripts
      
      FrontEnd:
      - corrected import paths
      - added missing parameters in test
      - refined creation of backend request
      ef420f23
  8. Jul 25, 2022
    • Lluis Gifre Renom's avatar
      PathComp Frontend: · b15491a6
      Lluis Gifre Renom authored
      - added test-deploy.sh script
      - partial arrangement of GitLab CI/CD
      - added configuration constants
      - arranged Dockerfile
      - corrected imports of proto Python files
      - implemented composition of backend request
      b15491a6
  9. Jul 19, 2022
  10. Jul 15, 2022
    • Lluis Gifre Renom's avatar
      Adapted PathComp to common proto folder · c8a36551
      Lluis Gifre Renom authored
      - Moved imports from *.proto folder to common.proto folder
      - Removed pathcomp's genproto.sh script
      - Minor code and linting fixing
      - Arranged requirements to accelerate Docker image creation
      - Updated Dockerfile
      - Arranged GitLab CI/CD pipeline
      c8a36551
  11. Jul 05, 2022
    • 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
  12. Jun 23, 2022
    • 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
  13. May 20, 2022
  14. Feb 16, 2022
  15. Dec 15, 2021
  16. Dec 09, 2021
  17. Dec 06, 2021
Loading