-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
RC4 rebase master #2034
RC4 rebase master #2034
Conversation
Co-authored-by: heng <[email protected]> Co-authored-by: yaphet <[email protected]>
* Detect OS type and exit if not built in Linux Signed-off-by: JaySon-Huang <[email protected]> * Disable for FreeBSD Signed-off-by: JaySon-Huang <[email protected]>
* alter user & change psw * built in roles * cbs comments * fix comments * update table * addenable_authorize doc
* ttl doc modification * fix comments * yt comments * silver days comments * timestamp update
* Let action not fail fast. * Disable the ci will product artifact.
Co-authored-by: heng <[email protected]> Co-authored-by: yaphet <[email protected]>
…#1962) * Fixed a bug caused by not filtering the versions of edges when executing "go from vid over *". * address CPWstatic's comment. * Modify the listEdges interface and add parameters to directly return all latest versions of edges. * address laura's comment. Co-authored-by: dutor <[email protected]>
* modify job manger doc * add flush Co-authored-by: dutor <[email protected]>
vesoft-inc#1973) * Fix the read performace issue after delete range with rocksdb-5.15.10 * Fix the move issue * fix the move issue * Rebase and address bright-starry-sky's comments Co-authored-by: heng <[email protected]>
Co-authored-by: dutor <[email protected]>
Co-authored-by: dutor <[email protected]>
Co-authored-by: dutor <[email protected]>
Co-authored-by: dangleptr <[email protected]> Co-authored-by: dutor <[email protected]>
…improve update rocksdb options (vesoft-inc#1959) * open bloom filter in default conf, add event listener to collect stats of compaction * imporve update rocksdb configs * fix ut error Co-authored-by: yaphet <[email protected]>
Co-authored-by: heng <[email protected]> Co-authored-by: Doodle <[email protected]>
Co-authored-by: dutor <[email protected]>
…nder a space, (vesoft-inc#1983) an unreasonable error message is returned (SpaceId `xxx 'is nonexistent) Co-authored-by: dutor <[email protected]>
* pr-commit-msg * add examples Co-authored-by: dutor <[email protected]>
Co-authored-by: dutor <[email protected]>
…inc#1943) Co-authored-by: dutor <[email protected]>
* Supports the detection keyword, name_label supports string * add tests * address Shylock's comment * modify to add reserved keyword Co-authored-by: dutor <[email protected]>
Co-authored-by: heng <[email protected]> Co-authored-by: bright-starry-sky <[email protected]>
* fixed loop depend problem * fixed error for clang9 and gcc9 * Addressed laura-ding's comment
* fix go without yield return errror result * fix format * address dangleptr's comment * address issue change TTL_DURATION not negative * add onlyStructure is true test case Co-authored-by: bright-starry-sky <[email protected]>
* When deleting a vertex, if the edge does not exist, then we should continue to delete the vertex instead of reporting an error. * added the testcase for delete vertex without edge.
* 1. meta client sub mit job only to leader 2. sort jobs in desc id order * now show jobs return in desc order, adjust UT Co-authored-by: dangleptr <[email protected]>
* upload oss * update * Remove redundant * address @yixinlu's comment Co-authored-by: dutor <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done
Codecov Report
@@ Coverage Diff @@
## v1.0.0-rc4 #2034 +/- ##
===========================================
Coverage 86.72% 86.72%
===========================================
Files 641 641
Lines 61059 61059
===========================================
Hits 52951 52951
Misses 8108 8108 Continue to review full report at Codecov.
|
…ist exprs (vesoft-inc#2034) * add some tests for predicate expr * add more cases * fix the bug of all/any/single/none expr Co-authored-by: codesigner <[email protected]> Co-authored-by: Sophie <[email protected]> Co-authored-by: jie.wang <[email protected]> Co-authored-by: codesigner <[email protected]> Co-authored-by: Sophie <[email protected]>
No description provided.