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

[NKV-SDK-Host] Refactor nkv host code #64

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

ramachaitanyak
Copy link
Contributor

Brief Changes:
==============
* Fixed issue using resize and pushback at the same time
* Fix listing_keys and data_cache proto-types
* Gitlab upgrade, trigger:include now takes a string or list
* Fix Sonar-Scanner download.
    - Get sonar-scanner from URL determined by CI/CD var
    - Determine sonar-scanner dir name by listing contents of zip

Testing Done:
=============
* Run with gitlab pipeline

* {Ticket/Issue Reference}
        * SVK-2328

@ramachaitanyak ramachaitanyak requested a review from a team as a code owner August 20, 2024 01:38
@ramachaitanyak ramachaitanyak requested review from somnathr and velomatt and removed request for a team August 20, 2024 01:38
// This delete is not required with the STL container, clean up happens
// when container goes out of scope
//delete[] listing_keys;
//delete[] data_cache;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove commented code

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed or updated appropriately

host/src/include_private/nkv_framework.h Outdated Show resolved Hide resolved
host/src/include_private/nkv_framework.h Outdated Show resolved Hide resolved
host/src/include_private/nkv_framework.h Outdated Show resolved Hide resolved
host/src/include_private/nkv_framework.h Outdated Show resolved Hide resolved
    Brief Changes:
    ==============
    * Fixed issue using resize and pushback at the same time
    * Fix listing_keys and data_cache proto-types
    * Gitlab upgrade, trigger:include now takes a string or list
    * Fix Sonar-Scanner download.
        - Get sonar-scanner from URL determined by CI/CD var
        - Determine sonar-scanner dir name by listing contents of zip

    Testing Done:
    =============
    * Run with gitlab pipeline

Signed-off-by: r.kavuluru <r.kavuluru@samsung.com>
Copy link

sonarcloud bot commented Aug 20, 2024

Copy link
Contributor

@somnathr somnathr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@somnathr somnathr merged commit 24ac5a9 into master Aug 21, 2024
6 checks passed
@somnathr somnathr deleted the nkv_test_cli_refactor branch August 21, 2024 00:51
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