vikunja/pkg/modules/migration
kolaente 359b07dabb
fix(views): move bucket update to extra endpoint
BREAKING CHANGE: The bucket id of the task model is now only used internally and will not trigger a change in buckets when updating the task.

This resolves a problem where the task update routine needs to know the view context it is in. Because that's not really what it should be used for, the extra endpoint takes all required parameters and handles the complexity of actually updating the bucket.
This fixes a bug where it was impossible to move a task around between buckets of a saved filter view. In that case, the view of the bucket and the project the task was in would be different, hence the update failed.
2024-07-02 16:34:53 +02:00
..
handler fix: lint 2024-04-08 13:23:15 +02:00
microsoft-todo chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
ticktick chore(deps): update golangci-lint rules 2023-12-19 13:34:31 +01:00
todoist fix(migration): ensure tasks are put into the correct bucket when migrating from todoist 2024-06-04 08:33:11 +02:00
trello feat(migration): include non upload attachments from Trello (#2261) 2024-04-10 22:12:06 +00:00
vikunja-file chore: check if import zip contains a VERSION file 2024-01-14 22:21:55 +01:00
create_from_structure.go fix(views): move bucket update to extra endpoint 2024-07-02 16:34:53 +02:00
create_from_structure_test.go fix(views): import 2024-03-19 00:47:51 +01:00
db.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
helpers.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
main_test.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
migration_status.go feat(migration): migration from other services now happens in the background 2023-11-09 00:15:11 +01:00
migrator.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
testimage.jpg feat(migrators): remove wunderlist (#1346) 2022-12-29 17:12:39 +00:00