Skip to content

Commit 71ab62a

Browse files
More updates
1 parent d574f2d commit 71ab62a

7 files changed

+62
-86
lines changed
67.5 KB
Loading
85 KB
Loading
2.52 MB
Loading
147 KB
Loading
140 KB
Loading

gitkraken-client/gitkraken-launchpad.md

Lines changed: 53 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,28 @@ You can easily connect your integrations at <kbd>Preferences > Integrations</kbd
2626
Create a [Workspace](/gitkraken-client/workspaces/) with the relevant integration. Once created, you will be able to filter and focus on WIPs for specific repositories, issues, and pull requests.
2727

2828

29-
30-
31-
3229
<img src="/wp-content/uploads/gkc-launchpad-10-0-0.gif" class="img-bordered img-responsive center">
3330

34-
* ALL: Shows all pull requests, issues, and WIPs for the repositories in selected Workspace.
35-
* PRS: Shows all open pull requests for the repositories in selected Workspace.
31+
* PULL REQUESTS: Shows all open pull requests for the repositories in selected Workspace.
3632
* ISSUES: Shows all issues for the repositories in selected Workspace.
3733
* WIPS: Shows all uncommitted changes for the repositories in selected Workspace.
34+
* ALL: Shows all pull requests, issues, and WIPs for the repositories in selected Workspace.
3835

39-
You can filter the Pull Requests and Issues by the following:
40-
* Filter PRs by `Mine`, `Created by Me`, `Assigned to Me`, or `Needs my review`.
41-
* Filter ISSUES by `Mine`, `Created by Me`, `Assigned to Me`, or `Mentioned`.
4236

4337
Pull Requests and Issues can be pinned (and unpinned) by selecting the <i class="fa-solid fa-thumbtack"></i> icon to move them to the top of the list. Additionally, you have the option to Snooze PRs either indefinitely or for a specific duration by clicking the <i class="fa-solid fa-snooze"></i> icon, which will relocate them to the 'Snoozed' section. To retrieve these PRs, simply visit the 'Snoozed' section and remove them from the snooze state."
4438

4539
<img src="/wp-content/uploads/gkc-launchpad-pinsnooze-10-0-0.gif" class="img-bordered img-responsive center">
4640

41+
### Personal or Team view
42+
43+
<img src="/wp-content/uploads/gkc-launchpad-personal-team-10.0.0.png" class="img-bordered img-responsive center">
44+
45+
The Launchpad can be viewed in Personal or Team mode. Personal mode displays only the items where you are involved (created by you, assigned to you or created by you), while Team mode shows all pull requests and issues for the repositories in your Workspace - giving you a high level view of your team's coding efforts. You can toggle between these views by selecting the corresponding icon in the top right corner of the Launchpad.
46+
47+
Note that Personal mode allows to see all items where you are involved in the remote hosting service, without limiting to a selected Workspace (select None in the Workspace dropdown). But Team mode requires a Workspace to be selected.
48+
49+
### Pull Requests
50+
4751
From the Launchpad, you can take action quickly on items such as:
4852
- Merge pull request
4953
- Close pull request
@@ -53,4 +57,44 @@ From the Launchpad, you can take action quickly on items such as:
5357

5458
<img src="/wp-content/uploads/gkc-launchpad-actions-10-0-0.png" class="img-bordered img-responsive center">
5559

