| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rest-api: change route to /api/v1/file/ | Baitinq | 2024-05-30 | 1 | -1/+1 |
| | | |||||
| * | rest-api: Take file path in query params | Baitinq | 2024-05-29 | 2 | -4/+3 |
| | | |||||
| * | rest-api: handle payloads with an api_key | Baitinq | 2024-05-29 | 4 | -16/+72 |
| | | |||||
| * | rest-api: connect to db and add /file/ GET endpoint | Baitinq | 2024-05-27 | 7 | -6/+198 |
| | | | | | TODO: Only get files for your specific user | ||||
| * | payload-processor: insert to the file table | Baitinq | 2024-05-27 | 1 | -3/+1 |
| | | |||||
| * | rest-api: deploy with bazel | Baitinq | 2024-05-25 | 3 | -4/+16 |
| | | |||||
| * | payloads-processor: connect to DB and insert dummy data | Baitinq | 2024-05-11 | 2 | -3/+3 |
| | | |||||
| * | Todo | Baitinq | 2024-05-06 | 1 | -3/+3 |
| | | |||||
| * | misc: add todo | Baitinq | 2024-05-04 | 1 | -1/+1 |
| | | |||||
| * | rest-api: Write to kafka asynchronously | Baitinq | 2024-05-02 | 1 | -3/+19 |
| | | |||||
| * | Switch to kafka :^) | Baitinq | 2024-05-02 | 4 | -37/+31 |
| | | |||||
| * | misc: clean up unnecessary use of ptrs | Baitinq | 2024-05-02 | 1 | -3/+3 |
| | | |||||
| * | payload-processor: add stub | Baitinq | 2024-05-02 | 2 | -5/+5 |
| | | |||||
| * | Change module name and cleanup http handler | Baitinq | 2024-05-02 | 4 | -26/+61 |
| | | |||||
| * | Start setting up rabbitmq connection | Baitinq | 2024-05-02 | 2 | -0/+45 |
| | | |||||
| * | rest-api: Create specific payload endpoint | Baitinq | 2024-05-01 | 1 | -2/+6 |
| | | |||||
| * | rest-api: Add logs | Baitinq | 2024-05-01 | 1 | -0/+2 |
| | | |||||
| * | rest-api: return request body as string | Baitinq | 2024-05-01 | 1 | -1/+7 |
| | | |||||
| * | rest-api: return request body | Baitinq | 2024-05-01 | 1 | -4/+6 |
| | | |||||
| * | Build images with bazel | Baitinq | 2024-05-01 | 4 | -15/+49 |
| | | |||||
| * | Create dummy rest-api service | Baitinq | 2024-04-29 | 3 | -2/+21 |
| | | |||||
| * | Switch to go for rest-api | Baitinq | 2024-04-28 | 26 | -31/+10 |
| | | |||||
| * | Initial commit | Baitinq | 2024-04-28 | 24 | -0/+31 |