-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Rename transform to pipeline #2429
Conversation
b8eed19
to
2758709
Compare
fbd8c36
to
1a8d029
Compare
6780b6f
to
d28eef5
Compare
The website build fails, but it's not trivial to resolve. Some links point to a draft blog posts, which the local build via The annoying way to fix this is by simply writing down what links need to be changed in the last PR prior to the next release. |
@dispanser maybe replace the last merge commit with a rebase? |
fb8a1ef
to
6c121a0
Compare
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.
Looks good to me; although the PR is huge it is ultimately only renaming things so the potential for errors should be very low.
As far as testing the backwards compatibility goes, I verified that the integration test still passes with an unchanged config file after my changes.
afdf294
to
6a3a355
Compare
6a3a355
to
c9ff2e4
Compare
Fix github workflow
This also changes the documentation and blog posts related to the respective configuration options.
Fix integration test by moving fixtures
These are not yet live, so they break the site build.
c9ff2e4
to
392535e
Compare
This PR attempts to rename everything related to pipelines which previously went by the name
transform
.📝 Checklist
🎯 Review Instructions
It's difficult to see everything at once; maybe a good place to start is the doc diffs and go from there. Check that all classes and their members (header files) properly reflect the desired changes. There's probably a bunch of local variables that are not renamed properly , as it's difficult to track down al