BigW Consortium Gitlab

  1. 22 Nov, 2012 1 commit
  2. 08 Nov, 2012 1 commit
  3. 25 Oct, 2012 1 commit
  4. 02 Oct, 2012 1 commit
  5. 27 Sep, 2012 1 commit
  6. 21 Sep, 2012 1 commit
  7. 02 Sep, 2012 1 commit
    • Add StaticModel role, and add it to Commit model · 8db2a59d
      Robert Speicher authored
      Instead of doing this:
      
          link_to(commit.id, project_commit_path(project, id: commit.id))
          Note.create(noteable_id: commit.id, noteable_type: "Commit", ...)
      
      It lets us do this:
      
          link_to(commit.id, project_commit_path(project, commit))
          Note.create(noteable: commit, ...)
  8. 10 Aug, 2012 1 commit
  9. 27 Jul, 2012 1 commit
  10. 20 Jul, 2012 1 commit
    • BaseContext · 3063af5a
      Dmitriy Zaporozhets authored
      Controllers refactoring with contexts
      Move commit compare logic to model
  11. 28 Jun, 2012 1 commit
  12. 26 May, 2012 1 commit
  13. 21 May, 2012 1 commit
  14. 16 May, 2012 1 commit
  15. 19 Apr, 2012 1 commit
  16. 15 Apr, 2012 1 commit
  17. 14 Apr, 2012 1 commit
  18. 11 Apr, 2012 1 commit
  19. 09 Mar, 2012 1 commit
  20. 29 Feb, 2012 1 commit
  21. 18 Feb, 2012 1 commit
  22. 29 Jan, 2012 1 commit
  23. 28 Jan, 2012 2 commits
  24. 11 Jan, 2012 1 commit
  25. 04 Jan, 2012 1 commit
  26. 30 Dec, 2011 1 commit
  27. 29 Nov, 2011 1 commit
  28. 28 Nov, 2011 1 commit
    • fix the issue on github #157. · 46cbe541
      Saito authored
      directly force_encoding is wrong,
      must detect the file string's encoding.
      then force_encoding the string to it's encoding.
      last convert it to utf-8.
  29. 27 Nov, 2011 1 commit
  30. 20 Nov, 2011 1 commit