Skip to content

Deal with repository size limits as Bytes instead Megabytes

Oswaldo Ferreir requested to merge 1541-deal-with-repo-size-limit-as-byte into master

Migrates the following columns from MB to Bytes:

  • ApplicationSettings#repository_size_limit
  • Namespace#repository_size_limit
  • Project#repository_size_limit

And also convert from MB to Bytes on the proper user inputs.

Doing this we'll be able to fix #1541 (closed), and store Bytes instead MB's, which is a good improvement.

Backports: gitlab-ce!8616, gitlab-ce!8665

Screen_Shot_2017-01-18_at_12.00.16_PM

Closes #1541 (closed)

Merge request reports