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
"myorg/myproject/myproject", // Format: repository where project and repo share the same name
138
-
"myorg/my project/my project"// Format: spaces in project or repository names
139
-
]
140
-
141
134
// Rate limit applied when making background API requests.
142
135
"rateLimit": {
143
136
"enabled": false,
144
137
"requestsPerHour": 0
145
138
},
146
139
140
+
// An array of repository "org/project/repo" strings specifying which Azure DevOps repositories to mirror on Sourcegraph. If both 'repos' and 'projects' or 'orgs' are specified, the union of both sets will be synced.
141
+
// Other example values:
142
+
// - [
143
+
// "myorg/myproject/myrepo"
144
+
// ]
145
+
// - [
146
+
// "myorg/my project/myrepo",
147
+
// "myorg/anotherproject/anotherrepo"
148
+
// ]
149
+
"repos": null,
150
+
147
151
// The pattern used to generate the corresponding Sourcegraph repository name for a Azure DevOps repository.
148
152
// - "{host}" is replaced with the Azure DevOps URL's host (such as dev.azure.com)
149
153
// - "{orgName}" is replaced with the repository's parent projects owning organization (or collection on DevOps server)
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
116
-
{/* Last updated: 2026-03-30T11:57:12Z*/}
116
+
{/* Last updated: 2026-04-10T22:24:46Z*/}
117
117
```json
118
118
{
119
119
// If non-null, enforces Gerrit repository permissions. This requires that there is an item in the [site configuration json](https://sourcegraph.com/docs/admin/config/site_config#auth-providers) `auth.providers` field, of type "gerrit" with the same `url` field as specified in this `GerritConnection`.
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
192
-
{/* Last updated: 2026-03-30T11:57:12Z*/}
192
+
{/* Last updated: 2026-04-10T22:24:46Z*/}
193
193
```json
194
194
{
195
195
// If non-null, enforces GitLab repository permissions. This requires that there be an item in the `auth.providers` field of type "gitlab" with the same `url` field as specified in this `GitLabConnection`.
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
71
-
{/* Last updated: 2026-03-30T11:57:12Z*/}
71
+
{/* Last updated: 2026-04-10T22:24:46Z*/}
72
72
```json
73
73
{
74
74
// A list of repositories to never mirror by name after applying repositoryPathPattern. Supports excluding by exact name ({"name": "myrepo"}) or regular expression ({"pattern": ".*secret.*"}).
0 commit comments