Laszlo Fogas

Results 104 comments of Laszlo Fogas

![Screenshot from 2020-09-23 11-15-11](https://user-images.githubusercontent.com/4289031/93992823-4dc28b00-fd8e-11ea-9179-9481f2d4d87b.png)

@zeripath I still get this error with v5.4.2 With the following scenario: ``` opts := &git.CloneOptions{ URL: fmt.Sprintf("%s/%s", "https://github.com", repoName), Auth: &http.BasicAuth{ Username: user, Password: token, }, Depth: 100, }...

@zeripath The following test fails with `empty git-upload-pack given`, just replace `xxx` with a valid git personal token. ``` package worker import ( "github.com/go-git/go-git/v5" "github.com/go-git/go-git/v5/plumbing/transport/http" "github.com/stretchr/testify/assert" "os" "testing" ) func...

The issue started with https://github.com/go-git/go-git/commit/320db9af8ba8b0046e833013504eb07c61a3573c Works before ``` $ go get github.com/go-git/go-git/v5@db2bc57350561c4368a8d32c42476699b48d2a09 go get: downgraded github.com/go-git/go-git/v5 v5.3.1-0.20210512203949-320db9af8ba8 => v5.3.1-0.20210503000431-db2bc5735056 $ laszlo@laszlo-XPS-13-9370:~/projects/empty-uploadpack$ go test PASS ok github.com/laszlocph/empty-upload-pack 1.847s ``` Fails afterwards:...

Can you attach your env vars you use for bitbucket server auth?

:hugs: The system design is the work of the original Drone author Brad Rydzewski. I just try to not mess it up too much and keep the 0.8 line alive,...

@ChewingBever Gitea doesn't use OAuth in Woodpecker, perhaps this will help you in your setup: https://github.com/laszlocph/woodpecker/issues/130#issuecomment-675982171

> We adopted Woodpecker moving from a Drone 0.8 setup. Migration was pretty painless and our engineers are happier with proper multi-pipeline support. > > We have 400+ repos and...

Technically it is a matter of implementing this interface: https://github.com/laszlocph/woodpecker/blob/master/cncd/pipeline/pipeline/backend/backend.go and this is how it is implemented for Docker: https://github.com/laszlocph/woodpecker/blob/master/cncd/pipeline/pipeline/backend/docker/docker.go So technically it is probably possible. As for should the...

Thanks for volunteering! The full set of data that we are going to transfer is - one part vanity metrics to have things to celebrate. Like how many people run...