Jari Voutilainen
Jari Voutilainen
I'll add github action workflow as a separate PR today, so that the action is run for this PR too.
The only thing wrong with it, is that it's not run as you have no permissions for this repository. Now that there is a existing workflow, the pull requests will...
I approved running github action, as it is required for the first time. I'm all in for improving archiver itself, it just might take awhile to get it merged :)
It appears that flask-login 0.5.0 is just broken now as it does not specify upper limit of werkzeug versions which are compatible. This could be fixed by adding werkzeug max...
Pages does not use solr at all and initdb just initializes postgresql databases. Most likely the build fails as the command requires functional ckan and it would fail with any...
You are welcome to contribute, this extension is on quite minimal maintenance, so no major refactions will happen any time soon.
QA has not been migrated to 2.9 yet, so it is a larger effort than just adding 2.10 to workflows.
I'll probably have time in the near future to migrate QA to py3, some of these changes are probably done during that. Travis will be replaced by Github Actions, so...
The UI has a refresh button for regenerating the data for the report which does the same as the cli command. But otherwise the new report needs to be programmed...
We did an extension few years ago https://github.com/6aika/ckanext-editor, which allows to make edits to multiple datasets at once. It's quite simple and optimized of our instance but it could be...