Commit History

chore: update .gitignore and some setting files
c451b7f

alessandro trinca tornidor commited on

test: add missing test_custom_synonym_handler.py
1918068

alessandro trinca tornidor commited on

chore: update submobule
5205aee

alessandro trinca tornidor commited on

refactor: refactor delete_entry() to reduce its complexity
3e4106b

alessandro trinca tornidor commited on

fix: improve CustomSynonymHandler behavior
0b98421

alessandro trinca tornidor commited on

feat: preload NLTK wordnet at fastapi app startup, renamed some exception objects
41f6b1c

alessandro trinca tornidor commited on

test: improved error logs on playwright test-classic-1* test cases
be63104

alessandro trinca tornidor commited on

feat: improve logs
15f45fc

alessandro trinca tornidor commited on

chore: add missing requirements_no_versions*.txt
ff3a963

alessandro trinca tornidor commited on

test: remove unused imports
a8d891f

alessandro trinca tornidor commited on

ci: add bash/zsh script to automate requirements*.txt files
e5face2

alessandro trinca tornidor commited on

chore: update python dependencies, update python version to 3.13, update requirements*.txt
803d9c7

alessandro trinca tornidor commited on

test: fix test case for python 3.13
428ed79

alessandro trinca tornidor commited on

chore: improve error logs in case of spacy model not found
224f2bb

alessandro trinca tornidor commited on

chore: update python dependencies
e964313

alessandro trinca tornidor commited on

chore: update submodule
047ee8e

alessandro trinca tornidor commited on

test: update all changed playwright aria snapshots
55f540c

alessandro trinca tornidor commited on

test: test-classic-4, use 'happy'+projectname to avoid concurrency issues with the backend
beca971

alessandro trinca tornidor commited on

test: fix the test-classic-4-lite.koboldai.net.spec.ts
e9fbce5

alessandro trinca tornidor commited on

test: update test case for th4esaurus custom form entries
be2d172

alessandro trinca tornidor commited on

chore: update submobule
f97c259

alessandro trinca tornidor commited on

feat: add /thesaurus-custom/{word} to delete words
fdefa6c

alessandro trinca tornidor commited on

chore: update submodule
59af081

alessandro trinca tornidor commited on

feat: improve the initial /thesaurus-custom endpoint
88320db

alessandro trinca tornidor commited on

feat: handle reverse search for custom entries, merge them with the ones from the builtin wordnet corpus
a434f16

alessandro trinca tornidor commited on

feat: add new endpoint to add custom thesaurus entries
39ba49c

alessandro trinca tornidor commited on

test: add missing json event files
ff771f8

alessandro trinca tornidor commited on

test: add test cases for /thesaurus-inflated-phrase, remove /thesaurus-inflated and its test cases
e20c434

alessandro trinca tornidor commited on

test: update python backend test cases, update logs
989f544

alessandro trinca tornidor commited on

test: fix missing tests, mark as skipped test-classic-0 /3,/4 for MobileChromeLandscape because viewport is too short
f3516da

alessandro trinca tornidor commited on

test: update test cases, still to fix mobile browser test cases
b8ff5d8

alessandro trinca tornidor commited on

chore: add missing .gitmodules
58e62f3

alessandro trinca tornidor commited on

test: add some console.log()
fae4bda

alessandro trinca tornidor commited on

test: update test case 2 and 3
b5b3e0a

alessandro trinca tornidor commited on

test: refactor test case 1, update test case 0
d0fef9b

alessandro trinca tornidor commited on

test: refactor test case 0
6a7e950

alessandro trinca tornidor commited on

chore: update submodule
c552908

alessandro trinca tornidor commited on

chore: update submodule
b32dfce

alessandro trinca tornidor commited on

feat: multi-words substitution support, backend part
5ffb0e3

alessandro trinca tornidor commited on

feat: handle NLTK wordnet preloading within /health-wordnet
a901fdc

alessandro trinca tornidor commited on

feat: spacy language model now is configurable
c2c8fde

alessandro trinca tornidor commited on

test: added a new test case for __version__
7f70db3

alessandro trinca tornidor commited on

test: add missing fastapi app test cases
8f964f4

alessandro trinca tornidor commited on

test: added new test cases
349b4a7

alessandro trinca tornidor commited on

test: change some assertions
1244921

alessandro trinca tornidor commited on

refactor: reduce inflect_synonym() complexity
1705761

alessandro trinca tornidor commited on

test: add more test cases
4e34c6e

alessandro trinca tornidor commited on

refactor: remove unreachable code, rename some exception objects
ab09955

alessandro trinca tornidor commited on

test: inflect_synonym(), add adjective test cases
65e5b17

alessandro trinca tornidor commited on

fix: inflect_synonym(), avoid wrong inflection in cases of adjectives
b240c9d

alessandro trinca tornidor commited on