Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Feature: update launchplan --archive to --deactivate #449

Merged
merged 4 commits into from
Dec 26, 2023

Conversation

asoundarya96
Copy link
Contributor

@asoundarya96 asoundarya96 commented Dec 20, 2023

TL;DR

This PR resolves issue #4563
Renamed flag --archive to --deactivate of cmd - flytectl update launchplan

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • [] Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Tracking Issue

https://github.com/flyteorg/flyte/issues/

Signed-off-by: asoundarya96 <sumisoundarya96@gmail.com>
Signed-off-by: asoundarya96 <sumisoundarya96@gmail.com>
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0b49071) 67.69% compared to head (3913bb7) 67.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #449      +/-   ##
==========================================
+ Coverage   67.69%   67.75%   +0.05%     
==========================================
  Files         148      148              
  Lines        6622     6633      +11     
==========================================
+ Hits         4483     4494      +11     
  Misses       1851     1851              
  Partials      288      288              
Flag Coverage Δ
unittests 67.75% <100.00%> (+0.05%) ⬆️

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.

@eapolinario
Copy link
Contributor

eapolinario commented Dec 20, 2023

@asoundarya96 , thanks for your contribution! Can we keep the --archive flag and instead emit a log message explaining that this flag is deprecated and does not do what the user thinks it does? We don't want to break backwards compatibility.

Signed-off-by: asoundarya96 <sumisoundarya96@gmail.com>
@asoundarya96 asoundarya96 changed the title Feature: update launchplan --archive to --deactivate WIP - Feature: update launchplan --archive to --deactivate Dec 24, 2023
eapolinario
eapolinario previously approved these changes Dec 26, 2023
Copy link
Contributor

@eapolinario eapolinario 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!

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
@eapolinario eapolinario changed the title WIP - Feature: update launchplan --archive to --deactivate Feature: update launchplan --archive to --deactivate Dec 26, 2023
@eapolinario eapolinario merged commit 2eb0674 into flyteorg:master Dec 26, 2023
15 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants