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
AgeCommit message (Collapse)Author
2019-07-31Update doc/development/new_fe_guide/style/javascript.mdfe-update-guide-on-js-css-selectorsPaul Slaughter
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-31Fix whitespace in topic, university, workflow 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 will render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor white space issues in /topic, /university, /update and /workflow docs.
2019-07-31Update time tracking docMarcia Ramos
- CORE ONLY badge - Link 'introduced in' note - Inline linking
2019-07-31Help user to know what to do when deploying to clusterEvan Read
2019-07-31Move version info for GeoEvan Read
2019-07-31Fix whitespace in ci 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 will render as being in a code block too, even if not meant to. This fixes all these issues for most docs in /development, and cleans up other whitespace issues too
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-31Merge branch 'da-fix-small-typo-custom-hooks-docs' into 'master'Evan Read
Remove duplicated words on custom hooks docs See merge request gitlab-org/gitlab-ce!31309
2019-07-31Docs: Add SCIM troubleshooting for Azure mapping errorCynthia Ng
2019-07-31Merge branch 'mc/doc/variable-precedence-docs' into 'master'Evan Read
Document multi-project variable precedence Closes gitlab-ee#12879 See merge request gitlab-org/gitlab-ce!31291
2019-07-31Document multi-project variable precedenceMatija Čupić
2019-07-31Merge branch 'harishsr-ldap-groupsync-rake-task-docs' into 'master'Evan Read
Document how to use the GroupSync rake task See merge request gitlab-org/gitlab-ce!31192
2019-07-31Documentation: Added Semaphore Test Boosters example to CI YAML `parallel` docsdrew
2019-07-31Merge branch 'docs/update-dind-title' into 'master'Evan Read
Update docker title for docker-in-docker workflow See merge request gitlab-org/gitlab-ce!31273
2019-07-31Merge branch 'prepend-ee-helper' into 'master'Robert Speicher
Add methods for injecting EE modules See merge request gitlab-org/gitlab-ce!31055
2019-07-30Remove duplicated wordsDouglas Barbosa Alexandre
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-30Add support page link in help menuDiego Louzán
Creates a new item in help dropdown to show configured support page link
2019-07-30Added docs for the new EE injection methodsYorick Peterse
2019-07-30Merge branch 'docs-fix-broken-internal-links' into 'master'Marcia Ramos
Fix broken internal links in docs Closes #65318 See merge request gitlab-org/gitlab-ce!31280
2019-07-30Fix broken internal links in docsSean McGivern
2019-07-30Remove line profiler from performance barSean McGivern
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
2019-07-30Update docker title for docker-in-docker workflowSteve Azzopardi
`docker-in-docker` is a workflow not an specific executor. It uses the [Docker executor](https://docs.gitlab.com/runner/executors/docker.html).
2019-07-30Update jenkins.md - add CTA to about.gitlab pageAgnes Oetama
2019-07-30Merge branch 'docs-ci-examples-fix-typo' into 'master'Evan Read
documentation: fix a typo in ci/examples See merge request gitlab-org/gitlab-ce!31250
2019-07-30Update documentation on CSV export max file sizeHeinrich Lee Yu
2019-07-30First pass to bring /gitlab-basics to SSoT standardsMarcel Amirault
Removes duplicated information, and combines sections and files together when they are duplicated or highly related. Also adds intros to all pages and sections missing intros, and troubleshooting sections to pages that may need them in the future. Links more to other docs, and clarifies language when abosolutely necessary, and adds angle brackets to sample parameters.
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-30Merge branch 'codyw-docs-visbility-levels' into 'master'Evan Read
Update visibility level docs See merge request gitlab-org/gitlab-ce!31258
2019-07-30Merge branch 'docs-OAuth2-scopes' into 'master'Evan Read
Add requesting particular OAuth2 scopes details Closes #65200 See merge request gitlab-org/gitlab-ce!31215
2019-07-30Merge branch 'mc/doc/document-codeclimate-security-best-practice-docs' into ↵Evan Read
'master' Document Code Quality potential security flaw Closes #37980 See merge request gitlab-org/gitlab-ce!31197
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-30Update visibility level docCody West
Adding parenthetical about guest users not being able to view private projects.
2019-07-29Doc: ci: examples: fix typo EnvoyRomain Aviolat
This commit fixes a typo in the ci/examples documentation
2019-07-29Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher
2019-07-29Update reference architecture docs to remove statusTanya Pazitny
2019-07-29Merge branch 'ce-port-4550-add-project-download-export-audit-event' into ↵Stan Hu
'master' CE: Add project download & project export audit event See merge request gitlab-org/gitlab-ce!31103
2019-07-29Merge branch 'add-git-blame-api' into 'master'Nick Thomas
Expose git blame in api Closes #51345 See merge request gitlab-org/gitlab-ce!30675
2019-07-29Update IP access restriction docsCindy Pallares 🦉
2019-07-29Fix deploy example and other fixesEvan Read
2019-07-29Document Code Quality potential security flawMatija Čupić
2019-07-29Categorize autodevops variablesEvan Read
2019-07-29Add Job specific variablesMatija Čupić
Adds Job specific variables to facilitate specifying variables when running manual jobs.
2019-07-29Add relevant Kubernetes pageSarah Daily
2019-07-29Docs: adere ssotMarcia Ramos
2019-07-29Docs: Pipelines - ssotMarcia Ramos