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

fix: handle validation errors, result count mismatch #204

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

TylerGillson
Copy link
Member

Issue

N/A

Description

Handle missed edge cases.

Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
@TylerGillson TylerGillson requested a review from a team as a code owner September 3, 2024 14:53
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. bug Something isn't working labels Sep 3, 2024
mattwelke
mattwelke previously approved these changes Sep 3, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 3, 2024
Copy link

codecov bot commented Sep 3, 2024

Codecov Report

Attention: Patch coverage is 61.90476% with 16 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pkg/components/validator.go 20.00% 8 Missing and 8 partials ⚠️
@@           Coverage Diff           @@
##             main     #204   +/-   ##
=======================================
  Coverage   53.38%   53.38%           
=======================================
  Files          45       45           
  Lines        6223     6247   +24     
=======================================
+ Hits         3322     3335   +13     
- Misses       2063     2069    +6     
- Partials      838      843    +5     
Files with missing lines Coverage Δ
pkg/cmd/validator/validator.go 59.46% <100.00%> (+0.95%) ⬆️
pkg/components/validator.go 56.17% <20.00%> (-2.21%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed78617...28930a4. Read the comment docs.

Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
@TylerGillson TylerGillson merged commit a2ea08b into main Sep 3, 2024
8 checks passed
@TylerGillson TylerGillson deleted the fix/direct-result-validation branch September 3, 2024 16:05
TylerGillson added a commit that referenced this pull request Sep 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.1.3](v0.1.2...v0.1.3)
(2024-09-03)


### Features

* inline auth for MAAS
([#198](#198))
([ed78617](ed78617))
* support Azure plugin community gallery image rule
([#181](#181))
([3d20725](3d20725))


### Bug Fixes

* ensure ErrValidationFailed is returned for maas direct validation
failures
([#179](#179))
([0e0e7b9](0e0e7b9))
* handle validation errors, result count mismatch
([#204](#204))
([a2ea08b](a2ea08b))
* only require docker, kind when provisioning kind cluster
([#180](#180))
([1bbdb0e](1bbdb0e))
* remove duplicate maas base values from template
([#182](#182))
([cfa39a8](cfa39a8))
* support `validator rules check -f config.yaml` without all plugins
defined
([#191](#191))
([6829834](6829834))


### Other

* cleanup comment
([#176](#176))
([f371927](f371927))


### Dependency Updates

* **deps:** update anchore/sbom-action action to v0.17.2
([#184](#184))
([00d3a5c](00d3a5c))
* **deps:** update github.com/validator-labs/validator-plugin-maas
digest to e903cc7
([#175](#175))
([09c3ad1](09c3ad1))
* **deps:** update golang.org/x/exp digest to 9b4947d
([#190](#190))
([8c427e9](8c427e9))
* **deps:** update module github.com/canonical/gomaasclient to v0.7.0
([#197](#197))
([f43a5ba](f43a5ba))
* **deps:** update module github.com/validator-labs/validator to v0.1.8
([#120](#120))
([fe587c6](fe587c6))
* **deps:** update module github.com/vmware/govmomi to v0.42.0
([#172](#172))
([f0488c9](f0488c9))


### Refactoring

* move vsphere account under auth to match new plugin api
([#189](#189))
([90352e1](90352e1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants