Skip to content

Commit 0738d46

Browse files
committed
Changes GitKraken Workspaces to Cloud Workspaces
1 parent 219d620 commit 0738d46

File tree

4 files changed

+34
-41
lines changed

4 files changed

+34
-41
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Install GitLens by clicking `Install` on the banner above, or from the Extension
1818

1919
> Have questions or concerns? Talk to our engineering team directly through our [GitHub Discussions](https://github.com/gitkraken/vscode-gitlens/discussions/categories/feedback) page. Having a positive experience with GitLens? Feel free to [write a review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens&ssr=false#review-details).
2020
21-
2221
## GitLens Editions: Free and Pro
2322

2423
**GitLens Free** gives you powerful tools to manage Git and understand how your code has evolved and by whom. With popular features like in-editor blame annotations, hovers, and CodeLens, you can see actionable authorship details at the top of each file. Track the history of any file over time using Revision Navigation to gain deeper insights into code changes.
@@ -45,13 +44,12 @@ You can [try GitLens Pro for free](https://gitkraken.dev/register?product=gitlen
4544

4645
GitLens offers a wide range of features—here are the three most popular workflows that users rely on to boost their productivity:
4746

48-
- [**Interactive Code History**](#interactive-code-history) — Understanding code in repositories with multiple branches and contributors can be difficult. GitLens provides the context you need with tools like blame, hovers, and file annotations. But it doesn’t stop there—the interactive Commit Graph lets you create branches, rebase, revert, and more, all with powerful search capabilities.
47+
- [**Interactive Code History**](#interactive-code-history) — Understanding code in repositories with multiple branches and contributors can be difficult. GitLens provides the context you need with tools like blame, hovers, and file annotations. But it doesn’t stop there—the interactive Commit Graph lets you create branches, rebase, revert, and more, all with powerful search capabilities.
4948

50-
- [**Accelerate PR Reviews**](#accelerate-pr-reviews) — Reduce context switching and manage all your PRs in one place. Prioritize tasks and identify bottlenecks right in VS Code with Launchpad when you integrate Github or other host providers. Work on multiple branches at once without disrupting your main workspace with Worktrees.
49+
- [**Accelerate PR Reviews**](#accelerate-pr-reviews) — Reduce context switching and manage all your PRs in one place. Prioritize tasks and identify bottlenecks right in VS Code with Launchpad when you integrate Github or other host providers. Work on multiple branches at once without disrupting your main workspace with Worktrees.
5150

5251
- [**Streamline Collaboration**](#streamline-collaboration) — GitLens isn’t just for solo developers—it’s designed to enhance team collaboration. With Cloud Patches and Code Suggest, you can share and discuss suggested changes with any GitLens or GitKraken user, on multiple files and even PRs.
5352

54-
5553
# Interactive Code History
5654

5755
Understanding who made changes, when, and why can be challenging. GitLens simplifies this with tools like the Commit Graph, Inspect, Inline Blame, and Hovers, giving you clear context and insights. Quickly explore your repository's history with intuitive visuals and actionable tools.
@@ -147,17 +145,14 @@ Launchpad consolidates all your GitHub pull requests into a unified, actionable
147145

148146
Worktrees enable efficient multitasking by allowing you to work on multiple branches without stashing changes or leaving your current branch. They preserve your workflow while letting you shift focus when needed. For example, you can easily review a pull request on a worktree in a separate VS Code window with GitLens.
149147

150-
151148
<figure align="center">
152149
<img src="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/worktrees.png" alt="Worktrees view" />
153150
</figure>
154151

155-
156152
# Streamline Collaboration
157153

158154
GitLens isn’t just for solo developers—it’s designed to enhance team collaboration. Sharing code can be tricky without adding noise to your repository with extra commits or branches. GitLens simplifies this with Cloud Patches and Code Suggest, letting you share or propose changes to any file in the repository without committing or pushing to a remote.
159155

160-
161156
## Cloud Patches `Preview`
162157

163158
Easily and securely share code changes by creating a Cloud Patch from your work-in-progress, commit, or stash, and sharing a link with teammates or other developers. Cloud Patches enable early collaboration for feedback on direction and approach, reducing rework and streamlining your workflow. [Learn more](https://gitkraken.com/solutions/cloud-patches?utm_source=gitlens-extension&utm_medium=in-app-links)
@@ -195,12 +190,11 @@ An x-ray or developer tools Inspect into your code, focused on providing context
195190

196191
### GitLens
197192

198-
Quick access to many GitLens features. Also the home of GitKraken teams and collaboration services (e.g. GitKraken Workspaces), help, and support.
193+
Quick access to many GitLens features. Also the home of GitKraken teams and collaboration services (e.g. Cloud Patches, Cloud Workspaces), help, and support.
199194

200195
- **Home** &mdash; Quick access to many features.
201196
- [**Cloud Patches `Preview`**](#cloud-patches-preview) &mdash; Easily and securely share code with your teammates
202-
- [**GitKraken Workspaces `Preview`**](#gitkraken-workspaces-preview) &mdash; Easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow.
203-
- **GitKraken Account** &mdash; Power-up with GitKraken Cloud Services.
197+
- [**Cloud Workspaces `Preview`**](#gitkraken-workspaces-preview) &mdash; Easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow.
204198

205199
### Source Control
206200

@@ -219,9 +213,9 @@ Shows additional views that are focused on exploring and managing your repositor
219213

220214
Convenient and easy access to the Commit Graph with a dedicated details view.
221215

222-
## GitKraken Workspaces `Preview`
216+
## Cloud Workspaces `Preview`
223217

224-
GitKraken Workspaces allow you to easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow. Create workspaces just for yourself or share (coming soon in GitLens) them with your team for faster onboarding and better collaboration. [Learn more](https://gitkraken.com/solutions/workspaces?utm_source=gitlens-extension&utm_medium=in-app-links)
218+
Cloud Workspaces allow you to easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow. Create workspaces just for yourself or share (coming soon in GitLens) them with your team for faster onboarding and better collaboration. [Learn more](https://gitkraken.com/solutions/workspaces?utm_source=gitlens-extension&utm_medium=in-app-links)
225219

226220
## Visual File History `Pro`
227221

@@ -261,7 +255,6 @@ Use a series of new commands to:
261255
- View and explore your stashes
262256
- Visualize the current repository status
263257

264-
265258
# Integrations
266259

267260
Context switching kills productivity. GitLens not only reveals buried knowledge within your repository, it also brings additional context from issues and pull requests providing you with a wealth of information and insights at your fingertips.

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,7 +3134,7 @@
31343134
},
31353135
{
31363136
"id": "workspaces-view",
3137-
"title": "GitKraken Workspaces View (ᴘʀᴇᴠɪᴇᴡ)",
3137+
"title": "Cloud Workspaces View (ᴘʀᴇᴠɪᴇᴡ)",
31383138
"order": 260,
31393139
"properties": {
31403140
"gitlens.views.workspaces.showBranchComparison": {
@@ -3153,105 +3153,105 @@
31533153
"Compares the working tree with a user-selected reference"
31543154
],
31553155
"default": "working",
3156-
"markdownDescription": "Specifies whether to show a comparison of the current branch or the working tree with a user-selected reference (branch, tag, etc) in the _GitKraken Workspaces_ view",
3156+
"markdownDescription": "Specifies whether to show a comparison of the current branch or the working tree with a user-selected reference (branch, tag, etc) in the _Cloud Workspaces_ view",
31573157
"scope": "window",
31583158
"order": 10
31593159
},
31603160
"gitlens.views.workspaces.showUpstreamStatus": {
31613161
"type": "boolean",
31623162
"default": true,
3163-
"markdownDescription": "Specifies whether to show the upstream status of the current branch for each repository in the _GitKraken Workspaces_ view",
3163+
"markdownDescription": "Specifies whether to show the upstream status of the current branch for each repository in the _Cloud Workspaces_ view",
31643164
"scope": "window",
31653165
"order": 11
31663166
},
31673167
"gitlens.views.workspaces.includeWorkingTree": {
31683168
"type": "boolean",
31693169
"default": false,
3170-
"markdownDescription": "Specifies whether to include working tree file status for each repository in the _GitKraken Workspaces_ view",
3170+
"markdownDescription": "Specifies whether to include working tree file status for each repository in the _Cloud Workspaces_ view",
31713171
"scope": "window",
31723172
"order": 12
31733173
},
31743174
"gitlens.views.workspaces.pullRequests.enabled": {
31753175
"type": "boolean",
31763176
"default": true,
3177-
"markdownDescription": "Specifies whether to query for pull requests associated with branches and commits in the _GitKraken Workspaces_ view. Requires a connection to a supported remote service (e.g. GitHub)",
3177+
"markdownDescription": "Specifies whether to query for pull requests associated with branches and commits in the _Cloud Workspaces_ view. Requires a connection to a supported remote service (e.g. GitHub)",
31783178
"scope": "window",
31793179
"order": 20
31803180
},
31813181
"gitlens.views.workspaces.pullRequests.showForBranches": {
31823182
"type": "boolean",
31833183
"default": true,
3184-
"markdownDescription": "Specifies whether to show pull requests (if any) associated with branches in the _GitKraken Workspaces_ view. Requires a connection to a supported remote service (e.g. GitHub)",
3184+
"markdownDescription": "Specifies whether to show pull requests (if any) associated with branches in the _Cloud Workspaces_ view. Requires a connection to a supported remote service (e.g. GitHub)",
31853185
"scope": "window",
31863186
"order": 21
31873187
},
31883188
"gitlens.views.workspaces.pullRequests.showForCommits": {
31893189
"type": "boolean",
31903190
"default": true,
3191-
"markdownDescription": "Specifies whether to show pull requests (if any) associated with commits in the _GitKraken Workspaces_ view. Requires a connection to a supported remote service (e.g. GitHub)",
3191+
"markdownDescription": "Specifies whether to show pull requests (if any) associated with commits in the _Cloud Workspaces_ view. Requires a connection to a supported remote service (e.g. GitHub)",
31923192
"scope": "window",
31933193
"order": 22
31943194
},
31953195
"gitlens.views.workspaces.showCommits": {
31963196
"type": "boolean",
31973197
"default": true,
3198-
"markdownDescription": "Specifies whether to show the commits on the current branch for each repository in the _GitKraken Workspaces_ view",
3198+
"markdownDescription": "Specifies whether to show the commits on the current branch for each repository in the _Cloud Workspaces_ view",
31993199
"scope": "window",
32003200
"order": 30
32013201
},
32023202
"gitlens.views.workspaces.showBranches": {
32033203
"type": "boolean",
32043204
"default": true,
3205-
"markdownDescription": "Specifies whether to show the branches for each repository in the _GitKraken Workspaces_ view",
3205+
"markdownDescription": "Specifies whether to show the branches for each repository in the _Cloud Workspaces_ view",
32063206
"scope": "window",
32073207
"order": 31
32083208
},
32093209
"gitlens.views.workspaces.showRemotes": {
32103210
"type": "boolean",
32113211
"default": true,
3212-
"markdownDescription": "Specifies whether to show the remotes for each repository in the _GitKraken Workspaces_ view",
3212+
"markdownDescription": "Specifies whether to show the remotes for each repository in the _Cloud Workspaces_ view",
32133213
"scope": "window",
32143214
"order": 32
32153215
},
32163216
"gitlens.views.workspaces.showStashes": {
32173217
"type": "boolean",
32183218
"default": true,
3219-
"markdownDescription": "Specifies whether to show the stashes for each repository in the _GitKraken Workspaces_ view",
3219+
"markdownDescription": "Specifies whether to show the stashes for each repository in the _Cloud Workspaces_ view",
32203220
"scope": "window",
32213221
"order": 33
32223222
},
32233223
"gitlens.views.workspaces.showTags": {
32243224
"type": "boolean",
32253225
"default": true,
3226-
"markdownDescription": "Specifies whether to show the tags for each repository in the _GitKraken Workspaces_ view",
3226+
"markdownDescription": "Specifies whether to show the tags for each repository in the _Cloud Workspaces_ view",
32273227
"scope": "window",
32283228
"order": 34
32293229
},
32303230
"gitlens.views.workspaces.showContributors": {
32313231
"type": "boolean",
32323232
"default": true,
3233-
"markdownDescription": "Specifies whether to show the contributors for each repository in the _GitKraken Workspaces_ view",
3233+
"markdownDescription": "Specifies whether to show the contributors for each repository in the _Cloud Workspaces_ view",
32343234
"scope": "window",
32353235
"order": 35
32363236
},
32373237
"gitlens.views.workspaces.showWorktrees": {
32383238
"type": "boolean",
32393239
"default": true,
3240-
"markdownDescription": "Specifies whether to show the worktrees for each repository in the _GitKraken Workspaces_ view",
3240+
"markdownDescription": "Specifies whether to show the worktrees for each repository in the _Cloud Workspaces_ view",
32413241
"scope": "window",
32423242
"order": 36
32433243
},
32443244
"gitlens.views.workspaces.showIncomingActivity": {
32453245
"type": "boolean",
32463246
"default": false,
3247-
"markdownDescription": "Specifies whether to show the experimental incoming activity for each repository in the _GitKraken Workspaces_ view",
3247+
"markdownDescription": "Specifies whether to show the experimental incoming activity for each repository in the _Cloud Workspaces_ view",
32483248
"scope": "window",
32493249
"order": 37
32503250
},
32513251
"gitlens.views.workspaces.avatars": {
32523252
"type": "boolean",
32533253
"default": true,
3254-
"markdownDescription": "Specifies whether to show avatar images instead of commit (or status) icons in the _GitKraken Workspaces_ view",
3254+
"markdownDescription": "Specifies whether to show avatar images instead of commit (or status) icons in the _Cloud Workspaces_ view",
32553255
"scope": "window",
32563256
"order": 60
32573257
},
@@ -3266,7 +3266,7 @@
32663266
"Displays branches as a list",
32673267
"Displays branches as a tree when branch names contain slashes `/`"
32683268
],
3269-
"markdownDescription": "Specifies how the _GitKraken Workspaces_ view will display branches",
3269+
"markdownDescription": "Specifies how the _Cloud Workspaces_ view will display branches",
32703270
"scope": "window",
32713271
"order": 70
32723272
},
@@ -3283,21 +3283,21 @@
32833283
"Displays files as a list",
32843284
"Displays files as a tree"
32853285
],
3286-
"markdownDescription": "Specifies how the _GitKraken Workspaces_ view will display files",
3286+
"markdownDescription": "Specifies how the _Cloud Workspaces_ view will display files",
32873287
"scope": "window",
32883288
"order": 80
32893289
},
32903290
"gitlens.views.workspaces.files.threshold": {
32913291
"type": "number",
32923292
"default": 5,
3293-
"markdownDescription": "Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _GitKraken Workspaces_ view. Only applies when `#gitlens.views.workspaces.files.layout#` is set to `auto`",
3293+
"markdownDescription": "Specifies when to switch between displaying files as a `tree` or `list` based on the number of files in a nesting level in the _Cloud Workspaces_ view. Only applies when `#gitlens.views.workspaces.files.layout#` is set to `auto`",
32943294
"scope": "window",
32953295
"order": 81
32963296
},
32973297
"gitlens.views.workspaces.files.compact": {
32983298
"type": "boolean",
32993299
"default": true,
3300-
"markdownDescription": "Specifies whether to compact (flatten) unnecessary file nesting in the _GitKraken Workspaces_ view. Only applies when `#gitlens.views.workspaces.files.layout#` is set to `tree` or `auto`",
3300+
"markdownDescription": "Specifies whether to compact (flatten) unnecessary file nesting in the _Cloud Workspaces_ view. Only applies when `#gitlens.views.workspaces.files.layout#` is set to `tree` or `auto`",
33013301
"scope": "window",
33023302
"order": 82
33033303
},
@@ -3312,14 +3312,14 @@
33123312
"Shows the file's status as the icon",
33133313
"Shows the file's type (theme icon) as the icon"
33143314
],
3315-
"markdownDescription": "Specifies how the _GitKraken Workspaces_ view will display file icons",
3315+
"markdownDescription": "Specifies how the _Cloud Workspaces_ view will display file icons",
33163316
"scope": "window",
33173317
"order": 83
33183318
},
33193319
"gitlens.views.workspaces.compact": {
33203320
"type": "boolean",
33213321
"default": false,
3322-
"markdownDescription": "Specifies whether to show the _GitKraken Workspaces_ view in a compact display density",
3322+
"markdownDescription": "Specifies whether to show the _Cloud Workspaces_ view in a compact display density",
33233323
"scope": "window",
33243324
"order": 90
33253325
},
@@ -3337,7 +3337,7 @@
33373337
"Compares the branch with a user-selected reference"
33383338
],
33393339
"default": "branch",
3340-
"markdownDescription": "Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag, etc) under each branch in the _GitKraken Workspaces_ view",
3340+
"markdownDescription": "Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag, etc) under each branch in the _Cloud Workspaces_ view",
33413341
"scope": "window",
33423342
"order": 100
33433343
}
@@ -6123,7 +6123,7 @@
61236123
},
61246124
{
61256125
"command": "gitlens.showWorkspacesView",
6126-
"title": "Show GitKraken Workspaces View",
6126+
"title": "Show Cloud Workspaces View",
61276127
"category": "GitLens"
61286128
},
61296129
{
@@ -8979,7 +8979,7 @@
89798979
},
89808980
{
89818981
"command": "gitlens.views.workspaces.info",
8982-
"title": "Learn about GitKraken Workspaces...",
8982+
"title": "Learn about Cloud Workspaces...",
89838983
"category": "GitLens",
89848984
"icon": "$(info)"
89858985
},

src/plus/workspaces/workspacesService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export class WorkspacesService implements Disposable {
323323
const change = { title: 'Change Auto-Add Behavior...' };
324324
const cancel = { title: 'Cancel', isCloseAffordance: true };
325325
const addChoice = await window.showInformationMessage(
326-
'New repositories found in the linked GitKraken workspace. Would you like to add them to the current VS Code workspace?',
326+
'New repositories found in the linked Cloud workspace. Would you like to add them to the current VS Code workspace?',
327327
add,
328328
change,
329329
cancel,

src/webviews/apps/home/components/feature-nav.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ export class GlFeatureNav extends GlElement {
282282
<a
283283
class="nav-list__link${this.blockRepoFeatures ? ' is-disabled' : ''}"
284284
href="command:gitlens.showWorkspacesView"
285-
aria-label="Show GitKraken Workspaces view"
285+
aria-label="Show Cloud Workspaces view"
286286
data-requires="repo"
287287
><code-icon class="nav-list__icon" icon="gl-workspaces-view"></code-icon
288-
><gl-tooltip hoist class="nav-list__label" content="Show GitKraken Workspaces view">
288+
><gl-tooltip hoist class="nav-list__label" content="Show Cloud Workspaces view">
289289
<span>Cloud Workspaces</span></gl-tooltip
290290
>
291291
</a>

0 commit comments

Comments
 (0)