summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Merge branch 'facebook-auth' into 'master' Robert Speicher2015-11-045-1/+99
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | Add Facebook authentication See merge request !1740
| | | * | | | Minor reformatting for Facebook integration docfacebook-authRobert Speicher2015-11-031-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | | * | | | Add Facebook authenticationDouwe Maan2015-11-035-1/+98
| | | | |/ / | | | |/| |
| | * | | | Update Shell Commands doc for configurable git binary pathRobert Speicher2015-11-031-5/+15
| | |/ / /
| | * | | Merge branch 'web_hook_repo_changes'Valery Sizov2015-11-031-1/+4
| | |\ \ \
| | | * | | Add added, modified and removed properties to commit object in webhookweb_hook_repo_changesValery Sizov2015-11-031-1/+4
| | | | | |
| | * | | | Merge branch 'only-syntax' into 'master' Kamil Trzciński2015-11-031-1/+13
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend yml syntax for only and except to support specifying repository path This allows to limit execution of jobs to specific repository. For example: ```yaml job: only: - branches@gitlab-org/gitlab-ce except: - master@gitlab-org/gitlab-ce ``` The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master. @dzaporozhets @JobV @vsizov Please review. See merge request !1720
| | | * | | SpellingKamil Trzcinski2015-11-021-1/+1
| | | | | |
| | | * | | Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-1/+13
| | | | | |
| | * | | | Update links in CI docs after GitLab 8.1Takuya Noguchi2015-11-034-8/+8
| | | | | |
| * | | | | Add missing "omniauth" prefix to option in docs [ci skip]Jon Cairns2015-11-121-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | Changes block_auto_created_users to omniauth_block_auto_created_users, otherwise the option is ignored. Fixes #3319.
| * | | | Merge branch 'api_file_touched_at' into 'master' Dmitriy Zaporozhets2015-11-021-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to fetch the commit ID of the last commit that actually touched a file https://dev.gitlab.org/gitlab/gitlabhq/issues/2564 See merge request !1718
| | * | | | Add ability to fetch the commit ID of the last commit that actually touched ↵api_file_touched_atValery Sizov2015-11-021-1/+2
| | |/ / / | | | | | | | | | | | | | | | a file
| * | | | Merge pull request #9794 from arnaud-zg/masterRobert Schilling2015-11-021-0/+4
| |\ \ \ \ | | |/ / / | |/| | | Go to gitlab installation folder before initialize database
| | * | | Go to gitlab installation folder before initialize databasezheng_b2015-11-021-0/+4
| | | | |
| * | | | 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
| | | | |