陈杨文
|
7fd99a196a
|
schema/field: field.UUID support Nillable (#1504)
|
2021-04-23 18:33:31 +03:00 |
|
Ariel Mashraki
|
1908b3e35f
|
dialect/sql/sqlbuild: replace bytes.buffer with strings.builder (#1502)
benchmark old ns/op new ns/op delta
BenchmarkInsertBuilder_Default/sqlite3-16 285 253 -11.06%
BenchmarkInsertBuilder_Default/mysql-16 283 219 -22.70%
BenchmarkInsertBuilder_Default/postgres-16 374 340 -9.17%
BenchmarkInsertBuilder_Small/sqlite3-16 1945 1734 -10.85%
BenchmarkInsertBuilder_Small/mysql-16 1957 1741 -11.04%
BenchmarkInsertBuilder_Small/postgres-16 2393 2220 -7.23%
benchmark old allocs new allocs delta
BenchmarkInsertBuilder_Default/sqlite3-16 5 6 +20.00%
BenchmarkInsertBuilder_Default/mysql-16 5 5 +0.00%
BenchmarkInsertBuilder_Default/postgres-16 6 7 +16.67%
BenchmarkInsertBuilder_Small/sqlite3-16 22 23 +4.55%
BenchmarkInsertBuilder_Small/mysql-16 22 23 +4.55%
BenchmarkInsertBuilder_Small/postgres-16 31 32 +3.23%
benchmark old bytes new bytes delta
BenchmarkInsertBuilder_Default/sqlite3-16 456 168 -63.16%
BenchmarkInsertBuilder_Default/mysql-16 440 104 -76.36%
BenchmarkInsertBuilder_Default/postgres-16 480 176 -63.33%
BenchmarkInsertBuilder_Small/sqlite3-16 1624 1176 -27.59%
BenchmarkInsertBuilder_Small/mysql-16 1624 1176 -27.59%
BenchmarkInsertBuilder_Small/postgres-16 1656 1192 -28.02%
|
2021-04-23 11:10:33 +03:00 |
|
Ariel Mashraki
|
63d630b7cf
|
doc/website/blog: update supported databases
|
2021-04-22 21:24:35 +03:00 |
|
Rotem Tamir
|
d11a47d7cb
|
doc/md/contributors: update contributor list from github commiter history to ent/ent and ent/contrib (#1500)
|
2021-04-22 17:32:01 +03:00 |
|
allcontributors[bot]
|
00f70f41d4
|
docs/md/contributors: add a8m as a contributor
|
2021-04-22 15:07:41 +03:00 |
|
Rotem Tamir
|
5708a15e58
|
doc/website: integrate contributors page with all-contributors bot
* doc/website: integrate contributors page with all-contributors bot
* link to contributors page
|
2021-04-22 15:04:35 +03:00 |
|
allcontributors[bot]
|
45e6062122
|
docs: add rotemtam as a contributor (#1496)
* docs: update README.md [skip ci]
* docs: create .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-04-22 14:35:02 +03:00 |
|
Ariel Mashraki
|
3a791b8e81
|
dialect/entsql: add integration tests (#1494)
|
2021-04-22 14:34:37 +03:00 |
|
Vojtěch Káně
|
43ef74b8a8
|
entc/gen: add support for default annotation to PKs as well (#1492)
|
2021-04-22 14:16:53 +03:00 |
|
dependabot[bot]
|
de150626fc
|
build(deps): bump github.com/lib/pq from 1.10.0 to 1.10.1 (#1491)
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.10.0...v1.10.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-04-22 14:15:59 +03:00 |
|
Ariel Mashraki
|
91dda6230f
|
entc/gen: allow simple types to implement valuescanner
|
2021-04-20 14:44:31 +03:00 |
|
Ariel Mashraki
|
89d1bcd80c
|
dialect/sql/sqlscan: allow scanning optional values to non-pointer fields
|
2021-04-20 09:29:41 +03:00 |
|
Ariel Mashraki
|
b3041725d2
|
dialect/sql/sqlscan: allow scanning values to embedded struct fields
|
2021-04-19 18:40:37 +03:00 |
|
Ariel Mashraki
|
497fca4c96
|
entc/gen: skip selecting group-by fields if they already selected
|
2021-04-19 17:20:44 +03:00 |
|
Christoph Hartmann
|
5421d6c628
|
dialect/sql/schema: handle pg bytea for schema changes (#1462)
|
2021-04-19 14:46:01 +03:00 |
|
Ariel Mashraki
|
2bfb34fe82
|
doc/md: add example on how to group-by an edge
|
2021-04-19 14:28:40 +03:00 |
|
Ariel Mashraki
|
a51c50f6a3
|
entc/gen: allow group-by by relations
|
2021-04-19 14:28:40 +03:00 |
|
Giau. Tran Minh
|
26b8f3b6b2
|
doc/md: update tutorial-todo-gql-mutation-input.md (#1477)
|
2021-04-19 14:02:24 +03:00 |
|
Ariel Mashraki
|
1ea5d64607
|
doc/md: add tutorial on how to generate mutation input types (#1476)
* doc/md: add tutorial on how to generate mutation input types
* address codereview comments
|
2021-04-19 12:29:16 +03:00 |
|
Ariel Mashraki
|
9829ffb385
|
entc/integ: add example for custom id type
|
2021-04-17 13:45:51 +03:00 |
|
Ariel Mashraki
|
2480b5c0ef
|
entc/gen: wrap nillable fields with custom go-type with sql.nullscanner
|
2021-04-17 13:13:40 +03:00 |
|
Ariel Mashraki
|
762e6aeff9
|
doc/website: add latest release to the announcement bar
|
2021-04-15 21:19:33 +03:00 |
|
dependabot[bot]
|
e57f9932fe
|
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.6 to 1.14.7
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.6...v1.14.7)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-15 11:03:25 +03:00 |
|
Ariel Mashraki
|
712b6a5f08
|
dialect/sql/sqlgraph: allow update single node without select
v0.8.0
|
2021-04-14 21:54:27 +03:00 |
|
dependabot[bot]
|
82277ac804
|
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#1452)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-04-14 18:25:01 +03:00 |
|
Ariel Mashraki
|
5bcee6b51c
|
dialect/sql/schema: add postgres tests for array type
|
2021-04-14 14:25:28 +03:00 |
|
Ariel Mashraki
|
fd1f2df150
|
dialect/sql/schema: add support for pg arrays in migration
|
2021-04-14 14:25:28 +03:00 |
|
Ciaran Liedeman
|
eff6552989
|
entc/gen: allow users to alter Query initialization using templates (#1453)
* Templating: Allow user to alter Query struct init
* Update entc/gen/template/dialect/sql/query.tmpl
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* pr feedback
* renamed template
* changed sql to *
* to tabs
* removed old template
* update bin-data
* Update entc/integration/template/ent/template/query.tmpl
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* restore newline
* update bindata
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2021-04-14 14:04:29 +03:00 |
|
Ariel Mashraki
|
f59e25d228
|
doc/md: add global annotation example
|
2021-04-11 14:47:48 +03:00 |
|
Ariel Mashraki
|
30c947546f
|
entc: add global annotations option
|
2021-04-11 13:58:10 +03:00 |
|
Ariel Mashraki
|
8d7bb7fad6
|
entc/gen: check edge-field on mutation-cleared calls for edges
Fixed #1445
|
2021-04-10 14:56:34 +03:00 |
|
Ariel Mashraki
|
106dd53d23
|
doc: add goland type annotation to examples and doc
|
2021-04-09 17:53:04 +03:00 |
|
Ariel Mashraki
|
34aabc0eb1
|
entc/gen/template: add goland-annotation for template data-types
|
2021-04-09 17:53:04 +03:00 |
|
bshihr
|
d7b683c0d3
|
dialect/sql/schema: correct wrong error message ("mysql" hard coded in Inspector method) (#1442)
|
2021-04-09 07:40:31 +03:00 |
|
Ariel Mashraki
|
9090c103be
|
entc/gen: add edge method for getting mutation-remove in templates
|
2021-04-08 15:56:11 +03:00 |
|
Ariel Mashraki
|
bd246f28dc
|
doc/md: quote html tags (fix latest change) #1435
|
2021-04-07 18:17:11 +03:00 |
|
mori yuta
|
a8b0820a33
|
Add important guidelines for translation (#1434)
doc/md/translation: adding guidance on common pitfalls
|
2021-04-07 17:53:00 +03:00 |
|
Rotem Tamir
|
be1b8fd8a3
|
doc/md/faq: document how to store protobuf objects in a blob column. Fixes #1422
|
2021-04-07 14:10:01 +03:00 |
|
Ariel Mashraki
|
2cc76e2470
|
.github/cd: daily pushes for entgo.io website (#1430)
* .github/cd: daily pushes for entgo.io website
Every day at 9:00 AM UTC (12PM in Jerusalem).
* ignore deployments on weekend
|
2021-04-07 12:20:27 +03:00 |
|
Ariel Mashraki
|
2cc1c628dc
|
schema/field: use actual go type in generated interfaces (#1428)
|
2021-04-07 09:53:44 +03:00 |
|
dependabot[bot]
|
3fe9d1081e
|
build(deps): bump golangci/golangci-lint-action from v2.5.1 to v2.5.2 (#1425)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.5.1 to v2.5.2.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2.5.1...5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-04-05 12:09:06 +03:00 |
|
Ariel Mashraki
|
f3f03e1edd
|
schema/edge: add support for configuring foreign-key symbols
Fixed #1423
|
2021-04-04 15:27:57 +03:00 |
|
Ariel Mashraki
|
745afde770
|
dialect/entsql: add support for column default using annotation
Fixed #1033
|
2021-04-03 21:53:56 +03:00 |
|
Ariel Mashraki
|
3db3f5fd1a
|
doc/website: add locale dropdown menu to navbar
|
2021-03-31 12:54:15 +03:00 |
|
Ariel Mashraki
|
e4b7a28ceb
|
ci: delete circleci config
|
2021-03-31 09:36:57 +03:00 |
|
Ariel Mashraki
|
a1ad70c685
|
dialect/sql/schema: json column migration for mariadb10.3.13
See https://github.com/ent/ent/issues/1395\#issuecomment-809420881
Fixed #1395
|
2021-03-29 22:34:58 +03:00 |
|
Rotem Tamir
|
4dbe434ce6
|
doc/md - contributing translations guide
|
2021-03-29 17:01:03 +03:00 |
|
Ariel Mashraki
|
c9f66cd3b4
|
doc/md: custom ordering example
|
2021-03-29 15:29:45 +03:00 |
|
Ariel Mashraki
|
21989f4aa4
|
entc/gen: chagne column-check error format
|
2021-03-29 15:29:45 +03:00 |
|
Ariel Mashraki
|
f12ef91829
|
entc/gen: privatize table columns check
|
2021-03-29 14:35:38 +03:00 |
|