BigW Consortium Gitlab

  1. 06 Sep, 2017 2 commits
  2. 23 Aug, 2017 1 commit
  3. 13 Jul, 2017 1 commit
    • Enable all feature flags by default in specs · 3ee48e42
      Bob Van Landuyt authored
      Otherwise some features would go untested in non-specific contexts
      
      I did need to disable the
      `gitlab_git_diff_size_limit_increase`-feature in some specs since we
      depend on diffs being expandable while the file we are testing on is
      smaller than the increased limit.
  4. 12 Jul, 2017 1 commit
  5. 30 Jun, 2017 1 commit
  6. 22 Jun, 2017 1 commit
  7. 21 Jun, 2017 1 commit
  8. 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.
  9. 02 Jun, 2017 2 commits
  10. 31 May, 2017 1 commit
  11. 29 May, 2017 1 commit
  12. 10 May, 2017 1 commit
  13. 04 Apr, 2017 1 commit
  14. 15 Mar, 2017 1 commit
  15. 23 Feb, 2017 2 commits
  16. 05 Jan, 2017 1 commit
  17. 27 Apr, 2013 1 commit
  18. 16 Apr, 2013 1 commit