Skip to content

Add last_activity_before and last_activity_after filter to /api/projects endpoint

What does this MR do?

If using the api for add-on tools it's useful to fetch only projects that have changed before or after a specific time.

This MR adds that functionality to filter that on server side. Otherwise GitLab provides all projects and the API client does the filtering.

Screenshots

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 Roger Meier

Merge request reports