Adam Kovacs
Adam Kovacs
If a database is empty but replicated to a slave, Octopus sends the very first migration that creates the `schema_migrations` table to the slave. I'm using Rails 4.2.4 and tried...
Hey, I've encountered a bug when running mutations and providing an invalid input. Given the following schema ```graphql type Query { hello: String } input AddFavoriteFoodInput { id: ID! comment:...
One small bug I noticed: if I'm using multiple traits in a class like this: ``` class Foo { use BarTrait, FoobarTrait; } ``` I cannot import the namespace for...
Fixed instances where undefined indexes were referenced.
Update the value of KUBERNETES_SCHEMA_URL to the latest stable release of Kubernetes json, https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.26.1-standalone-strict/all.json