Commit Graph

13 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 7f07f4f6c1 Update doc/update/9.1-to-9.2.md 2018-12-31 22:29:34 +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
Rémy Coutable 687775e734
Make clear that Go 1.8 is required since GitLab 9.2
[ci skip]

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-29 18:36:49 +02:00
PAB 1bb4f15293 Doc: Add the need to upgrade to Go 1.8.3 in the 9.1->9.2 documentation as the upgrade fails with Go 1.5 (installed with Gitlab 8.1) 2017-06-12 13:15:16 +00:00
Timothy Andrew 1fd409016a Update guides for 9.2.
- Update the "Installation from Source" guide
- Create an update guide for `9.1` to `9.2`
2017-05-08 10:29:08 +00:00