1
0
Commit Graph

19 Commits

Author SHA1 Message Date
caf91d1904 Update xorm to use the new import path (#133)
Fix ineffassign

Fix getting all labels including the ones not associated to a task

Signed-off-by: kolaente <k@knt.li>

Fix logging sql queries

Signed-off-by: kolaente <k@knt.li>

Start fixing getting all labels

Update xormigrate

Update xorm to use the new import path

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/133
2020-02-14 16:34:25 +00:00
1f99238019 Update copyright header 2020-02-07 17:27:45 +01:00
7e9446ea07 Refactor User and DB handling (#123)
fix copyright date

Add more user tests

More user tests

More user tests

Start refactoring user tests

Docs

Fix lint

Fix db fixtures init in tests

Fix models test

Fix loading fixtures

Fix ineffasign

Fix lint

Fix integration tests

Fix init of test engine creation

Fix user related tests

Better handling of creating test enging

Moved all fixtures to db package

Moved all fixtures to db package

Moved user related stuff to seperate package

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/123
2020-01-26 17:08:06 +00:00
8c33e24e92 Migration Improvements (#122)
Update swagger docs

Update docs

Let the wunderlist migrator use the registerRoutes function

Add migration status table

Add migration status

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/122
2020-01-20 19:48:46 +00:00
a0c5e4e985 Update copyright year (#118) 2020-01-09 17:33:22 +00:00
720df3cbed Add task identifier (#115) 2019-12-07 22:28:45 +00:00
e890001ee1 Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
2169464983 Task Attachments (#104) 2019-10-16 20:52:29 +00:00
e2f481a6e5 Fixed migration for task relations 2019-10-13 11:44:56 +02:00
8fe33fd616 Task Relations (#103) 2019-09-25 18:44:41 +00:00
1272255975 Added percent done to tasks (#102) 2019-09-21 10:52:10 +00:00
8d57923a7d Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
48826a6ed7 Logger refactoring (#90) 2019-07-20 18:12:10 +00:00
ef0e7c9769 Use longtext instead of varchar(1000) on description fields (#88) 2019-07-18 19:56:34 +00:00
1f1a079fd3 Better config handling with constants (#83) 2019-07-06 20:12:26 +00:00
24ce940885 Put reminders in an extra table (#75) 2019-05-25 07:33:57 +00:00
7107d030fc Better caldav support (#73) 2019-05-22 17:48:48 +00:00
24704bd4ed Added color field to tasks 2019-04-30 11:26:37 +02:00
be5a17e993 DB Migrations (#67) 2019-03-29 17:54:35 +00:00