summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rm-src-branch' into 'master'Grzegorz Bizon2019-07-231-0/+14
|\ | | | | | | | | Support remove source branch on merge w/ push options See merge request gitlab-org/gitlab-ce!30728
| * Support rm src branch on merge w/ push optionChristian Couder2019-07-171-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `remove_source_branch` set using git push options. To create a new merge request and set it to remove the source branch when it is merged: git push -u origin -o merge_request.create \ -o merge_request.remove_source_branch To update an existing merge request and set it to remove the source branch when it is merged: git push -u origin -o merge_request.remove_source_branch Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
* | Docs: Update old SAML settings screenshotTristan Williams2019-07-232-1/+1
| |
* | Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern2019-07-222-8/+21
|\ \ | | | | | | | | | | | | Add a group setting to allow Maintainers to create sub-groups See merge request gitlab-org/gitlab-ce!29718
| * | Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa2019-07-191-4/+9
| | |
| * | Add a link from the permissions table to the subgroups/creating aFabio Papa2019-07-191-1/+2
| | | | | | | | | | | | subgroup section
| * | Apply suggestion to doc/user/permissions.mdFabio Papa2019-07-191-1/+1
| | |
| * | Update index.mdFabio Papa2019-07-191-9/+10
| | |
| * | Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa2019-07-191-1/+0
| | |
| * | Apply suggestion to doc/user/permissions.mdFabio Papa2019-07-191-1/+1
| | |
| * | Apply suggestion to doc/user/permissions.mdFabio Papa2019-07-191-1/+1
| | |
| * | Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa2019-07-191-1/+3
| | |
| * | Adjust the documentation on subgroup permissionsFabio Papa2019-07-191-0/+2
| | |
| * | Adjust the documentation on subgroupsFabio Papa2019-07-191-6/+9
| | |
* | | Merge branch 'ce-9688-add-remove-blocking-mrs' into 'master'Sean McGivern2019-07-225-0/+149
|\ \ \ | | | | | | | | | | | | | | | | CE backport of "Add or remove blocking merge requests" See merge request gitlab-org/gitlab-ce!30908
| * | | Add documentation for blocking MRsce-9688-add-remove-blocking-mrsNick Thomas2019-07-225-0/+149
| | | | | | | | | | | | | | | | This feature needs to be documented, so here is the documentation
* | | | Docs: add alert for bugs - Pages' LE integrationMarcia Ramos2019-07-221-2/+21
|/ / /
* | | OAuth2 support for GitLab personal access tokensSteve Abrams2019-07-221-13/+10
| | | | | | | | | | | | | | | | | | PATs are accepted using the OAuth2 compliant header "Authorization: Bearer {token}" in order to allow for OAuth requests while 2FA is enabled.
* | | Documentation for email confirmation signup restrictionMatt Penna2019-07-222-7/+16
| | |
* | | Document all the available options for SASTAchilleas Pipinellis2019-07-222-0/+195
| | | | | | | | | | | | | | | | | | | | | Port all info from: - security-products/sast/blob/master/docs/README.md - security-products/sast/blob/master/docs/analyzers.md
* | | Fix unordered list spacingMarcel Amirault2019-07-2212-89/+89
|/ / | | | | | | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
* | Link Metrics Reports from merge request docsJames Ramsay2019-07-191-0/+11
| |
* | Remove duplicate word in Issues feature pageRussell Dickenson2019-07-191-1/+1
| |
* | Merge branch 'docs/dast-analyzers' into 'master'Evan Read2019-07-191-0/+22
|\ \ | | | | | | | | | | | | | | | | | | Document all the available DAST variables Closes gitlab-ee#10122 See merge request gitlab-org/gitlab-ce!30801
| * | Document all the available DAST variablesdocs/dast-analyzersAchilleas Pipinellis2019-07-161-0/+22
| | |
* | | Set Private visibility for restricted Internal imported projectsGeorge Koltsov2019-07-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | With https://gitlab.com/gitlab-org/gitlab-ee/issues/12388 change going live there is potential risk of breaking imports of 'Internal' projects. This change makes sure if 'Internal' visibility level is restricted all 'Internal' projects will be marked as 'Private' See: https://gitlab.com/gitlab-org/gitlab-ce/issues/64311
* | | Update numbered lists for docs standardsMarcel Amirault2019-07-193-11/+13
| | | | | | | | | | | | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* | | Add documentation for panel typesJose Ivan Vargas2019-07-193-1/+60
| | | | | | | | | | | | | | | | | | | | | This adds documentation on how to add area and single stat panel types for the monitoring dashboards using custom yml files
* | | Added mention of Quick actionsRussell Dickenson2019-07-181-1/+3
| | |
* | | Added mention of autocomplete charactersRussell Dickenson2019-07-181-0/+6
| | |
* | | Add documentation page for bulk editing group issue milestonesEugenia Grieff2019-07-184-8/+41
| | | | | | | | | | | | | | | | | | - Add new page to group docs for bulk editing issues - Add link to new section to group index - Amend bulk editing page at a project level to remove issues from note
* | | Create documentation for the manual sorting / re-ordering capabilityBrett Walker2019-07-183-1/+36
| | |
* | | Doc: resolving confidential issues in private forkPatrick Bajao2019-07-184-0/+51
| | | | | | | | | | | | | | | | | | Add a section in Confidential Issues documentation with information about the "Create confidential merge request" button/dropdown and how it can help in resolving confidential issues.
* | | Merge branch 'feature/gb/serverless-app-deployment-template' into 'master'Thong Kuah2019-07-181-21/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Deploy serverless apps with `gitlabktl` Closes #64494 See merge request gitlab-org/gitlab-ce!30740
| * | | Update docs on serverless apps deploymentsGrzegorz Bizon2019-07-151-21/+16
| | | |
* | | | Set correct file mode for autocomplete imagesWinnie Hellmann2019-07-182-0/+0
| | | |
* | | | Add docs for Let's Encrypt integrationVladimir Shushlin2019-07-175-5/+87
| |_|/ |/| | | | | | | | | | | | | | * Add deprecation warning to old integration * Add user docs * Add admin docs
* | | Documented autocomplete charactersRussell Dickenson2019-07-174-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Added a table listing all autocomplete characters. - Added a link to the autocomplete characters docs, from the Projects feature list. - Added an example of how autocomplete would behave for `Users and groups`, including two screenshots.
* | | Add tip about stripping ANSI color codesElliot Rushton2019-07-171-0/+16
| | |
* | | Propagate PIP index URLFabien Catteau2019-07-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Propagate PIP_INDEX_URL, PIP_EXTRA_INDEX_URL to the dependency-scanning Docker image to support Python projects depending on custom Pypi registries. These variables will be consumed by the gemnasium-python analyzer.
* | | Docs: update Cloudflare's redirect method for PagesMarcia Ramos2019-07-171-5/+16
| | |
* | | Resolve docs lint failure in users/clusters/applications.mdRobert Speicher2019-07-161-1/+1
| | |
* | | Update weight/priority definitions in prometheus dashboard docsSarah Yasonik2019-07-161-3/+1
| | |
* | | Enable GitLabb runner to be uninstalled from clusterJoão Cunha2019-07-161-1/+2
| |/ |/| | | | | | | | | - Set as uninstallable app - Update docs - Adjust specs
* | Avoid using HTML when plain text and markdown workEvan Read2019-07-161-10/+10
| |
* | Merge branch 'mc/doc/enforce-template-inclusion-docs' into 'master'Evan Read2019-07-162-0/+20
|\ \ | | | | | | | | | | | | Create docs for required pipeline config See merge request gitlab-org/gitlab-ce!30660
| * | Create docs for required pipeline configmc/doc/enforce-template-inclusion-docsScott Hampton2019-07-152-0/+20
| | | | | | | | | | | | | | | | | | Based on the https://gitlab.com/gitlab-org/gitlab-ee/issues/8429 issue for the required pipeline configuration setting.
* | | Clean up the Prometheus custom dashboards docsAchilleas Pipinellis2019-07-161-46/+71
| | | | | | | | | | | | | | | - Place all under one section - Fix Markdown
* | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39964Russell Dickenson2019-07-161-2/+2
| | |
* | | Docs: Add more detail to sign-up restrictionsTristan Williams2019-07-161-9/+13
| | |