Consider removing dependency list project limit

Why are we doing this work

We disable filtering on the dependency list if there are more than 600 projects in the group hierarchy.

This limit was instated before we completed Group-level dependency list page performance im... (&12371 - closed). After these improvements, I think this limit is no longer necessary because we no longer have to traverse the entire hierarchy of the group. Group size should no longer cause the query performance to degrade, but this needs to be validated. The purpose of this issue is to capture analysis and outcome.

Relevant links

Non-functional requirements

  • Documentation:
  • Feature flag:
  • Performance:
  • Testing:

Implementation plan

Verification steps