Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Fix mutation of commit listing in place
Merged did:key:z6MkkfM3...sVz5 opened 1 year ago

The commit listing on each patch revision started to be flaky when using browser navigation. It seems like the Array.sort() call started to reverse the order of the commit listing back to HEAD on top which isn’t what we wanted. Array.toReversed() returns a fresh copy of the reversed array which is less error prone.

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

did:key:z6MkkfM3...sVz5 opened with revision d56a5126 on base 2b058a10 +1 -1 1 year ago

The commit listing on each patch revision started to be flaky when using browser navigation. It seems like the Array.sort() call started to reverse the order of the commit listing back to HEAD on top which isn’t what we wanted. Array.toReversed() returns a fresh copy of the reversed array which is less error prone.

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

did:key:z6MkkfM3...sVz5 pushed revision 2 21af0c5c on base 2b058a10 +19 -2 1 year ago

Add visual tests

did:key:z6MkkfM3...sVz5 pushed revision 3 dcc0772d on base 2b058a10 +34 -2 1 year ago

Write e2e test instead of visual

did:key:z6MkkfM3...sVz5 pushed revision 4 aadafb59 on base 2b058a10 +34 -2 1 year ago
did:key:z6MkkfM3...sVz5 pushed revision 5 df714549 on base 2b058a10 +31 -2 1 year ago
rudolfs accepted 1 year ago
rudolfs merged revision df714549 at 846daf0b 1 year ago