Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: allow terraform & echo built-in provisioners#13121

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Emyrk merged 17 commits intomainfromstevenmasley/mem_provisioner
May 3, 2024
Merged
Changes from1 commit
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
a6a9a03
chore: allow terraform & echo built-in provisioners
EmyrkMay 1, 2024
80960cc
make gen
EmyrkMay 1, 2024
d151b48
add icon to health provisioner page for prov type
EmyrkMay 1, 2024
e7fea3f
update golden files
EmyrkMay 1, 2024
a56a4c6
default to 10 echo provisioners and 0 terraform
EmyrkMay 1, 2024
87ad0a0
fixup! default to 10 echo provisioners and 0 terraform
EmyrkMay 1, 2024
23ef0f2
fixup tests
EmyrkMay 1, 2024
540377b
update golden files
EmyrkMay 1, 2024
2a2c4b8
fixup comment
EmyrkMay 1, 2024
52514d6
fixup! fixup comment
EmyrkMay 1, 2024
0c3884d
builtin provisioner supporting multiple types
EmyrkMay 2, 2024
0c08115
update e2e
EmyrkMay 2, 2024
d1f82a8
make gen
EmyrkMay 2, 2024
3f652c3
fixup options
EmyrkMay 2, 2024
672979b
update golden files
EmyrkMay 2, 2024
57f081c
remove ui pills for provisioners on health page
EmyrkMay 2, 2024
487f0a8
remove unused import
EmyrkMay 2, 2024
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
PrevPrevious commit
NextNext commit
fixup! fixup comment
  • Loading branch information
@Emyrk
Emyrk committedMay 2, 2024
commit52514d656d8050ab8388ac60ac5eb7448f4b6ebc
2 changes: 1 addition & 1 deletioncli/server.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -952,7 +952,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
for i := int64(0); i < vals.Provisioner.DaemonsTerraform.Value(); i++ {
daemons = append(daemons, codersdk.ProvisionerTypeTerraform)
}
for i := int64(0); i < vals.Provisioner.DaemonsTerraform.Value(); i++ {
for i := int64(0); i < vals.Provisioner.DaemonsEcho.Value(); i++ {
daemons = append(daemons, codersdk.ProvisionerTypeEcho)
}

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp