Ariel Mashraki
|
c0fd7c1305
|
entc/gen: add edge-field api for schema and codegen (#1213)
|
2021-03-07 22:51:17 +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 |
|
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
|
17abe2d60f
|
entc/gen: less sophisticated naming logic (#774)
Closed #772
|
2020-09-17 09:19:55 +03:00 |
|
Ariel Mashraki
|
b4b4fa95d7
|
entc/gen: restructure hooks execution (#741)
Closed #739
|
2020-09-09 10:41:17 +03: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 |
|
Ariel Mashraki
|
e71a6de39b
|
entc/gen: fix hooks invocation on bulk-create (#649)
|
2020-07-29 18:35:21 +03:00 |
|
Ariel Mashraki
|
f677112e18
|
entc/gen: ignore query execution on empty batch (#648)
|
2020-07-29 18:07:14 +03:00 |
|
Ariel Mashraki
|
875e6e516b
|
entc/gen: initial implementation for create-bulk #613
Closed #236
|
2020-07-24 20:16:31 +03:00 |
|
Ariel Mashraki
|
399883a71a
|
entc/gen/sql: move spec creation to a function (#604)
To be shared with batch-create builder
|
2020-07-13 13:27:36 +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
|
737fb4afda
|
entc/mutation: expose builder api for getting mutations (#531)
|
2020-06-08 15:16:56 +03:00 |
|
Ariel Mashraki
|
5ed339839a
|
entc/mutation: reject querying old values of finished mutations (#495)
|
2020-05-20 17:28:39 +03:00 |
|
Alex Snast
|
25fdb52a03
|
entc/gen: use a set when tracking cleared fields in mutation template
Signed-off-by: Alex Snast <alexsn@fb.com>
|
2020-03-17 12:00:15 +02:00 |
|
Ariel Mashraki
|
7988d3084d
|
entc/hooks: initial work for mutations and hooks (#377)
* entc/hooks: initial work for mutations and hooks
* ent/schema: adding policy to schema
* ent: change op string to uint
* entc: move entschema to runtime and enable smooth transition
* entc/privacy: adding privacy template
* all: goimports
* intg/hooks: mutation client/tx and basic schema tests
* ent/privacy: adding more verbose decisions
* entc/gen: edge-ids getter and additional tests
* all: regen assets
* entc/gen: fix client hookd propagation
* intg: add deletion example
* intg/privacy: remove old entschema package
* typed privacy
* ent/privacy: hooks shouldn't be called on privacy deny
* entc/gen: fix schema hooks invocation order
* remove read policy from public api
* update circleci go orb
Co-authored-by: Ariel Mashraki <ariel@mashraki.co.il>
|
2020-03-16 00:19:27 +02:00 |
|
Ariel Mashraki
|
9b2b53f559
|
entc/gen: avoid conflict local vars with user packages (#292)
Fixes #284
|
2020-01-16 17:30:18 +02:00 |
|
Ariel Mashraki
|
59f172f06a
|
entc/integration/migrate: add integration tests for migrate
|
2020-01-01 19:12:11 +02:00 |
|