- 20 Sep, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 30 Jul, 2024 2 commits
-
-
Przemyslaw Kaminski authored
Also, fix for notifications throttle delay value
-
Przemyslaw Kaminski authored
-
- 03 Jun, 2024 1 commit
-
-
Alfredo Di Napoli authored
This big commit ties the knot with the named _routes_ by providing concrete server (i.e. handlers) implementations.
-
- 09 May, 2024 1 commit
-
-
Alfredo Di Napoli authored
This big commit adds a separate module hierarchy for Servant named routes (see https://www.tweag.io/blog/2022-02-24-named-routes/ ) which will make working with servant endpoints more pleasant (especially when it comes to emitted errors). This still doesn't do anything to wire the routes to the concrete handlers.
-
- 08 Apr, 2024 1 commit
-
-
Alfredo Di Napoli authored
This commit moves away from generic-derive JSON istances for `NodeType`, as we know that the frontend will be relying on this in the GraphQL API, and we don't want them to silently break the frontend during refactoring.
-
- 07 Nov, 2023 5 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It was only for test for now.
-
Alfredo Di Napoli authored
-
- 02 Oct, 2023 1 commit
-
-
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.
-
- 17 Jul, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 10 Jul, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit fixes the `testWithQueryFrontend` test, which was broken by 6bc41d73 However, this was followed by a frontend fix, which was modified to deal with the next format: purescript-gargantext!374 (diffs) Therefore, it's fine to fix the test here.
-
- 20 Jun, 2023 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 19 Jun, 2023 2 commits
-
-
Alfredo Di Napoli authored
This commits changes the `PhyloData` data structure to include a proper `GraphData` in the `pd_data` field. The `GraphData` is almost complete, but the `objects` field needs to be further refined from a generic JSON `Value` to proper Haskell types.
-
Alfredo Di Napoli authored
-