summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add email note sent to user on blockdocs/better-blocked-user-docsEvan Read2019-07-231-0/+7
|
* Better information on blocking usersEvan Read2019-07-233-41/+108
|
* 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
| | |
* | | Merge branch 'fix-lint-api-path-in-docs' into 'master'Evan Read2019-07-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update lint.md to provide correct path for API call as per #58223 Closes #58223 See merge request gitlab-org/gitlab-ce!25703
| * | | Update lint.md to provide the correct path for the APIElliot Rushton2019-07-181-1/+1
| |/ /
* | | 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
| | | |
* | | | Add docs for GitLab.com subscription upgradesOswaldo Ferreira2019-07-191-0/+8
| | | |
* | | | Document interacting GitLab components and featuresOswaldo Ferreira2019-07-192-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not uncommon that a single code change can reflect and interact with multiple parts of GitLab codebase, making it possible to break an existing feature. This commit expands documentation in that regard for developers.
* | | | 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-1921-62/+63
| | | | | | | | | | | | | | | | | | | | 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
* | | Clean up Gitaly admin docsAchilleas Pipinellis2019-07-191-311/+359
| | | | | | | | | | | | | | | | | | - Add missing path to Gitaly configuration - Properly list steps for Gitaly configurations - Move sections around
* | | 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