1. 29 6月, 2017 4 次提交
  2. 28 6月, 2017 3 次提交
  3. 27 6月, 2017 1 次提交
  4. 24 6月, 2017 3 次提交
  5. 23 6月, 2017 3 次提交
  6. 22 6月, 2017 3 次提交
  7. 21 6月, 2017 2 次提交
  8. 20 6月, 2017 6 次提交
  9. 19 6月, 2017 5 次提交
  10. 17 6月, 2017 2 次提交
    • V
      Accept image for avatar in user API · 83a9a472
      vanadium23 提交于
      83a9a472
    • 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
  11. 16 6月, 2017 8 次提交