-
Notifications
You must be signed in to change notification settings - Fork 36
feat: add support for shallow cloning repos #363
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
Changes from 3 commits
0837db6
953967e
94c80b5
acd97a9
012a083
a0cb272
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,12 +38,13 @@ type ServerConfig struct { | |
OtelCollectorPort string `mapstructure:"otel-collector-port"` | ||
|
||
// vcs | ||
VcsUsername string `mapstructure:"vcs-username"` | ||
VcsEmail string `mapstructure:"vcs-email"` | ||
VcsBaseUrl string `mapstructure:"vcs-base-url"` | ||
VcsUploadUrl string `mapstructure:"vcs-upload-url"` // github enterprise upload URL | ||
VcsToken string `mapstructure:"vcs-token"` | ||
VcsType string `mapstructure:"vcs-type"` | ||
VcsUsername string `mapstructure:"vcs-username"` | ||
VcsEmail string `mapstructure:"vcs-email"` | ||
VcsBaseUrl string `mapstructure:"vcs-base-url"` | ||
VcsUploadUrl string `mapstructure:"vcs-upload-url"` // github enterprise upload URL | ||
VcsToken string `mapstructure:"vcs-token"` | ||
VcsType string `mapstructure:"vcs-type"` | ||
EnableShallowClone bool `mapstructure:"enable-shallow-clone"` | ||
|
||
|
||
//github | ||
GithubPrivateKey string `mapstructure:"github-private-key"` | ||
|
Uh oh!
There was an error while loading. Please reload this page.