Skip to content
Snippets Groups Projects
  1. May 16, 2025
  2. Nov 04, 2024
  3. Apr 18, 2024
  4. Nov 15, 2023
  5. Mar 26, 2023
  6. Feb 21, 2023
  7. Feb 20, 2023
  8. Feb 17, 2023
  9. Feb 01, 2023
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  10. Sep 13, 2022
    • Lluis Gifre Renom's avatar
      PathComp-Frontend component: · 8b914ba6
      Lluis Gifre Renom authored
      - Added timestamp to logs
      - Improved algorithm execution logs
      - Added basic support for multi-layer path computation
      - Improved KDisjointPath Algorithm with basic multi-layer support
      - Minor improvements in backend request composition
      - Removed unneeded code for unitary tests
      - Added OLS-flavoured unitary test scenario
      8b914ba6
  11. Sep 11, 2022
    • Lluis Gifre Renom's avatar
      Context/Service/PathComp component fixes: · 8a26fd5d
      Lluis Gifre Renom authored
      Common:
      - Added missing object factory methods for constraints
      
      Context:
      - Adapted unitary tests to new constraint object factory methods
      
      Service:
      - Adapted unitary tests to new constraint object factory methods
      
      PathComp-Backend:
      - Deactivated health probes since it causes problems in backend REST server
      
      PathComp-Frontend:
      - Correct unitary test constraints for SP algorithm
      - Adapted unitary tests to new constraint object factory methods
      - Fixed instantiation of ShortestPath and KDisjointPath Algorithms
      - Ignore unknown constraints in Algorithm request composition
      8a26fd5d
    • Lluis Gifre Renom's avatar
      PathComp-Frontend component: · 75f4bfb9
      Lluis Gifre Renom authored
      - correct unitary test constraints for SP algorithm
      75f4bfb9
  12. Sep 06, 2022
  13. 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
  14. Aug 03, 2022
    • 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
  15. 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
  16. 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
  17. Jul 19, 2022
  18. 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
  19. 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
  20. May 20, 2022
  21. May 19, 2022
    • 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
  22. Feb 16, 2022
  23. Feb 11, 2022
  24. Feb 10, 2022
  25. Dec 22, 2021
  26. Dec 21, 2021
  27. Oct 29, 2021
    • Lluis Gifre Renom's avatar
      Changes: · e85e7af4
      Lluis Gifre Renom authored
      - Corrections in Service to prevent errors in GitLab CI/CD pipeline.
      - Minor improvements in random classes.
      e85e7af4
  28. Oct 04, 2021
  29. Aug 13, 2021
  30. Aug 12, 2021
  31. Aug 11, 2021
    • Lluis Gifre Renom's avatar
      Several changes: · ad08989e
      Lluis Gifre Renom authored
      Common:
      - Improvements in Database API definition and unit tests
      - Implemented additional Assertions to be used by unitary tests
      
      Context and Device:
      - Improved logging of errors.
      
      Service:
      - Implemented service methods (except GetConnectionList). All methods are under active debug.
      - Partially implemented unitary tests
      ad08989e
Loading