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

WX-1873 Replace output move option with "copy & update output location" #7565

Merged
merged 10 commits into from
Oct 1, 2024

Conversation

aednichols
Copy link
Collaborator

Description

Replaces #7472

As I complained in Slack, I dislike a lot of the naming in this PR. Suggestions welcome.

Release Notes Confirmation

CHANGELOG.md

  • I updated CHANGELOG.md in this PR
  • I assert that this change shouldn't be included in CHANGELOG.md because it doesn't impact community users

Terra Release Notes

  • I added a suggested release notes entry in this Jira ticket
  • I assert that this change doesn't need Jira release notes because it doesn't impact Terra users

@aednichols aednichols requested a review from a team as a code owner September 30, 2024 18:22
Copy link
Collaborator

@jgainerdewar jgainerdewar left a comment

Choose a reason for hiding this comment

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

Awesome to see how neatly the move changes evolved into this.

case object FinalWorkflowOutputsMode extends WorkflowOption("final_workflow_outputs_mode") {
// Default to Copy because that was originally the only behavior
def fromString(s: Option[String]): FinalWorkflowOutputsMode =
case object FinalWorkflowOutputsDirMetadata extends WorkflowOption("final_workflow_outputs_dir_metadata") {
Copy link
Collaborator

Choose a reason for hiding this comment

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

As long as it's well-documented (which it looks like it is) I think this is OK as is, but agree that the naming is awkward. Might be easier to name if it were a boolean, something like FinalWorkflowOutputsDirStoredInOutputs? 😬

@aednichols aednichols enabled auto-merge (squash) October 1, 2024 18:25
@aednichols aednichols merged commit 90ff21b into develop Oct 1, 2024
34 checks passed
@aednichols aednichols deleted the aen_wx_1873 branch October 1, 2024 19:25
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