1. 07 Oct, 2024 3 commits
    • Alfredo Di Napoli's avatar
      Split NodeAPIEndpoint · cb7acfd6
      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.
      cb7acfd6
    • Alfredo Di Napoli's avatar
      defaultHyperdata returns a Maybe · a4e5b84d
      Alfredo Di Napoli authored
      a4e5b84d
    • Alfredo Di Napoli's avatar
      Add NodeReadOnly nodetype and Hyperdata · c0ae89ce
      Alfredo Di Napoli authored
      This commit adds a new `NodeType` called `NodeReadOnly`, to model nodes
      which can be exported as read-only (frozen) snapshots. It also extends
      the code to have a (provisional, in its shape) `HyperdataReadOnly`.
      c0ae89ce
  2. 02 Oct, 2024 5 commits
  3. 30 Sep, 2024 2 commits
  4. 27 Sep, 2024 3 commits
  5. 26 Sep, 2024 7 commits
  6. 25 Sep, 2024 3 commits
  7. 23 Sep, 2024 6 commits
  8. 20 Sep, 2024 3 commits
  9. 19 Sep, 2024 7 commits
  10. 18 Sep, 2024 1 commit