• Alfredo Di Napoli's avatar
    Split NodeAPIEndpoint · ab0a0edf
    Alfredo Di Napoli authored
    This commit splits the old `NodeAPIEndpoint` type into three;
    
    * `NodeAPIEndpoint`, which will also contain the freeze endpoint;
    * `AnnuaireAPIEndpoint`, which is the plain old node API without extra
      features;
    * `CorpusAPIEndpoint`, which will also contain the publishin endpoint.
    
    This split ensures that we don't add endpoints which do not belong to
    all three categories, like before.
    
    Furthermore this adds a public nodes SQL queries.
    It also adds tests for getUserRootPublicNode
    ab0a0edf
Name
Last commit
Last update
..
Admin Loading commit data...
Auth Loading commit data...
Count Loading commit data...
Errors Loading commit data...
GraphQL Loading commit data...
Ngrams Loading commit data...
Node Loading commit data...
Public Loading commit data...
Routes Loading commit data...
Search Loading commit data...
Server Loading commit data...
Table Loading commit data...
Viz Loading commit data...
Context.hs Loading commit data...
Count.hs Loading commit data...
Dev.hs Loading commit data...
EKG.hs Loading commit data...
Errors.hs Loading commit data...
GraphQL.hs Loading commit data...
HashedResponse.hs Loading commit data...
Job.hs Loading commit data...
Members.hs Loading commit data...
Metrics.hs Loading commit data...
Middleware.hs Loading commit data...
Ngrams.hs Loading commit data...
Node.hs Loading commit data...
Prelude.hs Loading commit data...
Routes.hs Loading commit data...
Search.hs Loading commit data...
Swagger.hs Loading commit data...
Table.hs Loading commit data...
ThrowAll.hs Loading commit data...
Types.hs Loading commit data...