- 11 Nov, 2024 10 commits
-
-
Alfredo Di Napoli authored
It also: * Amends tests for policy checks status code changes * Fix a bug in isNodeReadOnly * Adds a function to return all the nodes ids for the published nodes. Next we need to modify `findShared` & co to make sure that published notes will show somewhere in the users' tree.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
Now this query accounts correctly for recursive children. It also: * Adds basic publish/unpublish works * Add Move API tests scaffolding
-
Alfredo Di Napoli authored
Now a `NodeNodePoly` stores a typed `NodeNodeCategory`, we can use to enforce invariants and making lookups more efficient.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit makes this function private to the `Table.NodeNode` module as it's fairly low-level, and it doesn't let us embed logic to ensure we are creating a valid node2node relationship. Better use one of the other specialised functions.
-
Alfredo Di Napoli authored
This commit removes the `InsertDB` typeclass, an indirection which wasn't very useful as it was being used in exactly one place in the whole codebase (i.e. the share code). Talking about share, this commit refactors things ever so slightly so that we have a dedicated `shareNode` operation rather than using the low-level `insertNodeNode`.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
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
-
- 04 Nov, 2024 3 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 28 Oct, 2024 6 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This allows us to collect a /history/ of computing times.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
The tracking is not perfect yet, as it keeps storing only the latest available compute time. Also, there seems to be some precision loss between that is reported by `timeMeasured` and what gets stored in the DB.
-
Alfredo Di Napoli authored
-
- 25 Oct, 2024 2 commits
-
-
Karen Konou authored
-
Przemyslaw Kaminski authored
This was because WS connection wasn't closed properly.
-
- 24 Oct, 2024 4 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 23 Oct, 2024 3 commits
-
-
Karen Konou authored
-
Alfredo Di Napoli authored
-
Alexandre Delanoë authored
-
- 21 Oct, 2024 1 commit
-
-
Yoelis Acourt authored
-
- 18 Oct, 2024 1 commit
-
-
Alexandre Delanoë authored
-
- 15 Oct, 2024 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 14 Oct, 2024 4 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit refactors the test code ever so slightly to add a proper type called `SpecContext` rather than anonymous pairs to carry around the spec context/data. It also replicates the search problem around #415 via a test.
-
Alfredo Di Napoli authored
-
- 10 Oct, 2024 4 commits
-
-
Grégoire Locqueville authored
Edited the README to have a linear path to installation. Also made scripts to run the executables without having to worry whether they are on our path.
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
-