Commit 12197e3
fix(backend): strip /browse suffix from Bitbucket Server webUrl (#877)
* fix(backend): strip /browse suffix from Bitbucket Server webUrl
Bitbucket Server's API returns a self link that includes `/browse` at
the end. This caused duplicate `/browse` segments when constructing
file URLs and incorrect paths for commit URLs.
Fixes #876
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs: add changelog entry for Bitbucket Server URL fix
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs: add branch naming and PR conventions to CLAUDE.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs: add changelog update step to PR conventions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs: clarify MCP changelog location
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent c402b63 commit 12197e3
File tree
3 files changed
+27
-1
lines changed- packages/backend/src
3 files changed
+27
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
447 | 452 | | |
448 | 453 | | |
449 | 454 | | |
| |||
0 commit comments