Commit Graph

2222 Commits

Author SHA1 Message Date
dependabot[bot]
cee4a60c4f build(deps): bump aws-actions/configure-aws-credentials
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2.0.0 to 4.0.2.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v2.0.0...v4.0.2)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 07:23:59 +00: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
Ariel Mashraki
797534a0d1 go: update ariga.io/atlas to latest version (#3751) v0.12.4 2023-09-18 10:30:25 +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
Luc van Kessel
d8774635e6 dialect/sql/sqlgraph: support nil errors in constraint checks (#3701)
* added nil checks to constraint errors

* removed whitespace from nil error checks

---------

Co-authored-by: Luc van Kessel <luc@klippa.com>
2023-08-18 22:13:38 +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
Ariel Mashraki
91c7fcc685 dialect/sql/schema: allow only table creation modification in automatic schema planning (#3660) 2023-07-26 11:24:33 +03:00
Yasser Sobhy
0b0cc90245 entc/gen: mark field as cleared when clearing edges (#3651)
* mark field as cleared when clearing edges

* regenerate examples

* run go generate in entc/integration

* runn go mod tidy
2023-07-21 16:17:39 +03:00
Will Faught
da2ff50ff8 doc: remove useless wording (#3640) 2023-07-13 15:34:02 +03:00
Ariel Mashraki
c46cf6317b entc/gen: allow catching nested tx attemps with errors.Is (#3636) 2023-07-08 12:03:37 +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
Ariel Mashraki
f0a81e2640 dialect/sql: add predicate to check hasprefix between columns/fields 2023-06-22 15:43:25 +03:00
Ariel Mashraki
0055559b1b dialect/sql: add tests to new logical predicate functions 2023-06-22 00:08:26 +03:00
Ariel Mashraki
808edd134d dialect/sql: support capturing predicates in selectors
This allows custom predicates mutating the root querying and still respect the AND/OR/NOT semantics
2023-06-22 00:08:26 +03:00
Ariel Mashraki
4787899669 go: update ariga.io/atlas to latest version (#3610) 2023-06-21 12:24:05 +03:00
Ariel Mashraki
56719b5c3f .github: bump go version (#3609) 2023-06-21 09:25:06 +03:00
Ariel Mashraki
b49d5f5924 dialect/sql/sqlgraph: expose standard modifier to eager-load N neighbors (#3603) 2023-06-17 12:23:57 +03:00
Ariel Mashraki
ee7a50bc48 entc/integration: add missing license header (#3594) 2023-06-09 09:19:57 +03:00
Ariel Mashraki
e8a2548915 entc/gen: allow naming ent/schemas as builder (#3593) 2023-06-09 01:16:56 +03:00
Ariel Mashraki
79820a3c93 entc/gen: quote index annotations in generated schemas (#3578)
Fixed https://github.com/ent/ent/issues/3558
2023-06-02 09:41:04 +03:00