Neel Modi
|
051f19a997
|
entc/gen: fix typo in templates (#1760)
* fix typo
* fix typo
|
2021-07-22 12:19:39 +03:00 |
|
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
|
8b8744022e
|
entc/gen: add column-check for selection and grouping (#744)
|
2020-09-09 12:27:28 +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 |
|
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
|
25471666be
|
entc/gen: fix format for field comments (#511)
|
2020-05-28 18:34:14 +03:00 |
|
Ariel Mashraki
|
50edd3d370
|
entc/gen: convert custom Go types to basic types (#502)
|
2020-05-25 20:46:59 +03:00 |
|
Ariel Mashraki
|
100d300094
|
schema/field: add GoType option for string fields (#500)
|
2020-05-25 20:05:17 +03: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
|
9f9596c184
|
entc/gen: better formatted codegen for predicates (#336)
|
2020-02-09 11:38:03 +02:00 |
|
Ariel Mashraki
|
caf721df47
|
entc/gen: add eager-loading support (#263)
* entc/gen: add OwnFK indicator for type edges
* entc/gen: add Edges field for generated types
* entc/gen: add With<T> method to query-builder template
* entc/gen: scan and assign foreign-keys on eager-loading
* entc/gen: load fk-relations (wip)
* entc/integration: add o2m/m2o tests for eager-loading
* entc/gen: add m2m support for eager-loading
* entc/gen: add integration tests for m2m and subgraphs
* entc/gen/integration: add tests for o2o eager-loading
* all: generate all assets
|
2020-01-13 17:21:26 +02:00 |
|
Ariel Mashraki
|
0a7608f8bd
|
all: change codegen header
|
2019-12-18 13:00:25 +02:00 |
|
Ariel Mashraki
|
0cc74b5297
|
all: move sqlgraph to its own package
|
2019-12-17 18:26:09 +02:00 |
|
Ariel Mashraki
|
754a8c9daa
|
examples: regenerate assets
|
2019-12-09 08:13:34 +02:00 |
|
Ariel Mashraki
|
53cfcb6e8b
|
dialect/sql: fix predicate builder on join
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/143
Reviewed By: idoshveki
Differential Revision: D18346652
fbshipit-source-id: e8c5d7eb3cefc16f52090de0d121e82cae058fc2
|
2019-11-06 05:21:26 -08:00 |
|
Ariel Mashraki
|
c259aee24b
|
entc/gen: generate sql builders with dialect option
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/130
Reviewed By: alexsn
Differential Revision: D18164397
fbshipit-source-id: 2858d69d3ff85c06b51382c01c3d4369ee2c3bdb
|
2019-10-27 21:53:50 -07:00 |
|
Ariel Mashraki
|
6d159024e7
|
ent/doc: fix getting started example and add link to Github
Reviewed By: alexsn
Differential Revision: D17734937
fbshipit-source-id: abced88c23b7385d371361c5069292de5c1c5b1e
|
2019-10-03 01:40:58 -07:00 |
|