1. 03 3月, 2014 1 次提交
  2. 27 2月, 2014 1 次提交
    • J
      Use Gitlab::VERSION to version backups · 75f274b7
      Jacob Vosmaer 提交于
      Previous to this commit, backups were tied to the git revision (SHA1) of
      the app at the time the backup:create command was invoked. If the SHA1
      at the time of restore was different, the script would refuse to restore
      the backup.  This commit loosens this tie so that the backup script only
      complains if the value of the Gitlab::VERSION constant is different
      between the time of backup and the time of restore.
      75f274b7
  3. 06 11月, 2013 2 次提交
  4. 05 8月, 2013 1 次提交
  5. 03 6月, 2013 1 次提交
  6. 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
  7. 09 5月, 2013 1 次提交
  8. 07 5月, 2013 1 次提交
  9. 05 5月, 2013 1 次提交
  10. 24 4月, 2013 1 次提交
  11. 18 4月, 2013 1 次提交
  12. 10 4月, 2013 1 次提交
  13. 06 4月, 2013 1 次提交
  14. 05 4月, 2013 1 次提交
  15. 15 3月, 2013 1 次提交
  16. 12 2月, 2013 1 次提交
  17. 06 1月, 2013 1 次提交
  18. 01 1月, 2013 1 次提交
  19. 31 12月, 2012 1 次提交
  20. 24 12月, 2012 1 次提交
  21. 22 12月, 2012 1 次提交
  22. 21 12月, 2012 1 次提交
  23. 20 12月, 2012 1 次提交
  24. 22 11月, 2012 1 次提交
  25. 20 11月, 2012 1 次提交
  26. 26 9月, 2012 1 次提交
  27. 03 9月, 2012 1 次提交
  28. 28 8月, 2012 2 次提交
  29. 26 8月, 2012 1 次提交
  30. 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
  31. 18 7月, 2012 1 次提交
  32. 10 7月, 2012 2 次提交