summaryrefslogtreecommitdiff
path: root/doc/workflow
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-013-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-291-8/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-281-39/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-2813-428/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-2750-2078/+45
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-162-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-102-10/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-273-9/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1811-26/+26
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-164-8/+12
|
* Update a dead external linkFreezed2019-09-111-2/+1
|
* Start linting for unneeded dollar signsMarcel Amirault2019-09-101-3/+3
| | | | | Do not use dollar signs in shell codeblocks when no output is shown
* Update repository_mirroring.md as per ↵Ben Radcliffe2019-09-081-1/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ee/issues/10361#note_198445760
* Update keyboard shortcuts modal and docMarcel Amirault2019-09-061-83/+108
| | | | | Add missing shortcuts, remove shortcuts that don't exist, and reorder as needed
* Change introduced style for better renderingMarcel Amirault2019-09-062-6/+9
|
* Update text on project import and mirroring formsAdam Hegyi2019-09-051-0/+0
|
* Fix capitalization in more docsMarcel Amirault2019-08-294-12/+12
| | | | | Fix capitalization in docs for works like GitLab, Git Omnibus, etc
* Fixes Introduced in text for our rendererEvan Read2019-08-281-3/+2
|
* Docs: Replace old screenshots in project forking workflowTristan Williams2019-08-266-4/+3
|
* Update docs to pass new markdownlintMarcel Amirault2019-08-222-3/+3
| | | | | Deletes extra spaces and line, makes lists consistent, and fixes links.
* Standardize markdown in dev and workflowMarcel Amirault2019-08-195-51/+54
| | | | | Delete trailing whitespace, fix blockquotes, fix note boxes, with indentation, clean up tables, etc.
* UI for disabling group/project email notificationBrett Walker2019-08-171-0/+8
| | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
* Add kbd shortcuts for discussion navigationSam Bigelow2019-08-121-0/+2
| | | | Add keyboard shortcuts `p` and `n` to navigate duscussions.
* Compress images with pngquantAchilleas Pipinellis2019-08-071-0/+0
|
* Add tutorial - migrate repo to LFSMarcia Ramos2019-08-051-0/+4
| | | | | - Link new doc to and from other docs - Add tbs section
* Update global dashboard shortcutsNishad Sohoni2019-08-021-5/+5
| | | | Needs shift keypress
* Fix whitespace in topic, university, workflow docsMarcel Amirault2019-07-313-107/+106
| | | | | | | | | | 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.
* Update time tracking docMarcia Ramos2019-07-311-7/+6
| | | | | | - CORE ONLY badge - Link 'introduced in' note - Inline linking
* Fix unordered list spacingMarcel Amirault2019-07-222-26/+20
| | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
* Document how to make Oracle Cloud S3 worksh-oracle-cloud-s3-docsStan Hu2019-07-171-0/+1
| | | | | | | Related issues: * https://github.com/fog/fog-aws/issues/523 * https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
* Change time tracking units feature release versiondocs/update-time-tracking-release-infoHeinrich Lee Yu2019-07-161-1/+1
|
* Rename "discussions" to "threads" in docsMichel Engelen2019-07-152-2/+2
|
* Remove extra blank lines from docsMarcel Amirault2019-07-152-15/+5
| | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* Remove trailing whitespace in docsMarcel Amirault2019-07-152-2/+2
| | | | | Remove unneeded trailing whitespace in lines in /security /workflow /user docs
* Remove hard tabs from docsMarcel Amirault2019-07-111-30/+30
| | | | | Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
* Tidy up timezone topicEvan Read2019-07-091-5/+3
|
* Update redirected links to final destinationsMarcel Amirault2019-07-081-1/+1
| | | | | | This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-086-33/+33
| | | | | | | | | | | | | | 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
* Change absolute links to relativeMarcel Amirault2019-07-051-2/+2
| | | | | Change assorted absolute links to ce and ee docs to relative links
* Move workflow images to img dirMarcel Amirault2019-07-0518-17/+18
| | | | | Clean out workflow directory by moving images from gitlab_flow doc to /img
* Change 'Todo' to 'To Do'Christie Lenneville2019-07-041-59/+79
| | | | | | | | | | | | | | | | 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
* Fix notes and update links to issues docMarcel Amirault2019-07-041-1/+1
| | | | | | After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
* Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-032-13/+13
| | | | Add backticks around square brackets, or fix links, as necessary.