This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Remove unknown libs and modify the path of third-party #6
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* deploy cluster CN * fix expressions * fix manual-CN/how-to-build expressions * update * update expression
* Implement snapshot logic * Address critical27's and wadeliuyi's comments * Address darion's and wadeliuyi's comments, rebase on master and fix failed UTs * Address wadeliuyi's comments * Fix failed UT leader_transfer_test * Open disabled UTs in #859 * Add some checks when receiving snapshot and adjust some log levels
* fix FileBasedWalTest sometimes fail * address @danglleptr's comments
* implement delete a vertex * address the comments of wadeliuyi and dangleptr * address dangleptr's comments * address comments of dangleptr and critical27 * address darionyaphet's comments
* update compile * update compile * update compile
* update * update feroda deps
* Add timestamp * fix vid * Address dutor's comment * Address CPWstatic's comment and Add type cast handle in TraverseExecutor
* manual-introduction * update manual introduction
* Issue#192 Support multiple edge types in GO statement Summary: Implemented over multiple edge types(include over "*" ) for Support all edge type in Go statement. 1. Modification of the storage interface: 1.1 Modify the GetNeighborsRequest structure, pass a list of edge_type to the storage layer. 1.2 And add an over_all_edges tag to mark "over *". Modify the PropDef structure to represent both tag_id and edge_type 1.3 Added the EdgeData structure to represent the edge data returned to the client. 2. When the yield statement does not exist, rename the "_dst" attribute of edge to edge_name+"_id" 3. Delete the getOutBound and getInBound interfaces, because the edges passed to the storage may have both in and out. 4 Added a map of edge type to edge name for metaclien (toEdgeName) PS: There are still two issues that need to be implemented. 1 Since we are not implementing a null type, we cannot represent some non-existing attributes. 2 Due to the existence of 1, there is currently no judgment on the attributes of the edges and the vetex. So when returning multiple types of vetex/edge, the same result will be returned if the attribute names are the same("MULTI_EDGES" test in GoTest.cpp). * 1. add more test. 2. Solved the problem of display when some properties are not present(return the default value to the user). for example: type default int 0 bool false double/float 0.0 * format the code style. * 1. When yield does not exist, don't implicitly rename _dst prop. 2. format some code style. * Fixed an problem where the results might be incorrect when using multiple edges with filter. * Modify the storage interface to move the schema from tagdata/edgedata to QueryResponse. * Address dangleptr's and wadeliuyi's comments. * Address dangleptr's and laura's comments. * Address laura's comments. * Address dangleptr's comments. * Address dangleptr's comments. * Address dangleptr's comments. * fixed the unit test failed(go_test and orderbytest).
* manual-data-model * update * update expression * update
* Add 3 nebula service dockerfiles * Add test docker image * Add dockerignore * Ignore markdown docs in docker continaer * Newline at end of file
* update example graph * remove naming rules * update expression * update pict * update pict * update pict * add line break between text and pic * update pict * update pict * update pict
* design-and-arc * update expressions * update expressions 2 * update expression * update * update * update
* add US rpm * add US rpm and replace vesoft->VESoft Inc. * add US rpm and replace vesoft->VESoft Inc. * before rebase
* Support to package as one deb/rpm * Rebase master
* Add action workflow file * Fix syntax error * Fix syntax error * Fix github actions workflow ci syntax error * Fix tty error * Add pull request event trigger * Use container to simplify build job * Need not the environment bash * Number of threads limit * Fix on events of actions * Switch shell to bash * Enable devtoolset environment variables * Add cmake task * Make ctest output on failure
* fix download and ingest * fix test case
Now, we support updating one vertex or edge with constraints, all operations about read-modify-write are atomic. The filters and yields expressions in update sentence will be pushed down into storage layer.
* add script * changed md combiner script to receive commandline args * update merge-all tools * add README
* Fix failed vertex_cache_test * Address @laura-ding's comments
* Issue #714 Added the fuzzy test. sumarry: 1. Added a new parameter "fuzzer" to nebula_add_test(cmake). Turn on this parameter indicates that the current test is a fuzzy test. 2. Currently only a simple fuzzy test has been added for paser module. 3. The current fuzzy test only supports Clang, so if the compiler was gcc it will skip. * Move the fuzzer test from the "test" directory to the "fuzzing" directory. * added the missed cmake file. * 1. Added a document for fuzz test 2. Added the AFL dictionary for fuzzy test * Fixed conflict. * address @dutor's comment. * Add a new cmake option ENABLE_FUZZ_TEST to control whether to enable the fuzz test.
…production cluster (#1427)
* fix memory lifetime error * address dangleptr's comment * address dangleptr's comment again
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README-CN.md * Update README-CN.md * Update README-CN.md * Update README-CN.md * Update README-CN.md * Update README-CN.md * Update README-CN.md
* configuration descriptions * update TOC * laura * wilson * laura * add doc summary
* troubleshooting-add-wrong-cluster-problem * update * update
* metrics * comments * wilson
* Refactor jni * Add UTs * Rename class * Update interfaces * Address critical27 and darion's comments * Address darion's comments
Enable customized nebula-common repo and tag
* Fixed bebula-common dependency Now the build will work even without building the nebula-comon in advance * Added missing file
dutor
approved these changes
Mar 9, 2020
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.
LGTM.
sherman-the-tank
force-pushed
the
master
branch
from
March 31, 2020 09:51
3e68903
to
e19f317
Compare
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.