summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add requesting particular OAuth2 scopes detailsdocs-OAuth2-scopesBen Bodenmiller2019-07-271-6/+12
|
* Merge branch 'docs-label-filtering' into 'master'Sean McGivern2019-07-262-0/+170
|\ | | | | | | | | | | | | Add development documentation on label filtering Closes #49651 See merge request gitlab-org/gitlab-ce!30741
| * Add development documentation on label filteringdocs-label-filteringSean McGivern2019-07-252-0/+170
| | | | | | | | | | | | This topic comes up periodically, and we've investigated several options for changing the way we filter labels. Unfortunately, we have yet to find an option that is strictly better than the current state.
* | Merge branch 'ab-dbreview-prep' into 'master'Evan Read2019-07-261-0/+11
|\ \ | | | | | | | | | | | | | | | | | | Add points how to prepare for database reviews Closes #65126 See merge request gitlab-org/gitlab-ce!31158
| * | Add points how to prepare for database reviewsab-dbreview-prepAndreas Brandl2019-07-251-0/+11
| | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65126. Came up in the database office hours call on 2019-07-25.
* | | Update README.md - add CTA to watch Mastering CI/CD webcast and 5 teams that ↵Agnes Oetama2019-07-263-0/+16
| | | | | | | | | | | | made the switch to GitLab CI/CD article
* | | Add docs for template field in prometheus alertsSarah Yasonik2019-07-261-1/+2
| | |
* | | Add trouble shooting for Merge TrainShinya Maeda2019-07-254-20/+85
| | | | | | | | | | | | Add trouble shooting sections
* | | Update links to relativeMarcel Amirault2019-07-256-54/+48
| | | | | | | | | | | | | | | Following the single docs codebase change, all internal links should be relative. Also cleans up one table
* | | Add doc about incident issue labelsPeter Leitzen2019-07-251-0/+2
|/ /
* | Remove \ from unicorn\_stderr.logGreg Myers2019-07-251-1/+1
| |
* | Merge branch 'label-descr-push-opts' into 'master'Lin Jen-Shin2019-07-251-0/+24
|\ \ | | | | | | | | | | | | Support title and desc on merge w/ push option See merge request gitlab-org/gitlab-ce!31068
| * | Support title and desc on merge w/ push optionlabel-descr-push-optsChristian Couder2019-07-241-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MergeRequests::PushOptionsHandlerService has been updated to allow creating and updating merge requests with the `title` and `description` set using git push options. To create a new merge request and set its title and description: git push -u origin -o merge_request.create \ -o merge_request.title="My title" \ -o merge_request.description="My description" To update an existing merge request and set its title and description: git push -u origin -o merge_request.title="My title" \ -o merge_request.description="My description" Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
* | | Merge branch 'remove-duplicate-ado-content' into 'master'Marcia Ramos2019-07-251-4/+0
|\ \ \ | | | | | | | | | | | | | | | | Remove duplicate content about auto-devops customization See merge request gitlab-org/gitlab-ce!30929
| * | | Remove duplicate content about auto-devops customizationremove-duplicate-ado-contentKenny Johnston2019-07-191-4/+0
| | | |
* | | | Update guidance for EE doc submissionsMarcel Amirault2019-07-251-33/+10
| | | |
* | | | Note GitLab University may be out of date in partsEvan Read2019-07-251-0/+4
| | | |
* | | | Update documentation for current stateEvan Read2019-07-252-35/+36
| | | |
* | | | Improve steps for setting commit emailEvan Read2019-07-251-15/+16
| | | |
* | | | Refine topics for Phase 2 of SSoT auditEvan Read2019-07-2510-24/+187
| | | | | | | | | | | | | | | | | | | | Includes admin_area and application_security topics.
* | | | Restructure project cluster topicEvan Read2019-07-258-209/+225
| | | | | | | | | | | | | | | | | | | | Also fixes links to section headings that have changed.
* | | | Add a section of examplesKerri Miller2019-07-251-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a fairly good guide to Code Reviews, but can be improved by adding a few examples of what a good code review looks like at GitLab, specifically ones where there is a bit of back and forth, "nit-picking," etc. This would: + help set expectations of newly hired engineers around what our process looks like when it is functioning what level of scrutiny their code will be under + how we have technical conversations + show by example how after you're done crafting a solution, there can still be extra work done either tidying up code and/or managing the communication and conversations about your proposed MR
* | | | Fix typo in param nameTetiana Chupryna2019-07-251-2/+2
| | | |
* | | | Merge branch 'docs-nfriend-project-name-vs-project-path' into 'master'Marcia Ramos2019-07-251-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Clarify difference between project name and project path for API usage See merge request gitlab-org/gitlab-ce!31019
| * | | | Clarify project name vs pathdocs-nfriend-project-name-vs-project-pathNathan Friend2019-07-221-1/+6
| | | | |
* | | | | Docs: Improve SCIM documentationTristan Williams2019-07-254-21/+30
| | | | |
* | | | | Merge branch 'sh-yarn-dedupe-docs' into 'master'Mike Greiling2019-07-251-0/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add documentation on how to add dependencies to yarn See merge request gitlab-org/gitlab-ce!31066
| * | | | | Add documentation on how to add dependencies to yarnsh-yarn-dedupe-docsStan Hu2019-07-231-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Danger constantly warns about de-duplicating dependencies, so put these instructions in the documentation so they can be searched.
* | | | | | Fix rendering in Newline sectionEric Lindsey2019-07-251-2/+2
| | | | | |
* | | | | | Merge branch 'unnececssary-slack-redirect' into 'master'Evan Read2019-07-241-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation - Removed the unnecessary loop See merge request gitlab-org/gitlab-ce!31003
| * | | | | | Removed the unnecessary loop through `../project_services/slack.md`.Jeffrey Cafferata2019-07-221-2/+2
| | | | | | |
* | | | | | | Add whitespace back to markdown docMarcel Amirault2019-07-241-28/+34
| | | | | | |
* | | | | | | Merge branch '12250-mvc-security-navigation-section-docs' into 'master'Evan Read2019-07-245-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs to reflect new Security tabs See merge request gitlab-org/gitlab-ce!31046
| * | | | | | | Update docs to reflect new Security tabs12250-mvc-security-navigation-section-docsDave Pisek2019-07-245-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes changes to update the documentation so it reflects the new navigation structure introduced by the additional tab "Security & Compliance" to the project-views sidebar and "Security" to the group-views sidebar. * Screenshot * Paths to the Dependency List * Paths to the group-level security dashboard
* | | | | | | | [ADD] outbound requests whitelistReuben Pereira2019-07-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
* | | | | | | | Followup edit of documentationEvan Read2019-07-242-10/+9
| | | | | | | |
* | | | | | | | Fix some errors in Markdown filesEvan Read2019-07-244-5/+5
| | | | | | | |
* | | | | | | | Better information on blocking usersEvan Read2019-07-243-41/+115
| | | | | | | |
* | | | | | | | Improve the Auto DevOps topic a bitEvan Read2019-07-242-52/+53
| | | | | | | |
* | | | | | | | Clean up headers in markdownMarcel Amirault2019-07-2412-18/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
* | | | | | | | Improve code quality documentationEvan Read2019-07-241-20/+59
| | | | | | | |
* | | | | | | | Merge branch '64243-design-management-docs' into 'master'Marcia Ramos2019-07-244-0/+66
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PerhAdd documentation for Design Management feature See merge request gitlab-org/gitlab-ce!30448
| * | | | | | | | Add documentation for Design Management feature64243-design-management-docsLuke Duncalfe2019-07-194-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/64243
* | | | | | | | | Add Go test guidelinesSteve Azzopardi2019-07-241-0/+39
| | | | | | | | |
* | | | | | | | | Cross link to kaniko docsEvan Read2019-07-243-13/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make security warning more visible and improves instructions.
* | | | | | | | | Merge branch 'sh-add-rugged-to-peek' into 'master'Sean McGivern2019-07-246-3/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Rugged calls to performance bar See merge request gitlab-org/gitlab-ce!30983
| * | | | | | | | | Update performance bar documentationStan Hu2019-07-246-3/+5
| | | | | | | | | |
* | | | | | | | | | LFS export records repository_type dataLuke Duncalfe2019-07-242-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A project can have the same `LfsObject` linked with up to three `LfsObjectsProject` records. Each of these records would be for a different repository, recorded in the `repository_type` property. The different repositories at time of writing are "project", "wiki", and "design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894 This change exports the list of `repository_type`s as a JSON mapping of oid => repository_types, which are imported to recreate the correct `LfsObjectsProject` records. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
* | | | | | | | | | Merge branch 'docs-correct-omitted-word' into 'master'Evan Read2019-07-241-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct an omitted word See merge request gitlab-org/gitlab-ce!31083
| * | | | | | | | | | Correct omitted wordotuhs_d2019-07-241-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |