Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to master - sync with upstream #13

Merged
merged 17 commits into from
Sep 1, 2022
Merged

Develop to master - sync with upstream #13

merged 17 commits into from
Sep 1, 2022

Conversation

ThrawnCA
Copy link

No description provided.

- add CKAN 2.10 compatibility
- move plugin module to top level so it has a distinctive module name and simpler paths
- move controller and CLI modules to better match upstream names
- use ckan_cli to unify test steps
- Usually we don't need the second value, but it has to at least be None
- Flask automatically converts query string parameters into routing arguments,
so we need to take into account the possibility of having an organisation supplied
despite not being on an org URL
- To generate the query properly, we need to use '== None' rather than 'is None'
- pass the function, not the result of it
- don't assume that a newly added dataset will appear in the report when we haven't refreshed it
- Explicitly define index route so Py3 is happy
- Add formatting so breadcrumbs are pretty
- Only run on pull request if targeting master, otherwise 'push' is enough
- supply the organisation any time the report wants one,
not based on whether one was passed in
- drop unnecessary 'list' calls
- extract CLI logic into private helper functions
QOL-9161 sync from upstream and fix bugs
[QOL-9055] add Behave-based scenario testing
@ThrawnCA ThrawnCA merged commit 8f05db4 into master Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants