debian-forge-composer/internal/store
Tom Gundersen f8db2e28e1 store/json: move commits backwards compatibility
By the same logic as the previous patch.

This exposed an apparent bug, where we are sorting by the version field
of the blueprint in the change objects, but these were never
(un)marshalled, so would always be set to zero in the past.

Remove the no-op sorting for now, as it never had an effect, and
put a note whether we should instantiate the blueprint in the change
object somehow.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2020-05-18 11:50:15 +02:00
..
compose.go store: drop support for multi-image composes 2020-05-18 11:50:15 +02:00
fixtures.go store/json: add some basic tests 2020-05-18 11:50:15 +02:00
json.go store/json: move commits backwards compatibility 2020-05-18 11:50:15 +02:00
json_test.go store/json: add some basic tests 2020-05-18 11:50:15 +02:00
store.go store: drop support for multi-image composes 2020-05-18 11:50:15 +02:00
store_test.go store/compose/ImageType: use distro.ImageType objects 2020-05-18 11:50:15 +02:00