Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: simplify Repository and Serde traits, introduce AnyRepository, remove ProtobufSerde #270

Merged
merged 4 commits into from
Dec 11, 2023

refactor(eventually): move to nested, local mod.rs pattern

191273c
Select commit
Loading
Failed to load commit list.
Merged

refactor: simplify Repository and Serde traits, introduce AnyRepository, remove ProtobufSerde #270

refactor(eventually): move to nested, local mod.rs pattern
191273c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 11, 2023 in 1s

90.19% of diff hit (target 87.33%)

View this Pull Request on Codecov

90.19% of diff hit (target 87.33%)

Annotations

Check warning on line 92 in eventually/src/aggregate/repository/any.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventually/src/aggregate/repository/any.rs#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 16 in eventually/src/aggregate/repository/event_sourced.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventually/src/aggregate/repository/event_sourced.rs#L16

Added line #L16 was not covered by tests

Check warning on line 50 in eventually/src/aggregate/repository/event_sourced.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventually/src/aggregate/repository/event_sourced.rs#L50

Added line #L50 was not covered by tests

Check warning on line 103 in eventually/src/aggregate/repository/event_sourced.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventually/src/aggregate/repository/event_sourced.rs#L103

Added line #L103 was not covered by tests

Check warning on line 113 in eventually/src/aggregate/repository/event_sourced.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventually/src/aggregate/repository/event_sourced.rs#L113

Added line #L113 was not covered by tests

Check warning on line 124 in eventually/src/aggregate/repository/event_sourced.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventually/src/aggregate/repository/event_sourced.rs#L124

Added line #L124 was not covered by tests

Check warning on line 23 in eventually/src/aggregate/repository/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventually/src/aggregate/repository/mod.rs#L23

Added line #L23 was not covered by tests

Check warning on line 47 in eventually/src/tracing.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventually/src/tracing.rs#L47

Added line #L47 was not covered by tests

Check warning on line 52 in eventually/src/tracing.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

eventually/src/tracing.rs#L52

Added line #L52 was not covered by tests