summaryrefslogtreecommitdiff
path: root/doc/workflow
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Rewrite GitLab Flow docStephen Wade2019-02-131-224/+234
|
* Docs: Misc small fixes to docsMarcel Amirault2019-02-121-3/+7
|
* Merge branch 'update-docu-repository-mirroring' into 'master'Evan Read2019-02-071-0/+8
|\ | | | | | | | | | | | | Describe how to set up a push mirror repository at GitLab Closes #57062 See merge request gitlab-org/gitlab-ce!24834
| * Update repository_mirroring.md to correct list numberingJuergen Kosel2019-02-061-3/+3
| |
| * Use place holder for the destination host in the push mirror URLJuergen Kosel2019-02-061-1/+1
| | | | | | | | Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
| * Apply suggested changes from code reviewJuergen Kosel2019-02-061-4/+5
| | | | | | | | | | | | Apply wording from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_138592349 Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
| * Apply merge request suggestions regarding creation of personal access tokenJuergen Kosel2019-02-041-3/+1
| | | | | | | | | | | | | | | | | | Apply of the following suggestions: - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860004 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860005 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24834#note_137860006 Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
| * Describe how to set up a push mirror repository at GitLabJuergen Kosel2019-01-311-0/+9
| | | | | | | | | | | | | | As requested in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/57062 describe how to set up a push mirror repository at GitLab. Signed-off-by: Juergen Kosel <juergen.kosel@gmx.de>
* | Fix more mirroring refsMarcel Amirault2019-02-021-5/+5
|/
* Merge branch 'patch-40' into 'master'Evan Read2019-01-241-2/+2
|\ | | | | | | | | Update repository_mirroring.md See merge request gitlab-org/gitlab-ce!24586
| * Update repository_mirroring.mdRobert Devitt2019-01-231-2/+2
| | | | | | SSH Auth "Introduced" section had push/pull support versions labeled incorrectly.