Skip to content

Make single diff patch limit configurable

Oswaldo Ferreira requested to merge osw-configurable-single-diff-file-limit into master

What does this MR do?

  • Creates a new column to hold the single patch limit value on application_settings
  • Allows updating this value through the application_settings API
  • Calculates single diff patch collapsing limit based on diff_max_patch_bytes column
  • Updates diff limit documentation
  • Adds documentation (with warning) as of how one can update this limit

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48027

Does this MR meet the acceptance criteria?

Edited by Oswaldo Ferreira

Merge request reports