Git repositories do have a full copy of the codebase (unless using some large-file management, same issue with largefiles extension for hg).
But gitlab/github are more than just git repositories -- issue tracking, discussions, wiki, etc. One version control which includes most of this as part of the repository is fossil, http://fossil-scm.org
GitLab.com indeed is dog slow, we're sorry and we're working on improving that Q1 2016 https://gitlab.com/gitlab-com/operations/issues
So happy to see you acknowledge the performance issues. You'd do everyone a great favor when you make it happen!
Wait, are you telling me that every git repository isn't a full copy of the codebase that you could recover from?
Really? I find that hard to believe, but it makes me glad I use Mercurial if that's the case.
Git repositories do have a full copy of the codebase (unless using some large-file management, same issue with largefiles extension for hg).
But gitlab/github are more than just git repositories -- issue tracking, discussions, wiki, etc. One version control which includes most of this as part of the repository is fossil, http://fossil-scm.org
So host on multiple sites?
Deploy on Heroku
Installing it on Heroku is not an option because their containers do not allow the disk access GitLab needs to store and manage the git repo's. source: https://www.quora.com/How-much-of-a-threat-is-GitLab-to-GitH...
Alrigh, sorry. I didn't know.