Commit Graph

697 Commits

Author SHA1 Message Date
Ariel Mashraki
94f69b0acb doc: explain how to use triggers in migrations (#4138) 2024-07-13 10:41:27 +03:00
Ariel Mashraki
4ce0013c76 doc: explain how to use enum types properly (#4137) 2024-07-12 18:27:08 +03:00
Ariel Mashraki
e57ff4adce doc: explain how to use composite types properly (#4136) 2024-07-12 14:38:08 +03:00
Ariel Mashraki
727aa0acd7 doc/website: fix ui build (#4135) 2024-07-12 13:07:39 +03:00
Ariel Mashraki
826aa41c27 doc: explain how to use domain types properly (#4134) 2024-07-12 12:45:42 +03:00
Ariel Mashraki
7871b82e81 schema/field: support annotating fields as deprecated (#4132) 2024-07-10 15:55:37 +03:00
Ariel Mashraki
7fd7ce537e doc/website: add skiptx option to graphql (#4042) 2024-04-30 21:09:36 +03:00
max yue
f67b1893cc doc: fix typo in predicates.md (#3970)
should be owner_id
2024-04-30 16:50:18 +03:00
Tran Minh Luan
9c202cde22 doc/md: fix some broken links caused by trailing slash (#3990) 2024-03-28 13:54:28 +02:00
max yue
0a32b6f2bf doc: fix typo in data-migrations.mdx (#3973) 2024-03-14 09:50:14 +02:00
Ariel Mashraki
3f7f462f9b doc/features: add bidiedges to list of feature-flags (#3954) 2024-02-24 23:06:22 +02:00
Ariel Mashraki
536984eeef doc/website: remove custom font (#3846) 2023-11-26 13:58:50 +02:00
Jearel Alcantara
d5eb1aa5ad website: fix code example in the simple cms blog post (#3837) 2023-11-21 09:11:33 +02:00
Ariel Mashraki
77eedb01dd doc: add multi-schema migrations using atlas (#3825) 2023-11-13 18:57:37 +02:00
oinume
616ccf732c doc: drop v10 support and add v15 for PostgreSQL (#3806) 2023-11-10 10:48:14 +02:00
Ariel Mashraki
5718c3001b doc/website: we stand with israel; we are israel (#3792)
Surprisingly (not really), this is not that obvious these days.
2023-10-17 13:32:11 +03:00
Adam Zapaśnik
5368e5c54e doc: fix example in docs/crud/#create-many (#3770) 2023-09-30 11:25:38 +03:00
Jannik Clausen
93d9e51e00 ent/doc/md: fix custom predicate example (#3764) 2023-09-27 15:40:54 +02:00
Ariel Mashraki
571ec68a73 doc/website: visualize ent/schema as erd (#3758) 2023-09-24 12:24:49 +03:00
dorav
f822c5187f doc/ci: removed a reference to a hard coded go version (#3732)
Co-authored-by: dorav <dorav@ariga.io>
2023-09-05 10:03:32 +03:00
gedalyah-ariga
62a3e6f203 website/doc: remove unnecessary comma (#3685) 2023-08-19 20:52:00 +03:00
Ariel Mashraki
dc8ea50747 entc/gen: add support for MapBulkCreate (#3696) 2023-08-16 11:46:14 +03:00
Rotem Tamir
452aa79d90 doc/website/blog: vis with atlas (#3688) 2023-08-13 11:59:30 +03:00
Will Faught
da2ff50ff8 doc: remove useless wording (#3640) 2023-07-13 15:34:02 +03:00
Vijal Patel
1ec7523803 doc: fix new project instructions in tutorial-setup.md (#3622) 2023-07-02 18:14:15 +03:00
Mizuki Hashimoto
c151e305ca doc: fix edge.Annotations method name typo (#3618) 2023-06-27 07:56:04 +03:00
Toshinori Sugita
0e29d0cf63 doc: update install instructions for atlas (#3526)
* fix-go-install-instruction

* Update _installation_instructions.mdx

Remove Go tab

* Update doc/md/components/_installation_instructions.mdx

* Update _installation_instructions.mdx
2023-05-17 23:11:02 +03:00
Giacomo Marinangeli
4231c8a98f doc: fix typo in migration plan (#3539)
Fix typo in docs: databaes into database
2023-05-15 17:28:59 +03:00
Ariel Mashraki
98eba0c261 doc: add schema inspection to getting-started page (#3510) 2023-04-30 16:17:44 +03:00
Jannik Clausen
af5ec59dbc Update graphql.md (#3506) 2023-04-28 10:02:21 +02:00
ASAKURA Kazuki
1c934c6ff5 doc/md/ci: fix broken link for ent/contrib/ci action's repo (#3504) 2023-04-26 23:53:05 +03:00
Ariel Mashraki
0508677ce7 cmd/ent: hide the --idtype flag from generate command (#3490)
The --idtype flag predates the field.<Type>(id) option.
See, https://entgo.io/docs/schema-fields\#id-field.
2023-04-18 15:54:14 +03:00
Ariel Mashraki
0d1257f5f2 doc: add entgql edge ordering (#3482) 2023-04-16 11:13:46 +03:00
Giau. Tran Minh
36d16536ea doc/md: update doc for OnDelete annotation (#3460)
Signed-off-by: Giau. Tran Minh <hello@giautm.dev>
2023-04-10 00:21:25 +07:00
Ariel Mashraki
bb30c098a2 doc: fix typos in paging.md (#3458) 2023-04-09 17:12:41 +03:00
Ariel Mashraki
ba51a5990e doc: change latest ent version (#3457) 2023-04-09 15:25:41 +03:00
Ariel Mashraki
5b1de3901a doc: update ordering fluent api (#3456) 2023-04-09 15:00:16 +03:00
Sasha Melentyev
6165bdea32 doc: update pgx version in example (#3451)
Signed-off-by: Sasha Melentyev <sasha@melentyev.io>
2023-04-08 18:17:39 +03:00
Rotem Tamir
00e9bba974 doc/md: update protoc plugin installation instructions (#3450) 2023-04-08 16:03:36 +03:00
Yosep
b26c2fe1bc doc: fix typos in tutorial (#3445)
Co-authored-by: yoseplee <yoseplee@linecorp.com>
2023-04-06 12:50:36 +03:00
Ariel Mashraki
4c332f7bba doc/features: add dynamic values support (#3436) 2023-04-03 17:55:28 +03:00
Ariel Mashraki
6065db39fa fix 2023-01-26-visualizing-with-entviz.md 2023-04-03 17:04:57 +03:00
Noam Cattan
d143432580 doc: replace diagram examples links (#3435)
* cmd/internal: fix help message for "new" command

* doc: replace example links
2023-04-03 16:38:57 +03:00
Rotem Tamir
e685413055 doc: slack channel links (#3433) 2023-04-03 11:00:34 +03:00
Ariel Mashraki
90289b7494 dialect/sql: additional predicate helpers (#3429) 2023-04-02 13:01:36 +03:00
Zhizhen He
6f847a3492 ci: add spell checker and fix existing typo (#3420)
* ci: add spell checker and fix existing typo

* chore: move typos.toml to .github

* fix: correct config file path
2023-03-30 11:38:29 +03:00
Adam Zapaśnik
055d367984 doc/grpc: fix typo in tutorial-grpc-edges.md (#3400)
Co-authored-by: Adam Zapaśnik <adamzapasnik@users.noreply.github.com>
2023-03-19 14:14:55 +02:00
Ariel Mashraki
3f1063c77e schema/field: add support or external ValueScanner (#3391) 2023-03-16 22:18:54 +02:00
Doron Cohen
a264ffcac1 doc/md: fix multi driver missing method (#3390) 2023-03-15 14:57:14 +02:00
Michael Caulley
4a60f52cf4 doc: fix typo in privacy (#3378)
fix a typo in the privacy docs
2023-03-10 07:44:41 +02:00