Skip to content

Handle missing git user.email config #375

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

Merged
merged 5 commits into from
May 23, 2025
Merged

Conversation

ghengeveld
Copy link
Member

@ghengeveld ghengeveld commented May 21, 2025

Fixes #352

Adds a screen to handle a missing Git user email:

Screenshot 2025-05-23 at 13 51 56

Version

Published prerelease version: v4.0.0-next.8

Changelog

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to next

Authors: 5

@ghengeveld ghengeveld requested a review from yannbf May 21, 2025 14:43
@ghengeveld ghengeveld added skip-release Auto: Preserve the current version when merged minor Auto: Increment the minor version when merged labels May 21, 2025
Copy link

codecov bot commented May 22, 2025

Codecov Report

Attention: Patch coverage is 0% with 81 lines in your changes missing coverage. Please review.

Project coverage is 6.01%. Comparing base (eb6f302) to head (c7f7c27).
Report is 6 commits behind head on next.

Files with missing lines Patch % Lines
src/screens/Errors/GitError.tsx 0.00% 68 Missing ⚠️
src/screens/Errors/GitError.stories.tsx 0.00% 13 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            next    #375      +/-   ##
========================================
- Coverage   6.03%   6.01%   -0.02%     
========================================
  Files        170     170              
  Lines      14226   14256      +30     
  Branches     303     303              
========================================
  Hits         858     858              
- Misses     13286   13316      +30     
  Partials      82      82              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ghengeveld ghengeveld merged commit a4cb716 into next May 23, 2025
7 of 9 checks passed
@ghengeveld ghengeveld deleted the handle-missing-git-email branch May 23, 2025 11:50
@ghengeveld ghengeveld added release Auto: Create a `latest` release when merged and removed skip-release Auto: Preserve the current version when merged labels May 23, 2025
@ghengeveld
Copy link
Member Author

🚀 PR was released in v4.0.0-next.8 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Auto: Increment the minor version when merged prerelease release Auto: Create a `latest` release when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Git not detected" when running Storybook in Docker
2 participants