An error occurred fetching the project authors.
  1. 12 Dec, 2018 1 commit
    • Yorick Peterse's avatar
      Move remaining EE specific lines out of CE code · 3c289543
      Yorick Peterse authored
      These lines were not handled by previous work to move EE code out of CE
      code, in most cases because our scripts did not cover all cases. This
      commit moves a variety of EE specific Ruby changes, with the exception
      of `prepend` calls, out of CE code.
      3c289543
  2. 04 Dec, 2018 1 commit
  3. 15 Nov, 2018 1 commit
  4. 12 Nov, 2018 1 commit
    • Yorick Peterse's avatar
      Move EE prepend/include calls to the end of models · 34836b9e
      Yorick Peterse authored
      This moves all instances of `prepend EE::Something` and `include
      EE::Something` in models to the last line of the corresponding model.
      This pushes EE specific code further down the files, reducing the
      likelihood of developers running into merge conflicts.
      34836b9e
  5. 07 Nov, 2018 2 commits
    • Tiago Botelho's avatar
      User can keep their commit email private · f70c2921
      Tiago Botelho authored
      The private commit email is automatically generated in the format:
      id-username@noreply.HOSTNAME
      
      GitLab instance admins are able to change the HOSTNAME portion,
      that defaults to Gitlab's hostname, to whatever they prefer.
      
      Changes push rulels to accept private commit emails
      f70c2921
    • Tiago Botelho's avatar
      User can keep their commit email private · c239452b
      Tiago Botelho authored
      The private commit email is automatically generated in the format:
      id-username@noreply.HOSTNAME
      
      GitLab instance admins are able to change the HOSTNAME portion,
      that defaults to Gitlab's hostname, to whatever they prefer.
      c239452b
  6. 05 Nov, 2018 3 commits
  7. 13 Oct, 2018 2 commits
  8. 10 Oct, 2018 3 commits
  9. 01 Oct, 2018 1 commit
    • Oswaldo Ferreira's avatar
      Make single diff patch limit configurable · 4fbca2a3
      Oswaldo Ferreira authored
      - 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
      4fbca2a3
  10. 24 Sep, 2018 2 commits
  11. 12 Sep, 2018 1 commit
  12. 07 Sep, 2018 2 commits
  13. 30 Aug, 2018 1 commit
  14. 29 Aug, 2018 1 commit
  15. 08 Aug, 2018 1 commit
    • Ævar Arnfjörð Bjarmason's avatar
      Add ability suppress the global "You won't be able [use] SSH" message · b6ba8cc6
      Ævar Arnfjörð Bjarmason authored
      This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation
      this feature is intended to be used when SSH certificates are
      enabled. Then this warning becomes not only pointless, but also
      misleading.
      
      This builds on top of gitlab-org/gitlab-ce!21009 since both need to
      modify the same documentation, which avoids a merge conflict.
      
      See also the gitlab-org/gitlab-ce#49218 issue and associated merge
      request.
      b6ba8cc6
  16. 06 Aug, 2018 2 commits
  17. 01 Aug, 2018 4 commits
  18. 31 Jul, 2018 4 commits
  19. 30 Jul, 2018 1 commit
  20. 27 Jul, 2018 2 commits
  21. 26 Jul, 2018 2 commits
  22. 10 Jul, 2018 2 commits