Ian Ward
Ian Ward
option 1. flask-seasurf sounds like the best approach to me For our API we then need to start ignoring cookie authentication unless it is accompanied by a csrf token as...
@Zharktas updating metadata_modified is intended for sites that *are* harvesting data, not sites *being* harvested. It's good enough to include a warning about the possible side effect of making ckanext-harvest...
@EricSoroos the test failure might be unrelated. want to try merging master?
@EricSoroos it looks like your test needs the request context set up to run properly
@amercader this looks good to me but is against the 2.8 branch. If this code doesn't exist on master anymore would we still want something similar for 2.9?
@ThrawnCA ckan treats the resource metadata as part of the package metadata, so updating metadata_modified when a resource changes or is reordered is consistent. Right now it's difficult for extensions...
@roc this sounds familiar. I'm sure we fixed the issue of not being able to set metadata_modified in the past, maybe you're using an older version of ckan? If not...
A lock on the package shouldn't cause any kind of deadlock. We're already doing this for `package_revise` and the other package/resource-editing should have similar locking soon: #6439
I'd prefer a small change to our own docs that tells people how to add a field to their schema. Linking to external solr docs would be overkill. Ideally we...
@amercader was there a reason for serving robots.txt from the public directory instead of a view?