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

QGOV changes #59

Open
wants to merge 339 commits into
base: master
Choose a base branch
from
Open

QGOV changes #59

wants to merge 339 commits into from

Conversation

ThrawnCA
Copy link

Enhancements from qld-gov-au fork.

  • Add compatibility with CKAN 2.9 and Python 3
  • Add GitHub Actions continuous integration testing with Behave scenario tests.
  • Add option to record data request closing circumstances.
  • Use UTC time internally so we can render it to the user consistently.
  • Clean up to make Flake8 happy.

ThrawnCA and others added 30 commits July 24, 2020 10:46
Bumps [requests](https://github.com/psf/requests) from 2.11.1 to 2.24.0. **This update includes a security fix.**
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.11.1...v2.24.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
[Security] Bump requests from 2.11.1 to 2.24.0
…4.18

Bump python-magic from 0.4.12 to 0.4.18
- normalise whitespace and imports
- replace 'dict' and 'set' calls with literals and comprehensions
- fix clashing names
- use 'six' to replace obsolete calls
ThrawnCA and others added 30 commits June 20, 2022 15:20
QOL-8952 expand dataset selection for closing data request
- Explicitly mark relative imports so Py3 is happy
- Make better use of CKAN toolkit API
- 'h' is now imported into 'actions' at the top level
- mock toolkit.render instead of base.render_jinja2
- mock 'get_action' function directly instead of via 'tk'
- Returning something is necessary under Flask
- put assert_equals first so we can tell what value was actually returned if it's wrong
- execution should end immediately, so 'render' won't get called
- We need extra logic to check the validation outcome, but the page will still be rendered
- ensure redirects are actioned, not thrown away
- expect a redirect if no validation errors
QOL-9055 fix handling of POST requests
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.

1 participant