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

Commits on May 16, 2024

  1. [CLIENT-1837] CI/CD: Label version with git commit when building on a…

    … 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
    juliannguyen4 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    17335dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f1ecd View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. [DEVOPS-234] CI/CD: Build manylinux wheels and upload them to JFrog o…

    …n every push to an arbitrary branch (#606)
    
    * CI/CD: Add option to build and upload unoptimized wheels to JFrog for QE
    juliannguyen4 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    ac4f4c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc53ebe View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Refactored CLIENT-681

    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.
    DomPeliniAerospike committed May 22, 2024
    Configuration menu
    Copy the full SHA
    628b2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f0c4d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: doc/requirements.txt to reduce vulnerabilities (#619)

    The following vulnerabilities are fixed by pinning transitive dependencies:
    - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
    
    Co-authored-by: snyk-bot <[email protected]>
    juliannguyen4 and snyk-bot authored May 23, 2024
    Configuration menu
    Copy the full SHA
    3f1588b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    422e58b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e04287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    400b54b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df51c1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Update apply.c

    DomPeliniAerospike committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8b1f5b5 View commit details
    Browse the repository at this point in the history
  2. Update type.c

    DomPeliniAerospike committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b40d843 View commit details
    Browse the repository at this point in the history
  3. Resetting state

    DomPeliniAerospike committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4317ba5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    302d81e View commit details
    Browse the repository at this point in the history
  2. oop

    juliannguyen4 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3bca126 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72cbddf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    141ed64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4252da8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fixed memory leak in serializer.c

    removed allocate_buffer parameter from serialize_based_on_serializer_policy.
    Added true for freeBytes in destroy_dynamic_pool in put call.
    DomPeliniAerospike committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9c2be61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    740bc76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29934d3 View commit details
    Browse the repository at this point in the history
  4. fixed calloc typo

    DomPeliniAerospike committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b722667 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41fe11b View commit details
    Browse the repository at this point in the history