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 | 6 | -11/+227 | ||
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 | 4 | -0/+221 | ||
2022-08-17 | Finishes adding tests for TouchpadLiveClient | 1 | -12/+112 | ||
2022-08-17 | Adds partial tests for TouchpadLiveClient | 1 | -0/+79 | ||
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 | 1 | -35/+41 | ||
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-15 | Adds individual_event endpoint to touchpad live | 5 | -9/+135 | ||
Also moves Touchpad conversions into conversion.rs and into its own FromTouchpadLive & TryFromTouchpadLive traits. | |||||
2022-08-15 | Adds rust touchpad scraper | 4 | -0/+327 | ||
Implements meet, events, and swimmers api in touchpad live. Also implements protobuf generation into rust crate. |