summaryrefslogtreecommitdiff
path: root/doc/workflow
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-251-1/+9
| | | | Changes migration and all other places the attribute is used
* note that todos are not affected by GitLab Notification Email settingsBen Bodenmiller2019-06-171-0/+2
|
* Add free pull mirroring expiry notedocs-pull-mirroring-updateTristan Williams2019-06-121-0/+3
|
* Update gitlab_flow.md to add GitLab Flow videoMike Lewis2019-06-121-0/+2
|
* Docs: Update all links to relative in /workflow and /administrationMarcel Amirault2019-06-055-45/+39
|
* Apply reviewer suggestionsweimeng-email-routingWei-Meng Lee2019-05-311-1/+1
|
* Add group-level notification emails to docsWei-Meng Lee2019-05-312-2/+6
|
* render help keyboard shortcut correctlyBen Bodenmiller2019-05-271-1/+1
|
* Add LFS pull mirroring to docsJames Ramsay2019-05-232-0/+1
|
* Docs: Add TZInfo formatted timezonesDavid Coy2019-05-201-9/+17
|
* Docs: Remove all remaining orphaned images.Marcel Amirault2019-05-173-0/+0
|
* Update manage_large_binaries_with_git_lfs.md to clarify LFS external storage ↵Lee Matos2019-05-171-2/+3
| | | | caveats
* Merge branch 'docs-destroy-the-mirrors' into 'master'Evan Read2019-05-072-2/+4
|\ | | | | | | | | Correct repo mirror SSH key generation docs See merge request gitlab-org/gitlab-ce!27998
| * Correct repo mirror SSH key generation docsdocs-destroy-the-mirrorsLuke Bennett2019-05-032-2/+4
| |
* | Docs: Merge EE doc/​workflow to CEMarcel Amirault2019-05-0513-22/+579
|/
* Better documentation on repo mirroring enqueuingEvan Read2019-04-111-6/+11
|
* Update Time Tracking feature link60164-docs-feedback-write-your-titleMark Fletcher2019-04-101-1/+1
|
* Update lfs_administration.md to add new line in order to have table draw ↵Rick Heil2019-04-011-0/+1
| | | | properly
* Update lfs_administration.md to add documentation on Rackspace Cloud Files ↵Rick Heil2019-03-281-0/+11
| | | | for LFS object storage, including a note on Fog requiring the temp-url key even when the object container is public ("CDN enabled" in Rackspace terms)
* Docs: Add missing redirects to /workflow and /articles docsMarcel Amirault2019-03-2622-1/+89
|
* [documentation] add section on resolving errors and solution for push ↵Michael Tedder2019-03-151-0/+8
| | | | failure to GitHub
* Docs: Fix all anchors in Admin docsMarcel Amirault2019-03-041-0/+3
|
* Set up basic keyboard next/previous navigation in diff listDenys Mishunov2019-02-271-0/+2
| | | | | | | | | | | | Mousetrap is used as the help-tool to listen to keystrokes Added currentDiffIndex getter to store that holds the index of currently active diff file in the list Instead of computing it on the component, we will take advantage of it being available for all components in DiffsApp Testing keyboard navigation and jumpToFile()
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-1/+1
| | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.