Jannik Clausen
7f5f143bd2
doc/md: docs for new globalid feature ( #4344 )
2025-02-25 12:42:25 +01:00
Ariel Mashraki
3f7f462f9b
doc/features: add bidiedges to list of feature-flags ( #3954 )
2024-02-24 23:06:22 +02:00
Ariel Mashraki
4c332f7bba
doc/features: add dynamic values support ( #3436 )
2023-04-03 17:55:28 +03:00
Omar Kohl
331ec4e3ce
doc/md: fix broken privacy.md links ( #3296 )
...
privacy.md was renamed to privacy.mdx in commit f226627d67 .
When trying to click on one of the 'privacy' links on the features page
you get the following error:
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>15DQ15S3VAEQA8PW</RequestId>
<HostId>
HxNShnveIK1dyPbqjFK/v7/x/VqKyysl4XWBPiEr75PgLkjl0CZjWN0PRzQcFMI0uZWPOpHS49Q=
</HostId>
</Error>
2023-02-03 14:11:45 +02:00
Ariel Mashraki
837d077f98
doc: add Append<F> to crud page ( #2976 )
2022-09-29 17:42:22 +03:00
Ariel Mashraki
7ecc929fb5
doc/features: add sqljson.Append to modifier examples
2022-09-29 08:54:44 +03:00
Bill Mill
f3b6dd9d7e
doc/md: add -mod=mod to 'go run' commands in documentation ( #2881 )
...
https://go.dev/ref/mod#build-commands is the documentation for the -mod flag. It seems that basically -mod=mod is never harmful in ent's case, all it does is tell the go command that it can add ent to the go.mod file if it's not already present
2022-08-23 21:15:30 +03:00
Ariel Mashraki
0066eb986d
entc/gen: extend sql/modify to UPDATE statements
2022-08-05 14:42:04 +03:00
Ariel Mashraki
b60e0f9eac
entc/gen: add support for WithNamed<E> feature-flag ( #2792 )
...
* entc/gen: struct fields and methods for NamedEdge api
* entc/gen: generate WithNamedEdge methods for named-edges
* entc/gen: implement eager-loading for named-edges
* entc/gen: simplify eager-loading template
* entc/gen: drop support for unqiue edges in named-based loading
* all: codegen
* doc/website: named-edges feature-flag
* Update doc/md/eager-load.mdx
* Update doc/md/eager-load.mdx
2022-07-24 18:41:07 +03:00
Ariel Mashraki
d92984f744
doc/website: add sql/execquery feature-flag to document ( #2453 )
2022-04-06 14:10:33 +03:00
Ariel Mashraki
1304dc3d79
doc/features: format sql/modifier examples
2021-08-25 18:28:37 +03:00
Ariel Mashraki
badf981b37
entc/integration: add example for embedding ent.T in Scan
2021-08-24 22:26:59 +03:00
Arie Litovsky
f0710aa004
doc: fix typos in documentation ( #1810 )
...
* Fix typos
* More typos
2021-08-05 17:31:18 +03:00
Ariel Mashraki
dc35e380e5
doc/crud: document upsert feature-flag
2021-08-04 20:59:26 +03:00
Ariel Mashraki
60a544bb9d
doc/featureflag: add doc and example to the sql/modifier flag
2021-07-29 11:34:21 +03:00
Ariel Mashraki
0751c342c6
doc/feature-flags: mention the new sql/lock feature-flag
2021-07-21 11:50:06 +03:00
Ariel Mashraki
b64f122afd
doc/features: syntax highlight for codeblock
2021-06-26 14:20:59 +03:00
Giau. Tran Minh
17608fffd4
doc/features: fix incorrect type in example ( #1321 )
2021-03-10 14:12:48 +02:00
森 優太
361663954e
doc: fix Github Link entgo.io -> github.com/ent ( #1257 )
...
* doc: fix github link
* doc: fix Link entgo.io -> github.com/ent
2021-02-16 10:40:14 +02:00
Ariel Mashraki
d75fa8a01d
doc: update repository path to ent/ent
2021-02-13 08:06:10 +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
d87eb0ab32
doc/features: fix indentation ( #1216 )
2021-01-30 13:49:01 +02:00
Marwan Sulaiman
a85e77e5c5
doc: add documentation for the sql/schemaconfig feature ( #1215 )
...
* Add documentation for the sql/schemaconfig feature
* touch ups
2021-01-29 20:40:43 +02:00
Ariel Mashraki
9ff32ad60a
doc: add page for codegen feature-flags ( #1023 )
2020-12-07 16:53:01 +02:00