You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UploadAPI is labeling as upload: False things that we don't want to upload, and that is being used to do nothing with them. Maybe they should just be removed from the PackageList (or create and return a new package lists?)
Looks like the same problem there. Maybe we should fix that in a separate PR?
Yes, I think it is worth doing the upload in a separate PR, as there is some stuff there we need to discuss regarding the UploadAPI and how the package_lists are managed in the API. I will create a ticket dedicated from it from this comment.
The UploadAPI is labeling as upload: False things that we don't want to upload, and that is being used to do nothing with them. Maybe they should just be removed from the PackageList (or create and return a new package lists?)
This doesn't look possible. The structure of the PackageList is:
So the first ref-revision layer is mandatory to contain the different packages-ids. But we don't always want to upload the recipe if it is already in the server. So an indicator if the recipe-revision has to be uploaded or not is necessary, we can't use the existence only for that.
Then #14512 is just fixing the printing (besides fixing the place where the user confirmation happens)
The UploadAPI is labeling as
upload: False
things that we don't want to upload, and that is being used to do nothing with them. Maybe they should just be removed from thePackageList
(or create and return a new package lists?)Yes, I think it is worth doing the upload in a separate PR, as there is some stuff there we need to discuss regarding the UploadAPI and how the
package_lists
are managed in the API. I will create a ticket dedicated from it from this comment.Originally posted by @memsharded in #14478 (comment)
The text was updated successfully, but these errors were encountered: