Yozgat::DB::Projects
Constants
ALLOWED_TYPES = {"static", "dockerfile", "dockercompose"}
DEFAULT_STATUS = "not_initialized"
HAS_CREDS_SQL = " (auth_username IS NOT NULL AND TRIM(auth_username) != ''\n AND auth_token IS NOT NULL AND TRIM(auth_token) != '')"
STATUS_REMOVING = "removing"
Class methods
create(name : String, repo_url : String, project_type : String, auth_username : String | Nil, auth_token : String | Nil, webhook_secret : String, host_port : Int64 | Nil = nil) : ListRow
Sourcelist
Sourcemint_webhook_secret
Source