8000 Fix internal/cmd/configdoc after color refactor by applejag · Pull Request #200 · kubecolor/kubecolor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix internal/cmd/configdoc after color refactor #200

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

Merged
merged 1 commit into from
Nov 30, 2024
Merged

Conversation

applejag
Copy link
Member

Description

Type of change

  • Chore (doesn't directly affect users, e.g refactoring or CI/CD changes)

Changes

  • Fixed internal/cmd/configdoc

Motivation

Needed to update docs

Related issue (if exists)

@applejag applejag added the bug Something isn't working label Nov 30, 2024
@applejag applejag self-assigned this Nov 30, 2024
@applejag applejag added chore Routine task, refactoring, or other changes not affecting end-users directly. and removed bug Something isn't working labels Nov 30, 2024
Copy link
codecov bot commented Nov 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 22 lines in your changes missing coverage. Please review.

Project coverage is 54.09%. Comparing base (8a1c5e8) to head (700d491).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/cmd/configdoc/parse.go 0.00% 14 Missing ⚠️
internal/cmd/configdoc/print_markdown.go 0.00% 5 Missing ⚠️
internal/cmd/configdoc/print_yaml.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
- Coverage   54.23%   54.09%   -0.14%     
==========================================
  Files          55       55              
  Lines        4722     4734      +12     
==========================================
  Hits         2561     2561              
- Misses       2043     2055      +12     
  Partials      118      118              

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

@applejag applejag merged commit 54a641c into main Nov 30, 2024
7 of 9 checks passed
@applejag applejag deleted the bugfix/configdoc branch November 30, 2024 00:37
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jan 28, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kubecolor/kubecolor](https://github.com/kubecolor/kubecolor) | minor | `v0.4.0` -> `v0.5.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>kubecolor/kubecolor (kubecolor/kubecolor)</summary>

### [`v0.5.0`](https://github.com/kubecolor/kubecolor/releases/tag/v0.5.0)

[Compare Source](kubecolor/kubecolor@v0.4.0...v0.5.0)

#### What's Changed

Smaller release than [v0.4.0](https://github.com/kubecolor/kubecolor/releases/tag/v0.4.0), but still contains some nice bugfixes and a few but useful features.

##### New features

-   Colorize `kubectl diff` by [@&#8203;Marcel2603](https://github.com/Marcel2603) in kubecolor/kubecolor#196
-   Colorize `kubectl apply --server-side` by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#210

##### Bug fixes

-   Fixed negative tz offsets in time regex by [@&#8203;guppy0130](https://github.com/guppy0130) in kubecolor/kubecolor#174
-   Fixed 'kubectl version -o yaml' indentation by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#182
-   Fixed --output=name using table coloring by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#181
-   Fixed missing output from YAML & JSON printers, and YAML multiline support by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#180
-   Fixed 'DEBU' not being read as debug log level by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#185
-   Fixed completion of flag values (with equal sign, as in: `--namespace=...`) by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#208

##### Dependencies

-   Bump k8s.io/apimachinery from 0.31.0 to 0.31.1 in the all group by [@&#8203;dependabot](https://github.com/dependabot) in kubecolor/kubecolor#183
-   Bump k8s.io/apimachinery from 0.31.1 to 0.31.2 in the all group by [@&#8203;dependabot](https://github.com/dependabot) in kubecolor/kubecolor#189
-   Bump codecov/codecov-action from 4 to 5 in the all group by [@&#8203;dependabot](https://github.com/dependabot) in kubecolor/kubecolor#193
-   Bump k8s.io/apimachinery from 0.31.2 to 0.31.3 in the all group by [@&#8203;dependabot](https://github.com/dependabot) in kubecolor/kubecolor#197
-   Update Go to 1.23.4 by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#206
-   Bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in the all group by [@&#8203;dependabot](https://github.com/dependabot) in kubecolor/kubecolor#205
-   Bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 in the all group by [@&#8203;dependabot](https://github.com/dependabot) in kubecolor/kubecolor#211

##### Non-functional changes

-   Fixed govulncheck workflow by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#176
-   Fix internal/cmd/configdoc after color refactor by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#200
-   Improved debug log printing for multiline strings & slices by [@&#8203;applejag](https://github.com/applejag) in kubecolor/kubecolor#209

#### New Contributors

-   [@&#8203;guppy0130](https://github.com/guppy0130) made their first contribution in kubecolor/kubecolor#174
-   [@&#8203;Marcel2603](https://github.com/Marcel2603) made their first contribution in kubecolor/kubecolor#196

**Full Changelog**: kubecolor/kubecolor@v0.4.0...v0.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEzNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Routine task, refactoring, or other changes not affecting end-users directly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0