Commit Graph

  • cd1afb235c entc: improve generated comments for edges and fields (#2632) Will Bicks 2022-06-13 08:52:47 -04:00
  • 1572f1eb14 doc/md: fix NamedValues option in graphql tutorial (#2535) Dor Liberman 2022-06-12 12:12:25 +03:00
  • bfa9c963cb dialect/sql/schema: introduce type store interface (#2636) Jannik Clausen 2022-06-10 10:08:33 +02:00
  • b2844fb88c docs: add hax10 as a contributor for code (#2637) allcontributors[bot] 2022-06-09 20:40:26 +03:00
  • e6152856b1 entc/gen: fix name clash in entc template when entity name has initials as tx (#2633) hax10 2022-06-10 01:39:46 +08:00
  • fd955654a0 entc/gen: change codegen signature from entc to ent (#2627) Ariel Mashraki 2022-06-07 17:48:17 +03:00
  • d9d63b5814 doc/md: use fmt.Errorf instead of errors.Wrapf (#2608) frederikhors 2022-06-07 09:33:25 +02:00
  • 9e4660f104 doc: change golang docs links for actual (#2620) Sasha Melentyev 2022-06-06 17:55:55 +03:00
  • dd4519f935 dialect/entsql: rename annotation vars (#2614) Sasha Melentyev 2022-06-06 11:20:56 +03:00
  • e634960221 entc/gen: move a8m/entclean logic to ent (#2612) Ariel Mashraki 2022-06-05 14:31:45 +03:00
  • 2c3f65b528 doc/website: do not refer to sqlite3 anymore (#2593) frederikhors 2022-06-01 17:55:07 +02:00
  • 63592f79c4 go: bump atlas to latest master (#2584) Amit Shani 2022-06-01 17:13:23 +03:00
  • 6a166b9e7c ci: bump golangci-lint version (#2577) Sasha Melentyev 2022-06-01 17:11:42 +03:00
  • 8fe8c748c5 doc/md: add more dialects to quickstart (#2588) Amit Shani 2022-06-01 16:59:08 +03:00
  • d071e0c70a doc/md: fix some broken links (#2589) Amit Shani 2022-06-01 16:44:25 +03:00
  • 5d303d08b5 doc/privacy: add heading for filter rules section Ariel Mashraki 2022-06-01 14:05:51 +03:00
  • 6120ecfa14 Update README.md Ariel Mashraki 2022-06-01 14:03:53 +03:00
  • c26d92d39e entc/gen: support indexing edge schema with composite primary keys (#2578) Ariel Mashraki 2022-05-30 17:20:27 +03:00
  • 5b81d7d832 dialect/sql/sqlgraph: better support for update nodes with predicates (#2574) Ariel Mashraki 2022-05-29 16:23:52 +03:00
  • 0917701f91 entc/gen: fix wrong UserDefined checks in templates (#2572) Giau. Tran Minh 2022-05-28 16:12:57 +07:00
  • 5800f6b578 entc/gen: avoid setting the incremental attribute fo non-integer fields (#2571) Ariel Mashraki 2022-05-27 23:54:41 +03:00
  • f1c396a435 go: update sqlite3 driver from 1.14.10 to 1.14.13 (#2566) Reiji Tokuda 2022-05-26 22:55:00 +08:00
  • f7771e730f go: update ariga.io/atlas to latest master (#2567) Ariel Mashraki 2022-05-26 09:17:31 +03:00
  • e1c5277483 ent: initial support for edge schemas (#2560) Ariel Mashraki 2022-05-25 15:46:00 +03:00
  • 1e05ccc284 entgql: add Nil/NotNil for typed predicates (#2556) Giau. Tran Minh 2022-05-22 03:31:14 +07:00
  • c3c8773908 go: update ariga.io/atlas to latest master (#2555) Ariel Mashraki 2022-05-20 08:18:29 +03:00
  • f2e0bef7a8 entc/gen: add conditional-write option to external templates (#2542) Ariel Mashraki 2022-05-12 07:36:15 +03:00
  • fc03c8d283 doc/md: add note about versioned migration tool support requiring latest master (#2537) Jannik Clausen 2022-05-10 08:52:09 +02:00
  • d8fdf3b512 doc/md: update GQL tutorial with schema generator (#2528) Giau. Tran Minh 2022-05-09 22:09:21 +07:00
  • 63a2836ef2 doc/website/blog: share image to sum file blog post (#2534) Jannik Clausen 2022-05-09 16:17:06 +02:00
  • b1ceb0a55a doc/website/blog: fix document name (#2533) Jannik Clausen 2022-05-09 15:48:44 +02:00
  • 4142108d62 doc/website/blog: external tools and sum file (#2489) Jannik Clausen 2022-05-09 15:23:51 +02:00
  • 91ba0c7cea doc/website: minor css fixes (#2532) Ariel Mashraki 2022-05-09 13:20:45 +03:00
  • 429a5e5d91 doc/md: update Discord server invite link (#2530) Giau. Tran Minh 2022-05-07 12:55:27 +07:00
  • 4d1c0af20d entc/integration: add examples for sub-queries + minor fixed for selector builder (#2509) Pedro Henrique 2022-05-05 16:46:13 -03:00
  • 0c75ffc007 doc: add README_jp.md link (#2527) Ikko Ashimine 2022-05-06 02:10:06 +09:00
  • 12b6659c72 dialect/sql/schema: respect sumfile when present and do not operate on checksum mismatch (#2522) MasseElch 2022-05-05 10:43:20 +02:00
  • 2fe8e053c1 docs: add booleangate as a contributor for code (#2526) allcontributors[bot] 2022-05-05 11:20:50 +03:00
  • 38d4d5fb5c entc/gen: propagate nodes post-save mutations (#2525) Justin Johnson 2022-05-05 01:19:21 -07:00
  • 240a43e7a2 deps: bump atlas (issue with current version of atlas due to an argum… (#2521) MasseElch 2022-05-05 08:30:29 +02:00
  • 4ac82f5bb3 doc/md: tidb tested on v6.0.0 (#2502) Amit Shani 2022-05-02 14:30:20 +03:00
  • 51f293fc54 entc/gen/template/sql/feature: add comment to feature field on config… (#2515) MasseElch 2022-05-02 13:29:53 +02:00
  • dab95be855 doc/md: example and test for migration apply hooks (#2514) Ariel Mashraki 2022-05-02 14:25:22 +03:00
  • 2d291df2ec readme: add discord shield Ariel Mashraki 2022-05-01 17:55:00 +03:00
  • 9d992c4f41 doc/md: document custom graphql where filters (#2507) Pedro Henrique 2022-04-29 06:49:29 -03:00
  • e50d335c30 dialect/sql: support string based pk for mysql56 indexes (prevent err… (#2506) MasseElch 2022-04-29 08:57:22 +02:00
  • 4db0c544c2 dialect/sql: add New method to pass in a river without opening a *sql.DB before (#2504) MasseElch 2022-04-28 13:12:34 +02:00
  • 4e434b2b73 gen/template: allow overriding of client struct and initialization (#2503) MasseElch 2022-04-28 09:07:44 +02:00
  • 879bb8a905 entc/integration/json: add example for using interfaces in JSON fields (#2497) Ariel Mashraki 2022-04-25 13:34:05 +03:00
  • 04e0dc936b entc/integration/migrate: add example for renaming columns (#2496) Ariel Mashraki 2022-04-24 22:36:33 +03:00
  • 7d153c7683 build(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 (#2488) dependabot[bot] 2022-04-21 10:22:42 +03:00
  • 2c8e58ce94 entc/gen: skip Table() predicate and warn about reserved schema name (Client) (#2486) MasseElch 2022-04-20 16:30:59 +02:00
  • 4e1affecbc doc/md - added usage note for golang-migrate (#2482) Thomas Meitz 2022-04-20 08:39:52 +02:00
  • f7a7da675f doc/md: document atlas sum file usage (#2471) MasseElch 2022-04-19 08:58:07 +02:00
  • 6ce239cd39 docs: add thmeitz as a contributor for code, doc (#2483) allcontributors[bot] 2022-04-18 21:39:41 +03:00
  • 72e454e5fc doc/md: versioned migration typo fix (#2481) Amit Shani 2022-04-18 16:11:13 +03:00
  • f1ea8def89 doc/md: fix typo (#2480) Amit Shani 2022-04-18 15:52:14 +03:00
  • bac215a72a build(deps): bump actions/setup-go from 2 to 3 (#2465) dependabot[bot] 2022-04-14 20:10:00 +03:00
  • 4cf6dd75ec entc/gen: expose config on generated filters (#2473) Ariel Mashraki 2022-04-14 20:00:52 +03:00
  • c1175719a2 dialect/sql/schema: option to enable atlas sum file (#2470) MasseElch 2022-04-13 21:36:57 +02:00
  • 89dc83887c doc/md: document usage of atlas supported migration tools (#2467) MasseElch 2022-04-13 12:47:00 +02:00
  • cb6e0e063d build(deps): bump github.com/lib/pq from 1.10.4 to 1.10.5 (#2461) dependabot[bot] 2022-04-10 11:11:38 +03:00
  • 3683de1d36 doc/md: simplify graphql mutation usage (#2464) dorlib 2022-04-09 20:59:55 +03:00
  • 6e4e4da896 entc/integration/migrate: update atlas and test custom time precision (#2462) Ariel Mashraki 2022-04-08 11:27:30 +03:00
  • 5dd5acc08d dialect/sql: fixed a small typo in docs (#2459) Carlos González 2022-04-07 13:54:43 -03:00
  • 5ee0a475e4 website/blog: enthistory fix typo (#2458) Amit Shani 2022-04-07 17:38:27 +03:00
  • cf0b8560bc doc/blog: enthistory fix (#2457) Amit Shani 2022-04-07 17:23:46 +03:00
  • dec2216cb9 website/blog: enthistory blog post (#2456) Amit Shani 2022-04-07 17:19:52 +03:00
  • d92984f744 doc/website: add sql/execquery feature-flag to document (#2453) Ariel Mashraki 2022-04-06 14:10:33 +03:00
  • 89c339209e entc/gen: add the sql/execquery feature flag (#2447) Ariel Mashraki 2022-04-06 13:34:22 +03:00
  • 4f17a84dfa docs: add CharlesGe129 as a contributor for code (#2451) allcontributors[bot] 2022-04-06 09:47:34 +02:00
  • e463cbca55 init db version before executing diff (#2440) Charles Ge 2022-04-06 15:43:13 +08:00
  • 05246cbd26 gen/entc/template: add option to process nodes after query using external templates (#2444) Ariel Mashraki 2022-04-02 22:01:28 +03:00
  • 196875c761 entc/gen: block Optional on ID fields (#2443) Giau. Tran Minh 2022-04-03 01:01:38 +07:00
  • 345d3d1783 dialect/sql: support for order by expressions in window functions (#2442) Ariel Mashraki 2022-04-01 21:31:00 +03:00
  • 110d0d138a ent/schema/field: fix incorrect Go code in GoType() doc comments (#2441) Frédéric G. MARAND 2022-04-01 18:35:23 +02:00
  • 21ea376817 update example import (#2432) Clarence 2022-03-31 14:55:54 +04:00
  • 48bb70f056 entc/gen: allow adding extra fields to the generated edges (#2437) Ariel Mashraki 2022-03-29 14:54:16 +03:00
  • 317594ec80 dialect/sql/schema: prefix sqlite unique indexes with table name (#2433) Ariel Mashraki 2022-03-28 12:54:39 +03:00
  • 92ff734815 dialect/sql: add support for window functions (#2431) Ariel Mashraki 2022-03-27 20:53:36 +03:00
  • cb7e0c1f1b doc/tutorial: add title with file names to code blocks (#2430) Ariel Mashraki 2022-03-26 18:49:04 +03:00
  • a89d1ec40f docs: add iwata as a contributor for doc (#2427) allcontributors[bot] 2022-03-25 16:17:06 +01:00
  • e1e47e61f3 Write a document for custom formatter of migrate (#2415) Motonori Iwata 2022-03-26 00:13:22 +09:00
  • 6c30ca7d4f dialect/sql/schema: skip creating unique key for primary keys (#2425) Ariel Mashraki 2022-03-24 18:53:36 +02:00
  • c00b4ecb0f entc/integration/custom_id: update atlas and fix issue in integration tests (#2424) Ariel Mashraki 2022-03-24 17:55:55 +02:00
  • 71020f8d7b doc/website/blog: tidb indentation fix (#2423) Amit Shani 2022-03-24 15:07:38 +02:00
  • 55ed0508c7 doc: minor impronments to getting-started (#2422) Ariel Mashraki 2022-03-24 12:42:57 +02:00
  • e20e658cdd build(deps): bump actions/cache from 2.1.7 to 3 (#2420) dependabot[bot] 2022-03-24 10:45:38 +02:00
  • edd968490e entc/gen: use join for loading m2m relationship (#2417) Ariel Mashraki 2022-03-21 11:37:54 +02:00
  • 938233b191 doc: update installation in getting-started (#2414) Frédéric G. MARAND 2022-03-20 10:47:06 +01:00
  • 0d9173c0b9 doc: update schema-def to use proper method (#2416) Frédéric G. MARAND 2022-03-20 10:46:06 +01:00
  • a7c1df2d0a entc/gen: move selectbuilder scan functions to shared struct (#2412) Ariel Mashraki 2022-03-18 07:59:04 +02:00
  • 286eec4b38 all: drop 1.16 support and run CI on 1.17 and 1.18 (#2411) MasseElch 2022-03-17 17:30:13 +01:00
  • 865ddb8d47 doc/website/blog: small fixes Rotem Tamir 2022-03-17 14:54:57 +02:00
  • 683fe8cc3b doc/website/blog: TiDB announcement (#2396) Amit Shani 2022-03-17 14:42:15 +02:00
  • b1abbd3d65 dialect/sql/schema: without foreign keys option for atlas (#2404) Zeev Manilovich 2022-03-16 17:27:23 +02:00
  • 9bb800105d doc/hook: additional example for rejecting op (#2407) Ariel Mashraki 2022-03-16 16:09:04 +02:00
  • c071898395 entc/gen: move column default quoting to template (#2406) Ariel Mashraki 2022-03-16 13:41:19 +02:00
  • 412947d274 dialect/sql: avoid passing bool arguments on bool predicates (#2405) Ariel Mashraki 2022-03-15 22:52:49 +02:00
  • db1617bb29 dialect/sql/schema: upgrade atlas and disable sum file creation (#2400) MasseElch 2022-03-15 17:40:56 +01:00