Commit Graph

36 Commits

Author SHA1 Message Date
Ariel Mashraki
5fc0c9c6af doc: reference discord instead of slack 2025-01-18 09:52:34 +02:00
Ariel Mashraki
ac66a7f8b5 doc: add sponsors section (#4302)
* doc: add sponsors section

* Update README.md
2025-01-16 21:37:18 +02:00
Ariel Mashraki
34158f2c12 doc: update project description (#4146) 2024-07-17 07:45:02 +03:00
박세훈
5cc6ad65f9 readme : add korean language (#3443)
* readme : add korean language

* readme: change readme korean link
2023-04-05 22:58:17 +07:00
Zhizhen He
7aea5a82bc golangci: remove deprecated linters (#3315) 2023-02-14 08:18:03 +02:00
Amit Shani
63592f79c4 go: bump atlas to latest master (#2584) 2022-06-01 17:13:23 +03:00
Ariel Mashraki
2d291df2ec readme: add discord shield 2022-05-01 17:57:33 +03:00
Amit Shani
683fe8cc3b doc/website/blog: TiDB announcement (#2396) 2022-03-17 14:42:15 +02:00
Sasha Melentyev
52d4c6986f doc: change install command (#2314) 2022-02-09 14:09:11 +02:00
Aleksandr Razumov
990684c6c8 doc: use go get -d for installation (#2165)
Installing executables with 'go get' in module
mode is deprecated.
2021-11-25 09:47:39 +02:00
y-yagi
a46277d412 docs: change github.com/facebook/ent to github.com/ent/ent (#1588)
This reduces an unneeded redirect.
2021-05-22 12:14:41 +03:00
8ayac(Yoshinori Hayashi)
af9a5acfee doc: add a Japanese version of README.md (#1560)
* doc: add README_jp.md

* docs: fix a wrong link.
2021-05-18 12:16:37 +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
Rotem Tamir
eeb5bc7141 adding follow twitter button and a link from the community section on the README.md (#1309) 2021-03-07 11:53:54 +02:00
Justin Page
51d19b8e5b doc: remove whitespaces from markdown files (#1267) 2021-03-03 13:02:50 +02:00
Cloud
d1a3b1985a doc: add README_zh.md (#1235)
* doc/md: add README_zh.md file

* doc/md: add language switch of README

* doc/md: add language switch of README

* Update README_zh.md

Co-authored-by: Roger Ng <roger2hk@gmail.com>

* Update README_zh.md

Co-authored-by: Roger Ng <roger2hk@gmail.com>

Co-authored-by: Roger Ng <roger2hk@gmail.com>
2021-02-12 13:54:24 +02:00
Ariel Mashraki
dd4792f5b3 go: rename module from github.com/facebook/ent => entgo.io/ent (#1226) 2021-02-02 23:03:04 +02:00
Ariel Mashraki
6e77516bf3 doc: add ent slack channel to readme (#1018) 2020-12-05 20:21:34 +02:00
Ariel Mashraki
d0b41ab0f6 doc: rename cmd entc to ent (#997) 2020-11-29 10:43:16 +02:00
Ariel Mashraki
ae30bc192a doc: update readme summary 2020-09-21 16:07:47 +03: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
a2990e31af doc: update about the project in readme (#673) 2020-08-17 10:42:32 +03:00
Ariel Mashraki
07c38e8e8f doc: update project readme and website (#662) 2020-08-09 12:32:14 +03:00
Ariel Mashraki
ba9581cd77 doc: update project status (#592)
ent is not experimental anymore
2020-07-07 12:08:51 +03:00
Ariel Mashraki
e016ca918c doc: add ent-users link to readme (#288) 2020-01-15 12:39:20 +02:00
Ariel Mashraki
559f163abe all: add postgres to docs
Reviewed By: alexsn

Differential Revision: D18245079

fbshipit-source-id: d4f59d88fe2125d924bfb85521fa43898ea5ce35
2019-10-31 06:31:21 -07:00
Ariel Mashraki
e75a817d63 ent/doc: better installation instructions
Reviewed By: alexsn

Differential Revision: D17950790

fbshipit-source-id: d7517768bdfcc2eff8a5d900943a61ea2359d91b
2019-10-16 04:30:16 -07:00
Alan Yee
fdf98f3b8d Update README.md (#79)
Summary:
Add link to LICENSE
Pull Request resolved: https://github.com/facebookincubator/ent/pull/79

Differential Revision: D17826725

Pulled By: alexsn

fbshipit-source-id: 4eee6b5654c89f03d21584544e0492c43406d905
2019-10-08 23:06:46 -07:00
Ariel Mashraki
7597f07912 entc: add option to use entc as package
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/72

Reviewed By: alexsn

Differential Revision: D17783580

fbshipit-source-id: 597f124a28415fef66b0b16811ad2acac8df631d
2019-10-07 07:06:32 -07:00
Ariel Mashraki
37898ff5c8 doc: add introducing-ent blog post
Reviewed By: alexsn

Differential Revision: D17717270

fbshipit-source-id: e566d256a034a9579a05d0975de133f4ccf5ad6d
2019-10-02 12:55:28 -07:00
Ariel Mashraki
6913e80e43 ent/doc: minor changes for doc websote and readme
Reviewed By: dlvhdr

Differential Revision: D17163026

fbshipit-source-id: 62536da9a450ac80eb224252e12ae8dc835acb11
2019-09-03 07:56:32 -07:00
Ariel Mashraki
5bc8568069 all: add license reference to README and add copyright headers to gencode
Reviewed By: alexsn

Differential Revision: D17119262

fbshipit-source-id: 046f095ca9432c920778db0edb2158dedb23c0a2
2019-08-30 08:46:03 -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
Andy Buteau
8b2447b8eb Update README and run entc code gen on ent/schema
Summary:
cd ~/fbsource/fbcode/fbc/ent/entc/cmd/entc
go build
sudo mv entc /usr/local/bin

cd ~/fbsource/fbcode/fbc/kirin/graph
entc generate ./ent/schema

Reviewed By: tcirstea

Differential Revision: D16288565

fbshipit-source-id: 93ca249d60073ed491961aa1ddac5a46bdad2c9d
2019-07-16 14:17:01 -07:00
facebook-github-bot
267e3c15bd Initial commit
fbshipit-source-id: c79a38536e3c128dce1b2948615b72ec9779ed22
2019-06-16 04:37:51 -07:00