An error occurred fetching the project authors.
  1. 14 Feb, 2017 1 commit
  2. 27 Jan, 2017 1 commit
  3. 04 Nov, 2016 1 commit
  4. 13 Oct, 2016 1 commit
  5. 06 Oct, 2016 1 commit
  6. 16 Sep, 2016 1 commit
  7. 13 Sep, 2016 1 commit
  8. 26 Jul, 2016 1 commit
  9. 30 Jun, 2016 2 commits
  10. 03 Jun, 2016 2 commits
  11. 08 May, 2016 1 commit
    • Connor Shea's avatar
      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.
      9cc0937b
  12. 04 May, 2016 1 commit
  13. 15 Apr, 2016 3 commits
  14. 04 Feb, 2016 1 commit
  15. 02 Feb, 2016 1 commit
  16. 15 Dec, 2015 1 commit
  17. 18 Nov, 2015 1 commit
  18. 21 Oct, 2015 1 commit
  19. 09 Oct, 2015 1 commit
  20. 11 Aug, 2015 2 commits
  21. 15 Jul, 2015 1 commit
  22. 03 Jun, 2015 1 commit
    • Dmitriy Zaporozhets's avatar
      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: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      97ff86e0
  23. 06 Apr, 2015 1 commit
  24. 18 Nov, 2014 2 commits
  25. 06 Nov, 2014 2 commits
  26. 05 Nov, 2014 2 commits
  27. 31 Oct, 2014 1 commit
  28. 03 Oct, 2014 1 commit
  29. 04 Sep, 2014 1 commit
  30. 11 Aug, 2014 1 commit
  31. 14 Mar, 2014 1 commit
  32. 09 Dec, 2013 1 commit