56-
Instead of hunting for these pieces of information separately, you can get a holistic view of what you’re working on.
60+
Pull Requests section has the following columns:
61+
62+
* Last Updated
63+
* Status
64+
* Pull Request status. Shows status for "Open", “Draft” or “At Risk” pull requests
65+
* Pending Review or Changes Requested
66+
* Build status
67+
* PR title with link to open the pull request in the hosting provider
68+
* Lines added/removed
69+
* Code Suggestions
70+
* People
71+
* Repository and branch
72+
* Actions
73+
* Open Repository
74+
* Open Repository in browser
75+
* Open Code Suggestions
76+
* Review Pull Request
77+
* Close Pull Request
78+
79+
#### Github Pull Requests
80+
81+
If you are working with a GitHub.com Workspace, you may select a pull request to work with the <a href="/working-with-repositories/pull-requests/#github-pull-request-view">GitHub pull request view</a>.
82+
83+
84+
### Issues
85+
86+
You can switch the Issue Tracker provider from the Issues section. The Issue Tracker provider can be set up in the <kbd>Preferences > Integrations</kbd> tab.
87+
88+
<img src="/wp-content/uploads/gkc-launchpad-issues-10-0-0.png" class="img-bordered img-responsive center">
89+
90+
### WIPs
91+
92+
The WIPs section displays all uncommitted changes for the repositories in the selected Workspace. You can quickly open the repository in a repository tab by clicking on <button class="button button--success button--ui button--nolink">View Repo</button>.
93+
94+
### ALL
95+
96+
The ALL section displays all pull requests, issues, and WIPs for the repositories in the selected Workspace.
97+
98+
### SNOOZED
99+
100+
The SNOOZED section displays all snoozed pull requests and issues. You can unsnooze them by clicking on the <i class="fa-solid fa-snooze"></i> icon.

gitkraken-client/workspaces.md

Lines changed: 9 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ GitKraken Workspaces allow you to create easily accessible groups of repositorie
1818
## Access Workspaces
1919

2020
Workspaces are listed in the Repo Management Tab. To access the Repo Management tab, either click on the folder icon located at the top left or utilize the keyboard shortcut <kbd>Alt + O</kbd> (Windows/Linux) or <kbd>Cmd + O</kbd> (Mac).
21-
<img src="/wp-content/uploads/gkc-access-workspaces.png" class="img-bordered img-responsive center">
21+
<img src='/wp-content/uploads/gkc-repo-mngmt-tab.png' class='img-bordered img-responsive center'>
22+
2223

2324
***
2425

@@ -32,9 +33,11 @@ Cloud Workspaces will be available for you to work with on any machine and the s
3233

3334
### Create a Cloud Workspace
3435

35-
To create a Cloud Workspace, select <button class="button button--success button--ui button--nolink">+ New Workspace</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.
36+
To create a Cloud Workspace, select <button class="button button--ui button--nolink">+ New Workspace</button>.
37+
38+
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.
3639

37-
<img src="/wp-content/uploads/create-cloud-workspace.gif" class="img-bordered img-responsive center">
40+
<img src="/wp-content/uploads/gkc-10-create-cloud-workspace.gif" class="img-bordered img-responsive center">
3841

3942
<div class='callout callout--warning'>
4043
<p>
@@ -47,10 +50,11 @@ To create a Cloud Workspace, select <button class="button button--success button
4750

4851
Actions can be performed on multiple repositories within the Workspace at once, making it easy to get a new member of your team onboarded quickly or keep repository information up-to-date. To perform an action on multiple repositories, select the check box next to the repository name and then select the desired action from the options at the top.
4952

50-
<img src="/wp-content/uploads/gkc-cloud-workspace-multi-action.png" class="img-bordered img-responsive center">
53+
<img src="/wp-content/uploads/gkc-10-cloud-workspace-multi-action.png" class="img-bordered img-responsive center">
54+
<img src="/wp-content/uploads/gkc-10-cloud-workspace-multi-action-2.png" class="img-bordered img-responsive center">
5155

