Skip to content
Snippets Groups Projects
  1. Jul 31, 2018
  2. Jul 16, 2018
  3. Jul 12, 2018
  4. Jun 12, 2018
  5. Oct 02, 2017
  6. Sep 06, 2017
  7. Aug 23, 2017
  8. Jul 13, 2017
    • Bob Van Landuyt's avatar
      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.
      3ee48e42
  9. Jul 12, 2017
  10. Jun 30, 2017
  11. Jun 22, 2017
  12. Jun 21, 2017
  13. Jun 16, 2017
    • Sean McGivern's avatar
      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.
      9a73b634
  14. Jun 02, 2017
  15. May 31, 2017
  16. May 29, 2017
  17. May 10, 2017
  18. Apr 04, 2017
  19. Mar 15, 2017
  20. Feb 23, 2017
  21. Jan 05, 2017
  22. Apr 27, 2013
  23. Apr 16, 2013
Loading