Paul Fenwick

Results 87 comments of Paul Fenwick

My brain hasn't properly spun up today, but things to consider with regards to multiple download locations are: 1. What if the files are different in different locations? 2. Internally,...

> I assume checksums would be mandatory. That would be nice, but also a barrier to humans writing the metadata themselves. Having said that, caching by checksum if it exists...

#935, while not superseding this, may certainly remove much of the need. :)

Looks like there's a dockerfile for sonar: https://registry.hub.docker.com/u/cmbaughman/sonarqube-docker/

So, there's a hitch. SonarQube doesn't do the coverage directly, it relies upon external tools generating the info. This can be: - NCover (Commercial) - DotCover (Commercial) - OpenCover (FOSS,...

And [OpenCover only works on Windows](https://github.com/OpenCover/opencover/issues/220). So, just like in #90, I'm having real trouble finding coverage tools that don't require commercial software somewhere in our stack. (Neither myself, nor...

I generally agree with this. If we fail to download a mod, we should: - Remove it from the changeset - Re-run our relationship resolver, removing any mods which now...

This sounds like a _serious_ error if it's still present. We should _always_ be installing files as part of a transaction. Since we'd only ever be emulating a transaction when...

@Valuial: > During the installation process when updating Outer Planets mod CKAN throws CKAN.InconsistentKraken Drat. You should _never_ be seeing these, as it indicates that we've somehow got ourselves into...

> PS Auto-closing issue reports after seven days of inactivity seems a bit harsh. D'oh. The bot's not supposed to close active issues; it's still rather new and learning its...