summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* First take on refactoring the SSH keys docsdocs/refactor-ssh-keysAchilleas Pipinellis2016-09-0611-172/+163
| | | | | | - Split ssh/README.md to user/profile/ssh_keys.md and user/project/deploy_keys.md - Deprecate gitlab-basics/create-your-ssh-keys.md and move its info in user/profile/ssh_keys.md - Change links in views
* Add a reference to triggers docs in ci/yaml/README.mdAchilleas Pipinellis2016-09-061-0/+7
|
* Replace the triggers docs with new imagesAchilleas Pipinellis2016-09-065-1/+3
|
* Remove doctocAchilleas Pipinellis2016-09-061-44/+0
|
* Merge branch '21857-refactor-merge-requests-documentation' into 'master' Achilleas Pipinellis2016-09-0536-283/+441
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor merge requests documentation ## What does this MR do? Add more information on merge requests. ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [x] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [x] Make sure internal links pointing to the document in question are not broken. - [x] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [x] If working on CE, submit an MR to EE with the changes as well. --- Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/21857 See merge request !6202
| * Refactor authorization_for_merge_requests.md21857-refactor-merge-requests-documentationAchilleas Pipinellis2016-09-051-16/+32
| |
| * Add links to new docs in merge_requests.md and workflow/README.mdAchilleas Pipinellis2016-09-054-32/+125
| |
| * Move merge request versions to its own documentAchilleas Pipinellis2016-09-053-5/+23
| |
| * Move "Only allow merge requests to be merged if the build succeeds" to new ↵Achilleas Pipinellis2016-09-054-12/+20
| | | | | | | | location
| * Move revert_changes.md to new locationAchilleas Pipinellis2016-09-057-65/+66
| |
| * Move cherry_pick_changes.md to new locationAchilleas Pipinellis2016-09-057-53/+54
| |
| * Move `wip_merge_requests.md` to a new locationAchilleas Pipinellis2016-09-056-14/+19
| |
| * Move merge_when_build_succeeds.md to new locationAchilleas Pipinellis2016-09-054-15/+29
| |
| * Move authorization_for_merge_requests.md to new locationAchilleas Pipinellis2016-09-052-40/+41
| |
| * Move `workflow/merge_requests.md` to `user/project/merge_requests.md`Achilleas Pipinellis2016-09-058-91/+92
| |
* | Merge branch 'docs-gitlab-ci-dropdown' into 'master' Achilleas Pipinellis2016-09-0519-156/+177
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation on template dropdowns ## What does this MR do? Add docs for the dropdown template selectors /cc @axil See merge request !4865
| * | Move docs for template dropdowns to the new locationdocs-gitlab-ci-dropdownAchilleas Pipinellis2016-09-026-14/+24
| | |
| * | Move web_editor doc to new locationAchilleas Pipinellis2016-09-0215-152/+153
| | |
| * | Correct spelling of therefore [ci skip]Z.J. van de Weg2016-09-021-1/+1
| | |
| * | Add documentation on template dropdownsZ.J. van de Weg2016-09-024-3/+13
| | |
* | | Merge branch 'patch-5' into 'master' Achilleas Pipinellis2016-09-051-1/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Update README.md Added a line to the SSH Key Gen section, to ensure that the `before_script` does not prompt for a passphrase. See merge request !6176
| * | Update README.mdGustav Trenwith2016-09-051-1/+1
| | |
| * | Update README.mdGustav Trenwith2016-09-021-1/+2
| |/
* | Add link on API docs index pagezj-add-link-docs-indexZ.J. van de Weg2016-09-031-1/+2
|/ | | | [ci skip]
* Fix a typoAhmad Sherif2016-09-021-1/+1
|
* Change minimum Unicorns required to twoAhmad Sherif2016-09-021-3/+1
|
* Update memory requirementsAhmad Sherif2016-09-021-15/+15
|
* Merge branch 'doc/guidelines-new-features-codeblock' into 'master' Achilleas Pipinellis2016-09-021-7/+22
|\ | | | | | | | | | | | | | | Change the inline code to codeblocks for the new features doc guideline Change the inline code to codeblocks for the new features doc guideline for better clarity. See merge request !6168
| * Change the inline code to codeblocks for the new features doc guidelineAchilleas Pipinellis2016-09-021-7/+22
| | | | | | | | [ci skip]
* | Some minor updates for upgrade guides for 8.12.Ruben Davila2016-09-012-3/+3
| |
* | Merge branch 'issue_19734' into 'master' Douwe Maan2016-09-011-0/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project tools visibility level ## part of #19734 ![project_features_access_level](/uploads/81ec7185d4e61d7578652020209af925/project_features_access_level.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) - [x] API support added - Tests - [x] Added for this feature/bug - [x] 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 !5606
| * | Project tools visibility levelFelipe Artur2016-09-011-0/+9
| |/
* | Merge branch 'merge-request-sha-info' into 'master' Douwe Maan2016-09-011-2/+22
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge request sha info ## What does this MR do? Exposes `sha` and `merge_commit_sha` items in `MergeRequest` API endpoint data. ## Are there points in the code the reviewer needs to double check? No. ## Why was this MR needed? It's useful information. ## What are the relevant issue numbers? Closes #20456. ## Screenshots (if relevant) N/A ## 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) - [x] API support added - Tests - [x] Added for this feature/bug - [x] 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 !5966
| * entities: expose {,merge_commit_}sha in MergeRequestBen Boeckel2016-08-311-2/+22
| | | | | | | | Fixes #20456.
* | Add BroadcastMessage API documentationRobert Speicher2016-08-311-0/+158
| |
* | Merge branch 'api-confidential-issues' into 'master' Robert Speicher2016-08-311-10/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Expose issue confidentiality flag. ## What does this MR do? This MR adds support for confidential issues the the API. The property as exposed and users can create or update confidential issues. ## What are the relevant issue numbers? Closes #17199 See merge request !5384
| * | API: Expose issue#confidentialapi-confidential-issuesRobert Schilling2016-08-311-10/+22
| | |
* | | The ID of a project can be also a stringAchilleas Pipinellis2016-08-312-11/+11
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'enable-repack-bitmaps' into 'master' Robert Speicher2016-08-312-0/+202
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create bitmaps during 'git gc' ## What does this MR do? Add instructions to enable creation of Git packfile bitmaps. ## Why was this MR needed? Because we still are not using Git packfile bitmaps in GitLab [ci skip] See merge request !6104
| * | | More changes suggested by RobertJacob Vosmaer2016-08-312-3/+3
| | | |
| * | | Final piece of search-and-replaceJacob Vosmaer2016-08-311-1/+1
| | | |
| * | | Create bitmaps during 'git gc'Jacob Vosmaer2016-08-302-0/+202
| | | |
* | | | Merge branch '20911-remove-private-token-from-users-api' into 'master' Douwe Maan2016-08-311-2/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't expose a user's private token in the `/api/v3/user` API ## Why was this MR needed? A user's private token is being leaked in the `/api/v3/user` API. ## What are the relevant issue numbers? - Closes #20911 ## Does this MR meet the acceptance criteria? - [ ] #20911 !6047 Application-Specific Tokens Are Insecure - [x] Implementation - [x] Test - [x] CHANGELOG - [x] Make sure build is green - [x] Assign to endboss - [ ] Wait for merge See merge request !6047
| * | | Don't expose a user's private token in the `/api/v3/user` API.Timothy Andrew2016-08-311-2/+1
| | |/ | |/| | | | | | | | | | | | | - This would allow anyone with a personal access token (even a read-only token, once scopes are implemented) to escalate their access by obtaining the private token.
* | | Merge branch 'mr-performance-guides' into 'master' Achilleas Pipinellis2016-08-312-0/+173
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added performance guidelines for new MRs ## What does this MR do? This MR adds a set of guides that should be followed by merge request authors. ## Are there points in the code the reviewer needs to double check? Spelling, grammar, etc ## Why was this MR needed? There is no set of guidelines one should follow when submitting merge requests. This leads to developers at times disregarding performance. This in turn results in performance specialists having to clean up the mess, or production engineers being woken up in the middle of the night because the database is on fire. ## Does this MR meet the acceptance criteria? - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - Tests - [x] 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 @rspeicher @pcarranza @dzaporozhets See merge request !5905
| * | Added performance guidelines for new MRsmr-performance-guidesYorick Peterse2016-08-222-0/+173
| | | | | | | | | | | | | | | | | | | | | These guidelines cover the performance requirement for newly submitted merge requests. These guidelines are put in to place to prevent merge requests from negatively impacting GitLab performance as much as possible.
* | | Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-302-8/+8
| | |
* | | Added CHANGELOG, documentation, and API functionalityPatricio Cano2016-08-302-0/+11
| | |
* | | Merge branch 'docs-update_gitlab_workhorse_for_8.11' into 'master' Achilleas Pipinellis2016-08-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: make sure to update 8.10-to-8.11 workhorse version too (see !5983) ## What does this MR do? Make sure to remember the correct workhorse version for specific version update instructions for those of us still doing source installs. Related to !5983. See merge request !6049
| * | | docs: make sure to update 8.10-to-8.11 workhorse version too (see !5983)Bjørn Øivind Bjørnsen2016-08-261-1/+1
| | | |