- 18 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 14 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
This reverts commit f4284b4e.
-
- 12 Mar, 2024 1 commit
-
-
Alfredo Di Napoli authored
This paves the way to a more effective search in corpus by modifying the internal "leaves" type of the `Query` type from a `Term` to a new type called `QueryTerm`, which can either be an extact match or a partial match, which can be rendered into a proper Postgres TS query via the ":*" syntax.
-
- 11 Mar, 2024 1 commit
-
-
Alfredo Di Napoli authored
Removing the `All` data constructor from the `Lang` datatype has several benifits, the main one being that we now have total functions for things like `toISO693`. This will make possible to write an uniform interface for stemming `stem :: Lang -> StemmingAlgorithm -> T.Text -> T.Text`, as now `Lang` will always map to a valid (ISO693) language.
-
- 07 Mar, 2024 1 commit
-
-
Alexandre Delanoë authored
This reverts commit efbe327f, reversing changes made to 6d9bcd07.
-
- 04 Mar, 2024 3 commits
-
-
Przemyslaw Kaminski authored
We have contexts.hash_id which is enough (computed by postgres as a trigger).
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 15 Jan, 2024 1 commit
-
-
Alfredo Di Napoli authored
This commit introduces a slight variation to the `logStdOutDev` middleware which is capable of redacting secrets from our gargantext requests. This way we can run the server in dev mode (for instrumentation purposes) without leaking users' secrets.
-
- 10 Jan, 2024 1 commit
-
-
Fabien Manière authored
-
- 04 Dec, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 15 Nov, 2023 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 09 Nov, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 02 Nov, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 20 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
(no default getCurrentTime anymore)
-
- 12 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Basically, Gargantext.Prelude exports all of Protolude now.
-
- 06 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 28 Aug, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 24 Aug, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 08 Aug, 2023 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Also, use ISO639 languages in some places.
-
Przemyslaw Kaminski authored
Also, some openalex fixes.
-
- 26 Jul, 2023 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 30 Jun, 2023 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 29 Jun, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 28 Jun, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 12 Jun, 2023 6 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit adds a bunch of Arxiv tests to demonstrate we can successfully transform our `Query` type into the Arxiv AST.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It's not fully wired in, `convertQuery` for Arxiv is implemented as `undefined`.
-
Alfredo Di Napoli authored
This commit simplifies the `ExternalAPIs` type, which is now a pure enumeration, moving the lookup of the Pubmed key at the usage sites. This simplified the code quite a bit, and made some otherwise-effectful functions pure.
-
- 04 Apr, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 03 Mar, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 20 Dec, 2022 1 commit
-
-
Przemyslaw Kaminski authored
-
- 28 Nov, 2022 1 commit
-
-
Przemyslaw Kaminski authored
-
- 24 Nov, 2022 1 commit
-
-
Przemyslaw Kaminski authored
-