shylock

Results 19 issues of shylock

## What type of PR is this? - [ ] bug - [x] feature - [ ] enhancement ## What problem(s) does this PR solve? #### Issue(s) number: #### Description:...

ready-for-testing

## What type of PR is this? - [x] bug - [ ] feature - [ ] enhancement ## What problem(s) does this PR solve? #### Issue(s) number: Close #4432...

ready-for-testing
type/bug
ready for review

**Please check the FAQ documentation before raising an issue** **Describe the bug (__required__)** As shown in https://github.com/vesoft-inc/nebula/pull/3641 g++ already support it from 4.9 as said in https://gcc.gnu.org/projects/cxx-status.html#cxx14 **Your Environments (__required__)**...

type/enhancement
priority/low-pri

**Please check the FAQ documentation before raising an issue** **Describe the bug (__required__)** See https://github.com/vesoft-inc/nebula/runs/6398765297?check_suite_focus=true **Your Environments (__required__)** * OS: `uname -a` * Compiler: `g++ --version` or `clang++ --version` *...

type/bug

I try to collect coverage with lcov 40580cd65909bc8324ae09b36bca2e178652ff3f, but it process too slow unusually than the lcov before gcc9.

**Please check the FAQ documentation before raising an issue** **Describe the bug (__required__)** https://discuss.nebula-graph.com.cn/t/topic/10101/13 **Your Environments (__required__)** * OS: `uname -a` * Compiler: `g++ --version` or `clang++ --version` * CPU:...

type/bug
need info

**Please check the FAQ documentation before raising an issue** **Describe the bug (__required__)** Before #3328 we scan vertices by scan tags, but now it's mistake. So we need to redesign...

type/enhancement
type/bug

**Summary:** Move cache logical to expression layer. **Issue Reference(s):** /claim #801 Close #801 **Build & Testing:** - [x] I ran `cargo test` successfully. - [x] I have run `./lint.sh --mode=fix`...

ci: benchmark
🙋 Bounty claim

### All Submissions: * [x] Contributions should target the `dev` branch. Did you create your branch from `dev`? * [x] Have you followed the guidelines in our Contributing document? *...

🙋 Bounty claim

Sub job of #3322 Add collection metrics for rest API. e.g. ``` shylock@localhost:~> curl http://localhost:6333/metrics # HELP app_info information about qdrant server # TYPE app_info counter app_info{name="qdrant",version="1.9.0-dev"} 1 # HELP...