Commit Graph
1084 Commits
Author SHA1 Message Date
Marin Jankovski 37e2fb81c2 Link jira doc to integration readme. 2014-05-23 13:03:10 +02:00
Jacob Vosmaer 7c0b84af5e Update 6.9.0-ee Debian packages 2014-05-22 19:10:38 +02:00
Marin Jankovski c5d833f06e Fix version 2014-05-22 15:58:26 +00:00
Marin Jankovski 6e3d1f929d Packages for EE 6.9.0 2014-05-22 13:20:05 +02:00
dosire 56381ce6c4 Forgot to change the image reference. 2014-05-22 12:04:28 +02:00
dosire 71b0809837 jpg images are not supported by doc-gitlab-com 2014-05-22 12:00:45 +02:00
dosire d234c2364d fix merge conflict. 2014-05-22 10:47:59 +02:00
dosire 5726f4df22 Screenshots in subdirectory don't work with the doc server. 2014-05-22 10:45:55 +02:00
dosire a7ca07012c Add development info on how to make a CI tool project service. 2014-05-22 10:16:43 +02:00
Marin Jankovski 95ef8f9756 Merge remote-tracking branch 'ce/master'
Conflicts:
	VERSION
	doc/install/installation.md
	doc/integration/README.md
	doc/integration/external-issue-tracker.md
	lib/gitlab/markdown.rb
	spec/lib/gitlab/ldap/ldap_access_spec.rb
2014-05-21 13:10:37 +02:00
Jacob Vosmaer 3199ef079c Merge branch 'deploy-key-projects' into 'master'
Deploy key in multiple projects

Add doc on adding a deploy key easily to multiple projects through the API.
2014-05-20 16:19:09 +00:00
Dmitriy Zaporozhets 761fbbfeea Merge branch 'fix-install-guide' into 'master'
Fix install guide

Fix gitlab setup. DB setup must go after gitlab-shell setup. Because in seeds we need `/home/git/repositories` to exist
2014-05-20 09:10:37 +00:00
Dmitriy Zaporozhets 5d77088202 Do gitlab:shell setup before seeds because we need /home/git/repositories exists
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-20 12:00:23 +03:00
Job van der Voort ea109704d1 everything in header 2014-05-19 20:35:59 +02:00
Jacob Vosmaer 6be0188b5c Rebuild indexes after a MySQL conversion 2014-05-19 17:51:58 +02:00
Jacob Vosmaer dca537ab29 Use the gitlabhq fork of the MySQL converter 2014-05-19 17:49:29 +02:00
dosire 126eefc5b8 Ruby version updated so it doesn't have the readline bug https://www.ruby-lang.org/en/news/2014/05/09/ruby-2-0-0-p481-is-released/. 2014-05-19 14:45:55 +02:00
Marin Jankovski 39d95b1d94 Update installation guide, create update guide. 2014-05-19 12:30:30 +02:00
Dmitriy Zaporozhets a85aa4e09e Merge branch 'master' of github.com:gitlabhq/gitlabhq 2014-05-19 12:38:31 +03:00
Dmitriy Zaporozhets 1a068d7411 Merge branch 'logrotate_update_fix' into 'master'
Clean up *.log.1 files during 6.6-to-6.7 upgrade
2014-05-19 06:16:15 +00:00
Dmitriy Zaporozhets 386d998e79 Merge branch 'use_example_email' into 'master'
Use example email in documents and example files

Fixes #1177
2014-05-18 18:24:07 +00:00
dosire e1e9c307a6 Inform about the EE features. 2014-05-17 10:41:12 +02:00
Scooletz d7cee6ed76 .NET client introduced to docs 2014-05-17 00:04:09 +02:00
Marin Jankovski dbd88d453b Update the examples to example.com 2014-05-16 12:57:32 +02:00
Dmitriy Zaporozhets d4ee845361 Add Jenkins integration docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-16 13:04:27 +03:00
Jacob Vosmaer 00a482511c Clean up *.log.1 files during 6.6-to-6.7 upgrade 2014-05-16 10:10:31 +02:00
Jacob Vosmaer 474ae8a687 Remove logrotate step (no change in 6.8) 2014-05-16 10:04:10 +02:00
Dmitriy Zaporozhets 0b259abeb4 Merge branch 'man-rake-check' into 'master'
Man rake check

