Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] TTL cn #1934

Merged
merged 39 commits into from
Mar 17, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4ea645e
Fix lambda captured by reference (#1681)
critical27 Jan 20, 2020
32eabfd
Merge branch 'master' of https://github.com/jude-zhu/nebula
jude-zhu Jan 21, 2020
5e802ac
Merge branch 'master' of https://github.com/jude-zhu/nebula
jude-zhu Feb 10, 2020
658a48e
Merge branch 'master' of https://github.com/jude-zhu/nebula
jude-zhu Feb 12, 2020
29bfbb2
Merge branch 'master' of https://github.com/jude-zhu/nebula
jude-zhu Feb 18, 2020
daa23e0
Merge branch 'master' of https://github.com/jude-zhu/nebula
jude-zhu Feb 26, 2020
fa83f27
Fix meta would crash when balance in multiple relica (#1826)
critical27 Feb 26, 2020
0f0b19c
support charset in schema (#1709)
panda-sheep Feb 26, 2020
f6407b2
Lookup benchmark (#1738)
bright-starry-sky Feb 26, 2020
3e6bd57
update readme link (#1815)
amber-moe Feb 26, 2020
453bf8f
update (#1809)
amber-moe Feb 26, 2020
ee97825
[doc] prerequisite added in quick start (#1808)
wilsonyou Feb 26, 2020
bd511e2
fix metrics-exposer comments and comment out (#1797)
amber-moe Feb 26, 2020
f3fa0a0
[doc]configure TTL (#1791)
amber-moe Feb 26, 2020
14f80c0
[doc]add lookup and update toc (#1778)
amber-moe Feb 26, 2020
53f6a32
Added sanitizer option for compile scripts. (#1819)
monadbobo Feb 26, 2020
ace9ab2
[doc] Group By statement updated (#1835)
wilsonyou Feb 27, 2020
ca6a864
Bidirectional traverse. (#1740)
CPWstatic Feb 28, 2020
e41d870
add charset doc (#1750)
amber-moe Feb 28, 2020
7d0568d
[doc]modify block cache (#1829)
amber-moe Feb 28, 2020
30f8a9e
default value supports expression (#1838)
amber-moe Feb 28, 2020
237dfb5
Fixed an error when using update sentence. (#1830)
monadbobo Mar 2, 2020
8a09218
[doc]add bidirect (#1752)
amber-moe Mar 2, 2020
d187735
Support delete vertices (#1317)
Mar 3, 2020
617ec4b
Check if inputs has duplicate column. (#1841)
CPWstatic Mar 3, 2020
2e9599e
support return partial result in get of kv interfaces (#1840)
critical27 Mar 3, 2020
8ecdcb3
Merge branch 'master' of https://github.com/vesoft-inc/nebula
jude-zhu Mar 4, 2020
9bb7a9d
Merge branch 'master' of https://github.com/jude-zhu/nebula
jude-zhu Mar 5, 2020
7c122ef
Merge branch 'master' of https://github.com/jude-zhu/nebula
jude-zhu Mar 17, 2020
2f79987
update ttl cn
jude-zhu Mar 17, 2020
cf91474
udpate
jude-zhu Mar 17, 2020
876b5e1
update
jude-zhu Mar 17, 2020
0dc0172
udpate
jude-zhu Mar 17, 2020
00456c8
update
jude-zhu Mar 17, 2020
1470953
update
jude-zhu Mar 17, 2020
9a809af
udpate
jude-zhu Mar 17, 2020
a413ff3
update
jude-zhu Mar 17, 2020
ae02f82
update
jude-zhu Mar 17, 2020
3fb4af7
Merge branch 'master' into ttl
dangleptr Mar 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme link (#1815)
Co-authored-by: dangleptr <37216992+dangleptr@users.noreply.github.com>
  • Loading branch information
2 people authored and jude-zhu committed Mar 4, 2020
commit 3e6bd57b38b1be7572ff019e700ae8a337adf6b8
2 changes: 2 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@
## 获取帮助

在使用 **Nebula Graph** 过程中遇到任何问题,都可以通过下面的方式寻求帮助:

* [知乎](https://www.zhihu.com/org/nebulagraph/activities)
* [SegmentFault](https://segmentfault.com/t/nebula)
* [官方论坛](https://discuss.nebula-graph.io)

## 文档

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Please note that you must install **Nebula Graph** by [installing source code](h
In case you encounter any problems playing around **Nebula Graph**, please reach out for help:

* [Slack channel](https://join.slack.com/t/nebulagraph/shared_invite/enQtNjIzMjQ5MzE2OTQ2LTM0MjY0MWFlODg3ZTNjMjg3YWU5ZGY2NDM5MDhmOGU2OWI5ZWZjZDUwNTExMGIxZTk2ZmQxY2Q2MzM1OWJhMmY#)
* [Stack Overflow](https://stackoverflow.com/search?q=%E2%80%9CNebula+Graph%E2%80%9D&mixed=0)
* [Stack Overflow](https://stackoverflow.com/search?q=%5Bnebula-graph%5D&mixed=0)
* [Official Forum](https://discuss.nebula-graph.io)

## Documentation

Expand Down