-
Notifications
You must be signed in to change notification settings - Fork 731
[WIP] gitbutler tui #11580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Copilot
wants to merge
1
commit into
master
Choose a base branch
from
copilot/rewrite-pr-with-new-but-api
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[WIP] gitbutler tui #11580
+5,688
−28
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Copilot stopped work on behalf of
schacon due to an error
December 18, 2025 09:45
f1e79f5 to
645b218
Compare
Comment on lines
63
to
82
| generate-ts-definitions: | ||
| needs: changes | ||
| if: ${{ needs.changes.outputs.node == 'true' || needs.changes.outputs.rust == 'true' }} | ||
| runs-on: ubuntu-latest | ||
| env: | ||
| CARGO_TERM_COLOR: always | ||
| steps: | ||
| - uses: actions/checkout@v6 | ||
| with: | ||
| persist-credentials: false | ||
| - name: Rust Cache | ||
| uses: Swatinem/rust-cache@v2.8.2 | ||
| with: | ||
| shared-key: ts-def-gen | ||
| save-if: ${{ github.ref == 'refs/heads/master' }} | ||
| # Node is needed for the formatting of typescript files. | ||
| - uses: ./.github/actions/init-env-node | ||
| - name: Dependencies for 'keyring' | ||
| run: sudo ./scripts/install-minimal-debian-dependencies.sh | ||
| - run: ./scripts/generate-ts-definitions-from-rust.sh |
Check warning
Code scanning / zizmor
overly broad permissions Warning
overly broad permissions
9be65e7 to
9cac379
Compare
02e5c9a to
e6f213e
Compare
e6f213e to
3f7166d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@gitbutler/desktop
@gitbutler/no-relative-imports
@gitbutler/ui
@gitbutler/web
rust
Pull requests that update Rust code
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.
Rewrite Lazy TUI to Use New But APIs
Completed
but_api::legacyinstead of directgitbutler_*importsCommandContextwithbut_ctx::ContextthroughoutContext::new_from_legacy_project)load_from_default_path_creating_without_customizationcrosstermandratatuidependencies to but crateFileAssignment::from_assignmentsto useIdMapparameterstatus::assignment(nowcommand::legacy::status::assignment)Lazycommand to CLI argsTODO/Known Issues
get_commit_changesis stubbed - needs implementation usingbut-core's commit change APIsChanges Made
The lazy TUI has been updated to work with the current master branch APIs:
but_ctx::Contextinstead of the removedCommandContextbut_api::legacynamespaceOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.