Commit Graph

1909 Commits

Author SHA1 Message Date
jhwz
043fa71045 Docs spelling arguement -> argument (#2939) 2022-09-20 12:44:15 +02:00
Pedro Henrique
1f8e4ada01 entc/gen: allow package with alias on ID field (#2926)
* entc/gen: allow package with alias on ID field

* Update entc/gen/template/import.tmpl

Co-authored-by: Giau. Tran Minh <giau.tmg@gmail.com>

Co-authored-by: Giau. Tran Minh <giau.tmg@gmail.com>
2022-09-18 16:45:21 +03:00
Ikko Ashimine
b81db910a3 doc: minor fix Japanese README (#2935) 2022-09-18 12:13:48 +03:00
Ariel Mashraki
0adfb94c30 dialect/sql: support defining multiple FROM in query (#2933) 2022-09-16 00:10:11 +03:00
Ariel Mashraki
4425d1a6e1 cmd/ent: support 'ent describe' in edge-schemas (#2931) 2022-09-15 11:09:15 +03:00
Yun
d9b3004be7 doc/md: fix package name breaking generate (#2922) 2022-09-11 08:52:38 +03:00
Aagosh
d9c71d7f67 schema/mixin: fix comments in godoc (#2921) 2022-09-10 13:41:26 +03:00
Ariel Mashraki
9e56543bfc doc/graphql: improve relay connection annotation (#2920) 2022-09-09 11:59:38 +03:00
Ariel Mashraki
ac937f8a6e entc/gen: allow using 'client' and 'tx' as schema field names (#2919) 2022-09-09 10:38:25 +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
Rotem Tamir
d0943109b5 doc/website/blog: fix ci link (#2913) 2022-09-08 13:59:07 +03:00
Rotem Tamir
346af30254 doc/website/blog: ci blogpost (#2903) 2022-09-08 12:09:23 +03:00
dependabot[bot]
dc44b9f6fe build(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 (#2909)
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.6 to 1.10.7.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.10.6...v1.10.7)

---
updated-dependencies:
- dependency-name: github.com/lib/pq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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>
2022-09-07 22:11:06 +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
Giau. Tran Minh
2cdb627c0d dialect/sql/sqljson: quote non-identifiers (#2910)
* dialect/sql: fixed invalid json path quote

* fix: fixed empty string

* fix: fixed lint issue

* Apply suggestions from code review

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>

* fix: added test to new case

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2022-09-07 14:49:11 +03:00
Ariel Mashraki
1773fc465e dialect/sql: add support for statement prefix in update builder (#2904) 2022-09-06 17:34:53 +03:00
Weilence
1e12537a35 entc/gen: support custom Acronym (#2900) 2022-09-06 15:13:41 +03:00
Aagosh
326fe42d49 entc/gen: use FirstID instead of Count for Exist calls (#2896)
* Improve sqlexist template

* Address review comment and regenerate files

* Regenerate using go1.19

* Run go generate for examples dir

* Address review comment

* Update entc/gen/template/dialect/sql/query.tmpl

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2022-09-04 10:04:57 +03:00
Aagosh
b5976fbe6a go: update go version in go.mod (#2898) 2022-09-03 11:17:39 +03:00
Ariel Mashraki
2969796669 dialect/sql/sqlgraph: support batch-upadte for edge-schemas (#2897) 2022-09-02 15:33:41 +03:00
Abirdcfly
3b1b75b9d7 dialect/sql/sqljson: remove duplicate word in comments (#2892)
Signed-off-by: Abirdcfly <fp544037857@gmail.com>

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
2022-08-30 10:19:04 +03:00
Weilence
f797ac2d14 entc/gen: remove repeated template fragment (#2890) 2022-08-30 07:50:15 +03:00
dependabot[bot]
2615b3a4b3 build(deps): bump github.com/mattn/go-sqlite3 from 1.14.14 to 1.14.15 (#2862)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.14 to 1.14.15.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.14...v1.14.15)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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>
2022-08-30 07:45:27 +03:00
dependabot[bot]
9200dcdcc0 build(deps): bump minimist from 1.2.5 to 1.2.6 in /doc/website (#2872)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  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>
2022-08-30 07:45:14 +03:00
Ryo Yamada
015effdcc1 dialect/sql/builder: added FullJoin (#2885)
* dialect/sql/builder: added FullJoin

* fix comment casing

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2022-08-30 07:39:35 +03:00
Ariel Mashraki
bedbea6665 dialct/sql/sqljson: fix HasKey implementation for SQLite (#2887) 2022-08-29 23:37:30 +03:00
Ariel Mashraki
1cf4fc88c7 schema/field: ensure DefaultFunc argument is type func (#2884) 2022-08-28 20:56:10 +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
461ab4a3e4 entc/gen: unexpose upsert setters for immutable fields (#2875) 2022-08-20 18:09:12 +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
Jannik Clausen
a46edf3ac7 all: update atlas (#2871)
resolves #2866
2022-08-19 12:49:24 +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
Pedro Henrique
2b54aadcce dialect/sql: escape EqualFold on Postgres (#2860)
* adds tests for equalFold predicates

* ensure EqualFold escapes the argument on Postgres

* adds tests on builder as well
2022-08-16 10:09:06 +03:00
dependabot[bot]
4d11fe3383 build(deps): bump ansi-regex from 5.0.0 to 5.0.1 in /doc/website (#2855)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  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>
2022-08-15 22:28:18 +03:00
dependabot[bot]
bd1a311e50 build(deps): bump trim from 0.0.1 to 0.0.3 in /doc/website (#2848)
Bumps [trim](https://github.com/Trott/trim) from 0.0.1 to 0.0.3.
- [Release notes](https://github.com/Trott/trim/releases)
- [Changelog](https://github.com/Trott/trim/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Trott/trim/compare/0.0.1...v0.0.3)

---
updated-dependencies:
- dependency-name: trim
  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>
2022-08-15 22:27:45 +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