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
Giau. Tran Minh
d4560fae62
.github/workflows: add Go 1.22 for CI tests ( #3935 )
v0.13.0
2024-02-07 23:25:07 +07:00
Ariel Mashraki
744fed675e
go: update golang.org/x/tools to latest ( #3940 )
2024-02-07 18:03:32 +02:00
dependabot[bot]
6631ed7172
build(deps): bump actions/cache from 3 to 4 ( #3908 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
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-02-04 12:49:34 +07:00
Eric Lindvall
91df8e59c2
dialect/sql/schema: Atlas cleanSchema should handle non-existent tables ( #3931 )
...
sqlite fts5 virtual tables create additional tables that are automatically
deleted when the virtual table is deleted.
This will cause "no such table" errors when trying to drop them when creating
a new migration.
2024-02-04 12:46:33 +07:00
Giau. Tran Minh
548edd248a
chore: upgrade atlas to latest version ( #3932 )
2024-02-04 08:46:54 +07:00
JSH
1bcb2fa9cc
dialect/sql/sqlgraph: allow scanning non-numeric IDs in batch creations ( #3830 )
...
* Use same logic between lastInsertId & lastInsertIds
* fix for bulkcreator.insertLastIds
2024-01-03 23:34:23 +02:00
Ariel Mashraki
40dfcc82ed
examples/migration: hash card number/cvv ( #3879 )
2023-12-31 14:43:35 +02:00
Ariel Mashraki
e1d4e10939
examples: add session and session device ( #3878 )
2023-12-31 14:06:45 +02:00
Ariel Mashraki
8ce8a4160d
examples/migration: append enum not at the end ( #3877 )
2023-12-31 12:30:45 +02:00
Ariel Mashraki
2341a71acb
examples/migration: add payment entity ( #3876 )
2023-12-31 12:27:32 +02:00
Ariel Mashraki
bd8f9eac01
examples/migration: add unique pet name for each owner ( #3875 )
2023-12-31 12:00:46 +02:00
Ariel Mashraki
e875474929
examples/migration: add check constraint ( #3873 )
2023-12-31 11:05:58 +02:00
Jannik Clausen
5755614d3f
entc/gen: support backticks in snapshot ( #3851 )
2023-12-07 21:35:48 +01:00
dependabot[bot]
f3fdbd6950
build(deps): bump actions/setup-go from 3 to 5 ( #3850 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
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>
2023-12-07 15:31:06 +07:00
Ariel Mashraki
536984eeef
doc/website: remove custom font ( #3846 )
2023-11-26 13:58:50 +02:00
Michael Caulley
ffe0aa8ac7
fix: swap the order of handling order and pred in the graph select func ( #3841 )
...
multi order may generate predicates, so running the order funcs first allows reusing aliases
2023-11-23 19:01:24 +02:00
Jearel Alcantara
d5eb1aa5ad
website: fix code example in the simple cms blog post ( #3837 )
2023-11-21 09:11:33 +02:00
Michael Boke
717ac7832a
dialect/sql: added support for mariadb uuid native type ( #3131 )
2023-11-21 00:58:11 +07:00
Ariel Mashraki
4640d8e0ec
entc/gen: keep internal feature-flags private ( #3832 )
2023-11-16 09:39:27 +02:00
Ariel Mashraki
77eedb01dd
doc: add multi-schema migrations using atlas ( #3825 )
v0.12.5
2023-11-13 18:57:37 +02:00
Ariel Mashraki
9aba4ae091
entc/gen: initial work for multi-schema migration using atlasgo.io ( #3821 )
2023-11-13 12:35:31 +02:00
Ariel Mashraki
50938a51c6
dialect/sql/schema: add table schema ( #3818 )
2023-11-11 23:28:22 +02:00
Ariel Mashraki
c2ff3ff3bc
dialect/entsql: add schema to package annotation ( #3817 )
2023-11-10 10:57:26 +02:00
oinume
616ccf732c
doc: drop v10 support and add v15 for PostgreSQL ( #3806 )
2023-11-10 10:48:14 +02:00
Ariel Mashraki
37f57d9a97
dialect/entsql: add helper function for creating table annotation ( #3816 )
2023-11-10 10:44: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
Ariel Mashraki
8a848a6475
entc/gen: nillable update setters for non-optional fields ( #3788 )
2023-10-12 21:26:07 +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