Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Build Information duplicates data

Open droyad opened this issue 2 years ago • 2 comments

We currently store build information (commits and changesets) for every package. If a build produces many packages we duplicate the same build information for every package in that build. When creating releases that use those packages a large amount of duplication occurs, exploding the size of the data. This is exacerbated when there are many releases between deployments and/or there are many Tenants.

Instead we should store the build information against the build and link the packages to that.

This is a significant change and will require reworking our integrations and documentation.

droyad avatar Mar 02 '23 11:03 droyad

Related to #8501

droyad avatar Mar 01 '24 04:03 droyad

Another occurrence here [internal]: https://octopus.zendesk.com/agent/tickets/173611

patrick-smergut-octopus avatar Mar 11 '24 20:03 patrick-smergut-octopus

:tada: The fix for this issue has been released in:

Release stream Release
2024.2 2024.2.7747
2024.3+ all releases

Octobob avatar May 28 '24 00:05 Octobob

ReleaseNote: Fixed Build Information duplication in a deployment caused by multiple releases containing the same package but not the other duplication scenarios.

shaun-od avatar May 28 '24 01:05 shaun-od