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
AgeCommit message (Collapse)Author
2019-08-19Docs: Improve clarity of SCIM workflowTristan Williams
2019-08-17UI for disabling group/project email notificationBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-08-17Add new table to store email domainGosia Ksionek
In order to save user preferences regarding user emails allowed to be invited to group Add foreign_key and down method Change adding foreign key Add partial call to view Add changelog entry Fix schema
2019-08-12Fix markdown spacing in various docsMarcel Amirault
Align images and lists in assorted markdown docs
2019-08-12adding subgroups to docsVirjinia Alexieva
2019-08-08Bring scoped environment variables to coreHordur Freyr Yngvason
As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
2019-08-08CE port for bulk updating group labelsEugenia Grieff
- Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
2019-08-07Compress images with pngquantAchilleas Pipinellis
2019-08-05Expand markdown linting rules for docsMarcel Amirault
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
2019-07-31Docs: Add SCIM troubleshooting for Azure mapping errorCynthia Ng
2019-07-30Adds troubleshooting guidance to SAML SCIM setup docsDeAndre Harris
2019-07-29Update IP access restriction docsCindy Pallares 🦉
2019-07-25Docs: Improve SCIM documentationTristan Williams
2019-07-24Cross link to kaniko docsEvan Read
Also make security warning more visible and improves instructions.
2019-07-24Remove beta from group and instance clustersDaniel Gruesso
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-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-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-19Update index.mdFabio Papa
2019-07-19Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa
2019-07-19Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa
2019-07-19Adjust the documentation on subgroupsFabio Papa
2019-07-19Add documentation page for bulk editing group issue milestonesEugenia Grieff
- 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
2019-07-15Rename "discussions" to "threads" in docsMichel Engelen
2019-07-15Fix whitespace in user, and misc, docsMarcel Amirault
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.
2019-07-12Doc Allow subgroups to use their parent group's custom project templatesManoj MJ
Doc for "Allow a template in a namespace which is out of the hierarchy of the Group owning the template"
2019-07-09Update redirected links to final destinationsMarcel Amirault
This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
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
2019-07-01Enforce consistent prefix for bullet listsMarcel Amirault
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
2019-06-28Add a link in the docs to the epic that defined the Insights featureRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-06-27Merge branch '61156-instance-level-cluster-pod-terminal-access' into 'master'Thong Kuah
Instance-level cluster pod terminal access Closes #55489, #55488, #55487, and #61156 See merge request gitlab-org/gitlab-ce!28613
2019-06-25Add Markdown lintingEvan Read
Also adds and one linting rule and makes project conform to it.
2019-06-25Move terminal construction logic to EnvironmentTiger
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.
2019-06-20Correct group path instructionsTristan Williams
2019-06-19Update the docs to reflect lack of MySQL supportNick Thomas
Now MySQL is no longer supported, we need to change the docs
2019-06-19Document Usage Quotas group settings pageAlessio Caiazza
2019-06-19Added IP restriction docs to groupsJeremy Watson
2019-06-18Allow switching clusters between managed/unmanagedTiger
Any resources created while the cluster was managed will be untouched, allowing users to set/unset this flag as they please.
2019-06-13Add login session noteCynthia Ng
2019-06-12Fix TyposYoginth
2019-06-12Merge branch 'docs-update-insights' into 'master'Lin Jen-Shin
Insights is now GA See merge request gitlab-org/gitlab-ce!29494
2019-06-12Add link to Groups videoRussell Dickenson
2019-06-11Insights is now GARémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-06-11Edit "SCIM Setup" for SSOTRussell Dickenson
2019-06-10SSOT - Added link to video to enhance docsRussell Dickenson
2019-06-10Edit "Subgroups" for SSOTRussell Dickenson
2019-06-06Added troubleshooting section to "Group-level Kubernetes clusters"Russell Dickenson
2019-06-06Edit "SAML SSO" for SSOTRussell Dickenson