Add support for max_artifacts_size for groups and projects
Add the max_artifacts_size parameter to the group and project edit APIs.
Implementation Guide
- Read the
CONTRIBUTING.mdguide for setting up your local development environment and clone the community fork of this project. - In
groups.goaddMaxArtifactsSizeto theGroupandUpdateGroupOptionsstructs. - In
projects.goaddMaxArtifactsSizeto theProjectandEditProjectOptionsstructs. - Update unit tests for both files to use the new field.
- Ideally, add an integration test for the get and update group/project endpoints using the new field.
Edited by 🤖 GitLab Bot 🤖