Ariel Mashraki
|
2cc1c628dc
|
schema/field: use actual go type in generated interfaces (#1428)
|
2021-04-07 09:53:44 +03: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
|
0e7823383e
|
entc/gen: add default json tag for edge fields (#1204)
|
2021-01-23 21:23:52 +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
|
fd0a7f9f02
|
all: facebookincubator/ent => facebook/ent (#660)
ent repository is going to be migrated to facebook organization
|
2020-08-18 11:05:08 +03:00 |
|
Alex Snast
|
7df2e02343
|
ci/lint: enabling goheader linter ensuring the existance of a license header in go files (#593)
Signed-off-by: Alex Snast <alexsn@fb.com>
|
2020-07-07 15:36:09 +03:00 |
|
Ariel Mashraki
|
65f96b3593
|
entc/gen: remove legacy i2a support for ids (#389)
* entc/gen: remove legacy i2a support for ids
* integ: add customid tests for fk strings
|
2020-03-16 18:19:30 +02:00 |
|
Ariel Mashraki
|
332cfe5c6e
|
entc/gen: use named fields on client creations (#359)
|
2020-02-25 11:15:38 +02:00 |
|
Alex Snast
|
e6ba06441b
|
entc/gen: change <E>Err signature to <E>OrErr (#325)
Signed-off-by: Alex Snast <alexsn@fb.com>
|
2020-01-30 18:56:36 +02:00 |
|
Ariel Mashraki
|
9e760aae58
|
entc/gen: change <E>WithError signature to <E>Err (#322)
<E>WithError is too verbose and we like short names
|
2020-01-30 11:12:53 +02:00 |
|
Ariel Mashraki
|
27935a8c6c
|
entc/gen: add <E>Loaded for <T>Edges (#319)
This helps to determine if the edge was loaded (or requested) in
eager-loading even if it's empty.
|
2020-01-29 11:39:19 +02:00 |
|
Ariel Mashraki
|
bc89ed4e0f
|
entc/gen: add type for type edges (#318)
Will be used for adding methods on the struct edges
|
2020-01-26 12:39:18 +02:00 |
|
aca
|
891fc4c5ef
|
remove meaningless omitempty
|
2020-01-19 00:26:04 +09:00 |
|
aca
|
8f5f8e8702
|
go generate
|
2020-01-18 16:56:31 +09:00 |
|
Ariel Mashraki
|
9b2b53f559
|
entc/gen: avoid conflict local vars with user packages (#292)
Fixes #284
|
2020-01-16 17:30:18 +02:00 |
|