- use variable logo based on colour scheme
- fix tests badge tests workflow file was renamed
- standardise returns field
- automatic reformat auto reformat with ruff/docformatter/prettier after config changes
- remove version from docker compose file version specifier is deprecated
- fix python setup action version
- add merge to valid commit types
- add docformatter args and dependency docformatter currently can't read from pyproject.toml without tomli
- only apply auto-fixes in pre-commit F401 returns linting errors as well as auto-fixes, so this disables the errors and just applies the fixes
- update tool config update pre-commit repo versions and switch black to ruff
- add pull request validation workflow new workflow to check commit format and code style against pre-commit config
- update workflow files standardise format, change name of tests file
- add pull request template
- update tool details in contributing guide
- inherit IAuthenticator methods to fix 2.10 issue
- reformat readme
- update readme to list 2.10 test running details
- add "ignore referrals" config option
- add build section to read the docs config
- add regex for version line in citation file
- add citation.cff to list of files with version
- add contributing guidelines
- add code of conduct
- add citation file
- update support.md links
- update docker test service name in readme
- fix some minor formatting irregularities
- sort out the CKAN 2.10 tests
- add a test for login_success
- add test for login_failed helper
- adds ckantest:next as a test target option
- add tests on next to ci
- update docker test service name in github action workflow
- fix tests, postgresql wasn't working
- update logos
- fix postgres not loading when running tests in docker
- add action to sync branches when commits are pushed to main
- fix api docs generation script
- small fixes to align with other extensions
- add 'about' key to schema
- add whitespace in schema
- readme: change logo url from blob to raw
- readme: direct link to logo in readme
- readme: fix github actions badge
- move templates into theme directory
- fix some auto style issues
- docker: use 'latest' tag for test docker image
- change quotes in setup.py to single quotes
- include top-level data files in theme folder
- add package data
- update python-ldap minor version
- readme: fix table borders
- readme: format test section
- readme: update installation steps
- readme: update ckan patch version in header badge
- exclude helpers from pre-commit test
- unpin ckantools version
- fix markdown-include references
- add section delimiters
- fix a few bits of the README
- add logo
- set changelog generation to incremental
- pin ckantools minor version
- exclude docs from setuptools
- add cz_nhm as a dependency
- commitizen: fix message template
- add pypi release action
- remove manifest.in
- clear old changelog
- use cz_nhm commitizen config
- improve commitizen message template
- move cz config into separate file
- add --pytest-test-first arg to precommit
- move docs requirements into separate file
- add the module name for coverage generation
- use ckantest docker v0.2
- add badge
- add mkdocs config
- add a bash script to run tests
- try coveralls again with GITHUB_TOKEN
- use coverallsapp action
- use ubuntu-latest
- add docker dependencies for libldap2 and libsasl2
- update various package files