Commit Graph

12 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 c566a2a423 Update doc/update/8.14-to-8.15.md 2018-12-31 22:27:12 +00:00
Achilleas Pipinellis 69b4c5c011 Exclude comments from specific docs 2017-11-01 15:56:40 +00:00
Achilleas Pipinellis f2ed14458c Fix most of broken docs links
[ci skip]
2017-02-15 19:27:40 +01:00
Rémy Coutable 0c212fae19 Re-order update steps in the 8.14 -> 8.15 upgrade guide
1. Gems need to be installed before we can run the
  gitlab:workhorse:install task
1. Update gitlab-shell after gitlab-workhorse since it's a manual step
  that needs to be done in `/home/git/gitlab-shell`

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-09 09:59:20 +01:00
Rémy Coutable 5dcd01aa96
Bump gitlab-shell to 4.1.1
This fixes a compatibility issue with Git 2.11:

- Issue: gitlab-org/gitlab-ce#25301
- gitlab-shell MR: gitlab-org/gitlab-shell!112
- CE MR: gitlab-org/gitlab-ce!7967
- EE MR: gitlab-org/gitlab-ee!964

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-16 14:31:07 +01:00
Sean McGivern 20a6183be6 Update custom hooks docs and set 4.1.0 2016-12-12 15:29:13 +00:00
Douglas Barbosa Alexandre e01e9f8b01 [ci skip] Update "Installation from source" guide for 8.15.0 2016-12-09 15:28:41 -02:00
Robert Speicher e41c3f698d Correct previous stable branch used in 8.14 to 8.15 update guide
[ci skip]
2016-12-08 11:07:45 +11:00
Rémy Coutable b193e84974
Move task helpers to a module
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-30 12:20:21 +01:00
Rémy Coutable a9c250eadd Add #run_command! to task helpers to raise a TaskFailedError if status is not 0
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-30 10:35:17 +01:00