-
Notifications
You must be signed in to change notification settings - Fork 325
Comparing changes
Open a pull request
base repository: ipfs/ipfs-companion
base: v2.22.0
head repository: ipfs/ipfs-companion
compare: v2.22.1
- 7 commits
- 10 files changed
- 3 contributors
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7651e9e - Browse repository at this point
Copy the full SHA 7651e9eView commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28d4926 - Browse repository at this point
Copy the full SHA 28d4926View commit details -
fix(recovery): 🐛 false-positive for non-gateway URLs (#1163)
* fix(recovery): 🐛 No recovery for URLs being redirected. * fix(recovery): 🧪 test added. * fix(recovery): 📝 Adding comments * fix(recovery): 🚨 linter warnings * fix: false-positives in sameGateway This ensures sameGateway returns true only if the tested URL is either a valid path, subdomain, or RPC URL related to local Gateway or Kubo instance. Everything else should be ignored, because people may run Kubo Gateway on localhost:8080, and then stop it, and then run some unrelated HTTP server on the same port. This is unfortunate papercut due to the 8080 being very very popular default port for all things HTTP. Luckily, Companion has enough information to make this right. * test: ensure recovery does not depend on redirects --------- Co-authored-by: Marcin Rataj <lidel@lidel.org>
Configuration menu - View commit details
-
Copy full SHA for 0ee35d2 - Browse repository at this point
Copy the full SHA 0ee35d2View commit details -
fix: replace IPFS API with Kubo RPC (#1164)
* fix: replace IPFS API with Kubo RPC We've made the UX rename a while ago, to make it clear this is not "IPFS API" but RPC specific to Kubo implementation. Unfortunately, the most user-facing app (Companion) is still using old terminology. This closes the gap. More: ipfs/kubo#8959 * fix: replace API with RPC * fix: remove mention of go-ipfs
Configuration menu - View commit details
-
Copy full SHA for 1a6495d - Browse repository at this point
Copy the full SHA 1a6495dView commit details -
fix(release-automation): 💚 stupid hack to add tag in CI (#1161)
* fix(release-automation): 💚 stupid hack to add tag in CI * fix(release-automation): 🐛 push after tagging
Configuration menu - View commit details
-
Copy full SHA for 9ea9897 - Browse repository at this point
Copy the full SHA 9ea9897View commit details -
Revert "fix(release-automation): 💚 stupid hack to add tag in CI" (#1167)
Configuration menu - View commit details
-
Copy full SHA for 3767377 - Browse repository at this point
Copy the full SHA 3767377View commit details -
chore(main): release 2.22.1 (#1166)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e57f0bf - Browse repository at this point
Copy the full SHA e57f0bfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.22.0...v2.22.1