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

Wasm middleware: add ability to pass config to guest #2918

Merged
merged 14 commits into from
Aug 7, 2023

Commits on Jun 17, 2023

  1. add config for http wasm middleware

    Signed-off-by: zhangchao <[email protected]>
    Taction committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    55bc921 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 12, 2023

  1. Merge branch 'master' into http-wasm-middleware-config

    Signed-off-by: zhangchao <[email protected]>
    
    # Conflicts:
    #	middleware/http/wasm/example/router.wasm
    #	middleware/http/wasm/httpwasm.go
    #	middleware/http/wasm/internal/e2e-guests/output/main.wasm
    #	middleware/http/wasm/internal/e2e-guests/rewrite/main.wasm
    Taction committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a1ac921 View commit details
    Browse the repository at this point in the history
  2. fix review: rename path to url

    Signed-off-by: zhangchao <[email protected]>
    Taction committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4edb2f0 View commit details
    Browse the repository at this point in the history
  3. fix review

    Signed-off-by: zhangchao <[email protected]>
    Taction committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    20a1825 View commit details
    Browse the repository at this point in the history
  4. fix review

    Signed-off-by: zhangchao <[email protected]>
    Taction committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c24541e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. revert binary change

    Signed-off-by: zhangchao <[email protected]>
    Taction committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d1c1e99 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    6cdf1e0 View commit details
    Browse the repository at this point in the history
  2. fix review, move GuestConfig out from common internal code

    Signed-off-by: zhangchao <[email protected]>
    Taction committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b882341 View commit details
    Browse the repository at this point in the history
  3. add Copyright and fix review

    Signed-off-by: zhangchao <[email protected]>
    Taction committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b668307 View commit details
    Browse the repository at this point in the history
  4. fix review

    Signed-off-by: zhangchao <[email protected]>
    Taction committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f8fbbc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Merge branch 'master' into http-wasm-middleware-config

    Signed-off-by: zhangchao <[email protected]>
    
    # Conflicts:
    #	middleware/http/wasm/benchmark_test.go
    #	middleware/http/wasm/httpwasm.go
    #	middleware/http/wasm/internal/e2e_test.go
    Taction committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    f8a9415 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    872df48 View commit details
    Browse the repository at this point in the history
  2. fix test

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