summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Creates /create_merge_request quickaction40085-add-a-create_merge_request-quick-actionJacopo2018-11-141-0/+1
| | | | | | | With this quick action the user can create a new MR starting from the current issue using as `source_branch` the given `branch name` and as `target_branch` the project default branch. If the `branch name` is omitted a name is automatically created starting from the issue title.
* Merge branch 'blackst0ne-add-discord-service' into 'master'Sean McGivern2018-11-122-0/+30
|\ | | | | | | | | | | | | Add Discord integration Closes #21635 See merge request gitlab-org/gitlab-ce!22684
| * DRY specs, fix typos in docsblackst0ne2018-11-061-1/+1
| |
| * Update documentation after documentation review.blackst0ne2018-11-051-2/+2
| |
| * Updated docs and removed redundant screenshotblackst0ne2018-11-052-2/+2
| |
| * Update docs after docs reviewblackst0ne2018-11-051-14/+13
| |
| * Update documentationblackst0ne2018-11-053-0/+31
| |
* | Merge branch 'docs/more-url-fixes' into 'master'Dmitriy Zaporozhets2018-11-123-27/+23
|\ \ | | | | | | | | | | | | Fix some links and Markdown See merge request gitlab-org/gitlab-ce!22972
| * | Fix some links and Markdowndocs/more-url-fixesEvan Read2018-11-123-27/+23
| | |
* | | Merge branch 'docs/fix-more-urls' into 'master'Achilleas Pipinellis2018-11-124-6/+6
|\ \ \ | | | | | | | | | | | | | | | | Update URLs to better ones See merge request gitlab-org/gitlab-ce!22931
| * | | Implement review commentsdocs/fix-more-urlsEvan Read2018-11-122-4/+4
| | | |
| * | | Update URLs to better onesEvan Read2018-11-094-4/+4
| | | |
* | | | Merge branch 'docs/fix-helm-chart-issue-link' into 'master'Achilleas Pipinellis2018-11-121-2/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Fix link for raising helm chart issues See merge request gitlab-org/gitlab-ce!22970
| * | | Fix link for raising helm chart issuesdocs/fix-helm-chart-issue-linkEvan Read2018-11-121-2/+2
| | | |
* | | | Merge branch 'add-rbac-link-in-k8s-docs' into 'master'Evan Read2018-11-121-3/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Add link in K8s integration docs to RBAC roles See merge request gitlab-org/gitlab-ce!22941
| * | | Add link in K8s integration docs to RBAC rolesadd-rbac-link-in-k8s-docsDylan Griffith2018-11-091-3/+4
| |/ /
* | | Docs: Update Variable namingMarcel Amirault2018-11-1111-18/+18
| | |
* | | Merge branch 'docs-zj-hooks-update' into 'master'34758-group-cluster-controllerMarcia Ramos2018-11-091-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Symlinked hooks aren't executed See merge request gitlab-org/gitlab-ce!22933
| * | | Symlinked hooks aren't executeddocs-zj-hooks-updateZeger-Jan van de Weg2018-11-091-1/+1
| |/ / | | | | | | | | | | | | | | | This recently changed on the Gitaly side, but now spotted this in the docs for the next release. Updated to be more precise, and to signal users should not want control over this specific hook location.
* | | Merge branch 'rs-revert-api' into 'master'Nick Thomas2018-11-091-0/+42
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add revert to commits API Closes gitlab-org/release/framework#48 See merge request gitlab-org/gitlab-ce!22919
| * | | Add revert to commits APIRobert Speicher2018-11-091-0/+42
| | | |
* | | | Merge branch 'docs-improve-review-apps-doc' into 'master'Marin Jankovski2018-11-091-42/+50
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Improve the Review Apps documentation a bit See merge request gitlab-org/gitlab-ce!22910
| * | | Improve the Review Apps documentation a bitdocs-improve-review-apps-docRémy Coutable2018-11-081-42/+50
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Parameter per_page addedAlvaro Junqueira2018-11-091-0/+1
| | | |
* | | | Merge branch 'patch-31' into 'master'Evan Read2018-11-091-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Typo fix stoping -> stopping in the CI README.md See merge request gitlab-org/gitlab-ce!22890
| * | | Typo fix stoping -> stopping in the CI README.mdBryce Chidester2018-11-071-1/+1
| | | |
* | | | Fix broken linkBrendan O'Leary 🐢2018-11-081-1/+1
| | | |
* | | | Limit parallel to 100limit-parallel-to-100Kamil Trzciński2018-11-081-1/+1
| |/ / |/| | | | | | | | This prevents some of the abusive behaviors, of someone putting 100000 and creating out of memory condition easily
* | | Fix broken links and other minor improvementsEvan Read2018-11-081-21/+27
| | |
* | | Merge branch 'docs/fix-version-number-ce-doc' into 'master'Achilleas Pipinellis2018-11-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Feature backported to CE in 11.5, not 10.7 Closes #53648 See merge request gitlab-org/gitlab-ce!22892
| * | | Feature backported to CE in 11.5, not 10.7docs/fix-version-number-ce-docEvan Read2018-11-081-1/+1
| | | |
* | | | Fix Markdown so renderer parses links correctly, fixing 404sdocs/fix-various-404sEvan Read2018-11-084-9/+9
| | | | | | | | | | | | | | | | Also corrects capitalisation of Git.
* | | | Adds documentation for restricted project service account in deployment jobsMayra Cabrera2018-11-081-56/+63
| | | |
* | | | Merge branch 'mk/import-bare-repo-from-hashed-storage-docs' into 'master'Evan Read2018-11-081-1/+71
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Document that we do not support importing bare repositories from hashed storage in certain cases Closes #41423 See merge request gitlab-org/gitlab-ce!22783
| * | | Improve wording and consistencyMichael Kozono2018-11-071-18/+19
| | | |
| * | | Add an example of the stored project pathMichael Kozono2018-11-071-2/+9
| | | |
| * | | Add steps to manually migrate projectsMichael Kozono2018-11-071-1/+18
| | | |
| * | | Document limitation of bare repository importMichael Kozono2018-11-051-1/+46
| | | |
* | | | Merge branch 'docs/add-warning-for-registry-configuration' into 'master'Evan Read2018-11-071-1/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Emphasis the importance of auth registry See merge request gitlab-org/gitlab-ce!22843
| * | | Emphasis the importance of auth registrydocs/add-warning-for-registry-configurationSteve Azzopardi2018-11-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The container registry requires the `auth` config to be set up properly or users will be able to download images that they are not authorized to do so. For example https://gitlab.com/gitlab-org/gitlab-runner/issues/3652
* | | | Merge branch 'bvl-patches-via-mail' into 'master'Douwe Maan2018-11-071-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to add patches to merge requests created via email Closes #40830 See merge request gitlab-org/gitlab-ce!22723
| * | | | Apply patches when creating MR via emailBob Van Landuyt2018-11-071-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to add patches as attachments to merge request created via email. When an email to create a merge request is sent, all the attachments ending in `.patch` will be applied to the branch specified in the subject of the email. If the branch did not exist, it will be created from the HEAD of the repository. When the patches could not be applied, the error message will be replied to the user. The patches can have a maximum combined size of 2MB for now.
* | | | | Merge branch 'fix-formatting-eks-docs' into 'master'Achilleas Pipinellis2018-11-071-1/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix EKS formatting See merge request gitlab-org/gitlab-ce!22781
| * | | | | Fix EKS formattingfix-formatting-eks-docsJoshua Lambert2018-11-021-1/+4
| | | | | |
* | | | | | Merge branch 'docs/refine-markdown-proselint-config' into 'master'Achilleas Pipinellis2018-11-073-98/+114
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add refined sample linting configuration See merge request gitlab-org/gitlab-ce!22827
| * | | | | | Add refined sample linting configurationdocs/refine-markdown-proselint-configEvan Read2018-11-063-98/+114
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: - Ensures documentation section adheres to linters. - Makes other minor improvements.
* | | | | | Merge branch '52767-more-chaos-for-gitlab' into 'master'Sean McGivern2018-11-072-1/+119
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more chaos to GitLab Closes #53362 and #52767 See merge request gitlab-org/gitlab-ce!22746
| * | | | | | Documentation updates as per review [skip ci]52767-more-chaos-for-gitlabAndrew Newdigate2018-11-062-35/+68
| | | | | | |
| * | | | | | Updated with Sean's feedbackAndrew Newdigate2018-11-051-3/+4
| | | | | | |
| * | | | | | Fixing the broken build with style fixesAndrew Newdigate2018-11-011-4/+4
| | | | | | |