An error occurred fetching the project authors.
  1. 18 Apr, 2019 1 commit
  2. 10 Apr, 2019 1 commit
  3. 09 Apr, 2019 1 commit
  4. 28 Mar, 2019 1 commit
  5. 27 Mar, 2019 1 commit
  6. 01 Mar, 2019 1 commit
  7. 29 Jan, 2019 1 commit
  8. 15 Jan, 2019 2 commits
  9. 14 Jan, 2019 1 commit
  10. 19 Dec, 2018 3 commits
  11. 14 Dec, 2018 1 commit
  12. 11 Dec, 2018 1 commit
  13. 14 Nov, 2018 1 commit
    • Jan Provaznik's avatar
      Address specs failing in rails 4 · 134edbd7
      Jan Provaznik authored
      We want to run CI with rails 4 for a short-term (until we are sure that
      we will ship with rails 5). The problem is that rails 4 can not handle
      rails 5 schema.rb properly - specifically `t.index` directive can not
      handle multiple indexes on the same column.
      
      Because combination of rails 4 + rails 5 schema will be used
      only in CI for a short-term, we can just ignore these incompatibility
      failures. This patch adds `rails5` helper for specs.
      134edbd7
  14. 05 Oct, 2018 1 commit
  15. 10 Sep, 2018 1 commit
  16. 30 Aug, 2018 1 commit
  17. 16 Aug, 2018 2 commits
  18. 09 Jul, 2018 1 commit
  19. 06 Jul, 2018 1 commit
  20. 21 Jun, 2018 1 commit
  21. 14 Jun, 2018 1 commit
  22. 12 Jun, 2018 1 commit
  23. 05 Jun, 2018 1 commit
  24. 09 May, 2018 1 commit
  25. 04 May, 2018 1 commit
  26. 25 Apr, 2018 1 commit
  27. 23 Apr, 2018 1 commit
  28. 06 Apr, 2018 1 commit
  29. 03 Apr, 2018 1 commit
  30. 28 Mar, 2018 1 commit
    • Stan Hu's avatar
      Clean the test path after each spec run · d7dc9ad1
      Stan Hu authored
      FactoryBot's build_stubbed ignores the current database sequence of the
      projects table and starts at ID 1000. If more than 1000 projects are created
      during a test run, leftover repositories can cause spec failures. For example,
      a spec that expects an empty repository may fail since there may be existing
      content.
      
      Closes #5461
      d7dc9ad1
  31. 22 Mar, 2018 1 commit
  32. 01 Mar, 2018 1 commit
  33. 22 Feb, 2018 1 commit
  34. 16 Feb, 2018 1 commit
  35. 19 Jan, 2018 1 commit
  36. 15 Jan, 2018 1 commit