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-3106] Refactor aerospike.exception initialization code and check if error indicator is set after calling a C-API method #661

Merged
merged 47 commits into from
Sep 9, 2024

Commits on Aug 29, 2024

  1. WIP not done

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6eac859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f20a8c View commit details
    Browse the repository at this point in the history
  3. fix compiler errs

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    814147f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2adcda View commit details
    Browse the repository at this point in the history
  5. name struct

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    53fc366 View commit details
    Browse the repository at this point in the history
  6. fix

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6f0206d View commit details
    Browse the repository at this point in the history
  7. fix

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1a7e961 View commit details
    Browse the repository at this point in the history
  8. fix compiler error

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    99f6aa2 View commit details
    Browse the repository at this point in the history
  9. add ;

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    79e2a9b View commit details
    Browse the repository at this point in the history
  10. Inline list of attrs

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    434f06b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04dbfb5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56c8f47 View commit details
    Browse the repository at this point in the history
  13. fix ref count leak

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    025ab6e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    528a4b4 View commit details
    Browse the repository at this point in the history
  15. fix

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    98e9e1b View commit details
    Browse the repository at this point in the history
  16. cleanup

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9d75c4a View commit details
    Browse the repository at this point in the history
  17. Fix regression

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b85ed77 View commit details
    Browse the repository at this point in the history
  18. Fix loop

    juliannguyen4 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7cbae14 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    77ef43f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. rename macros

    juliannguyen4 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f0dbdb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b177ed9 View commit details
    Browse the repository at this point in the history
  3. mv

    juliannguyen4 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6e44824 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a63ad33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7caa534 View commit details
    Browse the repository at this point in the history
  6. fix

    juliannguyen4 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b1aa1d5 View commit details
    Browse the repository at this point in the history
  7. fix

    juliannguyen4 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dfeda6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ac0ec8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. continue

    juliannguyen4 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9e5f9ee View commit details
    Browse the repository at this point in the history
  2. cleanup

    juliannguyen4 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    66b2569 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. update comments

    juliannguyen4 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d48bdb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2304b0a View commit details
    Browse the repository at this point in the history
  3. fix docs

    juliannguyen4 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    de3bf5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c35453 View commit details
    Browse the repository at this point in the history
  5. fix test

    juliannguyen4 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    91e0f45 View commit details
    Browse the repository at this point in the history
  6. f

    juliannguyen4 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    af7fa4b View commit details
    Browse the repository at this point in the history
  7. test attrs

    juliannguyen4 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e2c4e1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68c466a View commit details
    Browse the repository at this point in the history
  9. cleanup

    juliannguyen4 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    eaee5f8 View commit details
    Browse the repository at this point in the history
  10. fix

    juliannguyen4 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    64246fa View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix doc errors

    juliannguyen4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    65e0c54 View commit details
    Browse the repository at this point in the history
  2. fix

    juliannguyen4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dc2430c View commit details
    Browse the repository at this point in the history
  3. comment

    juliannguyen4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8d353a0 View commit details
    Browse the repository at this point in the history
  4. test error codes

    juliannguyen4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    29b0184 View commit details
    Browse the repository at this point in the history
  5. mv

    juliannguyen4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0ee6c3e View commit details
    Browse the repository at this point in the history
  6. Fix

    juliannguyen4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    93560e1 View commit details
    Browse the repository at this point in the history
  7. see what happens

    juliannguyen4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3b376b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Revert "see what happens"

    This reverts commit 3b376b5.
    juliannguyen4 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    13227ed View commit details
    Browse the repository at this point in the history