Ariel Mashraki
|
311d760679
|
entc/gen: allow opening and testing concurrent enttest clients (#2665)
|
2022-06-20 08:32:30 +03:00 |
|
陈杨文
|
be59ad6d3f
|
dialect.sql/schema.Column ScanDefault allowed uuid default to function (#1537)
|
2021-05-07 16:15:29 +03:00 |
|
Ariel Mashraki
|
dd4792f5b3
|
go: rename module from github.com/facebook/ent => entgo.io/ent (#1226)
|
2021-02-02 23:03:04 +02:00 |
|
Ciaran Liedeman
|
bbd41dbc87
|
dialect/sql/schema: integer to string (#954)
* Allow migrations from integer to string with max length
* switched to entsql.Annotation
* removed manual conversion size checks
* fixed unit tests
|
2020-11-24 18:09:40 +02:00 |
|
Ciaran Liedeman
|
e26d81d9a5
|
dialect/sql/schema: allow migrations from integer to string without size limit (#952)
* Allow migrations from integer to string without size limit
* Update entc/integration/migrate/entv1/schema/user.go
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* run generate
* Update entc/integration/migrate/entv2/schema/user.go
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2020-11-16 11:44:04 +02:00 |
|
Ariel Mashraki
|
fd0a7f9f02
|
all: facebookincubator/ent => facebook/ent (#660)
ent repository is going to be migrated to facebook organization
|
2020-08-18 11:05:08 +03:00 |
|
Ariel Mashraki
|
23cbf325c0
|
dialect/sql/schema: move MySQL logic to its own file
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/128
Reviewed By: alexsn
Differential Revision: D18164283
fbshipit-source-id: da6b4d6df89ae4172d8f47a7790c4dac3a8ffe93
|
2019-10-27 08:59:08 -07:00 |
|
Ariel Mashraki
|
26f3a42944
|
sql/schema: avoid parsing prerelease in semver
Reviewed By: alexsn
Differential Revision: D17476646
fbshipit-source-id: a3c8de5232e8c249c44fcb734c566420dccd0aa8
|
2019-09-19 06:36:56 -07:00 |
|
Ariel Mashraki
|
bd07c86b60
|
all: add license header to all go files
Summary:
Used addlicense to generate this:
addlicense -c "Facebook Inc" -f license_header .
example was taken from: https://github.com/facebook/litho/blob/master/lib/soloader/BUCK
Reviewed By: alexsn
Differential Revision: D17070152
fbshipit-source-id: e7b91398d7f6181727be3400c1872ad5f28e38ed
|
2019-08-27 04:48:28 -07:00 |
|
Ariel Mashraki
|
e0e754717e
|
ent: change ent package name (#1338)
Summary:
Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1338
Pull Request resolved: https://github.com/facebookincubator/ent/pull/14
Reviewed By: alexsn
Differential Revision: D16890825
fbshipit-source-id: 656baaa73f5debab08c849b6b9639caeec2a8ef1
|
2019-08-19 09:32:14 -07:00 |
|
Ariel Mashraki
|
c16d3c8e25
|
ent/schema: explicitly defines non-null fields in schema
Reviewed By: alexsn
Differential Revision: D16791620
fbshipit-source-id: bad3ac7b2349d2f483c804eb3623c6dfa8b06313
|
2019-08-15 03:37:17 -07:00 |
|
Ariel Mashraki
|
108affa8dd
|
ent/schema: move schema packages into a separate package
Reviewed By: alexsn
Differential Revision: D16763332
fbshipit-source-id: e3e4279c62992de192464c3d3b1036c45687507c
|
2019-08-12 07:53:03 -07:00 |
|
Ariel Mashraki
|
4b176495e8
|
add support for all int types in schema
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/8
Reviewed By: alexsn
Differential Revision: D16131257
fbshipit-source-id: 7b362740053c684f70ec69188b2fcee898605436
|
2019-07-10 09:24:31 -07:00 |
|