Dave O'Connor
Dave O'Connor
Hey folks, Just integrated [otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/github.com/gin-gonic/gin/otelgin) and am able to send metrics to Honeycomb. By default it forwards on all requests. Does anyone know if there's a way to prevent certain...
* Adds new UI * Fixes issue with OPTIONS failing on `csrf_token` endpoint TODO: Add check for header
There might be an issue filtering by non-id fields for `GameVideos.Index()`. Querying the IGDB API https://api.igdb.com/v4/game_videos directly with the following body yields a single item. Body: ``` fields name,video_id; where...
Hello, `website.go` has the following struct: ``` type Website struct { ID int `json:"id"` Category WebsiteCategory `json:"category"` Trusted bool `json:"trusted"` URL string `json:"url"` } ``` `Game` is also available via...
* Adds an example `openldap` implementation for local dev
Hello, We currently use Goth for the web Oauth flow, but are porting our webapp to iOS with capacitor. Is there any way to configure Goth to work on mobile?...
First pass, needs some additional tests and checks, but I have verified a mirror registry created cert is updated. * `upgrade` now recreates the installed certificates if they were created...
## Summary Fixes an issue where Clair security scanning is not triggered after proxy cache completes downloading all image layers. Manifests remain marked as "unsupported" instead of being scanned for...