Skip to content

Tags: ent/contrib

Tags

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
entgql: support generate array for custom JSON type (#401)

* fix: entgql json field add array supported

* fix: check prefix with RType

Signed-off-by: Giau. Tran Minh <[email protected]>

Signed-off-by: Giau. Tran Minh <[email protected]>
Co-authored-by: Giau. Tran Minh <[email protected]>

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
entgql: accept non-gql context in generated edge methods (#385)

In case the context is non-gql, we fllback to the regular eager-loading flow (i.e. With<E>)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
go: update ent version (#374)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
entgql: fixed cursor type in nested pagination (#363)

* entgql: fixed cursor type in nested pagination

* entgql: added unittest for cursor

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
entgql: support for edge schema with one field ID (#347)

* entgql: support for edge schema with one field ID

* entgql: update example schema for ID field

* entgql: run go generate

* entgql: remove edge fields and edges from WhereInput

* entgql: run go generate

* entgql: remove edge field from EdgeSchema node

* entgql: run go generate

* entgql: update tests

* entgql: keep edge fields for node

* entgql: run go generate

* entgql: enable the mutations on User for EdgeSchema

* entgql: skip EdgeSchema edge from mutations

* entgql: run go generate

* entgql: update schema tests

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
entproto: implement list service method (#162)

* entproto: generate list method for service annotations

For #2107

* protoc-gen-entgrpc: generate list method handler code

For #2107

* entproto: re-generate schema

For #2107

* entproto: implement list method unit test

For #2107

* entproto: appease the linter

For #2107

* entproto: fix typo in service.go

For #2107

* protoc-gen-entgrpc: add base64 encoding to page token

For #2107

* entproto: re-generate schema

For #2107

* entproto: increase MaxPageSize

For #2107

* entproto: change page token to string

For #2107

* entproto: revert infra change

For #2107

* protoc-gen-entgrpc: simplify page token wrapping

For #2107

* entproto: re-generate schema

For #2107

* entproto: simplify list method test

For #2107

* protoc-gen-entgrpc: throw template error for unsupported id types

* protoc-gen-entgrpc: adjust formatting in method_list.tmpl

Co-authored-by: Ariel Mashraki <[email protected]>

* entproto: adjust formatting in service.go

Co-authored-by: Ariel Mashraki <[email protected]>

* entproto: go fmt service.go

* entproto: re-generate schema

* entproto: throw error in list method proto generation for unsupported id

* protoc-gen-entgrpc: remove throwError

* entproto: re-generate schema

Co-authored-by: Ariel Mashraki <[email protected]>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
all: enable dependabot (#117)

Main repo already uses it, why should'nt this one? ent has had two releases already.