diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-11 18:06:15 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-11 18:06:15 +0000 |
commit | 0dfbcd8f8b1587a7e10eb79940a8dc13bd72c664 (patch) | |
tree | 769b7b5eaea4354498ca0b91945e4733895bba43 /doc/user/project | |
parent | cd631619f465a0eee2fe714e720f6b6312dd3e56 (diff) | |
download | gitlab-ce-0dfbcd8f8b1587a7e10eb79940a8dc13bd72c664.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project')
-rw-r--r-- | doc/user/project/img/issue_boards_multi_select.png | bin | 21091 -> 0 bytes | |||
-rw-r--r-- | doc/user/project/index.md | 1 | ||||
-rw-r--r-- | doc/user/project/issue_board.md | 12 |
3 files changed, 1 insertions, 12 deletions
diff --git a/doc/user/project/img/issue_boards_multi_select.png b/doc/user/project/img/issue_boards_multi_select.png Binary files differdeleted file mode 100644 index 34ec0c1c58e..00000000000 --- a/doc/user/project/img/issue_boards_multi_select.png +++ /dev/null diff --git a/doc/user/project/index.md b/doc/user/project/index.md index fff587027cf..ef80c8fc6a3 100644 --- a/doc/user/project/index.md +++ b/doc/user/project/index.md @@ -95,6 +95,7 @@ When you create a project in GitLab, you'll have access to a large number of - [Releases](releases/index.md): a way to track deliverables in your project as snapshot in time of the source, build output, and other metadata or artifacts associated with a released version of your code. +- [Conan packages](../packages/conan_repository/index.md): your private Conan repository in GitLab. **(PREMIUM)** - [Maven packages](../packages/maven_repository/index.md): your private Maven repository in GitLab. **(PREMIUM)** - [NPM packages](../packages/npm_registry/index.md): your private NPM package registry in GitLab. **(PREMIUM)** - [Code owners](code_owners.md): specify code owners for certain files **(STARTER)** diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md index e9a7a15b630..0c0068ddd09 100644 --- a/doc/user/project/issue_board.md +++ b/doc/user/project/issue_board.md @@ -180,18 +180,6 @@ These are shortcuts to your last 4 visited boards. When you're revisiting an issue board in a project or group with multiple boards, GitLab will automatically load the last board you visited. -### Multi-select Issue Cards - -As the name suggest, multi-select issue cards allows more than one issue card -to be dragged and dropped across different lists. This becomes helpful while -moving and grooming a lot of issues at once. - -You can multi-select an issue card by pressing `CTRL` + `Left mouse click` on -Windows or `CMD` + `Left mouse click` on MacOS. Once done, start by dragging one -of the issue card you have selected and drop it in the new list you want. - -![Multi-select Issue Cards](img/issue_boards_multi_select.png) - ### Configurable Issue Boards **(STARTER)** > Introduced in [GitLab Starter Edition 10.2](https://about.gitlab.com/2017/11/22/gitlab-10-2-released/#issue-boards-configuration). |