| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a link in the docs to the epic that defined the Insights feature63463-follow-up-from-insights-is-now-ga-docs | Rémy Coutable | 2019-06-28 | 2 | -2/+3 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Merge branch '61156-instance-level-cluster-pod-terminal-access' into 'master' | Thong Kuah | 2019-06-27 | 1 | -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-access | Tiger | 2019-06-25 | 1 | -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 linting | Evan Read | 2019-06-25 | 4 | -27/+28 |
| |/ | | | | | Also adds and one linting rule and makes project conform to it. | ||||
| * | Correct group path instructionsdocs-update-group-settings | Tristan Williams | 2019-06-19 | 1 | -3/+4 |
| | | |||||
| * | Update the docs to reflect lack of MySQL support52442-minimal-remove-mysql-support | Nick Thomas | 2019-06-19 | 1 | -12/+1 |
| | | | | | Now MySQL is no longer supported, we need to change the docs | ||||
| * | Document Usage Quotas group settings page | Alessio Caiazza | 2019-06-19 | 2 | -0/+8 |
| | | |||||
| * | Added IP restriction docs to groups | Jeremy Watson | 2019-06-18 | 1 | -0/+19 |
| | | |||||
| * | Allow switching clusters between managed/unmanaged | Tiger | 2019-06-18 | 1 | -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-note | Cynthia Ng | 2019-06-13 | 1 | -0/+2 |
| | | |||||
| * | Fix Typos | Yoginth | 2019-06-12 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'docs-update-insights' into 'master' | Lin Jen-Shin | 2019-06-12 | 2 | -9/+3 |
| |\ | | | | | | | | | Insights is now GA See merge request gitlab-org/gitlab-ce!29494 | ||||
| | * | Insights is now GAdocs-update-insights | Rémy Coutable | 2019-06-11 | 2 | -9/+3 |
| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Add link to Groups video | Russell Dickenson | 2019-06-12 | 1 | -0/+2 |
| |/ | |||||
| * | Edit "SCIM Setup" for SSOT | Russell Dickenson | 2019-06-11 | 1 | -0/+20 |
| | | |||||
| * | SSOT - Added link to video to enhance docs | Russell Dickenson | 2019-06-10 | 1 | -0/+2 |
| | | |||||
| * | Edit "Subgroups" for SSOT | Russell Dickenson | 2019-06-09 | 1 | -19/+38 |
| | | |||||
| * | Added troubleshooting section to "Group-level Kubernetes clusters" | Russell Dickenson | 2019-06-06 | 1 | -1/+13 |
| | | |||||
| * | Edit "SAML SSO" for SSOT | Russell Dickenson | 2019-06-06 | 1 | -7/+23 |
| | | |||||
| * | Edit Group's "Roadmap" for SSOT | Russell Dickenson | 2019-06-06 | 1 | -2/+25 |
| | | |||||
| * | Edit "Insights" content to meet SSOT guidelines | Russell Dickenson | 2019-06-06 | 1 | -0/+16 |
| | | |||||
| * | Edited "Epics" to comply with SSOT | Russell Dickenson | 2019-06-06 | 1 | -0/+16 |
| | | |||||
| * | Edited "Custom group-level project templates" for SSOT | Russell Dickenson | 2019-06-06 | 1 | -0/+16 |
| | | |||||
| * | Edit "Group analytics" for SSOT | Russell Dickenson | 2019-06-06 | 1 | -7/+34 |
| | | |||||
| * | Edit contribution analytics for SSOT | Russell Dickenson | 2019-06-06 | 1 | -21/+43 |
| | | |||||
| * | Be more specific about Groups page | Evan Read | 2019-06-05 | 1 | -11/+17 |
| | | |||||
| * | [CE backport] Fix broken link to default insights config in docs | Victor Zagorodny | 2019-06-05 | 1 | -1/+1 |
| | | |||||
| * | Edited "Group cluster" for SSOT guidelines | Russell Dickenson | 2019-06-05 | 1 | -0/+4 |
| | | |||||
| * | Edit *Groups index* for SSOT guidelines | Russell Dickenson | 2019-06-05 | 1 | -1/+17 |
| | | |||||
| * | Docs: Convert remaining links in /user to relative | Marcel Amirault | 2019-05-31 | 5 | -8/+8 |
| | | |||||
| * | Group SAML docs explain GitLab.com SSO sign in | James Edwards-Jones | 2019-05-28 | 1 | -2/+19 |
| | | | | | | | Updates documentation to reflect that SAML can now be used to sign into the GitLab instance, instead of just updating group membership. | ||||
| * | Move GitLab Managed Apps to own page | Thong Kuah | 2019-05-27 | 1 | -27/+4 |
| | | | | | So we can add detailed information, and also point to SSOT | ||||
| * | Merge branch 'ce-jej/unflag-group-saml-metadata' into 'master' | Douwe Maan | 2019-05-24 | 1 | -1/+9 |
| |\ | | | | | | | | | Group SAML docs explain metadata configuration See merge request gitlab-org/gitlab-ce!28700 | ||||
| | * | Group SAML docs explain metadata configurationce-jej/unflag-group-saml-metadata | James Edwards-Jones | 2019-05-24 | 1 | -1/+9 |
| | | | |||||
| * | | Replaced mdash with commaupdate-groups-doc-grammar-typos-outdated | Christie Lenneville | 2019-05-21 | 1 | -1/+1 |
| | | | |||||
| * | | Apply suggestion to doc/user/group/index.md | Christie Lenneville | 2019-05-21 | 1 | -1/+1 |
| | | | |||||
| * | | Apply suggestion to doc/user/group/index.md | Christie Lenneville | 2019-05-21 | 1 | -2/+6 |
| | | | |||||
| * | | Apply suggestion to doc/user/group/index.md | Christie Lenneville | 2019-05-21 | 1 | -1/+1 |
| | | | |||||
| * | | Apply suggestion to doc/user/group/index.md | Christie Lenneville | 2019-05-21 | 1 | -1/+1 |
| | | | |||||
| * | | Apply suggestion to doc/user/group/index.md | Christie Lenneville | 2019-05-21 | 1 | -3/+9 |
| | | | |||||
| * | | Apply suggestion to doc/user/group/index.md | Christie Lenneville | 2019-05-21 | 1 | -1/+1 |
| | | | |||||
| * | | Removed "select", since the dropdown functions more like a modal | Christie Lenneville | 2019-05-21 | 1 | -1/+1 |
| | | | |||||
| * | | Update doc/user/group/index.md file | Christie Lenneville | 2019-05-21 | 1 | -107/+89 |
| | | | |||||
| * | | Document how to access the Insights pagedocs-improve-insights-documentation | Rémy Coutable | 2019-05-21 | 2 | -2/+9 |
| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Initial instance level cluster docs | James Fargher | 2019-05-20 | 1 | -4/+4 |
| | | | |||||
| * | | Docs: Remove all remaining orphaned images. | Marcel Amirault | 2019-05-17 | 2 | -0/+0 |
| | | | |||||
| * | | Add documentation for dependency proxy feature | Dmitriy Zaporozhets | 2019-05-17 | 3 | -0/+78 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | SSO enforcement docs details added from 11.11 | Jeremy Watson | 2019-05-17 | 1 | -2/+10 |
| | | | |||||
| * | | Update group project templates to premium/silverdocs-update-group-template-pricing-tier | Tristan Williams | 2019-05-14 | 1 | -1/+1 |
| |/ | |||||
| * | Show health graphs on group-level | Peter Leitzen | 2019-05-06 | 1 | -2/+1 |
| | | | | | Tweak cluster helper and refactor its specs. | ||||
