You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove troubleshooting section from Gerrit documentation per review feedback
- Replace delete operator with undefined assignment for better performance in tests
2. Go to **Settings** → **HTTP Credentials** → **Generate Password**
80
+
3. Copy the generated password (this is your HTTP password)
104
81
105
82
<Note>
106
-
**Special Characters in Passwords**: If your HTTP password contains special characters like `/`, `+`, or `=`, Sourcebot automatically handles URL encoding for git operations. No manual encoding is required on your part.
83
+
**Special Characters**: If your HTTP password contains special characters like `/`, `+`, or `=`, Sourcebot automatically handles URL encoding for git operations.
107
84
</Note>
108
85
109
-
### Step 4: Configure Sourcebot
110
-
111
-
Add the authenticated connection to your `config.json`:
112
-
113
-
```json
114
-
{
115
-
"connections": {
116
-
"my-gerrit": {
117
-
"type": "gerrit",
118
-
"url": "https://gerrit.example.com",
119
-
"projects": ["project-name"],
120
-
"auth": {
121
-
"username": "your-username",
122
-
"password": {
123
-
"env": "GERRIT_HTTP_PASSWORD"
124
-
}
125
-
}
126
-
}
127
-
}
128
-
}
129
-
```
130
-
131
86
## Examples
132
87
133
88
<AccordionGroup>
@@ -204,76 +159,6 @@ Add the authenticated connection to your `config.json`:
0 commit comments