Commit Graph

  • 1e5f68646f dialect/sql/entsql: support setting expression as column default value Ariel Mashraki 2022-11-11 21:47:10 +02:00
  • 3b5a535801 dialect/sql/schema: allow setting JSON default values on pg, sqlite and maria (#3081) Ariel Mashraki 2022-11-11 07:41:21 +02:00
  • b86bc12db9 doc: document custom index operator classes (#3079) Ariel Mashraki 2022-11-09 20:50:09 +02:00
  • b0eb20f0f7 entc/gen: enable BuildFlags in *.go (#3075) Weilence 2022-11-09 00:32:40 +08:00
  • eae7d390a9 dialect/sql: add support for index operator-class using atlasgo.io (#3073) Ariel Mashraki 2022-11-08 14:08:10 +02:00
  • 942eb56b2a cmd/ent: add comments to 'describe' command (#3067) nzlov 2022-11-07 22:23:07 +08:00
  • a91aabe3ef entc/gen: ensure foreign-key constraints are unique in codegen (#3066) Ariel Mashraki 2022-11-05 07:28:50 +02:00
  • 5d4f02620d dialect/sql/sqljson: add ValueIsNotNull predicate (#3058) Ronen Lubin 2022-11-02 11:18:15 +02:00
  • 35d0d4c3db dialect/sql/sqlgraph: handle edge-schema in M2O/O2Oi calls entql Ariel Mashraki 2022-10-29 00:00:11 +03:00
  • 521f9b57bc entc/gen: copy annotations to the Through meta-edge Ariel Mashraki 2022-10-31 15:46:48 +02:00
  • c063978d68 entc/gen: ensure edge.StorageKey and edge.Field do not conflict v0.11.4 Ariel Mashraki 2022-10-29 23:30:45 +03:00
  • e7ce44adb1 dialect/sql: support mapping non-lowercased tags Ariel Mashraki 2022-10-27 22:52:50 +03:00
  • f1223dc879 build(deps): bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 dependabot[bot] 2022-10-27 07:07:58 +00:00
  • 3ddcb76ba0 entc/gen: fix codegen typo Ariel Mashraki 2022-10-26 20:56:28 +03:00
  • fc9a4f9c6e dialect/sql: add example for OrderExpr on postgres Ariel Mashraki 2022-10-26 20:56:17 +03:00
  • 2d22f7e706 build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 dependabot[bot] 2022-10-24 07:10:07 +00:00
  • 3e596ce2fb build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 dependabot[bot] 2022-10-25 07:09:38 +00:00
  • 1d957101fc doc/aggregate: add examples for <T>Query.Aggregate Ariel Mashraki 2022-10-22 23:23:09 +03:00
  • 765ec09d31 entc/gen: add Aggregate to <T>Select and <T>Query Ariel Mashraki 2022-10-22 22:39:13 +03:00
  • 1bc4d48a51 dialect/sql: support scanning json fields (#3022) Ariel Mashraki 2022-10-18 16:18:50 +03:00
  • d17c28bee0 doc: update tutorial-todo-gql-field-collection.md (#3021) Satoshi Morita 2022-10-17 19:55:37 +09:00
  • 8d40edf24b dialect/sql: add support for LIMIT in update statement (#3018) Ariel Mashraki 2022-10-17 10:02:53 +03:00
  • bbdfea319d dialect/sql: support the RETURNING clause in UPDATE (#3016) Ariel Mashraki 2022-10-16 17:55:01 +03:00
  • ac725a61b7 entc: add BuildFlags to schema loader configuration (#2801) Joe Wreschnig 2022-10-16 15:53:47 +02:00
  • 9ff209d1f3 doc: remove executable flag for md, mdx, png, js, and .gitignore files (#3015) Cyril Brulebois 2022-10-16 15:47:56 +02:00
  • f674c72103 build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#3011) dependabot[bot] 2022-10-12 10:15:49 +03:00
  • fe4b19a355 dialect/sql: add Window function to be able to customize function clause for window statements (#2994) Andrey Elenskiy 2022-10-11 16:45:49 -04:00
  • a1e6f06094 go: upgrade ariga.io/atlas (#3010) Ariel Mashraki 2022-10-11 23:25:19 +03:00
  • 09114208be doc/website/blog: fixes to json append post (#3009) Rotem Tamir 2022-10-11 22:26:34 +03:00
  • 96e1325e44 doc/website/blog: json append blogpost (#3006) Rotem Tamir 2022-10-11 18:12:30 +03:00
  • cf137c665a dialect/sql/sqljson: cast marshaled args as json (#3008) Ariel Mashraki 2022-10-11 14:15:01 +03:00
  • a26e21ff6a doc: update sqlite migration section (#2999) Ariel Mashraki 2022-10-09 14:54:53 +03:00
  • 713828b311 Remove unused variable and type redundancy (#2996) Marwan Sulaiman 2022-10-08 17:59:52 -04:00
  • a8dde5e0d1 dialect/sql/sqlgraph: move fields setters to method calls (#2995) Ariel Mashraki 2022-10-08 20:08:22 +03:00
  • 35e950edf9 contributing: add sqljson to doc Ariel Mashraki 2022-10-02 16:22:56 +03:00
  • 0eaa78f77d dialect/sql/sqljson: add option to evaluate json path inside a predicate (#2982) Ronen Lubin 2022-10-02 15:56:15 +03:00
  • 1029a2d3ba entc/gen: attach tx hooks to underlying driver (#2980) Ariel Mashraki 2022-10-01 09:26:02 +03:00
  • 0b38ce8bf1 add kortschak as a contributor for doc (#2978) allcontributors[bot] 2022-09-30 09:09:38 +03:00
  • 7d3d898f60 doc/md: various improvements to gRPC tutorial (#2977) Dan Kortschak 2022-09-30 15:29:53 +09:30
  • 837d077f98 doc: add Append<F> to crud page (#2976) Ariel Mashraki 2022-09-29 17:42:22 +03:00
  • 13bf27bdd6 entc/gen: support Append<F> for JSON array fields (#2975) Ariel Mashraki 2022-09-29 16:57:54 +03:00
  • 957d3c0098 examples/entcpkg: code updated based on latest release (#2967) surjit 2022-09-29 01:57:57 -06:00
  • fe743ccd57 doc: remove comment about edge-schema status (#2974) Ariel Mashraki 2022-09-29 10:07:11 +03:00
  • 7ecc929fb5 doc/features: add sqljson.Append to modifier examples Ariel Mashraki 2022-09-29 08:43:36 +03:00
  • eb4ea68356 dialect/sql/sqljson: add dialect-aware Append function Ariel Mashraki 2022-09-28 12:07:10 +03:00
  • 5330f87759 doc/md: add ci instructions for SQLite (#2970) v0.11.3 Jannik Clausen 2022-09-28 11:08:21 +02:00
  • b286a4b0ce build(deps): bump normalize-url from 4.5.0 to 4.5.1 in /doc/website (#2968) dependabot[bot] 2022-09-28 12:07:55 +03:00
  • 51d20e39f6 build(deps): bump path-parse from 1.0.6 to 1.0.7 in /doc/website (#2969) dependabot[bot] 2022-09-28 12:07:46 +03:00
  • c41d223733 dialect/sql/schema: disable foreign keys before opening a transaction (#2966) Jannik Clausen 2022-09-28 07:41:49 +02:00
  • e02622a064 docs: various fixes to the graphql tutorial (#2965) Dan Kortschak 2022-09-27 16:32:16 +09:30
  • bd80e069b9 doc: fix file name for required change (#2961) Dan Kortschak 2022-09-27 16:28:45 +09:30
  • e93e96ed1b dialect/sql/schema: use serial underlying types for fks (#2963) Ariel Mashraki 2022-09-27 07:54:07 +03:00
  • 679109f5c2 entc/gen: remove space around continue for 1.18 compatible (#2962) Giau. Tran Minh 2022-09-27 01:10:15 +07:00
  • 7ad7df2d04 doc: make mutation and variable match todo.graphql (#2960) Dan Kortschak 2022-09-26 20:12:41 +09:30
  • 16f978298f doc/md: fix broken links to "GraphQL example" (#2959) yuki2006 2022-09-26 18:21:50 +09:00
  • 192eace0f5 doc: make mutation and variable match todo.graphql (#2958) Dan Kortschak 2022-09-26 17:01:26 +09:30
  • baa282dac7 doc/tx: improve WithTx example (#2952) Ariel Mashraki 2022-09-24 20:19:14 +03:00
  • 139725ee00 dialect/sql/schema: no longer allocate a PK range for a join table (#2950) Jannik Clausen 2022-09-23 12:40:36 +02:00
  • 0f5cba6144 doc: update schema-edges.mdx (#2947) jiurenm 2022-09-22 16:56:05 +08:00
  • f43b06492f doc/md: add atlas migration import to versioned docs (#2942) Jannik Clausen 2022-09-21 11:07:39 +02:00
  • 8502534ddf doc/indexes: add partial indexes example (#2945) Ariel Mashraki 2022-09-20 15:35:12 +03:00
  • 3fc4ba6f15 dialect/entsql: add support for partial indexes (#2944) Ariel Mashraki 2022-09-20 15:07:28 +03:00
  • a3e38c5141 docs: add jhwz as a contributor (#2943) allcontributors[bot] 2022-09-20 12:50:54 +02:00
  • 043fa71045 Docs spelling arguement -> argument (#2939) jhwz 2022-09-20 22:44:15 +12:00
  • 1f8e4ada01 entc/gen: allow package with alias on ID field (#2926) Pedro Henrique 2022-09-18 10:45:21 -03:00
  • b81db910a3 doc: minor fix Japanese README (#2935) Ikko Ashimine 2022-09-18 18:13:48 +09:00
  • 0adfb94c30 dialect/sql: support defining multiple FROM in query (#2933) Ariel Mashraki 2022-09-16 00:10:11 +03:00
  • 4425d1a6e1 cmd/ent: support 'ent describe' in edge-schemas (#2931) Ariel Mashraki 2022-09-15 11:09:15 +03:00
  • d9b3004be7 doc/md: fix package name breaking generate (#2922) Yun 2022-09-10 22:52:38 -07:00
  • d9c71d7f67 schema/mixin: fix comments in godoc (#2921) Aagosh 2022-09-10 16:11:26 +05:30
  • 9e56543bfc doc/graphql: improve relay connection annotation (#2920) Ariel Mashraki 2022-09-09 11:59:38 +03:00
  • ac937f8a6e entc/gen: allow using 'client' and 'tx' as schema field names (#2919) Ariel Mashraki 2022-09-09 10:38:25 +03:00
  • 366aaaad7a doc/md: change default execution engine to Atlas in documentation (#2916) Jannik Clausen 2022-09-08 19:29:44 +02:00
  • d0bce8aee4 doc/graphql: link to tutorial basic setup (#2918) Ariel Mashraki 2022-09-08 20:23:15 +03:00
  • 31e41da792 doc: link from graphql doc to tutorial (#2917) Ariel Mashraki 2022-09-08 20:04:36 +03:00
  • 29aa179c67 doc/md: update schema-indexes doc (#2914) thuan1412 2022-09-08 21:57:34 +07:00
  • 82ee525676 doc/tutorial: update entgql + gqlgen integration (#2915) Ariel Mashraki 2022-09-08 17:56:11 +03:00
  • d0943109b5 doc/website/blog: fix ci link (#2913) Rotem Tamir 2022-09-08 13:59:07 +03:00
  • 346af30254 doc/website/blog: ci blogpost (#2903) Rotem Tamir 2022-09-08 12:09:23 +03:00
  • dc44b9f6fe build(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 (#2909) dependabot[bot] 2022-09-07 22:11:06 +03:00
  • cfb038810d dialect/sql/entsql: support including non-key columns in postgres indexes (#2912) Ariel Mashraki 2022-09-07 22:09:48 +03:00
  • 2cdb627c0d dialect/sql/sqljson: quote non-identifiers (#2910) Giau. Tran Minh 2022-09-07 18:49:11 +07:00
  • 1773fc465e dialect/sql: add support for statement prefix in update builder (#2904) Ariel Mashraki 2022-09-06 17:34:53 +03:00
  • 1e12537a35 entc/gen: support custom Acronym (#2900) Weilence 2022-09-06 20:13:41 +08:00
  • 326fe42d49 entc/gen: use FirstID instead of Count for Exist calls (#2896) Aagosh 2022-09-04 12:34:57 +05:30
  • b5976fbe6a go: update go version in go.mod (#2898) Aagosh 2022-09-03 13:47:39 +05:30
  • 2969796669 dialect/sql/sqlgraph: support batch-upadte for edge-schemas (#2897) Ariel Mashraki 2022-09-02 15:33:41 +03:00
  • 3b1b75b9d7 dialect/sql/sqljson: remove duplicate word in comments (#2892) Abirdcfly 2022-08-30 15:19:04 +08:00
  • f797ac2d14 entc/gen: remove repeated template fragment (#2890) Weilence 2022-08-30 12:50:15 +08:00
  • 2615b3a4b3 build(deps): bump github.com/mattn/go-sqlite3 from 1.14.14 to 1.14.15 (#2862) dependabot[bot] 2022-08-30 07:45:27 +03:00
  • 9200dcdcc0 build(deps): bump minimist from 1.2.5 to 1.2.6 in /doc/website (#2872) dependabot[bot] 2022-08-30 07:45:14 +03:00
  • 015effdcc1 dialect/sql/builder: added FullJoin (#2885) Ryo Yamada 2022-08-30 13:39:35 +09:00
  • bedbea6665 dialct/sql/sqljson: fix HasKey implementation for SQLite (#2887) Ariel Mashraki 2022-08-29 23:37:30 +03:00
  • 1cf4fc88c7 schema/field: ensure DefaultFunc argument is type func (#2884) Ariel Mashraki 2022-08-28 20:56:10 +03:00
  • 79fe0ebcd6 sql/sqljson: add support for ValueIn/ValueNotIn (#2882) Ariel Mashraki 2022-08-24 17:58:44 +03:00
  • f3b6dd9d7e doc/md: add -mod=mod to 'go run' commands in documentation (#2881) Bill Mill 2022-08-23 14:15:30 -04:00
  • 4467021c6c docs: add water-a as a contributor for bug (#2879) allcontributors[bot] 2022-08-21 11:10:55 +03:00
  • f40cdf84f4 entc/gen: ensure immutability is consistent between edge and their fields (#2877) Ariel Mashraki 2022-08-20 19:30:27 +03:00
  • b18ca9ca6f schema/edge: allow setting immutable edges (#2876) Ariel Mashraki 2022-08-20 19:10:16 +03:00
  • 461ab4a3e4 entc/gen: unexpose upsert setters for immutable fields (#2875) Ariel Mashraki 2022-08-20 18:09:12 +03:00