- 24 Jul, 2024 3 commits
-
-
Alfredo Di Napoli authored
This commit maps the "Publish" action inside CodiMD/HedgeDoc to the share URL feature.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit improves a bit the ShareURL internal API by wrapping the returned URL into a proper `ShareURL` type (that internally uses a typed representation for the URL).
-
- 09 Jul, 2024 1 commit
-
-
Alfredo Di Napoli authored
While doing this, I have also fixed a bug in the current implementation of ThrowAll (formerly named `throwAll'`).
-
- 05 Jul, 2024 2 commits
-
-
Loïc Chapron authored
-
Loïc Chapron authored
-
- 04 Jul, 2024 1 commit
-
-
Alfredo Di Napoli authored
This commit moves `GargConfig` and the other config-related data structures back into gargantext, so that they can be edited and expanded without needing to worry about the prelude project.
-
- 01 Jul, 2024 3 commits
-
-
Alfredo Di Napoli authored
Using goldenVsStringDiff creates problems with CI trying to locale `gargantext-cli -- golden-file-diff`.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 26 Jun, 2024 2 commits
-
-
Karen Konou authored
-
Alfredo Di Napoli authored
-
- 19 Jun, 2024 1 commit
-
-
Karen Konou authored
-
- 11 Jun, 2024 1 commit
-
-
Loïc Chapron authored
-
- 07 Jun, 2024 1 commit
-
-
Loïc Chapron authored
-
- 03 Jun, 2024 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This beefy commit removes the old (unnamed) Servant API.
-
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.
-
- 16 Apr, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 15 Apr, 2024 1 commit
-
-
Alfredo Di Napoli authored
After Fabien's changes, this needed amendment.
-
- 08 Apr, 2024 5 commits
-
-
Alfredo Di Napoli authored
-
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.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It forces programmers to think about errors we are logging and reporting to the frontend, because they need to contain no sensitive data.
-
- 02 Apr, 2024 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 25 Mar, 2024 8 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
Apparently `dot` has a long lasting bug (recently fixed) which is the root of the non-determinism: https://gitlab.com/graphviz/graphviz/-/issues/2510
-
Przemyslaw Kaminski authored
This was (User, Either CorpusName, [CorpusId]) before, but the case of UserMaster doesn't make sense with these parameters, so I rewrote the function to accept only correct datatypes as inputs.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 21 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
This contains only data, removes some Database dependency in imports.
-
- 18 Mar, 2024 1 commit
-
-
Alfredo Di Napoli 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.
-