Commit Graph

8 Commits

Author SHA1 Message Date
yed e5e7b8afc6 refactor!: use SQLite and SQLAlchemy for database backend (#332)
* use sqlite + sqlalchemy as a database backend

* change entries getter

* page filterstate.page_size persistent

* add test for entry.id filter

* fix closing library

* fix tag search, adding field

* add field position

* add fields reordering

* use folder

* take field position into consideration

* fix adding tag

* fix test

* try to catch the correct exception, moron

* dont expunge subtags

* DRY models

* rename LibraryField, add is_default property

* remove field.position unique constraint
2024-09-08 22:06:01 -07:00
Jiri aa2925cde0 add pytest to CI pipeline (#286) 2024-06-13 15:29:22 -07:00
Vele George 4726f1fc63 Merge branch 'main' into test-support-2 2024-05-16 10:37:27 +03:00
Jiri c09f50c568 ci: add mypy check (#161)
* ci: add mypy check

* fix remaining mypy issues

* ignore whole methods
2024-05-15 22:25:53 -07:00
Vele George 4b1119ecba Merge branch 'main' into test-support-2 2024-05-14 11:38:24 +03:00
yedpodtrzitko 93526fa73f run tagstudio in CI 2024-05-13 08:46:55 +08:00
Hidorikun fb7c73d96b Add pytest support 2024-05-06 12:06:30 +03:00
yedpodtrzitko afd6e113d2 add ruff pre-commit hook and README info 2024-05-02 14:19:58 +08:00