1. 10 11月, 2015 1 次提交
    • K
      Implement Build Artifacts · d0e3e823
      Kamil Trzcinski 提交于
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  2. 16 9月, 2015 1 次提交
  3. 23 6月, 2015 1 次提交
  4. 02 4月, 2015 1 次提交
  5. 20 11月, 2014 2 次提交
  6. 05 8月, 2013 1 次提交
  7. 03 6月, 2013 1 次提交
  8. 30 5月, 2013 1 次提交
    • A
      fixes for gitlab restore with non-standard backup and repo dirs · 9c82bca5
      Angus MacArthur 提交于
      These fixes will allow a restore of gitlab when the backups and
      repositories directories are in non-standard locations (ie sub-dirs
      of gitlabhq).  Also allows the restore to be run from script
      overriding the need of a user to confirm the rebuild of the
      authorized_keys file.
      9c82bca5
  9. 09 5月, 2013 1 次提交
  10. 07 5月, 2013 1 次提交
  11. 05 5月, 2013 1 次提交
  12. 24 4月, 2013 1 次提交
  13. 18 4月, 2013 1 次提交
  14. 10 4月, 2013 1 次提交
  15. 06 4月, 2013 1 次提交
  16. 05 4月, 2013 1 次提交
  17. 15 3月, 2013 1 次提交
  18. 12 2月, 2013 1 次提交
  19. 06 1月, 2013 1 次提交
  20. 01 1月, 2013 1 次提交
  21. 31 12月, 2012 1 次提交
  22. 24 12月, 2012 1 次提交
  23. 22 12月, 2012 1 次提交
  24. 21 12月, 2012 1 次提交
  25. 20 12月, 2012 1 次提交
  26. 22 11月, 2012 1 次提交
  27. 20 11月, 2012 1 次提交
  28. 26 9月, 2012 1 次提交
  29. 03 9月, 2012 1 次提交
  30. 28 8月, 2012 2 次提交
  31. 26 8月, 2012 1 次提交
  32. 27 7月, 2012 2 次提交
    • M
      19f7b038
    • M
      Modified the `repo_dump` and `repo_restore` rake tasks to properly dump and... · ec01cbef
      Michael van Rooijen 提交于
      Modified the `repo_dump` and `repo_restore` rake tasks to properly dump and restore repositories based on their `path` rather than their (project) `name`. The project name can be uppercase and may contain spaces. This caused the repository to be restored as a different `path` that it was initially created as, thus, breaking the `git remote` and the web interface can no longer detect the repository either because it searches by `path` and not by `name`. Also, when restoring the permissions are incorrect making it impossible to push new commits to the remote repository. So now on success it'll set the correct permissions (but requires that the `gitlab` user has `sudo` privileges, or this task must be executed as root).
      ec01cbef
  33. 18 7月, 2012 1 次提交
  34. 10 7月, 2012 2 次提交