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

Test Network Functionalities and Fix Related Bugs #8568

Merged
merged 34 commits into from Apr 4, 2024

Commits on Mar 12, 2024

  1. [network] fix default value for SMTP_PORT

    when launching gateway nodes
    khoaguin committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9d5cbae View commit details
    Browse the repository at this point in the history
  2. [network] - hardcoding network_json to test

    `sy.gateways` and `sy.domains`
    - on fixing bugs for `sy.domains`
    
    Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com>
    khoaguin and shubham3121 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fb93433 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    d29de62 View commit details
    Browse the repository at this point in the history
  2. [network] partially fix bug with syft.domains

    Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com>
    khoaguin and shubham3121 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c9c94c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df9020c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27ca67c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. [syft/network] refactor getting all networks

    from a hardcoded dict of networks
    khoaguin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    69e506f View commit details
    Browse the repository at this point in the history
  2. [syft/network] refactor: using list comprehension

    in `online_networks` and `online_domains`
    khoaguin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a8f4e5d View commit details
    Browse the repository at this point in the history
  3. [tests/integration] add some checks for sy.gateways

    and `sy.domains` into network integration test
    khoaguin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0fd5293 View commit details
    Browse the repository at this point in the history
  4. [syft/network] change DomainRegistry.all_domains

    to be a `dict[str(UID), NodePeer]` instead of a `list[NodePeer]`
    khoaguin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a8a7de3 View commit details
    Browse the repository at this point in the history
  5. [tests/integration] check sy.domains.all_domains in

    integration gateway test
    khoaguin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    78c2dc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b4c570 View commit details
    Browse the repository at this point in the history
  7. [syft/network] change search of dataset service to

    be accessible by guest so that `sy.search<dataset_name>` works
    khoaguin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    08b04e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5153f69 View commit details
    Browse the repository at this point in the history
  9. [syft/network] search datasets using ThreadPoolExecutor

    - add test for `sy.search` functionality
    khoaguin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    08f6b92 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    fe73ae9 View commit details
    Browse the repository at this point in the history
  2. [tests/network] mock local gateway for network tests

    Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com>
    khoaguin and shubham3121 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ce7b23e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    0694733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c9ecf View commit details
    Browse the repository at this point in the history
  3. [tests/integration] remove the dataset after uploaded

    to the domain in `test_dataset_search`
    
    Co-authored-by: Shubham Gupta <shubhamgupta3121@gmail.com>
    khoaguin and shubham3121 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8e8ad98 View commit details
    Browse the repository at this point in the history
  4. [tests/integration] rename and add data owner role for

    delete dataset service. Change its use in `gateway_test`
    integration test accordingly
    khoaguin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e06d3ee View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

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

Commits on Mar 25, 2024

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

Commits on Apr 1, 2024

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

Commits on Apr 2, 2024

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

Commits on Apr 3, 2024

  1. [syft/network] inject a json string into an env variable

    or network registry. Change tests to use the env var
    khoaguin committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    828969a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e5747d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    468f1d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8aea61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e789e7a View commit details
    Browse the repository at this point in the history