konveyor / tackle2-addon-analyzer

Apache License 2.0
0 stars 11 forks source link

:sparkles: Upload files instead of multi-part form. #127

Open jortel opened 1 month ago

jortel commented 1 month ago

Upload issues and deps files instead of using multi-part form. Much simpler and more easily supports the addon staging the issues and deps files on disk rather than streaming. The more atomic approach will prevent transaction deadlock which can more easily occur when the addon-analyzer builder reported an error (which it should never do).

Requires: https://github.com/konveyor/tackle2-hub/pull/743