-
Notifications
You must be signed in to change notification settings - Fork 14
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
Drainpipe not reading correctly the URLs for visual diffs #625
Comments
This would be a blocker now that our static tests are checking for uncommitted changes. |
I just think that overriding URLs with parameters for VIsual Diffs doesn't work as expected. |
@beto-aveiga Looks like this is the section of code where query parameters are being encoded. Thoughts on how we can fix that?
Or should that be fixed when we insert these values back into the tugboat config file?
Seems Here's what ChatGPT is suggesting to allow query parameters. |
My first idea is to encode them before or encode them after, and see what happens when I run Writing a simple test sounds reasonable, too. |
* ISSUE-625: output php configurations without scaping them * ISSUE-625: test url with parameters * ISSUE-625: add url with parameters * ISSUE-625: fix visual diff with parameters end result * ISSUE-625: silly typo :p * ISSUE-625: not needed
When an override file is used for Tugboat config, it may produce URLs for visual diffs that break Tugboat builds.
If there is a way to build these URLs it should be documented. I tried double quotes and scaping them, but it didn't work.
On Tugboat
Tags
composer install, .tugboat/config.drainpipe-override.yml, tugboat, visual diffs, visualdiffs
The text was updated successfully, but these errors were encountered: