summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "/assign me quick action doesn't work if there is extra white space"Cindy Pallares 🦉2018-10-191-0/+1
|
* Merge branch 'ce-5987-group-file-templates' into 'master'Robert Speicher2018-10-193-6/+24
|\ | | | | | | | | CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310
| * Backport CE to changes to support group-level file templatesNick Thomas2018-10-193-6/+24
| | | | | | | | | | | | | | When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase.
* | Merge branch '42396-pristine-test-environments-docs' into 'master'Robert Speicher2018-10-191-0/+124
|\ \ | | | | | | | | | | | | | | | | | | Document how GitLab keeps its tests pristine Closes #42396 See merge request gitlab-org/gitlab-ce!22481
| * | Document how GitLab keeps its tests pristineNick Thomas2018-10-191-0/+124
| |/
* | Merge branch 'doc-edit-config-file-path-kaniko' into 'master'Achilleas Pipinellis2018-10-191-3/+2
|\ \ | | | | | | | | | | | | Docs: Change path where to create the config.json file when using kaniko See merge request gitlab-org/gitlab-ce!22075
| * | Change path where to create the config.json fileValerio Baldisserotto2018-10-031-3/+2
| | |
* | | Merge branch ↵Achilleas Pipinellis2018-10-191-2/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'docs/52918-shared-runners-still-showing-in-list-projects-runner-when-shared-runners-disabled-for-project' into 'master' Fix documentation for list runners Closes #52918 See merge request gitlab-org/gitlab-ce!22490
| * | | Fix documentation for list runnersSteve Azzopardi2018-10-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are specifying that we will only return the shared runners on two condition; 1 if project has any available 2 if shared runners are enabled. 2 is not correct. In the admin UI, when the user press "disable shared runners" we still show the runners to show what kind of runners are available when the user enables them. We want the API to mimic this behavior from the UI. closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52918
* | | | Merge branch 'docs/highlight-mentions' into 'master'Marcia Ramos2018-10-191-3/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Document highlighted mentions See merge request gitlab-org/gitlab-ce!22488
| * | | | Document highlighted mentionsAchilleas Pipinellis2018-10-191-3/+6
| |/ / /
* | | | Add mention that recovery codes are downloadable.Evan Read2018-10-191-5/+7
|/ / /
* | | Merge branch 'docs/docker-build' into 'master'Evan Read2018-10-194-45/+93
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add the ways needed to authenticate to the registry via CI/CD Closes gitlab-com/support-forum#3825 See merge request gitlab-org/gitlab-ce!21538
| * | | Add the ways needed to authenticate to the registry via CI/CDAchilleas Pipinellis2018-10-184-45/+93
| | | |
* | | | Merge branch 'triggering-pipeline-api-docs' into 'master'Evan Read2018-10-191-0/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Add Triggering Pipelines docs to API readme See merge request gitlab-org/gitlab-ce!22473
| * | | Add Triggering Pipelines docs to API readmeAchilleas Pipinellis2018-10-181-0/+1
| | | |
* | | | Merge branch 'sh-add-audit-logging-json-ce' into 'master'Stan Hu2018-10-181-0/+14
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Add support for JSON logging for audit events See merge request gitlab-org/gitlab-ce!22471
| * | | Add support for JSON logging for audit eventsStan Hu2018-10-181-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will add audit_json.log that writes one line per audit event. For example: { "severity":"INFO", "time":"2018-10-17T17:38:22.523Z", "author_id":3, "entity_id":2, "entity_type":"Project", "change":"visibility", "from":"Private", "to":"Public", "author_name":"John Doe4", "target_id":2, "target_type":"Project", "target_details":"namespace2/project2" }
* | | | Revised images in group docs to address gitlab-org/gitlab-ce#43422Marc Schwede2018-10-188-0/+0
| | | |
* | | | Merge branch 'patch-29' into 'master'Achilleas Pipinellis2018-10-181-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Fix param typo in Notes documentation See merge request gitlab-org/gitlab-ce!22406
| * | | Fix param typo in notes.mdArtur Pomadowski2018-10-161-1/+1
| | | |
* | | | Merge branch 'patch-29' into 'master'Achilleas Pipinellis2018-10-181-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Should be `start_in` not `start_key` See merge request gitlab-org/gitlab-ce!22422
| * | | | Should be `start_in` not `start_key`Shane A. Stillwell2018-10-171-1/+1
| | | | |
* | | | | Merge branch 'fix-repocheck-doc-heading-link' into 'master'Stan Hu2018-10-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | repository check doc: fix a broken link See merge request gitlab-org/gitlab-ce!22444
| * | | | | repository check doc: fix a broken linkÆvar Arnfjörð Bjarmason2018-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The link to the repocheck.log section of the logs documentation was added in 7d9191eeff9 ("Small documentation reformatting and updates", 2018-04-23), but seemingly never worked. The markdown formatter turns "." into "-" in headings. See https://docs.gitlab.com/ee/administration/repository_checks.html#what-to-do-if-a-check-failed which has a broken link to https://docs.gitlab.com/ee/administration/logs.html#repocheck.log linking to https://docs.gitlab.com/ee/administration/logs.html#repocheck-log instead (just change "." to "-") fixes it.
* | | | | | Merge branch 'jarv/update-docs' into 'master'Stan Hu2018-10-181-4/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove beta status on hashed storage and reference to production readiness review. See merge request gitlab-org/gitlab-ce!22457
| * | | | | | Update repository_storage_types.mdJohn Jarvis2018-10-181-4/+1
| | | | | | |
* | | | | | | Merge branch 'docs/remove-link-to-self' into 'master'Achilleas Pipinellis2018-10-181-7/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove broken link See merge request gitlab-org/gitlab-ce!22284
| * | | | | | | Remove broken linkEvan Read2018-10-111-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - And minor linting fixes.
* | | | | | | | Merge branch 'nurtch-docs-link' into 'master'Achilleas Pipinellis2018-10-181-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to Nurtch doc site. See merge request gitlab-org/gitlab-ce!22399
| * | | | | | | | Link to Nurtch doc site.Daniel Gruesso2018-10-161-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'docs/troubleshooting-docs-ra' into 'master'Marcia Ramos2018-10-181-10/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split troubleshooting docs review apps in own section See merge request gitlab-org/gitlab-ce!22462
| * | | | | | | | | Split troubleshooting docs review apps in own sectionAchilleas Pipinellis2018-10-181-10/+12
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Documents help and feedback section and DisqusMarcia Ramos2018-10-181-3/+43
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Links to MRs that introduced them - Explains how to omit them - Follows https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/341
* | | | | | | | Merge branch 'docs-tech-debt-followup-issues' into 'master'Filipa Lacerda2018-10-181-0/+39
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When to create follow-up technical debt issues See merge request gitlab-org/gitlab-ce!22384
| * | | | | | | | Maintainers should be involved in follow-up issuesNick Thomas2018-10-171-1/+2
| | | | | | | | |
| * | | | | | | | Amend the tech debt in follow-ups policyNick Thomas2018-10-171-17/+33
| | | | | | | | |
| * | | | | | | | When to create follow-up technical debt issuesNick Thomas2018-10-161-0/+22
| | | | | | | | |
* | | | | | | | | Make getting a user by the username case insensitiveWilliam George2018-10-182-1/+7
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'gitaly-doc-update' into 'master'Rémy Coutable2018-10-182-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Update Gitaly installation documentation See merge request gitlab-org/gitlab-ce!22435
| * | | | | | | | [ci skip] Update Gitaly installation documentationAlejandro Rodríguez2018-10-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the rake task takes the path to the default storage directory.
* | | | | | | | | Merge branch 'dm-document-role-maintainer' into 'master'Grzegorz Bizon2018-10-181-40/+88
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the role of the maintainer Closes #52114 See merge request gitlab-org/gitlab-ce!22232
| * | | | | | | | Strongly recommend involving a domain expert, especially when in doubt.Douwe Maan2018-10-171-4/+8
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into 'dm-document-role-maintainer'Douwe Maan2018-10-1669-782/+566
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | # Conflicts: # doc/development/code_review.md
| * | | | | | | | Clarify responsibilities of MR author and maintainer based on feedback.Douwe Maan2018-10-161-40/+51
| | | | | | | | |
| * | | | | | | | Rewrite guidance on getting your merge request reviewed, approved, and mergedDouwe Maan2018-10-101-36/+32
| | | | | | | | |
| * | | | | | | | Document the role of the maintainerDouwe Maan2018-10-091-16/+53
| | | | | | | | |
* | | | | | | | | Merge branch 'severity-and-priority-rounding-rules-docs' into 'master'Douwe Maan2018-10-171-0/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Round P/S labels up, not down See merge request gitlab-org/gitlab-ce!22424
| * | | | | | | | | Round P/S labels up, not downNick Thomas2018-10-171-0/+7
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'patch-28' into 'master'52748-gitlab-maven-repository-documentation-improvementsMike Lewis2018-10-171-7/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | add link to concurrent devops See merge request gitlab-org/gitlab-ce!22071