summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Made the required changes.mdpatch-32-testing-rebaseArihant2018-12-121-1/+4
|
* Added example for get file archiveArihant2018-12-121-1/+2
|
* Merge branch 'docs/update-automatic-merge-documentation' into 'master'Marcia Ramos2018-12-121-83/+177
|\ | | | | | | | | Update automatic merging documentation See merge request gitlab-org/gitlab-ce!23689
| * Update automatic merging documentationYorick Peterse2018-12-111-83/+177
| | | | | | | | | | | | | | We're moving from merging + reverting to only merging with the `ours` strategy, removing the need for merge requests or reverting conflicts. For more details, refer to Merge Train merge request https://gitlab.com/gitlab-org/merge-train/merge_requests/6.
* | Merge branch 'patch-35' into 'master'Marcia Ramos2018-12-121-1/+5
|\ \ | | | | | | | | | | | | Docs: Add spaces before code snippets in vuex.md See merge request gitlab-org/gitlab-ce!23737
| * | Add spaces before code snippetsSylhare2018-12-111-1/+5
| | |
* | | Merge branch 'patch-35' into 'master'Achilleas Pipinellis2018-12-121-3/+3
|\ \ \ | | | | | | | | | | | | | | | | Documentation: Content corrections for reCAPTCHA docs See merge request gitlab-org/gitlab-ce!23667
| * | | Update recaptcha docs for clarityJames Anderson2018-12-071-3/+3
| | | | | | | | | | | | | | | | | | | | * Specified that reCAPTCHA v2 keys must be used * Updated the URL for application settings * Some small rewording
* | | | Merge branch 'docs-add-fork-mr-clarification' into 'master'Achilleas Pipinellis2018-12-121-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | add information about how merge requests related to forks are processed See merge request gitlab-org/gitlab-ce!23764
| * | | | add information about how merge requests related to forks are processedAlexander Tanayno2018-12-121-0/+4
| | | | | | | | | | | | | | | the added note describes code from https://gitlab.com/gitlab-org/gitlab-ee/blob/master/lib/gitlab/import_export/merge_request_parser.rb#L15
* | | | | Merge branch 'tatkins-installation-method-docs' into 'master'Achilleas Pipinellis2018-12-124-67/+93
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add docs to help choose the best GitLab installation method Closes #54308 See merge request gitlab-org/gitlab-ce!23254
| * | | | | 'of installing' -> 'for installing'Mike Lewis2018-12-071-1/+1
| | | | | |
| * | | | | Clarify the installation methodsAchilleas Pipinellis2018-12-061-34/+40
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into ↵Achilleas Pipinellis2018-12-0529-242/+729
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | tatkins-installation-method-docs
| * | | | | | Make k8s trade-offs less intimidatingAchilleas Pipinellis2018-12-041-5/+3
| | | | | | |
| * | | | | | Reword note about familiarity with k8sAchilleas Pipinellis2018-12-034-48/+39
| | | | | | |
| * | | | | | Remove mention of deprecated charts in the docsAchilleas Pipinellis2018-12-031-23/+0
| | | | | | |
| * | | | | | Refactor the GitLab k8s installation methodAchilleas Pipinellis2018-11-293-60/+68
| | | | | | |
| * | | | | | Merge branch 'master' into tatkins-installation-method-docsAchilleas Pipinellis2018-11-29117-1991/+1259
| |\ \ \ \ \ \
| * | | | | | | Fix typo and broken link refstatkins-installation-method-docsTom Atkins2018-11-213-5/+5
| | | | | | | |
| * | | | | | | Moderate warning caveats.Tom Atkins2018-11-211-1/+1
| | | | | | | |
| * | | | | | | Couple of small edits/typosMike Lewis2018-11-201-2/+2
| | | | | | | |
| * | | | | | | Update doc/install/README.md, doc/install/kubernetes/index.md, ↵Tom Atkins2018-11-203-11/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc/install/kubernetes/gitlab_chart.md files
* | | | | | | | Merge branch 'docs/ci-yaml-table-links' into 'master'Achilleas Pipinellis2018-12-121-21/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add hyperlinks to ci yaml documentation See merge request gitlab-org/gitlab-ce!23674
| * | | | | | | | Add hyperlinks to each section in the table of config optionsAsocPro2018-12-081-21/+21
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'patch-35' into 'master'Achilleas Pipinellis2018-12-121-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update README.md See merge request gitlab-org/gitlab-ce!23672
| * | | | | | | | Update README.mdScott Edlund2018-12-081-0/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'docs-update-rack-attack' into 'master'Achilleas Pipinellis2018-12-121-2/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove incorrect example Rack Attack configuration Closes #54983 See merge request gitlab-org/gitlab-ce!23742
| * | | | | | | Update doc/security/rack-attack.mdMatt Rice2018-12-111-2/+1
| | | | | | | |
* | | | | | | | Fix links to sections that were movedMichael Kozono2018-12-111-2/+2
| | | | | | | |
* | | | | | | | Docs: update Web IDE docsMarcia Ramos2018-12-112-11/+9
| | | | | | | |
* | | | | | | | Document gitaly network architectureJacob Vosmaer2018-12-111-0/+19
|/ / / / / / /
* | | | | | | Merge branch 'docs-allow_failure_default_when_manual' into 'master'Achilleas Pipinellis2018-12-111-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note about allow_failure default value for manual jobs See merge request gitlab-org/gitlab-ce!23685
| * | | | | | | Add note about allow_failure default value for manual jobsOlivier Gonzalez2018-12-101-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'similar-issues-docs' into 'master'Victor Wu2018-12-113-0/+20
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added docs for similar issues Closes #55194 See merge request gitlab-org/gitlab-ce!23403
| * | | | | | Added docs for similar issuesPhil Hughes2018-11-283-0/+20
| | | | | | |
* | | | | | | Patch 35Marceli Wac2018-12-111-7/+9
| | | | | | |
* | | | | | | Merge branch 'docs-nested-storage-paths' into 'master'Achilleas Pipinellis2018-12-111-0/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation note about not nesting storage paths See merge request gitlab-org/gitlab-ce!23722
| * | | | | | | Add documentation note about not nesting storage pathsJacob Vosmaer2018-12-111-0/+19
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'docs/add-missing-resources-and-restructure' into 'master'Achilleas Pipinellis2018-12-112-46/+53
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing links to resources See merge request gitlab-org/gitlab-ce!23605
| * | | | | | | Add missing links to resourcesEvan Read2018-12-062-46/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - While here, restructure list slightly.
* | | | | | | | Docs: how the global nav worksMarcia Ramos2018-12-113-3/+411
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch ↵Grzegorz Bizon2018-12-101-1/+36
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '54626-able-to-download-a-single-archive-file-with-api-by-ref-name' into 'master' Add endpoint to download single artifact by ref Closes #54626 See merge request gitlab-org/gitlab-ce!23538
| * | | | | | Add endpoint to download single artifact by refSteve Azzopardi2018-12-071-1/+36
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new endpoint `projects/:id/jobs/artifacts/:ref_name/raw/*artifact_path?job=name` which is the close the web URL for consistency sake. This endpoint can be used to download a single file from artifacts for the specified ref and job. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54626
* | | | | | Merge branch '20422-hide-ui-variables-by-default' into 'master'Robert Speicher2018-12-072-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Hide variables in UI by default" Closes #20422 See merge request gitlab-org/gitlab-ce!23518
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵jhampton2018-12-0765-536/+1687
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 20422-hide-ui-variables-by-default
| * | | | | | | Updates documentation around variablesjhampton2018-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Owners and Maintainers are able to view trigger variable values
| * | | | | | | Updates trigger documentationjhampton2018-12-062-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds documentation around viewing trigger variables - Updates trigger variable values image
* | | | | | | | Merge branch 'cert-manager-email' into 'master'Dmitriy Zaporozhets2018-12-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ability to override Issuer Email for Cert Manager See merge request gitlab-org/gitlab-ce!23503
| * | | | | | | | Documentation cleanupAmit Rathi2018-12-081-1/+1
| | | | | | | | |