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).
2019-01-24Fix most instances of bare URLs in markdownEvan Read
2019-01-08Make unordered lists conform to styleguideEvan Read
- Also makes other minor Markdown fixes that were near the main fixes.
2017-11-01Exclude comments from specific docsAchilleas Pipinellis
2017-02-15Fix most of broken docs linksAchilleas Pipinellis
[ci skip]
2017-02-06Fix broken links to docsAchilleas Pipinellis
[ci skip]
2015-02-05note about latest details being on master branchBen Bodenmiller
[ci skip]
2015-02-05Merge pull request #8318 from bbodenmiller/patch-9Jeroen van Baarsen
add editor command to update database.yml; cleanup
2015-02-04Fix a number of discovered typos, capitalization of developer andEwan Edwards
product names, plus a couple of instances of bad Markdown markup.
2014-11-23Merge pull request #8319 from bbodenmiller/patch-12Robert Schilling
start gitlab after mysql tweaks
2014-11-23add editor command to update database.yml; cleanupBen Bodenmiller
2014-11-23start gitlab after mysql tweaksBen Bodenmiller
2014-11-15remove extra cd commandBen Bodenmiller
2014-10-31Fixed markdown error in 7.3-to-7.4 update guideAlvaro Naveda
Just fixed a minor bug in the markdown notation
2014-10-21Update Guide: Change path to nginx configValery Sizov
2014-10-21remove unnecessary parts from update docValery Sizov
2014-10-21Merge pull request #8065 from bbodenmiller/patch-17Valeriy Sizov
[7.4 rc fix] [doc] clarify when database.yml needs to be updated
2014-10-21Merge pull request #8066 from bbodenmiller/patch-18Valeriy Sizov
[7.4 rc fix] [doc] stop gitlab before mysql optimizations, run checks
2014-10-21Merge pull request #8067 from bbodenmiller/patch-19Valeriy Sizov
[7.4 rc fix] [doc] actually give command necessary to update unicorn
2014-10-18stop gitlab before backupBen Bodenmiller
Stopping gitlab before backup ensures that backup has everything before upgrade incase something goes wrong. Also remove extra cd.
2014-10-18actually give command necessary to update unicornBen Bodenmiller
Give command to update unicorn.rb rather than just say you need to do it.
2014-10-18stop gitlab before mysql optimizations, run checksBen Bodenmiller
Update MySQL optimizations to reflect doing updates after GitLab has already been started back up.
2014-10-18clarify when database.yml needs to be updatedBen Bodenmiller
Clarify that database.yml should be updated if you are running a MySQL Database. Remove wording that de-emphasises importance of update.
2014-10-17documents updatedValery Sizov
2014-10-15make sure tables are UTF8 capableBen Bodenmiller
As discussed at https://github.com/gitlabhq/gitlabhq/pull/7742#issuecomment-58897445 make sure that tables have correct char set.
2014-10-13minor updates to mysql cleanupBen Bodenmiller
* take -> make * correct incorrect details about when pool size was changed
2014-10-13Cleanup MySQL databaseBen Bodenmiller
Addresses changes made to installation guide and config files but never applied in update process. Relevant changes to installation guide and config files were made in gitlabhq@cbb5b00, gitlabhq@498a4e6, gitlabhq@c33d5e1, gitlabhq@485162e#diff-e1059d0fa0437ffad94facff86210603, gitlabhq@72e2fe2#diff-d1b4ff7de834bae6008dd49550413a6f, gitlabhq@5163a8f#diff-e1059d0fa0437ffad94facff86210603, gitlabhq@993af5d#diff-e1059d0fa0437ffad94facff86210603, & gitlabhq@d3f5a0c.