Skip to content

Split microsvc/service.rs routes vs causal vs runtime - #155

Merged
patrickleet merged 1 commit into
tasks--graphql-qs-epicfrom
tasks--rust-less-context-17
Jul 26, 2026
Merged

Split microsvc/service.rs routes vs causal vs runtime#155
patrickleet merged 1 commit into
tasks--graphql-qs-epicfrom
tasks--rust-less-context-17

Conversation

@patrickleet

Copy link
Copy Markdown
Collaborator

Implements [[tasks/rust-less-context-17]]

Stacked on #127 / tasks--graphql-qs-epic.

Summary

  • Replaced src/microsvc/service.rs with src/microsvc/service/mod.rs and concern modules for handlers, causal helpers, routes, runtime, defaults, helpers, request/response DTOs, and tests.
  • Preserved the existing microsvc::service API surface with pub use from mod.rs; no intentional behavior change.
  • Rebased onto origin/tasks--graphql-qs-epic at 380ef5f before final verification.

Verification

  • cargo test --lib microsvc::service - passed, 27 tests.
  • cargo test --features graphql,sqlite --lib microsvc - passed, 82 tests.
  • cargo test --features graphql,sqlite --test graphql_sqlite 2>/dev/null || true - passed, 7 tests.

Implements [[tasks/rust-less-context-17]]
@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 2564c7c6-5eaf-414f-b541-1e4315ba4387

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch tasks--rust-less-context-17

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@patrickleet
patrickleet merged commit a6cd9d7 into tasks--graphql-qs-epic Jul 26, 2026
20 checks passed
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.

1 participant