Skip to content

Tags: grebokcn/nebula

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Catch exception in set op (vesoft-inc#2362)

* Catch exception when handle subquery.

* Add test.

* Handle some error.

* Fix asyc call.

Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable index range scan of string data type in graph layer (vesoft-i…

…nc#2283)

* Disable string range scan in graph lyear

* rename mothod dataTypeCheckForRange to supportedDataTypeForRange

* fixed typo error

* Does not support left expr and right expr are both kAliasProp

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Correct/go back trace overlap (vesoft-inc#2203)

* Fix the go back trace overlap.

* Fix some typo. And unnecessary copy by reference.

* Fix the note comment.

* Add a case to cover the issue that back tracker will overlap the dst, src in current step.

Co-authored-by: jude-zhu <51590253+jude-zhu@users.noreply.github.com>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert the 2087 workaround. (vesoft-inc#2168)

v1.0.0-rc4

Toggle v1.0.0-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RC4 Cherrypick vesoft-inc#2031 vesoft-inc#2042 vesoft-inc#2025 vesoft…

…-inc#2013 vesoft-inc#2038 (vesoft-inc#2051)

* remove bigint because we dont support it (vesoft-inc#2031)

Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
(cherry picked from commit 3423df1)

* fix crash (vesoft-inc#2042)

Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
(cherry picked from commit eea7407)

* Sampling apply to all edges starting from a vertex. (vesoft-inc#2013)

* Sampling from all edges.

* Update test for sampling multi edges.

* Testing both inbound and outbound.

* Fix clang compiling problem.

* Update the sampling.

Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
(cherry picked from commit 8810ecc)

* Fix the error when vertex/edge not exist if update. (vesoft-inc#2025)

* Fix the error when vertex/edge not exist if update.

* Optimize the atomic error logical.

* Fix one alignment.

Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
(cherry picked from commit 9fc4e7f)

* Correct issue 2009 which the timestamp default value for edge not treat. (vesoft-inc#2038)

* Correct issue 2009 which the timestamp default value for edge not treat.

* Add the cover cases.

* Fix one typo.

Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
(cherry picked from commit 4aa9217)

Co-authored-by: flyingcat <1004815462@qq.com>
Co-authored-by: laura-ding <48548375+laura-ding@users.noreply.github.com>
Co-authored-by: CPWstatic <13495049+CPWstatic@users.noreply.github.com>
Co-authored-by: Shylock Hg <33566796+Shylock-Hg@users.noreply.github.com>

v1.0.0-rc3

Toggle v1.0.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Report error if schema null. (vesoft-inc#1700) (vesoft-inc#1711)

Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
(cherry picked from commit 8a9daec)
(cherry picked from commit 65364c2)

Co-authored-by: CPWstatic <13495049+CPWstatic@users.noreply.github.com>

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message
Add StatsManager in graphd (vesoft-inc#1301)

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
Issue vesoft-inc#1203 fixed the possible crash. (vesoft-inc#1204)

The crash is caused by the use of two meaningless DCHECK in debug mode.

v1.0.0-beta

Toggle v1.0.0-beta's commit message
Fixed ConfigTest occasional failure (vesoft-inc#770)

v0.1.0

Toggle v0.1.0's commit message
readme delete email (vesoft-inc#374)