Skip to content

Check and limit snippet repo size

Mark Chao requested to merge 209867-snippet-size into master

What does this MR do?

Check snippet repository does not exceed the configured snippet size, and blocks push if it does.

We first move EE-specific logic for repository size checking from EE::GitAccess up to GitAccess. Then we call the checking methods check_size_before_push! and check_push_size! in GitAccessSnippet.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Ref #209867 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports