vikunja/pkg/modules/migration
kolaente 43f1daf40c
continuous-integration/drone/push Build is passing Details
fix: microsoft todo migration not importing all tasks
Previously, we did not check if a list has more tasks than the ones returned. By default, the Microsoft Graph API only returns 10 tasks. If the user had more they would not get imported.
Now we check if there are more pages with tasks and pull them all in until we have everything.
2022-02-18 20:00:42 +01:00
..
handler User Data Export and import (#967) 2021-09-04 19:26:31 +00:00
microsoft-todo fix: microsoft todo migration not importing all tasks 2022-02-18 20:00:42 +01:00
todoist fix: importing tasks from todoist without a due time set 2021-11-23 22:29:57 +01:00
trello fix: importing trello attachments 2021-11-14 21:47:51 +01:00
vikunja-file User Data Export and import (#967) 2021-09-04 19:26:31 +00:00
wunderlist User Data Export and import (#967) 2021-09-04 19:26:31 +00:00
create_from_structure.go fix: importing archived lists or namespaces 2021-12-12 13:18:01 +01:00
create_from_structure_test.go User Data Export and import (#967) 2021-09-04 19:26:31 +00:00
db.go Update copyright year 2021-02-02 20:19:13 +01:00
helpers.go fix: lint 2021-11-16 20:37:37 +01:00
main_test.go Add events (#777) 2021-02-02 22:48:37 +00:00
migration_status.go User Data Export and import (#967) 2021-09-04 19:26:31 +00:00
migrator.go User Data Export and import (#967) 2021-09-04 19:26:31 +00:00