Skip to content

Move license management reports backend for pipeline

Can Eldem requested to merge 12019-move-lm-reports-pipelines-backend into master

What does this MR do?

Adds end point for serving license management reports.

Does this MR meet the acceptance criteria?

  • Run gitlab ee in your local machine
  • Import a project and configure license management
  • Run a pipeline with license management configuration i.e. check ruby-bundler test project for config details
  • hit http://localhost:3001/gitlab-org/ruby-bundler/pipelines/74/licenses.json (change pipeline id and project it)
  • you should get licenses and their dependencies in json format

image

Related issue

https://gitlab.com/gitlab-org/gitlab-ee/issues/12019

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Can Eldem

Merge request reports