ultram4rine
ultram4rine
This adds icon for [systemd](https://systemd.io/) units and for `systemd-conf` language from [this](https://github.com/hangxingliu/vscode-systemd) extension. File extensions taken from [Red Hat docs](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/chap-managing_services_with_systemd). Icon taken from [systemd brand site](http://brand.systemd.io/). Colors changed from `#30D475`...
**Icon Type** - [ ] Folder - [x] File **File Names** - `*.spec` **Graphic ideas** RPM logo: https://rpm.org/images/RPM_Logo.svg. **Additional context** Language IDs (from [that](https://marketplace.visualstudio.com/items?itemName=1dot75cm.RPMSpec) extension): - `RPM Spec`, - `RPMSpec`....
Closes #327. Some notes: - Seems like it possible to reduce some code, but current tests impose some restrictions. For example: ```sh --- FAIL: TestKubeconfig_NamespaceOfContext_ctxNotFound (0.00s) namespace_test.go:34: expected err ```...
* **Version**: 7.11.3 * **Platform**: ubuntu-20.04 (github actions) Hi everyone! I encountered strange behavior in github workflow when I change package.json things, not related to c8. Here are coverage report...
Closes #421 ## 📑 Description Steps: ```sh mv k8sgpt-operator k8sgpt-operator-orig mkdir k8sgpt-operator && cd k8sgpt-operator go mod init github.com/k8sgpt-ai/k8sgpt-operator kubebuilder init --domain k8sgpt.ai --plugins=go/v4,grafana.kubebuilder.io/v1-alpha cp -r ../k8sgpt-operator-orig/hack . kubebuilder create...
Since `github.com/pkg/errors` is archived (pkg/errors#245). Conversion rules are from kubernetes/release#2549.