Skip to content

Support Conan lock files

Adam Cohen requested to merge add-conan-support into master

What does this MR do?

  • declare package type as a Go const
  • implement lock file parser; it's registered with the new package type, and the dependency files it supports
  • enable lock file parser by importing it
  • register the version range resolver with the package type
  • add a downstream pipeline to the CI config, to use the test project for QA
  • release a new version

What are the relevant issue numbers?

gitlab-org/gitlab#225218 (closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports