-
Mark Bastian authored
Added post-collection retrieval function `remove-other-users-personal-collections` that will filter out any personal collection that doesn't belong to the current user when the `exclude-other-user-collections=true` path param is used. Also added unit tests for both the `api/collection/` and `api/collection/tree` endpoint.
Mark Bastian authoredAdded post-collection retrieval function `remove-other-users-personal-collections` that will filter out any personal collection that doesn't belong to the current user when the `exclude-other-user-collections=true` path param is used. Also added unit tests for both the `api/collection/` and `api/collection/tree` endpoint.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.pre-commit-config.yaml 363 B
repos:
- repo: https://github.com/clj-kondo/clj-kondo
rev: v2022.12.10
hooks:
- id: clj-kondo
# - repo: https://github.com/allie-jo/ns-sort.git
# rev: v1.1.3
# hooks:
# - id: ns-sort-docker
# - repo: https://github.com/allie-jo/cljfmt-docker
# rev: v0.9.1
# hooks:
# - id: cljfmt-docker
# args: [--indents 2]