- 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
- update ckantools version
- 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
- use first two chars of ckan lang code
- update rightsList fields to match datacite schema
- correct casing for schemeURI property
- update readme to clarify wording, fix links, and fix whitespace
- add build section to read the docs config
- update ckantools to patch bug with get_setting
- add helper to correctly determine test mode status
- use single quotes
- 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
- add new functions to support CKAN 2.10
- update docs with updated test info
- add tests to confirm plugin CKAN 2.9/2.10 differences work ok
- move with_doi_table fixture to conftest so others can use
- add testing on ckan 2.10.x as well as 2.9.x
- switch back to a single workflow test file but with multiple jobs
- run CI tests against ckan 2.9.x and 2.10.x
- 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
- readme: change logo url from blob to raw
- readme: direct link to logo in readme
- readme: fix github actions badge
- 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
- readme: format test section
- readme: update installation steps, add test mode details
- change case on plugin name
- unpin ckantools version
- fix markdown-include references
- add section delimiter
- apply formatting changes
- set changelog generation to incremental
- pin ckantools minor version
- add include-markdown plugin to mkdocs
- add cz_nhm dependency
- commitizen: fix message template
- add pypi release action
- clear old changelog
- use cz_nhm commitizen config
- improve commitizen message template
- move cz config into separate file
- standardise package files