Skip to content

Tags: tong-hao/nebula-graph

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherrypick vesoft-inc#874 (vesoft-inc#953)

* Fix action can't run on centos6 (vesoft-inc#874)

* fix package

* fix uploading asset

* package for centos 6

* format the code

* remove redudant vars in action

Co-authored-by: Yee <[email protected]>
(cherry picked from commit 5c14e0f)

* cherrypick 847

* update

* udpate

Co-authored-by: jie.wang <[email protected]>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cherrypick (vesoft-inc#863)

v2.0.0-rc1

Toggle v2.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
toss (vesoft-inc#430)

* addEdge only send to out side

* add atomic_edge  syntax for create space

* add toss logic for upateEdge

* root_ = outNode;

* InsertExecutor sent if use toss

* change syntax of atomic_edge from int to bool

* remove unused status

* set spaceDesc_.isolation_level directly will not set spaceDesc_.__isset.isolation_level.

Co-authored-by: panda-sheep <[email protected]>
Co-authored-by: Doodle <[email protected]>
Co-authored-by: Yee <[email protected]>

v2.0.0-beta

Toggle v2.0.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update docoker image when new commits pushed to released branch (veso…

…ft-inc#441)

v2.0.0-alpha

Toggle v2.0.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added planners. (vesoft-inc#344)

* Rename planner to plan and add planners dir.

* Add planner framework.

* Implement SequentialPlanner.

* Add ast context.

* Refactor the toPlan and address comment.

* Refactor: planners could be instantiated.

* Fix initialization-order-fiasco.

* Update namings.