-
Notifications
You must be signed in to change notification settings - Fork 42.4k
feat(core): Add HTTPS protocol support for repository connections #18250
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cubic analysis
No issues found across 1 file. Review in cubic
e4becd5
to
3d466cc
Compare
Claude finished @idirouhab's task —— View job Code Review: HTTPS Protocol Support for Repository ConnectionsReviewing the implementation of HTTPS support for Git repository connections in Source Control. Todo List:
✅ Overall Assessment: Excellent ImplementationThis PR delivers a high-quality, secure implementation of HTTPS support for Git repositories. The code follows n8n's established patterns and maintains security best practices throughout. Backend Analysis - ✅ Strong ImplementationKey Changes:
Positive Aspects:
Frontend Analysis - ✅ Well-Designed UXKey Changes:
Positive Aspects:
Test Coverage Analysis - ✅ ComprehensiveTest Files Added:
Positive Aspects:
Security Analysis - ✅ Excellent Security PostureSecurity Strengths:
Minor Suggestions
ConclusionThis PR is ready to merge. It demonstrates:
The implementation successfully addresses the community request while maintaining the security and reliability standards expected in enterprise software. Recommendation: ✅ APPROVE |
b5ae382
to
c41ac61
Compare
BundleMonUnchanged files (2)
No change in files bundle size Groups updated (2)
Final result: ✅ View report in BundleMon website ➡️ |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
c2bbebd
to
f1c5a48
Compare
3d70a72
to
4ad65d1
Compare
Summary
This PR adds backend support for connecting to Git repositories via HTTPS (in addition to SSH) in the Source Control functionality.
It allows n8n instances to authenticate and interact with Git providers using HTTPS URLs, supporting environments where SSH is not available or permitted.
How to test:
(Attach logs or screenshots if possible to demonstrate successful HTTPS connection flow.)
Related Linear tickets, Github issues, and Community forum posts