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
path: root/doc/user
AgeCommit message (Collapse)Author
2019-08-08Deactivate a user (with self-service reactivation)manojmj
This change adds the ability to deactivate a user that has no recent activity i in the last 14 days. A deactivated user can still login and this will reactivate the user.
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-07Fix API endpoint for starred projects of a user; add info about starred ā†µCamil Staps
projects on profile to documentation
2019-08-07Update documentation for new feature flag percent rollout UXJason Goodman
Add updated screen shots
2019-08-07Merge branch '45619-reservedNames-docs' into 'master'Achilleas Pipinellis
Docs: Update and sort reserved names Closes #45619 See merge request gitlab-org/gitlab-ce!31569
2019-08-07Update and sort reserved namesStefan Schmalzhaf
2019-08-07Compress images with pngquantAchilleas Pipinellis
2019-08-07Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65499Russell Dickenson
2019-08-07Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62446Russell Dickenson
2019-08-07Fix assorted linksMarcel Amirault
Fix links as discovered by the lint in the docs project
2019-08-07Use separate Kubernetes namespaces per environmentTiger Watson
Kubernetes deployments on new clusters will now have a separate namespace per project environment, instead of sharing a single namespace for the project. Behaviour of existing clusters is unchanged. All new functionality is controlled by the :kubernetes_namespace_per_environment feature flag, which is safe to enable/disable at any time.
2019-08-07Follow-up: Tweak line to improve badge placementMarcel Amirault
2019-08-07Docs - Update link in SSL_TLS Certificates Page to Let's Encrypt IntergrationDean Leggo
2019-08-06Merge branch 'make-issue-boards-importable' into 'master'Sean McGivern
Make issue boards importable See merge request gitlab-org/gitlab-ce!31434
2019-08-06Revert "Fixed comparing value to undefined"Natalia Tepluhina
This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
2019-08-06Cross link between cluster topicsEvan Read
2019-08-06Docs: add addon minute roll over infoTristan Williams
2019-08-06Add description how to set custom CI fileAlexander Tanayno
2019-08-05Document when quotes aren't needed for quick actionsSean McGivern
2019-08-05Make issue boards importableJason Colyer
- Added issue board to imported contents in docs
2019-08-05Add help text next to Custom Metrics sectionReuben Pereira
- Also add requirements to the docs for custom metrics.
2019-08-05Update rules for secure featuresTetiana Chupryna
2019-08-05Merge branch '60664-kubernetes-applications-uninstall-cert-manager' into ā†µThong Kuah
'master' Resolve "Kubernetes > Applications > Uninstall Cert Manager" See merge request gitlab-org/gitlab-ce!31166
2019-08-05Add pmd-apex sast analyzer to sast docsLucas Charles
Includes documentation for new Apex (Salesforce) analyzer
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-08-05Allow Cert-Manager to be uninstalledTiger
Our current version of Cert-Manager does not uninstall cleanly, and we must manually remove custom resource definitions.
2019-08-04fix misspelled urlDustin Hemard
2019-08-02Implement Helm ResetCommand for removing TillerDylan Griffith
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
2019-08-02Merge branch 'sh-mermaid-subgraph-docs' into 'master'Evan Read
Document required quotes in Mermaid subgraph titles Closes #65338 See merge request gitlab-org/gitlab-ce!31312
2019-08-02Add rate limit docsMichael Kozono
2019-08-02Corrected name of Jira groupRussell Dickenson
2019-08-02Add documentation for Security Approvals for MRsLucas Charles
Documents how to enable security approvals
2019-08-01Merge branch 'mnguyen4-master-patch-95950' into 'master'Achilleas Pipinellis
Add Link to Seismic Shift Whitepaper to /dast/ landing page See merge request gitlab-org/gitlab-ce!30868
2019-08-01Add error message troubleshooting to npm registry docMarcel Amirault
Add contributed error message and possible solution to npm registry doc, added to a new troubleshooting section added to the end of the doc.
2019-08-01Update label documentationMarcel Amirault
Update label documentation with newer screenshots, cut long lines, and touch up the text, especially the delete label section. Also adds new screenshots for clarity
2019-07-31Document required quotes in Mermaid subgraph titlesStan Hu
Mermaid v8.2.3 added support for styling in subgraphs, but if there are multiple words in a title, quotes are required. * https://github.com/knsv/mermaid/pull/845 * https://github.com/knsv/mermaid/issues/391#issuecomment-495602059 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65338
2019-07-31Allow knative do be uninstalled:JoĆ£o Cunha
- After uninstalling the knative helm chart it's necessary to also remove some leftover resources to allow the cluster to be clean and knative to be reinstalleable. - Adds knative uninstall disclaimer - Uninstall ksvc before uninstalling knative Make list of Knative and Ingres resources explicit - To avoid deleting unwanted resources we are listing exact which resources will be deleted rather than simply deleting any resource that contains istio or knative words.
2019-07-31Help user to know what to do when deploying to clusterEvan Read
2019-07-31Edits to user Profile and Settings contentRussell Dickenson
Each of these files were edited to ensure compliance with the docs standard layout, as part of the SSOT epic. In addition, some copy editing was done, to improve clarity, and comply with the GitLab docs style guide.
2019-07-31Docs: Add SCIM troubleshooting for Azure mapping errorCynthia Ng
2019-07-30Merge branch '10726-exporting-issues-size-is-15mb-but-max-is-20mb-ce' into ā†µMike Greiling
'master' [CE] Resolve "Exporting issues size is 15MB but max is 20MB" See merge request gitlab-org/gitlab-ce!31234
2019-07-30Fix broken internal links in docsSean McGivern
2019-07-30Update documentation on CSV export max file sizeHeinrich Lee Yu
2019-07-30Merge branch 'manual-sorting-12-2' into 'master'Evan Read
Correct manual sort introduction release See merge request gitlab-org/gitlab-ce!31135
2019-07-30Add gradle to not-yet-supported listMarcel Amirault
2019-07-30Adds troubleshooting guidance to SAML SCIM setup docsDeAndre Harris
2019-07-30Changes to Repository docs for SSOT epicRussell Dickenson
Content about Repository was edited to comply with docs standards. This is part of a SSOT epic. - Added standard elements to each file. - Moved content on Branches, and Compare, to the Branches file. - Added a brief introduction piece to the GPG content. - Lightly edited all content to improve clarity.
2019-07-30Make quick action "commands applied" banner more usefulšŸ™ˆ jacopo beschi šŸ™‰
Extends the quick actions "commands applied" banner to show the quick action preview text, but with everything in past tense.
2019-07-29Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher
2019-07-29Update IP access restriction docsCindy Pallares šŸ¦‰