Commit Graph

31 Commits

Author SHA1 Message Date
etienne-hd ecdede2306 feat(docker): add compose file 2026-05-16 03:21:55 +02:00
etienne-hd afab2654d0 ci(github): add ruff lint workflow 2026-04-29 23:12:32 +02:00
etienne-hd 18d6273c8b chore(release): bump version to 1.1.2 and update changelog 1.1.2 2026-04-29 20:09:44 +02:00
Étienne Hodé 14c8c11b1a Merge pull request #6 from etienne-hd/refactor/typing
Format with ruff
2026-04-29 19:47:12 +02:00
etienne-hd 90469d9025 style: format lbc-finder with ruff 2026-04-29 19:44:22 +02:00
etienne-hd 73e33ab782 docs(readme): update python requirement and installation instructions 2026-04-29 19:35:20 +02:00
Étienne Hodé 391d5f8e89 Merge pull request #5 from etienne-hd/chore/uv
uv-based dependency management and update Docker setup
2026-04-29 19:29:03 +02:00
etienne-hd ccc0448241 chore(docker): migrate container build to uv and remove legacy requirements file 2026-04-29 18:42:26 +02:00
etienne-hd be6337684c chore(deps): add uv project metadata and lockfile 2026-04-29 18:13:32 +02:00
etienne-hd b6dc50b436 chore(changelog): update changelog for v1.1.1 1.1.1 2026-03-07 17:33:18 +01:00
etienne-hd d48349b271 docs(README): support of optional requirements.txt in Docker section 2026-03-07 16:53:43 +01:00
etienne-hd 31682fabbf docs(examples): move requirements.txt to config/requirements.txt 2026-03-07 16:49:05 +01:00
etienne-hd b2d5d400da refactor(docker): requirements.txt to config/requirements.txt to prevent from creating another volume 2026-03-07 16:48:12 +01:00
etienne-hd e60ad25035 chore(docker): update Dockerfile and added docker-entrypoint.sh 2026-03-07 16:38:42 +01:00
etienne-hd f2a63ec7ff docs(examples): rewrite discord example with the new configuration 2026-03-07 16:00:03 +01:00
etienne-hd d4e76c75af refactor(config): configuration file moved to /config.py to /config/* 2026-03-07 15:46:40 +01:00
etienne-hd af4264270b feat(example): raise exception if request failed 2026-03-06 19:56:55 +01:00
etienne-hd c1b4437e8d chore(changelog): update changelog for v1.1.0 1.1.0 2026-03-06 19:22:26 +01:00
etienne-hd 37ec53c56a docs: rewrite support section 2026-03-06 19:14:48 +01:00
etienne-hd 4806146200 docs(docker): added docker section in README.md 2026-03-06 19:12:54 +01:00
etienne-hd 8f3f39c0fc feat(docker): added Dockerfile 2026-03-06 18:54:21 +01:00
etienne-hd b4946264ff refactor: id.json and logs have been moved to /data 2026-03-06 18:07:22 +01:00
etienne-hd fee4101455 refactor: project structure, move all source into /lbc-finder 2026-03-06 16:08:16 +01:00
etienne-hd 6764ebf631 chore(changelog): update changelog 2026-03-06 16:05:09 +01:00
etienne-hd 5e0ec1cc34 Bump: lbc ->1.1.2 1.0.1 2026-02-14 22:56:00 +01:00
etienne-hd 84a4345835 Changed: _HANDLER_MAX_ATTEMPTS and _HANDLER_INITIAL_BACKOFF is now in the constructor of Searcher class 2026-02-14 22:42:56 +01:00
Oussema Bouafif 9ac92ceed5 Remove ad-hoc quick retry script from contribution 2026-02-14 15:17:38 +01:00
Oussema Bouafif 12c66ed108 Add quick retry behavior test script for handler failure scenarios 2026-02-14 15:07:39 +01:00
Oussema Bouafif 432b962d23 Improve notification reliability with handler retries and post-success ID marking 2026-02-14 14:54:23 +01:00
etienne-hd 19bd8976ce Bump: lbc ->1.1.0
Changed: 'models' folder has been renamed to 'model'
2025-12-24 16:23:05 +01:00
etienne-hd dfbbcbdbbb Initial release 1.0.0 2025-08-21 23:50:34 +02:00