An error occurred fetching the project authors.
  1. 15 Jan, 2020 1 commit
  2. 09 Jan, 2020 2 commits
  3. 07 Jan, 2020 1 commit
  4. 06 Jan, 2020 1 commit
  5. 03 Jan, 2020 1 commit
  6. 23 Dec, 2019 1 commit
  7. 19 Dec, 2019 2 commits
    • Vladimir Shushlin's avatar
      Support max_pages_size per project/group setting · 9bb42c01
      Vladimir Shushlin authored
      Extracted it as EE feature
      use already existing helper for closest_setting
      Add pages_size_limit feature
      Add validation of pages and artifacts size
      Add permissions for updating max_pages_size
      Add application_setting.max_pages_size validations
      Refactor old specs
      Move MAX_SIZE pages constant
      Fix max_pages_size in db
      Remove redundant MAX_SIZE check from update pages service
      Move update_max_pages_size to global policy
      9bb42c01
    • Shinya Maeda's avatar
      Ci Resouce Group models and parser · 5c11f24c
      Shinya Maeda authored
      This commit introduces CI resource group models and parser
      5c11f24c
  8. 17 Dec, 2019 1 commit
  9. 16 Dec, 2019 3 commits
  10. 11 Dec, 2019 3 commits
    • Robert Speicher's avatar
      Fork MRs target least visible project · 54d97d39
      Robert Speicher authored
      Previously, if a user forked a Public project and made their fork
      Private, opening a merge request in the fork would target the source
      project (the Public one) by default, potentially exposing private code.
      
      Now, when the fork project is less visible than its source, we default
      to targeting the fork.
      54d97d39
    • Shinya Maeda's avatar
      Ci Resouce Group models and parser · 640e0562
      Shinya Maeda authored
      This commit introduces CI resource group models and parser
      640e0562
    • Steve Abrams's avatar
      Add ContainerExpirationPolicy model and table · 83d7cfa0
      Steve Abrams authored
      Migration to create container_expiration_policies
      Add model with associations to project
      Add helpers to provide drop down options for
      container_expiration_policies
      Autopopulate container_expiration_policy record
      on project create
      83d7cfa0
  11. 10 Dec, 2019 1 commit
  12. 09 Dec, 2019 1 commit
  13. 07 Dec, 2019 1 commit
  14. 06 Dec, 2019 1 commit
    • Gabriel Mazetto's avatar
      Filter legacy attachments correctly · 98d1d503
      Gabriel Mazetto authored
      An attachment from an unmigrated project will only be using the legacy
      storage when stored locally. Any file on object storage already use
      hashed storage format.
      98d1d503
  15. 02 Dec, 2019 4 commits
  16. 29 Nov, 2019 3 commits
  17. 28 Nov, 2019 2 commits
  18. 27 Nov, 2019 1 commit
  19. 26 Nov, 2019 1 commit
  20. 25 Nov, 2019 2 commits
  21. 20 Nov, 2019 2 commits
  22. 14 Nov, 2019 2 commits
  23. 13 Nov, 2019 1 commit
  24. 12 Nov, 2019 1 commit
  25. 11 Nov, 2019 1 commit
    • Oswaldo Ferreira's avatar
      Remove N+1 calls from branches API · 12090792
      Oswaldo Ferreira authored
      This commit handles N+1 calls being
      submited at 'GET /projects/:id/repository/branches'
      endpoint for protected branches.
      
      It does so by using properly eagerloaded protected branches
      relations, which also avoids N+1 ActiveRecord cached
      calls.
      12090792