gitlab-org--gitlab-foss/doc/user/project
Sean McGivern 4ebbfe5d3e Remove serialised diff and commit columns
The st_commits and st_diffs columns on merge_request_diffs historically held the
YAML-serialised data for a merge request diff, in a variety of formats.

Since 9.5, these have been migrated in the background to two new tables:
merge_request_diff_commits and merge_request_diff_files. That has the advantage
that we can actually query the data (for instance, to find out how many commits
we've stored), and that it can't be in a variety of formats, but must match the
new schema.

This is the final step of that journey, where we drop those columns and remove
all references to them. This is a breaking change to the importer, because we
can no longer import diffs created in the old format, and we cannot guarantee
the export will be in the new format unless it was generated after this commit.
2017-11-28 16:13:40 +00:00
..
builds
clusters Add in the Oxford comma 2017-11-25 02:18:27 +00:00
gpg_signed_commits
img Label priority and Priority sort orders 2017-11-07 09:12:14 +00:00
import Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
integrations Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
issues Cross link default branch docs to issue closing pattern docs 2017-11-22 17:45:30 +01:00
members Fix permissions link for project member docs 2017-11-10 17:32:18 +00:00
merge_requests Semi-linear history merge is now available in CE. 2017-10-27 08:50:51 +00:00
milestones Allow promoting project milestones to group milestones 2017-10-31 15:03:52 +00:00
pages Update getting_started_part_one.md 2017-11-14 14:35:02 +00:00
pipelines removed 'only once' from the docs 2017-11-25 00:03:48 +01:00
repository Merge branch 'docs-fix-delete-merged-branches-typo' into 'master' 2017-10-23 14:09:14 +00:00
settings Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
wiki
container_registry.md Add note on registry restrictions on GitLab.com 2017-11-07 22:03:06 +00:00
cycle_analytics.md
description_templates.md
git_attributes.md
highlighting.md
index.md
issue_board.md issue ordering docs 2017-11-07 15:43:59 +00:00
koding.md
labels.md Label priority and Priority sort orders 2017-11-07 09:12:14 +00:00
merge_requests.md
new_ci_build_permissions_model.md Fix a wrong anchor to job permissions doc 2017-11-20 09:48:14 +01:00
protected_branches.md
protected_tags.md
quick_actions.md added date parameter for time tracking 2017-10-13 11:41:49 +01:00
slash_commands.md