commercetest / nlnet

Analysis of the opensource codebases of NLnet sponsored projects.
MIT License
0 stars 0 forks source link

Adapting to changes in runtime configuration #43

Open julianharty opened 5 months ago

julianharty commented 5 months ago

Context

Our main scripts are long-running and designed to continue processing from where they previously finished. What they don't currently account for are any changes to the runtime settings e.g. if previous runs didn't keep local copies of a repo and the current run does, should it backfill our local cache of repos that were analysed previously? And if so, what should it do if the most recent commit has changed since the previous analysis?

For the moment, this ticket is to track the current behaviour and the effects. No code is needed at this stage. TBD once we've made more progress with the rest of the work.