An error occurred fetching the project authors.
  1. 06 Feb, 2020 1 commit
    • Zeger-Jan van de Weg's avatar
      Use WriteRef to create/delete branches w/o hooks · 02c6f7ec
      Zeger-Jan van de Weg authored
      The GitLab::Git::Repository class had two methods which aren't really
      used in production. `#create_branch` and `#remove_branch` now leverage
      WriteRef. The behaviour does change now, in the case of `#create_branch`
      it doesn't throw an error anymore if the branch already exists. That's
      actually not a problem as all call sites are import related, in which
      case there's only one branch to be imported.
      
      `#delete_branch` is only used in tests. The runtime errors aren't
      depended on in that case. Again, this change in behaviour doesn't
      influence GitLab-Rails.
      02c6f7ec
  2. 20 Jan, 2020 1 commit
  3. 10 Jul, 2019 2 commits
  4. 04 Mar, 2019 1 commit
  5. 17 Nov, 2018 1 commit
    • gfyoung's avatar
      Enable even more frozen string for lib/gitlab · 7ec8af50
      gfyoung authored
      Enables frozen string for the following:
      
      * lib/gitlab/hook_data/**/*.rb
      * lib/gitlab/i18n/**/*.rb
      * lib/gitlab/import/**/*.rb
      * lib/gitlab/import_export/**/*.rb
      * lib/gitlab/kubernetes/**/*.rb
      * lib/gitlab/legacy_github_import/**/*.rb
      * lib/gitlab/manifest_import/**/*.rb
      * lib/gitlab/metrics/**/*.rb
      * lib/gitlab/middleware/**/*.rb
      
      Partially addresses gitlab-org/gitlab-ce#47424.
      7ec8af50
  6. 27 Jul, 2018 1 commit
  7. 24 Jul, 2018 1 commit
  8. 01 Dec, 2017 2 commits
  9. 20 Nov, 2017 2 commits
  10. 07 Nov, 2017 2 commits
  11. 21 Aug, 2017 1 commit
  12. 04 Apr, 2017 1 commit