api/pkg/integrations
konrad e52c45d5aa fix: sort tasks logically and consistent across dbms (#1177)
This PR changes the behavoir of sorting tasks. Before, tasks were sorted with null values first. Now, null values are always sorted last which is usually what you want.

Partial fix for https://github.com/go-vikunja/frontend/issues/54

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#1177
2022-05-30 20:53:58 +00:00
..
_test.go.tpl Update copyright year 2021-02-02 20:19:13 +01:00
archived_test.go Update copyright year 2021-02-02 20:19:13 +01:00
healthcheck_test.go healthcheck endpoint (#998) 2021-10-03 18:37:02 +00:00
integrations.go feat: upgrade golangci-lint to 1.45.2 2022-03-27 16:55:37 +02:00
kanban_test.go Add names for link shares (#829) 2021-04-07 12:44:39 +00:00
link_sharing_auth_test.go Add link share password authentication (#831) 2021-04-11 13:17:50 +00:00
link_sharing_test.go Add names for link shares (#829) 2021-04-07 12:44:39 +00:00
list_test.go Update copyright year 2021-02-02 20:19:13 +01:00
login_test.go Add link share password authentication (#831) 2021-04-11 13:17:50 +00:00
register_test.go Add link share password authentication (#831) 2021-04-11 13:17:50 +00:00
task_collection_test.go fix: sort tasks logically and consistent across dbms (#1177) 2022-05-30 20:53:58 +00:00
task_comment_test.go Add names for link shares (#829) 2021-04-07 12:44:39 +00:00
task_test.go Add names for link shares (#829) 2021-04-07 12:44:39 +00:00
token_test.go Update copyright year 2021-02-02 20:19:13 +01:00
user_change_password_test.go Update copyright year 2021-02-02 20:19:13 +01:00
user_confirm_email_test.go Add link share password authentication (#831) 2021-04-11 13:17:50 +00:00
user_list_test.go Enable searching users by full email or name 2021-04-07 18:28:58 +02:00
user_password_request_token_test.go Add link share password authentication (#831) 2021-04-11 13:17:50 +00:00
user_password_reset_test.go Add link share password authentication (#831) 2021-04-11 13:17:50 +00:00
user_show_test.go Update copyright year 2021-02-02 20:19:13 +01:00