An error occurred fetching the project authors.
  1. 16 Feb, 2018 1 commit
  2. 14 Feb, 2018 1 commit
    • Michael Kozono's avatar
      Avoid dropping tables in test · 080dba4a
      Michael Kozono authored
      And use :migration tag to use deletion strategy, and to avoid caching tables, and to lock into a particular schema.
      
      Attempting to fix intermittent spec errors `PG::UndefinedTable: ERROR:  relation "public.untracked_files_for_uploads" does not exist`.
      080dba4a
  3. 12 Feb, 2018 3 commits
  4. 07 Feb, 2018 1 commit
  5. 01 Feb, 2018 2 commits
  6. 05 Jan, 2018 1 commit
  7. 06 Dec, 2017 2 commits
    • Michael Kozono's avatar
      Fix specs for MySQL · 24c348f0
      Michael Kozono authored
      24c348f0
    • Michael Kozono's avatar
      Fix specs after rebase · 03cba8c0
      Michael Kozono authored
      Later migrations added fields to the EE DB which were used by factories which were used in these specs.
      
      And in CE on MySQL, a single appearance row is enforced.
      
      The migration and migration specs should not depend on the codebase staying the same.
      03cba8c0
  8. 01 Dec, 2017 13 commits