Amit Shani
72e454e5fc
doc/md: versioned migration typo fix ( #2481 )
2022-04-18 16:11:13 +03:00
Amit Shani
f1ea8def89
doc/md: fix typo ( #2480 )
2022-04-18 15:52:14 +03:00
MasseElch
89dc83887c
doc/md: document usage of atlas supported migration tools ( #2467 )
...
* doc/md: document usage of atlas supported migration tools
* dialect/sql/schema: fix tests
2022-04-13 12:47:00 +02:00
dorlib
3683de1d36
doc/md: simplify graphql mutation usage ( #2464 )
2022-04-09 20:59:55 +03:00
Ariel Mashraki
d92984f744
doc/website: add sql/execquery feature-flag to document ( #2453 )
2022-04-06 14:10:33 +03:00
allcontributors[bot]
4f17a84dfa
docs: add CharlesGe129 as a contributor for code ( #2451 )
...
* 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-04-06 09:47:34 +02:00
Ariel Mashraki
cb7e0c1f1b
doc/tutorial: add title with file names to code blocks ( #2430 )
2022-03-26 18:49:04 +03:00
allcontributors[bot]
a89d1ec40f
docs: add iwata as a contributor for doc ( #2427 )
...
* 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-25 16:17:06 +01:00
Motonori Iwata
e1e47e61f3
Write a document for custom formatter of migrate ( #2415 )
...
* Write a document for custom formatter of migrate
closes https://github.com/ent/ent/issues/2408
* Update doc/md/versioned-migrations.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com >
* Update doc/md/versioned-migrations.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com >
* more helpful code snippet
* Update doc/md/versioned-migrations.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com >
* Update doc/md/versioned-migrations.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com >
* Update doc/md/versioned-migrations.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com >
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com >
2022-03-25 16:13:22 +01:00
Ariel Mashraki
55ed0508c7
doc: minor impronments to getting-started ( #2422 )
2022-03-24 12:42:57 +02:00
Frédéric G. MARAND
938233b191
doc: update installation in getting-started ( #2414 )
...
since Go 1.18 `go get` is no longer the way to download a command for any supported version: updated to use go install instead.
2022-03-20 11:47:06 +02:00
Frédéric G. MARAND
0d9173c0b9
doc: update schema-def to use proper method ( #2416 )
...
The exemple incorrectly adds an ignored `User.Index` method, although ent actually needs a `User.Indexes` method as part of `ent.Interface`
2022-03-20 11:46:06 +02:00
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