- test truthyness of package.owner_org
- don't just test owner_org for null
- accept org admins and editors as members
- fix tests to allow editors and admins
- add auth functions for managing collaborators
- load actions and auth with ckantools
- add tests for collaborator management auth functions
- set ruff target py version, add more ignores - avoid using fixes that don't work for python 3.8 (our current version) - ignore recommended ruff formatter conflicts - ignore more docstring rules
- remove pylint, add ruff lint rules Primarily the defaults plus pydocstyle and isort.
- update pre-commit repo versions
- get package id from deferred auth
- remove package member default auth
- add test for collaborator permissions override
- fix tests after org member permissions change
- use variable logo based on colour scheme
- fix tests badge tests workflow file was renamed
- 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
- 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 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
- readme: update ckan patch version in header badge
- add section delimiters and include-markdown
- apply formatting
- set changelog generation to incremental
- pin ckantools minor version
- add cz-nhm dependency
- use cz_nhm commitizen config
- standardise package files