Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-21 | Downgrades messaging from module to fileHEADmaster | 2 | -14/+10 | ||
2022-08-21 | Adds RabbitMQ messaging and management hub | 7 | -11/+231 | ||
2022-08-20 | Replaces future::try_join's with tokio::try_join! | 1 | -11/+11 | ||
2022-08-20 | Implements event database operations | 2 | -2/+211 | ||
2022-08-19 | Adds relay_event method to TouchpadLiveClient | 1 | -10/+75 | ||
2022-08-19 | Adds DatabaseClient & Postgres Database Client | 6 | -5/+274 | ||
2022-08-17 | Finishes adding tests for TouchpadLiveClient | 1 | -12/+112 | ||
2022-08-17 | Adds build script to run protobuf compilation | 1 | -0/+16 | ||
2022-08-17 | Adds partial tests for TouchpadLiveClient | 2 | -0/+82 | ||
Adds tests for meet_info() and events() methods. Adds dev-dependency of mockito to allow for http mocks. | |||||
2022-08-17 | Adjusts TouchpadClient api and internals | 2 | -39/+46 | ||
Moves gender from only individual events to all events in proto schema. Also adds is_relay boolean to event proto schema. Adds url field to allow for dynamic base url adjustment and adds new_with_url function to allow for TouchpadLiveClient with custom base urls. | |||||
2022-08-16 | Removes golang codes | 5 | -30/+0 | ||
2022-08-15 | Adds individual_event endpoint to touchpad live | 6 | -54/+139 | ||
Also moves Touchpad conversions into conversion.rs and into its own FromTouchpadLive & TryFromTouchpadLive traits. | |||||
2022-08-15 | Adds rust touchpad scraper | 18 | -5/+529 | ||
Implements meet, events, and swimmers api in touchpad live. Also implements protobuf generation into rust crate. | |||||
2022-08-03 | Refactor proto go generation to fix dep issues | 13 | -9/+40 | ||
2022-08-03 | Adds docker-compose.yml for microservice deps | 1 | -0/+30 | ||
2022-08-03 | Implements public touchpad gRPC api | 10 | -0/+251 | ||
2022-08-01 | Initial Commit | 7 | -0/+205 | ||