- Oct 28, 2019
-
-
Xinglu Yee authored
* Reset log level and stderrthreshold Fold too long line in Dockerfile Decrease data loading interval seconds and fix typos * Set default constructor and destructor Comment exposed ports Format commands Increase number worker threads Export ports of web server Add build docker image bash Fix nebula spec Add package and build matrix test Fix expose ports in docker compose yaml file Upgrade new docker image and docker-compose deployment method Mount local directory to container Ignore docker data/logs folders Restart on failure * Move docker-compose configure file to other repo vesoft/nebula-docker-compose Fix docker image tag * Use matrix of action to parallel jobs * Update package script Delete package type parameter for package script Fix package errors Source bash environment variables Add BASH_ENV variable Use absolute path for cmake and ctest Add library path Add nebula bin env variable Test package Test env variable for library path Fix package project path error Update env variables Fix system check branch error * Rename ci workflow file * Fix package error * Rename and cancel multithreads for ctest in CI * Try test in singlethread and add tag release package trigger * Fix uploaded artifacts name Ignore docs path for build workflow Use short commit sha when no version Exact match Add badge image link Address comments of PR review
-
Amber Zhang authored
* docker and typo * yee's comment
-
- Oct 25, 2019
-
-
whitewum authored
* fix small errors * fix latest->nightly * typo * int-double convertion is not supported any more csv importer * address laura
-
- Oct 24, 2019
-
-
CPWstatic authored
-
Amber Zhang authored
-
- Oct 23, 2019
-
-
Xinglu Yee authored
* Fix build script return error in function when used in docker container * Fix storage integrity package error
-
laura-ding authored
* Fix link dynamic library * Add -DENABLE_TESTING=OFF into package.sh
-
whitewum authored
* fix the readme file * fix the top most readme
-
CPWstatic authored
-
- Oct 22, 2019
-
-
Simon Liu authored
Fixed an issue that encountered an unimplemented grammar that could cause a crash.
-
laura-ding authored
* Implement limit * Rebase upstream * Adrress wadeliuyi and whitewum's comments * Rebase upstream * Add vid and timestamp * rebase upstream * Adrress Simon Liu's comments * rebase upstream * Adrress Simon Liu's comments
-
- Oct 21, 2019
-
-
dutor authored
-
jievince authored
-
Amber Zhang authored
-
- Oct 18, 2019
-
-
laura-ding authored
* modify build dep * Add missing packages * clean installed third-party * Modify docs * update docs * rebase upstream
-
- Oct 17, 2019
-
-
dutor authored
-
CPWstatic authored
* Add find path sentence. * Add getFrontiers. * Add findPath. * Update visited vertex. * Consider even length path. * Add test no filter. * Refactoring. Add tuple<id, +/-type, ranking> to indicate a step in a path. * Support find all path. * Refactoring the prepare part. * Add shortest path test case. * Enhancement with clearing the interim path. * Verify result with string. * Enhancement, and print edge in cmdprocessor. * Add column type of path. * Building path with ptr(Enhancement). * Rebase and support multi edges * Add multi edges test. * 1. Use high priority for get-neighbors task when find path. 2. Update the formats in console for path. * Debug: duplicate path found. Solution: clear ids before copy. * Rebase and solve conflict. * Remove barrier. * Rebase and address comment.
-
CPWstatic authored
* Support comparison function in(). * Update.
-
- Oct 15, 2019
-
-
Jerry authored
According to my practice, I think the [manual](docs/README.md) is more about "How to use" than "How to get", it's better divided in a new category.
-
- Oct 14, 2019
-
-
Simon Liu authored
2 Replace static_cast with dynamic_cast.
-
- Oct 12, 2019
-
-
Doodle authored
1. Add basic metrics for data operation in storage service 2. Add a storage integrity test tool in storage-perf. close #287 Now we support following metrics: get_bound, bound_stats, vertex_props, edge_props, add_vertex, add_edge, del_vertex, update_vertex, update_edge. We can get qps or latency from these metrics (add suffix), for example: vertex_props_qps or vertex_props_latency. You can get a single metrics like this: curl -G "http://127.0.0.1:50005/get_stats?stats=vertex_props_qps.rate.60 If you want get multiple metrics like this: curl -G "http://127.0.0.1:50005/get_stats?stats=vertex_props_qps.rate.60,vertex_props_latency.avg.60,vertex_props_latency.p99.60&returnjson" We can get qps, avg latency and p99 latency in a minutue. You can get all metrics like this: curl -G "http://127.0.0.1:50005/get_stats?stats" The storage integrity tool is used for verifying data integrity in storage. It only works for single replica for now. You can use it like this: ./storage_integrity --meta_server_addrs=192.168.8.5:60001 --first_vertex_id=100 --width=1000 --height=1000 meta_server_addrs is the meta server addresss. first_vertex_id is the first vertex id which we inserts. width and height is the width and height of the big matrix.
-
Simon Liu authored
-
whitewum authored
* docs for RC1 * add limit * add string operations * fix minor * update readme, and remove index.md * add changelog.md * move introductions to overview directory fix space * rebase master since Sep16 * fix bilibili address * address laura's comment
-
- Oct 11, 2019
-
-
zhouliang authored
* Fix fail to delete the vertex without edges * add UT
-
- Oct 10, 2019
- Oct 09, 2019
- Oct 08, 2019
-
-
Xinglu Yee authored
Add more ignored files for docker and exec clang-format before commit
-
- Sep 30, 2019
-
-
Doodle authored
* show space name in leader/part distribution of show hosts * update * fix space lock * update * address yixinglu's comments * fix @wadeliuyi's comments and update docs * fix crash when balance leader timeout
-
yaphet authored
* support general storage in StorageService * fix nebula benchmark crash * Simple KV Verify Tool
-
- Sep 29, 2019
- Sep 28, 2019
-
-
BradyBromley authored
-
- Sep 27, 2019
-
-
dangleptr authored
* Implement member change * Address wadeliuyi's comments * Add Balance UT * Fix failed Meta http Uts * Add balance data and balance data id command in console * Fix bugs * Fix stale peers when add part * Fix bugs * Remove retry logic and fix stale log response * Address cirtical27's comments * Fix snapshot_test * Fix bug in snapshot * Remove check in commitTransferLeader
-
- Sep 25, 2019