Skip to content

Conversation

@jremy42
Copy link
Contributor

@jremy42 jremy42 commented Oct 30, 2025

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


@jremy42 jremy42 requested review from a team and remyleone as code owners October 30, 2025 12:34
@github-actions github-actions bot added the instance Instance issues, bugs and feature requests label Oct 30, 2025
@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2025

Codecov Report

❌ Patch coverage is 11.11111% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.47%. Comparing base (704ebe3) to head (f16e4a0).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...al/namespaces/instance/v1/custom_security_group.go 0.00% 10 Missing ⚠️
internal/interactive/list.go 0.00% 7 Missing ⚠️
internal/sshconfig/bastion_host.go 0.00% 6 Missing ⚠️
internal/interactive/print.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5100      +/-   ##
==========================================
- Coverage   57.47%   57.47%   -0.01%     
==========================================
  Files         308      308              
  Lines       67193    67202       +9     
==========================================
+ Hits        38621    38623       +2     
- Misses      27134    27141       +7     
  Partials     1438     1438              

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jremy42 jremy42 force-pushed the fix/lint-preexisting-issues branch 4 times, most recently from 6d670c8 to e26abc1 Compare October 30, 2025 14:34
func (m *ListPrompt) View() string {
s := m.Prompt + "\n\n"
var builder strings.Builder
builder.WriteString(m.Prompt)
Copy link
Member

Choose a reason for hiding this comment

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

Could all this calls be merged?

builder.WriteString(fmt.Sprintf("> %s\n", choice))
} else {
s += choice + "\n"
builder.WriteString(choice)
Copy link
Member

Choose a reason for hiding this comment

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

Could this calls be merged?

)
for _, s := range sg.SecurityGroup.Servers {
hint += "\nscw instance server update " + s.ID + " security-group.id=$NEW_SECURITY_GROUP_ID"
hintBuilder.WriteString("\nscw instance server update ")
Copy link
Member

Choose a reason for hiding this comment

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

Could these calls be merged?

@jremy42 jremy42 force-pushed the fix/lint-preexisting-issues branch from e26abc1 to f39810e Compare October 31, 2025 04:29
@jremy42 jremy42 changed the title fix: resolve preexisting lint issues fix(lint): resolve lint issues Oct 31, 2025
@jremy42 jremy42 force-pushed the fix/lint-preexisting-issues branch 2 times, most recently from 140fd90 to 0b89297 Compare October 31, 2025 04:42
@jremy42 jremy42 force-pushed the fix/lint-preexisting-issues branch from 0b89297 to f16e4a0 Compare October 31, 2025 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

instance Instance issues, bugs and feature requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants