Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
AgeCommit message (Collapse)Author
2019-07-26Add docs for template field in prometheus alertsSarah Yasonik
2019-07-26Update links to relativeMarcel Amirault
Following the single docs codebase change, all internal links should be relative. Also cleans up one table
2019-07-25Add doc about incident issue labelsPeter Leitzen
2019-07-25Merge branch 'label-descr-push-opts' into 'master'Lin Jen-Shin
Support title and desc on merge w/ push option See merge request gitlab-org/gitlab-ce!31068
2019-07-25Update documentation for current stateEvan Read
2019-07-25Improve steps for setting commit emailEvan Read
2019-07-25Refine topics for Phase 2 of SSoT auditEvan Read
Includes admin_area and application_security topics.
2019-07-25Restructure project cluster topicEvan Read
Also fixes links to section headings that have changed.
2019-07-25Docs: Improve SCIM documentationTristan Williams
2019-07-25Fix rendering in Newline sectionEric Lindsey
2019-07-25Add whitespace back to markdown docMarcel Amirault
2019-07-25Merge branch '12250-mvc-security-navigation-section-docs' into 'master'Evan Read
Update docs to reflect new Security tabs See merge request gitlab-org/gitlab-ce!31046
2019-07-24Better information on blocking usersEvan Read
2019-07-24Improve the Auto DevOps topic a bitEvan Read
2019-07-24Clean up headers in markdownMarcel Amirault
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
2019-07-24Improve code quality documentationEvan Read
2019-07-24Merge branch '64243-design-management-docs' into 'master'Marcia Ramos
PerhAdd documentation for Design Management feature See merge request gitlab-org/gitlab-ce!30448
2019-07-24Cross link to kaniko docsEvan Read
Also make security warning more visible and improves instructions.
2019-07-24Support title and desc on merge w/ push optionChristian Couder
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
2019-07-24Remove beta from group and instance clustersDaniel Gruesso
2019-07-24Update docs to reflect new Security tabsDave Pisek
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
2019-07-23Add PIP_DEPENDENCY_PATH to dependency scanning templatemo khan
2019-07-23CE port for Group bulk edit merge requestsEugenia Grieff
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
2019-07-23Merge branch 'rm-src-branch' into 'master'Grzegorz Bizon
Support remove source branch on merge w/ push options See merge request gitlab-org/gitlab-ce!30728
2019-07-23Docs: Update old SAML settings screenshotTristan Williams
2019-07-22Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern
Add a group setting to allow Maintainers to create sub-groups See merge request gitlab-org/gitlab-ce!29718
2019-07-22Merge branch 'ce-9688-add-remove-blocking-mrs' into 'master'Sean McGivern
CE backport of "Add or remove blocking merge requests" See merge request gitlab-org/gitlab-ce!30908
2019-07-22Add documentation for blocking MRsNick Thomas
This feature needs to be documented, so here is the documentation
2019-07-22Docs: add alert for bugs - Pages' LE integrationMarcia Ramos
2019-07-22OAuth2 support for GitLab personal access tokensSteve Abrams
PATs are accepted using the OAuth2 compliant header "Authorization: Bearer {token}" in order to allow for OAuth requests while 2FA is enabled.
2019-07-22Documentation for email confirmation signup restrictionMatt Penna
2019-07-22Document all the available options for SASTAchilleas Pipinellis
Port all info from: - security-products/sast/blob/master/docs/README.md - security-products/sast/blob/master/docs/analyzers.md
2019-07-22Fix unordered list spacingMarcel Amirault
Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
2019-07-20Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa
2019-07-20Add a link from the permissions table to the subgroups/creating aFabio Papa
subgroup section
2019-07-19Apply suggestion to doc/user/permissions.mdFabio Papa
2019-07-19Update index.mdFabio Papa
2019-07-19Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa
2019-07-19Apply suggestion to doc/user/permissions.mdFabio Papa
2019-07-19Apply suggestion to doc/user/permissions.mdFabio Papa
2019-07-19Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa
2019-07-19Adjust the documentation on subgroup permissionsFabio Papa
2019-07-19Adjust the documentation on subgroupsFabio Papa
2019-07-19Link Metrics Reports from merge request docsJames Ramsay
2019-07-19Remove duplicate word in Issues feature pageRussell Dickenson
2019-07-19Merge branch 'docs/dast-analyzers' into 'master'Evan Read
Document all the available DAST variables Closes gitlab-ee#10122 See merge request gitlab-org/gitlab-ce!30801
2019-07-19Set Private visibility for restricted Internal imported projectsGeorge Koltsov
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
2019-07-19Update numbered lists for docs standardsMarcel Amirault
Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
2019-07-19Add documentation for panel typesJose Ivan Vargas
This adds documentation on how to add area and single stat panel types for the monitoring dashboards using custom yml files
2019-07-19Added mention of Quick actionsRussell Dickenson