Skip to content
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

Add an undo button to the git panel #24593

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Add an undo button to the git panel #24593

wants to merge 17 commits into from

Conversation

mikayla-maki
Copy link
Contributor

Also prep infrastructure for pushing a commit

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Feb 11, 2025
Copy link

github-actions bot commented Feb 11, 2025

Squawk Report

✅ 0 violations across 2 file(s)


crates/collab/migrations/20250210223746_add_branch_summary.sql

ALTER TABLE worktree_repositories
ADD COLUMN worktree_repositories VARCHAR NULL;

✅ Rule Violations (0)

No violations found.


crates/collab/migrations/20250212060936_add_worktree_branch_summary.sql

ALTER TABLE worktree_repositories ADD COLUMN branch_summary TEXT NULL;

✅ Rule Violations (0)

No violations found.


📚 More info on rules

⚡️ Powered by Squawk (0.26.0), a linter for PostgreSQL, focused on migrations

@ConradIrwin ConradIrwin marked this pull request as ready for review February 12, 2025 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants