Commit Graph

6 Commits

Author SHA1 Message Date
Yorick Peterse 4d10197915
Refactor the upgrading from source docs
Instead of requiring one separate document for every version (which is
created by release managers), we now use a single document for both
Community Edition and Enterprise Edition. This allows developers to add
guidelines right away, instead of release managers having to determine
what to add.

Version specific upgrading instructions are placed in a separate
section. This prevents instructions from lingering around for many
versions should a developer forget to remove them. This also ensures
that all instructions are kept in a single place, instead of being
spread across different documents.

A minor downside is that CE and EE guidelines now live in the same
document, which could cause merge conflicts. Since we are working
towards a single codebase, this should only be an issue until we merge
the codebases together; something we expect to do in the coming months.

This commit also removes all old upgrading instructions, but these can
still be accessed using Git branch specific URLs (included in the
updating README).
2019-02-11 15:29:21 +01:00
Evan Read c2c2d04b3a Fix most instances of bare URLs in markdown 2019-01-24 06:52:33 +00:00
Evan Read fb24d5fa93 Merge branch '55979-avoid-installing-bundler-v2-or-higher-docs' into 'master'
Avoid installing Bundler 2.0 or higher on source-based install

Closes #55979

See merge request gitlab-org/gitlab-ce!24502
2019-01-23 02:17:37 +00:00
Takuya Noguchi e4bd474126 Avoid installing Bundler 2.0 or higher
to always use Bundler 1.x on source install at this moment

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-22 16:27:55 +09:00
Rémy Coutable bf88c46714
Skip kerberos when running 'bundle install' in update docs
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52346.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-21 17:52:33 +01:00
Lukas 'Eipi' Eipert 57bdfd3be2 Add 11.7 -> 11.8 update doc 2019-01-14 16:16:05 +00:00