Skip to content
Snippets Groups Projects
  1. Feb 14, 2018
  2. Feb 01, 2018
  3. Jan 22, 2018
  4. Jan 19, 2018
  5. Jan 10, 2018
  6. Jan 08, 2018
  7. Jan 03, 2018
  8. Dec 29, 2017
  9. Dec 28, 2017
  10. Dec 27, 2017
  11. Dec 21, 2017
  12. Dec 18, 2017
  13. Dec 01, 2017
  14. Nov 28, 2017
    • Sean McGivern's avatar
      Remove serialised diff and commit columns · 4ebbfe5d
      Sean McGivern authored
      The st_commits and st_diffs columns on merge_request_diffs historically held the
      YAML-serialised data for a merge request diff, in a variety of formats.
      
      Since 9.5, these have been migrated in the background to two new tables:
      merge_request_diff_commits and merge_request_diff_files. That has the advantage
      that we can actually query the data (for instance, to find out how many commits
      we've stored), and that it can't be in a variety of formats, but must match the
      new schema.
      
      This is the final step of that journey, where we drop those columns and remove
      all references to them. This is a breaking change to the importer, because we
      can no longer import diffs created in the old format, and we cannot guarantee
      the export will be in the new format unless it was generated after this commit.
      4ebbfe5d
  15. Nov 21, 2017
  16. Nov 12, 2017
  17. Nov 02, 2017
  18. Nov 01, 2017
  19. Oct 30, 2017
  20. Oct 13, 2017
  21. Oct 09, 2017
  22. Sep 27, 2017
  23. Sep 25, 2017
  24. Sep 12, 2017
  25. Sep 09, 2017
  26. Sep 08, 2017
  27. Sep 06, 2017
  28. Aug 14, 2017
  29. Aug 11, 2017
  30. Aug 07, 2017
Loading