Skip to content

Update stages endpoints to include value stream id

What does this MR do?

Updates the VSA stages endpoints to include the selected value stream

  • GET /-/analytics/value_stream_analytics/stages => /-/analytics/value_stream_analytics/value_streams/:value_stream_id]/stages for stages of specific value stream
  • POST /-/analytics/value_stream_analytics/stages => /-/analytics/value_stream_analytics/value_streams/:value_stream_id]/stages for creating a custom stage for a value stream

When there are no custom value streams available, a default stream can be queried for stages / events

Additional endpoints will be migrated in a follow-up MR

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability 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

Related to #221204 (closed) #226996 (closed)

Edited by Ezekiel Kigbo

Merge request reports