-
Notifications
You must be signed in to change notification settings - Fork 653
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(cli): use requestedUrl instead of finalUrl for upload context naming #849
feat(cli): use requestedUrl instead of finalUrl for upload context naming #849
Conversation
@connorjclark / @patrickhulce - Please review the changes. I have made changes wrt FYI! The |
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.
technically breaking but seems fine to me to slip in a minor 🤷
@@ -1,5 +1,5 @@ | |||
/** | |||
* @license Copyright 2019 Google Inc. All Rights Reserved. |
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.
please revert - as a policy we don't update these years
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.
@connorjclark - Done and I have squashed the commits as well. Pipeline failing for flaky tests. The test file in the PR have passed on all three OS.
aae2c98
to
e5e05b8
Compare
Thanks @jaspritt-hora! |
CHANGED:
requestedUrl
instead offinalUrl
forrunFilesystemTarget
function.target=filesystem
inupload.test.js
upload-url-hash.test.js
SUPPORTING INFO: