Skip to content
Snippets Groups Projects
  1. Sep 30, 2024
    • Lluis Gifre Renom's avatar
      Deployed microservices: · 2ac5f0f8
      Lluis Gifre Renom authored
      - Added method to check deployed microservices
      - Extended WebUI to activate tabs according to deployed microservices
      - Extended Service and PathComp to activate selective parts of code depending on deployed microservices
      2ac5f0f8
  2. Apr 18, 2024
  3. Nov 15, 2023
    • Lluis Gifre Renom's avatar
      PathComp - FrontEnd component: · 84da908d
      Lluis Gifre Renom authored
      - Moved topology retrieval to TopologyTools::get_pathcomp_topology_details
      - Added forecasting capacity to get_pathcomp_topology_details
      - Updated backedn request composition to use link attributes
      - Added parameter to explicitly enable/disable forecaster
      84da908d
  4. Mar 27, 2023
  5. Feb 01, 2023
    • Lluis Gifre Renom's avatar
      Headers: · 99242d05
      Lluis Gifre Renom authored
      - Added/Updated headers
      - Added script to update copyright headers
      99242d05
  6. Sep 11, 2022
    • Lluis Gifre Renom's avatar
      PathComp component: · 49fef75e
      Lluis Gifre Renom authored
      Frontend:
      - added show logs script
      - improved config settings to get address and port of the backend
      - improved logging of _Algorithm
      - implemented KDisjointPath logic
      
      Backend:
      - added show logs script
      49fef75e
  7. 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
  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. May 20, 2022
  12. May 19, 2022
    • 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
  13. Feb 16, 2022
  14. Nov 04, 2021
  15. Sep 23, 2021
  16. Jul 16, 2021
    • 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
  17. Jun 14, 2021
  18. Jun 11, 2021
Loading