|
|
|
@@ -13805,7 +13805,7 @@ func (q *sqlQuerier) GetTemplateAverageBuildTime(ctx context.Context, templateID
|
|
|
|
|
|
|
|
|
|
const getTemplateByID = `-- name: GetTemplateByID :one
|
|
|
|
|
SELECT
|
|
|
|
|
id, created_at, updated_at, organization_id, deleted, name, provisioner, active_version_id, description, default_ttl, created_by, icon, user_acl, group_acl, display_name, allow_user_cancel_workspace_jobs, allow_user_autostart, allow_user_autostop, failure_ttl, time_til_dormant, time_til_dormant_autodelete, autostop_requirement_days_of_week, autostop_requirement_weeks, autostart_block_days_of_week, require_active_version, deprecated, activity_bump, max_port_sharing_level, use_classic_parameter_flow, cors_behavior, use_terraform_workspace_cache, created_by_avatar_url, created_by_username, created_by_name, organization_name, organization_display_name, organization_icon
|
|
|
|
|
id, created_at, updated_at, organization_id, deleted, name, provisioner, active_version_id, description, default_ttl, created_by, icon, user_acl, group_acl, display_name, allow_user_cancel_workspace_jobs, allow_user_autostart, allow_user_autostop, failure_ttl, time_til_dormant, time_til_dormant_autodelete, autostop_requirement_days_of_week, autostop_requirement_weeks, autostart_block_days_of_week, require_active_version, deprecated, activity_bump, max_port_sharing_level, use_classic_parameter_flow, cors_behavior, created_by_avatar_url, created_by_username, created_by_name, organization_name, organization_display_name, organization_icon
|
|
|
|
|
FROM
|
|
|
|
|
template_with_names
|
|
|
|
|
WHERE
|
|
|
|
@@ -13848,7 +13848,6 @@ func (q *sqlQuerier) GetTemplateByID(ctx context.Context, id uuid.UUID) (Templat
|
|
|
|
|
&i.MaxPortSharingLevel,
|
|
|
|
|
&i.UseClassicParameterFlow,
|
|
|
|
|
&i.CorsBehavior,
|
|
|
|
|
&i.UseTerraformWorkspaceCache,
|
|
|
|
|
&i.CreatedByAvatarURL,
|
|
|
|
|
&i.CreatedByUsername,
|
|
|
|
|
&i.CreatedByName,
|
|
|
|
@@ -13861,7 +13860,7 @@ func (q *sqlQuerier) GetTemplateByID(ctx context.Context, id uuid.UUID) (Templat
|
|
|
|
|
|
|
|
|
|
const getTemplateByOrganizationAndName = `-- name: GetTemplateByOrganizationAndName :one
|
|
|
|
|
SELECT
|
|
|
|
|
id, created_at, updated_at, organization_id, deleted, name, provisioner, active_version_id, description, default_ttl, created_by, icon, user_acl, group_acl, display_name, allow_user_cancel_workspace_jobs, allow_user_autostart, allow_user_autostop, failure_ttl, time_til_dormant, time_til_dormant_autodelete, autostop_requirement_days_of_week, autostop_requirement_weeks, autostart_block_days_of_week, require_active_version, deprecated, activity_bump, max_port_sharing_level, use_classic_parameter_flow, cors_behavior, use_terraform_workspace_cache, created_by_avatar_url, created_by_username, created_by_name, organization_name, organization_display_name, organization_icon
|
|
|
|
|
id, created_at, updated_at, organization_id, deleted, name, provisioner, active_version_id, description, default_ttl, created_by, icon, user_acl, group_acl, display_name, allow_user_cancel_workspace_jobs, allow_user_autostart, allow_user_autostop, failure_ttl, time_til_dormant, time_til_dormant_autodelete, autostop_requirement_days_of_week, autostop_requirement_weeks, autostart_block_days_of_week, require_active_version, deprecated, activity_bump, max_port_sharing_level, use_classic_parameter_flow, cors_behavior, created_by_avatar_url, created_by_username, created_by_name, organization_name, organization_display_name, organization_icon
|
|
|
|
|
FROM
|
|
|
|
|
template_with_names AS templates
|
|
|
|
|
WHERE
|
|
|
|
@@ -13912,7 +13911,6 @@ func (q *sqlQuerier) GetTemplateByOrganizationAndName(ctx context.Context, arg G
|
|
|
|
|
&i.MaxPortSharingLevel,
|
|
|
|
|
&i.UseClassicParameterFlow,
|
|
|
|
|
&i.CorsBehavior,
|
|
|
|
|
&i.UseTerraformWorkspaceCache,
|
|
|
|
|
&i.CreatedByAvatarURL,
|
|
|
|
|
&i.CreatedByUsername,
|
|
|
|
|
&i.CreatedByName,
|
|
|
|
@@ -13924,7 +13922,7 @@ func (q *sqlQuerier) GetTemplateByOrganizationAndName(ctx context.Context, arg G
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const getTemplates = `-- name: GetTemplates :many
|
|
|
|
|
SELECT id, created_at, updated_at, organization_id, deleted, name, provisioner, active_version_id, description, default_ttl, created_by, icon, user_acl, group_acl, display_name, allow_user_cancel_workspace_jobs, allow_user_autostart, allow_user_autostop, failure_ttl, time_til_dormant, time_til_dormant_autodelete, autostop_requirement_days_of_week, autostop_requirement_weeks, autostart_block_days_of_week, require_active_version, deprecated, activity_bump, max_port_sharing_level, use_classic_parameter_flow, cors_behavior, use_terraform_workspace_cache, created_by_avatar_url, created_by_username, created_by_name, organization_name, organization_display_name, organization_icon FROM template_with_names AS templates
|
|
|
|
|
SELECT id, created_at, updated_at, organization_id, deleted, name, provisioner, active_version_id, description, default_ttl, created_by, icon, user_acl, group_acl, display_name, allow_user_cancel_workspace_jobs, allow_user_autostart, allow_user_autostop, failure_ttl, time_til_dormant, time_til_dormant_autodelete, autostop_requirement_days_of_week, autostop_requirement_weeks, autostart_block_days_of_week, require_active_version, deprecated, activity_bump, max_port_sharing_level, use_classic_parameter_flow, cors_behavior, created_by_avatar_url, created_by_username, created_by_name, organization_name, organization_display_name, organization_icon FROM template_with_names AS templates
|
|
|
|
|
ORDER BY (name, id) ASC
|
|
|
|
|
`
|
|
|
|
|
|
|
|
|
@@ -13968,7 +13966,6 @@ func (q *sqlQuerier) GetTemplates(ctx context.Context) ([]Template, error) {
|
|
|
|
|
&i.MaxPortSharingLevel,
|
|
|
|
|
&i.UseClassicParameterFlow,
|
|
|
|
|
&i.CorsBehavior,
|
|
|
|
|
&i.UseTerraformWorkspaceCache,
|
|
|
|
|
&i.CreatedByAvatarURL,
|
|
|
|
|
&i.CreatedByUsername,
|
|
|
|
|
&i.CreatedByName,
|
|
|
|
@@ -13991,7 +13988,7 @@ func (q *sqlQuerier) GetTemplates(ctx context.Context) ([]Template, error) {
|
|
|
|
|
|
|
|
|
|
const getTemplatesWithFilter = `-- name: GetTemplatesWithFilter :many
|
|
|
|
|
SELECT
|
|
|
|
|
t.id, t.created_at, t.updated_at, t.organization_id, t.deleted, t.name, t.provisioner, t.active_version_id, t.description, t.default_ttl, t.created_by, t.icon, t.user_acl, t.group_acl, t.display_name, t.allow_user_cancel_workspace_jobs, t.allow_user_autostart, t.allow_user_autostop, t.failure_ttl, t.time_til_dormant, t.time_til_dormant_autodelete, t.autostop_requirement_days_of_week, t.autostop_requirement_weeks, t.autostart_block_days_of_week, t.require_active_version, t.deprecated, t.activity_bump, t.max_port_sharing_level, t.use_classic_parameter_flow, t.cors_behavior, t.use_terraform_workspace_cache, t.created_by_avatar_url, t.created_by_username, t.created_by_name, t.organization_name, t.organization_display_name, t.organization_icon
|
|
|
|
|
t.id, t.created_at, t.updated_at, t.organization_id, t.deleted, t.name, t.provisioner, t.active_version_id, t.description, t.default_ttl, t.created_by, t.icon, t.user_acl, t.group_acl, t.display_name, t.allow_user_cancel_workspace_jobs, t.allow_user_autostart, t.allow_user_autostop, t.failure_ttl, t.time_til_dormant, t.time_til_dormant_autodelete, t.autostop_requirement_days_of_week, t.autostop_requirement_weeks, t.autostart_block_days_of_week, t.require_active_version, t.deprecated, t.activity_bump, t.max_port_sharing_level, t.use_classic_parameter_flow, t.cors_behavior, t.created_by_avatar_url, t.created_by_username, t.created_by_name, t.organization_name, t.organization_display_name, t.organization_icon
|
|
|
|
|
FROM
|
|
|
|
|
template_with_names AS t
|
|
|
|
|
LEFT JOIN
|
|
|
|
@@ -14150,7 +14147,6 @@ func (q *sqlQuerier) GetTemplatesWithFilter(ctx context.Context, arg GetTemplate
|
|
|
|
|
&i.MaxPortSharingLevel,
|
|
|
|
|
&i.UseClassicParameterFlow,
|
|
|
|
|
&i.CorsBehavior,
|
|
|
|
|
&i.UseTerraformWorkspaceCache,
|
|
|
|
|
&i.CreatedByAvatarURL,
|
|
|
|
|
&i.CreatedByUsername,
|
|
|
|
|
&i.CreatedByName,
|
|
|
|
@@ -14336,8 +14332,7 @@ SET
|
|
|
|
|
group_acl = $8,
|
|
|
|
|
max_port_sharing_level = $9,
|
|
|
|
|
use_classic_parameter_flow = $10,
|
|
|
|
|
cors_behavior = $11,
|
|
|
|
|
use_terraform_workspace_cache = $12
|
|
|
|
|
cors_behavior = $11
|
|
|
|
|
WHERE
|
|
|
|
|
id = $1
|
|
|
|
|
`
|
|
|
|
@@ -14354,7 +14349,6 @@ type UpdateTemplateMetaByIDParams struct {
|
|
|
|
|
MaxPortSharingLevel AppSharingLevel `db:"max_port_sharing_level" json:"max_port_sharing_level"`
|
|
|
|
|
UseClassicParameterFlow bool `db:"use_classic_parameter_flow" json:"use_classic_parameter_flow"`
|
|
|
|
|
CorsBehavior CorsBehavior `db:"cors_behavior" json:"cors_behavior"`
|
|
|
|
|
UseTerraformWorkspaceCache bool `db:"use_terraform_workspace_cache" json:"use_terraform_workspace_cache"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (q *sqlQuerier) UpdateTemplateMetaByID(ctx context.Context, arg UpdateTemplateMetaByIDParams) error {
|
|
|
|
@@ -14370,7 +14364,6 @@ func (q *sqlQuerier) UpdateTemplateMetaByID(ctx context.Context, arg UpdateTempl
|
|
|
|
|
arg.MaxPortSharingLevel,
|
|
|
|
|
arg.UseClassicParameterFlow,
|
|
|
|
|
arg.CorsBehavior,
|
|
|
|
|
arg.UseTerraformWorkspaceCache,
|
|
|
|
|
)
|
|
|
|
|
return err
|
|
|
|
|
}
|
|
|
|
@@ -22716,7 +22709,7 @@ LEFT JOIN LATERAL (
|
|
|
|
|
) latest_build ON TRUE
|
|
|
|
|
LEFT JOIN LATERAL (
|
|
|
|
|
SELECT
|
|
|
|
|
id, created_at, updated_at, organization_id, deleted, name, provisioner, active_version_id, description, default_ttl, created_by, icon, user_acl, group_acl, display_name, allow_user_cancel_workspace_jobs, allow_user_autostart, allow_user_autostop, failure_ttl, time_til_dormant, time_til_dormant_autodelete, autostop_requirement_days_of_week, autostop_requirement_weeks, autostart_block_days_of_week, require_active_version, deprecated, activity_bump, max_port_sharing_level, use_classic_parameter_flow, cors_behavior, use_terraform_workspace_cache
|
|
|
|
|
id, created_at, updated_at, organization_id, deleted, name, provisioner, active_version_id, description, default_ttl, created_by, icon, user_acl, group_acl, display_name, allow_user_cancel_workspace_jobs, allow_user_autostart, allow_user_autostop, failure_ttl, time_til_dormant, time_til_dormant_autodelete, autostop_requirement_days_of_week, autostop_requirement_weeks, autostart_block_days_of_week, require_active_version, deprecated, activity_bump, max_port_sharing_level, use_classic_parameter_flow, cors_behavior
|
|
|
|
|
FROM
|
|
|
|
|
templates
|
|
|
|
|
WHERE
|
|
|
|
|