Skip to content
Snippets Groups Projects
  1. Mar 27, 2018
  2. Mar 19, 2018
  3. Feb 28, 2018
  4. Feb 21, 2018
  5. Feb 20, 2018
  6. Feb 14, 2018
  7. Feb 01, 2018
  8. Jan 22, 2018
  9. Jan 19, 2018
  10. Jan 10, 2018
  11. Jan 08, 2018
  12. Jan 03, 2018
  13. Dec 29, 2017
  14. Dec 28, 2017
  15. Dec 27, 2017
  16. Dec 21, 2017
  17. Dec 18, 2017
  18. Dec 01, 2017
  19. 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
  20. Nov 21, 2017
  21. Nov 12, 2017
  22. Nov 02, 2017
  23. Nov 01, 2017
  24. Oct 30, 2017
  25. Oct 13, 2017
  26. Oct 09, 2017
  27. Sep 27, 2017
Loading