1. 20 6月, 2017 1 次提交
  2. 19 6月, 2017 1 次提交
  3. 17 6月, 2017 2 次提交
    • T
      db33c0fb
    • 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
  4. 16 6月, 2017 2 次提交
  5. 15 6月, 2017 4 次提交
  6. 14 6月, 2017 2 次提交
  7. 13 6月, 2017 2 次提交
  8. 10 6月, 2017 1 次提交
  9. 09 6月, 2017 3 次提交
  10. 08 6月, 2017 4 次提交
    • D
      Add Blob#file_type convenience method · 369d681e
      Douwe Maan 提交于
      369d681e
    • D
      Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney 提交于
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      565ead61
    • D
      Bring in security changes from the 9.2.5 release · 1d1363e2
      DJ Mountney 提交于
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      1d1363e2
    • K
      nil-check Repository::is_ancestor? · 7a07eceb
      Kim Carlbäcker 提交于
      7a07eceb
  11. 07 6月, 2017 1 次提交
  12. 06 6月, 2017 4 次提交
  13. 05 6月, 2017 3 次提交
  14. 03 6月, 2017 2 次提交
  15. 02 6月, 2017 3 次提交
  16. 01 6月, 2017 5 次提交