Skip to content

fix(createBranch): preserve user-provided title and path when autoSync is enabled#661

Open
mlewandowski904 wants to merge 3 commits intomasterfrom
fix/auto-sync-path-override
Open

fix(createBranch): preserve user-provided title and path when autoSync is enabled#661
mlewandowski904 wants to merge 3 commits intomasterfrom
fix/auto-sync-path-override

Conversation

@mlewandowski904
Copy link
Contributor

Ticket

#659

Summary

  • Fixed a bug in commonService createBranch where user-provided path and title
    were silently overwritten by auto-generated values whenever autoSync was set to true,
    even when the user had explicitly set them
  • Aligns backend behavior with the existing frontend logic, which already preserved user-provided path

@mlewandowski904 mlewandowski904 added the bug Something isn't working label Mar 17, 2026
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.74%. Comparing base (1e287dd) to head (9eea70d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #661      +/-   ##
==========================================
+ Coverage   83.43%   87.74%   +4.30%     
==========================================
  Files          25       27       +2     
  Lines         477      677     +200     
  Branches       85      147      +62     
==========================================
+ Hits          398      594     +196     
- Misses         78       82       +4     
  Partials        1        1              
Flag Coverage Δ
unittest 87.74% <100.00%> (+4.30%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants