An error occurred fetching the project authors.
  1. 29 Sep, 2014 1 commit
  2. 08 May, 2014 1 commit
  3. 03 Mar, 2014 1 commit
  4. 27 Feb, 2014 1 commit
    • Jacob Vosmaer's avatar
      Use Gitlab::VERSION to version backups · 75f274b7
      Jacob Vosmaer authored
      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
  5. 06 Nov, 2013 2 commits
  6. 05 Aug, 2013 1 commit
  7. 03 Jun, 2013 1 commit
  8. 30 May, 2013 1 commit
    • Angus MacArthur's avatar
      fixes for gitlab restore with non-standard backup and repo dirs · 9c82bca5
      Angus MacArthur authored
      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. 08 May, 2013 1 commit
  10. 06 May, 2013 1 commit
  11. 05 May, 2013 1 commit
  12. 23 Apr, 2013 1 commit
  13. 18 Apr, 2013 1 commit
  14. 10 Apr, 2013 1 commit
  15. 05 Apr, 2013 2 commits
  16. 14 Mar, 2013 1 commit
  17. 11 Feb, 2013 1 commit
  18. 05 Jan, 2013 1 commit
  19. 31 Dec, 2012 2 commits
  20. 23 Dec, 2012 1 commit
  21. 22 Dec, 2012 1 commit
  22. 20 Dec, 2012 2 commits
  23. 22 Nov, 2012 1 commit
  24. 19 Nov, 2012 1 commit
  25. 26 Sep, 2012 1 commit
  26. 02 Sep, 2012 1 commit
  27. 28 Aug, 2012 2 commits
  28. 25 Aug, 2012 1 commit
  29. 27 Jul, 2012 1 commit
  30. 26 Jul, 2012 1 commit
    • Michael van Rooijen's avatar
      Modified the `repo_dump` and `repo_restore` rake tasks to properly dump and... · ec01cbef
      Michael van Rooijen authored
      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 Jul, 2012 1 commit
  32. 10 Jul, 2012 1 commit
  33. 09 Jul, 2012 1 commit