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
2020-10-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-12Update a dead external linkFreezed
2019-09-10Start linting for unneeded dollar signsMarcel Amirault
Do not use dollar signs in shell codeblocks when no output is shown
2019-09-08Update repository_mirroring.md as per ↵Ben Radcliffe
https://gitlab.com/gitlab-org/gitlab-ee/issues/10361#note_198445760
2019-09-06Update keyboard shortcuts modal and docMarcel Amirault
Add missing shortcuts, remove shortcuts that don't exist, and reorder as needed
2019-09-06Change introduced style for better renderingMarcel Amirault
2019-09-06Update text on project import and mirroring formsAdam Hegyi
2019-08-29Fix capitalization in more docsMarcel Amirault
Fix capitalization in docs for works like GitLab, Git Omnibus, etc
2019-08-28Fixes Introduced in text for our rendererEvan Read
2019-08-26Docs: Replace old screenshots in project forking workflowTristan Williams
2019-08-22Update docs to pass new markdownlintMarcel Amirault
Deletes extra spaces and line, makes lists consistent, and fixes links.
2019-08-20Standardize markdown in dev and workflowMarcel Amirault
Delete trailing whitespace, fix blockquotes, fix note boxes, with indentation, clean up tables, etc.
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-12Add kbd shortcuts for discussion navigationSam Bigelow
Add keyboard shortcuts `p` and `n` to navigate duscussions.
2019-08-07Compress images with pngquantAchilleas Pipinellis
2019-08-05Add tutorial - migrate repo to LFSMarcia Ramos
- Link new doc to and from other docs - Add tbs section
2019-08-02Update global dashboard shortcutsNishad Sohoni
Needs shift keypress
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-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-17Document how to make Oracle Cloud S3 workStan Hu
Related issues: * https://github.com/fog/fog-aws/issues/523 * https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
2019-07-16Change time tracking units feature release versionHeinrich Lee Yu
2019-07-15Rename "discussions" to "threads" in docsMichel Engelen
2019-07-15Remove extra blank lines from docsMarcel Amirault
Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
2019-07-15Remove trailing whitespace in docsMarcel Amirault
Remove unneeded trailing whitespace in lines in /security /workflow /user docs
2019-07-12Remove hard tabs from docsMarcel Amirault
Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
2019-07-09Tidy up timezone topicEvan Read
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-05Change absolute links to relativeMarcel Amirault
Change assorted absolute links to ce and ee docs to relative links
2019-07-05Move workflow images to img dirMarcel Amirault
Clean out workflow directory by moving images from gitlab_flow doc to /img
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
2019-07-04Fix notes and update links to issues docMarcel Amirault
After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting