summaryrefslogtreecommitdiff
path: root/doc/workflow
Commit message (Collapse)AuthorAgeFilesLines
* Update Todos documentation and screenshots to include new functionality.inline-todos-docsConnor Shea2016-06-215-21/+39
| | | | | | Add information about manually creating Todos from issue and merge request sidebars. [ci skip]
* Merge branch ↵Jacob Schatz2016-06-201-0/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'lbennett/gitlab-ce-18114-add-up-arrow-edit-shortcut-documentation' into 'master' Documented the up key shortcut ## What does this MR do? Documents the `up` key edit note shortcut in the `/help/_shortcuts.html.haml` help pane and the `/doc/workflow/shortcuts.png` screenshot. ## Are there points in the code the reviewer needs to double check? The issue and MR shortcuts should be merged, they're the same? Shall I open an issue or include here? This panel also need to be a little more responsive. Shall I open an issue or include here? Additionally, I have some conflicts regarding the screenshot. This screenshot also needs to update for !4570. ## Why was this MR needed? Everyone should know about this awesome shortcut. ## What are the relevant issue numbers? Closes #18114. ## Screenshots (if relevant) View the [updated screenshot](https://gitlab.com/gitlab-org/gitlab-ce/blob/e7221ad66efeb0f7d263ead7ed523d194243fb09/doc/workflow/shortcuts.png) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - [ ] Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !4758
| * Added shortcut to help shortcuts viewlbennett/gitlab-ce-18114-add-up-arrow-edit-shortcut-documentationLuke "Jared" Bennett2016-06-171-0/+0
| | | | | | | | | | | | | | | | | | | | Updated shortcuts.png for docs Updated CHANGELOG Moved CHANGELOG entry updated shortcut docs
* | Merge branch '18584-document-request-access-feature' into 'master' Achilleas Pipinellis2016-06-2017-1/+45
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document access request to project & group ## What does this MR do? Adds documentation that was missing from !3798. ## Are there points in the code the reviewer needs to double check? I've taken the opportunity to update the images in the "Project users" documentation page, I can remove the commit if it's not welcome! ## What are the relevant issue numbers? Closes #18584. ## Does this MR meet the acceptance criteria? - [ ] Tests - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) /cc @DouweM See merge request !4685
| * | Update images for the 'Project users' documentation18584-document-request-access-featureRémy Coutable2016-06-1510-1/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Add documentation for the 'request access to group' featureRémy Coutable2016-06-154-0/+22
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Add documentation for the 'request access to project' featureRémy Coutable2016-06-154-0/+22
| |/ | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge master into issue_12758issue_12758Felipe Artur2016-06-171-1/+1
|\ \ | |/
* | Re-use notifications dropdown/modal for user profileFelipe Artur2016-06-171-0/+0
|\ \
| * | Add notification settings documentation and update screenshotFelipe Artur2016-06-132-2/+4
| |/
* | Implement custom notification level optionsFelipe Artur2016-06-152-2/+4
|/
* Add documentation for the 'only_allow_merge_if_build_succeeds.rb' featureRémy Coutable2016-06-102-0/+11
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'issue_9013' into 'master' Douwe Maan2016-05-201-1/+1
|\ | | | | | | | | | | | | Let users set notification levels in projects which they are not members Fixes #9013 See merge request !3986
| * Update documentationFelipe Artur2016-05-171-1/+1
| |
* | Merge branch 'patch-1' into 'master' Hannes Rosenögger2016-05-181-1/+1
|\ \ | |/ |/| | | | | | | | | doc: fix git lfs workaround for using http instead of https the url should only point to `info/lfs` instead of `info/lfs/batch/objects` See merge request !2713
| * doc: fix git lfs workaround for using http instead of https Felix Ruess2016-02-041-1/+1
| | | | | | the url should only point to `info/lfs` instead of `info/lfs/batch/objects`
* | Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis2016-05-135-6/+6
| | | | | | | | [ci skip]
* | Merge pull request #9953 from cmckni3/update-lfs-documentationAchilleas Pipinellis2016-05-081-1/+1
|\ \ | | | | | | Update git lfs initialize command
| * | Updates git lfs initialize commandChris McKnight2016-04-071-2/+2
| | |
* | | Update wordingAlfredo Sumaran2016-04-261-1/+1
| | |
* | | Add documentation for "Hide whitespace changes" buttonAlfredo Sumaran2016-04-264-3/+3
| | |
* | | Merge branch 'issue_14904' into 'master' Jacob Schatz2016-04-251-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
| * \ \ Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran2016-04-207-1/+54
| |\ \ \
| * | | | Update shortcuts imageAlfredo Sumaran2016-04-181-0/+0
| | | | |
* | | | | Merge branch 'doc-gh-import-additions' into 'master' Achilleas Pipinellis2016-04-221-5/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add newest enhancements to GH importer docs [ci skip] See merge request !3867
| * | | | | Add newest enhancements to GH importer docsAchilleas Pipinellis2016-04-221-5/+9
| | |/ / / | |/| | | | | | | | | | | | | [ci skip]
* | | | | Use new Note styleguideAchilleas Pipinellis2016-04-221-1/+2
|/ / / / | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan2016-04-196-0/+53
|\ \ \ \
| * | | | Add support to cherry-pick any commitP.S.V.R2016-04-186-0/+53
| |/ / / | | | | | | | | | | | | | | | | Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
* | | | "git lfs init" is deprecated, use "git lfs install" instead.Con Vissenberg2016-04-181-1/+1
|/ / /
* | | Start with iid on branch creationZeger-Jan van de Weg2016-04-141-1/+1
| | |
* | | Move 'New branch from issue' feature doc to web_editor.mdAchilleas Pipinellis2016-04-132-0/+32
|/ / | | | | | | [ci skip]
* | Clarify LFS configurationDrew Blessing2016-03-241-0/+4
| |
* | Refactor award emoji doc a bitAchilleas Pipinellis2016-03-221-4/+4
| | | | | | | | [ci skip]
* | Add award emoji docsAchilleas Pipinellis2016-03-225-0/+48
| | | | | | | | [ci skip]
* | Use relative links in `doc`, fix broken generated HTML linksAnatoly Borodin2016-03-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Links like (doc/web_hooks/web_hooks.md) work in the GitLab source code web interface, but the HTML generator produces broken links in the `doc` subdirectories: http://doc.gitlab.com/ce/hooks/doc/web_hooks/web_hooks.html instead of the right one http://doc.gitlab.com/ce/web_hooks/web_hooks.html in http://doc.gitlab.com/ce/hooks/custom_hooks.html. Fixes #14338 [ci skip] Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
* | Bring share with group feature documentation from EEDmitriy Zaporozhets2016-03-127-0/+45
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Added Troubleshooting information for most used services.Patricio Cano2016-03-032-30/+63
| |
* | Add Todos documentationAchilleas Pipinellis2016-03-024-0/+74
| | | | | | | | [ci skip]
* | Merge branch 'master' into 'master' Achilleas Pipinellis2016-02-261-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | Add instructions for pushing tags as well as branches Current instructions will push the svn branches but not tags - add missing line to tags See merge request !2778
| * | Add instructions for pushing tags as well as branchesM. Ricketts2016-02-101-0/+1
| |/
* | Update shortcuts imageAlfredo Sumaran2016-02-231-0/+0
| |
* | Add missing word to GitLab Flow docRobert Speicher2016-02-221-1/+1
| | | | | | | | [ci skip]
* | Refactor and conform to styleguideAchilleas Pipinellis2016-02-191-14/+42
| | | | | | | | [ci skip]
* | Rename image names to conform with styleguideAchilleas Pipinellis2016-02-195-4/+4
| |
* | Add revert changes doc to workflow READMEAchilleas Pipinellis2016-02-191-0/+1
| |
* | Move images to img/ directoryAchilleas Pipinellis2016-02-195-4/+4
| |
* | Add documentation for revert changes feature.Rubén Dávila2016-02-195-0/+36
| |
* | Merge branch 'web_editor' into 'master' Achilleas Pipinellis2016-02-1917-16/+110
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Update web editor documentation Based on https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1045 Closes #4262 See merge request !2776
| * | Update web editor documentationweb_editorAchilleas Pipinellis2016-02-1017-16/+110
| |/ | | | | | | | | Based on https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1045 [ci skip]