Skip to content

version bump 0.28.0 #101

version bump 0.28.0

version bump 0.28.0 #101

Triggered via pull request September 4, 2025 16:07
Status Failure
Total duration 22s
Artifacts

commitlint.yml

on: pull_request
commitlint  /  commitlint
17s
commitlint / commitlint
Fit to window
Zoom out
Zoom in

Annotations

1 error
commitlint / commitlint
You have commit messages with errors ⧗ input: Tagging: serialize object permissions to REST API [FC-0036] (#138) * feat: adds can_<action>_<model> fields to the tagging REST API results using a custom serializer * feat: adds can_add_<model> field above the results using a custom paginator * refactor: replaces ObjectTagsByTaxonomySerializer.editable with "can_tag_object" rule: used by the Content Tag Drawer and Taxonomy UIs * tests: verified that adding these permissions doesn't affect the query count. * chore: bumps version to 0.4.4 ✖ type must be lower-case [type-case] ✖ type must be one of [revert, feat, fix, perf, docs, test, build, refactor, style, chore, temp] [type-enum] ✖ found 2 problems, 0 warnings ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html ⧗ input: Reduce the number of queries used in tagging API [FC-00036] (#157) * fix: copy Django's internal prefetch cache when casting taxonomies to preserve any prefetch_related data that's available. * fix: prevents TaxonomyTagsView from running get_queryset twice Overrides the permissions._queryset method to avoid using view.get_queryset(), since that method accesses the database. Also renames the permission class to better represent the view it guards. * fix: annotate taxonomies with their tags_count instead of prefetching all the tags. * chore: bumps version ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html ⧗ input: Running tests using python 3.12 (#163) * chore: update python version support 3.12 for tests ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html ⧗ input: Python Requirements Update (#173) * chore: Updating Python Requirements ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html ⧗ input: fix: Issues when importing a large taxonomy (#189) * feat: Add elpased time to import taxonomy process * Refactor execute() of TagImportPlan() to avoid save logs in every action. This causes slow execution and memory overflow. ✖ header must not start with whitespace [header-trim] ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 3 problems, 0 warnings ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html