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**
78
+
3. Copy the generated password (this is your HTTP password)
102
79
103
80
<Note>
104
-
**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.
81
+
**Special Characters**: If your HTTP password contains special characters like `/`, `+`, or `=`, Sourcebot automatically handles URL encoding for git operations.
105
82
</Note>
106
83
107
-
### Step 4: Configure Sourcebot
108
-
109
-
Add the authenticated connection to your `config.json`:
110
-
111
-
```json
112
-
{
113
-
"connections": {
114
-
"my-gerrit": {
115
-
"type": "gerrit",
116
-
"url": "https://gerrit.example.com",
117
-
"projects": ["project-name"],
118
-
"auth": {
119
-
"username": "your-username",
120
-
"password": {
121
-
"env": "GERRIT_HTTP_PASSWORD"
122
-
}
123
-
}
124
-
}
125
-
}
126
-
}
127
-
```
128
-
129
84
## Examples
130
85
131
86
<AccordionGroup>
@@ -202,76 +157,6 @@ Add the authenticated connection to your `config.json`:
0 commit comments