Commit Graph

1008 Commits

Author SHA1 Message Date
Ariel Mashraki
8876d31317 entc/gen: fix feature-flag cleanups (#1210) 2021-01-26 22:31:32 +02:00
dependabot[bot]
06ae79acba build(deps): bump github.com/google/uuid from 1.1.5 to 1.2.0 (#1206)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.5 to 1.2.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.1.5...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 08:49:46 +02:00
Pavel Kerbel
8ca9d55b31 load/schema: added comment to generated schema (#1205) 2021-01-24 22:02:33 +02:00
Ariel Mashraki
2c7228c23f dialect/sql/sqlgraph: add schema for deletion command 2021-01-24 19:57:28 +02:00
Marwan Sulaiman
bdd8f2f624 Ensure SchemaConfig is set in sqlQuery's context (#1203) 2021-01-24 19:57:28 +02:00
Ariel Mashraki
aeb1ccc571 entc/gen: move schemaconfig template to feature-flag 2021-01-24 19:57:28 +02:00
Ariel Mashraki
0e7823383e entc/gen: add default json tag for edge fields (#1204) 2021-01-23 21:23:52 +02:00
Ariel Mashraki
75df97bd24 doc/privacy: add mutation filtering example to website 2021-01-22 23:04:09 +02:00
Ariel Mashraki
6ca96fff8b example/tenantprivacy: add update/delete-one mutation policy 2021-01-22 23:04:09 +02:00
Ariel Mashraki
f315801779 dialect/sql/sqlgraph: apply predicate on update-node 2021-01-22 23:04:09 +02:00
Travis Cline
5e4d7dcbfc doc/graphql: extend examples section to mention the prefixed-ULID (PULID) example. (#1200) 2021-01-22 07:19:01 +02:00
Ariel Mashraki
3f57feb63a entc/gen: add external import templates to patterns (#1199) 2021-01-21 13:46:41 +02:00
Marwan Sulaiman
8063d4ac93 entc/gen: add context.Context to to query builder (#1195)
* Add ctx to dialectQuery

* go generate
2021-01-20 11:46:08 +02:00
Marwan Sulaiman
59ffee504d entc/gen: add sql/schemaconfig feature flag (#1194) 2021-01-20 11:43:57 +02:00
Ariel Mashraki
0c2c45f0c6 entc/gen/template: allow override context.Context with custom templates 2021-01-19 10:24:26 +02:00
Ariel Mashraki
0f78dfe1c0 entc/gen/template: allow mutating the sqlgraph.EdgeQuerySpec by ent extensions or user templates 2021-01-19 09:51:38 +02:00
Ariel Mashraki
d1db24d13f entc/gen/template: allow mutating the sqlgraph.QuerySpec by ent extensions or user templates 2021-01-19 09:51:38 +02:00
Ariel Mashraki
d56537c606 entc/gen/template: allow mutating the sqlgraph.UpdateSpec by ent extensions or user templates 2021-01-19 09:51:38 +02:00
Ariel Mashraki
7f5720cf92 entc/gen/template: allow mutating the sqlgraph.DeleteSpec by ent extensions or user templates 2021-01-19 09:51:38 +02:00
Ariel Mashraki
63eb68a269 entc/gen/template: allow mutating the sqlgraph.CreateSpec by ent extensions or user templates 2021-01-19 09:51:38 +02:00
Ariel Mashraki
aa73b9067f entc/gen/template: allow extensions to extend the import templates 2021-01-19 09:11:37 +02:00
Ariel Mashraki
25b7a05543 entc/gen: remove unused template function 2021-01-19 09:11:37 +02:00
Marwan Sulaiman
3439ca207f dialect/sql/sqlgraph: pass context.Context to *sql.Selector (#1186)
* Ensure sqlgraph passes the context to *sql.Selector

* Update dialect/sql/sqlgraph/graph_test.go

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>

* Update dialect/sql/sqlgraph/graph_test.go

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>

* gofmt

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2021-01-18 19:41:59 +02:00
Marwan Sulaiman
ddb25280cd dialect/sql: Add context.Context to sql.Selector (#1185) 2021-01-18 17:32:42 +02:00
Ariel Mashraki
0ac3526d30 dialect/sql/schema: test postgres inspection 2021-01-18 12:38:39 +02:00
Ariel Mashraki
cc8da8fbf7 dialect/sql/schema: schema match from predicate 2021-01-18 12:38:39 +02:00
Ariel Mashraki
7e904f0e1c dialect/sql/schema: add sqlite test for inspector (#1183) 2021-01-18 11:21:39 +02:00
Pavel Kerbel
6d94d9e17c schema/field: add Comment field to Descriptor (#1173)
* schema/field: add Comment value to Descriptor

* schema/field: add Comment implementation
2021-01-18 09:36:28 +02:00
Ariel Mashraki
8b798d2714 dialect/sql/schema: add tables inspection capabilities (#1178) 2021-01-17 16:41:07 +02:00
Ariel Mashraki
a692086309 dialect: support for begintx in debug mode (#1176) 2021-01-15 15:13:50 +02:00
dependabot[bot]
1535e03b3e build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5 (#1174)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.1.4...v1.1.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-15 08:24:38 +02:00
Ariel Mashraki
91f7e3363a dialect/sql/schema: support providing alternate schema for postgres (#1172) 2021-01-14 16:55:37 +02:00
Ariel Mashraki
8420a64be3 entc/integ: add time.duration example (#1171) 2021-01-14 12:18:55 +02:00
dependabot[bot]
0b4f5985dc build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#1169)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-14 08:15:56 +02:00
Ariel Mashraki
601a4ee50d dialect/sql/schema: support alternate schema for drivers (#1167) 2021-01-13 14:21:03 +02:00
Ariel Mashraki
d4d10d3977 dialect/sql: support sql expression in predicate args (#1166) 2021-01-13 14:12:01 +02:00
Ariel Mashraki
76c5e48ef8 entc/gen: move migrate annotation creation to init (#1165)
* fix issue with pointer values in Annotation

* entc/gen: move migrate annotation creation to init

Co-authored-by: Ruben de Vries <ruben@rubensayshi.com>
2021-01-13 12:00:30 +02:00
dependabot[bot]
63f8ad6fa4 build(deps): bump github.com/mitchellh/mapstructure from 1.4.0 to 1.4.1 (#1164)
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/mitchellh/mapstructure/releases)
- [Changelog](https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitchellh/mapstructure/compare/v1.4.0...v1.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-13 11:18:57 +02:00
BrentChesny
ab9b2ae967 entc/internal: catch syntax error due to conflict marker (#1163) 2021-01-12 18:22:48 +02:00
Marwan Sulaiman
13b61ff455 dialect/sql/sqlgraph: schema options for operations (#1136)
* Add schema options for sql graph

* PR Fixes
2021-01-12 09:29:01 +02:00
Ariel Mashraki
5fc907451f dialect/sql: test order by expression 2021-01-11 17:22:20 +02:00
Ariel Mashraki
ad92b2323b dialect/sql: add option to order by expression 2021-01-11 17:22:20 +02:00
Ariel Mashraki
3f75ffabd8 dialect/sql: add expr querier 2021-01-11 17:22:20 +02:00
Travis Cline
b91601eceb docs: fix link to Annotation interface (#1160) 2021-01-10 23:34:49 +02:00
Ariel Mashraki
4069af9926 schema/field: update nillable godoc 2021-01-10 14:28:12 +02:00
Ariel Mashraki
f2aa1854e4 schema/field: generate numeric builder with new godoc 2021-01-10 14:28:12 +02:00
Ariel Mashraki
e62e5c26be doc/faq: minor changes for default-func 2021-01-10 14:28:12 +02:00
Morgan
e4cc63c411 schema/field: add DefaultFunc for numeric types and add support for it in entc (#1153)
* entc/load: allow defaultfuncs on numeric types

* schema/field: add DefaultFunc on numeric types

* docs: document DefaultFunc better

* chore: update generated files

* pr: address issues

* docs: updates on faq, address requested changes
2021-01-10 14:05:45 +02:00
Ariel Mashraki
727e41e357 dialect/sql/sqlscan: skip unexported struct fields 2021-01-09 18:58:31 +02:00
Ariel Mashraki
9dd3933919 dialect/sql/sqlscan: test invalid inputs 2021-01-09 17:27:34 +02:00