BigW Consortium Gitlab

  1. 18 Nov, 2015 1 commit
  2. 16 Nov, 2015 1 commit
  3. 29 Oct, 2015 1 commit
  4. 22 Oct, 2015 1 commit
    • Fix cloning Wiki repositories via HTTP · 64a270a6
      Stan Hu authored
      Cloning a project Wiki over HTTP would end up cloning the main repository
      since the .wiki extension was being stripped.
      
      Closes #3106
  5. 09 Oct, 2015 1 commit
  6. 08 Oct, 2015 1 commit
  7. 02 Sep, 2015 2 commits
  8. 31 Aug, 2015 1 commit
  9. 11 Aug, 2015 2 commits
  10. 28 Jul, 2015 4 commits
  11. 15 Jul, 2015 1 commit
  12. 23 Jun, 2015 1 commit
  13. 03 Jun, 2015 1 commit
    • Move repository when project is removed · 97ff86e0
      Dmitriy Zaporozhets authored
      Ths commit does next:
      
      * When we remove project we move repository to path+deleted.git
      * Then we schedule removal of path+deleted with sidekiq
      * If repository move failed we abort project removal
      
      This should help us with NFS issue when project get removed but
      repository stayed. The full explanation of problem is below:
      
      * rm -rf project.git
      * rm -rf removes project.git/objects/foo
      * NFS server renames foo to foo.nfsXXXX because some NFS client (think
      * Unicorn) still has the file open
      * rm -rf exits, but project.git/objects/foo.nfsXXX still exists
      * Unicorn closes the file, the NFS client closes the file (foo), and the
      * NFS server removes foo.nfsXXX
      * the directory project.git/objects/ still exists => problem
      
      So now we move repository and even if repository removal failed
      
      Repository directory is moved so no bugs with project removed but
      repository directory taken. User still able to create new project with
      same name. From administrator perspective you can easily find stalled
      repositories by searching `*+deleted.git`
      Signed-off-by: 's avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
  14. 22 May, 2015 1 commit
  15. 06 Apr, 2015 1 commit
  16. 24 Mar, 2015 2 commits
  17. 02 Mar, 2015 1 commit
  18. 23 Feb, 2015 1 commit
  19. 03 Feb, 2015 2 commits
  20. 28 Jan, 2015 1 commit
  21. 06 Jan, 2015 1 commit
    • White-list requests from 127.0.0.1 · af56c1dd
      Jacob Vosmaer authored
      On some misconfigured GitLab servers, if you look in production.log it looks
      like all requests come from 127.0.0.1. To avoid unwanted banning we
      white-list 127.0.0.1 with this commit.
  22. 18 Dec, 2014 1 commit
  23. 15 Dec, 2014 1 commit
  24. 18 Nov, 2014 3 commits
  25. 06 Nov, 2014 2 commits
  26. 05 Nov, 2014 2 commits
  27. 31 Oct, 2014 1 commit
  28. 21 Oct, 2014 1 commit
  29. 03 Oct, 2014 1 commit