Skip to content
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

CLIENT-681 refactor #621

Open
wants to merge 24 commits into
base: CLIENT-681
Choose a base branch
from
Open

Conversation

DomPeliniAerospike
Copy link
Collaborator

No description provided.

juliannguyen4 and others added 16 commits May 16, 2024 14:33
… non-tagged commit (#605)

* Also label version when building unoptimized, with macOS debug support, or with uncommitted changes to the repo (i.e add a "dirty" label)
* Rename config.conf to config.conf.template and add config.conf to .gitignore, so creating and modifying config.conf won't cause the repo to be in a dirty state
…n every push to an arbitrary branch (#606)

* CI/CD: Add option to build and upload unoptimized wheels to JFrog for QE
Refactored dynamic_pool.hpp to increase readability.
Fixed memory bug with dynamic_pool in queries and scans.
Added allocate_buffer as a variable to necessary functions.
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867

Co-authored-by: snyk-bot <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 96 lines in your changes are missing coverage. Please review.

Please upload report for BASE (CLIENT-681@03a6d74). Learn more about missing BASE report.

Files Patch % Lines
src/main/conversions.c 0.00% 17 Missing ⚠️
src/main/client/operate.c 0.00% 11 Missing ⚠️
src/main/convert_expressions.c 0.00% 10 Missing ⚠️
src/main/client/sec_index.c 0.00% 6 Missing ⚠️
src/main/client/apply.c 0.00% 4 Missing ⚠️
src/main/client/batch_apply.c 0.00% 4 Missing ⚠️
src/main/client/batch_write.c 0.00% 4 Missing ⚠️
src/main/client/cdt_map_operate.c 0.00% 4 Missing ⚠️
src/main/client/get_cdtctx_base64.c 0.00% 4 Missing ⚠️
src/main/client/query.c 0.00% 4 Missing ⚠️
... and 13 more
Additional details and impacted files
@@             Coverage Diff              @@
##             CLIENT-681    #621   +/-   ##
============================================
  Coverage              ?   0.00%           
============================================
  Files                 ?      81           
  Lines                 ?   13519           
  Branches              ?       0           
============================================
  Hits                  ?       0           
  Misses                ?   13519           
  Partials              ?       0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants