Skip to content

Commit 34b2cef

Browse files
authored
Merge pull request #78 from pullflow/fix/pullflow-branding
Update branding to use proper PullFlow naming conventions
2 parents 9db3741 + 2adc444 commit 34b2cef

File tree

17 files changed

+105
-115
lines changed

17 files changed

+105
-115
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"codereviews",
1616
"dbaeumer",
1717
"nosources",
18-
"Pullflow",
18+
"PullFlow",
1919
"quickpicks",
2020
"Relogin",
2121
"thumbsup",

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Pullflow
3+
Copyright (c) 2025 PullFlow, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
## Pullflow for VS Code
1+
## PullFlow for VS Code
22

3-
Pullflow is a code review collaboration platform backed by the co-founder of GitHub and used by some of the most innovative dev teams, including **Epic Games, Avenue, Hear.com,** and **RedwoodJS.** New to Pullflow? See how you can merge quality PRs **4X** faster with synchronized conversation between developers, systems, and AI, across GitHub, Slack & VS Code.
3+
PullFlow is a code review collaboration platform backed by the co-founder of GitHub and used by some of the most innovative dev teams, including **Epic Games, Avenue, Hear.com,** and **RedwoodJS.** New to PullFlow? See how you can merge quality PRs **4X** faster with synchronized conversation between developers, systems, and AI, across GitHub, Slack & VS Code.
44

