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

Minor cleanup for Web API plugins #5472

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

Sovietaced
Copy link
Contributor

@Sovietaced Sovietaced commented Jun 11, 2024

This pull request just cleans up some confusing/unused field as well as a documentation fix for the Web API plugin contract.

@Sovietaced Sovietaced marked this pull request as ready for review June 11, 2024 23:20
@@ -54,9 +54,6 @@ type State struct {
// level retries, just errors from hitting API, inside the sync loop
SyncFailureCount int `json:"syncFailureCount,omitempty"`

// In creating the resource, this is the number of failures
CreationFailureCount int `json:"creationFailureCount,omitempty"`
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Creation failure is not increment/used

Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.97%. Comparing base (3f4c2c8) to head (7288aa8).
Report is 135 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5472      +/-   ##
==========================================
- Coverage   60.97%   60.97%   -0.01%     
==========================================
  Files         793      793              
  Lines       51331    51331              
==========================================
- Hits        31299    31298       -1     
- Misses      17147    17148       +1     
  Partials     2885     2885              
Flag Coverage Δ
unittests-datacatalog 69.31% <ø> (ø)
unittests-flyteadmin 58.66% <ø> (ø)
unittests-flytecopilot 17.79% <ø> (ø)
unittests-flytectl 67.97% <ø> (ø)
unittests-flyteidl 79.04% <ø> (ø)
unittests-flyteplugins 61.78% <ø> (ø)
unittests-flytepropeller 57.32% <ø> (ø)
unittests-flytestdlib 65.80% <ø> (-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.

Copy link
Contributor

@EngHabu EngHabu left a comment

Choose a reason for hiding this comment

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

Thank you!

@Sovietaced Sovietaced force-pushed the unused-plugin-code branch from 5b76da3 to 7288aa8 Compare June 12, 2024 05:27
Copy link
Member

@pingsutw pingsutw left a comment

Choose a reason for hiding this comment

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

Thank you!

@pingsutw pingsutw merged commit 9484e36 into flyteorg:master Jun 12, 2024
50 checks passed
robert-ulbrich-mercedes-benz pushed a commit to robert-ulbrich-mercedes-benz/flyte that referenced this pull request Jul 2, 2024
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