An error occurred fetching the project authors.
  1. 30 Mar, 2018 1 commit
  2. 21 Mar, 2018 1 commit
  3. 06 Mar, 2018 1 commit
  4. 22 Feb, 2018 1 commit
  5. 07 Feb, 2018 1 commit
  6. 06 Feb, 2018 4 commits
  7. 22 Jan, 2018 1 commit
  8. 08 Jan, 2018 2 commits
    • James Edwards-Jones's avatar
      40e3d9f3
    • Pablo Carranza's avatar
      Backport authorized_keys branch 'find-key-by-fingerprint' · ac86b204
      Pablo Carranza authored
      Add find key by base64 key or fingerprint to the internal API
      
      See merge request !250
      
      Squashed changes:
      Add unique index to fingerprint
      Add new index to schema
      Add internal api to get ssh key by fingerprint
      Change API endpoint to authorized_keys
      Add InsecureKeyFingerprint that calculates the fingerprint without shelling out
      Add require for gitlab key fingerprint
      Remove uniqueness of fingerprint index
      Remove unique option from migration
      Fix spec style in fingerprint test
      Fix rubocop complain
      Extract insecure key fingerprint to separate file
      Change migration to support building index concurrently
      Remove those hideous tabs
      ac86b204
  9. 24 Dec, 2017 1 commit
  10. 22 Dec, 2017 1 commit
  11. 08 Dec, 2017 1 commit
  12. 29 Nov, 2017 1 commit
  13. 14 Nov, 2017 1 commit
  14. 20 Oct, 2017 1 commit
  15. 05 Sep, 2017 2 commits
  16. 31 Aug, 2017 1 commit
  17. 11 Aug, 2017 1 commit
  18. 02 Aug, 2017 1 commit
  19. 01 Aug, 2017 1 commit
  20. 27 Jul, 2017 1 commit
  21. 18 Jul, 2017 1 commit
  22. 14 Jul, 2017 1 commit
  23. 11 Jul, 2017 1 commit
  24. 07 Jul, 2017 1 commit
  25. 16 Jun, 2017 1 commit
  26. 15 Jun, 2017 1 commit
  27. 18 May, 2017 1 commit
  28. 03 May, 2017 1 commit
    • Alejandro Rodríguez's avatar
      Generate and handle a gl_repository param to pass around components · c45341c8
      Alejandro Rodríguez authored
      This new param allows us to share project information between components
      that don't share or don't have access to the same filesystem
      mountpoints, for example between Gitaly and Rails or between Rails and
      Gitlab-Shell hooks. The previous parameters are still supported, but if
      found, gl_repository is prefered. The old parameters should be deprecated
      once all components support the new format.
      c45341c8
  29. 21 Apr, 2017 1 commit
  30. 14 Apr, 2017 3 commits
  31. 10 Apr, 2017 1 commit
  32. 29 Mar, 2017 2 commits