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

fix: status page supports webrtc #2180

Merged
merged 17 commits into from
Dec 1, 2023

Conversation

SgtPooki
Copy link
Member

@SgtPooki SgtPooki commented Nov 30, 2023

  • feat: use @multiformats/multiaddr
  • deps: update multiaddr-to-uri
  • deps: update ipld-explorer-components

This also updates ipld-explorer-components to 5.2.0 which will allow us to remove a lot of old deps (part of #1965)

  • Fix e2e tests

@SgtPooki SgtPooki requested a review from a team as a code owner November 30, 2023 07:28
@SgtPooki SgtPooki linked an issue Nov 30, 2023 that may be closed by this pull request
@SgtPooki
Copy link
Member Author

SgtPooki commented Nov 30, 2023

@lidel this is working currently, you can see it by running your local node and going to any of

I still need to fix e2e tests, but it seems like playwright changed the order of globalSetup and webServer.. or something else is going on with these dependency updates :(

check out the explore page while you're at it:
image

@SgtPooki
Copy link
Member Author

SgtPooki commented Dec 1, 2023

I believe the latest commit fixes e2e tests. 🤞

this allows disabling remote gateways in e2e. see ipfs/ipld-explorer-components#416
@SgtPooki SgtPooki merged commit ff75d4e into main Dec 1, 2023
5 of 6 checks passed
@SgtPooki SgtPooki deleted the 2176-webrtc-direct-listener-breaks-status-page branch December 1, 2023 20:17
ipfs-gui-bot pushed a commit that referenced this pull request Dec 2, 2023
## [4.2.0](v4.1.1...v4.2.0) (2023-12-02)

 CID `bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba`

 ---

### Features

* peers table can be filtered ([#2181](#2181)) ([37b5880](37b5880))
* **pinning:** add Scaleway pinning service ([#2132](#2132)) ([0cc3b04](0cc3b04))

### Bug Fixes

* error loading scaleway template URL ([7a3388e](7a3388e))
* replace estuary with web3 for pinning ([#2182](#2182)) ([e2fc7c8](e2fc7c8))
* status page supports webrtc ([#2180](#2180)) ([ff75d4e](ff75d4e)), closes [#1965](#1965)
* switch to new dnslink updater ([#2175](#2175)) ([a63f48a](a63f48a))

### Trivial Changes

* Pull transifex translations ([#2162](#2162)) ([c0f8f54](c0f8f54))
* pull transifex translations ([#2177](#2177)) ([7f377ff](7f377ff))
* update release transifex links ([74cce69](74cce69))
@ipfs-gui-bot
Copy link
Collaborator

🎉 This PR is included in version 4.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

SgtPooki added a commit to ipfs/kubo that referenced this pull request Dec 2, 2023
## [4.2.0](ipfs/ipfs-webui@v4.1.1...v4.2.0) (2023-12-02)


 CID `bafybeidf7cpkwsjkq6xs3r6fbbxghbugilx3jtezbza7gua3k5wjixpmba`

 --- 



### Features

* peers table can be filtered ([#2181](ipfs/ipfs-webui#2181)) ([37b5880](ipfs/ipfs-webui@37b5880))
* **pinning:** add Scaleway pinning service ([#2132](ipfs/ipfs-webui#2132)) ([0cc3b04](ipfs/ipfs-webui@0cc3b04))


### Bug Fixes

* error loading scaleway template URL ([7a3388e](ipfs/ipfs-webui@7a3388e))
* replace estuary with web3 for pinning ([#2182](ipfs/ipfs-webui#2182)) ([e2fc7c8](ipfs/ipfs-webui@e2fc7c8))
* status page supports webrtc ([#2180](ipfs/ipfs-webui#2180)) ([ff75d4e](ipfs/ipfs-webui@ff75d4e)), closes [#1965](ipfs/ipfs-webui#1965)
* switch to new dnslink updater ([#2175](ipfs/ipfs-webui#2175)) ([a63f48a](ipfs/ipfs-webui@a63f48a))


### Trivial Changes

* Pull transifex translations ([#2162](ipfs/ipfs-webui#2162)) ([c0f8f54](ipfs/ipfs-webui@c0f8f54))
* pull transifex translations ([#2177](ipfs/ipfs-webui#2177)) ([7f377ff](ipfs/ipfs-webui@7f377ff))
* update release transifex links ([74cce69](ipfs/ipfs-webui@74cce69))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/webrtc-direct listener breaks Status page
2 participants