ipfs-shipyard / pinning-service-compliance

This repo checks the compliance of IPFS Pinning Services against the pinning spec
https://ipfs-shipyard.github.io/pinning-service-compliance/
Other
14 stars 10 forks source link

Add IPFS Cluster report to the compliance website #151

Open hsanjuan opened 2 years ago

hsanjuan commented 2 years ago

IPFS Cluster mostly supports the Pinning Services API, per v1.0.2.

This is a report generated by the compliance tool against the latest version:

https://gist.github.com/hsanjuan/df6d9005e8442f3eb6747ebc5ce8bd8a

hsanjuan commented 2 years ago

I'm not sure what the "errors during run" mean though.

SgtPooki commented 2 years ago

Errors during run does not provide ideal output at the moment, but it essentially captures any and all errors thrown during the process of running the test.

SgtPooki commented 2 years ago

In order to add ipfs-cluster report to the compliance website, we'll need to integrate the cluster to the tests. Adding tests that are not automated will not be supported.

SgtPooki commented 2 years ago

In order to add a new pinning service provider the changes should be made in the following locations:

That should be it..