summaryrefslogtreecommitdiff
path: root/doc/update
Commit message (Collapse)AuthorAgeFilesLines
...
| * Include gitlab-shell in patch update docJacob Vosmaer2013-11-041-3/+11
| |
* | Add security update info to 6.0-to-6.2.mdJacob Vosmaer2013-11-021-2/+5
| |
* | Clarify upgrade stepsJacob Vosmaer2013-11-024-4/+4
| |
* | Add 5.1-to-5.4 update pathJacob Vosmaer2013-11-023-2/+105
| |
* | Bump gitlab-shell in 5.4 and 6.2Jacob Vosmaer2013-11-022-9/+17
| |
* | Add security warnings to update docsJacob Vosmaer2013-11-029-0/+27
|/
* Use gitlab-shell 1.7.4Jacob Vosmaer2013-11-012-2/+2
|
* Bump gitlab-shell to 1.7.3Jacob Vosmaer2013-11-011-1/+1
|
* Add 6.0-to-6.2 update guideJacob Vosmaer2013-10-291-0/+128
|
* Merge branch '51-to-60-update' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-10-291-0/+153
|\
| * Add a combined update doc from 5.1 to 6.0Jacob Vosmaer2013-10-241-0/+153
| |
* | Universal update guide for patch versionsDmitriy Zaporozhets2013-10-281-0/+56
| |
* | Merge pull request #4986 from Machiel/patch-1Jacob Vosmaer2013-10-241-0/+1
|\ \ | |/ |/| Added git command to change shell to 1.1.0 to make sure the check passes
| * Added git command to change shell to 1.1.0 to make sure the check passesMachiel2013-09-041-0/+1
| |
* | Typo fixedJohn Weis2013-10-231-1/+1
| | | | | | "ssending" to "sending"
* | Update 6.1-to-6.2.mdJeroen van Baarsen2013-10-211-0/+2
| | | | | | Added a few enters so markdown can process the code (without adding bash in front of it)
* | Add tip to see difference between old and new configDmitriy Zaporozhets2013-10-211-0/+6
| |
* | Use init.d/gitlab script from 6-0-stable branchNatt Piyapramote2013-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Seems like init.d/gitlab script from master branch is not working anymore. Change to a version from 6-0-stable works fine. It says: ``` Starting the GitLab Unicorn web server... /etc/init.d/gitlab: 132: /etc/init.d/gitlab: script/web: not found Starting the GitLab Sidekiq event dispatcher... /etc/init.d/gitlab: 141: /etc/init.d/gitlab: script/background_jobs: not found GitLab is not running. ```
* | Add logrotate config to update docsRobert Schilling2013-10-181-5/+16
| |
* | Add troubleshooting info to 5.4-to-6.0.mdJacob Vosmaer2013-10-151-0/+18
| |
* | Remove unnecessary steps from update 6.1-6.2Dmitriy Zaporozhets2013-10-151-14/+5
| |
* | Fix sudo commands in update guidesJacob Vosmaer2013-10-076-11/+11
| |
* | Merge pull request #5160 from nummy/patch-1Jacob Vosmaer2013-10-031-0/+1
|\ \ | | | | | | Improve 6.0-to-6.1.md update guide
| * | Step 8, cd into /home/git/gitlabSergio Pieiga2013-09-231-0/+1
| | | | | | | | | need to be in /home/git/gitlab
* | | Use mkdir -p in 4.2-to-5.0.md update guideJacob Vosmaer2013-10-021-2/+2
| | |
* | | Add -H to sudo commands in 4.1-to-4.2.mdJacob Vosmaer2013-10-021-4/+4
| | |
* | | Update install/update docs.Marin Jankovski2013-10-011-0/+100
|/ /
* | Merge pull request #5136 from f0k/patch-1Dmitriy Zaporozhets2013-09-221-0/+1
|\ \ | | | | | | Remove old assets before compiling new ones
| * | remove old assets before compilingJan Schlüter2013-09-191-0/+1
| | |
* | | Corrects the update document to match the version of gitshell specified in ↵Spencer Owen2013-09-221-1/+1
|/ / | | | | | | the install document (1.7.1)
* | Typo fix.Sytse Sijbrandij2013-09-131-1/+1
| |
* | Notice about moving projects.Sytse Sijbrandij2013-09-131-2/+2
| |
* | Clear cache when update to 6.1Dmitriy Zaporozhets2013-09-101-2/+3
|/
* Create satellites during update to 6.0. Fix #4938Snooze-2013-08-291-0/+1
| | | | | | | Satellites for projects that were located in the root namespace needs to be recreated once they've been migrated to the creator’s namespace during the upgrade process. This can be achieved by running the sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production during the update process. The command has been added to the 5.4 to 6.0 update doc.
* Warning about issue numbers.Sytse Sijbrandij2013-08-261-2/+8
|
* Clear redis cache and precompile assets during update to 6.0. Fix #4874 #4840Axilleas Pipinellis2013-08-261-3/+7
| | | | | | | | | | | As a consequence on the namespaces change from 5.4 to 6.0, after upgrade lots of links on the dashboard were not working (pointing to projects without the group part on the url). Also, after upgrading to 6.0-stable, the network (branch history) function does not work. The progress bar rotates forever, but the network graph cannot be generated. Clearing redis cache fixes those issues.
* Added assets:precompile in upgrade guide 5.4 -> 6.0Alex Bouma2013-08-221-0/+2
|
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2013-08-211-1/+1
|\
| * fix checkout tag namelurdan2013-08-211-1/+1
| |
* | Warn about update to 6.1Dmitriy Zaporozhets2013-08-211-0/+3
|/
* Prepare doc for update from 6.0 to 6.1Dmitriy Zaporozhets2013-08-201-0/+91
|
* Update to gitlab-shell 1.7.0 during 5.4-6.0 updateChris Roemmich2013-08-201-6/+14
|
* Information about teams in changelog and switching to unicorn for all people.Sytse Sijbrandij2013-08-161-5/+7
|
* Unix line endings.Sytse Sijbrandij2013-08-161-96/+96
|
* Update to gitlab-shell 1.5.0 during 5.3-5.4 updateJacob Vosmaer2013-08-091-5/+13
|
* Move diff parsing to own class. Correctly identify note diff lineDmitriy Zaporozhets2013-08-041-0/+1
|
* Merge pull request #4673 from Razer6/support_restructured_textDmitriy Zaporozhets2013-08-031-5/+12
|\ | | | | Add support for reStructured Text markup language
| * Add support for reStructured Text markup languageRobert Schilling2013-07-301-5/+12
| |
* | Better description based on a conversation in the contributor room.Sytse Sijbrandij2013-08-011-4/+8
|/
* Fix typo in update docs for 6.0Dmitriy Zaporozhets2013-07-291-1/+1
|