debian-forge-composer/internal
Sanne Raymaekers c4360a67f5 jobqueue: handle escaped null bytes in postgres
Postgres doesn't accept `\u0000` in the jsonb datatype. Switch to the
json datatype which is larger and slower, but accepts escaped null
bytes.

As we don't actually query or index the result jsonb directly, the
impact of this should be minimal.

See: https://www.postgresql.org/docs/current/datatype-json.html
2025-07-25 13:10:10 +02:00
..
auth Fix non-constant log strings 2025-01-21 16:51:20 -08:00
boot lint: Clean up golangci-lint v1.60 complaints 2025-02-24 04:20:42 -08:00
client client: adjust the tests to new image type names in Fedora 2025-04-25 09:26:59 +02:00
cloud internal/cloud/gcp/compute: Add TDX_CAPABLE guest OS feature 2025-02-27 13:33:22 +01:00
cloudapi cloudapi: use distrofactory to get rhel-9.3 2025-07-24 10:37:37 +02:00
common common: fix unclosed logrus logging pipes 2025-07-08 11:38:27 +02:00
jobqueue jobqueue: handle escaped null bytes in postgres 2025-07-25 13:10:10 +02:00
jsondb jsondb: Add Delete function 2025-06-05 10:32:56 +02:00
mocks weldr: update depsolve calls in weldr API 2025-01-29 18:03:11 +01:00
osbuildexecutor osbuildexecutor: show full osbuild exector on json decode errors 2024-08-05 14:51:40 +02:00
prometheus worker/server: update metrics on requeue 2024-11-07 17:18:48 +01:00
remotefile clienterrors: rename WorkerClientError to clienterrors.New 2024-07-31 17:04:58 +02:00
runner runner: add platform-python only for RHEL 8+ 2023-01-25 20:37:12 +01:00
store go.mod: update osbuild/images to v0.151.0 2025-06-23 14:37:30 +01:00
target cloudapi: support worker server target artifact retrieval 2025-01-24 15:26:15 +01:00
test Drop common.CurrentArch() in favor of osbuild/images 2024-01-26 11:32:34 +01:00
upload Many: move to koji upload implementation from osbuild/images 2025-07-14 17:20:02 +02:00
weldr Test/weldr: adjust expected responses newly omitempty BP properties 2025-07-14 17:20:02 +02:00
worker cloudapi: Add DeleteCompose to delete a job by UUID 2025-06-05 10:32:56 +02:00
tools.go go.mod: bump github.com/getkin/kin-openapi to v0.131.0 2025-03-26 11:13:14 +01:00