dagger-rs/crates/dagger-core/src
Kasper Juul Hermansen 11d20935c6
feat: extract client (#48)
This extracts the client (strategy pattern), this is so that it is will be possible to test the actual querier, without hitting / requiring the dagger-engine running.
2023-03-19 00:01:24 +00:00
..
graphql move code to dagger-core 2023-02-05 22:26:58 +01:00
cli_session.rs feat: with loggers 2023-03-14 23:21:14 +01:00
config.rs feat: with loggers 2023-03-14 23:21:14 +01:00
connect_params.rs move code to dagger-core 2023-02-05 22:26:58 +01:00
downloader.rs feat: with loggers 2023-03-14 23:21:14 +01:00
engine.rs feat: with loggers 2023-03-14 23:21:14 +01:00
graphql_client.rs feat: extract client (#48) 2023-03-19 00:01:24 +00:00
introspection.rs feat: set internal warnings as errors 2023-02-25 02:01:13 +01:00
lib.rs feat: extract client (#48) 2023-03-19 00:01:24 +00:00
logger.rs feat: with loggers 2023-03-14 23:21:14 +01:00
schema.rs feat: with loggers 2023-03-14 23:21:14 +01:00
session.rs fix(core): Fix async panic on blocking #19 2023-02-20 10:19:43 +01:00