Skip to content

Add project level VSA endpoints

Adam Hegyi requested to merge 335953-expose-project-level-stage-data into master

What does this MR do?

Note: not user facing change. The FE change will be implemented in a follow-up MR.

This MR ports group-level (EE, paid) value stream analytics functionality to FOSS (project-level). The goal is to share the FE and BE codebase between the group-level and project-level features.

The MR moves a few files to the FOSS version, in order to facilitate code reuse:

  • RequestParams class was moved to FOSS.
  • CycleAnalyticsParams EE module was moved to FOSS.
  • StageActions module was added to share controller actions between group and project level controllers.

Status before this MR:

vsa_now

Status after this MR is merged:

vsa_mr

Screenshots or Screencasts (strongly suggested)

vsa

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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

Related to #335953 (closed)

Edited by Adam Hegyi

Merge request reports

Loading