summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Make quick action "commands applied" banner more useful🙈 jacopo beschi 🙉2019-07-291-1/+2
| | | | | Extends the quick actions "commands applied" banner to show the quick action preview text, but with everything in past tense.
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-291-2/+1
|\
| * Merge branch 'security-remove-take-trigger-ownership-feature' into 'master'GitLab Release Tools Bot2019-07-261-2/+1
| |\ | | | | | | | | | | | | | | | | | | Drop feature to take ownership of a trigger token Closes #2868 See merge request gitlab/gitlabhq!3198
| | * Drop feature to take ownership of a trigger tokenFabio Pitino2019-07-101-2/+1
| | | | | | | | | | | | | | | | | | | | | Removing API and frontend interactions that allowed users to take ownership of a trigger token. Removed mentions from the documentation.
* | | Update IP access restriction docsCindy Pallares 🦉2019-07-291-1/+1
| | |
* | | Fix deploy example and other fixesEvan Read2019-07-291-13/+18
| | |
* | | Add relevant Kubernetes pageSarah Daily2019-07-291-0/+4
| | |
* | | Docs: adere ssotMarcia Ramos2019-07-293-17/+61
| | |
* | | Docs: Pipelines - ssotMarcia Ramos2019-07-293-26/+69
| | |
* | | Merge branch 'docs-ssot-july-2' into 'master'Evan Read2019-07-291-0/+16
|\ \ \ | | | | | | | | | | | | | | | | Docs: Releases - ssot See merge request gitlab-org/gitlab-ce!31180
| * | | Releases doc - ssotdocs-ssot-july-2Marcia Ramos2019-07-261-0/+16
| | | |
* | | | Milestones docs - ssotdocs-ssot-julyMarcia Ramos2019-07-262-2/+34
|/ / /
* | | Add docs for template field in prometheus alertsSarah Yasonik2019-07-261-1/+2
| | |
* | | Update links to relativeMarcel Amirault2019-07-251-1/+0
| | | | | | | | | | | | | | | Following the single docs codebase change, all internal links should be relative. Also cleans up one table
* | | Add doc about incident issue labelsPeter Leitzen2019-07-251-0/+2
| | |
* | | Merge branch 'label-descr-push-opts' into 'master'Lin Jen-Shin2019-07-251-0/+24
|\ \ \ | | | | | | | | | | | | | | | | Support title and desc on merge w/ push option See merge request gitlab-org/gitlab-ce!31068
| * | | Support title and desc on merge w/ push optionlabel-descr-push-optsChristian Couder2019-07-241-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `title` and `description` set using git push options. To create a new merge request and set its title and description: git push -u origin -o merge_request.create \ -o merge_request.title="My title" \ -o merge_request.description="My description" To update an existing merge request and set its title and description: git push -u origin -o merge_request.title="My title" \ -o merge_request.description="My description" Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
* | | | Update documentation for current stateEvan Read2019-07-252-35/+36
| | | |
* | | | Improve steps for setting commit emailEvan Read2019-07-251-15/+16
| | | |
* | | | Refine topics for Phase 2 of SSoT auditEvan Read2019-07-2510-24/+187
| | | | | | | | | | | | | | | | | | | | Includes admin_area and application_security topics.
* | | | Restructure project cluster topicEvan Read2019-07-254-205/+221
| | | | | | | | | | | | | | | | | | | | Also fixes links to section headings that have changed.
* | | | Docs: Improve SCIM documentationTristan Williams2019-07-254-21/+30
| | | |
* | | | Fix rendering in Newline sectionEric Lindsey2019-07-251-2/+2
| | | |
* | | | Add whitespace back to markdown docMarcel Amirault2019-07-241-28/+34
| | | |
* | | | Merge branch '12250-mvc-security-navigation-section-docs' into 'master'Evan Read2019-07-245-3/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Update docs to reflect new Security tabs See merge request gitlab-org/gitlab-ce!31046
| * | | Update docs to reflect new Security tabs12250-mvc-security-navigation-section-docsDave Pisek2019-07-245-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes changes to update the documentation so it reflects the new navigation structure introduced by the additional tab "Security & Compliance" to the project-views sidebar and "Security" to the group-views sidebar. * Screenshot * Paths to the Dependency List * Paths to the group-level security dashboard
* | | | Better information on blocking usersEvan Read2019-07-243-41/+115
| | | |
* | | | Improve the Auto DevOps topic a bitEvan Read2019-07-241-1/+1
| | | |
* | | | Clean up headers in markdownMarcel Amirault2019-07-242-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
* | | | Improve code quality documentationEvan Read2019-07-241-20/+59
| | | |
* | | | Merge branch '64243-design-management-docs' into 'master'Marcia Ramos2019-07-244-0/+66
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | PerhAdd documentation for Design Management feature See merge request gitlab-org/gitlab-ce!30448
| * | | | Add documentation for Design Management feature64243-design-management-docsLuke Duncalfe2019-07-194-0/+66
| | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/64243
* | | | | Cross link to kaniko docsEvan Read2019-07-242-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | Also make security warning more visible and improves instructions.
* | | | | Remove beta from group and instance clustersDaniel Gruesso2019-07-242-2/+0
| |/ / / |/| | |
* | | | Add PIP_DEPENDENCY_PATH to dependency scanning templatemo khan2019-07-231-0/+1
| | | |
* | | | CE port for Group bulk edit merge requestsEugenia Grieff2019-07-233-14/+18
| |/ / |/| | | | | | | | | | | | | | | | | Add bulk update sidebar to merge requests template Add js to toggle sidebar Fix bulk update button in issues template Add specs for merge requests in bulk update service
* | | 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
| | | | |