Skip to content
Snippets Groups Projects
  1. Feb 16, 2018
  2. Feb 12, 2018
  3. Feb 08, 2018
  4. Feb 07, 2018
  5. Feb 05, 2018
  6. Jan 27, 2018
  7. Jan 23, 2018
  8. Jan 19, 2018
  9. Jan 15, 2018
  10. Jan 10, 2018
  11. Jan 06, 2018
  12. Jan 04, 2018
  13. Dec 22, 2017
  14. Dec 21, 2017
  15. Dec 20, 2017
  16. Dec 15, 2017
  17. Dec 13, 2017
  18. Nov 28, 2017
    • Mike Greiling's avatar
    • 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
  19. Nov 13, 2017
  20. Nov 10, 2017
  21. Nov 07, 2017
  22. Nov 03, 2017
  23. Nov 01, 2017
  24. Oct 31, 2017
  25. Oct 12, 2017
Loading