55
**[Sign up at pullflow.com](https://pullflow.com)**.
66

7-
> “Love at first PR. Pullflow's beauty lies in its simplicity, which seamlessly integrates with your existing tools and streamlines the code review process. It lets me focus on writing code instead of navigating clunky interfaces.” - **Bhavin Vyas, Vice President @ WorkBoard**
7+
> “Love at first PR. PullFlow's beauty lies in its simplicity, which seamlessly integrates with your existing tools and streamlines the code review process. It lets me focus on writing code instead of navigating clunky interfaces.” - **Bhavin Vyas, Vice President @ WorkBoard**
88
>
99
10-
The **Pullflow VS Code extension** brings all your code review workflows and collaboration into your IDE, helping you prioritize PRs, stay in the loop, take quick actions, and return to your flow state.
10+
The **PullFlow VS Code extension** brings all your code review workflows and collaboration into your IDE, helping you prioritize PRs, stay in the loop, take quick actions, and return to your flow state.
1111

1212
![main.png](./assets/main.png)
1313

1414
### Quick Start
1515
---
1616

17-
1. **Installation**: Install the “Pullflow” extension from the Visual Studio Marketplace or Open VSX Registry.
18-
2. **Sign in**: Click on “Sign in to Pullflow” from the VS Code status bar.
17+
1. **Installation**: Install the “PullFlow” extension from the Visual Studio Marketplace or Open VSX Registry.
18+
2. **Sign in**: Click on “Sign in to PullFlow” from the VS Code status bar.
1919
3. **Ready to use**: The extension is now ready to use ✨
2020

2121
## Key Features
@@ -51,7 +51,7 @@ Engage with your team by responding to comments quickly
5151

5252
**Perfect Companion to GitHub Pull Request and Issues Extension**
5353

54-
Access and review GitHub pull requests directly from your VS Code interface using the [GitHub Pull Requests and Issues](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension. With Pullflow, all your code review activity will synchronize across GitHub and Slack.
54+
Access and review GitHub pull requests directly from your VS Code interface using the [GitHub Pull Requests and Issues](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension. With PullFlow, all your code review activity will synchronize across GitHub and Slack.
5555

5656
![pr-github.gif](./assets/pr-github.gif)
5757

@@ -65,9 +65,9 @@ The extension offers a convenient way to quickly understand the status of your P
6565
**Compatibility and Requirements**
6666
---
6767

68-
The Pullflow VS Code Extension requires:
68+
The PullFlow VS Code Extension requires:
6969

70-
1. Pullflow account set up with Slack and GitHub connected
70+
1. PullFlow account set up with Slack and GitHub connected
7171
2. Visual Studio Code version 1.70.0 or above
7272

7373
## Data Security and Privacy
@@ -81,19 +81,19 @@ Prefer to opt out? No problem. Simply follow these steps:
8181

8282
1. Press Ctrl + Shift + P (or Command + Shift + P on Mac).
8383
2. Go to `Preferences: Open Workspace Settings`
84-
3. Search for `Pullflow Flow`
85-
4. Uncheck `Pullflow > Automatic flow detection`
84+
3. Search for `PullFlow Flow`
85+
4. Uncheck `PullFlow > Automatic flow detection`
8686
5. Reload extension
8787

8888
## Contributing
8989

90-
This extension is an open-source project created by [Pullflow Inc](https://github.com/pullflow/vscode-pullflow). We encourage contributions, bug reports, and new feature suggestions. Feel free to fork the repository and add your own features.
90+
This extension is an open-source project created by [PullFlow Inc](https://github.com/pullflow/vscode-pullflow). We encourage contributions, bug reports, and new feature suggestions. Feel free to fork the repository and add your own features.
9191

92-
This is just the beginning of Pullflow's VS Code Slack integration, and we are eager to make improvements based on your feedback. Please don't hesitate to share your thoughts with us through [GitHub issues](https://github.com/pullflow/vscode-pullflow/issues) or on Twitter [@pullflow](https://twitter.com/pullflow).
92+
This is just the beginning of PullFlow's VS Code Slack integration, and we are eager to make improvements based on your feedback. Please don't hesitate to share your thoughts with us through [GitHub issues](https://github.com/pullflow/vscode-pullflow/issues) or on Twitter [@pullflow](https://twitter.com/pullflow).
9393

9494
#### **Development Guidelines**
9595

96-
1. Set up Pullflow account and connect your GitHub and Slack accounts.
96+
1. Set up PullFlow account and connect your GitHub and Slack accounts.
9797
2. Clone the repository.
9898
3. Create `.env` file in the root directory and add the following environment variables:
9999

@@ -121,4 +121,4 @@ This tool is designed for developers seeking a unified workspace that reduces co
121121

122122
---
123123

124-
*For more information, documentation, and updates, visit **[Pullflow's official website](https://pullflow.com/)** or connect with us on **[Twitter](https://twitter.com/pullflow)**.*
124+
*For more information, documentation, and updates, visit **[PullFlow's official website](https://pullflow.com/)** or connect with us on **[Twitter](https://twitter.com/pullflow)**.*

assets/pullflow-logo.png

-11.2 KB
Loading

assets/pullflow.png

-1.79 KB
Loading

assets/vs-code-icon.png

-361 KB
Loading

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "pullflow",
3-
"publisher": "Pullflow",
4-
"displayName": "Pullflow",
3+
"publisher": "PullFlow",
4+
"displayName": "PullFlow",
55
"description": "Code review collaboration across GitHub, Slack, and VS Code.",
6-
"version": "6.0.1",
6+
"version": "6.0.2",
77
"preview": true,
88
"license": "MIT",
99
"engines": {
1010
"vscode": "^1.70.0"
1111
},
1212
"author": {
13-
"name": "Pullflow"
13+
"name": "PullFlow"
1414
},
1515
"icon": "assets/pullflow.png",
1616
"categories": [
@@ -41,27 +41,27 @@
4141
"commands": [
4242
{
4343
"command": "pullflow.active-pull-requests",
44-
"title": "Pullflow: Active Pull Requests"
44+
"title": "PullFlow: Active Pull Requests"
4545
},
4646
{
4747
"command": "pullflow.signIn",
48-
"title": "Pullflow: Sign in"
48+
"title": "PullFlow: Sign in"
4949
},
5050
{
5151
"command": "pullflow.signOut",
52-
"title": "Pullflow: Sign out"
52+
"title": "PullFlow: Sign out"
5353
},
5454
{
5555
"command": "pullflow.reconnect",
56-
"title": "Pullflow: Reconnect"
56+
"title": "PullFlow: Reconnect"
5757
},
5858
{
5959
"command": "pullflow.toggle-flow-state",
60-
"title": "Pullflow: Toggle Flow State"
60+
"title": "PullFlow: Toggle Flow State"
6161
},
6262
{
6363
"command": "pullflow.welcome-view",
64-
"title": "Pullflow: Welcome"
64+
"title": "PullFlow: Welcome"
6565
}
6666
],
6767
"keybindings": [
@@ -73,117 +73,117 @@
7373
],
7474
"icons": {
7575
"pullflow-icon": {
76-
"description": "Pullflow icon",
76+
"description": "PullFlow icon",
7777
"default": {
78-
"fontPath": "./assets/Pullflow.woff",
78+
"fontPath": "./assets/PullFlow.woff",
7979
"fontCharacter": "\\e90d"
8080
}
8181
},
8282
"slack-icon": {
8383
"description": "Slack icon",
8484
"default": {
85-
"fontPath": "./assets/Pullflow.woff",
85+
"fontPath": "./assets/PullFlow.woff",
8686
"fontCharacter": "\\e900"
8787
}
8888
},
8989
"github-icon": {
9090
"description": "GitHub icon",
9191
"default": {
92-
"fontPath": "./assets/Pullflow.woff",
92+
"fontPath": "./assets/PullFlow.woff",
9393
"fontCharacter": "\\e90b"
9494
}
9595
},
9696
"approved-icon": {
9797
"description": "Approved icon",
9898
"default": {
99-
"fontPath": "./assets/Pullflow.woff",
99+
"fontPath": "./assets/PullFlow.woff",
100100
"fontCharacter": "\\e905"
101101
}
102102
},
103103
"review-icon": {
104104
"description": "Review Requested icon",
105105
"default": {
106-
"fontPath": "./assets/Pullflow.woff",
106+
"fontPath": "./assets/PullFlow.woff",
107107
"fontCharacter": "\\e90a"
108108
}
109109
},
110110
"checks-running-icon": {
111111
"description": "Checks running icon",
112112
"default": {
113-
"fontPath": "./assets/Pullflow.woff",
113+
"fontPath": "./assets/PullFlow.woff",
114114
"fontCharacter": "\\e903"
115115
}
116116
},
117117
"checks-failed-icon": {
118118
"description": "Checks failed icon",
119119
"default": {
120-
"fontPath": "./assets/Pullflow.woff",
120+
"fontPath": "./assets/PullFlow.woff",
121121
"fontCharacter": "\\e904"
122122
}
123123
},
124124
"checks-skipped-icon": {
125125
"description": "Checks skipped icon",
126126
"default": {
127-
"fontPath": "./assets/Pullflow.woff",
127+
"fontPath": "./assets/PullFlow.woff",
128128
"fontCharacter": "\\e901"
129129
}
130130
},
131131
"checks-passed-icon": {
132132
"description": "Checks passed icon",
133133
"default": {
134-
"fontPath": "./assets/Pullflow.woff",
134+
"fontPath": "./assets/PullFlow.woff",
135135
"fontCharacter": "\\e902"
136136
}
137137
},
138138
"review-comment-icon": {
139139
"description": "Review comment icon",
140140
"default": {
141-
"fontPath": "./assets/Pullflow.woff",
141+
"fontPath": "./assets/PullFlow.woff",
142142
"fontCharacter": "\\e907"
143143
}
144144
},
145145
"pr-open-icon": {
146146
"description": "PR open icon",
147147
"default": {
148-
"fontPath": "./assets/Pullflow.woff",
148+
"fontPath": "./assets/PullFlow.woff",
149149
"fontCharacter": "\\e909"
150150
}
151151
},
152152
"request-changes-icon": {
153153
"description": "Request changes icon",
154154
"default": {
155-
"fontPath": "./assets/Pullflow.woff",
155+
"fontPath": "./assets/PullFlow.woff",
156156
"fontCharacter": "\\e906"
157157
}
158158
},
159159
"draft-pr-icon": {
160160
"description": "Draft PR icon",
161161
"default": {
162-
"fontPath": "./assets/Pullflow.woff",
162+
"fontPath": "./assets/PullFlow.woff",
163163
"fontCharacter": "\\e908"
164164
}
165165
},
166166
"flow-state-icon": {
167167
"description": "Flow-state icon",
168168
"default": {
169-
"fontPath": "./assets/Pullflow.woff",
169+
"fontPath": "./assets/PullFlow.woff",
170170
"fontCharacter": "\\e90c"
171171
}
172172
}
173173
},
174174
"configuration": {
175175
"id": "pullflow",
176-
"title": "Pullflow",
176+
"title": "PullFlow",
177177
"properties": {
178178
"pullflow.telemetry.enabled": {
179179
"type": "boolean",
180180
"default": true,
181-
"markdownDescription": "Enable Pullflow to transmit product usage telemetry. \n\n_**Important:** To activate telemetry transmission, both this setting and the VS Code telemetry option must be enabled. Telemetry will not be sent if either of these settings is disabled._"
181+
"markdownDescription": "Enable PullFlow to transmit product usage telemetry. \n\n_**Important:** To activate telemetry transmission, both this setting and the VS Code telemetry option must be enabled. Telemetry will not be sent if either of these settings is disabled._"
182182
},
183183
"pullflow.automaticFlowDetection.enabled": {
184184
"type": "boolean",
185185
"default": true,
186-
"markdownDescription": "Allow Pullflow to automatically detect flow state based on keyboard activity.\n\n_**Note:** Extension must be reloaded for this to take affect._"
186+
"markdownDescription": "Allow PullFlow to automatically detect flow state based on keyboard activity.\n\n_**Note:** Extension must be reloaded for this to take affect._"
187187
}
188188
}
189189
}
@@ -232,4 +232,4 @@
232232
"ts-jest": "^29.1.0",
233233
"uuidv4": "^6.2.13"
234234
}
235-
}
235+
}

src/commands/activePullRequests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const ActivePullRequests = (
1616
!codeReviews?.pendingUserCodeReviews?.length &&
1717
!codeReviews?.userAuthoredCodeReviews?.length
1818
) {
19-
window.showInformationMessage('Pullflow: You have no PRs waiting for you.')
19+
window.showInformationMessage('PullFlow: You have no PRs waiting for you.')
2020
return
2121
}
2222

src/commands/reconnect.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const Reconnect = async (
1212
context: ExtensionContext,
1313
statusBar: StatusBarItem
1414
) => {
15-
log.info(`reconnecting to Pullflow`, module)
15+
log.info(`reconnecting to PullFlow`, module)
1616

1717
const session = await Authorization.currentSession(context)
1818
if (!session) {
@@ -28,7 +28,7 @@ export const Reconnect = async (
2828
// if codeReviews contain error message
2929
if (codeReviews.requireRelogin) {
3030
log.error(codeReviews.error, module)
31-
window.showInformationMessage(`Pullflow: Please login again`)
31+
window.showInformationMessage(`PullFlow: Please login again`)
3232
commands.executeCommand(Command.signOut)
3333
return
3434
}

src/commands/signIn.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ export const SignIn = async ({
2222
)
2323
const user = await Authorization.waitForUser(context, SIGN_IN_TIME_OUT)
2424
if (!user) {
25-
window.showErrorMessage('Pullflow: Sign in failed')
25+
window.showErrorMessage('PullFlow: Sign in failed')
2626
return
2727
}
2828
const session =
2929
(await Authorization.currentSession(context)) ||
3030
(await Authorization.createSession({ user, context }))
3131

3232
if (!session) {
33-
window.showErrorMessage('Pullflow: Sign in failed')
33+
window.showErrorMessage('PullFlow: Sign in failed')
3434
return
3535
}
3636
await initialize({ context, statusBar })

0 commit comments

Comments
 (0)