An error occurred fetching the project authors.
  1. 22 Aug, 2019 1 commit
  2. 16 Aug, 2019 2 commits
  3. 08 Jul, 2019 1 commit
  4. 19 Jun, 2019 1 commit
  5. 27 May, 2019 1 commit
  6. 22 May, 2019 2 commits
  7. 20 May, 2019 1 commit
  8. 05 May, 2019 1 commit
  9. 23 Apr, 2019 1 commit
  10. 22 Feb, 2019 1 commit
    • Evan Read's avatar
      Ensure all lists are surrounded by new lines · eb866309
      Evan Read authored
      Markdown renderers find it easier to determine
      where lists start and end when lists are surrounded
      by new lines.
      
      For consistency, also ensure entries in the list
      are aligned when they span multipls lines.
      eb866309
  11. 18 Feb, 2019 1 commit
  12. 08 Jan, 2019 1 commit
  13. 21 Sep, 2018 1 commit
  14. 06 Jun, 2018 1 commit
  15. 14 May, 2018 1 commit
  16. 01 Mar, 2018 1 commit
  17. 19 Jan, 2018 1 commit
  18. 28 Nov, 2017 1 commit
  19. 14 Nov, 2017 1 commit
  20. 07 Aug, 2017 1 commit
  21. 13 Jul, 2017 1 commit
  22. 03 May, 2017 1 commit
  23. 22 Mar, 2017 1 commit
  24. 10 Feb, 2017 1 commit
  25. 03 Nov, 2016 1 commit
  26. 05 Aug, 2016 1 commit
  27. 18 Jul, 2016 1 commit
  28. 23 Jun, 2016 1 commit
  29. 14 Apr, 2016 1 commit
    • Yorick Peterse's avatar
      Use rake db:reset instead of db:setup · a54af831
      Yorick Peterse authored
      Using db:reset ensures existing tables are first dropped. This in turn
      ensures that we can drop tables regardless of any foreign key
      constraints. While CE currently doesn't have any foreign keys EE defines
      the following relation:
      
          remote_mirrors.project_id -> projects.id
      
      MySQL will complain whenever you try to drop the "projects" table first
      even when using "DROP TABLE ... CASCADE".
      a54af831
  30. 31 Oct, 2015 1 commit
  31. 03 Sep, 2015 1 commit
  32. 04 Dec, 2014 2 commits
  33. 31 Jul, 2014 1 commit
  34. 24 Apr, 2014 1 commit