Ariel Mashraki
a5c90ea4ca
doc/sql-integration: use dialect constants in opencensus example ( #1233 )
2021-02-03 17:52:38 +02:00
Ariel Mashraki
7c70dcb0dc
doc/graphql: fix broken links to ent-contrib
2021-02-03 11:29:56 +02:00
森 優太
4142808220
doc: fix github link ( #1229 )
2021-02-03 11:13:26 +02:00
Ariel Mashraki
0891886923
doc: rename contrib.html to contrib
2021-02-02 23:21:04 +02:00
Ariel Mashraki
96d693e024
doc: rename ent.html to ent
2021-02-02 23:20:39 +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
027d72e5e0
doc/website: use s3 uri before migrating website ( #1224 )
...
This is a temporary change and will be reverted after the website will be migrated to its new place
2021-02-01 10:48:15 +02:00
Ariel Mashraki
3930d3c835
schema/field: implement field.Other ( #1218 )
...
* Implement Other Field
* Implement Other Field
* Changed dialect types
* run generate
* doc typo
* docs added
* schema/field: additional validation and tests for Other type
Co-authored-by: Ciaran Liedeman <ciaran@stackworx.io >
2021-01-31 17:43:28 +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
52cdf98cc2
gomod: add go-import and go-source meta tags for ent ent-contrib ( #1214 )
2021-01-28 16:50:49 +02:00
Ariel Mashraki
75df97bd24
doc/privacy: add mutation filtering example to website
2021-01-22 23:04:09 +02:00
Travis Cline
5e4d7dcbfc
doc/graphql: extend examples section to mention the prefixed-ULID (PULID) example. ( #1200 )
2021-01-22 07:19:01 +02:00
Travis Cline
b91601eceb
docs: fix link to Annotation interface ( #1160 )
2021-01-10 23:34:49 +02:00
Ariel Mashraki
e62e5c26be
doc/faq: minor changes for default-func
2021-01-10 14:28:12 +02:00
Morgan
e4cc63c411
schema/field: add DefaultFunc for numeric types and add support for it in entc ( #1153 )
...
* entc/load: allow defaultfuncs on numeric types
* schema/field: add DefaultFunc on numeric types
* docs: document DefaultFunc better
* chore: update generated files
* pr: address issues
* docs: updates on faq, address requested changes
2021-01-10 14:05:45 +02:00
Ariel Mashraki
ab651255ee
doc/migrate: add info and examples for hooks ( #1156 )
2021-01-08 22:45:27 +02:00
Andy Day
8eda87dbc3
doc: update documentation to include naming convention ( #1144 )
...
* Update documentation to include naming convention
This change relates to my question in #1107 around naming convention for fields / edges. As a bonus, I added documentation around the StructTag method for edges, as seemed to be omitted.
* s/camel/Pascal/g
2021-01-07 23:58:38 +02:00
Ariel Mashraki
a7f899339b
doc/graphql: add example section ( #1149 )
2021-01-07 16:50:53 +02:00
Ariel Mashraki
b67cc9b135
doc/privacy: recommend using the schema/snapshot flag ( #1139 )
2021-01-06 14:31:42 +02:00
Ariel Mashraki
ad3efa7477
doc/schema: add default-func example for schema fields ( #1127 )
2021-01-04 22:54:16 +02:00
Ariel Mashraki
e60252e28b
doc: add column selection to crud page ( #1106 )
2020-12-31 06:56:50 +02:00
Ariel Mashraki
6355f5dac3
doc/fields: fix typo in storage-key example ( #1087 )
2020-12-27 13:43:22 +02:00
Ariel Mashraki
84ad6199a5
doc/graphql: add more info about entgql field collection ( #1083 )
2020-12-25 15:32:22 +02:00
Ariel Mashraki
08d2cd797d
doc/faq: add mysql datetime example ( #1080 )
2020-12-24 17:58:47 +02:00
Ariel Mashraki
5f44fdf78b
doc: add enum to go-type example ( #1059 )
2020-12-18 14:47:11 +02:00
Ariel Mashraki
9a983b7a7f
doc: add json predicates for website ( #1030 )
2020-12-10 20:16:23 +02:00
Ariel Mashraki
9ff32ad60a
doc: add page for codegen feature-flags ( #1023 )
2020-12-07 16:53:01 +02:00
Ariel Mashraki
d0b41ab0f6
doc: rename cmd entc to ent ( #997 )
2020-11-29 10:43:16 +02:00
Ariel Mashraki
8fbd96cf38
doc: add example for uuid default value ( #996 )
2020-11-29 10:38:23 +02:00
Pavel Kerbel
95842ec16b
doc: minor change in getting-started and gitignore update ( #984 )
2020-11-25 16:11:41 +02:00
Ariel Mashraki
d84e6eb6fe
doc: minor format changes to code blocks ( #976 )
2020-11-23 16:11:23 +02:00
Mysh!
66ceccb679
doc: added inet example in faq ( #973 )
2020-11-23 09:30:47 +02:00
Ariel Mashraki
c1de826324
doc: add inet-types to faq page ( #972 )
2020-11-22 10:21:56 +02:00
Ariel Mashraki
d10b888e1c
doc: add codegen middleware to the hooks page ( #968 )
2020-11-20 23:24:48 +02:00
Ariel Mashraki
0faef7013d
doc: add example for adding prediactes to codegen assets
2020-11-03 11:57:31 +02:00
Ariel Mashraki
8099df68bc
doc: add custom predicates info to faq page
2020-11-03 11:57:31 +02:00
Ariel Mashraki
404e5b3f38
doc: add the audit-logger example for faq page ( #913 )
...
See #830
2020-11-03 10:56:58 +02:00
Ariel Mashraki
dc672bf18b
docs: initial version of faq page ( #911 )
...
* docs: initial version of faq page
See #832
2020-11-02 12:16:21 +02:00
haoxin
f63ba65bd7
docs: should'n defer inside open conn func ( #896 )
2020-10-28 15:35:00 +02:00
Aleksandr Razumov
99d237ff98
doc: replace CreateX reference to SaveX ( #882 )
2020-10-25 19:53:40 +02:00
Ariel Mashraki
7aa41b88f6
doc/codegen: update entc command output ( #881 )
2020-10-25 15:55:26 +02:00
Ariel Mashraki
4db3bd048f
doc: add schema annotation to entgo.io ( #880 )
2020-10-23 16:46:45 +03:00
Aizat Faiz
8226472d4c
doc: fix Delete example in crud.md ( #877 )
2020-10-23 08:13:39 +03:00
Ariel Mashraki
f2a9333b02
doc: add codegen hooks and examples
2020-10-21 15:59:50 +03:00
Ariel Mashraki
faa54f5e79
Merge branch 'master' of https://github.com/day-dreams/ent into day-dreams-master
2020-10-21 12:31:11 +03:00
Ariel Mashraki
b98b50841e
doc: add missing methods to Mixin interface ( #865 )
2020-10-20 12:09:26 +03:00
Ariel Mashraki
a8401f004e
doc/privacy: minor typo fix ( #848 )
2020-10-13 15:04:48 +03:00
Ariel Mashraki
3f22ae8b04
doc: add multi-tenancy example ( #847 )
2020-10-13 14:47:46 +03:00
Ariel Mashraki
02acd17c14
doc/privacy: initial version for privacy feature ( #843 )
2020-10-13 10:29:41 +03:00