gitlab-org--gitlab-foss/doc/user
Sean McGivern 9a73b634ab Add table for files in merge request diffs
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.
2017-06-16 18:30:01 +01:00
..
account Fix most of broken docs links 2017-02-15 19:27:40 +01:00
admin_area Copyedit ConvDev docs 2017-06-16 10:56:54 +02:00
discussions Rename "Slash commands" to "Quick actions" 2017-06-15 09:01:56 -05:00
group/subgroups Merge branch 'rework-authorizations-performance' into 'master' 2017-05-29 15:49:56 +00:00
img adds "comments on snippets" to doc 2017-05-19 15:43:10 -03:00
profile Add docs for personal access tokens 2017-06-14 08:40:21 +02:00
project Add table for files in merge request diffs 2017-06-16 18:30:01 +01:00
search Add docs for "Remove Filter in Search Bar" 2017-05-19 15:37:04 +00:00
award_emojis.md Refactor award emojis document 2017-03-17 11:51:11 +01:00
markdown.md Update markdown.md 2017-04-25 13:19:03 +00:00
permissions.md Corrected spelling mistake in permissions.md "it total" -> "in total". 2017-06-05 09:48:26 +00:00
snippets.md adds "comments on snippets" to doc 2017-05-19 15:43:10 -03:00