summaryrefslogtreecommitdiff
path: root/doc/update/upgrading_from_source.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-9/+18
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-11/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-041-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-221-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-23/+23
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-45/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-0/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-071-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-041-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-5/+5
|
* Fix capitalization in more docsMarcel Amirault2019-08-291-9/+8
| | | | | Fix capitalization in docs for works like GitLab, Git Omnibus, etc
* Update docs to pass new markdownlintMarcel Amirault2019-08-221-1/+1
| | | | | Deletes extra spaces and line, makes lists consistent, and fixes links.
* Make ruby 2.6 the officially supported versionHordur Freyr Yngvason2019-08-141-2/+2
|
* Enable use of Rails' new cookie encryptionHeinrich Lee Yu2019-08-131-14/+0
| | | | | Old cookies are still valid and are automatically upgraded by Rails
* Update redirected links to final destinationsMarcel Amirault2019-07-081-1/+1
| | | | | | This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
* Update the docs to reflect lack of MySQL support52442-minimal-remove-mysql-supportNick Thomas2019-06-191-34/+4
| | | | Now MySQL is no longer supported, we need to change the docs
* Correct upgrade guides for 12.0Yorick Peterse2019-06-191-8/+5
| | | | | It's fine to upgrade from 11.11.x to 12.x, so we remove the requirement to first upgrade to 12.0.x.
* Added source upgrade guides for 12.0.0docs/12-0-upgradeYorick Peterse2019-06-181-0/+21
|
* Use Go 1.11.10 in source installationsJacob Vosmaer2019-06-111-4/+4
|
* Add git 2.21 install from update_sourceÆx2019-06-071-10/+50
|
* Rjh/doc fixes for source installRichard Hancock2019-05-151-8/+8
|
* Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ceStan Hu2019-05-081-3/+3
| | | | | | | Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
* Docs: Merge EE doc/​update to CEMarcel Amirault2019-05-051-0/+3
|
* Update upgrading_from_source.md for Ruby 2.5Jason Plum2019-03-071-2/+2
| | | | | Update the documented version requirement of Ruby inside of Upgrading from Source to show GitLab 11.8 needs Ruby 2.5
* Refactor the upgrading from source docsdocs/refactor-update-guidesYorick Peterse2019-02-111-0/+390
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).