Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S SOL005
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NFV - Network Functions VirtualisationNFV - Network Functions Virtualisation
  • SOL005
  • Merge requests
  • !4

Fixes for nslcm

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Michele Carignani requested to merge fixes-for-nslcm into NFV-SOL005-Review Nov 15, 2018
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 5

This 2 commits make some improvements in the build script and in the overall utilization of $refs in the files.

The optimization is the following: When a $ref from a different file is used several times in a api, it's better to create a local definition where we import once from the external file and internally we refer each time to the local definition.

With this optimization the OpenAPI file built has passed from a length of 40K+ lines to a length of 25K+ lines. Several errors of references remain and further optimizations may be done, but I think it's ok to merge with the NFV-SOL005-Review branch.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fixes-for-nslcm