08205008e7
Fix query param name Add option to include null results when filtering Always set db time to gmt Fix null filter Fix timezone setting for todoist parsing Fix timezone setting for wunderlist parsing Fix import Fix caldav reminder parsing Use timezone from config Add error and test for invalid filter values Fix integration tests Remove task collection date hack Fix task filter Fix lint Fix tests and fixtures for date timezone stuff Properly set timezone Change fixtures time zone to gmt Set db timezone Set created and updated timestamps for all fixtures Fix lint Fix test fixtures Fix misspell Fix test fixtures Partially fix tests Remove timeutil package Remove adding _unix suffix hack Remove _unix suffix Move all timeutil.TimeStamp to time.Time Remove all Unix suffixes in field names Add better error messages when running migrations Make sure to not migrate 0 unix timestamps to 1970 iso dates Add migration script for sqlite Add converting sqlite values Convert 0 unix timestamps to null in postgres Convert 0 to null in timestamps Automatically rename _unix suffix Add all tables and columns for migration Fix sql migration query for mysql Fail with an error if trying to use an unsupported dbms Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/594
52 lines
909 B
YAML
52 lines
909 B
YAML
- id: 1
|
|
user_id: 1
|
|
namespace_id: 3
|
|
right: 0
|
|
updated: 2018-12-02 15:13:12
|
|
created: 2018-12-01 15:13:12
|
|
|
|
- id: 2
|
|
user_id: 2
|
|
namespace_id: 3
|
|
right: 0
|
|
updated: 2018-12-02 15:13:12
|
|
created: 2018-12-01 15:13:12
|
|
|
|
- id: 3
|
|
user_id: 1
|
|
namespace_id: 10
|
|
right: 0
|
|
updated: 2018-12-02 15:13:12
|
|
created: 2018-12-01 15:13:12
|
|
|
|
- id: 4
|
|
user_id: 1
|
|
namespace_id: 11
|
|
right: 1
|
|
updated: 2018-12-02 15:13:12
|
|
created: 2018-12-01 15:13:12
|
|
|
|
- id: 5
|
|
user_id: 1
|
|
namespace_id: 12
|
|
right: 2
|
|
updated: 2018-12-02 15:13:12
|
|
created: 2018-12-01 15:13:12
|
|
- id: 6
|
|
user_id: 11
|
|
namespace_id: 14
|
|
right: 0
|
|
updated: 2018-12-02 15:13:12
|
|
created: 2018-12-01 15:13:12
|
|
- id: 7
|
|
user_id: 12
|
|
namespace_id: 14
|
|
right: 1
|
|
updated: 2018-12-02 15:13:12
|
|
created: 2018-12-01 15:13:12
|
|
- id: 8
|
|
user_id: 13
|
|
namespace_id: 14
|
|
right: 2
|
|
updated: 2018-12-02 15:13:12
|
|
created: 2018-12-01 15:13:12
|