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

Commit with GPG Signing #8

Merged
merged 6 commits into from
Jan 22, 2025
Merged

Commit with GPG Signing #8

merged 6 commits into from
Jan 22, 2025

Conversation

kics223w1
Copy link
Owner

Description

Add support for GPG-signed commits.

Ticket

Changelogs

  • Implement logic for GPG-signed commits in src/main/services/commit-service.ts.

How to Test

Test Case 1: Verify GPG-Signed Commit Workflow

  1. Make changes to one or more files in the project.
  2. Navigate to CommitView.
  3. Click on the GPG Commit button.
  4. Confirm that the GPG Key Input Dialog is displayed.
  5. Enter your GPG key when prompted and proceed with the commit process.
  6. Verify that the resulting commit is GPG-signed by:
    • Running git log --show-signature in the terminal.
    • Ensuring the commit has a valid GPG signature.

@kics223w1 kics223w1 self-assigned this Jan 22, 2025
@kics223w1 kics223w1 added the enhancement New feature or request label Jan 22, 2025
@kics223w1 kics223w1 merged commit 2136ff3 into master Jan 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant