summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Rename changelog to correct issue number, be more explicit that we're ↵James Keogh2019-07-231-0/+1
| | | | talking about Auto DevOps projects
* 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 'sh-enable-bootsnap' into 'master'Douglas Barbosa Alexandre2019-07-231-0/+1
|\ | | | | | | | | | | | | Make Bootsnap available via ENABLE_BOOTSNAP=1 Closes #45230 See merge request gitlab-org/gitlab-ce!30963
| * Add docs for ENABLE_BOOTSNAPsh-enable-bootsnapStan Hu2019-07-191-0/+1
| |
* | Merge branch 'ce-port-315-log-impersonation-actions-in-audit-log' into 'master'Ash McKenzie2019-07-231-0/+1
|\ \ | | | | | | | | | | | | CE Port: Log impersonation actions in audit log See merge request gitlab-org/gitlab-ce!31039
| * | CE Port: Log impersonation actions in audit logce-port-315-log-impersonation-actions-in-audit-logmanojmj2019-07-231-0/+1
| | | | | | | | | | | | | | | | | | This change adds audit logs for user impersonation when an admin starts/stops impersonating another user.
* | | Merge branch 'if-64257-active_session_lookup_key_cleanup' into 'master'Bob Van Landuyt2019-07-231-0/+10
|\ \ \ | | | | | | | | | | | | | | | | Rake task to cleanup expired ActiveSession lookup keys See merge request gitlab-org/gitlab-ce!30668
| * | | Rake task to cleanup expired ActiveSession lookup keysif-64257-active_session_lookup_key_cleanupImre Farkas2019-07-221-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases ActiveSession.cleanup was not called after authentication, so for some user ActiveSession lookup keys grew without ever cleaning up. This Rake task manually iterates over the lookup keys and removes ones without existing ActiveSession.
* | | | Merge branch 'gsemet/gitlab-ce-gsemet-master-patch-33258' into 'master'Sean McGivern2019-07-231-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Multiple pipeline support for Build status See merge request gitlab-org/gitlab-ce!30828
| * | | | Add specs for specifying pipeline behaviorMatija Čupić2019-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Adds specs for testing the new behavior of specifying a pipeline when POSTing a status.
| * | | | Multiple pipeline support for Build statusGaetan Semet2019-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows user to specify the pipeline ID when several pipelines has been triggered on the same branch and commit. Signed-off-by: Gaetan Semet <gaetan.semet@renault.com>
* | | | | 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
| | | | |
* | | | | Convert githost.log to JSON formatStan Hu2019-07-221-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | This will make it easier to parse this in production and adds the `correlation_id` if available.
* | | | | Merge branch 'docs-dry-the-stage-and=group-labels-list' into 'master'Mek Stittri2019-07-221-54/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Dry the list of stage and group labels by linking to them directly See merge request gitlab-org/gitlab-ce!30365
| * | | | | Dry the list of stage and group labels by linking to them directlydocs-dry-the-stage-and=group-labels-listRémy Coutable2019-07-221-54/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | 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-222-13/+16
| |_|/ / |/| | | | | | | | | | | | | | | | | | | PATs are accepted using the OAuth2 compliant header "Authorization: Bearer {token}" in order to allow for OAuth requests while 2FA is enabled.
* | | | Add info about mdl to documentationMarcel Amirault2019-07-222-18/+41
| | | |
* | | | 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
* | | | Merge branch ↵Evan Read2019-07-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '64768-update-email-address-on-how-to-reset-your-root-password-docs' into 'master' Resolve "Update email address on How to reset your root password docs" Closes #64768 See merge request gitlab-org/gitlab-ce!30926
| * | | | Update root default email address to current value64768-update-email-address-on-how-to-reset-your-root-password-docsastrachan2019-07-191-1/+1
| | | | |
* | | | | Fix unordered list spacingMarcel Amirault2019-07-2216-134/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
* | | | | Fixes typo in developer gotcha documentationJeremy Jackson2019-07-191-1/+1
| |/ / / |/| | |
* | | | Document database review processToon Claes2019-07-194-1/+105
| | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
* | | | Merge branch '64722-mg-export-frontend-fixtures' into 'master'Phil Hughes2019-07-191-10/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Export frontend fixtures as pipeline artifact" Closes #64722 and #59166 See merge request gitlab-org/gitlab-ce!30917
| * | | | Move frontend fixtures into spec/frontendMike Greiling2019-07-191-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Moves every fixture source file from spec/javascripts to spec/frontend
| * | | | Rename the karma:fixtures taskMike Greiling2019-07-191-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces frontend:fixtures rake task to replace karma:fixtures and update documentation and CI scripts to match
* | | | | Adjust redis cache metricsBen Kochie2019-07-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove `controller` and `action` labels from duration histogram. * Create a new simple counter for `controller` and `action`. * Adjust histogram buckets to observe smaller response times.
* | | | | Add a note about private_profile changes in 12.1Adam Hegyi2019-07-191-0/+3
| | | | |
* | | | | Documentations for parallel execution strategy for Merge TrainsShinya Maeda2019-07-193-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a documentation for parallel pipelines on merge trains. Fix typo
* | | | | Link Metrics Reports from merge request docsJames Ramsay2019-07-191-0/+11
| | | | |
* | | | | Added new ES rake task and troubleshooting stepBlair Lunceford2019-07-191-0/+6
| | | | |