Skip to content

Commit 49bb27e

Browse files
New functionalities on Workspaces and add Pull Request complexity score
- Add option to share with individual users - Add Pull Request complexity score based on lines changed, files changed, and commits made. - Include Pull Request complexity score in the list of information shown for each pull request. - Add "Pull" action to perform a pull on all selected repositories within a workspace.
1 parent 9efb411 commit 49bb27e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

gitkraken-client/workspaces.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Cloud Workspaces will be available for you to work with on any machine and the s
2525

2626
### Create a Cloud Workspace
2727

28-
To create a Cloud Workspace, select <button class="button button--success button--ui button--nolink">+ New Workspace</button> (or <button class="button button--success button--ui button--nolink">+ Create a Worspace</button>). Then, select "Cloud Workspace”, name your Workspace, selecting the hosting service, and then select repositories to add. Optionally, you can also provide an icon, description and select teams to share with.
28+
To create a Cloud Workspace, select <button class="button button--success button--ui button--nolink">+ New Workspace</button> (or <button class="button button--success button--ui button--nolink">+ Create a Worspace</button>). Then, select "Cloud Workspace”, name your Workspace, selecting the hosting service, and then select repositories to add. Optionally, you can also provide an icon, description and select teams or individual users to share with.
2929

3030
<img src="/wp-content/uploads/create-cloud-workspace.gif" class="img-bordered img-responsive center">
3131

@@ -45,13 +45,19 @@ Actions can be performed on multiple repositories within the Workspace at once,
4545
The following multi-repository actions can be performed:
4646
- Clone: clone all selected repositories. HTTPS will be used by default unless you have SSH configured in your [Integration settings](https://help.gitkraken.com/gitkraken-client/integrations/).
4747
- Fetch: fetch all selected repositories.
48+
- Pull: pull all selected repositories.
4849
- Open in GitKraken Client or an external editor: open all selected repositories in GitKraken or in your [default editor](/start-here/preferences/#external-editor).
4950
- Locate in filesystem: point to all selected repositories locally or update the local location of the repositories if they have changed.
5051
- Remove: remove all selected repositories from the Workspace.
5152

5253
### Pull requests
5354

54-
The Pull Request section will show all open pull requests for all repositories within the selected Workspace. Information shown here includes the pull request title, pull request number, CI status, the name of the branch being merged, and number of comments.
55+
The Pull Request section will show all open pull requests for all repositories within the selected Workspace. Information shown here includes the pull request title, pull request number, CI status, complexity, the name of the branch being merged, and number of comments.
56+
57+
Complexity is a scale of 1 to 4 that scores a pull request’s complexity based on:
58+
- Number of lines changed
59+
- Number of files change
60+
- Number of commits made
5561

5662
To view a Workspaces pull requests, select a Workspace and then select `Pull Requests`.
5763

@@ -156,6 +162,7 @@ Actions can be performed on multiple repositories within the Workspace at once.
156162

157163
The following multi-repository actions can be performed:
158164
- Fetch: fetch all selected repositories.
165+
- Pull: pull all selected repositories.
159166
- Open in GitKraken Client or an external editor: open all selected repositories in GitKraken or in your [default editor](/start-here/preferences/#external-editor).
160167
- Remove: remove all selected repositories from the Workspace.
161168

0 commit comments

Comments
 (0)