Recent Releases of ckanext-attribution
ckanext-attribution - v1.2.13
v1.2.13 (2024-11-04)
Docs
- use variable logo based on colour scheme
- fix agent table
- fix tests badge
CI System(s)
- fix python setup action version
- add merge to valid commit types
[main 242d6d2] bump: version 1.2.12 → 1.2.13 4 files changed, 17 insertions(+), 4 deletions(-)
- Python
Published by alycejenni over 1 year ago
ckanext-attribution - v1.2.12
v1.2.12 (2024-11-04)
Fix
- make additional cli packages optional
Docs
- fill some empty parameters
- return -> returns
- add notes about optional CLI packages
Style
- automatic reformat auto reformat with ruff/docformatter/prettier after config changes
Build System(s)
- pin package versions and make cli dependencies optional
- remove version from docker compose file version specifier is deprecated
CI System(s)
- add tomli as docformatter dep
- pull docformatter args from pyproject
- add docformatter args back
- 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
- remove python version specifier
- 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
Chores/Misc
- standardise quotes in pre-commit config
- add pull request template
- update tool details in contributing guide
[main 0a7fca4] bump: version 1.2.11 → 1.2.12 4 files changed, 42 insertions(+), 4 deletions(-)
- Python
Published by alycejenni over 1 year ago
ckanext-attribution - v1.2.11
v1.2.11 (2024-08-20)
[main 65cb9aa] bump: version 1.2.10 → 1.2.11 4 files changed, 6 insertions(+), 4 deletions(-)
- Python
Published by alycejenni over 1 year ago
ckanext-attribution - v1.2.10
v1.2.10 (2024-01-15)
Fix
- add default value for q
Chores/Misc
- 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
[main 3513b83] bump: version 1.2.9 → 1.2.10 4 files changed, 20 insertions(+), 4 deletions(-)
- Python
Published by alycejenni about 2 years ago
ckanext-attribution - v1.2.9
v1.2.9 (2023-07-17)
Docs
- update logos
[main 6629dbf] bump: version 1.2.8 → 1.2.9 3 files changed, 9 insertions(+), 3 deletions(-)
- Python
Published by alycejenni over 2 years ago
ckanext-attribution - v1.2.8
v1.2.8 (2023-04-11)
Build System(s)
- fix postgres not loading when running tests in docker
Chores/Misc
- add action to sync branches when commits are pushed to main
[main 9d82b0d] bump: version 1.2.7 → 1.2.8 3 files changed, 13 insertions(+), 3 deletions(-)
- Python
Published by alycejenni almost 3 years ago
ckanext-attribution - v1.2.7
v1.2.7 (2023-02-20)
Docs
- fix api docs generation script
Style
- reformat with prettier
Chores/Misc
- small fixes to align with other extensions
[main 49903a7] bump: version 1.2.6 → 1.2.7 3 files changed, 17 insertions(+), 3 deletions(-)
- Python
Published by alycejenni about 3 years ago
ckanext-attribution - v1.2.6
v1.2.6 (2023-01-31)
Docs
- readme: change logo url from blob to raw
[main afd6c58] bump: version 1.2.5 → 1.2.6 3 files changed, 9 insertions(+), 3 deletions(-)
- Python
Published by alycejenni about 3 years ago
ckanext-attribution - v1.2.5
v1.2.5 (2023-01-31)
Docs
- readme: direct link to logo in readme
- readme: fix github actions badge
[main dd1f4a5] bump: version 1.2.4 → 1.2.5 3 files changed, 10 insertions(+), 3 deletions(-)
- Python
Published by alycejenni about 3 years ago
ckanext-attribution - v1.2.4
v1.2.4 (2023-01-30)
Build System(s)
- docker: use 'latest' tag for test docker image
[main d9631a0] bump: version 1.2.3 → 1.2.4 3 files changed, 9 insertions(+), 3 deletions(-)
- Python
Published by alycejenni about 3 years ago
ckanext-attribution - v1.2.3
v1.2.3 (2022-12-12)
Fix
- agent.py: add guard in case contribution activities relationship's package is None
Docs
- readme: add lessc installation step
Style
- change setup.py to single quotes
Build System(s)
- remove less, move package.json to theme
- add package data
Chores/Misc
- agent.py: add doc string to function instead of empty docstring
[main 6debd19] bump: version 1.2.2 → 1.2.3 3 files changed, 26 insertions(+), 3 deletions(-)
- Python
Published by alycejenni about 3 years ago
ckanext-attribution - v1.2.2
v1.2.2 (2022-12-01)
Docs
- readme: fix table borders
- readme: format test section
- readme: update ckan patch version in header badge
- readme: update installation steps
[main 9b8f6c7] bump: version 1.2.1 → 1.2.2 3 files changed, 12 insertions(+), 3 deletions(-)
- Python
Published by alycejenni over 3 years ago
ckanext-attribution - v1.2.1
v1.2.1 (2022-11-28)
Fix
- enable anon access for agent_affiliations
- ignore missing limit and offset in packagecontributionsshow
- remove prepopulated context from get_action calls
Chores/Misc
- set changelog generation to incremental
[main e97fcdd] bump: version 1.2.0 → 1.2.1 3 files changed, 15 insertions(+), 3 deletions(-)
- Python
Published by alycejenni over 3 years ago
ckanext-attribution - v1.2.0
v1.2.0 (2022-11-24)
Fix
- move cli dependencies into main dependencies
- add missing packages
Docs
- fix markdown-include references
- add section delimiters and include sections in docs
Style
- apply formatting
Build System(s)
- pin minor version of ckantools
- add include-markdown plugin to mkdocs
CI System(s)
- add cz_nhm dependency in bump workflow
- commitizen: fix message template
- add pypi release action
Chores/Misc
- use cz_nhm commitizen config
- improve commitizen message template
- package.json: fix license
- standardise package.json
- standardise package files
[main 83cd4e3] bump: version 1.1.6 → 1.2.0 3 files changed, 58 insertions(+), 3 deletions(-)
- Python
Published by alycejenni over 3 years ago
ckanext-attribution - v1.1.6
What's Changed
- Switch testing from travis for github actions by @jrdh in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/14
- Weekly release 17/10/22 by @jrdh in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/31
New Contributors
- @jrdh made their first contribution in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/14
Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-attribution/compare/v1.1.5...v1.1.6
- Python
Published by alycejenni over 3 years ago
ckanext-attribution - v1.1.5
What's Changed
- Check for edits, disallow sync for non-editors by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/26
- Update npm dependencies by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/29
- Weekly release 2022-09-20 by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/30
Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-attribution/compare/v1.1.4...v1.1.5
- Python
Published by alycejenni over 3 years ago
ckanext-attribution - v1.1.4
What's Changed
- Check for duplicates when adding contributors by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/20
- Change .contains() to .include() by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/21
- Weekly release 2022-06-27 by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/22
Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-attribution/compare/v1.1.3...v1.1.4
- Python
Published by alycejenni over 3 years ago
ckanext-attribution - v1.1.3
What's Changed
- Various vue app fixes by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/15
- Update dependencies by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/16
- Release 2022-04-11 by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/17
Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-attribution/compare/v1.1.2...v1.1.3
- Python
Published by alycejenni almost 4 years ago
ckanext-attribution - v1.1.2
Hotfix: remove old build files and remove rjsmin filter from webassets.yml
Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-attribution/compare/v1.1.1...v1.1.2
- Python
Published by alycejenni almost 4 years ago
ckanext-attribution - v1.1.1
What's Changed
- JS fixes by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/13
Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-attribution/compare/v1.1.0...v1.1.1
- Python
Published by alycejenni almost 4 years ago
ckanext-attribution - v1.1.0
What's Changed
- Quick wins 2022-03-09 by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-attribution/pull/12
Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-attribution/compare/v1.0.2...v1.1.0
- Python
Published by alycejenni almost 4 years ago
ckanext-attribution - v1.0.2
Adds some details to user pages: - ORCIDs/external identifiers - affiliations
- Python
Published by alycejenni about 4 years ago
ckanext-attribution - v1.0.1
Fixes for large numbers of contributors: - max height + scrolling - pagination on editing page
- Python
Published by alycejenni almost 5 years ago