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

Allow passing query between egress filter and filter gateway. #2097

Open
wants to merge 77 commits into
base: main
Choose a base branch
from

Commits on Sep 4, 2023

  1. Allow passing query between egress filter and filter gateway. (#1896)

    * Update payload.proto.
    
    * Change Filter.Config.
    
    * Change prototypes of egress filter.
    
    * Update proto for Insert, Upsert, Update and Object.
    
    * Add imprements in handler.
    
    * Fix FilterVector and FilterDistance in Client.
    
    * Use net.JointHostPost instead of fmt.Sprintf .
    
    * Regenerate pb files and format all.
    
    * Add an example for current filtering.
    
    * Add example ingress-filter and egress-filter for checking the feature of filtering.
    
    * Fix manifests and format codes.
    
    * Delete debug code.
    
    * Delete unused import.
    
    * Fix filtering tests to work correctly with current version.
    
    * Add a README for example.
    
    * Fix example to work at e2e level.
    
    * Modify README.
    
    * Update README to work in k3d.
    
    * Fix k8s.mk .
    
    * Fix README.
    
    * Add reference to examples.
    
    * Fix to pass the format command.
    
    * Change Object.Vector in VectorRequest/Response from array to singular.
    
    * Modify docs.
    
    * Fix makefiles and dockerfiles.
    
    * Fix k8s.mk .
    
    * Fix error messages in filter gateway.
    
    * Run make proto/all && make format, but in a valid developer's environment the same command is run after that.
    
    * make proto/all && make format
    
    Signed-off-by: hlts2 <[email protected]>
    
    * regenerate proto
    
    Signed-off-by: hlts2 <[email protected]>
    
    * draft: support default filter config
    
    Signed-off-by: kevindiu <[email protected]>
    
    * fix
    
    Signed-off-by: kevindiu <[email protected]>
    
    * fix
    
    Signed-off-by: kevindiu <[email protected]>
    
    ---------
    
    Signed-off-by: hlts2 <[email protected]>
    Signed-off-by: kevindiu <[email protected]>
    Co-authored-by: Yusuke Kato <[email protected]>
    Co-authored-by: hlts2 <[email protected]>
    Co-authored-by: kevindiu <[email protected]>
    Co-authored-by: Kevin Diu <[email protected]>
    5 people committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8d7ad09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d440541 View commit details
    Browse the repository at this point in the history
  3. update config type

    kevindiu committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4e437a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    9276be4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. fix example client

    Signed-off-by: kevindiu <[email protected]>
    kevindiu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    84858ab View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    1bd59a0 View commit details
    Browse the repository at this point in the history
  2. refactor: example code

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5868c55 View commit details
    Browse the repository at this point in the history
  3. fix: execute make format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    836ae35 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. fix: refactor example code

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7700e8d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    8f4003b View commit details
    Browse the repository at this point in the history
  2. Update example/client/gateway/filter/README.md

    Co-authored-by: Kiichiro YUKAWA <[email protected]>
    hlts2 and vankichi authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5c42cb9 View commit details
    Browse the repository at this point in the history
  3. Update example/client/gateway/filter/README.md

    Co-authored-by: Kiichiro YUKAWA <[email protected]>
    hlts2 and vankichi authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7d32396 View commit details
    Browse the repository at this point in the history
  4. Update example/client/gateway/filter/README.md

    Co-authored-by: Kiichiro YUKAWA <[email protected]>
    hlts2 and vankichi authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f274d39 View commit details
    Browse the repository at this point in the history
  5. Update example/client/gateway/filter/README.md

    Co-authored-by: Kiichiro YUKAWA <[email protected]>
    hlts2 and vankichi authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    897673e View commit details
    Browse the repository at this point in the history
  6. Update example/client/gateway/filter/README.md

    Co-authored-by: Kiichiro YUKAWA <[email protected]>
    hlts2 and vankichi authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1ab1494 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    28fe6ce View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    aa3f6c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    7c6c179 View commit details
    Browse the repository at this point in the history
  2. fix: make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c7a94e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    37ccbd1 View commit details
    Browse the repository at this point in the history
  2. fix: make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f79cabe View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    ec02a57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d1763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32cdea9 View commit details
    Browse the repository at this point in the history
  4. fix: make format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    46499bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d57bdbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0400d04 View commit details
    Browse the repository at this point in the history
  7. fix: update schema and format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4fd422f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    015cf60 View commit details
    Browse the repository at this point in the history
  9. fix: make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d4680d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    169f799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2916fe9 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    d328ab3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    5413645 View commit details
    Browse the repository at this point in the history
  2. fix: schema and proto update and format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    31b3a14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f1512f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    3bfd745 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    6829a64 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    ae34b8a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Add Filter query configuration to Continuous Benchmark Job (#2296)

    * fix: add filter query config to filter config
    
    Signed-off-by: hlts2 <[email protected]>
    
    * fix: update benchmark job schema
    
    Signed-off-by: hlts2 <[email protected]>
    
    * fix: make format
    
    Signed-off-by: hlts2 <[email protected]>
    
    ---------
    
    Signed-off-by: hlts2 <[email protected]>
    hlts2 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    16c25cd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    91baa91 View commit details
    Browse the repository at this point in the history
  2. fix: make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e161aa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    45853e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    28434e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    c1861e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    b954c60 View commit details
    Browse the repository at this point in the history
  2. fix: make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6afac73 View commit details
    Browse the repository at this point in the history
  3. fix: makge changes to build ci-container

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2423950 View commit details
    Browse the repository at this point in the history
  4. Revert "fix: makge changes to build ci-container"

    This reverts commit 2423950.
    hlts2 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    952448c View commit details
    Browse the repository at this point in the history
  5. fix: error of ci and add comment about import path

    Signed-off-by: hlts2 <[email protected]>
    
    fix: format-diff ci error
    
    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c571363 View commit details
    Browse the repository at this point in the history
  6. fix: make format and reviewdog warning

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ec0dee5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    5558531 View commit details
    Browse the repository at this point in the history
  2. fix: make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    99be6c8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    d203299 View commit details
    Browse the repository at this point in the history
  2. fix: make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f77297d View commit details
    Browse the repository at this point in the history
  3. fix: add new line for debug

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ffecb7e View commit details
    Browse the repository at this point in the history
  4. Revert "fix: add new line for debug"

    This reverts commit ffecb7e.
    hlts2 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6667ced View commit details
    Browse the repository at this point in the history
  5. fix: use glg fatal function

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a1cbcf0 View commit details
    Browse the repository at this point in the history
  6. Update example/server/egress-filter/main.go

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Signed-off-by: Hiroto Funakoshi <[email protected]>
    hlts2 and coderabbitai[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    ca1b7fc View commit details
    Browse the repository at this point in the history
  7. Update example/client/gateway/filter/main.go

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Signed-off-by: Hiroto Funakoshi <[email protected]>
    hlts2 and coderabbitai[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    42895ac View commit details
    Browse the repository at this point in the history
  8. fix: deleted unnecessary comment and variable

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ca888dd View commit details
    Browse the repository at this point in the history
  9. fix: fix coderabbit warning

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a8dec7e View commit details
    Browse the repository at this point in the history
  10. fix: add query configuration to client-api-confi.md

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0bf1af8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    ad034dc View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    e590161 View commit details
    Browse the repository at this point in the history
  2. fix: add filter configuration to api docs

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    799a5f1 View commit details
    Browse the repository at this point in the history
  3. style: format code with Gofumpt and Prettier

    This commit fixes the style issues introduced in 799a5f1 according to the output
    from Gofumpt and Prettier.
    
    Details: #2097
    deepsource-autofix[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cafd16e View commit details
    Browse the repository at this point in the history
  4. fix: update filter-gateway api document

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    266f35b View commit details
    Browse the repository at this point in the history
  5. style: format code with Gofumpt and Prettier

    This commit fixes the style issues introduced in 266f35b according to the output
    from Gofumpt and Prettier.
    
    Details: #2097
    deepsource-autofix[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    844c7cb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    eac4d2c View commit details
    Browse the repository at this point in the history
  2. fix: make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b406be6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    a5544ca View commit details
    Browse the repository at this point in the history
  2. fix: make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d9ca20c View commit details
    Browse the repository at this point in the history
  3. fix: build error

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a19e8e6 View commit details
    Browse the repository at this point in the history
  4. fix: resolve deprecated code

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a7fbbd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    927d897 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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