-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: add transform template log #34821
Conversation
Do you have an example output of this log file from testing locally? |
How can I run it locally? I have run some existing test related to this file but I don't see any output to see the log in vscode. Can you guide me? Thanks! |
pmpm start some/repo |
@rarkins is there any way to optimize the pnpm commands? I'm following these instructions but each build/start command takes several minutes.... And my hardware is not exactly old. https://github.com/renovatebot/renovate/blob/main/docs/development/local-development.md |
You don't need to run build before start |
@rarkins if I don't make changes I understand that I don't but I still want to say that the In any case, I have already tested (ready to review) it and the logs look like this. The 2 logs that I have added and show below make it possible to correctly debug the custom datasources transformations improving a lot this experience. This is the one showing the original template and the transformed one:
This is the one that shows the evaluated json:
|
Something is wrong in your environment. Consider using code spaces instead |
Ok, can you answer to the other part of the comment showing the logs you requested? It's ready to review. |
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
🎉 This PR is included in version 39.204.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Changes
Try to log the transform template source and compiled to be able to debug the result correctly.
Context
#34815
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: