Skip to content

Add limit to epics requested from backend on Roadmap

Donald Cook requested to merge 285440-roadmap-epics-limit-improvements into master

What does this MR do?

We show a warning if there are more than 1000 epics in the GraphQL request (see below), but the limit on the backend is actually 2000. Since we use a gon attribute to define what that number is in the warning banner, we should actually use the same attribute to limit the amount we are requesting from the backend.

toomanyepics

Screenshots (strongly suggested)

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 #285440 (closed)

Edited by Donald Cook

Merge request reports