mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix: list with is_skipped + deno-client fix
This commit is contained in:
@@ -2854,26 +2854,6 @@
|
||||
"nullable": []
|
||||
}
|
||||
},
|
||||
"dd7940ec390357b268d616e1880516ecc08d506db2109efcce840f096d7a594e": {
|
||||
"query": "SELECT EXISTS(SELECT 1 FROM workspace WHERE id = $1)",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "exists",
|
||||
"type_info": "Bool"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
null
|
||||
]
|
||||
}
|
||||
},
|
||||
"df8f9b2e601b0157759e9507308ea7df562a7a42516be0fcb465b8e34de0f438": {
|
||||
"query": "SELECT EXISTS(SELECT 1 FROM workspace WHERE workspace.id = $1)",
|
||||
"describe": {
|
||||
|
||||
@@ -646,6 +646,7 @@ async fn list_completed_jobs(
|
||||
"null as raw_flow",
|
||||
"is_flow_step",
|
||||
"language",
|
||||
"is_skipped",
|
||||
],
|
||||
)
|
||||
.sql()?;
|
||||
|
||||
@@ -3,4 +3,4 @@ set -e
|
||||
|
||||
/usr/local/bin/docker-entrypoint.sh generate -i ../backend/openapi.yaml -g typescript --additional-properties platform=deno -o windmill-api
|
||||
sed -i 's/this\.type = "Job";//' windmill-api/models/Job.ts
|
||||
sed -i '460 i \ if (mediaType === "text/plain") { return data }' windmill-api/models/ObjectSerializer.ts
|
||||
sed -i '460 i \ if (mediaType === "text/plain") { return rawData }' windmill-api/models/ObjectSerializer.ts
|
||||
|
||||
Reference in New Issue
Block a user