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

restore support for config --no-interpolate #11556

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Feb 28, 2024

What I did
implement config using compose-go LoadModel so we can actually skip interpolation

this PR uses a direct ref to compose-go HEAD waiting for a new release

Related issue
fixes #7964

@ndeloof ndeloof requested review from a team, glours, milas and jhrotko and removed request for a team February 28, 2024 11:46
@ndeloof ndeloof force-pushed the config--no-interpolate branch 3 times, most recently from 84e3cc9 to 7081f4f Compare February 28, 2024 13:48
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

Attention: Patch coverage is 32.60870% with 62 lines in your changes are missing coverage. Please review.

Project coverage is 58.31%. Comparing base (e2762b1) to head (1a6a4ba).
Report is 1 commits behind head on main.

Files Patch % Lines
cmd/compose/config.go 32.30% 43 Missing and 1 partial ⚠️
pkg/compose/pull.go 0.00% 11 Missing ⚠️
cmd/compose/compose.go 60.00% 4 Missing and 2 partials ⚠️
pkg/compose/publish.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11556      +/-   ##
==========================================
+ Coverage   58.29%   58.31%   +0.01%     
==========================================
  Files         135      135              
  Lines       11555    11593      +38     
==========================================
+ Hits         6736     6760      +24     
- Misses       4155     4169      +14     
  Partials      664      664              

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

cmd/compose/config.go Outdated Show resolved Hide resolved
cmd/compose/config.go Outdated Show resolved Hide resolved
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
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.

Compose config with --no-interpolate fails as it tries to validate environment variables as ports
2 participants