contrib
contrib copied to clipboard
A collection of extensions and tools for ent
* Support custom structs for JSON Fields * Add Args to the base call instead of the final one * Append any necessary imports for the struct
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.50.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.50.0 Behavior Changes client: use proper "@" semantics for connecting to abstract unix sockets. (#5678) This is...
Bumps [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect) from 1.10.1 to 1.13.0. Release notes Sourced from github.com/jhump/protoreflect's releases. v1.13.0 This version includes mostly bug fixes. It does include some new API and features in desc/builder and...
This PR adds support for applying modifiers to edge queries. Our use-case is that we have a table that stores the history of prices for a hotel and we want...
issue: https://github.com/ent/ent/issues/3981
Hi! The goal of this PR is to be able to limit the predicates generated by field. This was motivated by the fact that some fields, e.g. slug, should have...
Issue: https://github.com/ent/ent/issues/3747
* OrderBy terms for multiOrder + pagination would not properly handle terms that were joined. They would assume the field existed as a column on the table. * Added a...