allcontributors[bot]
|
0c4e9c78a7
|
docs: add attackordie as a contributor for doc (#1988)
|
2021-09-27 08:00:24 +03:00 |
|
Brian
|
3c3f328be7
|
doc/tutorial: fix imports in tutorial-grpc-setting-up.md (#1984)
Update import to remove this error: "Sticking to the "Quick Instruction" by "undeclared name: field" error #1931 "
|
2021-09-26 22:12:07 +03:00 |
|
allcontributors[bot]
|
7bec24c544
|
docs: add evanlurvey as a contributor for code (#1983)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-09-25 23:22:49 +03:00 |
|
allcontributors[bot]
|
4e753f0c71
|
docs: add storyicon as a contributor for code (#1974)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-09-22 16:03:15 +03:00 |
|
Ariel Mashraki
|
432af473aa
|
doc/extension: error should not end with punctuation (#1973)
|
2021-09-22 16:02:07 +03:00 |
|
allcontributors[bot]
|
073215901e
|
docs: add EndlessIdea as a contributor for code (#1969)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-09-21 20:46:56 +03:00 |
|
Ariel Mashraki
|
207cbef60f
|
doc/fields: add examples for unique field selection
|
2021-09-21 20:33:53 +03:00 |
|
dependabot[bot]
|
3b41914013
|
build(deps): bump prismjs from 1.24.1 to 1.25.0 in /doc/website (#1966)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.1...v1.25.0)
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-09-21 13:35:39 +03:00 |
|
Risky Feryansyah
|
8cb468f979
|
doc/website: fix security concern transitive depedency in website docs (#1957)
|
2021-09-17 12:36:45 +03:00 |
|
Benjamin Kane
|
06f9353734
|
doc/md: link to non-foreign-key join-table fields GH issue (#1912)
https://github.com/ent/ent/issues/1061 seems to be a common question ( also see [Slack](https://gophers.slack.com/archives/C01FMSQDT53/p1630519196046300), so link to it in the docs.
|
2021-09-13 12:11:33 +03:00 |
|
MasseElch
|
fdf7b3f2f3
|
doc/website/blog: openapi generator (#1936)
|
2021-09-13 10:26:10 +03:00 |
|
allcontributors[bot]
|
12227e7ae5
|
docs: add s-takehana as a contributor for doc (#1938)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-09-11 12:09:30 +03:00 |
|
s-takehana
|
4497656078
|
doc/md: add missing imports for getting-started page (#1934)
|
2021-09-11 12:08:26 +03:00 |
|
allcontributors[bot]
|
52fa73a0d5
|
docs: add tsingsun as a contributor for code (#1933)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-09-09 14:03:23 +03:00 |
|
Ariel Mashraki
|
139e8021e6
|
website: add link to ent discord server (#1930)
|
2021-09-09 12:24:51 +03:00 |
|
allcontributors[bot]
|
fc2b2f2823
|
docs: add isoppp as a contributor for doc (#1929)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-09-08 19:44:00 +03:00 |
|
Hiroki Isogai
|
125bb0c00f
|
docs/md: fix unresolved reference (#1928)
|
2021-09-08 19:38:47 +03:00 |
|
allcontributors[bot]
|
0d91f6396c
|
docs: add odeke-em as a contributor for code (#1923)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-09-07 17:04:56 +03:00 |
|
Ariel Mashraki
|
b96dfa6d9b
|
doc/md: fix LIKE predicate example (#1922)
|
2021-09-07 15:03:59 +03:00 |
|
Sadman Sakib
|
0a9c4c4232
|
doc/md: custom predicate example for LIKE operator (#1911)
* fix typo on doc/md/crud.md
Signed-off-by: sadmansakib <ssadman8@gmail.com>
* add example for LIKE operator
Signed-off-by: sadmansakib <ssadman8@gmail.com>
* Update doc/md/predicates.md
* Update doc/md/predicates.md
* Update doc/md/predicates.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2021-09-07 09:04:40 +03:00 |
|
Yoni Davidson
|
9c7383f43b
|
doc/website: docs-security upgrade axios resolved version (#1916)
|
2021-09-05 17:48:01 +03:00 |
|
Giau. Tran Minh
|
2a40f27b2b
|
doc/md: update MaxRuneCount example (#1915)
* doc/md: update MaxRuneCount example
Update MaxRuneCount example with entsql.Annotation.
https://github.com/ent/ent/issues/1856
https://github.com/ent/ent/issues/1914
* update custom validator description
* Update doc/md/schema-fields.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>
* Update doc/md/schema-fields.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>
* Update doc/md/schema-fields.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>
|
2021-09-05 15:19:39 +03:00 |
|
Ariel Mashraki
|
3c8cef3da1
|
doc/extensions: minor fixes to code blocks (#1909)
|
2021-09-03 17:21:16 +03:00 |
|
Rotem Tamir
|
ac33c03069
|
doc/website/blog: extending ent with the new Extension API (#1908)
* doc/website/blog: post about extending ent with the new Extension API
* missing part
* fix URL
* Update doc/website/blog/2021-09-02-ent-extension-api.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* Update doc/website/blog/2021-09-02-ent-extension-api.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2021-09-02 18:00:29 +03:00 |
|
Rotem Tamir
|
2e24ce1361
|
doc/md: initial documentation for the extension API (#1906)
|
2021-09-02 15:57:28 +03:00 |
|
Rotem Tamir
|
5fc8e708c2
|
doc/md: update templates.md (#1905)
|
2021-09-02 09:42:41 +03:00 |
|
allcontributors[bot]
|
bbc4a4c14b
|
docs: add seiichi1101 as a contributor for code (#1904)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-09-02 09:08:36 +03:00 |
|
Ariel Mashraki
|
f0d985f542
|
all: replace save with exec when the model is not needed
|
2021-09-01 22:36:44 +03:00 |
|
Ariel Mashraki
|
7015647528
|
website/blog: ent joins the linux foundation
|
2021-09-01 13:08:00 +03:00 |
|
Yoni Davidson
|
53d7c330e6
|
md/fields: fix code typo in Enum example (#1887)
|
2021-08-30 11:12:17 +03:00 |
|
Yoni Davidson
|
5adcb6b376
|
md/fields: clarify enum fields usage (#1886)
* basic run
* show example on mysql
* clean
* small fixes
* fix comments
* Apply suggestions from code review
PR review suggestions.
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
Co-authored-by: Giau. Tran Minh <giau.tmg@gmail.com>
* Update doc/md/schema-fields.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
Co-authored-by: Giau. Tran Minh <giau.tmg@gmail.com>
|
2021-08-30 10:07:22 +03:00 |
|
allcontributors[bot]
|
982ec097ad
|
doc: add RiskyFeryansyahP as a contributor for code (#1884)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-08-28 10:11:52 +03:00 |
|
Risky Feryansyah
|
a11cc87366
|
doc/website: upgrade several transitive dependency that have security concern (#1883)
|
2021-08-28 10:09:53 +03:00 |
|
Ariel Mashraki
|
30fc87de7f
|
website/blog: fix gofmt in entviz blog
|
2021-08-26 16:01:50 +03:00 |
|
Amit Shani
|
0d63869c87
|
doc/website/blog: entviz blog post (#1871)
|
2021-08-26 15:10:31 +03:00 |
|
Ariel Mashraki
|
1304dc3d79
|
doc/features: format sql/modifier examples
|
2021-08-25 18:28:37 +03:00 |
|
Ariel Mashraki
|
badf981b37
|
entc/integration: add example for embedding ent.T in Scan
|
2021-08-24 22:26:59 +03:00 |
|
Amit Shani
|
60e726812b
|
schema/field: add NotEmpty built-in validator to bytes fields (#1869)
* added MaxLen built-in validator to `[]byte`
* typo
* move test to type_test.go
* Update doc/md/schema-fields.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* added min len validator to bytes
* fix tests
go generate
* CR
* add not empty validator
* CR
* doc/md: add doc on `NotEmpty` bytes validator
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2021-08-24 14:47:15 +03:00 |
|
Amit Shani
|
ac0bd65145
|
schema/field: add MinLen built-in validator to bytes fields (#1867)
* added MaxLen built-in validator to `[]byte`
* typo
* move test to type_test.go
* Update doc/md/schema-fields.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* added min len validator to bytes
* fix tests
go generate
* CR
* CR
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2021-08-24 14:07:29 +03:00 |
|
Amit Shani
|
ad792fe79e
|
schema/field: add MaxLen built-in validator to bytes fields (#1863)
* added MaxLen built-in validator to `[]byte`
* typo
* move test to type_test.go
* Update doc/md/schema-fields.md
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2021-08-24 10:23:43 +03:00 |
|
allcontributors[bot]
|
d84ac191b1
|
docs: add dakimura as a contributor for code (#1862)
* docs: update doc/md/contributors.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
2021-08-22 22:07:28 +03:00 |
|
lhlmgr
|
22527cc281
|
Update graphql.md (#1846)
fix typo in doc: `WithNodeType` accepts a mapping function, while `WithFixedNodeType` accepts a `string` e.g. the typ name.
|
2021-08-17 06:02:30 +03:00 |
|
Amit Shani
|
7c727e1f84
|
doc/md: fix doc in eager-load page (#1844)
* update typo
* Update eager-load.md
|
2021-08-16 11:05:41 +03:00 |
|
Zeev Manilovich
|
5aaa7736ee
|
doc/schema-fields: make enum example clearer (#1842)
|
2021-08-15 16:03:00 +03:00 |
|
Ciaran Liedeman
|
f25e0c17ea
|
doc: Removed extra limit (#1837)
|
2021-08-14 13:27:14 +03:00 |
|
Yoni Davidson
|
d1593150ee
|
doc/website/blog: blog post prometheus hook (#1829)
* starting with part 1
* up to ent hooks
* finish hooks
* add metrics
* show metrics
* done first review
* duplicate repo
* minor links update
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
* remove shell syntax
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>
Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
|
2021-08-12 14:53:09 +03:00 |
|
MasseElch
|
6f4882663a
|
doc/md: rename masseelch user (#1825)
* doc/md: Hide my clear name
😄
* doc/md: Hide my clear name
|
2021-08-11 17:39:19 +03:00 |
|
MasseElch
|
d6ef361a7c
|
doc/website/blog: Updated instructions to meet updated ent and elk. (#1818)
|
2021-08-09 23:47:38 +03:00 |
|
Yoni Davidson
|
33e3a8d7b7
|
doc/md: moved setup go environment before installation (#1816)
|
2021-08-08 14:14:10 +03:00 |
|
Ariel Mashraki
|
e0a85ab609
|
blog/upsert: minor changes to upsert blogpost
|
2021-08-05 21:45:21 +03:00 |
|