-
Notifications
You must be signed in to change notification settings - Fork 865
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: go-ipfs v0.7.0 and ipfs-webui v2.11.2 #1638
Conversation
Ugh, I just realized this won't be an easy upgrade:
I did ipfsd-ctl update recently so it should be still fresh in my mind – I'll take a stab at updating and comment on this PR later. |
This removed go-ipfs-dep dependency and uses go-ipfs with the latest http-client and ipfsd-ctl License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
This comment has been minimized.
This comment has been minimized.
This removed go-ipfs-dep dependency and uses go-ipfs with the latest http-client and ipfsd-ctl License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
Removes code that's addressed by ipfs/ipfs-webui#1628
This is CID of webui from ipfs/ipfs-webui#1628 will be switched to release after patch one is tagged upstream License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
Do not build feature branch with open Pull Requests, should remove redundant appveyor job on PRs. License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
816d036
to
bd056b5
Compare
…sktop into chore/bump-go-ipfs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is ready, thank you @rafaelramalho19 – we just wait for official 0.7.0 now.
(if you plan to do more dev in ipfs-desktop, it's ok to merge this as-is and then bump to non-RC version before release, if not, ok to park this until final release)
Switching to release version License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
@rafaelramalho19 I've bumped this PR to the release version of go-ipfs 0.7.0 and looks good on Linux. Mind building on mac and windows and confirming there are no surprises? |
@lidel I was wanting to use go-ipfs 0.7.0 with the desktop app on Mac, so I figured I'd do a Mac smoke test for you. Looks good!
Tested with Node 12.16.3 and 14.12.0. Running `npm ci` warnings with node 14.12.0:
|
@lidel v.2.11.2 is now on this PR 👌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but CI on macOS fails due to Apple notarization:
1 package(s) were not uploaded because they had problems:
/var/folders/17/5mc7816d3mndxjqgplq6057w0000gn/T/FCE68004-143C-41A9-8B85-08020C829FF0/io.ipfs.desktop.itmsp - Error Messages:
You must first sign the relevant contracts online. (1048)
2020-09-28 15:43:08.319 altool[4208:12324] *** Error: You must first sign the relevant contracts online. (1048)
Before this is merged we need to fix notarization so the CI is green.
@lidel all ready for final reviews 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet! Let's merge, do final eyeballing and if master
looks good, start release dance for v0.13
cc ipfs/kubo#7560
closes #1639 (by upgrading to webui v2.11.1)