Jorju

Results 8 comments of Jorju

Any idea on how to approach those ? I'm trying to deploy only artifact deltas as their weight is becoming a problem and deployments are currently taking several hours to...

No, basically I'm thinking on a diff at client level where changes are uploaded one by one (on a per file compiled/source/image basis even they are all transferred as single...

@hnestmann right now after diffing (yes from the latest deployed version) I'm launching curl -x COPY or DELETE on a file basis to achieve something similar after reading this issue...

thanks @hnestmann ! correct me if I'm wrong cuz i walked that path some weeks ago and I might have overseen something important: 1.- such a merge behaviour comes directly...

great thanks, that answers my second question. what about if that new code version contains (in addition to code/plugin_serviceworker) a 'modules' cartridge with less files that the one in the...

right, that's why i was referring to std zip command's behaviour (as the default action is to add or replace zipfile entries from list) That's one of the reasons why...

You're right. Unfortunately for a true incremental ci we need to be able to track such file removals (like the ones i was raising) as part of a new version...

Thanks @hnestmann Actually some deployments are taking us 4-5 hours (main part of it from transferring the heavy .zip file regardless changes/deletions/additions only affect 2-3% of the files) per pipeline...