Skip to content

Add created_at and updated_at filters to Epics API

James Ramsay (ex-GitLab) requested to merge jramsay/filter-epics into master

What does this MR do?

Accessing recently created and recently modified data is an important access pattern, but is not easy using the Epics API. Although is is possible to manually halt one sufficiently new data is found, pagination headers give no useful feedback about the amount of data a client needs to consume.

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11242

Does this MR meet the acceptance criteria?

Conformity

Performance 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