Skip to content

Switch between value streams MVC

What does this MR do?

  • Adds a dropdown to switch value streams
  • Add vuex actions to fetch value stream data

Notes

  • This MR should be merged after !36026 (merged) to avoid conflicts
  • A follow up MR will update the urls paths and handle refreshing data when a value stream is selected

Screenshots

No value streams available with value streams
Screen_Shot_2020-07-16_at_7.39.11_pm Screen_Shot_2020-07-16_at_7.39.53_pm

Testing

  1. Enable value_stream_analytics_create_multiple_value_streams
  2. Create a new group
  3. Browse to group VSA, for your new group /groups/<new-group-id>/-/analytics/value_stream_analytics
  4. The create a value stream button should appear
  5. Create a value stream, then the dropdown should appear allowing you to select a value stream or create another

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)

Edited by Martin Wortschack

Merge request reports