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

Do not refresh stuff that is not event-sourced anymore #43

Merged
merged 1 commit into from
Jan 5, 2024

Do not refresh stuff that is not event-sourced anymore

c03e64c
Select commit
Loading
Failed to load commit list.
Merged

Do not refresh stuff that is not event-sourced anymore #43

Do not refresh stuff that is not event-sourced anymore
c03e64c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 5, 2024 in 0s

0.00% of diff hit (target 35.21%)

View this Pull Request on Codecov

0.00% of diff hit (target 35.21%)

Annotations

Check warning on line 18 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L18

Added line #L18 was not covered by tests

Check warning on line 43 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L33-L43

Added lines #L33 - L43 were not covered by tests

Check warning on line 49 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L45-L49

Added lines #L45 - L49 were not covered by tests

Check warning on line 54 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L51-L54

Added lines #L51 - L54 were not covered by tests

Check warning on line 57 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L57

Added line #L57 was not covered by tests

Check warning on line 87 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L59-L87

Added lines #L59 - L87 were not covered by tests

Check warning on line 107 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L89-L107

Added lines #L89 - L107 were not covered by tests

Check warning on line 120 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L109-L120

Added lines #L109 - L120 were not covered by tests

Check warning on line 133 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L122-L133

Added lines #L122 - L133 were not covered by tests

Check warning on line 143 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L135-L143

Added lines #L135 - L143 were not covered by tests

Check warning on line 148 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L145-L148

Added lines #L145 - L148 were not covered by tests

Check warning on line 154 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L150-L154

Added lines #L150 - L154 were not covered by tests

Check warning on line 171 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L157-L171

Added lines #L157 - L171 were not covered by tests

Check warning on line 173 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L173

Added line #L173 was not covered by tests

Check warning on line 180 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L175-L180

Added lines #L175 - L180 were not covered by tests

Check warning on line 182 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L182

Added line #L182 was not covered by tests

Check warning on line 184 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L184

Added line #L184 was not covered by tests

Check warning on line 188 in api/src/domain/projectors/projections_for_refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/domain/projectors/projections_for_refresh.rs#L187-L188

Added lines #L187 - L188 were not covered by tests

Check warning on line 58 in api/src/presentation/http/bootstrap.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/presentation/http/bootstrap.rs#L49-L58

Added lines #L49 - L58 were not covered by tests

Check warning on line 104 in api/src/presentation/http/bootstrap.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/presentation/http/bootstrap.rs#L104

Added line #L104 was not covered by tests

Check warning on line 62 in api/src/presentation/http/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/presentation/http/mod.rs#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 107 in api/src/presentation/http/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/presentation/http/mod.rs#L107

Added line #L107 was not covered by tests

Check warning on line 60 in api/src/presentation/http/routes/internal/events/refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/presentation/http/routes/internal/events/refresh.rs#L60

Added line #L60 was not covered by tests

Check warning on line 64 in api/src/presentation/http/routes/internal/events/refresh.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/presentation/http/routes/internal/events/refresh.rs#L64

Added line #L64 was not covered by tests