summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-11Fix impl for testing invariants, returning Option<_>Matthias Beyer
2023-01-11Fix: NoUsernameMeansNoPassword impl PacketInvariant returns Option<_>Matthias Beyer
2023-01-11Let PacketInvariant::test_invariant return Option<_>Matthias Beyer
2023-01-11Fix WaitForConnectFlow for new Flow interfaceMatthias Beyer
2023-01-11Let Flow interface take input and output of Command seperatelyMatthias Beyer
2023-01-11Test invariants in Output type implementationMatthias Beyer
2023-01-11Impl execution of Flows with testing of invariantsMatthias Beyer
2023-01-11Add NoUsernameMeansNoPassword PacketInvariant implementationMatthias Beyer
2023-01-11Add PacketInvariant interfaceMatthias Beyer
2023-01-11Add WaitForConnectFlowMatthias Beyer
2023-01-11Add Flow interfaceMatthias Beyer
2023-01-11Merge #129bors[bot]
2023-01-09Assert that Output: SendMatthias Beyer
2023-01-09Make Output::wait_for private and return read bytesMatthias Beyer
2023-01-09Let Output type be a normal structMatthias Beyer
2023-01-09Merge #127bors[bot]
2023-01-09Bump tokio from 1.23.0 to 1.24.1dependabot[bot]
2023-01-09Merge #128bors[bot]
2023-01-09Merge #125 #126bors[bot]
2023-01-09Bump async-trait from 0.1.60 to 0.1.61dependabot[bot]
2023-01-09Bump textwrap from 0.15.2 to 0.16.0dependabot[bot]
2023-01-09Bump actions/checkout from 3.2.0 to 3.3.0dependabot[bot]
2023-01-05Merge #122bors[bot]
2023-01-05Simplify ClientExecutable::call() interfaceMatthias Beyer
2023-01-05Merge #121bors[bot]
2023-01-05Remove unused codeMatthias Beyer
2023-01-05Rewrite checks to use new interfaceMatthias Beyer
2023-01-05Return Child as well in Command::spawn() helper fnMatthias Beyer
2023-01-05Add high-level helpers for sending/waiting for packetMatthias Beyer
2023-01-05Split wait_for_output into helper typesMatthias Beyer
2023-01-05Merge #120bors[bot]
2023-01-05Bump version to 0.4.0Marcel Müller
2023-01-05Update Changelogs for 0.3.0Marcel Müller
2023-01-05Merge #117bors[bot]
2023-01-05Add tests for commandsMatthias Beyer
2023-01-05Add more commands, parameterizableMatthias Beyer
2023-01-05Extend macro to allow membersMatthias Beyer
2023-01-05Make arguments non-staticMatthias Beyer
2023-01-05Add more sophisticated interface for executable callingMatthias Beyer
2023-01-05Merge #119bors[bot]
2023-01-05Make cloudmqtt-server log server subscriptionsMarcel Müller
2023-01-05Implement topic filtering behaviourMarcel Müller
2023-01-05Send messages to potential subscribersMarcel Müller
2023-01-05Add callback to server for messagesMarcel Müller
2023-01-05Merge #118bors[bot]
2023-01-04Add simple subscription handlerMarcel Müller
2023-01-04Simplify handling subscription requestsMarcel Müller
2023-01-04Use new SubscriptionHandlerMarcel Müller
2023-01-04Make LoginHandler require Send Sync and staticMarcel Müller
2023-01-04Add SubscriptionHandler traitMarcel Müller