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

Reorganize core #351

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Reorganize core #351

merged 2 commits into from
Nov 12, 2024

Conversation

Shatur
Copy link
Contributor

@Shatur Shatur commented Nov 12, 2024

  • Move replication-related modules from core module under core::replication.
  • Move Replicated to the replication module.
  • Split the ctx module and move event-related contexts under core::events_registry::ctx
    and replication-related contexts under core::replication_registry::ctx.

- Move replication-related modules from `core` module under `core::replication`.
- Move `Replicated` to the `replication` module.
- Split the `ctx` module and move event-related contexts under `core::events_registry::ctx`
and replication-related contexts under `core::replication_registry::ctx`.
@Shatur Shatur enabled auto-merge (squash) November 12, 2024 16:39
@Shatur Shatur requested a review from UkoeHB November 12, 2024 16:40
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 89.96%. Comparing base (f0447ee) to head (084a39a).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/core/event_registry/ctx.rs 80.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #351   +/-   ##
=======================================
  Coverage   89.96%   89.96%           
=======================================
  Files          40       41    +1     
  Lines        2362     2362           
=======================================
  Hits         2125     2125           
  Misses        237      237           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Shatur Shatur merged commit d1491ac into master Nov 12, 2024
6 checks passed
@Shatur Shatur deleted the core-reorg branch November 12, 2024 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants