Skip to content

feat: create runtime dependencies at entrypoint - BED-8315#2802

Draft
mykeelium wants to merge 5 commits into
mcuomo/BED-8314from
mcuomo/BED-8315
Draft

feat: create runtime dependencies at entrypoint - BED-8315#2802
mykeelium wants to merge 5 commits into
mcuomo/BED-8314from
mcuomo/BED-8315

Conversation

@mykeelium
Copy link
Copy Markdown
Contributor

Description

This change adds a new Struct that can be constructed prior to other functions to contain the dependencies that are necessary to the running of the application. The FileServiceResolver for instance is one of these services.

Motivation and Context

Resolves BED-8315

How Has This Been Tested?

Very little production code in the startup was altered for this change. So the application was started and ensured it does not halt. New tests were added as well.

Screenshots (optional):

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

@mykeelium mykeelium self-assigned this May 20, 2026
@mykeelium mykeelium added enhancement New feature or request api A pull request containing changes affecting the API code. labels May 20, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 20, 2026

Important

Review skipped

Draft detected.

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: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: afb49033-0d2d-4188-85f5-5ad988abbc83

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 mcuomo/BED-8315

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 and usage tips.

@mykeelium mykeelium changed the title feat: create runtime dependencies at entrypoint feat: create runtime dependencies at entrypoint - BED-8315 May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api A pull request containing changes affecting the API code. enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants