Commit graph

19 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
65ec7e12d5 Update doc/update/8.17-to-9.0.md 2018-12-31 22:28:18 +00:00
Takuya Noguchi
e238882d0c Eliminate duplicated words
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-22 15:44:32 +09:00
Brett Walker
b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00: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
Jacob Vosmaer
cb36c3b288 Install yarn via apt in update guides 2017-08-04 11:19:20 +02:00
Rémy Coutable
263f8cde06
Fix the 8.17 to 9.0 upgrade guide
Install gitlab-shell and gitlab-workhorse after updating the code, and
update configuration files before installing libs, migrations etc.

[ci skip]

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-23 12:56:10 +01:00
Stan Hu
5ea740fa5b Add notes about dropping support for Ruby 2.1.x
[ci skip]
2017-03-22 21:52:01 -07:00
Jacob Vosmaer
275b7797c1 Add gitaly source installation instructions 2017-03-21 14:55:41 +01:00
Mike Greiling
543f68b8f2 fix recompile assets step in 9.0 upgrade guide to use yarn 2017-03-20 17:11:31 -05:00
Achilleas Pipinellis
e8c8ea8408 Include instructions to update /etc/default/gitlab
We were missing some info on updating /etc/default/gitlab

In particular, changes needed to be made in order for Pages to work,
see https://gitlab.com/gitlab-org/gitlab-ce/issues/29372
2017-03-14 10:28:11 +01:00
DJ Mountney
8cda8eee58 Add missed review update for 8.17 to 9.0 document
Missed removing one of the redundant lines
2017-03-09 15:19:59 -08:00
DJ Mountney
184c1230e0 Cleanup 8.17 to 9.0 doc with review suggestions
Fix redundant wording.
Clean up code blocks and links.
2017-03-09 15:10:11 -08:00
DJ Mountney
7e1e43405d Flush out the update guide from 8.17 - 9.0
And bump the stable branch version in the installation from source guide
2017-03-08 14:49:59 -08:00
Alejandro Rodríguez
0b9d56f960 Update storage settings to allow extra values per shard
This will be necessary when adding gitaly settings. This version
doesn't make any functional changes, but allows us to include this
breaking change in 9.0 and add the needed extra settings in the future
with backwards compatibility
2017-03-03 12:13:30 -03:00
Paweł Chojnacki
76e96878aa Stop setting Strict-Transport-Securty header from within the app 2017-03-03 11:05:24 +00:00