- 29 Jan, 2025 1 commit
-
-
Alfredo Di Napoli authored
This commit splits the /export (renaming it to just remote) and tuck it under the /node hierarchy. The import also lives tucked in the /node.
-
- 28 Jan, 2025 2 commits
-
-
Alfredo Di Napoli authored
* Rename `exampleS` into `exampleSchema`; * Revert commit about the public keys & co;
-
Alfredo Di Napoli authored
This reverts commit 3ea32b50.
-
- 20 Jan, 2025 1 commit
-
-
Alfredo Di Napoli authored
-
- 17 Jan, 2025 1 commit
-
-
Alfredo Di Napoli authored
-
- 16 Jan, 2025 1 commit
-
-
Alfredo Di Napoli authored
-
- 13 Jan, 2025 19 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
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 3 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
-