Commit Graph

1248 Commits

Author SHA1 Message Date
103d82030e
go mod tidy
All checks were successful
continuous-integration/drone/pr Build is passing
2021-06-11 15:09:58 +02:00
1c922e169e
Merge branch 'main' into renovate/github.com-getsentry-sentry-go-0.x
# Conflicts:
#	go.sum
2021-06-11 15:09:05 +02:00
6b70069eba Update module prometheus/client_golang to v1.11.0 (#879)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#879
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-06-11 13:08:28 +00:00
9147e6739f
Fix authentication callback
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-09 23:00:42 +02:00
570d146b21
Fix parsing openid config when using a json config file
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-09 21:56:17 +02:00
cc2c158b9d Update golang.org/x/image commit hash to 775e3b0 (#880)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#880
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-06-07 16:15:28 +00:00
78a206c818
Add setting for first day of the week
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-03 18:11:44 +02:00
fc5703ac8c
Add truncate parameter to test fixtures setup
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-03 15:30:31 +02:00
3277f6acf7 Add default list setting (#875)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Sytone <github@sytone.com>
Reviewed-on: vikunja/api#875
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: sytone <kolaente@sytone.com>
Co-committed-by: sytone <kolaente@sytone.com>
2021-06-02 21:20:22 +00:00
8a1e98a7f2
Fix goimports
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-31 21:05:14 +02:00
9a2655dbf1
Fix saving pointer values to memory keyvalue
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-31 20:54:15 +02:00
d48aa101cf
Refactor & fix storing struct-values in redis keyvalue
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-28 10:52:51 +02:00
df45675df3
Rearrange setting frontend url in config
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-28 08:46:31 +02:00
afd6bde74d
Make sure the configured frontend url always has a / at the end
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-28 08:39:27 +02:00
e23014dbe4
Fix swagger docs for create requests
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-26 21:56:31 +02:00
8e65ffb99b
Fix duplicating empty lists
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-26 12:01:50 +02:00
3f6d85497f
Fix error when searching for a namespace returned no results 2021-05-26 12:00:55 +02:00
88b9ea6a96
Fix error when searching for a namespace with subscribers
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-26 11:04:29 +02:00
63eb8d02b9 Update module getsentry/sentry-go to v0.11.0
Some checks failed
continuous-integration/drone/pr Build is failing
2021-05-21 15:00:22 +00:00
67f863120e Update module go-testfixtures/testfixtures/v3 to v3.6.1 (#868)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#868
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-21 08:16:45 +00:00
ffede02ddc
Update golang.org/x/net commit hash to 37e1c6af
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-20 19:42:33 +02:00
3973ce985d
Try to get more information about the user when authenticating with openid
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-19 14:45:24 +02:00
2351194547 Update module yuin/goldmark to v1.3.7 (#867)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#867
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-17 15:03:08 +00:00
b7ec24ff52
Fix old references to master in docs
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-17 12:53:12 +02:00
aaac4c6dfc Update module lib/pq to v1.10.2 (#865)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: konrad <konrad@kola-entertainments.de>
Reviewed-on: vikunja/api#865
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-17 10:44:55 +00:00
2e52cc1802
Fix lint
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-17 12:15:15 +02:00
20ede346b4
Only filter out failing openid providers if multiple are configured and one of them failed
Some checks failed
continuous-integration/drone/push Build is failing
2021-05-16 13:28:15 +02:00
b76ad8efe2
Add more logging and better error messages for openid authentication + clarify docs
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-16 13:23:10 +02:00
d695681a0e Update module yuin/goldmark to v1.3.6 (#863)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#863
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-15 13:17:27 +00:00
52c3075c3d Update golang.org/x/oauth2 commit hash to f6687ab (#862)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#862
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-14 22:10:40 +00:00
e837c2a003
Release preparations
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-14 17:03:42 +02:00
f670d394fa Update golang.org/x/crypto commit hash to c07d793 (#861)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#861
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-13 17:20:01 +00:00
71cc7334cc Update golang.org/x/crypto commit hash to cd7d49e (#860)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: vikunja/api#860
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-13 13:20:53 +00:00
fc1867ec70 Update README (#858)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#858
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: earnest ma <me@earne.link>
Co-committed-by: earnest ma <me@earne.link>
2021-05-11 18:14:35 +00:00
d69482cda9 Update module gabriel-vasile/mimetype to v1.3.0 (#857)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: vikunja/api#857
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-10 10:16:25 +00:00
71d60e908a Update module labstack/echo/v4 to v4.3.0 (#856)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#856
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-08 22:17:06 +00:00
86b7d224ab Expose tls parameter of Go MySQL driver to config file (#855)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Jonas Gunz <himself@jonasgunz.de>
Reviewed-on: vikunja/api#855
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: kompetenzbolzen <himself@jonasgunz.de>
Co-committed-by: kompetenzbolzen <himself@jonasgunz.de>
2021-05-08 14:54:55 +00:00
9dc72c5c98
Use golang's tzdata package to handle time zones
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-07 12:18:21 +02:00
f052fc19fc Update golang.org/x/crypto commit hash to 38f3c27 (#854)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#854
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-06 16:16:53 +00:00
06cc0a06e4 Update golang.org/x/crypto commit hash to 3497b51 (#853)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: vikunja/api#853
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-06 06:26:24 +00:00
02dd7ee571 Update golang.org/x/image commit hash to 7319ad4 (#852)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#852
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-04 15:28:30 +00:00
abc1fa2fed Update golang.org/x/crypto commit hash to e9a3299 (#851)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#851
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-03 20:14:00 +00:00
b5da7fc546 Update golang.org/x/term commit hash to a79de54 (#850)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#850
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-03 08:37:51 +00:00
d715b02421 Update golang.org/x/term commit hash to c04ba85 (#849)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#849
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-04-29 16:15:27 +00:00
b7b69afa0c Update golang.org/x/term commit hash to f5beecf (#845)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#845
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-04-27 20:37:13 +00:00
ce15ade6b8 Update golang.org/x/oauth2 commit hash to 81ed05c (#848)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: vikunja/api#848
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-04-27 19:36:51 +00:00
0986ec6bdd
Update changelog
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-22 17:20:04 +02:00
8b56308a59
Update changelog 2021-04-22 17:20:04 +02:00
0f5f85e687
Fix tests
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-22 17:13:47 +02:00
4ceeb877b1
Fix checking list rights when accessing a bucket
Some checks failed
continuous-integration/drone/push Build is failing
2021-04-22 16:44:42 +02:00