- 13 Jan, 2025 16 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
Exporting a corpus works, as it also exports its children, but for example the docs and terms nodes do not have any associated content. This is because those are stored in separate DB tables, and we need to find a way to export those as well.
-
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
-
Alfredo Di Napoli authored
It typechecks but it exchange only a very simple string and it prints it.
-
Alfredo Di Napoli authored
This adds a new randomly-generated pair of (PublicKey, PrivateKey) to be later used to send messages between instances. It also: * Returns a remote transfer pub key inside an AuthResponse * Adds pubKey roundtrip test
-
- 09 Jan, 2025 3 commits
-
-
Przemyslaw Kaminski authored
[graphql] fix droping field prefixes See merge request !379
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 08 Jan, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 19 Dec, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Upgrade 'haskell-bee' version, also bump up versions of some packages See merge request !377
-
- 18 Dec, 2024 4 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 10 Dec, 2024 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Resolve "Fix test build warnings" See merge request !376
-
Przemyslaw Kaminski authored
-
- 09 Dec, 2024 8 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Also, add -Werror to tests so that no warnings in tests are reported anymore.
-
Alfredo Di Napoli authored
Switch to OpenAPI3 from Swagger2, to use proper Bearer token Closes #427 See merge request !369
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit adds three major tags to the swagger UI: * Gargantext (like before): this spells out all the endpoints; * Private operations: lists private backend ops; * Public operations: lists public backend ops. More can be added, but the machinery used here should serve as a blueprint.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
OpenAPI3 will allow us to properly pass the Bearer Auth to the servant swagger UI.
-
- 06 Dec, 2024 4 commits
-
-
Grégoire Locqueville authored
I fixed those warnings that were easy to fix: redundant imports, unused variables, etc. (I might have missed some though) The warnings I deliberately left for now are: * In `Test.API.UpdateList`: Incomplete pattern matching (we would need to think a bit about error handling to fix this) * In `Test.Utils`: `traceShowId` remains in code (we would need to think a bit about proper logging to fix this)
-
Przemyslaw Kaminski authored
Resolve "Refactor `Gargantext.Database.Prelude`" Closes #421 See merge request !372
-
Grégoire Locqueville authored
-
Grégoire Locqueville authored
-