Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-11Refactor the upgrading from source docsYorick Peterse
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).
2017-11-01Exclude comments from specific docsAchilleas Pipinellis
2017-02-15Fix most of broken docs linksAchilleas Pipinellis
[ci skip]
2016-10-04Update 8.1-to-8.2.mdfidomax
2015-12-14Rename mention of gitlab-git-http-server to gitlab-workhorseStan Hu
[ci skip] Closes https://github.com/gitlabhq/gitlabhq/issues/9904
2015-12-09Update init script only onceFelix Eckhofer
The init script is already being updated in section 6.
2015-11-30Use gitlab-shell 2.6.8 in update guideJacob Vosmaer
2015-11-20Merge branch 'workhorse-version' into 'master' Jacob Vosmaer
Bump GitLab Workhorse version to 0.4.2 See merge request !1830
2015-11-19Update gitlab-shell documentation [ci skip]Robert Schilling
2015-11-19Update gitlab-workhorse docs to 0.4.2Robert Schilling
2015-11-13Update doc/update/8.1-to-8.2.mdRobert Speicher
[ci skip]
2015-10-29Make sed command GNU-compatibleJacob Vosmaer
2015-10-29Add missing "cd"Jacob Vosmaer
2015-10-29Switch to gitlab-workhorseJacob Vosmaer