Skip to content

Tags: hulkyao/ent

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dialect/sql/sqlgraph: adding unit tests for IsConstraintError (ent#1318)

* dialect/sql/sqlgraph: adding unit tests for IsConstraintError group of checks in second phase of ent#1310

* renaming test for loop variable names

* use backtick strings to improve readability

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
go: rename module from github.com/facebook/ent => entgo.io/ent (ent#1226

)

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dialect/sql/schema: combine binary and varbinary to one clause (ent#1140

)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
schema/field: add const name for type other (ent#1038)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump actions/setup-node from v2.1.2 to v2.1.3 (ent#1031)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.2...27082ce)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: rename cmd entc to ent (ent#997)

v0.5.0

Toggle v0.5.0's commit message
doc: add example for adding prediactes to codegen assets

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: update readme summary

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
schema/field: fix broken logic in ValueMap (ent#716)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
schema/field: add the NamedValues option to the enum builder (ent#715)