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

Update prompting logic if port is 0 #2077

Merged
merged 4 commits into from
Mar 6, 2024
Merged

Update prompting logic if port is 0 #2077

merged 4 commits into from
Mar 6, 2024

Conversation

awharn
Copy link
Member

@awharn awharn commented Mar 5, 2024

What It Does

Prompts the user for port if the port retrieved from the user's config is 0 (default for includeInTemplate, invalid)
Resolves #2075

How to Test

Install, set port to 0 in config for a service, observe prompting

Review Checklist
I certify that I have:

Additional Comments

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.93%. Comparing base (6ea4c11) to head (b840120).
Report is 1 commits behind head on next.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #2077      +/-   ##
==========================================
- Coverage   90.94%   90.93%   -0.01%     
==========================================
  Files         616      616              
  Lines       17358    17359       +1     
  Branches     3571     3671     +100     
==========================================
  Hits        15786    15786              
- Misses       1571     1572       +1     
  Partials        1        1              

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

awharn added 2 commits March 5, 2024 16:11
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Copy link

sonarqubecloud bot commented Mar 5, 2024

Copy link
Member

@t1m0thyj t1m0thyj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @awharn for updating all the cargo deps too 😋

Copy link
Member

@traeok traeok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @awharn!

Copy link
Member

@zFernand0 zFernand0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot to approve 😅

@zFernand0 zFernand0 merged commit 3c342af into next Mar 6, 2024
25 checks passed
@zFernand0 zFernand0 deleted the update-prompting-logic branch March 6, 2024 14:33
@t1m0thyj t1m0thyj linked an issue Mar 6, 2024 that may be closed by this pull request
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.

Prompt if Port in Team Config is 0
6 participants