- 03 Jun, 2024 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This beefy commit removes the old (unnamed) Servant API.
-
- 11 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
Also, some test refactoring and add servant-client to tests.
-
- 10 Jan, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 16 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
This is a first stepping stone in avoiding bugs by having `UserId` and `ContextId` being proper types, and not synonyms. We also refactor things to have `AuthenticatedUser` carry the `UserId`.
-
- 13 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 05 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit makes the `GET /api/v1.0/version` test more lax, and less prone to break on version bumps.
-
- 02 Oct, 2023 10 commits
-
-
Alfredo Di Napoli authored
It can be used to "bolt-on" policy checking into Servant API routes.
-
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
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.
-