1
0
Commit Graph

26 Commits

Author SHA1 Message Date
77e95642a9 fix(tasks): make fetching tasks in buckets via typesense work 2024-04-13 17:52:47 +02:00
a5d02380a3 fix(typesense): make fetching task positions per view more efficient 2024-04-13 17:26:38 +02:00
3519b8b2fe fix(tasks): index and order by task position when using typesense 2024-04-13 17:19:27 +02:00
cb648e5ad8 fix(typesense): fix reindexing views and positions in typesense 2024-04-13 16:38:45 +02:00
f364f3bec8 feat(views): return position when retriving tasks 2024-03-19 00:47:48 +01:00
ee6ea03506 feat(views): sort by position 2024-03-19 00:47:47 +01:00
43f24661d7 feat(views): save view and position in Typesense 2024-03-19 00:47:47 +01:00
5641da27f7 feat(views): save position in Typesense 2024-03-19 00:47:47 +01:00
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 2024-01-16 14:06:44 +00:00
98102e59f2 feat(typesense): add new tasks to typesense directly when they are created 2023-09-29 21:15:28 +02:00
8f4ee3a089 fix(typesense): make sure searching works when no task has a comment at index time 2023-09-29 16:35:59 +02:00
054f21821c fix(typesense): don't try to index tasks if there are none 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 2023-09-04 10:42:10 +02:00
490d374cfd fix(typesense): add more error logging 2023-09-04 10:20:51 +02:00
21a1f02ea3 fix(typesense): add more error logging 2023-09-03 22:54:50 +02:00
1a492722dd fix(typesense): upsert one document at a time 2023-09-03 22:51:43 +02:00
e518fb1191 chore: remove year from copyright headers
Resolves https://kolaente.dev/vikunja/api/pulls/1483
2023-09-01 08:32:28 +02:00
29317b980e fix: lint 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