Skip to content
Snippets Groups Projects
  1. Aug 04, 2012
  2. Aug 02, 2012
  3. Aug 04, 2012
  4. Aug 03, 2012
  5. Aug 02, 2012
  6. Aug 01, 2012
  7. Jul 28, 2012
  8. Aug 01, 2012
  9. Jul 28, 2012
  10. Aug 01, 2012
  11. Jul 31, 2012
  12. Jul 28, 2012
  13. Jul 27, 2012
  14. Jul 29, 2012
  15. Jul 28, 2012
  16. Jul 27, 2012
  17. Jul 26, 2012
    • 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
    • Dmitriy Zaporozhets's avatar
Loading