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

Getting online domains using peers health check #8795

Closed

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    355e513 View commit details
    Browse the repository at this point in the history
  2. [syft/network] when checking for online domains, if not able to creat…

    …e a guess client at a gateway, just ignore it and move on to another one
    
    Co-authored-by: Shubham Gupta <[email protected]>
    khoaguin and shubham3121 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9316f69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fe68f9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. [syft/network] add total line to show number of online networks / all…

    … networks for `sy.gateways`
    khoaguin committed May 10, 2024
    Configuration menu
    Copy the full SHA
    25eaaee View commit details
    Browse the repository at this point in the history
  2. [syft/network] - update ping url for networks without frontend

    - improve repr for domain and network registry to show online domains and networks
    khoaguin committed May 10, 2024
    Configuration menu
    Copy the full SHA
    eddc66f View commit details
    Browse the repository at this point in the history
  3. [syft/network] integrating background_tasks into Orchestra.launch

    - `sy.gateways` and `sy.domains` work with python webserver nodes
    khoaguin committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8182a14 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    8268c29 View commit details
    Browse the repository at this point in the history
  2. [syft/network] pass background_tasks=True to worker_class

    - add a wait in `gateway_local_test` before checking for online domains
    
    Co-authored-by: Shubham Gupta <[email protected]>
    khoaguin and shubham3121 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    da596ff View commit details
    Browse the repository at this point in the history
  3. [test/integration] add removing peers to the beginning of some tests

    - add some wait times before checking node connection status
    khoaguin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    71e4a34 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. [syft/network] revert back to use ping_status instead of `ping_stat…

    …us.value` for `NodePeer` repr
    khoaguin committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0f89b8b View commit details
    Browse the repository at this point in the history
  2. [test/integration] add remove existing peers before testing for `test…

    …_delete_route_on_peer`
    khoaguin committed May 14, 2024
    Configuration menu
    Copy the full SHA
    744a289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fd4c31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3e0e62 View commit details
    Browse the repository at this point in the history
  5. [test/integration] add some waiting times for local gateway tests bef…

    …ore checking for peer connection status
    khoaguin committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c89d671 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    243ca68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3782033 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1545ec3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2b057f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. [syft/network] - pick the highest priority route to be the oldest by …

    …default
    
    - update k8s integration tests accordingly
    - move skip test to the test file rather than in `tox.ini`
    khoaguin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2c45fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaf59b5 View commit details
    Browse the repository at this point in the history
  3. [syft/network] PeerHealthCheckTask.peer_route_heathcheck now only

    updates ping status related fields (in backgroudn threads) instead of
    the whole peer object to avoid outdated node routes
    (and possibly also other fields) issues
    khoaguin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a6cd9c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e20ff1f View commit details
    Browse the repository at this point in the history
  5. fix linting

    khoaguin committed May 15, 2024
    Configuration menu
    Copy the full SHA
    231bcbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    095a235 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    342439f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1384e0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2dd8873 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    821efef View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    abee20d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7507fff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4619473 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e69bbc View commit details
    Browse the repository at this point in the history
  5. [test/integration] small fix

    khoaguin committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3e42aad View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on May 20, 2024

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

Commits on May 21, 2024

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

Commits on May 22, 2024

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

Commits on May 23, 2024

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

Commits on May 24, 2024

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

Commits on May 27, 2024

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