1. 02 Aug, 2012 1 commit
  2. 04 Aug, 2012 1 commit
  3. 02 Aug, 2012 2 commits
  4. 04 Aug, 2012 2 commits
  5. 03 Aug, 2012 4 commits
  6. 02 Aug, 2012 1 commit
  7. 01 Aug, 2012 1 commit
  8. 28 Jul, 2012 1 commit
  9. 01 Aug, 2012 2 commits
  10. 28 Jul, 2012 1 commit
  11. 01 Aug, 2012 1 commit
  12. 31 Jul, 2012 3 commits
  13. 28 Jul, 2012 1 commit
  14. 27 Jul, 2012 1 commit
  15. 29 Jul, 2012 3 commits
  16. 28 Jul, 2012 5 commits
  17. 27 Jul, 2012 9 commits
  18. 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