1. 29 6月, 2017 4 次提交
  2. 24 6月, 2017 1 次提交
  3. 23 6月, 2017 1 次提交
  4. 20 6月, 2017 2 次提交
  5. 19 6月, 2017 3 次提交
  6. 17 6月, 2017 1 次提交
    • S
      Add table for files in merge request diffs · 9a73b634
      Sean McGivern 提交于
      This adds an ID-less table containing one row per file, per merge request
      diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised
      currently, with the advantage that we can easily query the attributes of this
      new table.
      
      It does not migrate existing data, so we have fallback code when the legacy
      st_diffs column is present instead. For a merge request diff to be valid, it
      should have at most one of:
      
      * Rows in this new table, with the correct merge_request_diff_id.
      * A non-NULL st_diffs column.
      
      It may have neither, if the diff is empty.
      9a73b634
  7. 16 6月, 2017 7 次提交
  8. 15 6月, 2017 1 次提交
  9. 14 6月, 2017 2 次提交
  10. 12 6月, 2017 1 次提交
  11. 08 6月, 2017 1 次提交
  12. 07 6月, 2017 2 次提交
  13. 06 6月, 2017 4 次提交
  14. 05 6月, 2017 2 次提交
  15. 03 6月, 2017 2 次提交
  16. 02 6月, 2017 1 次提交
  17. 01 6月, 2017 1 次提交
  18. 26 5月, 2017 1 次提交
  19. 25 5月, 2017 3 次提交