Skip to content

Show iteration report in projects

Coung Ngo requested to merge 222763-show-iteration-report-in-projects into master

What does this MR do?

Iterations at a group level has now been released. Issue #222763 (closed) aims to show iterations at project level.

This MR shows an iteration list on the Iteration page in a project by reusing the Iteration components used on the Iteration page in a group.

These changes are behind the feature flag project_iterations, defaulted to off.

This MR is part of a sequence of changes:

  1. An MR to add a bare Iterations page in projects (!37715 (merged))
  2. An MR to show a list of iterations on the Iterations page in projects (!37961 (merged))
  3. An MR to show an iteration report within a project (this MR)
  4. An MR to update the iteration GraphQL query, after the backend creates one at the project level

Screenshots

Screenshot_2020-08-05_at_11.34.44_am

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
Edited by Coung Ngo

Merge request reports