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-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-10Start linting for unneeded dollar signsMarcel Amirault
Do not use dollar signs in shell codeblocks when no output is shown
2019-09-10Revert gitlab-backup command and add a note for itHossein Pursultani
2019-08-30Fix markdown in various docsMarcel Amirault
Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
2019-08-28Merge branch 'nelbacha-master-patch-08542' into 'master'Tom Atkins
improve grammar in Gitaly configuration See merge request gitlab-org/gitlab-ce!31605
2019-08-27Update capitalization in /dev docsMarcel Amirault
Clean up capitalization in /development /gitlab-basics and /install
2019-08-22Update docs to pass new markdownlintMarcel Amirault
Deletes extra spaces and line, makes lists consistent, and fixes links.
2019-08-21Fix markdown causing kramdown warningsMarcel Amirault
Use of square brackets can cause kramdown warnings, as well as angle brackets, so they should be removed or put in backticks
2019-08-15Make ruby 2.6 the officially supported versionHordur Freyr Yngvason
2019-08-13Remove extra quoteAlexander Oleynikov
2019-08-11Update note regarding memory teamEmilie Schario
Make clearer that the memory team is working to reduce the memory requirement
2019-08-09Merge branch '62759-gitlab-backup-doc' into 'master'Evan Read
Replace `gitlab-rake` with `gitlab-backup` command for backup and restore tasks See merge request gitlab-org/gitlab-ce!31555
2019-08-09Add link to memory team page from the installation requirementsEmilie Schario
2019-08-08improve grammar in Gitaly configurationNourdin el Bacha
2019-08-07Use Git 2.22 for GitLabZeger-Jan van de Weg
Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
2019-08-07Fix assorted linksMarcel Amirault
Fix links as discovered by the lint in the docs project
2019-08-07Change gitlab-rake to gitlab-backup for backup and restore tasksHossein Pursultani
2019-08-05Merge branch 'bjk/worker_scale_doc' into 'master'Achilleas Pipinellis
Update Unicorn Worker recommendation See merge request gitlab-org/gitlab-ce!31404
2019-08-02Update requirements wordingCody West
I'm adding some wording to our hardware requirements to explain that needs vary by workload. I also included some examples of factors that may influence the workload.
2019-08-02Merge branch 'bjk/update_HA_resource' into 'master'Drew Blessing
Update HA resource descriptions Closes #61192 and #27833 See merge request gitlab-org/gitlab-ce!31064
2019-08-02Update Unicorn Worker recommendationBen Kochie
Update the Unicorn worker documentation based on the new scaling formula. https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4535
2019-07-31Update HA resource descriptionsBen Kochie
* Use `GiB memory` to describe memory needs. * Add local storage recommendation for monitoring node. * Better align CPU/Memory to match common cloud provider instnace types. * Update requirements based on the new 10k user standard.
2019-07-31Fix copy config command for PumaAnton Smith
2019-07-30Fix broken internal links in docsSean McGivern
2019-07-26Update links to relativeMarcel Amirault
Following the single docs codebase change, all internal links should be relative. Also cleans up one table
2019-07-12Merge branch 'patch-71' into 'master'Ray Paik
Update index.md - Fixing a minor typo on the postgreSQL setup instructions See merge request gitlab-org/gitlab-ce!30437
2019-07-11Fix whitespace in install and integration 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 install and integration docs
2019-07-09Merge branch 'docs/update-installation-link' into 'master'Evan Read
Update the installation link See merge request gitlab-org/gitlab-ce!30489
2019-07-09Update redirected links to final destinationMarcel Amirault
Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
2019-07-09Update the installation linkCindy Pallares
The installation link has changed from /installation/ to /install/. This commit will update all the remaining links that are missing.
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-07Update index.md - Fixing a minor typo on the postgreSQL setup instructionsOve Heigre
2019-07-05Update installation.mdKyohei Uemura
Line 170(make install) causes permission error. This command should execute with sudo.
2019-07-05Change absolute links to relativeMarcel Amirault
Change assorted absolute links to ce and ee docs to relative links
2019-07-03Fix markdown to reduce number of kramdown warningsMarcel Amirault
Add backticks around square brackets, or fix links, as necessary.
2019-07-02Fix most bare URLs in projectEvan Read
Linting rule not enabled for now because tooling produces false positives.