feat: split integrations.bitbucket -> bitbucketCloud / bitbucketServer
Split `integrations.bitbucket` into `integrations.bitbucketCloud` and `integrations.bitbucketServer` while staying backwards compatible for now (== `BitbucketIntegration` loads from the new configs, too, if the old is not used). Relates-to: #9923 Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
@@ -53,6 +53,14 @@ export const DevPage = () => {
|
||||
Bitbucket
|
||||
</Typography>
|
||||
<Integrations group={integrations.bitbucket} />
|
||||
<Typography paragraph variant="h2">
|
||||
Bitbucket Cloud
|
||||
</Typography>
|
||||
<Integrations group={integrations.bitbucketCloud} />
|
||||
<Typography paragraph variant="h2">
|
||||
Bitbucket Server
|
||||
</Typography>
|
||||
<Integrations group={integrations.bitbucketServer} />
|
||||
<Typography paragraph variant="h2">
|
||||
GitHub
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user