summaryrefslogtreecommitdiff
path: root/doc/user/group
Commit message (Collapse)AuthorAgeFilesLines
* Expand markdown linting rules for docsMarcel Amirault2019-08-051-8/+7
| | | | | | | | | | MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - Headers surrounded by blank lines MD025 - Only 1 level 1 header MD028 - No blank lines within blockquote MD038 - Spaces inside code span elements
* Docs: Add SCIM troubleshooting for Azure mapping errorCynthia Ng2019-07-311-0/+14
|
* Adds troubleshooting guidance to SAML SCIM setup docsDeAndre Harris2019-07-291-10/+4
|
* Update IP access restriction docsCindy Pallares 🦉2019-07-291-1/+1
|
* Docs: Improve SCIM documentationTristan Williams2019-07-254-21/+30
|
* Cross link to kaniko docsEvan Read2019-07-241-0/+7
| | | | | Also make security warning more visible and improves instructions.
* Remove beta from group and instance clustersDaniel Gruesso2019-07-241-1/+0
|
* CE port for Group bulk edit merge requestsEugenia Grieff2019-07-232-12/+16
| | | | | | | 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
* Docs: Update old SAML settings screenshotTristan Williams2019-07-232-1/+1
|
* Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern2019-07-221-7/+17
|\ | | | | | | | | 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
| |
| * 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/group/subgroups/index.mdFabio Papa2019-07-191-1/+3
| |
| * Adjust the documentation on subgroupsFabio Papa2019-07-191-6/+9
| |
* | Fix unordered list spacingMarcel Amirault2019-07-221-20/+20
|/ | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
* Add documentation page for bulk editing group issue milestonesEugenia Grieff2019-07-183-0/+26
| | | | | | - 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
* Rename "discussions" to "threads" in docsMichel Engelen2019-07-151-2/+2
|
* Fix whitespace in user, and misc, docsMarcel Amirault2019-07-151-23/+23
| | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items woll render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor whitespace issues in /user, /security, /ssh and /migrate_ci_to_ce docs.
* Doc Allow subgroups to use their parent group's custom project templatesManoj MJ2019-07-121-1/+1
| | | | | Doc for "Allow a template in a namespace which is out of the hierarchy of the Group owning the template"
* Update redirected links to final destinationsMarcel Amirault2019-07-082-3/+3
| | | | | | This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-0811-23/+23
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Enforce consistent prefix for bullet listsMarcel Amirault2019-07-011-7/+7
| | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* Add a link in the docs to the epic that defined the Insights feature63463-follow-up-from-insights-is-now-ga-docsRémy Coutable2019-06-282-2/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '61156-instance-level-cluster-pod-terminal-access' into 'master'Thong Kuah2019-06-271-8/+0
|\ | | | | | | | | | | | | Instance-level cluster pod terminal access Closes #55489, #55488, #55487, and #61156 See merge request gitlab-org/gitlab-ce!28613
| * Move terminal construction logic to Environment61156-instance-level-cluster-pod-terminal-accessTiger2019-06-251-8/+0
| | | | | | | | | | | | | | | | This enables terminals for group and project level clusters. Previously there was no way to determine which project (and therefore kubernetes namespace) to connect to, moving this logic onto Environment means the assoicated project can be used to look up the correct namespace.
* | Add Markdown lintingEvan Read2019-06-254-27/+28
|/ | | | | Also adds and one linting rule and makes project conform to it.
* Correct group path instructionsdocs-update-group-settingsTristan Williams2019-06-191-3/+4
|
* Update the docs to reflect lack of MySQL support52442-minimal-remove-mysql-supportNick Thomas2019-06-191-12/+1
| | | | Now MySQL is no longer supported, we need to change the docs
* Document Usage Quotas group settings pageAlessio Caiazza2019-06-192-0/+8
|
* Added IP restriction docs to groupsJeremy Watson2019-06-181-0/+19
|
* Allow switching clusters between managed/unmanagedTiger2019-06-181-4/+0
| | | | | | Any resources created while the cluster was managed will be untouched, allowing users to set/unset this flag as they please.
* Add login session notedocs-sso-enforce-noteCynthia Ng2019-06-131-0/+2
|
* Fix TyposYoginth2019-06-121-2/+2
|
* Merge branch 'docs-update-insights' into 'master'Lin Jen-Shin2019-06-122-9/+3
|\ | | | | | | | | Insights is now GA See merge request gitlab-org/gitlab-ce!29494
| * Insights is now GAdocs-update-insightsRémy Coutable2019-06-112-9/+3
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add link to Groups videoRussell Dickenson2019-06-121-0/+2
|/
* Edit "SCIM Setup" for SSOTRussell Dickenson2019-06-111-0/+20
|
* SSOT - Added link to video to enhance docsRussell Dickenson2019-06-101-0/+2
|
* Edit "Subgroups" for SSOTRussell Dickenson2019-06-091-19/+38
|
* Added troubleshooting section to "Group-level Kubernetes clusters"Russell Dickenson2019-06-061-1/+13
|
* Edit "SAML SSO" for SSOTRussell Dickenson2019-06-061-7/+23
|
* Edit Group's "Roadmap" for SSOTRussell Dickenson2019-06-061-2/+25
|
* Edit "Insights" content to meet SSOT guidelinesRussell Dickenson2019-06-061-0/+16
|
* Edited "Epics" to comply with SSOTRussell Dickenson2019-06-061-0/+16
|
* Edited "Custom group-level project templates" for SSOTRussell Dickenson2019-06-061-0/+16
|
* Edit "Group analytics" for SSOTRussell Dickenson2019-06-061-7/+34
|
* Edit contribution analytics for SSOTRussell Dickenson2019-06-061-21/+43
|
* Be more specific about Groups pageEvan Read2019-06-051-11/+17
|
* [CE backport] Fix broken link to default insights config in docsVictor Zagorodny2019-06-051-1/+1
|