BigW Consortium Gitlab

  1. 06 Jul, 2017 1 commit
    • Add table for merge request commits · aff5c9f3
      Sean McGivern authored
      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.
  2. 05 Jul, 2017 4 commits
  3. 26 Jun, 2017 1 commit
  4. 16 Jun, 2017 1 commit
    • Add table for files in merge request diffs · 9a73b634
      Sean McGivern authored
      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.
  5. 05 Jun, 2017 1 commit
  6. 07 May, 2017 1 commit
  7. 05 May, 2017 2 commits
  8. 03 May, 2017 2 commits
  9. 02 May, 2017 1 commit
  10. 09 Apr, 2017 1 commit
  11. 06 Apr, 2017 5 commits
  12. 04 Apr, 2017 3 commits
  13. 03 Apr, 2017 1 commit
  14. 17 Mar, 2017 1 commit
  15. 09 Mar, 2017 1 commit
  16. 01 Mar, 2017 1 commit
  17. 16 Feb, 2017 1 commit
  18. 14 Feb, 2017 1 commit
  19. 07 Feb, 2017 1 commit
  20. 31 Jan, 2017 2 commits
  21. 30 Jan, 2017 5 commits
  22. 20 Jan, 2017 1 commit
  23. 19 Jan, 2017 1 commit
  24. 18 Jan, 2017 1 commit