Commit Graph

390 Commits

Author SHA1 Message Date
954d6b1170
remove unnessecary fmt
All checks were successful
the build was successful
2019-01-08 20:09:11 +01:00
1548bbccc3
update todo 2019-01-08 19:57:01 +01:00
d0b14aa718
Added method to bulk update assignees
All checks were successful
the build was successful
2019-01-07 23:18:38 +01:00
37ae1611a4
Added swaggerdocs
All checks were successful
the build was successful
2019-01-07 22:48:28 +01:00
2a0c4ea9bc
improvements 2019-01-06 17:51:20 +01:00
5a321a39ed
Add read all endpoint for assignees
All checks were successful
the build was successful
2019-01-06 15:19:12 +01:00
46558e74f7
Add create and delete methods for assignees
All checks were successful
the build was successful
2019-01-06 15:06:36 +01:00
e69ab9abd1
update todo 2019-01-06 14:17:49 +01:00
59cbff2354
fixed mispell
All checks were successful
the build was successful
2019-01-06 14:09:00 +01:00
fa748328ba
Performance improvements when updating task assignees, do less unnessecary stuff
Some checks failed
the build failed
2019-01-06 14:06:42 +01:00
31c39388f1
Fixed the generated version by the makefile to be more verbose
All checks were successful
the build was successful
2019-01-03 23:51:16 +01:00
056e37331e
[skip ci] Update todo 2019-01-03 23:35:53 +01:00
09787fb29b
[skip ci] Update todo 2019-01-03 23:31:29 +01:00
607dbd6ae8 API Docs improvements (#46)
All checks were successful
the build was successful
2019-01-03 22:22:06 +00:00
3183d10dbe
[skip ci] update readme and todo 2018-12-31 02:21:44 +01:00
6b40df50d3 Add labels to tasks (#45)
All checks were successful
the build was successful
2018-12-31 01:18:41 +00:00
d39007baa0 Task assignees (#44)
All checks were successful
the build was successful
2018-12-29 14:29:50 +00:00
37345e6bd3
update todo
All checks were successful
the build was successful
update gitignore
2018-12-28 23:38:43 +01:00
018dd8164c [CI] Add more checks (#43)
All checks were successful
the build was successful
2018-12-28 22:15:05 +00:00
3814b8a504 Add bulk edit for tasks (#42)
All checks were successful
the build was successful
2018-12-28 21:49:46 +00:00
b050132f4f
Update todo
All checks were successful
the build was successful
2018-12-27 23:37:25 +01:00
36eb580c8a
Updated swagger docs
All checks were successful
the build was successful
2018-12-25 21:45:26 +01:00
067bb695b1
Updated todo
All checks were successful
the build was successful
2018-12-25 21:29:55 +01:00
fd80094eca
Updated todo
Some checks are pending
the build is pending
2018-12-25 21:29:16 +01:00
ce0bff8d9c
Fixed a bug where updating a list would update it with the same values it had before
All checks were successful
the build was successful
2018-12-25 15:30:11 +01:00
5a93475be9 Get tasks between a date range (#41)
All checks were successful
the build was successful
2018-12-22 18:06:14 +00:00
784b890f70 Start end end dates for tasks (#40)
All checks were successful
the build was successful
2018-12-22 15:45:16 +00:00
7322bfafb3 Fix swaggerdocs generation to produce actually valid output (#39)
All checks were successful
the build was successful
2018-12-21 21:30:43 +00:00
0edc5fd315
go mod tidy 2018-12-19 22:07:23 +01:00
cbc5995ad3 Various user fixes (#38)
All checks were successful
the build was successful
2018-12-19 21:05:25 +00:00
3e4f7fb2f4 Fix sorting of tasks in lists (#37)
All checks were successful
the build was successful
2018-12-19 19:14:48 +00:00
79b463d0af
updated todo
All checks were successful
the build was successful
2018-12-19 16:50:22 +01:00
97febdb397 Tests can now use config files (#36)
All checks were successful
the build was successful
2018-12-18 16:01:46 +00:00
67e94f95b0
update todo
All checks were successful
the build was successful
2018-12-18 15:35:20 +01:00
34af627b66
updated todo
All checks were successful
the build was successful
2018-12-18 10:38:00 +01:00
ec347a71bc Fix "unexpected EOF" error when using metrics (#35)
All checks were successful
the build was successful
2018-12-17 12:22:06 +00:00
777d63dff1 More unit tests (#34)
All checks were successful
the build was successful
2018-12-16 13:21:32 +00:00
424dfe19af
Only make all platform builds when pushing to master
All checks were successful
the build was successful
2018-12-16 11:53:26 +01:00
7b439cc568
Properly init tables for redis
All checks were successful
the build was successful
2018-12-14 17:45:31 +01:00
553055f073
Fixed build
All checks were successful
the build was successful
2018-12-13 16:09:00 +01:00
70f7f630a3
Update todo
Some checks failed
the build failed
2018-12-12 23:56:00 +01:00
82340cb70b
cleanup
Some checks failed
the build failed
2018-12-12 23:53:20 +01:00
94fd2d758a
cleanup
Some checks failed
the build failed
2018-12-12 23:51:40 +01:00
e047673c6b Add prometheus endpoint for getting metrics (#33)
All checks were successful
the build was successful
2018-12-12 22:50:35 +00:00
ee398b5272
Updated todo
All checks were successful
the build was successful
2018-12-12 16:25:39 +01:00
3e8fd1e619
updated todo
All checks were successful
the build was successful
2018-12-04 23:32:35 +01:00
0c1d786ade Exlicitly get the pseudonamespace with all shared lists (#32)
All checks were successful
the build was successful
2018-12-04 10:16:42 +00:00
f1fca3346b
Merge branch 'master' of ssh://git.kolaente.de:9022/vikunja/api
All checks were successful
the build was successful
2018-12-03 15:13:26 +01:00
07d6e1219b
updated todo 2018-12-03 15:13:21 +01:00
8e5ff72c4a
fixed path to get all tasks (echo bug)
All checks were successful
the build was successful
2018-12-02 19:31:03 +01:00