Timothy Perrett
Timothy Perrett
For the longest time, Nelson has followed the notion of an unstable `master` branch and encouraged users to ship code as fast as possible, leveraging supporting tools for experiemtantion and...
In the event a user does not have `admin` privileges on a repo, they cannot enable the webhook Nelson needs. At present the user experience for this is kind of...
When listing repositories in an organization, for some reason Nelson lists all as admin even when admin access is not available. This feels like a missing field, or an invalid...
Things remaining to be updated since the redesign - [x] Introduction - [x] Use Cases - [x] Competitors - [x] Architecture - [ ] Getting Started - [x] Install -...
Add a `grpc` module that exposes Nelson API as gRPC. Investigate ScalaPB: https://github.com/scalapb/ScalaPB Using gRPC: https://scalapb.github.io/grpc.html Convert the calls into `Nelson` from Cats `IO` to `Future` using `unsafeToFuture` - should...