woodpecker/store
Veniamin Gvozdikov 4fd8a1ef42
Increase allowed length for user token in db (#328)
After update to latest version gitea and use oauth, gitea returns long token in my case it was >800 characters. DB schema of the table has varchar(500), I updated it to varchar(1000) to solve the problem.

* Fix length for gitea token/secret
2021-09-21 18:39:09 +02:00
..
datastore Increase allowed length for user token in db (#328) 2021-09-21 18:39:09 +02:00
context.go Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
store.go Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker 2021-05-25 14:08:27 +02:00