Skip to content

Conversation

@jooola
Copy link
Member

@jooola jooola commented Aug 4, 2025

Fixes the server describe output:

Server Type:    cpx11 (ID: 22)
  Name:         cpx11
  Cores:        2
  Public Net:
  IPv4:

With:

Server Type:    cpx11 (ID: 22)
  Name:         cpx11
  Cores:        2
Public Net:
  IPv4:

@jooola jooola requested a review from a team as a code owner August 4, 2025 09:45
@codecov
Copy link

codecov bot commented Aug 4, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.49%. Comparing base (4de27d8) to head (ae4bde5).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/cmd/server/describe.go 25.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1112      +/-   ##
==========================================
+ Coverage   63.90%   70.49%   +6.58%     
==========================================
  Files         243      243              
  Lines       10842    10844       +2     
==========================================
+ Hits         6929     7644     +715     
+ Misses       3181     2526     -655     
+ Partials      732      674      -58     
Flag Coverage Δ
e2e 52.06% <0.00%> (?)
unit 63.88% <66.66%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jooola jooola force-pushed the prefix-lines branch 2 times, most recently from 1d0fcf9 to bfc326f Compare August 4, 2025 09:54
@jooola jooola requested a review from apricote August 4, 2025 09:56
Fixes the server describe output:

```
Server Type:    cpx11 (ID: 22)
  Name:         cpx11
  Cores:        2
  Public Net:
  IPv4:
```

With:

```
Server Type:    cpx11 (ID: 22)
  Name:         cpx11
  Cores:        2
Public Net:
  IPv4:
```
@jooola jooola merged commit 6e18056 into main Aug 4, 2025
6 checks passed
@jooola jooola deleted the prefix-lines branch August 4, 2025 10:16
phm07 pushed a commit that referenced this pull request Sep 8, 2025
<!-- section-start changelog -->
### Features

- improve error formatting (#1080)
- add plural command aliases (#1087)
- **context**: allow renaming contexts (#1115)
- **firewall**: display applied to resources when using label selector
(#1082)
- highlight experimental commands (#1103)

### Bug Fixes

- do not indent last empty line (#1112)
- **iso**: describe command suggests location names (#1113)
- segmentation fault possible when creating servers or load balancers
(#1137)
- **primary-ip**: only suggest applicable primary IPs (#1114)

<!-- section-end changelog -->

---

<details>
<summary><h4>PR by <a
href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a>
🤖</h4></summary>

If you want to modify the proposed release, add you overrides here. You
can learn more about the options in the docs.

## Release Notes

### Prefix / Start

This will be added to the start of the release notes.

```rp-prefix
```

### Suffix / End

This will be added to the end of the release notes.

```rp-suffix
```

</details>

Co-authored-by: Hetzner Cloud Bot <>
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.

3 participants