summaryrefslogtreecommitdiff
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Add dependency proxy to permissions.mddocs/dependency-proxy-permissionsDmitriy Zaporozhets2019-06-111-15/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve wording for automatic license importJoshua Lambert2019-06-111-9/+3
|
* Replace rendered example with imageMark Lapierre2019-06-112-1/+5
| | | | | Because the markdown wouldn't have been rendered on docs.gitlab.com
* Merge branch 'docs-bulk-migrate-issues' into 'master'Tom Atkins2019-06-111-0/+25
|\ | | | | | | | | Adding documentation on how to bulk migrate issues See merge request gitlab-org/gitlab-ce!24530
| * Adding documentation on how to bulk migrate issuesdocs-bulk-migrate-issuesmac-key2019-01-211-0/+25
| |
* | Remove extra word on Health Check pageBen Bodenmiller2019-06-111-1/+1
| |
* | Edit "SCIM Setup" for SSOTRussell Dickenson2019-06-111-0/+20
| |
* | Move external dashboard docsReuben Pereira2019-06-104-0/+20
| | | | | | | | | | - To user/project/operations - And cross-link in ci/environments
* | Merge branch '33064-add-labels-to-note-event-payload' into 'master'Sean McGivern2019-06-101-1/+27
|\ \ | | | | | | | | | | | | | | | | | | Adding labels to note event payload. Closes #33064 See merge request gitlab-org/gitlab-ce!29384
| * | Adding labels to note event payload.Sujay Patel2019-06-101-1/+27
| | |
* | | Merge branch 'docs-update-delete-user' into 'master'Evan Read2019-06-101-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add more info to deleted user documentation Closes #62674 See merge request gitlab-org/gitlab-ce!29321
| * | | Add clarity and commit info to deleted usersdocs-update-delete-userTristan Williams2019-06-061-1/+1
| | | |
* | | | SSOT - Added link to video to enhance docsRussell Dickenson2019-06-101-0/+2
| | | |
* | | | Clarify that GitLab CI token does not have write permissionsBen Bodenmiller2019-06-101-4/+5
| | | |
* | | | Edit Admin Area's index for SSOTRussell Dickenson2019-06-091-4/+8
| | | |
* | | | Edit "Visibility and access controls" to meet SSOT guidelinesRussell Dickenson2019-06-091-10/+36
| | | |
* | | | Edit "Subgroups" for SSOTRussell Dickenson2019-06-091-19/+38
| | | |
* | | | Single source of truth for merge requestsAchilleas Pipinellis2019-06-0914-94/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Edit pages under user/project/merge_requests and add the relevant types in the frontmatter. - Clean up descriptions. Based on https://gitlab.com/groups/gitlab-org/-/epics/1280
* | | | Merge branch 'master' into 'docs/fix-example-dot-net'Mike Lewis2019-06-07409-1890/+9003
|\ \ \ \ | | | | | | | | | | | | | | | # Conflicts: # doc/user/project/clusters/serverless/index.md
| * \ \ \ Merge branch 'docs-scoped-label-key' into 'master'Mike Lewis2019-06-071-0/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add a note about nested scopes matching See merge request gitlab-org/gitlab-ce!28466
| | * | | | Apply suggestion to doc/user/project/labels.mddocs-scoped-label-keyJan Provaznik2019-06-051-5/+7
| | | | | |
| | * | | | Add a note about nested scopes matchingJan Provaznik2019-05-201-0/+6
| | | | | |
| * | | | | Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński2019-06-071-0/+16
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
| | * | | | | Add project level git depth settingKrasimir Angelov2019-06-061-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce default_git_depth in project's CI/CD settings and set it to 50. Use it if there is no GIT_DEPTH variable specified. Apply this default only to newly created projects and keep it nil for old ones in order to not break pipelines that rely on non-shallow clones. default_git_depth can be updated from CI/CD Settings in the UI, must be either nil or integer between 0 and 1000 (incl). Inherit default_git_depth from the origin project when forking projects. MR pipelines are run on a MR ref (refs/merge-requests/:iid/merge) and it contains unique commit (i.e. merge commit) which doesn't exist in the other branch/tags refs. We need to add it cause otherwise it may break pipelines for old projects that have already enabled Pipelines for merge results and have git depth 0. Document new default_git_depth project CI/CD setting
| * | | | | | Add dependency list documentationTetiana Chupryna2019-06-071-0/+11
| | | | | | |
| * | | | | | Merge branch 'docs/58975-jira-integration-docs' into 'master'Mike Lewis2019-06-078-22/+27
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Jira Server documentation Closes #58975 See merge request gitlab-org/gitlab-ce!28463
| | * | | | | Apply reviewer feedbackdocs/58975-jira-integration-docsMike Lewis2019-06-072-17/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove image for adding new permission scheme - Delete jira_add_permission_scheme.png as no longer included in content - add group language - Reword the add user to group instructions - Reword the add selected users instruction - Reword add permission scheme instruction - Update jira_server_configuration intro
| | * | | | | Change text to match screencapscharlieablett2019-06-071-2/+2
| | | | | | |
| | * | | | | Reword for claritycharlieablett2019-06-071-2/+2
| | | | | | |
| | * | | | | Upgrade jira user permissions workflow docscharlieablett2019-06-078-14/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update screecaps to reflect jira version ~8.1 and update instructions to include Permission Schemes.
| | * | | | | Fix some typoescharlieablett2019-06-071-2/+2
| | | | | | |
| * | | | | | Merge branch 'docs/realign-ce-docs' into 'master'Evan Read2019-06-071-5/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port missing docs to CE See merge request gitlab-org/gitlab-ce!29279
| | * | | | | | Port missing docs to CEdocs/realign-ce-docsAchilleas Pipinellis2019-06-061-5/+3
| | | | | | | |
| * | | | | | | Fix some typosWilliam Desportes2019-06-061-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * | | | | | Merge branch 'fix/allow-lower-case-issue-ids' into 'master'Sean McGivern2019-06-061-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow lowercase prefix for Youtrack issue ids Closes #62661 See merge request gitlab-org/gitlab-ce!29057
| | * | | | | | Apply suggestion to doc/user/project/integrations/youtrack.mdMatthias Baur2019-06-051-2/+2
| | | | | | | |
| | * | | | | | Allow lowercase prefix for Youtrack issue idsMatthias Baur2019-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #42595. Fixes #62661.
| * | | | | | | Added troubleshooting section to "Group-level Kubernetes clusters"Russell Dickenson2019-06-061-1/+13
| | | | | | | |
| * | | | | | | Adds documentation for vulnerability dismissal reasonsSam Beckham2019-06-063-0/+10
| | | | | | | |
| * | | | | | | Merge branch 'docs/port-insights-from-ee' into 'master'Achilleas Pipinellis2019-06-061-1/+2
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port EE changes from doc/user/project/insights/index.md Closes gitlab-ee#11974 See merge request gitlab-org/gitlab-ce!29252
| | * | | | | | Port EE changes from doc/user/project/insights/index.mdAchilleas Pipinellis2019-06-061-1/+2
| | | | | | | |
| * | | | | | | Edit "SAML SSO" for SSOTRussell Dickenson2019-06-061-7/+23
| | | | | | | |
| * | | | | | | Edit Group's "Roadmap" for SSOTRussell Dickenson2019-06-061-2/+25
| | | | | | | |
| * | | | | | | Edit "Insights" content to meet SSOT guidelinesRussell Dickenson2019-06-061-0/+16
| | | | | | | |
| * | | | | | | Edited "Epics" to comply with SSOTRussell Dickenson2019-06-061-0/+16
| | | | | | | |
| * | | | | | | Edited "Custom group-level project templates" for SSOTRussell Dickenson2019-06-061-0/+16
| | | | | | | |
| * | | | | | | Add note on weekly updates of dast Docker imageVictor Zagorodny2019-06-061-0/+2
| |/ / / / / /
| * | | | | | Merge branch 'patch-18' into 'master'Achilleas Pipinellis2019-06-061-0/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: add git mr command promotion See merge request gitlab-org/gitlab-ce!28860
| | * | | | | | doc: add git mr command promotionElan Ruusamäe2019-05-291-0/+3
| | | | | | | |
| * | | | | | | Update project security dashboard documentationPaul Gascou-Vaillancourt2019-06-061-0/+0
| | | | | | | |