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

[1.x] Config by value type. #37

Merged
merged 4 commits into from
Jan 4, 2024
Merged

Conversation

r-kujawa
Copy link
Contributor

@r-kujawa r-kujawa commented Jan 2, 2024

What does this PR do? 🤖

Allows multiple mays to specify your service config.

You may either specify a string value pointing to another config file, or define your config in an array withing your orchestration config.

Any background context you would like to provide? 🚧

The reasoning behind this is when you utilize the database driver, having a separate config file for that service is unnecessary.

Does this relate to any issue? 🔗

Closes #36.

@codecov-commenter
Copy link

codecov-commenter commented Jan 2, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (48f2b9b) 88.77% compared to head (b820790) 88.62%.

Files Patch % Lines
src/DataTransferObjects/Service.php 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #37      +/-   ##
============================================
- Coverage     88.77%   88.62%   -0.16%     
- Complexity      183      186       +3     
============================================
  Files            22       22              
  Lines           588      589       +1     
============================================
  Hits            522      522              
- Misses           66       67       +1     

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

Copy link

cloudflare-workers-and-pages bot commented Jan 4, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: b820790
Status: ✅  Deploy successful!
Preview URL: https://a5365c12.orchestration.pages.dev
Branch Preview URL: https://enhancement-36-config-by-val.orchestration.pages.dev

View logs

@r-kujawa r-kujawa merged commit 9de10af into master Jan 4, 2024
7 checks passed
@r-kujawa r-kujawa deleted the enhancement-36-config_by_value_type branch January 4, 2024 14:07
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.

Update orchestration config to read service config directly or reroute to service's config.
2 participants