Skip to content

QGOV changes#59

Open
ThrawnCA wants to merge 339 commits intoconwetlab:masterfrom
qld-gov-au:qgov-changes
Open

QGOV changes#59
ThrawnCA wants to merge 339 commits intoconwetlab:masterfrom
qld-gov-au:qgov-changes

Conversation

@ThrawnCA
Copy link
Copy Markdown

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] <support@dependabot.com>
Bumps [python-magic](https://github.com/ahupp/python-magic) from 0.4.12 to 0.4.18.
- [Release notes](https://github.com/ahupp/python-magic/releases)
- [Changelog](https://github.com/ahupp/python-magic/blob/master/CHANGELOG)
- [Commits](ahupp/python-magic@0.4.12...0.4.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
[Security] Bump requests from 2.11.1 to 2.24.0
…4.18

Bump python-magic from 0.4.12 to 0.4.18
Bumps [six](https://github.com/benjaminp/six) from 1.11.0 to 1.15.0.
- [Release notes](https://github.com/benjaminp/six/releases)
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES)
- [Commits](benjaminp/six@1.11.0...1.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [xlrd](https://github.com/python-excel/xlrd) from 1.0.0 to 1.2.0.
- [Release notes](https://github.com/python-excel/xlrd/releases)
- [Changelog](https://github.com/python-excel/xlrd/blob/master/docs/changes.rst)
- [Commits](python-excel/xlrd@1.0.0...1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [lxml](https://github.com/lxml/lxml) from 4.5.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.5.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
- 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