feat(bitbucket): update Bitbucket token management and add API token column to database

This commit is contained in:
Mauricio Siu
2025-09-15 23:10:50 -06:00
parent afca968853
commit b8e9602538
4 changed files with 6510 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ export const AddBitbucketProvider = () => {
<div className="mt-1 text-sm">
Manage tokens in
<Link
href="https://bitbucket.org/account/settings/"
href="https://id.atlassian.com/manage-profile/security/api-tokens"
target="_blank"
className="inline-flex items-center gap-1 ml-1"
>

View File

@@ -0,0 +1 @@
ALTER TABLE "bitbucket" ADD COLUMN "apiToken" text;

File diff suppressed because it is too large Load Diff

View File

@@ -771,6 +771,13 @@
"when": 1757052053574,
"tag": "0109_remarkable_sauron",
"breakpoints": true
},
{
"idx": 110,
"version": "7",
"when": 1757999058883,
"tag": "0110_eminent_manta",
"breakpoints": true
}
]
}