summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* SpellingKamil Trzcinski2015-11-021-1/+1
|
* Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-1/+13
|
* Merge branch 'doc-Gitlab-2-GitLab' into 'master' Achilleas Pipinellis2015-11-017-22/+21
|\ | | | | | | | | | | | | Gilab -> GitLab Replace `Gitlab` with `GitLab` See merge request !1715
| * Gilab -> GitLabRobert Schilling2015-10-317-22/+21
| |
* | Merge branch 'fix-doc-typo' into 'master' Achilleas Pipinellis2015-11-011-1/+1
|\ \ | |/ |/| | | | | | | | | Fix typo in rake task doc See merge request !1713
| * Fix typo in rake task docRobert Schilling2015-10-311-1/+1
| |
* | Merge branch 'fix-deadlink-in-docs-ci-examples' into 'master' Achilleas Pipinellis2015-10-311-3/+3
|\ \ | |/ |/| | | | | | | | | Fix deadlink in docs for ci/examples Just fix a deadlink in docs for ci/examples. See merge request !1710
| * Fix deadlink in docs for ci/examplesTakuya Noguchi2015-10-311-3/+3
| |
* | Merge branch 'gitlab-workhorse' into 'master' Dmitriy Zaporozhets2015-10-301-0/+188
|\ \ | |/ |/| | | | | | | | | | | | | Switch to gitlab-workhorse This is a little annoying but it is better to change this name then to be stuck with a bad name for a long time. Reasons for the name change: https://gitlab.com/gitlab-org/gitlab-git-http-server/issues/13 See merge request !1707
| * Make sed command GNU-compatiblegitlab-workhorseJacob Vosmaer2015-10-291-1/+1
| |
| * Add missing "cd"Jacob Vosmaer2015-10-291-0/+1
| |
| * Switch to gitlab-workhorseJacob Vosmaer2015-10-291-0/+187
| |
* | Merge branch 'shared-file-access' into 'master' Dmitriy Zaporozhets2015-10-291-0/+33
|\ \ | | | | | | | | | | | | | | | | | | Start putting shared files in "shared" See merge request !1691
| * | Clarify puppiesshared-file-accessJacob Vosmaer2015-10-261-2/+2
| | |
| * | Start putting shared files in "shared"Jacob Vosmaer2015-10-261-0/+33
| | |
* | | Write out internet explorerSytse Sijbrandij2015-10-291-1/+1
| | |
* | | IE message doesn't need a headingSytse Sijbrandij2015-10-291-5/+1
| | |
* | | Merge branch 'fix_permission_doc' into 'master' Achilleas Pipinellis2015-10-281-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the permission doc The guest users was missing "Pull project code" and "Download project". /cc @axil See merge request !1695
| * | | Fixed the permission docHannes Rosenögger2015-10-281-2/+2
| | |/ | |/| | | | | | | The guest users was missing "Pull project code" and "Download project".
* | | Merge branch 'gitlab-shell-v2.6.6' into 'master' Dmitriy Zaporozhets2015-10-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump gitlab-shell to v2.6.6 See merge request !1673
| * | | Bump gitlab-shell to v2.6.6Artem V. Navrotskiy2015-10-221-1/+1
| | |/ | |/|
* | | Merge branch 'builds_to_backup_doc' into 'master' Kamil Trzciński2015-10-271-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Add builds to the docs as a valid skip option for backups. See merge request !1666
| * | Add builds to the docs as a valid skip option for backups.builds_to_backup_docMarin Jankovski2015-10-221-1/+1
| |/
* | Remove "Install schedules" step from Installation guideRobert Speicher2015-10-241-5/+0
| | | | | | | | [ci skip]
* | Added missing period.Derek Robati2015-10-231-1/+1
|/
* Fixed linting error 'variables should be a map of key-valued strings'Sander Boom2015-10-211-1/+1
|
* Merge branch 'rs-8-1-update-guide-changes' into 'master'Robert Speicher2015-10-201-4/+34
| | | | | | | | | | | Update 8.0-to-8.1 update guide - User needs to update gitlab-git-http-server - User needs to update Nginx configuration [ci skip] See merge request !1625
* Simplify patch version updates (less steps)Benny Schimmer2015-10-201-3/+1
|
* Merge branch 'gghs-0.3.0' into 'master' Robert Speicher2015-10-161-1/+1
|\ | | | | | | | | Use gitlab-git-http-server 0.3.0 for GitLab 8.1 See merge request !1605
| * Use gitlab-git-http-server 0.3.0gghs-0.3.0Jacob Vosmaer2015-10-151-1/+1
| |
* | Merge branch 'gitlab-git-http-server-version' into 'master' Robert Speicher2015-10-162-0/+2
|\ \ | |/ | | | | | | | | | | | | | | Track compatible gitlab-git-http-server version The 'git archive' changes in GitLab 8.1 require a version of gitlab-git-http-server that is incompatible with GitLab 8.0, so we need to keep track of this now. See merge request !1603
| * Track compatible gitlab-git-http-server versiongitlab-git-http-server-versionJacob Vosmaer2015-10-152-0/+2
| |
* | Changed loose to loseAshley Hindle2015-10-161-1/+1
| |
* | Merge branch 'when-syntax' into 'master' Robert Speicher2015-10-161-1/+51
|\ \ | | | | | | | | | | | | Implement when syntax in .gitlab-ci.yml See merge request !1606
| * | Update CI YAML docswhen-syntaxRobert Speicher2015-10-151-4/+5
| | |
| * | Backticks around when typesKamil Trzcinski2015-10-151-1/+1
| | |
| * | Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-0/+49
| | |
* | | Remove 8.0-only steps from the 8.1 update guideRobert Speicher2015-10-151-89/+9
| | | | | | | | | | | | | | | | | | | | | | | | Also adds a preamble note that a working 8.0 installation (i.e., gitlab-git-http-server, updated Nginx/Apache configs) is required before proceeding. [ci skip]
* | | Remove notes about CI migration from 8.1 update guideRobert Speicher2015-10-151-10/+3
|/ / | | | | | | [ci skip]
* | Add 8.0-to-8.1 update guideRobert Speicher2015-10-151-0/+228
| |
* | Update Installation doc for 8-1-stableRobert Speicher2015-10-151-2/+2
| |
* | Added documentation on the various profiling toolsview-issue-performanceYorick Peterse2015-10-151-0/+56
| |
* | Merge branch 'incoming-email-config' into 'master' Robert Speicher2015-10-141-175/+124
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Make Reply by email easier to configure Builds on !1566. Omnibus companion MR: gitlab-org/omnibus-gitlab!510 (cc @marin) See merge request !1580
| * | Make Reply by email easier to configureDouwe Maan2015-10-131-175/+124
| | |
* | | Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI buildsKamil Trzcinski2015-10-141-14/+24
| | |
* | | Merge branch 'mailroom-arbitration' into 'master' Robert Speicher2015-10-131-4/+30
|\ \ \ | |/ / | | | | | | | | | | | | | | | Enable arbitration in MailRoom Fixes #2870. See merge request !1566
| * | Remove warning about Reply by email and HAmailroom-arbitrationDouwe Maan2015-10-121-4/+0
| | |
| * | Enable arbitration in MailRoomDouwe Maan2015-10-111-0/+30
| | |
* | | Merge pull request #9723 from sue445/tweak_api_docStan Hu2015-10-131-0/+2
|\ \ \ | | | | | | | | Tweak api doc
| * | | [ci skip] Add missing parameters in API docsue4452015-10-141-0/+2
| | | |