Amit Shani
683fe8cc3b
doc/website/blog: TiDB announcement ( #2396 )
2022-03-17 14:42:15 +02:00
Ariel Mashraki
9bb800105d
doc/hook: additional example for rejecting op ( #2407 )
2022-03-16 16:09:04 +02:00
Ariel Mashraki
3f0b0856fd
entc/integration: additional schema changes for migration ( #2403 )
2022-03-15 18:32:38 +02:00
MasseElch
41db628df3
doc/website/blog: versioned migrations ( #2387 )
...
* doc/md: clarify when feature flag is needed for versioned migrations
* doc/website/blog: introduction
* doc/md: more blog post
* Apply suggestions from code review
Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com >
* doc/website/blog: move explanation about versioned migration purpose up
* doc/website/blog: apply CR
* doc/website/blog: reword desription of versioned migrations
* doc/website/blog: typos
* doc/website/blog: last minute changes pre publish
Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com >
2022-03-14 14:47:13 +01:00
MasseElch
2853afc1dc
dialect/sql/schema: add method to create a named versioned migration … ( #2385 )
...
* dialect/sql/schema: add method to create a named versioned migration file
* doc/md: documentation for named versioned migrations
* entc/gen/template/dialect/sql/feature: add NamedDiff method to create named versioned migration files
* all: go generate
* doc/md: apply CR
2022-03-10 16:40:57 +01:00
allcontributors[bot]
342088fcce
docs: add maorlipchuk as a contributor for code ( #2381 )
2022-03-08 23:32:13 +02:00
allcontributors[bot]
a1a7cd8114
docs: add imhuytq as a contributor for code ( #2378 )
...
* 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-03-07 10:19:30 +01:00
MasseElch
b17aa2245f
doc/md: prettier URL for versioned migrations doc part 2 ( #2361 )
2022-02-24 08:30:46 +01:00
MasseElch
5ff2256e10
doc/md: prettier URL for versioned migrations doc ( #2360 )
2022-02-24 08:18:24 +01:00
Ariel Mashraki
feac4d8536
doc/indexes: add annotations supported by atlasgo.io
2022-02-22 16:55:07 +02:00
MasseElch
d80f7cc41a
entc/gen: singularize feature flag name for versioned migrations ( #2350 )
2022-02-21 20:06:32 +01:00
MasseElch
d53b271917
doc/md: fix typos in versioned migrations ( #2349 )
2022-02-21 19:30:44 +01:00
MasseElch
59c6702e12
doc/md: versioned migrations ( #2345 )
...
* doc/md: versioned migrations
* doc/md: move to own page
* doc/md: add example for migrations from graph
* doc/md: add image
* Apply suggestions from code review
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
* doc/md: format examples
* doc/md: mention versioned migrations in offline migration
* doc/md: add instructions how to run a main.go file
* doc/md: add instructions how to move from auto migrate to versioned migration
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
2022-02-21 17:56:02 +01:00
allcontributors[bot]
f5a5a6ef0e
docs: add tprebs as a contributor for code ( #2343 )
...
* 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-02-18 17:09:10 +02:00
Ariel Mashraki
1c79730d12
doc: update aggregate example
2022-02-18 17:04:40 +02:00
allcontributors[bot]
3d05d2e960
docs: add MrParano1d as a contributor for code ( #2334 )
...
* 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-02-15 22:32:10 +02:00
Shivam Sandbhor
554b9d0850
doc/website: add docs for HAVING + GROUP BY clause ( #2326 )
...
* Add docs for HAVING + GROUP BY clause
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com >
* Make review changes for docs
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com >
2022-02-15 10:21:16 +02:00
allcontributors[bot]
a7beb5c834
docs: add crossworth as a contributor for code ( #2320 )
...
* 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-02-10 16:17:57 +02:00
Giau. Tran Minh
74e988616a
doc/tutorial: document the new Bind/Unbind behavior ( #2315 )
...
* Update tutorial-todo-gql-field-collection.md
* Update doc/md/tutorial-todo-gql-field-collection.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
2022-02-06 17:48:02 +02:00
allcontributors[bot]
25f6af1e11
docs: add hezhizhen as a contributor for code ( #2302 )
...
* 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-01-29 10:32:56 +02:00
MasseElch
1049e874ac
doc/md: Adding entoas to popular extensions. ( #2293 )
2022-01-25 11:12:15 +02:00
Ariel Mashraki
898991ac79
entc/gen: set foreign-key columns non-nullable for required edges ( #1703 )
...
Note, this only applies to edges without circular references.
Fixed #1688 and #1374
2022-01-23 22:23:37 +02:00
allcontributors[bot]
1901cba436
docs: add iamnande as a contributor for code ( #2285 )
...
* 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-01-23 19:08:08 +02:00
Ariel Mashraki
60e03285d0
dialect/sql/schema: hello ariga.io/atlas ( #2279 )
2022-01-20 17:20:50 +02:00
allcontributors[bot]
3a426390de
docs: add cjraa as a contributor for code ( #2267 )
...
* 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-01-13 13:39:42 +02:00
allcontributors[bot]
565e4ffdfc
docs: add genevieve as a contributor for code ( #2265 )
...
* 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-01-13 12:52:45 +02:00
allcontributors[bot]
3f6121b013
docs: add Laconty as a contributor for code ( #2261 )
...
* 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-01-12 14:32:36 +02:00
allcontributors[bot]
71af8263d7
docs: add m3hm3t as a contributor for code ( #2225 )
...
* 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>
2021-12-20 11:23:18 +02:00
Sungyun Hur
f0ca97d309
doc/indexes: add storage key section ( #2218 )
2021-12-14 19:14:04 +02:00
allcontributors[bot]
2e11544cd1
docs: add peanut-cc as a contributor for doc ( #2202 )
...
* 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>
2021-12-06 08:46:48 +02:00
peanut-pg
2fa80c83c9
doc/faq: fix error format bug ( #2200 )
2021-12-06 08:44:12 +02:00
allcontributors[bot]
f742a1db67
docs: add HurSungYun as a contributor for doc ( #2187 )
...
* 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>
2021-12-01 11:28:29 +02:00
Sungyun Hur
c023b38cdf
doc/md: fix typo in crud example ( #2186 )
2021-12-01 11:27:59 +02:00
Ariel Mashraki
a437153abc
doc/faq: change the slug for the table collation/charset example
2021-11-30 22:04:22 +02:00
allcontributors[bot]
12a3c790c3
docs: add idc77 as a contributor for doc ( #2184 )
...
* 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>
2021-11-30 22:00:13 +02:00
idc77
5c91f752b7
doc/faq: add table collation/charset example using annotation ( #2183 )
...
* update faq.md, add new question
question: How to change the character set and/or collation of a MySQL table?
* Update doc/md/faq.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com >
* Update doc/md/faq.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com >
2021-11-30 21:58:54 +02:00
allcontributors[bot]
c88cddaf81
docs: add naormatania as a contributor for code ( #2177 )
...
* 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>
2021-11-28 07:58:37 +02:00
Aleksandr Razumov
990684c6c8
doc: use go get -d for installation ( #2165 )
...
Installing executables with 'go get' in module
mode is deprecated.
2021-11-25 09:47:39 +02:00
Yoni Davidson
3cb4bc324a
doc/hooks: add example for post mutation action ( #2161 )
...
* update hooks documentation to a post hook example
* Update doc/md/hooks.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com >
2021-11-24 13:46:04 +02:00
Jeremy Maxey-Vesperman
7a97025ae6
doc/md: fix highlighting in tutorial-grpc-service-generation-options.md ( #2146 )
2021-11-18 14:53:17 +02:00
Rotem Tamir
2e3aca1b1d
doc/md: fmt grpc methods ( #2144 )
2021-11-17 11:21:46 +02:00
Hila Kashai
6954eb3a18
doc/md: add json string predicates ( #2142 )
2021-11-16 14:08:27 +02:00
Ariel Mashraki
9e1e8472e9
doc/md: fix predicate examples ( #2140 )
2021-11-16 13:22:23 +02:00
allcontributors[bot]
3cbf4d40cd
docs: add grevych as a contributor for code ( #2138 )
...
* 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>
2021-11-16 10:26:30 +02:00
Jeremy Maxey-Vesperman
5645812c73
doc/md: add tutorial for configuring gRPC service method generation
2021-11-16 00:30:33 +02:00
allcontributors[bot]
0a6ca7ee5a
docs: add JeremyV2014 as a contributor for doc, code ( #2135 )
...
* 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>
2021-11-15 22:59:53 +02:00
Amit Shani
c0878f8b62
doc/extension: fix example code ( #2132 )
2021-11-14 14:19:46 +02:00
Ariel Mashraki
12feb4301d
doc/predicates: fix json example doc
2021-11-11 20:26:01 +02:00
Ariel Mashraki
7456e95235
doc/predicates: fix json example doc
2021-11-11 20:15:58 +02:00
Ariel Mashraki
0dd7b0d7c3
dialect/sql/sqljson: fix sqlite haskey and add docs
2021-11-11 18:58:28 +02:00