Eric Soroos

Results 81 comments of Eric Soroos

A couple of thoughts here - 1) Our potential level of 'swappability' at the database level is at the SqlAlchemy database adapter level. As far as I know, there's no...

TLDR: I think that problems posed here are solvable at the extension level (after proper definition) and I'm -1 on adding a requirement for a graph database to CKAN. From...

Are the `DataService` and `CatalogRecord` types fundamentally or topologically different than a dataset? In that, our datasets have metadata and resources, What entities do these have that we can or...

This is the PR: https://github.com/ckan/ckan/pull/7470 and this is the commit: https://github.com/ckan/ckan/commit/3f1fc9925239d7e240dbe9bd1c6ad569dfd0086c I think it was intentional, but I'm thinking that this is perhaps this should more like: ``` .btn {...

I've run into this as well, in an unrelated query, on 2.9.9. (in ckanext-pages, fwiw). Lazy apps does seem to help, but there are some other issues around that in...

There's 2 halves here, tracking and activities. The `tracking_summary` table looks like it's only useful to be storing approx 14 days of data, but we don't seem to have anything...

Maybe `h.get_request_param`?

Also mentioned in the call -- Out of the box, this should use the random PWs. If someone wants to use old static passwords on new installs, they need to...

Python packaging is complicated. At least we're not trying to ship C-extensions. But, it is getting better. The 2020 resolver in pip is _way_ better at finding a solution that...