Skip to content

feat: Add Git auth for GitHub, GitLab, Azure DevOps, and BitBucket #4670

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 22 commits into from
Oct 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update typesgen
  • Loading branch information
kylecarbs committed Oct 20, 2022
commit f86e26aef04a3200060a69e43c7258d27cdce66b
7 changes: 4 additions & 3 deletions site/src/api/typesGenerated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface AddLicenseRequest {
readonly license: string
}

// From codersdk/gitauth.go
// From codersdk/gitsshkey.go
export interface AgentGitSSHKey {
readonly public_key: string
readonly private_key: string
Expand Down Expand Up @@ -282,6 +282,7 @@ export interface DeploymentFlags {
readonly prom_address: StringFlag
readonly pprof_enabled: BoolFlag
readonly pprof_address: StringFlag
readonly config_path: StringFlag
readonly cache_dir: StringFlag
readonly in_memory_database: BoolFlag
readonly provisioner_daemon_count: IntFlag
Expand Down Expand Up @@ -363,7 +364,7 @@ export interface GetAppHostResponse {
readonly host: string
}

// From codersdk/gitauth.go
// From codersdk/gitsshkey.go
export interface GitSSHKey {
readonly user_id: string
readonly created_at: string
Expand Down Expand Up @@ -784,7 +785,7 @@ export interface WorkspaceAgent {
readonly latency?: Record<string, DERPRegion>
}

// From codersdk/gitauth.go
// From codersdk/workspaceagents.go
export interface WorkspaceAgentGitAuthResponse {
readonly username: string
readonly password: string
Expand Down