Commit Graph
70 Commits
Author SHA1 Message Date
Jacob Vosmaer 7b0feec29d Add 6.2 CE to EE update docs 2013-11-08 16:45:47 +01:00
Jacob Vosmaer ee2510e518 Update 6.2 update docs for EE 2013-11-05 18:20:05 +01:00
Dmitriy Zaporozhets c9a2765515 Merge branch '6-2-stable' of dev.gitlab.org:gitlab/gitlabhq into upstream/6-2-stable
Conflicts:
	VERSION
	app/models/group.rb
	app/views/groups/edit.html.haml
	db/schema.rb
	doc/api/groups.md
	doc/api/projects.md
	doc/install/installation.md
	lib/api/projects.rb
	spec/requests/api/groups_spec.rb
	spec/requests/api/projects_spec.rb
2013-10-31 14:29:48 +02: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 84114a622e Fix sudo commands 2013-10-07 14:26:39 +02:00
Jacob Vosmaer 47cb6436bd Add upgrade documentation for GitLab 6.1 2013-10-07 14:26:20 +02: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
Dmitriy Zaporozhets 0c5a9f20b5 Merge branch '6-1-stable' of https://dev.gitlab.org/gitlab/gitlabhq into 6-1-stable-ee
Conflicts:
	VERSION
	app/controllers/application_controller.rb
	app/controllers/omniauth_callbacks_controller.rb
	app/models/merge_request.rb
	app/models/user.rb
	app/views/groups/_projects.html.haml
	config/routes.rb
	db/schema.rb
	doc/install/installation.md
2013-09-27 15:24:54 +03:00
Jacob Vosmaer 1770c324a0 Refer to support@gitlab.com in upgrade doc 2013-09-25 10:14:01 +02:00
Jacob Vosmaer 50ac641ce9 Fix grammar and spelling 2013-09-25 10:13:52 +02:00
Jacob Vosmaer ecaca5d878 Rename CE to EE upgrade guide 2013-09-25 10:05:23 +02:00
Jacob Vosmaer 5a6b9fcf2f Streamline the CE to EE upgrade guide 2013-09-25 10:04:27 +02:00
Marin JankovskiandJacob Vosmaer 929ae20b6d Upgrade doc first draft. 2013-09-25 09:52:32 +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
Spencer Owen fbd16e5420 Corrects the update document to match the version of gitshell specified in the install document (1.7.1) 2013-09-16 23:52:26 -06: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
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
Chris RoemmichandDmitriy Zaporozhets 2afd4aaa17 Update to gitlab-shell 1.7.0 during 5.4-6.0 update 2013-08-22 17:33:02 +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 4c8f3699f1 Fix branch name for update docs 2013-08-21 12:36:38 +03: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
Dmitriy Zaporozhets 121f20d253 Fix typo in update docs for 6.0 2013-07-29 19:19:03 +00:00
Dmitriy Zaporozhets f52f5f6794 Add deprecations to update docs for 6.0 2013-07-29 17:11:55 +00:00
Johannes Schleifenbaum cd19f82e51 Fix typos 2013-07-29 12:47:06 +02:00
Chai Xue Liang 7d6960104d Add assets precompile step for fixing activities lost and some UI style issues 2013-07-20 04:20:21 -07:00