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

Fixed #291 : tink template commands exit in case of template file does not exist #293

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

parauliya
Copy link
Contributor

Signed-off-by: parauliya [email protected]

Description

  1. tink template create command should fail in case of any failures
  2. tink template update command should fail in case of any failures

Why is this needed

Fixes: #291

How Has This Been Tested?

Tested manually using vagrant

How are existing users impacted? What migration steps/scripts do we need?

No impact on existing users.

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

…lure

1. tink template create command should fail in case of any failures
2. tink template update command should fail in case of any failures

Signed-off-by: parauliya <[email protected]>
@parauliya parauliya self-assigned this Sep 16, 2020
@parauliya parauliya added the kind/bug Categorizes issue or PR as related to a bug. label Sep 16, 2020
@codecov
Copy link

codecov bot commented Sep 16, 2020

Codecov Report

Merging #293 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #293   +/-   ##
=======================================
  Coverage   24.01%   24.01%           
=======================================
  Files          15       15           
  Lines        1345     1345           
=======================================
  Hits          323      323           
  Misses       1003     1003           
  Partials       19       19           

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 ca0df06...eca4907. Read the comment docs.

@parauliya parauliya changed the title Fixed #291 : tink template commands exit in case of any failure Fixed #291 : tink template commands exit in case of template file does not exist Sep 16, 2020
@gauravgahlot gauravgahlot added the ready-to-merge Signal to Mergify to merge the PR. label Sep 16, 2020
@mergify mergify bot merged commit 9de4dd5 into tinkerbell:master Sep 16, 2020
@gauravgahlot gauravgahlot deleted the fix_291 branch September 16, 2020 07:29
@mmlb mmlb removed the ready-to-merge Signal to Mergify to merge the PR. label Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating a template from a missing file succeeds when it shouldn't
3 participants