summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Implement review commentsdocs/fix-more-urlsEvan Read2018-11-122-4/+4
|
* Update URLs to better onesEvan Read2018-11-094-4/+4
|
* 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
| | | | | |
| * | | | | Add documentation, secure routes, etcAndrew Newdigate2018-11-012-0/+84
| | | | | |
* | | | | | Update Installation Guide for 11.5Steve Azzopardi2018-11-072-24/+10
| | | | | |
* | | | | | Merge branch 'docs-private-vs-personal-access-tokens' into 'master'Achilleas Pipinellis2018-11-071-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Docs: fix private access token -> personal access token See merge request gitlab-org/gitlab-ce!22867
| * | | | | Fix private access token -> personal access tokendocs-private-vs-personal-access-tokensDavid Planella2018-11-071-1/+1
| | | | | |
* | | | | | Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern2018-11-072-1/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
| * | | | | | Add submodule update API endpointFrancisco Javier López2018-11-072-1/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
* | | | | | | Merge branch 'max_retries_when' into 'master'Grzegorz Bizon2018-11-071-3/+56
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to configure when to retry builds Closes gitlab-runner#3515 See merge request gitlab-org/gitlab-ce!21758
| * | | | | | | small doc fix [CI SKIP]Markus Doits2018-11-071-1/+1
| | | | | | | |
| * | | | | | | doc updates as per feedbackMarkus Doits2018-11-071-17/+19
| | | | | | | |
| * | | | | | | fix location of spec file in doc comment [CI SKIP]Markus Doits2018-11-071-1/+1
| | | | | | | |
| * | | | | | | small fixes to doc and remove on whitespace noiseMarkus Doits2018-11-071-1/+1
| | | | | | | |
| * | | | | | | add a test that checks that retry when values in documentation are validMarkus Doits2018-11-071-0/+8
| | | | | | | |
| * | | | | | | add documentation for new retry when featureMarkus Doits2018-11-071-3/+46
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'triggermesh-phase1-knative' into 'master'Grzegorz Bizon2018-11-071-1/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to install Knative as cluster application See merge request gitlab-org/gitlab-ce!22593
| * \ \ \ \ \ \ Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-032-1/+6
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-0247-575/+1579
| |\ \ \ \ \ \ \
| * | | | | | | | Documentation fixesChris Baumbauer2018-10-301-1/+1
| | | | | | | | |
| * | | | | | | | Knative supportChris Baumbauer2018-10-241-1/+12
| | | | | | | | |
* | | | | | | | | Merge branch 'dm-api-merge-requests-index-merged-at' into 'master'Sean McGivern2018-11-071-11/+44
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose {closed,merged}_{at,by} in merge requests API index Closes #52031 See merge request gitlab-org/gitlab-ce!22806
| * | | | | | | | | Expose {closed,merged}_{at,by} in merge requests API indexDouwe Maan2018-11-051-11/+44
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch '43521-keep-personal-emails-private' into 'master'Douwe Maan2018-11-073-2/+59
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds option to override commit email Closes #43521 See merge request gitlab-org/gitlab-ce!22560