Geoff Owen
7df92332fd
feat: Adding additional methods to support roles-by-id api calls
Most of the methods rely on the role name within python keycloak, which for the vast majority is fine, however there are some role names which cannot be used by the API endpoint as they contain characters that cannot be encoded properly. Therefore this change is to allow the use of the role's id to get, update and delete roles by their id instead.'
9 months ago
Richard Nemeth
03c317c68b
fix: Ci/fix tests ( #506 )
* chore: deps update
* test: fix tests
* ci: update
* fix: dependencies
* ci: drop python 3.7
* fix: docs, lint etc
* test: fixed exchange
* chore: docs lint
* ci: ignore e231
* fix: upgrade sphinx
* docs: read the docs updated
* chore: removed setuptools
12 months ago
Richard Nemeth
8d823d71ce
ci: include the package
1 year ago
Richard Nemeth
4803101fb0
fix: relax the version constraints
1 year ago
Tobias Genannt
1056c77a21
test: Test with multiple Keycloak versions ( #418 )
This extends the test matrix to use multiple Keycloak versions.
2 years ago
Richard Nemeth
d7bcca10db
ci: dont skip
2 years ago
Richard Nemeth
33f768fd74
chore: upgrade dependencies
2 years ago
Richard Nemeth
f1809970bc
test: fix the tests for latest keycloak
2 years ago
Richard Nemeth
7ea8ef6cbb
ci: dont do incremental updats to the changelog
2 years ago
Richard Nemeth
843113921c
chore: linting on full repo
2 years ago
Richard Nemeth
2bf150f7c1
style: start of more checks
2 years ago
Richard Nemeth
15fbe3683c
docs: added changelog creation with cicd
2 years ago
Richard Nemeth
a07a5eb60f
style: removed manifest, applied pre-commit hooks
2 years ago
Richard Nemeth
9ab340f4a4
feat: added flake8-docstrings and upgraded dependencies
2 years ago
Richard Nemeth
5cd8fc3913
test: use tox-poetry plugin for tox
2 years ago
Chuma Umenze
81695472d3
chore: tox test install without hashes
2 years ago
Chuma Umenze
e7152e5c74
build: use poetry for package management
2 years ago
Richard Nemeth
bc82de7989
test: update the test framework
Updated the tox framework to operate on files in src for checks, but in
toxenv for tests
2 years ago
Richard Nemeth
cc82e6a874
feat: initial setup of CICD and linting
2 years ago