Move Import::GithubService#repository_size_limit to EE
What does this MR do and why?
We need to move the logic of repository_size_limit in Import::GithubService to EE because:
- Repository size limit is part of EE features: Docs
- This logic is already defined in the model, and we should point it by using
target_namespace.actual_repository_size_limit
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
- Issue: #502222 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
N/A
How to set up and validate locally
The tests should cover this
Edited by Sheldon Led