Add git butler support back-049#671
Open
woss wants to merge 3 commits into
Open
Conversation
- Add gitbutler config (mode: enabled/disabled) to BacklogConfig - Add virtual-branch source type and virtualBranch field to Task interface - Create GitButlerOperations wrapper with branch/staging/commit operations - Implement adapter pattern (GitAdapter vs GitButlerAdapter) - Integrate virtual branch task loading into Core - Add --virtual-branch CLI flag for task create - Update UI components to show virtual branch indicators BACK-409 - Finalize config changes BACK-409 - Simplify gitbutler config to boolean BACK-409 - Update task acceptance criteria and mark all complete BACK-409 - Wire up GitAdapter for seamless Git/GitButler switching BACK-409 - Mark autoCommit AC as complete BACK-409 - Fix GitButlerAdapter to use but stage and but commit Reorder tasks in To Do Reorder tasks in In Progress Fix GitButlerAdapterImpl commitChanges to not use listFilesInTree with empty string Fix GitButler stageFiles to use 'but add .' to avoid CLI argument limits Ensure correct Git adapter is always created in ensureConfigLoaded Reorder tasks in In Progress Reorder tasks in To Do Update task BACK-409 Update task BACK-409 Update task BACK-409 Update task BACK-409 Parse gitbutler config option from config file Ensure correct Git adapter is used for all git-modifying methods Fix completeTask to use correct Git adapter for GitButler Fix loadTasks to use correct Git adapter for GitButler Fix updateTasksBulk to use correct Git adapter for GitButler Add getBranchLastModifiedMap method to GitAdapter interface Fix reorderTask to use correct Git adapter for GitButler Fix GitAdapter to support commitChanges method for GitButler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Briefly explain the purpose of this pull request.
Related Tasks
List task IDs this PR closes, e.g.
closes back-049.Task Checklist
backlog/tasks/Testing
Install gitbutler and use this software. Adding to the AGENTS.md that the agents should use backlog for task management, backlog mcp will know to use git or but. Also need to change the config to enable the but integration.