Commit Graph

18 Commits

Author SHA1 Message Date
14353b24d7
feat(views): set default position 2024-03-19 00:47:47 +01:00
2502776460
feat(views)!: move task position handling to its own crud entity
BREAKING CHANGE: the position of tasks now can't be updated anymore via the task update endpoint. Instead, there is a new endpoint which takes the project view into account as well.
2024-03-19 00:47:46 +01:00
90ad975ca0
fix(typesense): update tasks in Typesense directly when the change happened
Resolves https://community.vikunja.io/t/no-filters-working-assignee-date-task-done-etc/1910
2024-01-28 11:47:17 +01:00
4d48d814c9 fix: update function signatures
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-16 14:06:44 +00:00
98102e59f2
feat(typesense): add new tasks to typesense directly when they are created
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-29 21:15:28 +02:00
8f4ee3a089
fix(typesense): make sure searching works when no task has a comment at index time
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-29 16:35:59 +02:00
054f21821c
fix(typesense): don't try to index tasks if there are none
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-13 12:19:09 +02:00
f38535b2f4
fix(typesense): upsert all documents at once 2023-09-04 11:19:55 +02:00
093b5b99a0
fix(typesense): pass the correct user when fetching task comments
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-04 10:42:10 +02:00
490d374cfd
fix(typesense): add more error logging
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-04 10:20:51 +02:00
21a1f02ea3
fix(typesense): add more error logging
Some checks failed
continuous-integration/drone/push Build is failing
2023-09-03 22:54:50 +02:00
1a492722dd
fix(typesense): upsert one document at a time
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-03 22:51:43 +02:00
e518fb1191
chore: remove year from copyright headers
Some checks failed
continuous-integration/drone/push Build is failing
Resolves vikunja/api#1483
2023-09-01 08:32:28 +02:00
29317b980e
fix: lint
Some checks failed
continuous-integration/drone/pr Build is failing
2023-08-29 11:32:45 +02:00
2ca193e63b
feat(tasks): make sorting and filtering work with Typesense 2023-08-28 19:10:18 +02:00
1a82d6da44
feat(tasks): add periodic resync of updated tasks to Typesense 2023-08-28 13:26:40 +02:00
010b4ce783
feat(tasks): add searching via typesense 2023-08-28 12:14:50 +02:00
dee46d527a
feat(tasks): add typesense indexing 2023-08-28 11:11:30 +02:00