Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove session and r/w functionality
sebastinez wants to merge 4 commits into master · opened 1 year ago

radicle-httpd

  • Removes session endpoints.
  • Removes put, patch and post endpoints for issues and patches.
  • Removes all tests related to removed endpoints.

radicle-explorer

  • Removed the delegate badge from the ProjectCard component since we don't check the local httpd anymore.
  • Added the id field to the patch.review schema.
    • Allows to remove the undefined type from the id prop in the Comment component.
  • Simplified the /App/Header component since there is no right side anymore.
  • Removed the strictEvents attribute from the Button component, since we only forward eventlisteners.
  • Did also some changes to the updateNodeConfig fn and the schemas and types it uses, to make it cleaner, and allows us to use not only the node config but also the web and cli config.
  • Removed the SeedButton component and moved the seed count to the ContextRepo component.
  • Removed the isLocal util function and removed every case where we treated a local httpd instance different than a remote one.
  • Removed the special case in the isDomain util function to also allow a loopback address if not in production.

check check-visual check-unit-test check-http-client-unit-test check-radicle-httpd check-e2e check-build check-http

👉 Preview 👉 Workflow runs 👉 Branch on GitHub