Geoff Bache

Results 6 comments of Geoff Bache

I don't get it. Why would a web API not have error handling? Or at least the log have a comprehensible message? This kind of thing saves masses of time...

OK, I see. Perhaps "Invalid" isn't the best label then. The Web API may not be a core feature, but for anyone migrating a non-trivial number of existing repositories from...

A key question is what purpose the filename check that leads to this error in the "validate_for_build" method in fingerprint.py actually serves? `if self._data["fileName"] != filename:` What can actually lead...

I want it to work :) The only thing I have that is at all unusual is that several files have different names but the same MD5. This leads to...

Even better would be to have a way to set the modified time of the files in the structure passed to serve_content - the program I'm trying to test uses...