Commit Graph

2273 Commits

Author SHA1 Message Date
Mohsin Hijazee
d1dab301c6 dialect/sql: add HasPrefixFold and HasSuffixFold predicates (#4233)
* FieldHasPrefixFold and HasPrefixFold predicates

* FieldHasSuffixFold and HasSuffixFold predicates

* Review feedback - per dialect SQL generation.
2024-10-09 16:32:48 +03:00
Ariel Mashraki
9627017062 dialect/sql: support scanning extra nullable time columns (#4232) 2024-10-05 11:03:53 +03:00
Chandler Davis
0c74e8ee0d doc: add warning for Unwrap (#4217)
* entc: document Unwrap with panic, doc: add warning for Unwrap

* resolve feedback
2024-09-20 00:43:13 +03:00
Ariel Mashraki
009b396d7e schema/field: allow setting time fields as unique (#4220)
* schema/field: allow setting time fields as unique

* .github: goodbye crate-ci/typos
2024-09-19 21:59:59 +03:00
Ariel Mashraki
a733167c6f doc: add MapsTo annotation to graphql tutorial (#4219) 2024-09-19 20:25:10 +03:00
Giau. Tran Minh
cb22300b38 chore: bump atlas to latest master (#4212) 2024-09-13 23:37:33 +07:00
Giau. Tran Minh
63596a9dca chore: pin Go to the minor version (1.23) (#4209)
* chore: pin Go to the minor version

* chore: ignore `hax`, `udo` and `leafs`
2024-09-13 14:16:26 +07:00
Liam Stanley
a2b36fdeb4 doc: add entrest, mark entviz/elk as deprecated (#4180)
Signed-off-by: Liam Stanley <liam@liam.sh>
2024-09-09 13:35:19 +03:00
Ariel Mashraki
459b772567 entc/gen/template: clone modifiers if enabled (#4189)
Fixed https://github.com/ent/ent/issues/4026
v0.14.1
2024-08-23 11:55:49 +03:00
Tran Minh Luan
057c0ee063 go: update go to latest (#4188)
* go: update go to latest

* chore: fix lint
2024-08-23 11:46:59 +03:00
Ariel Mashraki
7aef607da4 website: add schema views doc (#4160) 2024-07-30 10:30:31 +03:00
Noam Cattan
462b9c2547 doc: update atlas action documentation (#4158) 2024-07-29 09:35:50 +03:00
Ariel Mashraki
15bebe8d89 ent: support schema view (#4157) v0.14.0 2024-07-28 19:00:47 +03:00
Ariel Mashraki
5cd2ede22d dialect/entsql: add Skip annotation (#4156) 2024-07-26 23:03:21 +03:00
Ariel Mashraki
be9aafdc49 doc: update link to functional-indexes guide 2024-07-22 14:23:25 +03:00
Omer Tsach
039bd5efd5 removed unneeded boilerplate from several code sections in mdx file (#4151)
Co-authored-by: Omer Tsach <omertsach@MacBook-Pro.local>
2024-07-21 17:51:18 +03:00
Ariel Mashraki
592046521b doc: explain how to use functional indexes in migrations (#4150) 2024-07-20 21:00:42 +03:00
Ariel Mashraki
10de04eeaa doc: explain how to use functional indexes in migrations (#4149) 2024-07-20 11:48:52 +03:00
Carlos Tadeu Panato Junior
807b4a758b entc/gen/templates: update func godoc to match the method name (#4083)
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-07-19 13:12:09 +03:00
Ariel Mashraki
34158f2c12 doc: update project description (#4146) 2024-07-17 07:45:02 +03:00
Hila Kashai
d1bb11ab63 doc/md: update enum doc (#4145) 2024-07-16 15:32:10 +03:00
Ariel Mashraki
3b3f84c347 doc: minor fixes to rls page (#4142) 2024-07-15 07:15:59 +03:00
Ariel Mashraki
9f61938bcc doc: explain how to use policies in migrations (#4141) 2024-07-14 14:53:22 +03:00
Ariel Mashraki
1073ce511e doc: explain how to use extensions in migrations (#4140) 2024-07-13 23:07:53 +03:00
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
db2088c34a entc/gen: concurrent gofmt (#4104)
After #584 goimports does not need to resolve packages, and running concurrent fmt is faster than serialized one
2024-06-17 12:43:29 +03:00
Ariel Mashraki
a1a79186fd entc/gen/template: improve goimports time by adding missing imports (#4103) 2024-06-17 12:03:34 +03:00
Jannik Clausen
092b62a322 schema/field: add support for ValueScanner on field.Bytes() (#4067) 2024-05-21 08:58:50 +02:00
Ariel Mashraki
61751fc92c entc/gen: fix conflict between set_id edge field and mutation fields (#4062) 2024-05-19 14:26:59 +03:00
Ariel Mashraki
e56fd86cad entc/gen: add SetID to predefined mutation methods (#4061) 2024-05-19 12:55:27 +03:00
Ariel Mashraki
7064e58744 dialect/sql/sqlgraph: replace IN with EXISTS in HasNeighbors/With predicates (#4060) 2024-05-19 12:31:07 +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
dependabot[bot]
3af75853f0 build(deps): bump golangci/golangci-lint-action from 3 to 5 (#4033)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 5.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v5)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 16:49:01 +03:00
Ariel Mashraki
5d43d62c65 entc/gen: use query ops in generated code (#4005) 2024-04-05 15:05:56 +03:00
Ariel Mashraki
7beda3fb2b ent: export all generated query operations (#4001) 2024-04-04 11:58:48 +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
sunxunle
c25a28565e entc/gen: fix doc typos (#3979)
Signed-off-by: sunxunle <sunxunle@gmail.com>
2024-03-18 08:33:08 +02:00
Ariel Mashraki
09dc9675a6 example/ent: add example for adding enums not at the end (#3980) 2024-03-17 12:30:45 +02:00
max yue
0a32b6f2bf doc: fix typo in data-migrations.mdx (#3973) 2024-03-14 09:50:14 +02:00
Ariel Mashraki
13437cba78 examples/migration: add column with default value (#3960) 2024-02-29 22:22:51 +02:00
Ronen Lubin
20f9fba3e6 go: update golang.org/x/sys (#3958)
* all: update golang.org/x/sys

* run go mod tidy
v0.13.1
2024-02-26 22:11:45 +02:00
Ariel Mashraki
2bcf9573a9 entc/gen: support bidi-refs for named edges (#3956) 2024-02-25 16:08:12 +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
7284481be5 entc/gen: add feature-flag to set unique backref when their inverse is loaded (#3953) 2024-02-24 22:57:17 +02:00