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

sebastinez opened with revision 6e3fe90694b82dacf83d0afa9b157af75a61badb on base 166934514e76aec14a407c7202e4638a9c67dfc6 +392 -6955 1 year ago
did:key:z6Mkg5ZT...qCHw commented on revision 1 1 year ago

No GiHub Actions Workflows found.

sebastinez pushed revision 2 10e4e33cc78f3174ae8a37835d71048496c04760 on base 166934514e76aec14a407c7202e4638a9c67dfc6 +446 -7060 1 year ago

Some final polishing

did:key:z6Mkg5ZT...qCHw commented on revision 2 1 year ago

No GiHub Actions Workflows found.

sebastinez pushed revision 3 c7d585ae52af02470daa34098db3d7af437aa7ab on base 166934514e76aec14a407c7202e4638a9c67dfc6 +444 -7044 1 year ago

Revert profile endpoint change

did:key:z6Mkg5ZT...qCHw commented on revision 3 1 year ago

No GiHub Actions Workflows found.

sebastinez pushed revision 4 22821e15ff9cd079d67e1128df0a8fb56e489e91 on base 166934514e76aec14a407c7202e4638a9c67dfc6 +443 -7043 1 year ago

Revert strictEvents removal from Button component

did:key:z6Mkg5ZT...qCHw commented on revision 4 1 year ago

No GiHub Actions Workflows found.

sebastinez pushed revision 5 64f1659a85846fa7a450db84e19265b0b508afbf on base 166934514e76aec14a407c7202e4638a9c67dfc6 +469 -7048 1 year ago

Improve the handling of local node browsing support

did:key:z6Mkg5ZT...qCHw commented on revision 5 1 year ago

No GiHub Actions Workflows found.

sebastinez pushed revision 6 48ec6567a42bae6ea294a9fb0a6031aa35ee7656 on base 166934514e76aec14a407c7202e4638a9c67dfc6 +471 -7048 1 year ago
did:key:z6Mkg5ZT...qCHw commented on revision 6 1 year ago

No GiHub Actions Workflows found.

sebastinez pushed revision 7 ecb76ed1d907bf9ddb6abbd381f16bd8c189240a on base 166934514e76aec14a407c7202e4638a9c67dfc6 +471 -7049 1 year ago

Change icon of local node browsing error

did:key:z6Mkg5ZT...qCHw commented on revision 7 1 year ago

No GiHub Actions Workflows found.

sebastinez pushed revision 8 796369af67c2ad063af0271c93926bcd1fc6d195 on base 166934514e76aec14a407c7202e4638a9c67dfc6 +467 -7045 1 year ago

Remove version updates from this patch, since I would like to get a few other things into the next release

did:key:z6Mkg5ZT...qCHw commented on revision 8 1 year ago

No GiHub Actions Workflows found.

sebastinez pushed revision 9 2ec85c3803e052531236de7ddfde19cf7d69e5eb on base 166934514e76aec14a407c7202e4638a9c67dfc6 +468 -7042 1 year ago

Fix reactions padding and add external link to local node browsing error

sebastinez pushed revision 10 7ebc44bbf480c6263ad685e09f644d59a129f74c on base 166934514e76aec14a407c7202e4638a9c67dfc6 +472 -7046 1 year ago

Push commits for new release versions

sebastinez pushed revision 11 a60f763838864ec56d36c4533af512055f53adcf on base 166934514e76aec14a407c7202e4638a9c67dfc6 +473 -7046 1 year ago

Fixed link color in web component External Link

rudolfs accepted 1 year ago
sebastinez pushed revision 12 c7869e1ba45b884503873e895a7745fdf18e2d33 on base 166934514e76aec14a407c7202e4638a9c67dfc6 +502 -7160 1 year ago

Adapt some things for tests, fix some things in visual testing

sebastinez pushed revision 13 4768f9cbd1c0340fc3edc9d8d29fd0b7c2daf2fa on base 166934514e76aec14a407c7202e4638a9c67dfc6 +517 -7161 1 year ago

Disable local node browsing in prod also for repos

rudolfs accepted 1 year ago