5256
The following multi-repository actions can be performed:
53-
- 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/).
57+
- 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/). This option is only available if the repositories are not already cloned locally. If one or more repositories are already cloned, you have to select the repositories that are not cloned and then select the clone option.
5458
- Fetch: fetch all selected repositories.
5559
- Pull: pull all selected repositories. You can change the behavior of the pull button by selecting the dropdown and selecting the radio button next to the desired option.
5660
- Open in GitKraken Desktop or an external editor: open all selected repositories in GitKraken or in your [default editor](/start-here/preferences/#external-editor).
@@ -61,79 +65,7 @@ The following multi-repository actions can be performed:
6165

6266
You can see all open pull requests for all repositories in [Launchpad](https://help.gitkraken.com/gitkraken-client/gitkraken-launchpad/) 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.
6367

64-
Complexity is a scale of 1 to 4 that scores a pull request’s complexity based on:
65-
- Number of lines changed
66-
- Number of files change
67-
- Number of commits made
68-
69-
70-
71-
At risk pull requests are pull requests that have not been updated in more than 7 days. This is indicated by the <i class="fa-solid fa-triangle-exclamation"></i> icon.
72-
73-
<img src="/wp-content/uploads/at-risk-1.png" srcset="/wp-content/uploads/[email protected]" class="img-bordered img-responsive center">
74-
75-
### GitHub pull request view
76-
77-
If you are working with a GitHub.com Workspace, you may select a pull request to work with the <a href="/working-with-repositories/pull-requests/#github-pull-request-view">GitHub pull request view</a>.
78-
79-
<img src="/wp-content/uploads/github-pull-request.png" srcset="/wp-content/uploads/[email protected]" class="img-bordered img-responsive center">
80-
81-
### Team view
82-
83-
On a Cloud Workspace, you will see a Team View section. This view shows all pull requests and issues for the repositories in your Workspace - giving you a high level view of your team's coding efforts.
84-
85-
<img src="/wp-content/uploads/[email protected]" class="img-bordered img-responsive center">
86-
87-
You can switch the Issue Tracker provider from the My Issues section in the Overview tab.
88-
89-
<img src="/wp-content/uploads/9-2-team-issues-switch.png" srcset="/wp-content/uploads/9-2-team-issues-switch.png" class="img-bordered img-responsive center">
90-
91-
#### Team Pull Requests
92-
93-
This section of the Team View will show all Pull Requests related to your selected team.
9468

95-
<img src="/wp-content/uploads/team-view-prs.png" srcset="/wp-content/uploads/[email protected]" class="img-bordered img-responsive center">
96-
97-
The Team Pull Requests section has the following columns:
98-
99-
* Last Updated
100-
* PR title with link to open the pull request in the hosting provider
101-
* PR Author
102-
* Repository name with link to open the reposotiry in GitKraken Desktop
103-
* Review status
104-
* PR status
105-
* Shows status for “Draft” or “At Risk” pull requests
106-
* Checks - Shows CI/CD results
107-
* Lines added/removed
108-
* PR branch
109-
* Double click to check out directly in GitKraken Desktop
110-
* GitHub.com Workspaces Only:
111-
* Shortcut to open the Pull Request Panel
112-
* Filter by assignee or author
113-
114-
<img src="/wp-content/uploads/8-9-team-pull-requests-columns.png" srcset="/wp-content/uploads/8-9-team-pull-requests-columns.png" class="img-bordered img-responsive center">
115-
116-
#### Team Issues
117-
118-
Team Issues will show all GitHub Issues, GitLab Issues, Jira Cloud Issues, Jira Data Center, or Trello cards associated with the repo.
119-
120-
With Team Issues it is easy to switch between Jira or Trello and back to either GitHub Issues or GitLab Issues. If you select Jira or Trello, you can also filter by project so that you only see issues that matter to you.
121-
122-
<img src="/wp-content/uploads/9-2-team-issues-switch.png" srcset="/wp-content/uploads/9-2-team-issues-switch.png" class="img-bordered img-responsive center">
123-
124-
View, edit and tie a branch to the issue with the Issue View from Workspace.
125-
126-
<img src="/wp-content/uploads/issue-view-workspaces.png" srcset="/wp-content/uploads/issue-view-workspaces.png" class="img-bordered img-responsive center">
127-
128-
***
129-
130-
## Local Workspaces
131-
132-
Local Workspaces allow you to create easily accessible groups of repositories, take actions across multiple repositories, view details about their state at a glance, and share them with your team.
133-
134-
<div class='embed-container embed-container--16-9'>
135-
<iframe width="560" height="315" src="https://www.youtube.com/embed/8xlbH2tNZwc?ecver=1" frameborder="0" allowfullscreen></iframe>
136-
</div>
13769

13870
### Create a Local Workspace
13971

0 commit comments

Comments
 (0)