- 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 7 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 26 Nov, 2024 4 commits
-
-
Grégoire Locqueville authored
This reverts commit ff00345c
-
Grégoire Locqueville authored
-
Przemyslaw Kaminski authored
Maybe this will fix notifications for job finish
-
Przemyslaw Kaminski authored
It might be that notifications get mixed up when running parallel test (as they use the same port)
-