grafeas / grafeas-pgsql

Grafeas with PostgreSQL backend
Apache License 2.0
14 stars 21 forks source link

Move pgsql (dont' merge yet) #6

Closed judavi closed 5 years ago

judavi commented 5 years ago

This is related to https://github.com/grafeas/grafeas/issues/341

@aysylu On this PR I also moved queries.go because it belongs to pgsql too. I think I'm close to having this working I'm just having an issue with the ptypes references that I'm not sure how to fix it. I'll appreciate your advice on what I could do to make it work. Thanks! Captura de pantalla 2019-08-15 a la(s) 10 18 15 a  m

aysylu commented 5 years ago

This is related to grafeas/grafeas#341

@aysylu On this PR I also moved queries.go because it belongs to pgsql too. I think I'm close to having this working I'm just having an issue with the ptypes references that I'm not sure how to fix it. I'll appreciate your advice on what I could do to make it work. Thanks! Captura de pantalla 2019-08-15 a la(s) 10 18 15 a m

This is great news, @judavi! I can't see the full failure in the snapshot you linked, but you could try go get github.com/golang/protobuf/ptypes inside the repository, to see if it fixes the issue.

Note that you'll also want to create a server integration with this storage implementation, similar to how it's done in grafeas/go/v1beta1/main.go, and then build an image from that.