Commit graph

23 commits

Author SHA1 Message Date
Éloi Rivard
aa57daf7ce
chore: bump to zxcvbn-py-rs 0.2.0 2024-12-06 15:22:40 +01:00
Éloi Rivard
ea29d96c9d
chore: prevent from uninstalling packages when running the demo 2024-11-25 23:45:41 +01:00
Éloi Rivard
8f3ea59a70
fix: do not install '--all-extras' by default in the demo env
since it may require to compile dependencies for the mariadb backend for
instance.
2024-11-13 10:18:07 +01:00
Éloi Rivard
c57244b9fa
fix: zxcvbn compilation in demo
until https://github.com/fief-dev/zxcvbn-rs-py/issues/2 is fixed, it is
needed to manually force the compatibility with Python 3.13
2024-11-06 15:21:15 +01:00
Éloi Rivard
885ba0f48c
chore: migrate to uv 2024-10-31 09:49:53 +01:00
Éloi Rivard
025d518dae
chore: pass .env variables to honcho 2024-04-15 13:45:39 +02:00
Éloi Rivard
8625318341
feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
Éloi Rivard
7afb86cf50
chore: launch demo with all the package extras
so it won't uninstall ldap when launching sql demo and vice versa
2023-12-15 20:43:42 +01:00
Éloi Rivard
27639081f0
feat: implement sqlalchemy backend
Co-authored-by: Loan Robert <loan@yaal.coop>
2023-11-24 13:57:46 +01:00
Éloi Rivard
96ccf12ad9
feat: split installation in different extras packages 2023-08-17 14:34:30 +02:00
Éloi Rivard
588ec8792e
Implement a dummy inmemory backend 2023-08-17 12:33:45 +02:00
Éloi Rivard
6729cc9113 Fixed demo/run.sh exit commands 2023-03-20 09:56:14 +01:00
Éloi Rivard
5fc4ad9ac9 Improved the 'CONTRIBUTING' documentation 2023-03-12 00:45:57 +01:00
Éloi Rivard
fab9f3938f demo and dependencies cleanups 2023-03-12 00:13:09 +01:00
Éloi Rivard
b6c8790df8 Fixes message on 'run.sh' 2023-02-14 17:58:42 +01:00
Éloi Rivard
38401005e7 The demo now uses poetry 2022-05-13 16:47:48 +02:00
Éloi Rivard
5273ae1075 demo: python binary detection fix 2021-10-27 20:55:04 +02:00
Éloi Rivard
bf258f67e4 demo: can force either native or docker slapd 2021-08-31 15:47:06 +02:00
Éloi Rivard
6e909c7de2 The demo deletes its virtualenv if something has gone wrong during an installation 2021-04-09 18:49:08 +02:00
Éloi Rivard
e0c42b606e demo: use python-slapd instead of slapdobject 2021-04-02 15:47:46 +02:00
Éloi Rivard
f29fe7b575 Use a very edgy python-ldap version 2020-11-15 18:32:03 +01:00
Éloi Rivard
49cfdc31b2 Updated README 2020-11-13 11:15:17 +01:00
Éloi Rivard
7762e58d67 Development environment without docker. Plus client samples. Fixes #18 2020-11-10 17:52:52 +01:00