BigW Consortium Gitlab

  1. 23 Feb, 2017 4 commits
  2. 16 Feb, 2017 1 commit
  3. 14 Feb, 2017 1 commit
  4. 27 Jan, 2017 1 commit
  5. 04 Nov, 2016 1 commit
  6. 13 Oct, 2016 1 commit
  7. 06 Oct, 2016 1 commit
  8. 16 Sep, 2016 1 commit
  9. 13 Sep, 2016 1 commit
  10. 26 Jul, 2016 1 commit
  11. 30 Jun, 2016 2 commits
  12. 03 Jun, 2016 2 commits
  13. 08 May, 2016 1 commit
    • Enable the Rubocop DeprecatedClassMethods cop · 9cc0937b
      Connor Shea authored
      This reports uses of `File.exists?` and `Dir.exists?`, which were both
      deprecated in Ruby and will eventually be removed in favor of
      `.exist?`. Also fixes all existing uses of the deprecated methods.
  14. 04 May, 2016 1 commit
  15. 15 Apr, 2016 3 commits
  16. 04 Feb, 2016 1 commit
  17. 02 Feb, 2016 1 commit
  18. 15 Dec, 2015 1 commit
  19. 18 Nov, 2015 1 commit
  20. 21 Oct, 2015 1 commit
  21. 09 Oct, 2015 1 commit
  22. 11 Aug, 2015 2 commits
  23. 15 Jul, 2015 1 commit
  24. 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>
  25. 06 Apr, 2015 1 commit
  26. 18 Nov, 2014 2 commits
  27. 06 Nov, 2014 2 commits
  28. 05 Nov, 2014 2 commits
  29. 31 Oct, 2014 1 commit