Skip to content
Snippets Groups Projects
  1. Feb 14, 2018
    • 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
  2. Feb 12, 2018
  3. Feb 07, 2018
  4. Feb 06, 2018
  5. Feb 05, 2018
  6. Feb 02, 2018
  7. Jan 24, 2018
  8. Jan 22, 2018
  9. Jan 18, 2018
  10. Jan 17, 2018
  11. Jan 10, 2018
  12. Jan 08, 2018
  13. Jan 05, 2018
  14. Jan 03, 2018
  15. Jan 02, 2018
  16. Dec 27, 2017
  17. Dec 12, 2017
  18. Dec 11, 2017
  19. Dec 06, 2017
    • 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
  20. Dec 04, 2017
Loading