Commit Graph

  • c88cddaf81 docs: add naormatania as a contributor for code (#2177) allcontributors[bot] 2021-11-28 07:58:37 +02:00
  • 8847a1ac55 dialect/sql/schema: fix migrating Postgres fields with max character varchar custom type (#2162) Naor Matania 2021-11-28 07:57:57 +02:00
  • 6372263b99 entc/gen: add support for subtracting values from unsgined fields (#2169) Ariel Mashraki 2021-11-25 12:37:43 +02:00
  • b99ce66f40 dialect/sql: calling Update.Add after Update.Set should append expression (#2168) Ariel Mashraki 2021-11-25 12:03:12 +02:00
  • b3ab990952 build(deps): bump actions/cache from 2.1.6 to 2.1.7 (#2158) dependabot[bot] 2021-11-25 10:30:22 +02:00
  • 990684c6c8 doc: use go get -d for installation (#2165) Aleksandr Razumov 2021-11-25 10:47:39 +03:00
  • b1e76d1a05 entc/gen: fix entql generation for ID types of Bytes, etc. (#2157) Andy Day 2021-11-24 03:53:45 -08:00
  • 1ef79a2d78 build(deps): bump aws-actions/configure-aws-credentials (#2160) dependabot[bot] 2021-11-24 13:50:25 +02:00
  • 3cb4bc324a doc/hooks: add example for post mutation action (#2161) Yoni Davidson 2021-11-24 13:46:04 +02:00
  • 2000e1970b website/blog: update 2021-09-10-openapi-generator.md (#2154) mattn 2021-11-22 16:29:39 +09:00
  • 39a3e17e30 doc/website: remove deprecated script (#2152) Amit Shani 2021-11-21 17:07:22 +02:00
  • 21389f00ef ent/doc: load github buttons from cdnjs (#2151) Amit Shani 2021-11-21 16:10:50 +02:00
  • 9e74510c09 entc/integration: minor changes for test cases (#2148) Ariel Mashraki 2021-11-19 15:38:49 +02:00
  • 7a97025ae6 doc/md: fix highlighting in tutorial-grpc-service-generation-options.md (#2146) Jeremy Maxey-Vesperman 2021-11-18 07:53:17 -05:00
  • 2e3aca1b1d doc/md: fmt grpc methods (#2144) Rotem Tamir 2021-11-17 11:21:46 +02:00
  • 6954eb3a18 doc/md: add json string predicates (#2142) Hila Kashai 2021-11-16 14:08:27 +02:00
  • 9e1e8472e9 doc/md: fix predicate examples (#2140) Ariel Mashraki 2021-11-16 13:22:23 +02:00
  • 99ad873ae0 doc/website/blog: adding code screenshot to entoas blogpost (#2139) Rotem Tamir 2021-11-16 11:52:34 +02:00
  • 3cbf4d40cd docs: add grevych as a contributor for code (#2138) allcontributors[bot] 2021-11-16 10:26:30 +02:00
  • 6402fc7fe2 Merge pull request #2137 from ent/getoutreach-grevych/sqljson-pattern-matching-predicates Ariel Mashraki 2021-11-16 10:21:08 +02:00
  • 77701d4db6 dialect/sql/sqljson: use the builtin string predciates in sqljson and improve tests Ariel Mashraki 2021-11-16 10:07:34 +02:00
  • 5645812c73 doc/md: add tutorial for configuring gRPC service method generation Jeremy Maxey-Vesperman 2021-11-15 17:30:33 -05:00
  • 0a6ca7ee5a docs: add JeremyV2014 as a contributor for doc, code (#2135) allcontributors[bot] 2021-11-15 22:59:53 +02:00
  • ef90b24e23 doc/website/blog: entoas blog post (#2124) MasseElch 2021-11-15 20:40:15 +01:00
  • c0878f8b62 doc/extension: fix example code (#2132) Amit Shani 2021-11-14 14:19:46 +02:00
  • a5fea077a9 dialect/sql: use identifier qualifiers for WHERE clause on upsert Ariel Mashraki 2021-11-12 23:25:59 +02:00
  • 12feb4301d doc/predicates: fix json example doc Ariel Mashraki 2021-11-11 20:26:01 +02:00
  • 7456e95235 doc/predicates: fix json example doc Ariel Mashraki 2021-11-11 20:15:16 +02:00
  • 0dd7b0d7c3 dialect/sql/sqljson: fix sqlite haskey and add docs Ariel Mashraki 2021-11-11 18:04:17 +02:00
  • 3ba2b4e173 entc/integration/json: add tests for null literals Ariel Mashraki 2021-11-10 17:12:07 +02:00
  • 0c5398a11d dialect/sql/sqljson: support comparing values with null literal Ariel Mashraki 2021-11-10 15:36:50 +02:00
  • f6c9428978 ci: bump golangci-lint version (#2106) Alexander Melentyev 2021-11-09 21:53:30 +03:00
  • 39eb637a42 build(deps): bump github.com/lib/pq from 1.10.3 to 1.10.4 (#2121) dependabot[bot] 2021-11-09 19:04:48 +02:00
  • ab207c499a entc/gen: minor codegen improvements Ariel Mashraki 2021-11-08 14:13:24 +02:00
  • e915765f3b entc/gen: allow scanning nil valuescanner types directly from database Ariel Mashraki 2021-11-07 22:55:02 +02:00
  • dd6c034c2a dialect/sql/schema: support mediumtext field in migration Ariel Mashraki 2021-11-07 15:29:34 +02:00
  • 8f88f58713 dialect/sql/sqlgraph: minor refactor changes Ariel Mashraki 2021-11-07 12:17:41 +02:00
  • 4720063afd docs: add tankbusta as a contributor for doc (#2111) allcontributors[bot] 2021-11-05 13:19:47 +02:00
  • 657c5c7bad chore: address #2102 by adding mention of Unwrap (#2110) Christopher Schmitt 2021-11-05 02:08:39 -06:00
  • dffc12d44a build(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#2103) dependabot[bot] 2021-11-04 12:33:46 +02:00
  • caa673826a entc/gen/mutation: add IDs method for mutations Ariel Mashraki 2021-11-03 14:46:54 +02:00
  • e8e4401d27 dialect/sqltest: use postgres dialect in predicate tests Ariel Mashraki 2021-11-03 11:53:17 +02:00
  • 02203c3f91 dialect/sqltest: ensure predicates can be reused Ariel Mashraki 2021-11-02 22:25:51 +02:00
  • 924de2d341 website/blog: minor typo change Ariel Mashraki 2021-11-02 14:35:45 +02:00
  • d0118b2da2 website/blog: sync objects in external databases Ariel Mashraki 2021-11-01 12:12:29 +02:00
  • 147b1f59ae all: small typo fixes (#2095) Alexander Melentyev 2021-11-01 18:47:06 +03:00
  • 681d03e896 entc/gen: fix DependencyName godoc (#2094) Alexander Melentyev 2021-10-30 22:51:15 +03:00
  • 51b63c17c0 entc/gen: fix module version extraction when running entc as a package Ariel Mashraki 2021-10-28 14:51:20 +03:00
  • 59069b7449 docs: add JeremyV2014 as a contributor for code (#2087) allcontributors[bot] 2021-10-28 21:35:57 +03:00
  • b308091ed6 build(deps): bump ws from 6.2.1 to 6.2.2 in /doc/website (#2079) dependabot[bot] 2021-10-28 11:10:48 +03:00
  • ec676018b9 build(deps): bump url-parse from 1.5.1 to 1.5.3 in /doc/website (#2078) dependabot[bot] 2021-10-28 11:10:09 +03:00
  • adb4c4951e build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /doc/website (#2077) dependabot[bot] 2021-10-28 11:08:50 +03:00
  • 6759de9980 build(deps): bump path-parse from 1.0.6 to 1.0.7 in /doc/website (#2076) dependabot[bot] 2021-10-28 11:08:38 +03:00
  • 51bed1009f build(deps): bump normalize-url from 4.5.0 to 4.5.1 in /doc/website (#2075) dependabot[bot] 2021-10-28 11:08:27 +03:00
  • 909d24cfc4 entc/gen: support merging dep annotations Ariel Mashraki 2021-10-27 23:21:19 +03:00
  • 4f331e0090 docs: add heliumbrain as a contributor for doc (#2084) allcontributors[bot] 2021-10-28 07:51:25 +03:00
  • b2367f2bf0 doc/md: fix typo in tutorial-grpc-generating-proto.md (#2082) heliumbrain 2021-10-28 06:48:03 +02:00
  • 49aa38a974 build(deps): bump immer from 8.0.1 to 9.0.6 in /doc/website (#2073) dependabot[bot] 2021-10-27 15:00:40 +03:00
  • 6538efe71d doc/md: entc config example for codegen (#2074) Ariel Mashraki 2021-10-27 14:24:41 +03:00
  • 3d0e648356 website: upgrade docusaurus and improve announcement bar Ariel Mashraki 2021-10-27 11:57:54 +03:00
  • 56016d56d6 entc/gen: remove unused named return (#2069) Alexander Melentyev 2021-10-27 12:37:47 +03:00
  • a98798ebbc doc/tutorial: update todo-gql-mutation-input example (#2063) Jeffrey Stiles 2021-10-26 22:18:06 -07:00
  • 4d1fceb976 doc/codegen: add doc and example for external dependencies. Ariel Mashraki 2021-10-26 22:04:03 +03:00
  • 82eeeb5a1c entc/gen: introduce the entc.Dependency option Ariel Mashraki 2021-10-25 21:56:48 +03:00
  • 5bbd973ffa doc/graphql: replace templates with extensions (#2064) Ariel Mashraki 2021-10-25 07:52:04 +03:00
  • 62d64f2b78 dialect/sql/sqlgraph: use selector's column instead of table's column in HasNeighbors (#2060) Andrey Elenskiy 2021-10-25 00:46:54 -04:00
  • a1f6de2793 dialect/sql: escape special characters in pattern matching Ariel Mashraki 2021-10-24 20:52:44 +03:00
  • 4919889eb4 doc/fields: add example for json default values Ariel Mashraki 2021-10-22 11:17:18 +03:00
  • e687246f7a schema/field: support default values for json and other Ariel Mashraki 2021-10-21 22:39:03 +03:00
  • 5c76254b5c doc/extension: add popular extensions (#2054) Hila Kashai 2021-10-21 17:30:40 +03:00
  • 963bd669fd dialect/sql: add example to SIMILAR TO predicate (#2055) Ariel Mashraki 2021-10-21 12:01:58 +03:00
  • 8c752862cf website/blog: sqlcomment share photo (#2051) Rotem Tamir 2021-10-20 14:56:35 +03:00
  • d199a7c267 website/blog: fix sqlcomment post title Ariel Mashraki 2021-10-20 14:13:46 +03:00
  • ccd6e9f18b Update 2021-10-19-sqlcomment-support-for-ent.md (#2050) Rotem Tamir 2021-10-20 13:56:07 +03:00
  • 6b293968c1 ent/blog: sqlcomment post by hedwigz (#2043) Amit Shani 2021-10-20 13:39:53 +03:00
  • 2305b15727 build(deps): bump github.com/mattn/go-sqlite3 from 1.14.8 to 1.14.9 (#2049) dependabot[bot] 2021-10-20 10:30:08 +03:00
  • f32957e81a .github: fix typo in bug template (#2047) Hila Kashai 2021-10-20 09:40:10 +03:00
  • d6ebb40f03 .github/issues: add link to ent/bug (#2045) Hila Kashai 2021-10-19 18:35:35 +03:00
  • 535e61fc4f .github: update issue template Ariel Mashraki 2021-10-19 17:42:25 +03:00
  • 2f0d9de45f doc/faq: add read-write separation example (#2032) Lenu Gan 2021-10-19 20:45:31 +08:00
  • 0a6de9457f build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#2038) dependabot[bot] 2021-10-19 15:44:14 +03:00
  • aa8d2ecb58 entc/gen/integ: add example for using query modifiers in multischema mode Ariel Mashraki 2021-10-18 18:43:31 +03:00
  • 2c9a175f06 website/blog/entviz: add import on entc.go snippet (#2040) Amit Shani 2021-10-18 12:31:08 +03:00
  • 3e6c40886d entc/gen: support count with field selection Ariel Mashraki 2021-10-17 18:48:17 +03:00
  • 732b2a7d6e website/blog: minor fix to the entcache post Ariel Mashraki 2021-10-14 23:11:56 +03:00
  • 5646717544 website/blog: introducing entcache post (#2034) Ariel Mashraki 2021-10-14 21:33:26 +03:00
  • 899e9f0e50 dialect/sql: wraps the sql.Rows with ColumnScanner interface Ariel Mashraki 2021-09-29 21:16:26 +03:00
  • 123930c362 entc/integ: add example for o2o with edge field Ariel Mashraki 2021-10-12 19:46:18 +03:00
  • 960aac547a doc/blog: removing uneeded colon from title Rotem Tamir 2021-10-12 16:53:05 +03:00
  • a80349d61a doc/website/blog: post about importing database schema to ent - using entimport (#2026) Zeev Manilovich 2021-10-12 15:58:03 +03:00
  • efba15f6a7 docs: add mookjp as a contributor for code (#2027) allcontributors[bot] 2021-10-12 10:30:41 +03:00
  • 076e1269e8 entc/gen: fix example code in comment (#2025) mook 2021-10-12 16:29:58 +09:00
  • 058e40abcf docs: add sivchari as a contributor for code (#2024) allcontributors[bot] 2021-10-11 14:09:52 +03:00
  • eee77df5a6 entc/integration/template: fix go vet errors (#2021) sivchari 2021-10-11 19:38:45 +09:00
  • 9e809635b2 entc/gen: ignore immutable fields on Upsert<T>.UpdateNewValues Ariel Mashraki 2021-10-05 22:27:58 +03:00
  • b47b46ee6d ci: bump golangci-lint version (#2018) Alexander Melentyev 2021-10-07 20:06:38 +03:00
  • f30a17edd4 all: fix linting issues before migrating to golangci v1.42 (#2019) Ariel Mashraki 2021-10-07 19:54:43 +03:00
  • f5834b6fe6 Remove deprecated linter (#2017) Alexander Melentyev 2021-10-07 18:58:07 +03:00
  • b518a2b4f5 docs: add ThinkontrolSY as a contributor for code (#2014) allcontributors[bot] 2021-10-06 21:47:09 +03:00
  • 65cf307b10 dialect/sql/schema: add support for tstzrange and interval and in postgres (#2013) Shen Yang 2021-10-07 02:46:34 +08:00