Commit Graph
374 Commits
Author SHA1 Message Date
Dmitriy Zaporozhets 400a55805c Merge branch 'gitlab_shell_in_patch_doc' of /home/git/repositories/gitlab/gitlabhq 2013-11-04 19:30:26 +00:00
Jacob Vosmaer 27fe6cbe13 Include gitlab-shell in patch update doc 2013-11-04 20:28:07 +01:00
Jacob Vosmaer 7265b4068d Add security update info to 6.0-to-6.2.md 2013-11-02 17:32:14 +01:00
Jacob Vosmaer 81f69b5d31 Clarify upgrade steps 2013-11-02 17:24:43 +01:00
Jacob Vosmaer 5f0bb6cfa8 Add 5.1-to-5.4 update path 2013-11-02 17:13:38 +01:00
Jacob Vosmaer faa6a34a17 Bump gitlab-shell in 5.4 and 6.2 2013-11-02 17:05:06 +01:00
Jacob Vosmaer 88c15909f9 Add security warnings to update docs 2013-11-02 16:49:26 +01:00
Jacob Vosmaer 9e31555afb Use gitlab-shell 1.7.4 2013-11-01 16:38:55 +01:00
Jacob Vosmaer fa6f198309 Bump gitlab-shell to 1.7.3 2013-11-01 13:05:26 +01:00
Jacob Vosmaer f0e6ebabd1 Add 6.0-to-6.2 update guide 2013-10-29 18:06:12 +01:00
Dmitriy Zaporozhets d71914ca23 Merge branch '51-to-60-update' of /home/git/repositories/gitlab/gitlabhq 2013-10-29 09:59:12 +00:00
Dmitriy Zaporozhets bc0a419eca Universal update guide for patch versions 2013-10-28 13:23:09 +02:00
Jacob Vosmaer d4cc9b187a Merge pull request #4986 from Machiel/patch-1
Added git command to change shell to 1.1.0 to make sure the check passes
2013-10-24 07:11:45 -07:00
Jacob Vosmaer d9cb02f1a2 Add a combined update doc from 5.1 to 6.0 2013-10-24 14:59:44 +02:00
John Weis 74790bd8d9 Typo fixed
"ssending" to "sending"
2013-10-23 16:53:06 -04:00
Jeroen van Baarsen 193c8ab1a4 Update 6.1-to-6.2.md
Added a few enters so markdown can process the code (without adding bash in front of it)
2013-10-21 20:45:56 +02:00
Dmitriy Zaporozhets 85be902e08 Add tip to see difference between old and new config 2013-10-21 16:50:42 +03:00
Natt Piyapramote e41f4a8480 Use init.d/gitlab script from 6-0-stable branch
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.
```
2013-10-21 09:20:53 +07:00
Robert Schilling 3ee4701316 Add logrotate config to update docs 2013-10-18 15:22:23 +02:00
Jacob Vosmaer c69b2856b1 Add troubleshooting info to 5.4-to-6.0.md 2013-10-15 14:58:26 +02:00
Dmitriy Zaporozhets 17df09b79e Remove unnecessary steps from update 6.1-6.2 2013-10-15 12:32:22 +03:00
Jacob Vosmaer 83e9825c97 Fix sudo commands in update guides 2013-10-07 14:16:04 +02:00
Jacob Vosmaer 37868d7bd6 Merge pull request #5160 from nummy/patch-1
Improve 6.0-to-6.1.md update guide
2013-10-03 06:17:27 -07:00
Jacob Vosmaer 45efba5801 Use mkdir -p in 4.2-to-5.0.md update guide 2013-10-02 10:28:01 +02:00
Jacob Vosmaer 58b46cbcf6 Add -H to sudo commands in 4.1-to-4.2.md 2013-10-02 09:29:40 +02:00
Marin Jankovski 775aa5ba7c Update install/update docs. 2013-10-01 10:05:58 +02:00
Sergio Pieiga 95beea7e62 Step 8, cd into /home/git/gitlab
need to be in /home/git/gitlab
2013-09-23 14:09:29 -04:00
Dmitriy Zaporozhets 089f0000ca Merge pull request #5136 from f0k/patch-1
Remove old assets before compiling new ones
2013-09-22 02:22:51 -07:00
Spencer OwenandMarin Jankovski 3d2ec9fe00 Corrects the update document to match the version of gitshell specified in the install document (1.7.1) 2013-09-22 10:52:42 +02:00
Jan Schlüter a47fe72ad6 remove old assets before compiling 2013-09-19 19:25:40 +02:00
Sytse Sijbrandij 1045ea6476 Typo fix. 2013-09-13 07:49:45 +02:00
Sytse Sijbrandij 86d14441a4 Notice about moving projects. 2013-09-13 07:44:30 +02:00
Dmitriy Zaporozhets 6cc2e6d7ed Clear cache when update to 6.1 2013-09-10 13:42:53 +03:00
Machiel eee9227a5f Added git command to change shell to 1.1.0 to make sure the check passes 2013-09-04 13:44:41 +02:00
Snooze- bae719df66 Create satellites during update to 6.0. Fix #4938
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.
2013-08-29 21:23:19 +02:00
Sytse Sijbrandij bb01b4f131 Warning about issue numbers. 2013-08-26 20:59:15 +02:00
Axilleas Pipinellis c4bf88f96f Clear redis cache and precompile assets during update to 6.0. Fix #4874 #4840
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.
2013-08-26 18:06:15 +03:00
Alex Bouma b30909c269 Added assets:precompile in upgrade guide 5.4 -> 6.0 2013-08-22 16:00:42 +02:00
Dmitriy Zaporozhets 0a0b0e1eab Merge branch 'master' of github.com:gitlabhq/gitlabhq 2013-08-21 12:09:13 +03:00
Dmitriy Zaporozhets ed3d31d5b2 Warn about update to 6.1 2013-08-21 12:04:33 +03:00
lurdan f70c5fcab2 fix checkout tag name 2013-08-21 11:25:46 +09:00
Dmitriy Zaporozhets 1f7d485d33 Prepare doc for update from 6.0 to 6.1 2013-08-20 22:34:14 +03:00
Chris Roemmich df7d426d2f Update to gitlab-shell 1.7.0 during 5.4-6.0 update 2013-08-20 14:13:49 -05:00
Sytse Sijbrandij 3bc4845874 Information about teams in changelog and switching to unicorn for all people. 2013-08-16 11:53:52 +02:00
Sytse Sijbrandij f7b922c687 Unix line endings. 2013-08-16 11:49:49 +02:00
Jacob Vosmaer 6636c161fe Update to gitlab-shell 1.5.0 during 5.3-5.4 update 2013-08-09 14:56:15 +02:00
Dmitriy Zaporozhets af5faaf0e1 Move diff parsing to own class. Correctly identify note diff line 2013-08-04 20:43:49 +03:00
Dmitriy Zaporozhets 8886b900ca Merge pull request #4673 from Razer6/support_restructured_text
Add support for reStructured Text markup language
2013-08-03 01:45:51 -07:00
Sytse Sijbrandij 942cf32333 Better description based on a conversation in the contributor room. 2013-08-01 21:23:57 +02:00
Robert Schilling b9717ba45e Add support for reStructured Text markup language 2013-07-30 19:06:45 +02:00