1. 29 Jun, 2023 2 commits
    • Lluis Gifre Renom's avatar
      Common - Object Factory: · 7271b2be
      Lluis Gifre Renom authored
      - Added field name in Device-related methods
      - Added field name in Link-related methods
      7271b2be
    • Lluis Gifre Renom's avatar
      Common - Context Queries: · 2e7d56b4
      Lluis Gifre Renom authored
      - Added field name in method create_context
      - Enahnced filtering in Interdomain method get_device_to_domain_map()
      - Migrated old methods compute_interdomain_path() and compute_traversed_domains() to new compute_interdomain_sub_slices()
      2e7d56b4
  2. 23 Jun, 2023 1 commit
  3. 25 May, 2023 1 commit
  4. 20 Apr, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common tools - Context Queries: · 3bdd9f54
      Lluis Gifre Renom authored
      - Added get_connection_by_id and get_connection_by_uuid methods
      - Updated old get_service method to get_service_by_id and get_service_by_uuid
      - Updated get_service method to use new SelectService context method and filter options
      - Updated old get_slice method to get_slice_by_id and get_slice_by_uuid
      - Updated get_slice method to use new SelectSlice context method and filter options
      - Updated get_device method to use new SelectDevice context method and filter options
      3bdd9f54
  5. 26 Mar, 2023 1 commit
  6. 21 Feb, 2023 4 commits
  7. 20 Feb, 2023 2 commits
  8. 17 Feb, 2023 4 commits
  9. 16 Feb, 2023 2 commits
  10. 09 Feb, 2023 1 commit
  11. 01 Feb, 2023 2 commits
  12. 29 Jan, 2023 2 commits
  13. 24 Jan, 2023 1 commit
  14. 23 Jan, 2023 1 commit
  15. 20 Jan, 2023 3 commits
  16. 19 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common - Tools - Context Queries: · a3349a3a
      Lluis Gifre Renom authored
      - updated definition of constant DEFAULT_CONTEXT_UUID to DEFAULT_CONTEXT_NAME
      - updated definition of constant DEFAULT_TOPOLOGY_UUID to DEFAULT_TOPOLOGY_NAME
      - updated definition of constant INTERDOMAIN_TOPOLOGY_UUID to INTERDOMAIN_TOPOLOGY_NAME
      a3349a3a
  17. 12 Jan, 2023 2 commits
  18. 04 Jan, 2023 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 5b1579a7
      Lluis Gifre Renom authored
      - updated coveragerc template file
      - extended and improved rpc wrapper set of declarable exceptions
      - updated default context and topology definition constants
      5b1579a7
  19. 22 Dec, 2022 1 commit
  20. 18 Dec, 2022 1 commit
  21. 15 Dec, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Proto: · 817f5f08
      Lluis Gifre Renom authored
      - added field name in context
      - added field name in topology
      - added field name in device
      - added field name in link
      - added field name in service
      - added field name in slice
      817f5f08
  22. 12 Dec, 2022 1 commit
  23. 02 Dec, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Common: · 2f520913
      Lluis Gifre Renom authored
      - Increased default gRPC workers from 10 to 200
      - added object factory methods for L2NM services
      2f520913
    • longllu's avatar
      Common: · 293623a5
      longllu authored
      - solved issue parsing slice config rules
      293623a5
  24. 28 Nov, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Context component: · 7dd26fcd
      Lluis Gifre Renom authored
      - pre-merge cleanup
      7dd26fcd
    • Lluis Gifre Renom's avatar
      Common: · acc602d7
      Lluis Gifre Renom authored
      - fixed show_logs_monitoring script
      - Context Queries: added get_service, get_slice, get_topology methods
      - Context Queries: corrected bug with get inter topology
      - Moved old Build/Load Descriptor scripts to common
      - Fixed retrieval of objects loaded from descriptors
      - Deactivated close of clients in descriptor loader
      - Moved MockOSM library to common tests/tools folder
      
      Compute component:
      - updated to use new context query methods
      - updated to use new MockOSM location
      
      OFC'22 tests:
      - updated MockOSM paths
      - updated fixtures
      - added loggers
      - corrected WIM service definitions
      - improved verification of KPIs created and values returned
      - optimized removal of entities
      - optimized service discovery in delete test
      - added on-line logging to tests
      acc602d7