allcontributors[bot]
0b38ce8bf1
add kortschak as a contributor for doc ( #2978 )
2022-09-30 09:09:38 +03:00
Dan Kortschak
7d3d898f60
doc/md: various improvements to gRPC tutorial ( #2977 )
2022-09-30 08:59:53 +03:00
Ariel Mashraki
837d077f98
doc: add Append<F> to crud page ( #2976 )
2022-09-29 17:42:22 +03:00
Ariel Mashraki
fe743ccd57
doc: remove comment about edge-schema status ( #2974 )
2022-09-29 10:07:11 +03:00
Ariel Mashraki
7ecc929fb5
doc/features: add sqljson.Append to modifier examples
2022-09-29 08:54:44 +03:00
Jannik Clausen
5330f87759
doc/md: add ci instructions for SQLite ( #2970 )
2022-09-28 12:08:21 +03:00
Dan Kortschak
e02622a064
docs: various fixes to the graphql tutorial ( #2965 )
...
* doc/md: fix resolver diff and isolation example
* doc/md: fix updateTodo input field
* doc/md: add missing extension and fix paths
Without entgql.WithSchemaGenerator entc.go fails to run.
* doc/md: add file titles
Note that the where:TodoWhereInput parameter is pre-filled in the
generated ent.graphql file.
* doc/md: add context to conjunction/negation example
Only add for the first example to provide a lead to readers.
2022-09-27 10:02:16 +03:00
Dan Kortschak
bd80e069b9
doc: fix file name for required change ( #2961 )
2022-09-27 09:58:45 +03:00
Dan Kortschak
7ad7df2d04
doc: make mutation and variable match todo.graphql ( #2960 )
...
Replay the same GraphQL change made in tutorial-todo-gql-node.md for
tutorial-todo-gql-paginate.md.
2022-09-26 13:42:41 +03:00
yuki2006
16f978298f
doc/md: fix broken links to "GraphQL example" ( #2959 )
2022-09-26 12:21:50 +03:00
Dan Kortschak
192eace0f5
doc: make mutation and variable match todo.graphql ( #2958 )
...
Also remove section in gqlgen.yml that does not appear in the local file.
2022-09-26 10:31:26 +03:00
Ariel Mashraki
baa282dac7
doc/tx: improve WithTx example ( #2952 )
2022-09-24 20:19:14 +03:00
jiurenm
0f5cba6144
doc: update schema-edges.mdx ( #2947 )
2022-09-22 11:56:05 +03:00
Jannik Clausen
f43b06492f
doc/md: add atlas migration import to versioned docs ( #2942 )
2022-09-21 11:07:39 +02:00
Ariel Mashraki
8502534ddf
doc/indexes: add partial indexes example ( #2945 )
2022-09-20 15:35:12 +03:00
allcontributors[bot]
a3e38c5141
docs: add jhwz as a contributor ( #2943 )
...
* update doc/md/contributors.md [skip ci]
* update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-09-20 12:50:54 +02:00
jhwz
043fa71045
Docs spelling arguement -> argument ( #2939 )
2022-09-20 12:44:15 +02:00
Yun
d9b3004be7
doc/md: fix package name breaking generate ( #2922 )
2022-09-11 08:52:38 +03:00
Ariel Mashraki
9e56543bfc
doc/graphql: improve relay connection annotation ( #2920 )
2022-09-09 11:59:38 +03:00
Jannik Clausen
366aaaad7a
doc/md: change default execution engine to Atlas in documentation ( #2916 )
2022-09-08 20:29:44 +03:00
Ariel Mashraki
d0bce8aee4
doc/graphql: link to tutorial basic setup ( #2918 )
2022-09-08 20:23:15 +03:00
Ariel Mashraki
31e41da792
doc: link from graphql doc to tutorial ( #2917 )
2022-09-08 20:04:36 +03:00
thuan1412
29aa179c67
doc/md: update schema-indexes doc ( #2914 )
...
Co-authored-by: Thuấn Đỗ Hoàng <thuan.dh@teko.vn >
2022-09-08 17:57:34 +03:00
Ariel Mashraki
82ee525676
doc/tutorial: update entgql + gqlgen integration ( #2915 )
2022-09-08 17:56:11 +03:00
Ariel Mashraki
cfb038810d
dialect/sql/entsql: support including non-key columns in postgres indexes ( #2912 )
2022-09-07 22:09:48 +03:00
Ariel Mashraki
79fe0ebcd6
sql/sqljson: add support for ValueIn/ValueNotIn ( #2882 )
2022-08-24 17:58: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
allcontributors[bot]
4467021c6c
docs: add water-a as a contributor for bug ( #2879 )
...
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-08-21 11:10:55 +03:00
Ariel Mashraki
f40cdf84f4
entc/gen: ensure immutability is consistent between edge and their fields ( #2877 )
2022-08-20 19:30:27 +03:00
Ariel Mashraki
b18ca9ca6f
schema/edge: allow setting immutable edges ( #2876 )
2022-08-20 19:10:16 +03:00
Ariel Mashraki
2c63d1d70e
all: gofmt -w -r 'interface{} -> any' ( #2874 )
2022-08-19 18:23:04 +03:00
Jannik Clausen
b6c185a660
dialect/sql/schema: make use of new atlas migration directories and r… ( #2873 )
...
* dialect/sql/schema: make use of new atlas migration directories and remove examples for custom formatters
* typo
2022-08-19 14:42:54 +02:00
Yash Diniz
67a266300d
doc/md: a typo under the Mutation section ( #2869 )
2022-08-19 11:14:50 +03:00
Rotem Tamir
b02de28afc
doc/md: minor fixes to ci examples ( #2867 )
2022-08-19 09:41:30 +03:00
Rotem Tamir
50d4c62057
doc/md: add instructions for migration dir linting in ci page ( #2865 )
2022-08-18 14:41:00 +03:00
Rotem Tamir
cb01c2831f
doc/md/ci: fix yaml ( #2859 )
2022-08-15 14:20:54 +03:00
Rotem Tamir
c53251cbf6
doc/md/ci: fix weird sentence ( #2858 )
2022-08-15 10:09:32 +03:00
Ariel Mashraki
6637cbf68e
examples/migration: add doc about migration linting ( #2856 )
2022-08-15 09:45:36 +03:00
Rotem Tamir
94226c9093
doc: entci ( #2853 )
...
* doc: entci
* Update doc/md/ci.mdx
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
* Update doc/md/ci.mdx
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
* Update sidebars.js
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
2022-08-14 18:22:39 +03:00
Ariel Mashraki
0350da3267
doc/md: add missing codereview comment ( #2852 )
2022-08-14 14:45:16 +03:00
Ariel Mashraki
01a4906931
doc/migration: improve versioned migration workflow example ( #2851 )
2022-08-14 14:42:11 +03:00
Ariel Mashraki
757fc94985
doc/md: trigger master build
2022-08-13 20:17:44 +03:00
Ariel Mashraki
8fc8d65a16
doc/fields: add section for nillable-required fields
2022-08-13 20:12:28 +03:00
Ariel Mashraki
0066eb986d
entc/gen: extend sql/modify to UPDATE statements
2022-08-05 14:42:04 +03:00
Ariel Mashraki
c7de2ec511
doc/versioned-migration: add atlas import for code example ( #2819 )
2022-08-02 11:44:27 +03:00
gneyal
ea3aa8cf5b
doc/md: remove entgql annotation from crud step ( #2816 )
2022-08-01 14:17:08 +03:00
Jeremy Maxey-Vesperman
3f04b0fe6e
doc/md: update grpc tutorial for List and BatchCreate methods ( #2518 )
2022-07-31 09:12:15 +03:00
Ariel Mashraki
1ee2876349
doc/website: add edit and lastedit info to doc pages ( #2800 )
2022-07-25 18:32:36 +03:00
Ariel Mashraki
b9b502bc2a
doc/schema-edges: fix annotation example ( #2799 )
2022-07-25 18:08:42 +03:00
Xin Hao
d4aa8b60d7
doc/website: using go install instead of go get ( #2796 )
2022-07-25 17:16:51 +03:00