debian-forge-composer/internal
Ondřej Budai 5806e3ea08 api/weldr: make getComposeStatus() return composeStatus struct
The reasoning is the same as in one of the previous commits. I think that
returning multiple values from one method can be confusing and potentially
error-prone. Also, this method will return ComposeResult soon too.

Also, I chose to create a new composeStatus struct instead of reusing
worker.JobStatus. I think that's a good thing in terms of consistency and
reducing the dependencies between packages.

Not a functional change.
2020-05-19 22:20:20 +02:00
..
blueprint blueprint: DeepCopy() cannot fail 2020-05-18 11:50:15 +02:00
client blueprints: Fix handling of invalid blueprint names in the API code 2020-05-13 20:00:52 +02:00
common common/ImageType: move to the store package 2020-05-18 11:50:15 +02:00
crypt crypt_test: don't run on macOS 2020-04-09 13:21:30 +02:00
distro distro/test: make TestArch and TestImageType public 2020-05-18 11:50:15 +02:00
jobqueue jobqueue: allow canceling jobs 2020-05-13 16:45:09 +02:00
jsondb jsondb: Allow passing nil as document to Read() 2020-05-13 16:45:09 +02:00
mocks mock/fixture/store: move to the store package 2020-05-18 11:50:15 +02:00
osbuild osbuild: remove tar image size 2020-04-29 12:36:43 +02:00
rcm store: move queue out of the store 2020-05-08 14:53:00 +02:00
rpmmd dnf-json: set metadata_expire 2020-04-11 19:14:02 +02:00
store store/json: log on dropping composes on unmarshal 2020-05-18 11:50:15 +02:00
target store: move queue out of the store 2020-05-08 14:53:00 +02:00
test test/helper: add comparison for ImageType objects 2020-05-18 11:50:15 +02:00
upload upload/koji: add a simple test 2020-05-19 13:54:53 +02:00
weldr api/weldr: make getComposeStatus() return composeStatus struct 2020-05-19 22:20:20 +02:00
worker worker/server: make JobStatus() return JobStatus struct 2020-05-19 22:20:20 +02:00