Recent Releases of ckanext-ldap

ckanext-ldap - v4.1.1

v4.1.1 (2025-06-09)

Style

  • fix quotes

Build System(s)

  • update ckantools

CI System(s)

  • 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

[main 8b53c39] bump: version 4.1.0 → 4.1.1 3 files changed, 19 insertions(+), 3 deletions(-)

- Python
Published by alycejenni 9 months ago

ckanext-ldap - v4.1.0

v4.1.0 (2025-05-27)

Feature

  • add basic error codes for tracking down login issues

[main 7712f66] bump: version 4.0.0 → 4.1.0 3 files changed, 9 insertions(+), 3 deletions(-)

- Python
Published by alycejenni 9 months ago

ckanext-ldap - v4.0.0

v4.0.0 (2025-03-17)

Breaking Changes

  • switch table creation to alembic

Fix

  • set ldap debug level in plugin setup

Refactor

  • move config validation to update_config

Style

  • reformat line

Tests

  • use clean db for version-dependent tests
  • fixtures: shorten db init

[main 9c61f6f] bump: version 3.3.3 → 4.0.0 3 files changed, 26 insertions(+), 3 deletions(-)

- Python
Published by alycejenni 12 months ago

ckanext-ldap - v3.3.3

v3.3.3 (2024-11-04)

Docs

  • use variable logo based on colour scheme
  • fix tests badge tests workflow file was renamed
  • standardise returns field

Style

  • automatic reformat auto reformat with ruff/docformatter/prettier after config changes

Build System(s)

  • remove version from docker compose file version specifier is deprecated

CI System(s)

  • 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

Chores/Misc

  • add pull request template
  • update tool details in contributing guide

[main b7adda7] bump: version 3.3.2 → 3.3.3 3 files changed, 34 insertions(+), 3 deletions(-)

- Python
Published by alycejenni over 1 year ago

ckanext-ldap - v3.3.2

v3.3.2 (2024-08-20)

[main ab7c772] bump: version 3.3.1 → 3.3.2 3 files changed, 5 insertions(+), 3 deletions(-)

- Python
Published by alycejenni over 1 year ago

ckanext-ldap - v3.3.1

v3.3.1 (2024-05-14)

Fix

  • inherit IAuthenticator methods to fix 2.10 issue

Docs

  • reformat readme
  • update readme to list 2.10 test running details

[main 9a184a6] bump: version 3.3.0 → 3.3.1 3 files changed, 14 insertions(+), 3 deletions(-)

- Python
Published by alycejenni almost 2 years ago

ckanext-ldap - v3.3.0

v3.3.0 (2024-01-22)

Feature

  • add "ignore referrals" config option

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 11e2e7c] bump: version 3.2.11 → 3.3.0 3 files changed, 19 insertions(+), 3 deletions(-)

- Python
Published by alycejenni about 2 years ago

ckanext-ldap - v3.2.11

v3.2.11 (2023-09-25)

Docs

  • update docker test service name in readme

Style

  • fix some minor formatting irregularities

Tests

  • sort out the CKAN 2.10 tests
  • add a test for login_success
  • add test for login_failed helper

Build System(s)

  • adds ckantest:next as a test target option

CI System(s)

  • add tests on next to ci
  • update docker test service name in github action workflow
  • fix tests, postgresql wasn't working

[main f48e0d2] bump: version 3.2.10 → 3.2.11 2 files changed, 28 insertions(+), 2 deletions(-)

- Python
Published by alycejenni over 2 years ago

ckanext-ldap - v3.2.10

v3.2.10 (2023-07-17)

Docs

  • update logos

[main 5a83e6d] bump: version 3.2.9 → 3.2.10 2 files changed, 8 insertions(+), 2 deletions(-)

- Python
Published by alycejenni over 2 years ago

ckanext-ldap - v3.2.9

v3.2.9 (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 4348faf] bump: version 3.2.8 → 3.2.9 2 files changed, 12 insertions(+), 2 deletions(-)

- Python
Published by alycejenni almost 3 years ago

ckanext-ldap - v3.2.8

v3.2.8 (2023-02-20)

Docs

  • fix api docs generation script

Chores/Misc

  • small fixes to align with other extensions

[main c7e882f] bump: version 3.2.7 → 3.2.8 2 files changed, 12 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-ldap - v3.2.7

v3.2.7 (2023-02-13)

Fix

  • add 'about' key to schema

Style

  • add whitespace in schema

[main efc3192] bump: version 3.2.6 → 3.2.7 2 files changed, 12 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-ldap - v3.2.6

v3.2.6 (2023-01-31)

Docs

  • readme: change logo url from blob to raw

[main 6c27f92] bump: version 3.2.5 → 3.2.6 2 files changed, 8 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-ldap - v3.2.5

v3.2.5 (2023-01-31)

Docs

  • readme: direct link to logo in readme
  • readme: fix github actions badge

[main cccddbf] bump: version 3.2.4 → 3.2.5 2 files changed, 9 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-ldap - v3.2.4

v3.2.4 (2023-01-25)

Fix

  • move templates into theme directory

Style

  • fix some auto style issues

Build System(s)

  • docker: use 'latest' tag for test docker image

[main 831a424] bump: version 3.2.3 → 3.2.4 2 files changed, 16 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-ldap - v3.2.3

v3.2.3 (2022-12-12)

Style

  • change quotes in setup.py to single quotes

Build System(s)

  • include top-level data files in theme folder
  • add package data

[main abd12bc] bump: version 3.2.2 → 3.2.3 2 files changed, 13 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-ldap - v3.2.2

