Skip to content

feat: Support creation of a git branch from another branch#215

Merged
MykolaMarusenko merged 1 commit into
masterfrom
feat/214
Jun 17, 2025
Merged

feat: Support creation of a git branch from another branch#215
MykolaMarusenko merged 1 commit into
masterfrom
feat/214

Conversation

@zmotso

@zmotso zmotso commented Jun 17, 2025

Copy link
Copy Markdown
Member

Pull Request Template

Description

Add support for using branch names in CodebaseBranch.spec.fromCommit field.

Fixes #214

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which improves an existing feature or documentation)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

How Has This Been Tested?

  • Unit tests
  • Manually

Checklist:

  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Pull Request contains one commit. I squash my commits.

@zmotso zmotso self-assigned this Jun 17, 2025
@zmotso zmotso requested a review from a team as a code owner June 17, 2025 13:12
@zmotso zmotso added the feature label Jun 17, 2025
Add support for using branch names in
CodebaseBranch.spec.fromCommit field.
@MykolaMarusenko MykolaMarusenko merged commit 2df1b40 into master Jun 17, 2025
3 checks passed
@MykolaMarusenko MykolaMarusenko deleted the feat/214 branch June 17, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Extend Codebase Operator: Enable New Branch Creation from Another Branch (Not Just Specific Commit)

2 participants