Related to: https://dev.gitlab.org/gitlab/organization/issues/12

In a previous release, it happened that the check was not yet updated, eventhough an updated GitLab Shell version was recommended.
2014-05-15 06:36:19 +00:00
Sytse Sijbrandij 48008bfa42 Merge pull request #6972 from Dugucloud/master
Correct a wrong spelling
2014-05-14 16:40:43 +02:00
秋纫 2f8fd80ebb Correct a wrong spelling
"abolute" -> "absolute"
2014-05-14 22:06:52 +08:00
Jacob Vosmaer ad7de95121 Add an example webhook receiver 2014-05-14 13:49:16 +02:00
Marin JankovskiandDmitriy Zaporozhets 6b04a5f910 Add support for Jira ticket mentions in format JIRA-123.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

Conflicts:
	CHANGELOG-EE
2014-05-13 15:33:38 +03:00
Marin Jankovski e2d4ee91bd Add tests and documentation for jira service. 2014-05-13 13:48:55 +02:00
Dmitriy Zaporozhets 0c62170865 Merge branch 'api-mr-merge' into 'master'
Accept merge request API

This MR adds new endpoint `PUT /projects/:id/merge_request/:merge_request_id/merge`. After this change you can merge branches using API.

Fixes internal issue #1166
2014-05-13 11:27:19 +00:00
Dmitriy Zaporozhets e0fdb4262a Merge pull request #6823 from milgner/api_expose_project_archived_status
Expose archive status of projects in API
2014-05-13 12:24:44 +03:00
Dmitriy Zaporozhets 5c69022c6f Merge pull request #6959 from dtan4/fix-dead-links
Fix dead links in ruby.md
2014-05-13 11:14:56 +03:00
Job van der Voort 76e09a3f5a 6.8.1 packages 2014-05-12 17:30:18 +02:00
Dmitriy Zaporozhets 5880d7df62 Docs for merge api
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-12 18:01:22 +03:00
dtan4 78897ee2d2 Fix dead links in ruby.md 2014-05-12 22:49:32 +09:00
Dmitriy Zaporozhets 68b89142aa Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2014-05-12 15:30:07 +03:00
Sytse Sijbrandij b6ca6623ab Merge branch 'monthly-revision' into 'master'
Monthly release doc revision

/cc @sytse @jacobvosmaer @marin @dzaporozhets @marc
2014-05-12 11:16:32 +00:00
Jacob Vosmaer 7ec9777a86 Merge branch 'master' into 'master'
Fix typo in doc/install/requirements.md
2014-05-12 10:19:56 +00:00
Dmitriy Zaporozhets 556ca35274 Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ce-6-9
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

Conflicts:
	CHANGELOG
	VERSION
	app/assets/stylesheets/application.scss
	app/views/layouts/devise.html.haml
2014-05-12 12:39:51 +03:00
Alex 31b0e14981 Adding project visibility to system hooks 2014-05-12 10:23:24 +01:00
Pascal Herbert 7477dd7a7c Fix typo 2014-05-11 13:23:51 +00:00
dosire 049b63473f Link to the installation doc so people viewing on other locations can click the link. 2014-05-09 19:34:25 +02:00
Job van der Voort b5b7a400a3 add manual check of rake tasks 2014-05-09 11:56:44 +02:00
Dmitriy Zaporozhets 1ba865c6a6 Merge branch 'master' into 'master'
Added Laravel API Wrapper
2014-05-08 18:21:49 +00:00
Jacob Vosmaer f4f99a9375 Add the 6.8 CE to EE update guide 2014-05-08 17:14:43 +02:00
Jacob Vosmaer 3bfbea37e9 Indicate when to stop/start GitLab 2014-05-08 13:18:22 +02:00