byggsteg

viewing logs

job succesvol

wikimusic-api__19:01:10__06-01-2025.byggsteg.log

took 22 secondsstarted at: ma 06 jan 2025 19:01:10 CETupdated at: ma 06 jan 2025 19:01:32 CET
uuid: 2f0d7930-5e57-4800-8df6-3873a1228a1blog uuid: 01fdbee9-d9a1-4adf-89e0-7a74f83998ef
(lambda() 
  `((project . "wikimusic-api")
    (branch-name . "trunk")
    (task . "stack-test")
    (clone-url . "https://codeberg.org/jjba23/wikimusic-api")))

starting new job...
Already up to date.

starts WikiMusic application properly
Starting REST API ..."About to run migrations!"
(0,"0-yggdrasil.sql") :| [(1,"1-initial-schema-definition.sql")]
  starts and shuts down the application properly [✔]
Starting REST API ..."About to run migrations!"
(0,"0-yggdrasil.sql") :| [(1,"1-initial-schema-definition.sql")]
127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /system-information HTTP/1.1" 200 - "" ""
Response {responseStatus = Status {statusCode = 200, statusMessage = "OK"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31"),("Content-Type","application/json;charset=utf-8")], responseBody = "{\"processStartedAt\":\"2025-01-06T18:01:24.34109297Z\",\"reportedVersion\":\"\"}", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 2626
  secure               = False
  requestHeaders       = []
  path                 = "/system-information"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
  checks that the system information route is reachable [✔]
"About to run migrations!"
(0,"0-yggdrasil.sql") :| [(1,"1-initial-schema-definition.sql")]
Starting REST API ...127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /songs/identifier/abc HTTP/1.1" 400 - "" ""
Response {responseStatus = Status {statusCode = 400, statusMessage = "Bad Request"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31")], responseBody = "invalid UUID", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 31123
  secure               = False
  requestHeaders       = []
  path                 = "/songs/identifier/abc"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /artists/identifier/abc HTTP/1.1" 400 - "" ""
Response {responseStatus = Status {statusCode = 400, statusMessage = "Bad Request"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31")], responseBody = "invalid UUID", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 31123
  secure               = False
  requestHeaders       = []
  path                 = "/artists/identifier/abc"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /genres/identifier/abc HTTP/1.1" 400 - "" ""
Response {responseStatus = Status {statusCode = 400, statusMessage = "Bad Request"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31")], responseBody = "invalid UUID", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 31123
  secure               = False
  requestHeaders       = []
  path                 = "/genres/identifier/abc"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
  checks that invalid UUIDs always return a 400 [✔]
"About to run migrations!"
(0,"0-yggdrasil.sql") :| [(1,"1-initial-schema-definition.sql")]
Starting REST API ...127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /songs HTTP/1.1" 401 - "" ""
Response {responseStatus = Status {statusCode = 401, statusMessage = "Unauthorized"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31")], responseBody = "", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 12231
  secure               = False
  requestHeaders       = []
  path                 = "/songs"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /songs/identifier/c19e4f56-7c06-437d-b8f7-59d13dd53c9a HTTP/1.1" 401 - "" ""
Response {responseStatus = Status {statusCode = 401, statusMessage = "Unauthorized"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31")], responseBody = "", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 12231
  secure               = False
  requestHeaders       = []
  path                 = "/songs/identifier/c19e4f56-7c06-437d-b8f7-59d13dd53c9a"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /artists HTTP/1.1" 401 - "" ""
Response {responseStatus = Status {statusCode = 401, statusMessage = "Unauthorized"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31")], responseBody = "", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 12231
  secure               = False
  requestHeaders       = []
  path                 = "/artists"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /artists/identifier/c19e4f56-7c06-437d-b8f7-59d13dd53c9a HTTP/1.1" 401 - "" ""
Response {responseStatus = Status {statusCode = 401, statusMessage = "Unauthorized"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31")], responseBody = "", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 12231
  secure               = False
  requestHeaders       = []
  path                 = "/artists/identifier/c19e4f56-7c06-437d-b8f7-59d13dd53c9a"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /genres HTTP/1.1" 401 - "" ""
Response {responseStatus = Status {statusCode = 401, statusMessage = "Unauthorized"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31")], responseBody = "", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 12231
  secure               = False
  requestHeaders       = []
  path                 = "/genres"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /genres/identifier/c19e4f56-7c06-437d-b8f7-59d13dd53c9a HTTP/1.1" 401 - "" ""
Response {responseStatus = Status {statusCode = 401, statusMessage = "Unauthorized"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:24 GMT"),("Server","Warp/3.3.31")], responseBody = "", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 12231
  secure               = False
  requestHeaders       = []
  path                 = "/genres/identifier/c19e4f56-7c06-437d-b8f7-59d13dd53c9a"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
  checks that protected routes are returning 401 when not logged in [✔]
Starting REST API ..."About to run migrations!"
(0,"0-yggdrasil.sql") :| [(1,"1-initial-schema-definition.sql")]
INSERT INTO "users"("identifier", "display_name", "email_address", "password_hash", "password_reset_token", "auth_token", "latest_login_at", "latest_login_device", "avatar_url", "created_at", "last_edited_at", "description") VALUES (?, ?, ?, ?, NULL, ?, NULL, NULL, NULL, ?, NULL, ?);
-- With values: [SQLText "41300926-1f64-4f5e-9ec1-7293391070b1",SQLText "vpxdnwmlreozenwr",SQLText "vpxdnwmlreozenwr@gmail.com",SQLText "$2b$10$yBg7HJZRUepb/j86YfJ2w.lF9HAKK/G.qu4wctrPm0l7GgS4vrZGG",SQLText "rwnezoerlmwndxpv-rwnezoerlmwndxpv",SQLText "2025-01-06 18:01:25.163406321",SQLText "gfiupmskunjactek"]
INSERT INTO "user_roles"("identifier", "user_identifier", "role_id", "created_at") VALUES (?, ?, ?, ?);
-- With values: [SQLText "84a361a6-2eb7-4c5f-b69e-b4b7db4f124c",SQLText "41300926-1f64-4f5e-9ec1-7293391070b1",SQLText "wm::demo",SQLText "2025-01-06 18:01:25.163406321"]
SELECT "t0"."identifier" AS "res0", "t0"."display_name" AS "res1", "t0"."email_address" AS "res2", "t0"."password_hash" AS "res3", "t0"."password_reset_token" AS "res4", "t0"."auth_token" AS "res5", "t0"."latest_login_at" AS "res6", "t0"."latest_login_device" AS "res7", "t0"."avatar_url" AS "res8", "t0"."created_at" AS "res9", "t0"."last_edited_at" AS "res10", "t0"."description" AS "res11" FROM "users" AS "t0" WHERE CASE WHEN (("t0"."auth_token") IS NULL) AND ((?) IS NULL) THEN ? WHEN (("t0"."auth_token") IS NULL) OR ((?) IS NULL) THEN ? ELSE ("t0"."auth_token")=(?) END;
-- With values: [SQLText "rwnezoerlmwndxpv-rwnezoerlmwndxpv",SQLInteger 1,SQLText "rwnezoerlmwndxpv-rwnezoerlmwndxpv",SQLInteger 0,SQLText "rwnezoerlmwndxpv-rwnezoerlmwndxpv"]
SELECT "t0"."identifier" AS "res0", "t0"."user_identifier" AS "res1", "t0"."role_id" AS "res2", "t0"."created_at" AS "res3" FROM "user_roles" AS "t0" WHERE ("t0"."user_identifier")=(?);
-- With values: [SQLText "41300926-1f64-4f5e-9ec1-7293391070b1"]
SELECT "t0"."identifier" AS "res0", "t0"."display_name" AS "res1", "t0"."music_key" AS "res2", "t0"."music_tuning" AS "res3", "t0"."music_creation_date" AS "res4", "t0"."album_name" AS "res5", "t0"."album_info_link" AS "res6", "t0"."created_by" AS "res7", "t0"."visibility_status" AS "res8", "t0"."approved_by" AS "res9", "t0"."created_at" AS "res10", "t0"."last_edited_at" AS "res11", "t0"."views" AS "res12", "t0"."description" AS "res13" FROM "songs" AS "t0" ORDER BY "t0"."created_at" DESC LIMIT 25 OFFSET 0;
-- With values: []
SELECT "t0"."identifier" AS "res0", "t0"."song_identifier" AS "res1", "t0"."created_by" AS "res2", "t0"."spotify_url" AS "res3", "t0"."youtube_url" AS "res4", "t0"."soundcloud_url" AS "res5", "t0"."wikipedia_url" AS "res6", "t0"."created_at" AS "res7", "t0"."last_edited_at" AS "res8" FROM "song_external_sources" AS "t0" WHERE ?;
-- With values: [SQLInteger 0]
127.0.0.1 - - [06/Jan/2025:19:01:24 +0100] "GET /songs HTTP/1.1" 200 - "" ""
Response {responseStatus = Status {statusCode = 200, statusMessage = "OK"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:25 GMT"),("Server","Warp/3.3.31"),("Content-Type","application/json;charset=utf-8")], responseBody = "{\"songs\":{},\"sortOrder\":[]}", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 55648
  secure               = False
  requestHeaders       = [("x-wikimusic-auth","rwnezoerlmwndxpv-rwnezoerlmwndxpv")]
  path                 = "/songs"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
  receives empty songs list when a user (demo) exists but no data exists in DB [✔]
Starting REST API ..."About to run migrations!"
(0,"0-yggdrasil.sql") :| [(1,"1-initial-schema-definition.sql")]
INSERT INTO "users"("identifier", "display_name", "email_address", "password_hash", "password_reset_token", "auth_token", "latest_login_at", "latest_login_device", "avatar_url", "created_at", "last_edited_at", "description") VALUES (?, ?, ?, ?, NULL, ?, NULL, NULL, NULL, ?, NULL, ?);
-- With values: [SQLText "eee4a03f-e878-4c70-b0ff-ad1da286f0d1",SQLText "dqmateukfkexetun",SQLText "dqmateukfkexetun@gmail.com",SQLText "$2b$10$D6XNn/ylzNUdtnsXHG9UwewCAEsB54jdiwJzyz95zElvg1xFqWpUC",SQLText "nutexekfkuetamqd-nutexekfkuetamqd",SQLText "2025-01-06 18:01:25.570871544",SQLText "ctiywcocutrnpluk"]
INSERT INTO "user_roles"("identifier", "user_identifier", "role_id", "created_at") VALUES (?, ?, ?, ?);
-- With values: [SQLText "6ce87929-fa20-40dd-888f-e6a11836e59b",SQLText "eee4a03f-e878-4c70-b0ff-ad1da286f0d1",SQLText "wm::demo",SQLText "2025-01-06 18:01:25.570871544"]
SELECT "t0"."identifier" AS "res0", "t0"."display_name" AS "res1", "t0"."email_address" AS "res2", "t0"."password_hash" AS "res3", "t0"."password_reset_token" AS "res4", "t0"."auth_token" AS "res5", "t0"."latest_login_at" AS "res6", "t0"."latest_login_device" AS "res7", "t0"."avatar_url" AS "res8", "t0"."created_at" AS "res9", "t0"."last_edited_at" AS "res10", "t0"."description" AS "res11" FROM "users" AS "t0" WHERE CASE WHEN (("t0"."auth_token") IS NULL) AND ((?) IS NULL) THEN ? WHEN (("t0"."auth_token") IS NULL) OR ((?) IS NULL) THEN ? ELSE ("t0"."auth_token")=(?) END;
-- With values: [SQLText "nutexekfkuetamqd-nutexekfkuetamqd",SQLInteger 1,SQLText "nutexekfkuetamqd-nutexekfkuetamqd",SQLInteger 0,SQLText "nutexekfkuetamqd-nutexekfkuetamqd"]
SELECT "t0"."identifier" AS "res0", "t0"."user_identifier" AS "res1", "t0"."role_id" AS "res2", "t0"."created_at" AS "res3" FROM "user_roles" AS "t0" WHERE ("t0"."user_identifier")=(?);
-- With values: [SQLText "eee4a03f-e878-4c70-b0ff-ad1da286f0d1"]
SELECT "t0"."identifier" AS "res0", "t0"."parent_identifier" AS "res1", "t0"."display_name" AS "res2", "t0"."created_by" AS "res3", "t0"."visibility_status" AS "res4", "t0"."approved_by" AS "res5", "t0"."created_at" AS "res6", "t0"."last_edited_at" AS "res7", "t0"."views" AS "res8", "t0"."description" AS "res9" FROM "genres" AS "t0" ORDER BY "t0"."created_at" DESC LIMIT 25 OFFSET 0;
-- With values: []
SELECT "t0"."identifier" AS "res0", "t0"."genre_identifier" AS "res1", "t0"."created_by" AS "res2", "t0"."spotify_url" AS "res3", "t0"."youtube_url" AS "res4", "t0"."soundcloud_url" AS "res5", "t0"."wikipedia_url" AS "res6", "t0"."created_at" AS "res7", "t0"."last_edited_at" AS "res8" FROM "genre_external_sources" AS "t0" WHERE ?;
-- With values: [SQLInteger 0]
127.0.0.1 - - [06/Jan/2025:19:01:25 +0100] "GET /genres HTTP/1.1" 200 - "" ""
Response {responseStatus = Status {statusCode = 200, statusMessage = "OK"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:25 GMT"),("Server","Warp/3.3.31"),("Content-Type","application/json;charset=utf-8")], responseBody = "{\"genres\":{},\"sortOrder\":[]}", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 59404
  secure               = False
  requestHeaders       = [("x-wikimusic-auth","nutexekfkuetamqd-nutexekfkuetamqd")]
  path                 = "/genres"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
  receives empty genres list when a user (demo) exists but no data exists in DB [✔]
Starting REST API ..."About to run migrations!"
(0,"0-yggdrasil.sql") :| [(1,"1-initial-schema-definition.sql")]
INSERT INTO "users"("identifier", "display_name", "email_address", "password_hash", "password_reset_token", "auth_token", "latest_login_at", "latest_login_device", "avatar_url", "created_at", "last_edited_at", "description") VALUES (?, ?, ?, ?, NULL, ?, NULL, NULL, NULL, ?, NULL, ?);
-- With values: [SQLText "267d0b95-accb-43ab-9b10-a062c2e98680",SQLText "bzzcsorxoygjotyp",SQLText "bzzcsorxoygjotyp@gmail.com",SQLText "$2b$10$pYo9XT1qGqubh9jtmbN77O3lOMQuDf46pxA1EsMN7Edrp7hWpgoKm",SQLText "pytojgyoxrosczzb-pytojgyoxrosczzb",SQLText "2025-01-06 18:01:26.155410884",SQLText "gyfwssmidjweusup"]
INSERT INTO "user_roles"("identifier", "user_identifier", "role_id", "created_at") VALUES (?, ?, ?, ?);
-- With values: [SQLText "29a77491-611d-4f68-91eb-0de2d8b4a2dc",SQLText "267d0b95-accb-43ab-9b10-a062c2e98680",SQLText "wm::demo",SQLText "2025-01-06 18:01:26.155410884"]
SELECT "t0"."identifier" AS "res0", "t0"."display_name" AS "res1", "t0"."email_address" AS "res2", "t0"."password_hash" AS "res3", "t0"."password_reset_token" AS "res4", "t0"."auth_token" AS "res5", "t0"."latest_login_at" AS "res6", "t0"."latest_login_device" AS "res7", "t0"."avatar_url" AS "res8", "t0"."created_at" AS "res9", "t0"."last_edited_at" AS "res10", "t0"."description" AS "res11" FROM "users" AS "t0" WHERE CASE WHEN (("t0"."auth_token") IS NULL) AND ((?) IS NULL) THEN ? WHEN (("t0"."auth_token") IS NULL) OR ((?) IS NULL) THEN ? ELSE ("t0"."auth_token")=(?) END;
-- With values: [SQLText "pytojgyoxrosczzb-pytojgyoxrosczzb",SQLInteger 1,SQLText "pytojgyoxrosczzb-pytojgyoxrosczzb",SQLInteger 0,SQLText "pytojgyoxrosczzb-pytojgyoxrosczzb"]
SELECT "t0"."identifier" AS "res0", "t0"."user_identifier" AS "res1", "t0"."role_id" AS "res2", "t0"."created_at" AS "res3" FROM "user_roles" AS "t0" WHERE ("t0"."user_identifier")=(?);
-- With values: [SQLText "267d0b95-accb-43ab-9b10-a062c2e98680"]
SELECT "t0"."identifier" AS "res0", "t0"."display_name" AS "res1", "t0"."created_by" AS "res2", "t0"."visibility_status" AS "res3", "t0"."approved_by" AS "res4", "t0"."created_at" AS "res5", "t0"."last_edited_at" AS "res6", "t0"."views" AS "res7", "t0"."description" AS "res8" FROM "artists" AS "t0" ORDER BY "t0"."created_at" DESC LIMIT 25 OFFSET 0;
-- With values: []
SELECT "t0"."identifier" AS "res0", "t0"."artist_identifier" AS "res1", "t0"."created_by" AS "res2", "t0"."spotify_url" AS "res3", "t0"."youtube_url" AS "res4", "t0"."soundcloud_url" AS "res5", "t0"."wikipedia_url" AS "res6", "t0"."created_at" AS "res7", "t0"."last_edited_at" AS "res8" FROM "artist_external_sources" AS "t0" WHERE ?;
-- With values: [SQLInteger 0]
127.0.0.1 - - [06/Jan/2025:19:01:25 +0100] "GET /artists HTTP/1.1" 200 - "" ""
Response {responseStatus = Status {statusCode = 200, statusMessage = "OK"}, responseVersion = HTTP/1.1, responseHeaders = [("Transfer-Encoding","chunked"),("Date","Mon, 06 Jan 2025 18:01:26 GMT"),("Server","Warp/3.3.31"),("Content-Type","application/json;charset=utf-8")], responseBody = "{\"artists\":{},\"sortOrder\":[]}", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose, responseOriginalRequest = Request {
  host                 = "127.0.0.1"
  port                 = 16189
  secure               = False
  requestHeaders       = [("x-wikimusic-auth","pytojgyoxrosczzb-pytojgyoxrosczzb")]
  path                 = "/artists"
  queryString          = ""
  method               = "GET"
  proxy                = Nothing
  rawBody              = False
  redirectCount        = 10
  responseTimeout      = ResponseTimeoutDefault
  requestVersion       = HTTP/1.1
  proxySecureMode      = ProxySecureWithConnect
}
, responseEarlyHints = []}
  receives empty artists list when a user (demo) exists but no data exists in DB [✔]

Finished in 3.1921 seconds
7 examples, 0 failures

byggsteg is de hackable Guile CI/CD systeem.

byggsteg is vrije software, beschikbaar onder de GNU GPL v3 of nieuwer.

find the source code here:

https://codeberg.org/jjba23/byggsteg

powered by Guile Scheme, GNU Artanis, GNU Guix, TailwindCSS

Copyright © 2025 - Josep Bigorra & Mu Lei

byggsteg betekent “bouwstap” in het Noors.