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

Add mirror gateway definitions and Implementations #2262

Merged
merged 117 commits into from
Jan 19, 2024

Commits on Sep 21, 2023

  1. add mirror definition and update proto dependencies

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0fc1949 View commit details
    Browse the repository at this point in the history
  2. Add mirror gateway component (#1949)

    * add mirror component
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix mirror dockerfile path
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix deepsource warning
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix insert rpc handler
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * deleted unused file
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix api resource name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add mirror service and fix handler logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix values and helm template for new configuration
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Format code with gofumpt and prettier
    
    * fix template rendering bug of mirror configmap
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix nil pointer error
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix to advertize different address
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * returns error when there is no other mirror gateways
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add info log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * extract only mirror addresses
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix log variable
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add logging
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix mirror connection logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add remove api proxy implementation
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add error handling for register API
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix debug message
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor discover logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add remove api
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Format code with prettier and gofumpt
    
    * add remove api and remove api rollback logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add update rpc handler
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor context variable for grpc method
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix trace span name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add getObjects method
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor update and remove handler
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * add multi handler implementation
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix mirror client trace span
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * rename discover service to mirror service
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix build error of bidirectional stream
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add more error handling to search handler
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug comment
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add status code log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add status code log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add status code log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix named return bug
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug command
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug command
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug command
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add force status wrap
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * execute upsert method to local cluster's lb
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add target debug log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix delete unwrap of circuitbreaker
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor error handling for new status parse function
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Format code with prettier and gofumpt
    
    * refactor error handling
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: Format code with prettier and gofumpt
    
    * fix error handling for broadcast operation of getobject
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix error join bug of getobject
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * deleted unused code
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix status handling and add address to resource name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * use vald client for update operation
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add rollback test for mirror crud
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: Format code with prettier and gofumpt
    
    * fix variable name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor mirror servie
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * deleted unused code
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix trace attribute and refactor variable name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add error handling when crud rpc fails
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * deleted unused value
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * make format
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Revert "make format"
    
    This reverts commit f605563.
    
    * Apply suggestions from code review
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * apply suggestion
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix and refactor mirror client
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    ---------
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    3 people committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e0472c2 View commit details
    Browse the repository at this point in the history
  3. Rename ip to host of proto payload field for mirror gateway (#2031)

    * fix field name and yaml indent
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * make proto/add format
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    ---------
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b0aef58 View commit details
    Browse the repository at this point in the history
  4. make proto/add & make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c3f987a View commit details
    Browse the repository at this point in the history
  5. fix docker build for mirror

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6347736 View commit details
    Browse the repository at this point in the history
  6. Revert "fix docker build for mirror"

    This reverts commit 53ab94f.
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2c0d146 View commit details
    Browse the repository at this point in the history
  7. fix docker build error for mirror gateway

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e905008 View commit details
    Browse the repository at this point in the history
  8. Add Custom Resource for mirror target (#2023)

    * add mirror definition and update proto dependencies
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Add mirror gateway component (#1949)
    
    * add mirror component
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix mirror dockerfile path
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix deepsource warning
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix insert rpc handler
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * deleted unused file
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix api resource name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add mirror service and fix handler logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix values and helm template for new configuration
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Format code with gofumpt and prettier
    
    * fix template rendering bug of mirror configmap
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix nil pointer error
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix to advertize different address
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * returns error when there is no other mirror gateways
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add info log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * extract only mirror addresses
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix log variable
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add logging
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix mirror connection logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add remove api proxy implementation
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add error handling for register API
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix debug message
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor discover logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add remove api
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Format code with prettier and gofumpt
    
    * add remove api and remove api rollback logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add update rpc handler
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor context variable for grpc method
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix trace span name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add getObjects method
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor update and remove handler
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * add multi handler implementation
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix mirror client trace span
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * rename discover service to mirror service
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix build error of bidirectional stream
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add more error handling to search handler
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug comment
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add status code log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add status code log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add status code log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix named return bug
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug command
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug command
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add debug command
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add force status wrap
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * execute upsert method to local cluster's lb
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add target debug log
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix delete unwrap of circuitbreaker
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor error handling for new status parse function
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Format code with prettier and gofumpt
    
    * refactor error handling
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: Format code with prettier and gofumpt
    
    * fix error handling for broadcast operation of getobject
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix error join bug of getobject
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * deleted unused code
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix status handling and add address to resource name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * use vald client for update operation
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add rollback test for mirror crud
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: Format code with prettier and gofumpt
    
    * fix variable name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor mirror servie
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * deleted unused code
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix trace attribute and refactor variable name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add error handling when crud rpc fails
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * deleted unused value
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * make format
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Revert "make format"
    
    This reverts commit f605563.
    
    * Apply suggestions from code review
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * apply suggestion
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix and refactor mirror client
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    ---------
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * add discovery logic for other mirror target
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add k8s template file
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add crd for mirror target resource
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add new values for mirror discovery logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: Format code with gofumpt and prettier
    
    * fix schema register error and fix manifest to multi vald cluster
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: Format code with gofumpt and prettier
    
    * bugfix: adapt the service account and add early return
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix: usage of errors join
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix: type conversion bug
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix metadata hash logic and add mirror group function
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add status handling for network connection
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactoring
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix: status update handling
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix: update status using status writer
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add status timestamp
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix yaml field format
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * improve status changes handling
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * reduced number of status updates
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * added status check handling before changing status
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * update vald mirror target definition and add new cluster role
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: Format code with gofumpt and prettier
    
    * deploy multiple vald clusters and mirror target resource to connect with each other
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix e2d test to mirror-gateway and crd view field
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * define mirror app name
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * deleted unused code
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix golangci warning
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * crd generate command for mirror target using mirror-target-values
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add string field validation
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix build error
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add configuration comment
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: Format code with gofumpt and prettier
    
    * add image tag for debug
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix rebase error
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix wait timeout option
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add new option to set mirror address
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add new comment
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix for ingress configuration
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * not create lb ingress when mirror is enabled
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * not create filter ingress when mirror is enabled
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add error handling for unimplemented codes error
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * bugfix register addr process
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix build error
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Revert "update docker file for build error"
    
    This reverts commit f40986d.
    
    * add new package for docker build error
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Add mirror gateway example (#2082)
    
    * add example code
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * execute search and getobject request to all vald clusters
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fixed to send data to each cluster based on the dataset
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    ---------
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add mirror target metrics
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix example ngt dimension
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * make proto/all & make format
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    ---------
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    3 people committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    48ad760 View commit details
    Browse the repository at this point in the history
  9. fix mirror image tag

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1f24460 View commit details
    Browse the repository at this point in the history
  10. Add mirror gateway document (#2105)

    * add mirror document
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix svg to png
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Update docs/api/mirror-gateway.md
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * Update docs/api/mirror-gateway.md
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * Update docs/api/mirror-gateway.md
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * style: Format code with prettier and gofumpt
    
    * Update docs/overview/component/mirror-gateway.md
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * style: Format code with prettier and gofumpt
    
    * Apply suggestions from code review
    
    * Update docs/overview/component/mirror-gateway.md
    
    * fix expand bug for mirror tutorial
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: Format code with prettier and gofumpt
    
    * fix filename typo
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add new link
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add cluster role settings for mirror gateway
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * add hdf5 installation section
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Update docs/user-guides/mirroring-configuration.md
    
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    
    * update link
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * delete quote
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * update mirror component overview image
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * update mirror component overview image
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * Update docs/overview/component/mirror-gateway.md
    
    Co-authored-by: Kevin Diu <kevindiujp@gmail.com>
    
    * Update docs/overview/component/mirror-gateway.md
    
    * Update docs/api/mirror-gateway.md
    
    Co-authored-by: Yusuke Kadowaki <yusuke.kadowaki.1231@gmail.com>
    
    * Update docs/api/mirror-gateway.md
    
    * Update docs/user-guides/mirroring-configuration.md
    
    Co-authored-by: Kevin Diu <kevindiujp@gmail.com>
    
    ---------
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    Co-authored-by: Kiichiro YUKAWA <kyukawa315@gmail.com>
    Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
    Co-authored-by: Kevin Diu <kevindiujp@gmail.com>
    Co-authored-by: Yusuke Kadowaki <yusuke.kadowaki.1231@gmail.com>
    5 people committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8bbe931 View commit details
    Browse the repository at this point in the history
  11. merge ingress configuration for lb and filter

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9d40824 View commit details
    Browse the repository at this point in the history
  12. fix duplicate definition error

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7e4c2c7 View commit details
    Browse the repository at this point in the history
  13. make proto/all & make schema update & make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bd35400 View commit details
    Browse the repository at this point in the history
  14. fix test execution error for mirror handler

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9fd7fa2 View commit details
    Browse the repository at this point in the history
  15. make proto/all format and update schema and fails build error

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    91ea275 View commit details
    Browse the repository at this point in the history
  16. use resuable workflow to build mirror image

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c26ac88 View commit details
    Browse the repository at this point in the history
  17. use internal sync package and refactor

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8a172d9 View commit details
    Browse the repository at this point in the history
  18. fix error handling

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    65af965 View commit details
    Browse the repository at this point in the history
  19. add network policy settings and update deploy command

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    19558ab View commit details
    Browse the repository at this point in the history
  20. add default setting logic

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3924e8f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. add new fileld to crd schema and update crd

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8fabca9 View commit details
    Browse the repository at this point in the history
  2. fix make command to deploy vald with mirror components

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    00b9e01 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. add e2e test for mirror

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6eaba03 View commit details
    Browse the repository at this point in the history
  2. add debug command to get pod status

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4fea273 View commit details
    Browse the repository at this point in the history
  3. bugfix command

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b32c705 View commit details
    Browse the repository at this point in the history
  4. disable sidecar e2e and add mirror e2e command

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    37923f3 View commit details
    Browse the repository at this point in the history
  5. update cluster role

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b410364 View commit details
    Browse the repository at this point in the history
  6. add cluster-info dump command

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7ece16f View commit details
    Browse the repository at this point in the history
  7. Revert "add cluster-info dump command"

    This reverts commit 7ece16f.
    hlts2 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2ed49ca View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. debug: add logs command

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    454eaf3 View commit details
    Browse the repository at this point in the history
  2. Revert "debug: add logs command"

    This reverts commit 454eaf3.
    hlts2 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    388f8ef View commit details
    Browse the repository at this point in the history
  3. add RemoveByTimestamp for mirror

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    91deb87 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. fix: update sleep time for operator deploy

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0b96823 View commit details
    Browse the repository at this point in the history
  2. update wait time for vmt

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    86f4211 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Returns all connection information in the registration rpc (#2199)

    * fix: returns all connection information in the registration rpc
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: lint warnning
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor: deleted unnecessary parameter
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    ---------
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5ea8d4f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Add handler logic to continue processing (#2204)

    * feat: add new crud logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor code
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor: error handling logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: bugfix error handling for rpc
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * feat: add test for RemoveByTimestamp
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: fails error test
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor: test logic
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: add new condition and add test case
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * refactor code
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: error handling and comment
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: test case name and test case order
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: execute format
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: add new comment
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    ---------
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    192ae24 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update Mirror Gateway document (#2207)

    * fix: update mirror document
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: format
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * feat: add removeByTimestamp section
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: grammar warning
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: grammar warning and refactor document
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: grammar warning
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * feat: add mirror gateway troubleshooting docs
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * style: format code with Gofumpt and Prettier
    
    This commit fixes the style issues introduced in 2c492f7 according to the output
    from Gofumpt and Prettier.
    
    Details: #2207
    
    * feat: add contents of troubleshooting document
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: grammar warning
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: grammar
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: link path
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: invalid link path
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: refactor docs
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: deleted unnecessary contents
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: status handling logic document
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: document refactor
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: bugfix status handling document
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    * fix: refactor sentence
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    
    ---------
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
    hlts2 and deepsource-autofix[bot] committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9661fc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    746e01c View commit details
    Browse the repository at this point in the history
  2. feat: schema and protobuf update

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    08c44fb View commit details
    Browse the repository at this point in the history
  3. fix: reviewdog warning and add comment

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7d7a690 View commit details
    Browse the repository at this point in the history
  4. style: format code with Gofumpt and Prettier

    This commit fixes the style issues introduced in 7d7a690 according to the output
    from Gofumpt and Prettier.
    
    Details: #2237
    deepsource-autofix[bot] committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c9007ed View commit details
    Browse the repository at this point in the history
  5. fix: reviewdog warning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    78734df View commit details
    Browse the repository at this point in the history
  6. fix: reviewdog warning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    88dad2e View commit details
    Browse the repository at this point in the history
  7. fix: move mirror client mock definition to internal package

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ee0f48a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. feat: add new handler base logic

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    374dc57 View commit details
    Browse the repository at this point in the history
  2. fix: refactor stream list object rpc

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9e87530 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. fix: divide logic to other function

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e62a657 View commit details
    Browse the repository at this point in the history
  2. style: format code with Gofumpt and Prettier

    This commit fixes the style issues introduced in e62a657 according to the output
    from Gofumpt and Prettier.
    
    Details: #2237
    deepsource-autofix[bot] committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6c6b744 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    104c22b View commit details
    Browse the repository at this point in the history
  3. fix: return grpc error

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a36f1a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    23b1f72 View commit details
    Browse the repository at this point in the history
  3. feat: add mirror service test

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    68a8072 View commit details
    Browse the repository at this point in the history
  4. fix: add mock definition code

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d6580ec 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 d6580ec according to the output
    from Gofumpt and Prettier.
    
    Details: #2237
    deepsource-autofix[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2b1cac5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. fix: use internal method

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    19ee272 View commit details
    Browse the repository at this point in the history
  2. fix: delete Exist method because it is not needed

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f5afe4c View commit details
    Browse the repository at this point in the history
  3. fix: use address cache insted of connectedAddr method

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6c2789c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70e2e17 View commit details
    Browse the repository at this point in the history
  5. fix: make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b032917 View commit details
    Browse the repository at this point in the history
  6. feat: improve connection management and add new test

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f34b142 View commit details
    Browse the repository at this point in the history
  7. fix: make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7c502f0 View commit details
    Browse the repository at this point in the history
  8. fix: lint warnning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1cb6662 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. fix: refactor error handling

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ffa4eb6 View commit details
    Browse the repository at this point in the history
  2. feat: add test for syncronizee based on address and small refactor

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    21b781f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aef5da View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix: improve error handling and example image tag

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    08a6bc1 View commit details
    Browse the repository at this point in the history
  2. fix: schema update and format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5bee190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8192f11 View commit details
    Browse the repository at this point in the history
  4. fix: lint warnning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4c11568 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 4c11568 according to the output
    from Gofumpt and Prettier.
    
    Details: #2262
    deepsource-autofix[bot] committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6e786f2 View commit details
    Browse the repository at this point in the history
  6. fix: reviewdog warning and deepsource warning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    af35bef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b4eb27 View commit details
    Browse the repository at this point in the history
  8. feat: use new command to docker build

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    42b1175 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4dede1c View commit details
    Browse the repository at this point in the history
  10. fix: make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    08f79da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e99bc7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b57c5f6 View commit details
    Browse the repository at this point in the history
  13. fix: update schema and format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8de1bac View commit details
    Browse the repository at this point in the history
  14. fix: deleted unnecessary RPCs due to failure of previous rebasing

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2de16f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c5e4ef3 View commit details
    Browse the repository at this point in the history
  16. fix: proto and execute make proto/all format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    76309fd View commit details
    Browse the repository at this point in the history
  17. fix: revert unnecessary changes

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b9ae28c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 12, 2023

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

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e06ef8f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. fix: deepsource warning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    628008b View commit details
    Browse the repository at this point in the history
  2. fix: deleted unnecessary code

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8a6ac6e View commit details
    Browse the repository at this point in the history
  3. fix: deepsource warning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    385cee5 View commit details
    Browse the repository at this point in the history
  4. fix: deepsource warning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    41f54f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    515441b View commit details
    Browse the repository at this point in the history
  3. fix: apply feedback for comment

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6232600 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. feat: add internal hash package to generate hash value

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    596d4cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cbf407 View commit details
    Browse the repository at this point in the history
  3. fix: ignore deepsource warning

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    2491ec9 View commit details
    Browse the repository at this point in the history
  4. feat: add function and method comment

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    0679362 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d69dddb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e7a6ab9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d3143c View commit details
    Browse the repository at this point in the history
  4. feat: add ingress rule for lb and filter

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f55617c View commit details
    Browse the repository at this point in the history
  5. fix: deleted wildcard path

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e7cba07 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. fix: ingress unified into one manifest

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    052b112 View commit details
    Browse the repository at this point in the history
  2. fix: make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4812983 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48f32b6 View commit details
    Browse the repository at this point in the history
  4. fix: lb ingress port settings and small refactor

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    41d7740 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4b1f7a View commit details
    Browse the repository at this point in the history
  6. feat: add cluster wide ingress resource name

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0a5d335 View commit details
    Browse the repository at this point in the history
  7. fix: add deploy ingress resource using make command

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    21d8cac View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    350a2a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1027b47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5e43ca View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 19, 2024

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