1
0
Commit Graph

9803 Commits

Author SHA1 Message Date
405dd1c1a6 Fix getting migration status 2020-05-24 15:49:58 +02:00
991de38980 Add todoist migrator to the frontend 2020-05-24 15:31:27 +02:00
c37b776f7a Add docker setup guide from start to finish 2020-05-24 13:50:17 +02:00
e9bc3246ce Add todoist migrator to available migrators in info endpoint if it is enabled 2020-05-24 12:51:38 +02:00
e89e6d47d4 Todoist Migration (#566)
Add swagger docs + fix lint

Add parsing logic + fix fixtures

Fix test init

Add logging to creating labels and debug logs

Add creating labels when migrating

Finish test fixtures

Started adding fixtures for testing

Add method and test structures to convert todoist to vikunja

Add basic structure to migrate everything

Add all structs for todoist api

Add docs for config options

Add routes for todoist migrator

Add api token exchange

Add basic structure for todoist migration

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/566
2020-05-23 20:50:54 +00:00
292c815000 Add restarting commands to all example docker compose files 2020-05-23 19:34:44 +02:00
f0b1de5ec6 Use the db logger instance for logging migration related stuff 2020-05-23 18:33:11 +02:00
0c77c591e4 Update dependency eslint to v7.1.0 (#139)
Update dependency eslint to v7.1.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/139
2020-05-23 09:54:47 +00:00
4204af255c Add ability to run the docker container with configurable user and group ids 2020-05-22 21:18:11 +02:00
fa37d5bf59 Add changing the uid and gid in docker through env variables 2020-05-22 18:11:20 +02:00
0953400321 Enable resetting search input 2020-05-22 17:32:18 +02:00
8592652e5b Save list view per list and not globally 2020-05-22 17:28:26 +02:00
68e6b23610 Remove old tasks when loading list view 2020-05-21 11:36:42 +02:00
a4bc95902a Fix trying to load kanban buckets if the kanban board is not in focus 2020-05-21 11:35:09 +02:00
0d94386e99 Fix gantt chart not updating when navigating between lists 2020-05-21 11:19:44 +02:00
12727900de Remember list view when navigating between lists 2020-05-21 11:13:19 +02:00
b0948a37d4 Update module go-redis/redis/v7 to v7.3.0 (#565)
Update module go-redis/redis/v7 to v7.3.0

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/565
2020-05-21 08:56:39 +00:00
978e7b4acb Update dependency vue-router to v3.2.0 (#137)
Update dependency vue-router to v3.2.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/137
2020-05-19 17:28:58 +00:00
cc47d11792 "fix" gocyclo check 2020-05-19 17:41:37 +02:00
b6b82e6f54 Merge branch 'release/0.13' 2020-05-19 17:28:32 +02:00
16ed5fd982 Release preparations 2020-05-19 17:27:37 +02:00
24aa68f090 Don't return all tasks when a user has no lists 2020-05-19 17:23:49 +02:00
98ef052967 Don't return all tasks when a user has no lists 2020-05-19 17:22:10 +02:00
fdac36ff1c Update dependency date-fns to v2.14.0 (#136)
Update dependency date-fns to v2.14.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/136
2020-05-19 11:26:28 +00:00
1da7ffb23c Add changing list identifier 2020-05-16 13:14:57 +02:00
8a01b20e1e Fix setting a list identifier to empty 2020-05-16 13:13:11 +02:00
5a86f44fc3 Generate a random list identifier based on the list title 2020-05-16 12:58:37 +02:00
d7b4b2189a Ensure consistent naming of title fields (#134)
Merge branch 'master' into fix/title-fields

Change task text field to title

Change namespace name field to title

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/134
2020-05-16 10:31:16 +00:00
fe43173b6c Ensure consistent naming of title fields (#528)
Remove task text and namespace name in migration

Fix lint

Add migration for namespace title

Fix renaming namespace name to title

Rename namespace name field to title

Drop text column at the end of the migration

Add migration for task text to title

Rename task text to title

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/528
2020-05-16 10:17:44 +00:00
c4b92a8f52 Fix redirect when not logged in 2020-05-16 12:02:30 +02:00
587ce92dc9 Improve getting all namespaces performance (#526)
Improve getting all namespaces performance

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/526
2020-05-15 15:10:22 +00:00
8758fb6ac5 Fix case-insensitive task search for postgresql (#524)
"Fix" gocyclo

Fix case-insensitive task search for postgresql

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/524
2020-05-15 14:12:20 +00:00
92e5e2db6a Make the _unix suffix optional when sorting tasks 2020-05-15 16:07:36 +02:00
851f0d6c08 Update src.techknowlogick.com/xgo commit hash to 209a5cf (#523)
Update src.techknowlogick.com/xgo commit hash to 209a5cf

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/523
2020-05-15 13:28:38 +00:00
333444b4e1 Improve metrics performance 2020-05-15 14:42:32 +02:00
28a5c1f7b2 Remove dependencies on build step to speed up test pipeline (#521)
Make all steps depend on fetch tags to let them execute in parallel

Cleanup

Remove dependency from the build step everywhere

Add generation step for tests

Remove dependencies on build step to speed up test pipeline

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/521
2020-05-15 12:06:12 +00:00
4533ac6b28 Update module spf13/cobra to v1 (#511)
Update module spf13/cobra to v1

Reviewed-on: https://kolaente.dev/vikunja/api/pulls/511
2020-05-14 19:09:06 +00:00
f63576960d 0.13 release preperations 2020-05-12 22:16:04 +02:00
91a3b7aba2 0.13 release preperations 2020-05-12 22:11:46 +02:00
4137d4aed2 Fix creating new things with a link share auth 2020-05-12 15:51:48 +02:00
d0f6a4ce99 Better responsive layout for unauthenticated pages 2020-05-12 15:18:37 +02:00
b876a4d4dc Fix redirecting for unauthenticated pages to login 2020-05-12 15:17:47 +02:00
0dc4e6b95d Fix trying to load the current tasks even when not logged in (Fixes #133) 2020-05-12 15:08:17 +02:00
cb095d70df Add explanation to docs about cors 2020-05-12 11:10:07 +02:00
e43e601912 Add traefik 2 example configuration 2020-05-11 22:02:15 +02:00
cc46809639 Fix sharing rights not displayed correctly 2020-05-11 20:56:35 +02:00
55cd40d175 Fix team rights not updating for namespace rights 2020-05-11 18:39:30 +02:00
687b8dc824 Remove task in kanban state when removing in task detail view 2020-05-11 17:25:04 +02:00
d409957de5 Update dependency vuex to v3.4.0 (#132)
Update dependency vuex to v3.4.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/132
2020-05-11 15:13:51 +00:00
995dec33ea Add list title in overview page 2020-05-11 16:52:58 +02:00