v3.2.2 (2022-12-08)

Build System(s)

  • update python-ldap minor version

[main f3f8752] bump: version 3.2.1 → 3.2.2 2 files changed, 8 insertions(+), 2 deletions(-)

- Python
Published by alycejenni about 3 years ago

ckanext-ldap - v3.2.1

v3.2.1 (2022-12-01)

Docs

  • readme: fix table borders
  • readme: format test section
  • readme: update installation steps
  • readme: update ckan patch version in header badge

[main c225b7b] bump: version 3.2.0 → 3.2.1 2 files changed, 11 insertions(+), 2 deletions(-)

- Python
Published by alycejenni over 3 years ago

ckanext-ldap - v3.2.0

v3.2.0 (2022-11-28)

Fix

  • exclude helpers from pre-commit test
  • unpin ckantools version

Docs

  • fix markdown-include references
  • add section delimiters
  • fix a few bits of the README
  • add logo

Build System(s)

  • set changelog generation to incremental
  • pin ckantools minor version
  • exclude docs from setuptools

CI System(s)

  • add cz_nhm as a dependency
  • commitizen: fix message template
  • add pypi release action

Chores/Misc

  • remove manifest.in
  • clear old changelog
  • use cz_nhm commitizen config
  • improve commitizen message template
  • move cz config into separate file
  • add --pytest-test-first arg to precommit

v3.1.4 (2022-11-07)

Fix

  • move docs requirements into separate file

v3.1.3 (2022-11-07)

Fix

  • add the module name for coverage generation
  • use ckantest docker v0.2

Docs

  • add badge
  • add mkdocs config

Build System(s)

  • add a bash script to run tests
  • try coveralls again with GITHUB_TOKEN
  • use coverallsapp action
  • use ubuntu-latest
  • add docker dependencies for libldap2 and libsasl2

Chores/Misc

  • update various package files

v3.1.2 (2022-08-08)

v3.1.1 (2022-04-25)

v3.1.0 (2022-03-21)

v3.0.1 (2022-03-14)

v3.0.0 (2021-03-09)

v2.1.0 (2021-01-25)

v2.0.0-alpha (2019-07-23)

v1.0.2 (2018-05-17)

v1.0.1 (2018-01-29)

v1.0.0 (2018-01-04)

v0.0.1 (2017-04-11)

[main 4aa2bb0] bump: version 3.1.4 → 3.2.0 2 files changed, 89 insertions(+), 2 deletions(-)

- Python
Published by alycejenni over 3 years ago

ckanext-ldap - v3.1.4

v3.1.4 (2022-11-07)

Fix

  • move docs requirements into separate file

[main d45a405] bump: version 3.1.3 → 3.1.4 2 files changed, 8 insertions(+), 2 deletions(-)

- Python
Published by alycejenni over 3 years ago

ckanext-ldap - v3.1.3

v3.1.3 (2022-11-07)

Fix

  • add the module name for coverage generation
  • use ckantest docker v0.2

v3.1.2 (2022-08-08)

v3.1.1 (2022-04-25)

v3.1.0 (2022-03-21)

v3.0.1 (2022-03-14)

[main 93b5c84] bump: version 3.1.2 → 3.1.3 2 files changed, 17 insertions(+), 2 deletions(-)

- Python
Published by alycejenni over 3 years ago

ckanext-ldap - v3.1.2

What's Changed

  • Warned about ckanext.ldap.trace_level in README.md by @rahcor in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/86
  • Add security warning to debug_level as well by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/88
  • Weekly release 2022-08-08 by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/87

New Contributors

  • @rahcor made their first contribution in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/86

Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-ldap/compare/v3.1.1...v3.1.2

- Python
Published by alycejenni over 3 years ago

ckanext-ldap - v3.1.1

What's Changed

  • updated ldap org id description by @jdkruzr in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/83
  • Release 2022-04-25 by @alycejenni in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/85

New Contributors

  • @jdkruzr made their first contribution in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/83

Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-ldap/compare/v3.1.0...v3.1.1

- Python
Published by alycejenni almost 4 years ago

ckanext-ldap - v3.1.0

What's Changed

  • Allow configuration to determine if LDAP users can have their CKAN passwords reset by @jrdh in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/82

Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-ldap/compare/v3.0.1...v3.1.0

- Python
Published by alycejenni almost 4 years ago

ckanext-ldap - v3.0.1

What's Changed

  • Add simple example config to readme by @jrdh in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/77
  • Bump python-ldap from 3.0.0 to 3.4.0 by @dependabot in https://github.com/NaturalHistoryMuseum/ckanext-ldap/pull/81

Full Changelog: https://github.com/NaturalHistoryMuseum/ckanext-ldap/compare/v3.0.0...v3.0.1

- Python
Published by alycejenni almost 4 years ago

ckanext-ldap - v2.1.0

CKAN 2.9.1 compatible release.

This is the last release that is compatible with Python 2.

- Python
Published by jrdh almost 5 years ago

ckanext-ldap - v3.0.0

  • Upgrades this extension to work with Python 3 and CKAN 2.9.x
  • Drops Python 2 support

- Python
Published by jrdh almost 5 years ago

ckanext-ldap - v1.0.2

- Python
Published by jrdh almost 8 years ago

ckanext-ldap - v1.0.1

- Python
Published by jrdh about 8 years ago

ckanext-ldap - v1.0.0

- Python
Published by jrdh about 8 years ago

ckanext-ldap -

- Python
Published by benscott about 8 years ago