Skip to content

Resolve "Add median line to cycle analytics duration chart"

What does this MR do?

This MR adds the median line to the cycle analytics duration chart.

We fetch a second set of duration chart data but offset by the number of days that is being displayed. i.e. if 30 days of data is being displayed, we'll fetch the 30 days of data prior to the date range being displayed.

Fetching the additional data will happen in a separate series of API requests in order to display the chart asap.

Adding a 6 month range limit will be addressed in a follow up issue #119111 (closed)

Screenshots

Screenshot_2020-01-09_at_14.00.06

Does this MR meet the acceptance criteria?

Steps taken to make reviewing this easier

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 Issue

#36675 (closed)

Edited by Brandon Labuschagne

Merge request reports