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

feat: Add proxy connection type #1881

Merged
merged 54 commits into from
Nov 19, 2023
Merged

feat: Add proxy connection type #1881

merged 54 commits into from
Nov 19, 2023

Commits on Sep 27, 2023

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

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    88f4177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff1952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e2e3fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef357ff View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 6, 2023

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

Commits on Oct 7, 2023

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

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    460c978 View commit details
    Browse the repository at this point in the history
  2. refactor: Use single proxy connection generator

    to avoid stack overflow
    langyo committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c354c83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8816f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ab8a55 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    ffff54f View commit details
    Browse the repository at this point in the history
  2. fix: Rename the example.

    langyo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c54ed1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf91484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d593d7b View commit details
    Browse the repository at this point in the history
  5. refactor: Rename the example.

    langyo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a3d6a0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9638926 View commit details
    Browse the repository at this point in the history
  7. feat: Try to compile sea-orm into wasm binary.

    But it would failed on wasm32-wasi target because of the socket deps.
    It can be compiled on wasm32-unknown-unknown target.
    langyo committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4e51c86 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    f818e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82b0075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05416c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9803092 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a1c594 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fix: Add a pre-build script.

    langyo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b87ce92 View commit details
    Browse the repository at this point in the history
  2. chore: Add README.

    langyo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    933f952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ee2174 View commit details
    Browse the repository at this point in the history
  4. fix: Try to fix CI.

    langyo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6bae09f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fc95b0 View commit details
    Browse the repository at this point in the history
  6. fix: Try to run the wasi module.

    But WASI cannot support multi threads..
    so the module was run failed.
    langyo committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c2e4c2a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. refactor: Bump wasmtime to 14.

    langyo committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    fc20fa9 View commit details
    Browse the repository at this point in the history
  2. fix: Now we can use async traits on wasmtime.

    The solution is add the current thread tag to tokio-wasi.
    langyo committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    f0d3741 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    defa6bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc2faa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

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

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    6b762f3 View commit details
    Browse the repository at this point in the history
  2. refactor: Convert to ProxyRow first.

    It's the solution to know the type information about the value.
    langyo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a36dfe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0898707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c90866 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecbc2f3 View commit details
    Browse the repository at this point in the history
  6. test: Add the test cases for three new examples.

    Just try to run once...
    langyo committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c482b36 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    b1274dc View commit details
    Browse the repository at this point in the history
  2. ci: Add wasi target.

    langyo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c90d0d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3282413 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. feat: Add more keys for proxy execute result.

    To transfer the fully information of the execute result.
    langyo committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0cb42c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    956dfa8 View commit details
    Browse the repository at this point in the history
  3. fix: Wrong reference type.

    langyo committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    25662ea View commit details
    Browse the repository at this point in the history
  4. fix: Rewrite the transformer.

    langyo committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a1693cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bac6e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. revert: Again.

    Refs: 9bac6e9
    langyo committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    151eb1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba09d84 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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