725 Commits

Author SHA1 Message Date
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
Ariel Mashraki
db5adf9124 doc/faq: update the readwriter driver example (#3368) 2023-03-08 13:16:50 +02:00
Ariel Mashraki
3b7715b552 dialect/sql/schema: allow setting table comments (#3365) 2023-03-04 20:50:26 +02:00
Ariel Mashraki
9517200cb6 schema/field: fallback to native validator if not configured one (#3359) 2023-03-01 12:09:26 +02:00
Rotem Tamir
5a93d8934b doc/website/blog: fix broken page (#3354) 2023-02-27 15:45:46 +02:00
Rotem Tamir
5fd8469e8e doc/website/blog: webapp with ent (#3351) 2023-02-27 15:24:17 +02:00
Ariel Mashraki
9020d2b961 doc/versioned: mention the globalid option in migrate-diff (#3350) 2023-02-25 21:10:17 +02:00
Noam Cattan
a151f7cb27 doc/md: update versioned-migrations (#3341)
* Update versioned-migrations.mdx

* Update versioned-migrations.mdx
2023-02-24 09:55:37 +02:00
Ariel Mashraki
71e31bc0d7 doc: add entgql.MultiOrder annotation (#3342) 2023-02-22 19:50:21 +02:00
Rotem Tamir
eeccc754d3 doc/md: updating versioned migrations tutorial (#3334)
* doc/md: updating versioned migrations tutorial

* Apply suggestions from code review

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

---------

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>
2023-02-20 17:10:10 +02:00
Ariel Mashraki
4432754144 doc: add migrate diff command to in-depth section (#3330) 2023-02-19 16:39:02 +02:00
Ariel Mashraki
639e1093a0 doc: upadte migrate diff command (#3329)
* doc: upadte migrate diff command

* Update doc/md/components/_installation_instructions.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/getting-started.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/getting-started.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/getting-started.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/getting-started.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/getting-started.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/getting-started.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/getting-started.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/getting-started.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/getting-started.mdx

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>

* Update doc/md/versioned-migrations.mdx

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>

* Update doc/md/versioned-migrations.mdx

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>

---------

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
2023-02-19 16:20:59 +02:00
Rotem Tamir
e671138bb8 doc/md/tutorial: ext grpc service example (#3323) 2023-02-16 23:57:15 +02:00
Giau. Tran Minh
f4bdc36e85 cmd/ent: rename init to new (#3311)
* cmd: rename init to new

Signed-off-by: Giau. Tran Minh <hello@giautm.dev>

* doc: update guide to use new command

Signed-off-by: Giau. Tran Minh <hello@giautm.dev>

---------

Signed-off-by: Giau. Tran Minh <hello@giautm.dev>
2023-02-12 13:56:18 +02:00
Noam Cattan
cf2428d49a doc: add an instruction to create a migrations directory (#3308)
* Update versioned-migrations.mdx

* Update versioned-migrations.mdx
2023-02-07 16:25:06 +02:00
KaiserBh
9881f575ce doc/graphql: fix typo (#3299) 2023-02-06 11:17:18 +02:00
dependabot[bot]
ca7408e81c build(deps): bump http-cache-semantics in /doc/website (#3297)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-04 11:31:33 +02:00
Omar Kohl
331ec4e3ce doc/md: fix broken privacy.md links (#3296)
privacy.md was renamed to privacy.mdx in commit f226627d67.

When trying to click on one of the 'privacy' links on the features page
you get the following error:

    <Error>
    <Code>AccessDenied</Code>
    <Message>Access Denied</Message>
    <RequestId>15DQ15S3VAEQA8PW</RequestId>
    <HostId>
    HxNShnveIK1dyPbqjFK/v7/x/VqKyysl4XWBPiEr75PgLkjl0CZjWN0PRzQcFMI0uZWPOpHS49Q=
    </HostId>
    </Error>
2023-02-03 14:11:45 +02:00
Ariel Mashraki
d11122592a entc/gen: add support for UpdateOne with predicates (#3286) 2023-01-29 13:09:16 +02:00
Aman Bansal
ec7af8774c doc/md: updated comment in crud api update many section (#3285) 2023-01-29 09:30:19 +02:00
dependabot[bot]
624f64324a build(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /doc/website (#3282)
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 11:13:22 +02:00
Rotem Tamir
c14905c769 doc/website/blog: visualizing schemas with entviz (#3279) 2023-01-26 16:52:55 +02:00
Ariel Mashraki
433609444c dialect/sql/sqljson: support for order by value and length (#3278) 2023-01-26 12:20:31 +02:00