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

adding IsReady to dialer interface #1436

Merged
merged 42 commits into from
Dec 9, 2024
Merged

adding IsReady to dialer interface #1436

merged 42 commits into from
Dec 9, 2024

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    fb4a378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41c2f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b48657 View commit details
    Browse the repository at this point in the history
  4. fix: loading b64 wasm in background so channel doesn't lock and only …

    …wait for download when ready is isn't ready
    WendelHime committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    55ffa64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d39b38f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f0c6f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd1fcf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45e08c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    76b38eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38dba03 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. fix: updating bypass function for using and checking context timeout,…

    … if it happens it should stop retrying to load the proxy async
    WendelHime committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f67faab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8555f52 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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

Commits on Nov 18, 2024

  1. fix: typo

    WendelHime committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2771c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc0ce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa1391e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5181511 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    681ae9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eeb9656 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. fix: removing close calls for finishedToLoad; updated dialer closed m…

    …essage and isReady now returns true based on flag and dialer different than nil
    WendelHime committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2079bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3638a4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d35e60c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43dd35d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b82c397 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04bb1c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    810a92a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6aa256a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    e093e69 View commit details
    Browse the repository at this point in the history
  2. feat: go mod tidy

    WendelHime committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a5e1ef8 View commit details
    Browse the repository at this point in the history
  3. fix: replace log by logger

    WendelHime committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fafdfb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix: add comment for making explicit IsReady can return a nil value i…

    …f initialization is not required and verifying at bypass even when loading async
    WendelHime committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8f897ac View commit details
    Browse the repository at this point in the history
  2. fix: replace sync.Map usage by creating water WASM lock map and a loc…

    …ker for map; also renaming httpClient to waterHTTPClient
    WendelHime committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8eba259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7721192 View commit details
    Browse the repository at this point in the history
  4. fix: make water wasm map

    WendelHime committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8b1762d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    05a45ed View commit details
    Browse the repository at this point in the history
  2. fix: update bandit message

    WendelHime committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    6063f51 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. fix: using a buffered channel so we can simplify logic (replacing go …

    …routines, context timeouts)
    WendelHime committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e281571 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    52d2b46 View commit details
    Browse the repository at this point in the history
  2. fix: updating types.proto

    WendelHime committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    337278f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3866761 View commit details
    Browse the repository at this point in the history
  4. fix: updating test

    WendelHime committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    98d477b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

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