Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,438 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 26 commits in 1 repository
Opened 25 pull requests in 1 repository
facebook/ent
24
merged
1
closed
- entc/integ: minor style changes in integration
- doc: minor format changes to code blocks
- doc: add info how to test documentation changes
- doc: add inet-types to faq page
- entc/integration: add validator to macaddr field
- entc/gen: improve validator-check error for gotype
- schema/field: improve error message for GoType
- doc: add codegen middleware to the hooks page
- entc/integration: add macaddr to integration tests
- dialect/sql/schema: initial support for postgres net-types
- dialect/sql/schema: skip default value parsing on pg functions
- entc/gen: minor changes to annotation tests
- entc/gen: add an api for getting the entsql annotation for field
- dialect/sql/schema: add entsql annotation to column
- entc/gen: fix niladic predicates for id fields
- entc/gen: change the comment doc of update operation
- dialect/sql/sqlgraph: avoid query on update when it's not needed
- dialect/entsql: use annotation in schema builder
- entc/gen: merge list of entsql annotation to one
- entc/load: support list of annotation from the same type
- dialect/sql: add support for table options
- entc/gen: extract fk column from edge
- Docs/faq
- doc: add the audit-logger example for faq page
- docs: initial version of faq page
Reviewed 14 pull requests in 3 repositories
facebook/ent 12 pull requests
- Added "inet" example in faq
- Add DefaultFunc for string field
- Adding postgres 13
- Added postgres to circleci
- Feat/integer to string part2
- Allow migrations from integer to string without size limit
- fix invalid type, add an postgre type 'timestamp without time zone' to the scan colum
- feat: Added Annotation Options
- fix: pk forces the Type of the numeric to be TypeInt so that the user defined id type is invalid
- entc/gen: ensure that edges are able to use golang keywords
- Fix 917
- Update ent.tmpl