Commit Graph

43 Commits

Author SHA1 Message Date
5930d5aabf
Update web handler 2020-06-18 18:48:48 +02:00
b7c8c1f533 Update module prometheus/client_golang to v1.7.0 (#589)
Update module prometheus/client_golang to v1.7.0

Reviewed-on: vikunja/api#589
2020-06-17 21:24:13 +00:00
bd11c9650e Update module lib/pq to v1.7.0 (#581)
Update module lib/pq to v1.7.0

Reviewed-on: vikunja/api#581
2020-06-08 21:17:38 +00:00
54b18b3c59 Update module lib/pq to v1.6.0 (#572)
Update module lib/pq to v1.6.0

Reviewed-on: vikunja/api#572
2020-05-29 17:47:28 +00:00
def2362682 Update module spf13/viper to v1.7.0 (#494)
Update module spf13/viper to v1.7.0

Reviewed-on: vikunja/api#494
2020-05-09 13:44:17 +00:00
299e856736 Update module prometheus/client_golang to v1.6.0 (#463)
Update module prometheus/client_golang to v1.6.0

Reviewed-on: vikunja/api#463
2020-04-28 18:50:58 +00:00
9559a68416
Update module prometheus/client_golang to v1 2020-04-12 22:06:24 +02:00
d28f005552 Update xorm to v1 (#323)
Fix limit for databases other than sqlite

go mod tidy && go mod vendor

Remove unneeded break statements

Make everything work with the new xorm version

Fix xorm logging

Fix lint

Fix redis init

Fix using id field

Fix database init for testing

Change default database log level

Add xorm logger

Use const for postgres

go mod tidy

Merge branch 'master' into update/xorm

# Conflicts:
#	go.mod
#	go.sum
#	vendor/modules.txt

go mod vendor

Fix loading fixtures for postgres

Go mod vendor1

Update xorm to version 1

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#323
2020-04-12 17:29:24 +00:00
713560702b Update module go-redis/redis to v7 (#309)
Update module go-redis/redis to v7

Reviewed-on: vikunja/api#309
2020-04-11 21:43:04 +00:00
0ba121fdfb Task filters (#243)
Fix not returning errors

Fix integration tests

Add more tests

Make task filtering actually work

Change tests

Fix using filter conditions

Fix test

Remove unused fields

Fix static check

Remove start and end date fields on task collection

Fix misspell

add filter logic when getting tasks

Add parsing filter query parameters into task filters

Start adding support for filters

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#243
2020-04-11 14:20:33 +00:00
76f19db6e7 Update module labstack/echo/v4 to v4.1.16 (#241)
Update module labstack/echo/v4 to v4.1.16

Reviewed-on: vikunja/api#241
2020-04-07 18:59:53 +00:00
7efa0069cb Update golang.org/x/crypto commit hash to 056763e (#222)
Update golang.org/x/crypto commit hash to 056763e

Update golang.org/x/lint commit hash to 738671d (#223)

Update golang.org/x/lint commit hash to 738671d

Reviewed-on: vikunja/api#223

Update src.techknowlogick.com/xgo commit hash to c43d4c4 (#224)

Update src.techknowlogick.com/xgo commit hash to c43d4c4

Reviewed-on: vikunja/api#224

Reviewed-on: vikunja/api#222
2020-04-07 08:37:20 +00:00
424cf80e5c Update golang.org/x/lint commit hash to 738671d (#223)
Update golang.org/x/lint commit hash to 738671d

Reviewed-on: vikunja/api#223
2020-04-07 07:29:05 +00:00
4472020ee9 Add workaround for timezones on windows (#151)
Add workaround for timezones on windows

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#151
2020-03-09 22:41:08 +00:00
584e3af237 Add proxying gravatar requests for user avatars (#148)
Fix getting avatar based on email

Remove avatarUrl from user struct

Fix staticcheck

Add default avatar size

Add config option for caching avatars

go mod vendor

Add swagger docs

Add proxying gravatar requests for user avatars

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#148
2020-03-01 20:30:37 +00:00
1c3b35fa6f
Add more logging to web handler methods 2020-02-08 22:45:38 +01:00
a464d1760c Add logging for invalid model errors (#126)
Add logging for invalid model errors

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#126
2020-01-26 19:40:23 +00:00
7e4deab8f7 Task collection improvements (#109) 2019-12-01 13:38:11 +00:00
8948a5f219 Improve pagination (#105) 2019-10-23 21:11:40 +00:00
2169464983 Task Attachments (#104) 2019-10-16 20:52:29 +00:00
5d3b6573ca
Updated echo to use the latest version 2019-06-28 09:01:50 +02:00
16825ba7c6 Update echo (#82) 2019-06-22 21:51:58 +00:00
3d7fd9ca20
Updated libraries 2019-05-07 21:42:24 +02:00
d4ff1eca80
Added dependencies 2019-04-23 10:34:28 +02:00
6bab8fb769
Updated and re-enabled statickcheck 2019-04-23 10:34:06 +02:00
99f83542f6
Updated staticcheck 2019-04-22 12:59:42 +02:00
e21471a193
Update web handler (fixed) 2019-03-29 18:29:44 +01:00
11e7c071ce Updated handler config (#63) 2019-03-24 09:13:40 +00:00
1b84292332 Fix lint errs (#59) 2019-02-18 19:32:41 +00:00
9e635ea54e Improve logging handling (#57) 2019-01-25 11:40:54 +00:00
607dbd6ae8 API Docs improvements (#46) 2019-01-03 22:22:06 +00:00
018dd8164c [CI] Add more checks (#43) 2018-12-28 22:15:05 +00:00
e047673c6b Add prometheus endpoint for getting metrics (#33) 2018-12-12 22:50:35 +00:00
ce2cae9430 Move the crudhandler to own repo (#27) 2018-11-30 23:26:56 +00:00
0c544fe355 Added validation for structs (#19) 2018-11-16 23:17:37 +00:00
373bbd2202 Migrate to new swagger docs generation (#18) 2018-11-12 15:46:35 +00:00
d03fca801b CalDAV support (#15) 2018-11-03 15:05:45 +00:00
2556ef7624
added vendor 2018-10-28 17:24:10 +01:00
0cfea682ea Add password reset (#3) 2018-10-27 09:33:28 +00:00
de10754cb8
Added missing viper dependencies 2018-09-08 13:33:04 +02:00
6ff10e6353
added missing libraries 2018-07-24 14:06:03 +02:00
9c0c9474e8
Migrated to dep instead of govendor 2018-07-24 13:49:45 +02:00
479cf54ada
initial commit 2018-06-10 11:11:42 +02:00