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

Backport Flush API #2434

Merged
merged 2 commits into from
Mar 4, 2024
Merged

Backport Flush API #2434

merged 2 commits into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. Add flush API for deleting all vectors (#2273)

    * add flush api
    
    Signed-off-by: aknishid <[email protected]>
    
    * added flush api
    
    * fix typo
    
    * fix pb.go & fix conflict
    
    Signed-off-by: aknishid <[email protected]>
    
    * add flush api
    
    * add handler Flush
    
    Signed-off-by: aknishid <[email protected]>
    
    * add vald.Client flush
    
    * fix filter gateway
    
    Signed-off-by: aknishid <[email protected]>
    
    * fix handler cnts
    
    Signed-off-by: aknishid <[email protected]>
    
    * delete unused var
    
    Signed-off-by: aknishid <[email protected]>
    
    * add author
    
    Signed-off-by: Yamada Takuya <[email protected]>
    
    * fix error
    
    Signed-off-by: aknishid <[email protected]>
    
    * fix flush.go & ngt.go
    
    Signed-off-by: aknishid <[email protected]>
    
    * add flush to example
    
    Signed-off-by: aknishid <[email protected]>
    
    * fix gateway lb
    
    Signed-off-by: aknishid <[email protected]>
    
    * update flush proto
    
    Signed-off-by: aknishid <[email protected]>
    
    * fix docs api README.md
    
    Signed-off-by: aknishid <[email protected]>
    
    * Fix flush ctx
    
    Signed-off-by: aknishid <[email protected]>
    
    * update docs & comment
    
    Signed-off-by: aknishid <[email protected]>
    
    * after make format
    
    Signed-off-by: aknishid <[email protected]>
    
    * add e2e
    
    Signed-off-by: aknishid <[email protected]>
    
    * update example & tutorial
    
    Signed-off-by: aknishid <[email protected]>
    
    * Update internal/errors/ngt.go
    
    Co-authored-by: Kiichiro YUKAWA <[email protected]>
    
    * fix review
    
    Signed-off-by: aknishid <[email protected]>
    
    * modify status.md
    
    Signed-off-by: aknishid <[email protected]>
    
    * add error handling
    
    Signed-off-by: aknishid <[email protected]>
    
    * update proto
    
    Signed-off-by: aknishid <[email protected]>
    
    * fix doc
    
    Signed-off-by: aknishid <[email protected]>
    
    * ♻️ Fix proto
    
    Signed-off-by: vankichi <[email protected]>
    
    * use atomic bool
    
    Signed-off-by: aknishid <[email protected]>
    
    * fix proto
    
    Signed-off-by: aknishid <[email protected]>
    
    * update proto
    
    Signed-off-by: aknishid <[email protected]>
    
    * fix gateway error
    
    Signed-off-by: aknishid <[email protected]>
    
    * ✅ 🚧 Avoid e2e failing due to unimplemented handler and Add unimplmented handler method for the future
    
    Signed-off-by: vankichi <[email protected]>
    
    * Update apis/proto/v1/payload/payload.proto
    
    Co-authored-by: Kiichiro YUKAWA <[email protected]>
    Signed-off-by: aknishid <[email protected]>
    
    ---------
    
    Signed-off-by: aknishid <[email protected]>
    Signed-off-by: Yamada Takuya <[email protected]>
    Signed-off-by: vankichi <[email protected]>
    Signed-off-by: aknishid <[email protected]>
    Co-authored-by: takuyaymd <[email protected]>
    Co-authored-by: takuyyam <[email protected]>
    Co-authored-by: Kiichiro YUKAWA <[email protected]>
    Co-authored-by: Yusuke Kato <[email protected]>
    5 people committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9562a3b View commit details
    Browse the repository at this point in the history
  2. docs: add aknishid as a contributor for code, and maintenance (#2431)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    * style: format code with Gofumpt and Prettier
    
    This commit fixes the style issues introduced in abc4c52 according to the output
    from Gofumpt and Prettier.
    
    Details: #2431
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Yusuke Kato <[email protected]>
    Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
    3 people committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    edbe0b8 View commit details
    Browse the repository at this point in the history