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
Copy file name to clipboardExpand all lines: docs/snippets/schemas/v3/index.schema.mdx
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,13 @@
92
92
]
93
93
]
94
94
},
95
+
"includeConnections": {
96
+
"type": "array",
97
+
"description": "List of connections to include in the search context.",
98
+
"items": {
99
+
"type": "string"
100
+
}
101
+
},
95
102
"exclude": {
96
103
"type": "array",
97
104
"description": "List of repositories to exclude from the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.",
@@ -105,14 +112,18 @@
105
112
]
106
113
]
107
114
},
115
+
"excludeConnections": {
116
+
"type": "array",
117
+
"description": "List of connections to exclude from the search context.",
118
+
"items": {
119
+
"type": "string"
120
+
}
121
+
},
108
122
"description": {
109
123
"type": "string",
110
124
"description": "Optional description of the search context that surfaces in the UI."
111
125
}
112
126
},
113
-
"required": [
114
-
"include"
115
-
],
116
127
"additionalProperties": false
117
128
}
118
129
},
@@ -211,6 +222,13 @@
211
222
]
212
223
]
213
224
},
225
+
"includeConnections": {
226
+
"type": "array",
227
+
"description": "List of connections to include in the search context.",
228
+
"items": {
229
+
"type": "string"
230
+
}
231
+
},
214
232
"exclude": {
215
233
"type": "array",
216
234
"description": "List of repositories to exclude from the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.",
@@ -224,14 +242,18 @@
224
242
]
225
243
]
226
244
},
245
+
"excludeConnections": {
246
+
"type": "array",
247
+
"description": "List of connections to exclude from the search context.",
248
+
"items": {
249
+
"type": "string"
250
+
}
251
+
},
227
252
"description": {
228
253
"type": "string",
229
254
"description": "Optional description of the search context that surfaces in the UI."
Copy file name to clipboardExpand all lines: docs/snippets/schemas/v3/searchContext.schema.mdx
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,13 @@
19
19
]
20
20
]
21
21
},
22
+
"includeConnections": {
23
+
"type": "array",
24
+
"description": "List of connections to include in the search context.",
25
+
"items": {
26
+
"type": "string"
27
+
}
28
+
},
22
29
"exclude": {
23
30
"type": "array",
24
31
"description": "List of repositories to exclude from the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.",
@@ -32,14 +39,18 @@
32
39
]
33
40
]
34
41
},
42
+
"excludeConnections": {
43
+
"type": "array",
44
+
"description": "List of connections to exclude from the search context.",
45
+
"items": {
46
+
"type": "string"
47
+
}
48
+
},
35
49
"description": {
36
50
"type": "string",
37
51
"description": "Optional description of the search context that surfaces in the UI."
Copy file name to clipboardExpand all lines: packages/schemas/src/v3/index.schema.ts
+28-6Lines changed: 28 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,13 @@ const schema = {
91
91
]
92
92
]
93
93
},
94
+
"includeConnections": {
95
+
"type": "array",
96
+
"description": "List of connections to include in the search context.",
97
+
"items": {
98
+
"type": "string"
99
+
}
100
+
},
94
101
"exclude": {
95
102
"type": "array",
96
103
"description": "List of repositories to exclude from the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.",
@@ -104,14 +111,18 @@ const schema = {
104
111
]
105
112
]
106
113
},
114
+
"excludeConnections": {
115
+
"type": "array",
116
+
"description": "List of connections to exclude from the search context.",
117
+
"items": {
118
+
"type": "string"
119
+
}
120
+
},
107
121
"description": {
108
122
"type": "string",
109
123
"description": "Optional description of the search context that surfaces in the UI."
110
124
}
111
125
},
112
-
"required": [
113
-
"include"
114
-
],
115
126
"additionalProperties": false
116
127
}
117
128
},
@@ -210,6 +221,13 @@ const schema = {
210
221
]
211
222
]
212
223
},
224
+
"includeConnections": {
225
+
"type": "array",
226
+
"description": "List of connections to include in the search context.",
227
+
"items": {
228
+
"type": "string"
229
+
}
230
+
},
213
231
"exclude": {
214
232
"type": "array",
215
233
"description": "List of repositories to exclude from the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.",
@@ -223,14 +241,18 @@ const schema = {
223
241
]
224
242
]
225
243
},
244
+
"excludeConnections": {
245
+
"type": "array",
246
+
"description": "List of connections to exclude from the search context.",
247
+
"items": {
248
+
"type": "string"
249
+
}
250
+
},
226
251
"description": {
227
252
"type": "string",
228
253
"description": "Optional description of the search context that surfaces in the UI."
* List of repositories to include in the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.
116
116
*/
117
-
include: string[];
117
+
include?: string[];
118
+
/**
119
+
* List of connections to include in the search context.
120
+
*/
121
+
includeConnections?: string[];
118
122
/**
119
123
* List of repositories to exclude from the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.
120
124
*/
121
125
exclude?: string[];
126
+
/**
127
+
* List of connections to exclude from the search context.
128
+
*/
129
+
excludeConnections?: string[];
122
130
/**
123
131
* Optional description of the search context that surfaces in the UI.
Copy file name to clipboardExpand all lines: packages/schemas/src/v3/searchContext.schema.ts
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ const schema = {
18
18
]
19
19
]
20
20
},
21
+
"includeConnections": {
22
+
"type": "array",
23
+
"description": "List of connections to include in the search context.",
24
+
"items": {
25
+
"type": "string"
26
+
}
27
+
},
21
28
"exclude": {
22
29
"type": "array",
23
30
"description": "List of repositories to exclude from the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.",
@@ -31,14 +38,18 @@ const schema = {
31
38
]
32
39
]
33
40
},
41
+
"excludeConnections": {
42
+
"type": "array",
43
+
"description": "List of connections to exclude from the search context.",
44
+
"items": {
45
+
"type": "string"
46
+
}
47
+
},
34
48
"description": {
35
49
"type": "string",
36
50
"description": "Optional description of the search context that surfaces in the UI."
* List of repositories to include in the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.
9
9
*/
10
-
include: string[];
10
+
include?: string[];
11
+
/**
12
+
* List of connections to include in the search context.
13
+
*/
14
+
includeConnections?: string[];
11
15
/**
12
16
* List of repositories to exclude from the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.
13
17
*/
14
18
exclude?: string[];
19
+
/**
20
+
* List of connections to exclude from the search context.
21
+
*/
22
+
excludeConnections?: string[];
15
23
/**
16
24
* Optional description of the search context that surfaces in the UI.
Copy file name to clipboardExpand all lines: schemas/v3/searchContext.json
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@
17
17
]
18
18
]
19
19
},
20
+
"includeConnections": {
21
+
"type": "array",
22
+
"description": "List of connections to include in the search context.",
23
+
"items": {
24
+
"type": "string"
25
+
}
26
+
},
20
27
"exclude": {
21
28
"type": "array",
22
29
"description": "List of repositories to exclude from the search context. Expected to be formatted as a URL without any leading http(s):// prefix (e.g., 'github.com/sourcebot-dev/sourcebot'). Glob patterns are supported.",
@@ -30,13 +37,17 @@
30
37
]
31
38
]
32
39
},
40
+
"excludeConnections": {
41
+
"type": "array",
42
+
"description": "List of connections to exclude from the search context.",
43
+
"items": {
44
+
"type": "string"
45
+
}
46
+
},
33
47
"description": {
34
48
"type": "string",
35
49
"description": "Optional description of the search context that surfaces in the UI."
0 commit comments