- 27 Jan, 2025 4 commits
-
-
Przemyslaw Kaminski authored
commit 7dd23297 Author: Fabien Maniere <fabien.maniere@cnrs.fr> Date: Wed Jan 15 12:33:12 2025 +0100 update the main gargantext command to lauch app within the start script
-
Przemyslaw Kaminski authored
commit 8e19bf65 Author: Grégoire Locqueville <gregoire.locqueville@cnrs.fr> Date: Wed Jan 8 18:25:01 2025 +0100 Remove call to `recursiveClustering'` Also removed some dead and commented code around the edited area. Note: `recursiveClustering'` was not actually recursive, it just went one level deeper.
-
Przemyslaw Kaminski authored
commit 28e2927e Author: Grégoire Locqueville <gregoire.locqueville@cnrs.fr> Date: Mon Dec 2 17:06:29 2024 +0100 Deal with error with a proper error ... instead of returning a `Maybe` to the frontend commit 54675ae8 Author: Grégoire Locqueville <gregoire.locqueville@cnrs.fr> Date: Mon Dec 2 16:27:03 2024 +0100 Return Maybe (node ID) upon creating a subcorpus
-
Przemyslaw Kaminski authored
commit d7948acb Author: Fabien Maniere <fabien.maniere@cnrs.fr> Date: Wed Jan 15 17:36:49 2025 +0100 export to GEXF: adding the weight attribute to all nodes commit d937e72e Author: Fabien Manière <fmaniere.pro@gmail.com> Date: Wed Apr 24 17:09:27 2024 +0200 adding weight attribute
-
- 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 14 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
-
Grégoire Locqueville authored
-
Grégoire Locqueville authored
-
Grégoire Locqueville authored
Those definitions felt very ad hoc, and were not used a lot in the codebase, so I simply replaced them with their definition.
-
Grégoire Locqueville authored
-
Grégoire Locqueville authored
-
Grégoire Locqueville authored
-
Grégoire Locqueville authored
-
Grégoire Locqueville authored
-
Grégoire Locqueville authored
-
Przemyslaw Kaminski authored
Resolve "Job workers & persistence" See merge request !371
-
- 29 Nov, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-