| Type |
New Feature
|
| Priority |
Blocker
|
| Assignee | |
| Version |
none
|
| Sprints |
n/a
|
| Customer |
n/a
|
Issue Votes (0)
| Type |
New Feature
|
| Priority |
Blocker
|
| Assignee | |
| Version |
none
|
| Sprints |
n/a
|
| Customer |
n/a
|
Summary
Pull Request workflow implements all steps except actual merge in backend. The merge is currently stubbed and returns HTTP 501 (Not Implemented).
Sztab backend and UI correctly invoke merge, enforce authorization and approval rules, but Sztabina does not yet perform the actual Git merge.
Current Behavior
POST /api/pullrequests/{id}/mergeGitManipulationClient.mergeByUrl(...)“Merge is not implemented yet”
This behavior is intentional and correct for now.
Expected Behavior
base= target branchhead= source branchMERGEDScope of Work
1. Sztabina – Git Merge Implementation
2. Sztabina – API Endpoint
3. Backend – Error Translation (Minor)
4. Tests
Out of Scope
Worklog (Planned)
Notes