- 07 Oct, 2024 9 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It also adds tests for getUserRootPublicNode
-
Alfredo Di Napoli authored
This reverts commit 797301a0.
-
Alfredo Di Napoli authored
This reverts commit c0ae89ce.
-
Alfredo Di Napoli authored
This reverts commit a4e5b84d.
-
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.
-
Alfredo Di Napoli authored
-
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`.
-
- 02 Oct, 2024 5 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 30 Sep, 2024 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 27 Sep, 2024 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
Previously we would fail with a generic message suggesting to run `gargantext-init`, but that wouldn't always be the case; sometimes there might be problems connecting to the database, and we want to show the raw exception. This code should help diagnosing what's wrong. It also changes the error hint to report the correct executable, as these days we use `gargantext-cli init` instead.
-
Alfredo Di Napoli authored
-
- 26 Sep, 2024 7 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Yoelis Acourt authored
-
Alexandre Delanoë authored
-
- 25 Sep, 2024 3 commits
-
-
Grégoire Locqueville authored
-
Yoelis Acourt authored
-
Przemyslaw Kaminski authored
-
- 23 Sep, 2024 6 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 20 Sep, 2024 3 commits
-
-
Grégoire Locqueville authored
For some reason the default language (namely EN) was ignored when reading the configuration file. After discussion with anoe, it appears that this exclusion happens for historical reasons, so this commit removes it.
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 19 Sep, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Now everything is in Core/Config
-