- 23 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit introduces a new DB function called `isSharedWith` that can be used to check for team/public/private nodes and their shared resources.
-
- 20 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
(no default getCurrentTime anymore)
-
- 16 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
This is a first stepping stone in avoiding bugs by having `UserId` and `ContextId` being proper types, and not synonyms. We also refactor things to have `AuthenticatedUser` carry the `UserId`.
-
- 13 Oct, 2023 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 12 Oct, 2023 2 commits
-
-
Przemyslaw Kaminski authored
Basically, Gargantext.Prelude exports all of Protolude now.
-
Alfredo Di Napoli authored
-
- 11 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 10 Oct, 2023 3 commits
-
-
Przemyslaw Kaminski authored
- DBCmd instead of Cmd - remove FlowCmdM in favor of HasNodeStory
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 05 Oct, 2023 2 commits
-
-
Alfredo Di Napoli authored
This commit partially undo the access policy checks for the GraphQL endpoints, until we find a better story to correlate the `user_id` we sometimes receive with the info from the `AuthenticatedUser`.
-
Alfredo Di Napoli authored
This commit makes the `GET /api/v1.0/version` test more lax, and less prone to break on version bumps.
-
- 02 Oct, 2023 14 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It can be used to "bolt-on" policy checking into Servant API routes.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
Tests were written with a very flat module hierarchy which made them a bit confusing to navigate. This commit moves everything under a common `Test.*` hierarchy.
-
- 12 Sep, 2023 4 commits
-
-
Alfredo Di Napoli authored
This commit also uses a temporary fork of boolexpr. It allows to parse certain terms like "Niki" without choking.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 04 Sep, 2023 5 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
We now require CoreNLP listening on port :9000. We will have to find a way to spin that up in CI as well.
-
Alfredo Di Napoli authored
This commit refactors the codebase to add a new function called `addDocumentsToHyperCorpus` which generalises the common pattern of calling `insertMasterDocs` and later adding the documents via the DB `Doc` functions. It also "lowers" some functions to run into a plain `DBCmd`.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 31 Aug, 2023 1 commit
-
-
Alfredo Di Napoli authored
Alas I (Alfredo) had to split the runners for tasty and hspec because in tasty we cannot control explicitly the level of parallelism, but for the DB stuff we need sequential tests, whereas for the Jobs tests we need parallelism, or rather the executable to be compiled with `-threaded`.
-
- 28 Aug, 2023 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-