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: Re-enable interface tests and get them succeeding #83

Merged

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    3bf928e View commit details
    Browse the repository at this point in the history
  2. chore: install multiple go-ipfs versions

    `ipfs` uses `go-ipfs@0.12.0`, which means the tests we copied will not
    work the same.
    See https://github.com/ipfs/js-ipfs/blob/6ae5eb7/packages/ipfs/package.json#L93
    
    Adding multiple go versions in this commit. Will be facilitating the
    use of these versions in the next commit
    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    07fed40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58243e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ce3abb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27db517 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a282dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c84c21 View commit details
    Browse the repository at this point in the history
  8. fix: dag.get test

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5b9c92d View commit details
    Browse the repository at this point in the history
  9. fix: dht tests

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c8b95e7 View commit details
    Browse the repository at this point in the history
  10. fix: .id test

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    aa3948d View commit details
    Browse the repository at this point in the history
  11. fix: pinning service tests

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f8598e1 View commit details
    Browse the repository at this point in the history
  12. fix: misc tests

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b9e5325 View commit details
    Browse the repository at this point in the history
  13. fix: pinning tests

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    0c182ff View commit details
    Browse the repository at this point in the history
  14. fix: .ping tests

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    aa1c7e6 View commit details
    Browse the repository at this point in the history
  15. fix: .swarm.peers passes

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    63916fe View commit details
    Browse the repository at this point in the history
  16. fix: .swarm.addrs passes

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b6f7c01 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e22f89c View commit details
    Browse the repository at this point in the history
  18. fix: all tests are passing in node

    some additional tests were skipped, but node tests are succeeding
    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    bd67b63 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    011268f View commit details
    Browse the repository at this point in the history
  20. fix: webworker tests pass

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    298f534 View commit details
    Browse the repository at this point in the history
  21. feat: fix webworker tests

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    e370e56 View commit details
    Browse the repository at this point in the history
  22. chore: code cleanup

    SgtPooki committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c002718 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8ab1d39 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    c57ecc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b0a5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1efca00 View commit details
    Browse the repository at this point in the history
  4. Revert "chore: 'should compress a directory as a tarball' actually pa…

    …sses"
    
    This reverts commit 1efca00.
    hacdias committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    8765872 View commit details
    Browse the repository at this point in the history
  5. use lts on test node

    hacdias committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    731b9e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    16cc34f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d0f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f29d6b8 View commit details
    Browse the repository at this point in the history
  4. fix: dep-check

    SgtPooki committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e0f4fb1 View commit details
    Browse the repository at this point in the history
  5. chore: skip .refs tests

    SgtPooki committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    720791a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3daf1f View commit details
    Browse the repository at this point in the history
  7. chore: add lint:fix script

    SgtPooki committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    2723b6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6185634 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0a2eea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a76268 View commit details
    Browse the repository at this point in the history
  11. chore: attempt to fix hang after test

    'restricts the number of concurrent connections' was hanging after running. Some things were not tied up.
    @see https://github.com/ipfs/js-kubo-rpc-client/actions/runs/3642110903/jobs/6148859075
    SgtPooki committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    8623205 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    33d1c6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7379ba0 View commit details
    Browse the repository at this point in the history
  3. fix: .cat beforeAll hook

    SgtPooki committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    31e5ad6 View commit details
    Browse the repository at this point in the history
  4. fix: .get beforeAll

    SgtPooki committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    60e38a2 View commit details
    Browse the repository at this point in the history
  5. chore: update logger name

    SgtPooki committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    c8819db View commit details
    Browse the repository at this point in the history
  6. fix: .get test 'should get a directory'

    grouped files/dirs in describe
    SgtPooki committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    e70563a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8efa60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01f8282 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e98feb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36c5f60 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c47b9b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4cbe1d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    936156f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8c08e5d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    8e8538e View commit details
    Browse the repository at this point in the history
  2. fix(tests): .dag tests

    SgtPooki committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    9b7f879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fc3866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    268f69d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb4a1b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. fix(tests): .pin.remote.ls

    * Significant DX improvement
    * Significant setup improvement
    * Significant speed improvement
    SgtPooki committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    064dbeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5169bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c11c55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f18ecbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16b6925 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0ee6e2 View commit details
    Browse the repository at this point in the history
  7. fix(test): .pubsub.peers

    SgtPooki committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    7fe16b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    089f71d View commit details
    Browse the repository at this point in the history
  9. fix(lint): unused import

    SgtPooki committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    80b1a9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc0941f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b5c93e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. fix(test): .pubsub.subscribe

    significant overhaul of tests. they're much more stable now
    SgtPooki committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    37be08a View commit details
    Browse the repository at this point in the history
  2. fix(lint): build passes

    SgtPooki committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8f5883e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. fix(test): .pin.remote.ls

    SgtPooki committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e2e89cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf3c79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a8ce3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    652d3c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1214c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9b2b71 View commit details
    Browse the repository at this point in the history
  7. fix(test): .get directories

    SgtPooki committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    cb2566a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0be613a View commit details
    Browse the repository at this point in the history
  9. fix(lint): build succeeds

    SgtPooki committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    42773b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    65d42f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3da286 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6fa916a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    7a11168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2f3aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26c1504 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    059ce51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c27e9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f39eb81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70058a2 View commit details
    Browse the repository at this point in the history