radicle-client-services icon indicating copy to clipboard operation
radicle-client-services copied to clipboard

Services backing the Radicle client interfaces.

Results 18 radicle-client-services issues
Sort by recently updated
recently updated
newest added

HI, i'm run a seed. Recently I have been updating the version. The latest version of http-api cannot properly read the previous repository. The log contains the following error: ```Could...

To avoid returning a lesser amount of projects then requested, we get the project info during the iterator and paginate after filtering for invalid projects. This removes the ability to...

bug

We could potentially allow browsers caching the following endpoint responses indefinitely: ``` /v1/projects/:project/commits/:sha /v1/projects/:project/tree/:sha/*path /v1/projects/:project/blob/:sha/*path /v1/projects/:project/readme/:sha ``` Because the content is addressed by a SHA and shouldn't change (unless there's...

We should create a documentation for all the endpoints the API provides, to allow users and developers to build their own interfaces on top of the seed endpoints. For a...

documentation

The problem this solves is that with a single command, it installs all the necessary system dependencies and drops you into a shell where you're good to run `cargo run`...

Ok have thought about this a bit, and while we already do case-insensitive searches against ENS profiles (with room for improvement), I'm not sure that this is practical for projects,...

It seems that by filtering out projects that return an `Err` we do not provide the amount of projects asked from the endpoint. This probable happens when obtaining their `Info`,...

There are http-api endpoints that don't scale very well. One instance is . Many concurrent requests bottleneck on the access to the repository on disk. Given that the read access...