Commit Graph

14 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
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
Fatih Sarhan 7fd2143976 Update doc/update/9.3-to-9.4.md 2018-12-31 22:30:09 +00:00
Takuya Noguchi e238882d0c Eliminate duplicated words
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-22 15:44:32 +09:00
Achilleas Pipinellis 69b4c5c011 Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
Jarka Kadlecova fcab8b4343 update installation and update instructions for 10.0 2017-09-11 07:00:48 +02:00
Nick Thomas 1c8e4fcd7a Include RE2 in the upgrade docs 2017-08-10 10:48:45 +01:00
Rémy Coutable 8463d8b19e Merge branch 'update-source-install-docs-with-i18n' into 'master'
Update docs with i18n info for source installations

Closes #35193

See merge request !13212
2017-08-09 10:23:11 +00:00
Rubén Dávila 26ff4e3984 Update docs with i18n info for source installations 2017-08-08 13:08:10 -05:00
Jacob Vosmaer cb36c3b288 Install yarn via apt in update guides 2017-08-04 11:19:20 +02:00
Andrew Newdigate dfe544163e Update 9.3-to-9.4.md 2017-07-17 21:29:33 +00:00
James Edwards-Jones d9868d2ed5 9.4 update instractions include changes made to 9.3 instructions 2017-07-11 10:33:00 +01:00
Jacob Vosmaer 78089d1153 Remove option to disable Gitaly completely 2017-07-07 12:48:34 +02:00
Alejandro Rodríguez 58821ebbb4 Stop using deprecated `path` field on Gitaly messages
This revealed an error in our configuration generation in
gitlab:gitaly:install rake task. The fix is included
2017-06-14 19:33:43 -04:00