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: use correct filter for single task executions #104

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

schottra
Copy link
Contributor

@schottra schottra commented Oct 9, 2020

flyteorg/flyte#542

The fix for the above bug in Admin will update the filter for single task executions to be based on task.name instead of launch_plan.name. So this PR updates the filter used in EntityDetails (in the task case) to use the new field.

@codecov-io
Copy link

codecov-io commented Oct 9, 2020

Codecov Report

Merging #104 into master will increase coverage by 1.64%.
The diff coverage is 88.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   67.73%   69.37%   +1.64%     
==========================================
  Files         371      383      +12     
  Lines        5994     6306     +312     
  Branches      933      988      +55     
==========================================
+ Hits         4060     4375     +315     
+ Misses       1934     1931       -3     
Impacted Files Coverage Δ
src/components/Launch/LaunchForm/BlobInput.tsx 75.00% <ø> (ø)
...c/components/Launch/LaunchForm/CollectionInput.tsx 19.35% <ø> (ø)
src/components/Launch/LaunchForm/DatetimeInput.tsx 66.66% <ø> (ø)
...omponents/Launch/LaunchForm/SearchableSelector.tsx 92.63% <ø> (ø)
src/components/Launch/LaunchForm/SimpleInput.tsx 96.55% <ø> (ø)
.../components/Launch/LaunchForm/UnsupportedInput.tsx 100.00% <ø> (ø)
.../components/Launch/LaunchForm/inputHelpers/blob.ts 93.18% <ø> (ø)
...mponents/Launch/LaunchForm/inputHelpers/boolean.ts 100.00% <ø> (ø)
...nents/Launch/LaunchForm/inputHelpers/collection.ts 68.75% <ø> (ø)
...onents/Launch/LaunchForm/inputHelpers/constants.ts 100.00% <ø> (ø)
... and 82 more

Continue to review full report at Codecov.

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

@service-github-lyft-semantic-release
Copy link
Contributor

🎉 This PR is included in version 0.13.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@schottra schottra deleted the fix-single-task-execution-lookup branch December 4, 2020 20:34
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.

4 participants