1. 31 10月, 2017 1 次提交
  2. 13 9月, 2017 1 次提交
  3. 05 9月, 2017 3 次提交
  4. 21 8月, 2017 1 次提交
  5. 01 8月, 2017 1 次提交
  6. 27 7月, 2017 1 次提交
  7. 07 7月, 2017 1 次提交
    • S
      Add table for merge request commits · aff5c9f3
      Sean McGivern 提交于
      This is an ID-less table with just three columns: an association to the merge
      request diff the commit belongs to, the relative order of the commit within the
      merge request diff, and the commit SHA itself.
      
      Previously we stored much more information about the commits, so that we could
      display them even when they were deleted from the repo. Since 8.0, we ensure
      that those commits are kept around for as long as the target repo itself is, so
      we don't need to duplicate that data in the database.
      aff5c9f3
  8. 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
  9. 04 5月, 2017 2 次提交
  10. 03 5月, 2017 1 次提交
  11. 05 4月, 2017 1 次提交
  12. 23 2月, 2017 2 次提交
  13. 07 2月, 2017 1 次提交
  14. 05 2月, 2017 1 次提交
  15. 02 2月, 2017 1 次提交
  16. 26 1月, 2017 1 次提交
  17. 20 10月, 2016 2 次提交
  18. 26 9月, 2016 2 次提交
  19. 01 9月, 2016 1 次提交
  20. 01 8月, 2016 1 次提交
  21. 19 7月, 2016 1 次提交
    • J
      Squashed - fix encoding issue · bf1ea8c6
      James Lopez 提交于
      WIP - trying to replicate UTF-8 error
      
      fix spec
      
      fixing encoding issue and another spec, to do with MR diffs
      
      fix issue and spec failure
      
      Add changelog and bumped up I/E version
      
      fix spec based on feedback - omitted target project
      bf1ea8c6
  22. 07 7月, 2016 1 次提交
  23. 02 7月, 2016 1 次提交
  24. 29 6月, 2016 1 次提交
  25. 15 6月, 2016 2 次提交
  26. 13 6月, 2016 1 次提交
  27. 03 6月, 2016 1 次提交
  28. 18 5月, 2016 1 次提交
  29. 12 5月, 2016 1 次提交
  30. 06 5月, 2016 1 次提交
  31. 03 5月, 2016 1 次提交
  32. 14 4月, 2016 1 次提交
  33. 13 4月, 2016 1 次提交