-
Notifications
You must be signed in to change notification settings - Fork 43
feat: implement repo-mode #290
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
Conversation
0acb5f6
to
5d4e5ca
Compare
5d4e5ca
to
54a037e
Compare
Rebased on main and amended PR feedback, ready for round 2. |
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.
@@ -482,6 +503,26 @@ func (o *Options) Markdown() string { | |||
return sb.String() | |||
} | |||
|
|||
func (o *Options) CABundle() ([]byte, error) { |
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.
I like this approach of hanging it off Options
!
t.Run("OK", func(t *testing.T) { | ||
// 2024/08/01 13:22:08 unsupported capability: shallow | ||
// clone "http://127.0.0.1:41499": unexpected client error: unexpected requesting "http://127.0.0.1:41499/git-upload-pack" status code: 500 | ||
t.Skip("The gittest server doesn't support shallow cloning, skip for now...") |
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.
😿
(cherry picked from commit 9073748)
Fixes #218