Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add dependency proxy to permissions.mddocs/dependency-proxy-permissions | Dmitriy Zaporozhets | 2019-06-11 | 1 | -15/+16 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve wording for automatic license import | Joshua Lambert | 2019-06-11 | 1 | -9/+3 |
| | |||||
* | Replace rendered example with image | Mark Lapierre | 2019-06-11 | 2 | -1/+5 |
| | | | | | Because the markdown wouldn't have been rendered on docs.gitlab.com | ||||
* | Merge branch 'docs-bulk-migrate-issues' into 'master' | Tom Atkins | 2019-06-11 | 1 | -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-issues | mac-key | 2019-01-21 | 1 | -0/+25 |
| | | |||||
* | | Remove extra word on Health Check page | Ben Bodenmiller | 2019-06-11 | 1 | -1/+1 |
| | | |||||
* | | Edit "SCIM Setup" for SSOT | Russell Dickenson | 2019-06-11 | 1 | -0/+20 |
| | | |||||
* | | Move external dashboard docs | Reuben Pereira | 2019-06-10 | 4 | -0/+20 |
| | | | | | | | | | | - To user/project/operations - And cross-link in ci/environments | ||||
* | | Merge branch '33064-add-labels-to-note-event-payload' into 'master' | Sean McGivern | 2019-06-10 | 1 | -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 Patel | 2019-06-10 | 1 | -1/+27 |
| | | | |||||
* | | | Merge branch 'docs-update-delete-user' into 'master' | Evan Read | 2019-06-10 | 1 | -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-user | Tristan Williams | 2019-06-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | SSOT - Added link to video to enhance docs | Russell Dickenson | 2019-06-10 | 1 | -0/+2 |
| | | | | |||||
* | | | | Clarify that GitLab CI token does not have write permissions | Ben Bodenmiller | 2019-06-10 | 1 | -4/+5 |
| | | | | |||||
* | | | | Edit Admin Area's index for SSOT | Russell Dickenson | 2019-06-09 | 1 | -4/+8 |
| | | | | |||||
* | | | | Edit "Visibility and access controls" to meet SSOT guidelines | Russell Dickenson | 2019-06-09 | 1 | -10/+36 |
| | | | | |||||
* | | | | Edit "Subgroups" for SSOT | Russell Dickenson | 2019-06-09 | 1 | -19/+38 |
| | | | | |||||
* | | | | Single source of truth for merge requests | Achilleas Pipinellis | 2019-06-09 | 14 | -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 Lewis | 2019-06-07 | 409 | -1890/+9003 |
|\ \ \ \ | | | | | | | | | | | | | | | | # Conflicts: # doc/user/project/clusters/serverless/index.md | ||||
| * \ \ \ | Merge branch 'docs-scoped-label-key' into 'master' | Mike Lewis | 2019-06-07 | 1 | -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-key | Jan Provaznik | 2019-06-05 | 1 | -5/+7 |
| | | | | | | |||||
| | * | | | | Add a note about nested scopes matching | Jan Provaznik | 2019-05-20 | 1 | -0/+6 |
| | | | | | | |||||
| * | | | | | Merge branch '62418-project-default-git-depth' into 'master' | Kamil Trzciński | 2019-06-07 | 1 | -0/+16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919 | ||||
| | * | | | | | Add project level git depth setting | Krasimir Angelov | 2019-06-06 | 1 | -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 documentation | Tetiana Chupryna | 2019-06-07 | 1 | -0/+11 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'docs/58975-jira-integration-docs' into 'master' | Mike Lewis | 2019-06-07 | 8 | -22/+27 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Jira Server documentation Closes #58975 See merge request gitlab-org/gitlab-ce!28463 | ||||
| | * | | | | | Apply reviewer feedbackdocs/58975-jira-integration-docs | Mike Lewis | 2019-06-07 | 2 | -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 screencaps | charlieablett | 2019-06-07 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | Reword for clarity | charlieablett | 2019-06-07 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | Upgrade jira user permissions workflow docs | charlieablett | 2019-06-07 | 8 | -14/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update screecaps to reflect jira version ~8.1 and update instructions to include Permission Schemes. | ||||
| | * | | | | | Fix some typoes | charlieablett | 2019-06-07 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'docs/realign-ce-docs' into 'master' | Evan Read | 2019-06-07 | 1 | -5/+3 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port missing docs to CE See merge request gitlab-org/gitlab-ce!29279 | ||||
| | * | | | | | | Port missing docs to CEdocs/realign-ce-docs | Achilleas Pipinellis | 2019-06-06 | 1 | -5/+3 |
| | | | | | | | | |||||
| * | | | | | | | Fix some typos | William Desportes | 2019-06-06 | 1 | -1/+1 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr> | ||||
| * | | | | | | Merge branch 'fix/allow-lower-case-issue-ids' into 'master' | Sean McGivern | 2019-06-06 | 1 | -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.md | Matthias Baur | 2019-06-05 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | Allow lowercase prefix for Youtrack issue ids | Matthias Baur | 2019-06-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #42595. Fixes #62661. | ||||
| * | | | | | | | Added troubleshooting section to "Group-level Kubernetes clusters" | Russell Dickenson | 2019-06-06 | 1 | -1/+13 |
| | | | | | | | | |||||
| * | | | | | | | Adds documentation for vulnerability dismissal reasons | Sam Beckham | 2019-06-06 | 3 | -0/+10 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'docs/port-insights-from-ee' into 'master' | Achilleas Pipinellis | 2019-06-06 | 1 | -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.md | Achilleas Pipinellis | 2019-06-06 | 1 | -1/+2 |
| | | | | | | | | |||||
| * | | | | | | | Edit "SAML SSO" for SSOT | Russell Dickenson | 2019-06-06 | 1 | -7/+23 |
| | | | | | | | | |||||
| * | | | | | | | Edit Group's "Roadmap" for SSOT | Russell Dickenson | 2019-06-06 | 1 | -2/+25 |
| | | | | | | | | |||||
| * | | | | | | | Edit "Insights" content to meet SSOT guidelines | Russell Dickenson | 2019-06-06 | 1 | -0/+16 |
| | | | | | | | | |||||
| * | | | | | | | Edited "Epics" to comply with SSOT | Russell Dickenson | 2019-06-06 | 1 | -0/+16 |
| | | | | | | | | |||||
| * | | | | | | | Edited "Custom group-level project templates" for SSOT | Russell Dickenson | 2019-06-06 | 1 | -0/+16 |
| | | | | | | | | |||||
| * | | | | | | | Add note on weekly updates of dast Docker image | Victor Zagorodny | 2019-06-06 | 1 | -0/+2 |
| |/ / / / / / | |||||
| * | | | | | | Merge branch 'patch-18' into 'master' | Achilleas Pipinellis | 2019-06-06 | 1 | -0/+3 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: add git mr command promotion See merge request gitlab-org/gitlab-ce!28860 | ||||
| | * | | | | | | doc: add git mr command promotion | Elan Ruusamäe | 2019-05-29 | 1 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | Update project security dashboard documentation | Paul Gascou-Vaillancourt | 2019-06-06 | 1 | -0/+0 |
| | | | | | | | |