Ariel Mashraki
|
34bd0b7b6f
|
entc/gen: move mutation hooks logic to a shared generic function (#3180)
|
2022-12-19 17:36:29 +02:00 |
|
Ariel Mashraki
|
a8dde5e0d1
|
dialect/sql/sqlgraph: move fields setters to method calls (#2995)
|
2022-10-08 20:08:22 +03:00 |
|
Giau. Tran Minh
|
195be2d98d
|
entc/gen: fixed unnamed field initialization (#2648)
* entc/gen: fixed ConstraintError fields name
* fix: run go generate
* entc/gen: fixed Filter fields name
* fix: run go generate again for entql
|
2022-06-14 12:32:46 +03:00 |
|
Ariel Mashraki
|
fd955654a0
|
entc/gen: change codegen signature from entc to ent (#2627)
|
2022-06-07 17:48:17 +03:00 |
|
Justin Johnson
|
38d4d5fb5c
|
entc/gen: propagate nodes post-save mutations (#2525)
* Failing test
* Fix propagating entirely models from OpCreate hook
* Apply suggestions from code review
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* whitespace
* Failing test for updateone
* fix for updateone
* Regnerate
* regen from root
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2022-05-05 11:19:21 +03:00 |
|
Ariel Mashraki
|
c1fae17b6c
|
entc/gen: add schema type to generated validation errors
|
2021-09-07 18:33:32 +03:00 |
|
Ariel Mashraki
|
b8129817ca
|
entc/gen: return an error instead of panic when import forgotten
|
2021-07-19 11:25:52 +03:00 |
|
Ariel Mashraki
|
88b168ad09
|
entc/gen: exposing filter/where api on mutations
|
2021-07-18 18:19:41 +03:00 |
|
Ariel Mashraki
|
ded20a0e36
|
entc/gen: cleanup sql templates
|
2021-06-27 10:27:10 +03:00 |
|
Ariel Mashraki
|
66871c9806
|
dialect/sql/schema: add support for index prefixes in mysql
|
2021-06-09 22:52:31 +03:00 |
|
Ariel Mashraki
|
5d70144f44
|
entc/gen: allow selecting partial fields on update-one
|
2021-03-14 23:17:30 +02:00 |
|
Ariel Mashraki
|
dd4792f5b3
|
go: rename module from github.com/facebook/ent => entgo.io/ent (#1226)
|
2021-02-02 23:03:04 +02:00 |
|
Ariel Mashraki
|
f315801779
|
dialect/sql/sqlgraph: apply predicate on update-node
|
2021-01-22 23:04:09 +02:00 |
|
Nathaniel Peiffer
|
b8b82f80a4
|
entc/gen: fix grammar and language usage in function comments (#1126)
* fix grammar and english usage in templates
* bindata gen
* codegen
* go generate ./again...
|
2021-01-04 14:34:40 +02:00 |
|
Ariel Mashraki
|
da34571560
|
entc/gen: allow selecting specific fields (#1075)
|
2020-12-23 17:35:39 +02:00 |
|
Ariel Mashraki
|
7574923d91
|
entc/gen: change the comment doc of update operation (#937)
|
2020-11-10 14:37:27 +02:00 |
|
Ariel Mashraki
|
13b379d07c
|
dialect/sql/schema: properly handle indexes of tables with uncountable name (#828)
|
2020-10-08 23:24:54 +03:00 |
|