Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-02 | Change instructions to reference the service in the tag | Baitinq | 1 | -2/+2 | |
2024-05-02 | Change module name and cleanup http handler | Baitinq | 6 | -27/+79 | |
2024-05-02 | Start setting up rabbitmq connection | Baitinq | 6 | -3/+61 | |
2024-05-01 | rest-api: Create specific payload endpoint | Baitinq | 1 | -2/+6 | |
2024-05-01 | k8s: rest-api: Set service externalTrafficPolicy to local | Baitinq | 1 | -0/+1 | |
2024-05-01 | rest-api: Add logs | Baitinq | 1 | -0/+2 | |
2024-05-01 | rest-api: return request body as string | Baitinq | 1 | -1/+7 | |
2024-05-01 | Flake: Add gopls dependency | Baitinq | 1 | -0/+1 | |
2024-05-01 | rest-api: return request body | Baitinq | 1 | -4/+6 | |
2024-05-01 | Build images with bazel | Baitinq | 13 | -13/+2956 | |
2024-04-29 | Create dummy rest-api service | Ba |