-
Notifications
You must be signed in to change notification settings - Fork 902
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
feat(spel): default new pipelines to spel v4 #7917
feat(spel): default new pipelines to spel v4 #7917
Conversation
now that spel v4 is live and glorious in orca let's make deck create new pipelines with that as default
@@ -389,10 +390,7 @@ export class CreatePipelineModal extends React.Component<ICreatePipelineModalPro | |||
</div> | |||
<div className="col-md-7"> | |||
<Select | |||
options={[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i guess the linter autofixed this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's true. Sometimes new Prettier versions disagree with older ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. As an aside, do you intend to pull this back out at some point in the future when v4 has been thoroughly tested and older pipelines get migrated, or do you expect this will be necessary permanently (i.e. v3 won't get EOL'd for the foreseeable future)?
@@ -389,10 +390,7 @@ export class CreatePipelineModal extends React.Component<ICreatePipelineModalPro | |||
</div> | |||
<div className="col-md-7"> | |||
<Select | |||
options={[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's true. Sometimes new Prettier versions disagree with older ones.
Good question. There are breaking changes between versions. I believe we can migrate everyone at NFLX but not sure about OSS (likely also true). I, unfortunately, don't have time to do that now, but it's def on my todo list |
* feat(spel): default new pipelines to spel v4 now that spel v4 is live and glorious in orca let's make deck create new pipelines with that as default * fixup! feat(spel): default new pipelines to spel v4 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
now that spel v4 is live and glorious in orca let's make deck create new pipelines with that as default