mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
* initial ado pol * add support for ado logo * default to main instead of HEAD when generating file url * bump zoekt * fix(web) Fix "At least one project, user, or group must be specified" for GitLab configs in web configurator (#512) * feat(ask_sb): Fallback on fromNodeProviderChain if access key or sessionToken are not provided (#513) * Quote branches argument in zoekt.ts to fix Pipe (#506) * remove connections settings page * fix styling and remove additional components * add changelog * add docs * fix build error * bump zoekt * fix broken links for ado docs * fix HEAD support for ado * changelog --------- Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com> Co-authored-by: Michael Dekoski <michaeldekoski@gmail.com>
27 lines
No EOL
528 B
JSON
27 lines
No EOL
528 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "ConnectionConfig",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "./github.json"
|
|
},
|
|
{
|
|
"$ref": "./gitlab.json"
|
|
},
|
|
{
|
|
"$ref": "./gitea.json"
|
|
},
|
|
{
|
|
"$ref": "./gerrit.json"
|
|
},
|
|
{
|
|
"$ref": "./bitbucket.json"
|
|
},
|
|
{
|
|
"$ref": "./azuredevops.json"
|
|
},
|
|
{
|
|
"$ref": "./genericGitHost.json"
|
|
}
|
|
]
|
|
} |