debian-forge-composer/internal/common
Martin Sehnoutka 923a0b0b97 rcm: introduce rpmmd member of the api structure
This is needed for unit tests, because it wasn't possible to mock the
rpmmd module before. This also requires that the checksum is moved to
the compose request and evaluated in the endpoint handler instead of
push compose. I think it makes sense to have the checksum in the compose
request directly.

Also a "module platform ID" is required now, but we don't have the
"global" distribution any more, so this patch introduces mapping from a
distribution to the module platform ID.
2020-02-20 13:04:28 +01:00
..
compose_result.go move ComposeResult type into common package to allow its reusing 2020-02-05 01:35:50 +01:00
states.go common: refactor build states into a separate file 2020-02-12 11:17:26 +01:00
states_test.go tree-wide: format code with gofmt 2020-02-17 16:09:17 +01:00
types.go rcm: introduce rpmmd member of the api structure 2020-02-20 13:04:28 +01:00
types_test.go common: fix method signature for UnmarshalJSON 2020-02-20 13:04:28 +01:00