You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Building on work in #173, we've covered a lot of the basic requirements for being a spec-compliant gateway. This tracking issue should document what's left.
Spec conformance tests
We need a test for each spec requirement, AND a test for each kubo gateway requirement / deviation. This is going to be a long list of tests. First task is to yank a list of tests to build from the spec itself
e2e test that confirms UnixFS Directory HTML templates work, render the set of known file extensions, with a working breadcrumb links header
Document our deviations
We also need to test our own "special" behaviours: for example we return a raw block from a link to a CBOR block on the gateway, and use a different HTML template than kubo, these should all be documented.
Building on work in #173, we've covered a lot of the basic requirements for being a spec-compliant gateway. This tracking issue should document what's left.
Spec conformance tests
We need a test for each spec requirement, AND a test for each kubo gateway requirement / deviation. This is going to be a long list of tests. First task is to yank a list of tests to build from the spec itself
Document our deviations
We also need to test our own "special" behaviours: for example we return a raw block from a link to a CBOR block on the gateway, and use a different HTML template than kubo, these should all be documented.
Remaining Features
Outstanding work to round out gateway support:
The text was updated successfully, but these errors were encountered: