Ariel Mashraki
|
737fb4afda
|
entc/mutation: expose builder api for getting mutations (#531)
|
2020-06-08 15:16:56 +03:00 |
|
Ariel Mashraki
|
86d345e187
|
entc/gen: add support for ValueScanner for int type (#530)
|
2020-06-08 14:54:37 +03:00 |
|
Ariel Mashraki
|
dbf6bb8006
|
entc/mutation: explain when object is fetched from db (#496)
|
2020-05-21 10:10:52 +03:00 |
|
Ariel Mashraki
|
5ed339839a
|
entc/mutation: reject querying old values of finished mutations (#495)
|
2020-05-20 17:28:39 +03:00 |
|
Ariel Mashraki
|
b0e43f01f0
|
entc/mutation: avoid generting empty switch statements for edges (#493)
|
2020-05-17 17:58:22 +03:00 |
|
Ariel Mashraki
|
7da6ba804d
|
entc/mutation: avoid generting empty switch statements (#492)
|
2020-05-17 14:48:56 +03:00 |
|
Ariel Mashraki
|
ef7285b917
|
entc/gen: add api for getting field old values (#491)
|
2020-05-17 14:23:36 +03:00 |
|
Ariel Mashraki
|
08289b3570
|
entc/gen: fix method conflicts in mutation builders (#479)
Fixed #475
|
2020-05-08 21:02:21 +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
|
81a2f60e47
|
entc/gen: add facebookincubator/ent to mutation.tmpl imports (#390)
|
2020-03-17 10:33:58 +02:00 |
|
Ariel Mashraki
|
15cbc5c223
|
entc/gen: unexport capitalized schema fields in mutations (#388)
|
2020-03-16 11:21:05 +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 |
|