Skip to content

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

Merged
cyp3rius merged 3 commits intomasterfrom
fix/auto-sync-path-override
Mar 31, 2026
Merged

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

Conversation

@mlewandowski904
Copy link
Copy Markdown
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
Copy Markdown

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).
⚠️ Report is 1 commits behind head on master.

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.

@cyp3rius cyp3rius merged commit 60985a4 into master Mar 31, 2026
3 checks passed
@cyp3rius cyp3rius deleted the fix/auto-sync-path-override branch March 31, 2026 16:47
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